#header {
    background-color: #FFF;
    width: 100%;
    height: 300px;
	position:relative;
}
#slideshow{
    width:75%;
    height:400px;
    float:right;
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:opacity 1s ease;
}

.slide.active{
    opacity:1;
}
#wrapper{
    background-color: #FFF;
    width: 100%;
    height: 1000px;
    padding-top: 20px;
	clear: both;
}
#container{
    width: 80%;
    min-height: 2300px;
	overflow:hidden;
}
.cate{
    width:100%;
    margin-bottom:40px;
    overflow:hidden;
}
.cate-title {
	width: 300px;
	line-height:40px;
	background-color: green;
	color: #FFF;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px;
	padding-left: 20px;
}
.list-product{
    width:100%;
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}
}
.product {
	
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 15px;
	padding: 20px;
	overflow:hidden;
}
.product img{
    width:100%;
    height:220px;
    object-fit:contain;
}
.photo {
}

.name {
	color: green;
}
.price {
	color: orange;
}
* { 
     box-sizing: border-box;
}
#footer{
    width:100%;
    background:#1b1b1b;
    color:white;
    padding-top:40px;
    overflow:hidden;
}
.footer-link{
    color:white;
    text-decoration:none;
    transition:0.3s;
	clear
}

.footer-link:hover{
    color:orange;
}

.bottom-link{
    color:white;
    text-decoration:none;
    margin-left:20px;
    transition:0.3s;
}

.bottom-link:hover{
    color:orange;
}

body {
	background-image: url(https://quyetnv.utehy.edu.vn/my-page-bg.jpg)
}
#menu{
    background-color:#e38b2c;
    height:48px;
    width:100%;
    line-height:48px;
}
#menu ul{
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 80%;
	list-style: none;
}
#menu ul li{
	float: left;
	line-height: 48px;
	position: relative;
	
}

#menu ul li a{
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0px 15px;
}
#menu a:hover{
	background-color: orange;
}
#menu ul ul{
	display: none;
}
#menu li li{
	float: none;
	position: absolute;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	color: #000;
	width: 200px;
}
#menu li:hover ul{
	float: none;
	position: absolute;
	top: 48px;
	left: 0px;
	
}
#menu li li a{
	color: #000;
	
}
#quick-contact{
	background-color: orange;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: fixed;
	bottom: 10px;
	
}
.col-l{ width: 8.33% }
.col-2{ width: 16.66% }
.col-3{ width: 25% }
.col-4{ width: 33.33% }
.col-5{ width: 41.66% }
.col-6{ width: 50% }
.col-7{ width: 58.33% }
.col-8{ width: 66.66% }
.col-9{ width: 75% }
.col-10{ width: 83.33% }
.col-11{ width: 91.33% }
.col-12{ width: 100% }

[class*="col-"] {
	float: left;
	padding: 15px;
	border: 1px solid #CCC;
}
/* Định dạng cho mobile */
@media only screen (max-width: 768px){
	#header{
		display: none;
	}
	#quick-contact{
		display: none;
	}
	.col-s-l{ width: 8.33% }
    .col-s-2{ width: 16.66% }
	.col-s-3{ width: 25% }
	.col-s-4{ width: 33.33% }
	.col-s-5{ width: 41.66% }
	.col-s-6{ width: 50% }
	.col-s-7{ width: 58.33% }
	.col-s-8{ width: 66.66% }
	.col-s-9{ width: 75% }
	.col-s-10{ width: 83.33% }
	.col-s-11{ width: 91.33% }
	.col-s-12{ width: 100% }
}
/* Định dạng cho tablet */
@media only screen (max-width: 768px){
	#header{
		display: block;
	}
	.col-m-l{ width: 8.33% }
    .col-m-2{ width: 16.66% }
	.col-m-3{ width: 25% }
	.col-m-4{ width: 33.33% }
	.col-m-5{ width: 41.66% }
	.col-m-6{ width: 50% }
	.col-m-7{ width: 58.33% }
	.col-m-8{ width: 66.66% }
	.col-m-9{ width: 75% }
	.col-m-10{ width: 83.33% }
	.col-m-11{ width: 91.33% }
	.col-m-12{ width: 100% }
}
/* Định dạng cho laptop, PC */
@media only screen (max-width: 1200px){
	#header{
		display: block;
	}
	.col-x-l{ width: 8.33% }
    .col-x-2{ width: 16.66% }
	.col-x-3{ width: 25% }
	.col-x-4{ width: 33.33% }
	.col-x-5{ width: 41.66% }
	.col-x-6{ width: 50% }
	.col-x-7{ width: 58.33% }
	.col-x-8{ width: 66.66% }
	.col-x-9{ width: 75% }
	.col-x-10{ width: 83.33% }
	.col-x-11{ width: 91.33% }
	.col-x-12{ width: 100% }
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial;
}

body{
    background:#f5f5f5;
}

.cart-container{
    width:80%;
    margin:40px auto;
}

.cart-container h1{
    margin-bottom:25px;
    color:#e38b2c;
}

.cart-table{
    width:100%;
    border-collapse:collapse;
    background:white;
}

.cart-table th{
    background:#e38b2c;
    color:white;
    padding:15px;
}

.cart-table td{
    border:1px solid #ddd;
    text-align:center;
    padding:15px;
}

.cart-table img{
    width:100px;
    height:100px;
    object-fit:contain;
}

.cart-table input{
    width:60px;
    padding:5px;
    text-align:center;
}

.delete-btn{
    background:red;
    color:white;
    border:none;
    padding:8px 12px;
    border-radius:6px;
    cursor:pointer;
}

.cart-summary{
    margin-top:30px;
    background:white;
    padding:25px;
    border-radius:10px;
}

.cart-summary h2{
    margin-bottom:20px;
}

.cart-summary p{
    display:flex;
    justify-content:space-between;
    margin:10px 0;
}

.total{
    font-size:22px;
    font-weight:bold;
    color:#e38b2c;
}

.cart-buttons{
    margin-top:25px;
    display:flex;
    justify-content:space-between;
}

.continue-btn{
    background:#666;
    color:white;
    border:none;
    padding:12px 20px;
    border-radius:8px;
    cursor:pointer;
}

.checkout-btn{
    background:#e38b2c;
    color:white;
    border:none;
    padding:12px 20px;
    border-radius:8px;
    cursor:pointer;
}	

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial;
}

body{
    background:#f5f5f5;
}

/* MENU */

#menu{
    width:100%;
    height:60px;
    background:#e38b2c;
}

#menu ul{
    width:80%;
    margin:0 auto;
    list-style:none;
}

#menu ul li{
    float:left;
}

#menu ul li a{
    display:block;
    color:white;
    text-decoration:none;
    padding:0 35px;
    line-height:60px;
}

#menu ul li a:hover{
    background:#f0a13f;
}

/* CONTENT */

#container{
    width:80%;
    margin:40px auto;
    overflow:hidden;
}

/* SIDEBAR */

#sidebar{
    width:22%;
    float:left;

    background:white;

    border-radius:20px;
    overflow:hidden;
}

#sidebar h2{
    background:#e38b2c;
    color:white;

    padding:15px;
    text-align:center;
}

#sidebar ul{
    list-style:none;
}

#sidebar ul li{
    border-bottom:1px solid #ddd;
}

#sidebar ul li a{
    display:block;

    padding:15px;

    color:black;
    text-decoration:none;
}

#sidebar ul li a:hover{
    background:#f5f5f5;
}

/* PRODUCT */

#products{
    width:75%;
    float:right;
}

#products h1{
    color:#e38b2c;
    margin-bottom:25px;
}

.product-grid{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}

.product{
    width:calc(25% - 19px);

    background:white;

    border-radius:15px;

    padding:15px;

    text-align:center;

    transition:0.3s;
}

.product:hover{
    transform:translateY(-5px);

    box-shadow:0 0 15px rgba(0,0,0,0.15);
}

.product img{
    width:100%;
    height:180px;

    object-fit:contain;
}

.product-name{
    display:block;

    margin-top:15px;

    font-size:18px;
    font-weight:bold;
}

.product-price{
    display:block;

    margin-top:10px;

    color:#e38b2c;

    font-size:20px;
    font-weight:bold;
}

.buy-btn{
    margin-top:15px;

    background:#e38b2c;

    color:white;

    border:none;

    padding:10px 15px;

    border-radius:8px;

    cursor:pointer;
}

/* FOOTER */

#footer{
    width:100%;

    background:#1b1b1b;

    color:white;

    text-align:center;

    padding:25px;

    margin-top:50px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial;
}

body{
    background:#f5f5f5;
}

/* HEADER */

#top{
    width:100%;
    height:48px;
    background:#e38b2c;
}

#menu{
	width:100%;
	height:60px;
	background:#e38b2c;
}

#menu ul{
	width:80%;
	margin:0 auto;
	list-style:none;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	display:block;
	color:white;
	text-decoration:none;
	padding:0 35px;
	line-height:60px;
	font-size:18px;
}

#menu ul li a:hover{
	background:#f0a13f;
}

/* CONTENT */

#container{
	width:80%;
	margin:40px auto;
	background:white;
	padding:40px;
	border-radius:15px;
}

#container h1{
	color:#e38b2c;
	margin-bottom:25px;
	text-align:center;
}

#container h2{
	color:#e38b2c;
	margin-top:30px;
	margin-bottom:15px;
}

#container p{
	line-height:30px;
	font-size:17px;
	color:#333;
}

.banner{
    width:100%;
	border-radius:15px;
    margin-bottom:30px;
}

.feature{
	margin-top:20px;
}

.feature li{
	line-height:35px;
	font-size:17px;
}

/* FOOTER */

#footer{
	width:100%;
	background:#1b1b1b;
	color:white;
	text-align:center;
	padding:25px;
	margin-top:40px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial;
}

body{
    background:#f5f5f5;
}

/* MENU */

#menu{
    width:100%;
    height:60px;
    background:#e38b2c;
}

#menu ul{
    width:80%;
    margin:0 auto;
    list-style:none;
}

#menu ul li{
    float:left;
}

#menu ul li a{
    display:block;
    color:white;
    text-decoration:none;
    padding:0 35px;
    line-height:60px;
    font-size:18px;
}

#menu ul li a:hover{
    background:#f0a13f;
}

/* CONTENT */

#container{
    width:80%;
    margin:40px auto;
}

#container h1{
    color:#e38b2c;
    margin-bottom:30px;
    text-align:center;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.news-item{
    background:white;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 0 10px rgba(0,0,0,0.1);

    transition:0.3s;
}

.news-item:hover{
    transform:translateY(-5px);
}

.news-item img{
    width:100%;
    height:220px;

    object-fit:cover;
}

.news-item h2{
    padding:15px;

    font-size:20px;
}

.news-item p{
    padding:0 15px 15px;

    line-height:25px;

    color:#555;
}

.read-more{
    display:inline-block;

    margin:0 15px 20px;

    padding:10px 15px;

    background:#e38b2c;

    color:white;

    text-decoration:none;

    border-radius:8px;
}

.read-more:hover{
    background:#f0a13f;
}

/* FOOTER */

#footer{
    width:100%;

    margin-top:50px;

    background:#1b1b1b;

    color:white;

    text-align:center;

    padding:25px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial;
}

body{
    background:#f5f5f5;
}

/* MENU */

#menu{
    width:100%;
    height:60px;
    background:#e38b2c;
}

#menu ul{
    width:80%;
    margin:0 auto;
    list-style:none;
}

#menu ul li{
    float:left;
}

#menu ul li a{
    display:block;
    padding:0 35px;
    line-height:60px;

    color:white;
    text-decoration:none;
}

#menu ul li a:hover{
    background:#f0a13f;
}

/* CONTENT */

#container{
    width:80%;
    margin:40px auto;
}

#container h1{
    text-align:center;
    color:#e38b2c;
    margin-bottom:35px;
}

/* GRID */

.sale-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* ITEM */

.sale-item{

    position:relative;

    background:white;

    padding:20px;

    text-align:center;

    border-radius:15px;

    box-shadow:0 0 10px rgba(0,0,0,0.1);

    transition:0.3s;
}

.sale-item:hover{

    transform:translateY(-5px);

    box-shadow:0 0 20px rgba(0,0,0,0.15);
}

.sale-item img{

    width:100%;

    height:220px;

    object-fit:contain;
}

.sale-item h2{

    margin-top:15px;

    font-size:22px;
}

.old-price{

    margin-top:15px;

    color:#999;

    text-decoration:line-through;

    font-size:18px;
}

.new-price{

    margin-top:8px;

    color:#e38b2c;

    font-size:26px;

    font-weight:bold;
}

.sale-item button{

    margin-top:15px;

    padding:10px 20px;

    border:none;

    border-radius:8px;

    background:#e38b2c;

    color:white;

    cursor:pointer;
}

.sale-item button:hover{

    background:#f0a13f;
}

/* SALE TAG */

.discount{

    position:absolute;

    top:15px;

    right:15px;

    background:red;

    color:white;

    padding:8px 12px;

    border-radius:20px;

    font-size:14px;

    font-weight:bold;
}

/* FOOTER */

#footer{

    width:100%;

    margin-top:50px;

    background:#1b1b1b;

    color:white;

    text-align:center;

    padding:25px;
}
/* Ẩn dòng chữ quảng cáo của Somee.com, dán vào css */
div[style*="z-index: 9999999;"],
center:has(a[href*="somee.com"]),
a[href*="somee.com"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}