body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
}
#header {
    width: 100%;
    height: 70px;
    background-color: #f5a623;
}
.container{
    margin: 0px auto;
    width: 85%;
    height: auto;
}
.content-header{
    display: flex;
    align-items: center;
    padding: 0px;
    height: 100%;
    margin-left: 15px;
}
#logo{
    display: flex;
    align-items: center;
    width: 300px;
    height: 100%;
}
#logo img{
    width: 75px;
    height: 65px;
}
#search{
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px;
    width: 100%;
    height: 40px;
    max-width: 410px;
    align-items: center;
    overflow: hidden;
}
#search input{
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    background: transparent;
}

#search img{
    width: 80px;
    height: 36px;
    border-radius:6px;
    align-items: center; 
    justify-content: center;
    margin-right: 3px;
}
.support{
    display: flex;
    font-size: 15px;
}
.support li{
    display: flex;           
    align-items: center;  
    list-style: none;
    color: #fff;
    margin-left: 14px;
    cursor: pointer;
	position: relative;
}
.support ul{
    padding-left: 15px;
    display: flex;
}
.support img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
#giohang{
    background-color: #f5a623;
    border-radius: 20px;
    border:3px solid #fff;
    padding: 10px 5px;
    display: flex;
    align-items: center;
}
.sub-menu{
    display: none;
	position: absolute;
	top: 40px;
	left: 0px;
    background: #F8F8F8;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 999;
    color: #333;
    text-align: center;
    padding-top: 15px;
    
}
.sub-small{
    display: flex;
}
.sub-small:hover .sub-menu{
    display: block;
}
.sub-box{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.sub-box select{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.thongtinchitiet {
    padding: 15px;
    text-align: left;
}

.thongtinchitiet p {
    margin: 5px 0;
    font-size: 13px;
    color: #666;
}
.diachi {
    margin-top: 10px;
    color: #333;
    text-decoration: none;
}
.sub-login{
    display: none;
	position: absolute;
	top: 40px;
	left: 0px;
    background: #F8F8F8;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 999;
    color: #333;
    text-align: center;
    padding-top: 15px;
}
#h3{
    margin-bottom: 5px;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
}
#h3 p{
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 12px;
}
.sub-small:hover .sub-login{
    display: block;
}
.sub-nhap input{
    width: 350px;
    height: 37px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 8px 10px;
    margin-bottom: 5px;
}
.sub-login a{
    text-decoration: none;
    color: #000;
}
.menu{
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    height: 37px;
}
.menu-content{
    display: flex;
    height: 100%;
}
.content-small{
    padding: 0 15px;
    position: relative;
}
.danhmuc{
    display: flex;
    align-items: center;
    padding: 6px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #4176ee;
    color: #fff;
    width: 260px;
    line-height: 1.4px;
    height: 25px;
}
.danhmuc-icon img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.ctdanhmuc{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    max-height: var(--nav-height);
    border: 1px solid #e1e1e1;
    background: #fff;
    min-height: 100%;
    overflow-y: auto
}
.ctdanhmuc ul{
    padding: 0;
    margin-top: 0px ;
    padding-inline-start: 10px;
}
.ctdanhmuc ul li{
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 0px;
}
.ctdanhmuc ul li a img{
    margin-right: 10px;
    object-fit: contain;
}
.ctdanhmuc ul a{
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    color: #000;
}
.content-big{
    flex: 1;
}
.content-big ul{
    display: flex;
    align-items: center;
    list-style: none; 
    margin: 0;       
    padding: 0;      
    height: 100%;
}
.content-big ul li {
    margin-right: 20px;
}
.content-big ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.content-big ul li a img {
    margin-right: 8px;
    width: 25px;
    height: 25px;
}
.main-content{
    margin-left: 320px;
    margin-top: 15px;
    position: relative; 
    width: 970px;       
    overflow: hidden;  
    border-radius: 8px;
    height: 338px;
}
.main-small img{
    width: 33.333%; 
    height: 100%;
    object-fit: cover;
}
.main-small{
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.main-content input[type="radio"] {
    display: none;
}
.slides-wrapper {
    width: 100%;
    height: 100%;
}
.main-content label {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    transition: 0.3s;
}
.main-content label.prev { 
    left: 0; border-radius: 0 5px 5px 0; 
}
.main-content label.next { 
    right: 0; border-radius: 5px 0 0 5px; 
}
.main-content label:hover { 
    background-color: rgba(0, 0, 0, 0.8); 
}
#slide1:checked ~ label.arrow1 { 
    display: block; 
}
#slide1:checked ~ .slides-wrapper .main-small { 
    transform: translateX(0%); 
}
#slide2:checked ~ label.arrow2 {
     display: block; 
}
#slide2:checked ~ .slides-wrapper .main-small {
     transform: translateX(-33.333%); 
}
#slide3:checked ~ label.arrow3 {
     display: block; 
}
#slide3:checked ~ .slides-wrapper .main-small {
     transform: translateX(-66.666%); 
}
.main-color{
    background: #fff;
    height: 164px;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 12px;
}
.main-box{
    display: flex;
    padding: 15px;
}
.main-box img{
    margin-right: 15px;
}
.main-box a{
    margin-right: 15px;
}
.main-a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.main-a a{
    text-decoration: none;
    color: #000;
}
.main-menu{
    margin-top: 20px;
    margin-left: 12px;
    background-color: #fff;
    border: #ccc;
    height: auto;
    padding-bottom: 20px;
}
.main-head{
    padding-top: 25px;    
    padding-bottom: 20px; 
    padding-left: 15px;
}
.main-head h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #000; 
    padding-left: 10px;          
    text-transform: uppercase;
    margin: 0;                   
    line-height: 1.1;     
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px; 
    padding: 15px;
}

.product-card {
    border: 1px solid #eaeaea; 
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

.product-image {
    position: relative; 
    padding: 5px;
    text-align: center;
}

.product-image img {
    width: 221.4px;
    height: 221.4px;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out; 
}
.product-image .img-hover {
    position: absolute;
    top: 5px; 
    left: 0;
    right: 0;
    margin: 0 auto; 
    opacity: 0; 
    z-index: 2;
}


.product-card:hover .img-main {
    opacity: 0; 
}

.product-card:hover .img-hover {
    opacity: 1; 
}
.product-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}
.view-all-wrapper {
    text-align: center; 
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.btn-view-all {
    display: inline-block;
    background-color: #1a73e8; 
    color: #ffffff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #1a73e8;
    transition: background-color 0.3s ease;
}

.btn-view-all:hover {
    background-color: #ffffff;
    color: #1a73e8;
}
.product-title {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px; 
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto; 
}

.price {
    font-size: 14px;
    color: #e5101d; 
    font-weight: bold;
}

.badge.out-of-stock {
    background-color: #e5101d;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: bold;
}
.main-event{
    display: flex;
    margin-top: 20px;
    margin-left: 12px;
    height: auto;
}
.event-tt{
    width: 65%;
    background-color: #fff;
    border: 0px solid #ccc;
    height: auto;
    padding-bottom: 20px;
    border-radius: 8px;
}
.event-review{
    width: 35%;
    margin-left: 15px;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 8px;
    height: auto;
    padding-bottom: 20px;
}
.tt{
    display: flex;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.vuitet{
    width: 388px;
}
.tt-anh img{
    width: 388px;
    height: 217px;
}
.tt-chu h3{ 
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 10px;
}
.tt-chu p{
    font-size: 14px;
}
.Event-GD{
    display: flex;
    flex: 1;
    gap: 7px;
}
.anh-event img{
    width: 130px;
    height: auto;
}
.Event-GD .tt-chu h3 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0; 
    line-height: 1.3;
}
.event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 5px; 
}

.event-date img {
    width: 16px; 
    height: auto;
    margin-right: 6px; 
}
.list-event {
    display: flex;
    flex-direction: column; 
    flex: 1;
    gap: 15px; 
    margin-left: 20px;
}
.event-review .main-head {
    padding-bottom: 15px; 
}
.review-list {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.review-item {
    display: flex;
    gap: 12px; 
    align-items: flex-start;
}

.review-img {
    flex-shrink: 0; 
}

.review-img img {
    width: 130px; 
    height: 80px; 
    object-fit: cover; 
}

.review-info {
    display: flex;
    flex-direction: column;
}

.review-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-date {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #333;
    margin-top: 8px; 
}

.review-date img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.footer{
    background-color: #202020;
    margin-top: 20px;
    height: auto;
    padding: 30PX;
    color: #F5F5F5;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff; 
}
.ft-form {
    display: flex;
    height: 40px;
    width: 450px;
}
.ft-input {
    display: flex;
    align-items: center;
    background: #fff;
    flex: 1; 
    padding: 0 15px;
}
.ft-input input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    background: transparent;
}
.ft-form button {
    background-color: #1a73e8; 
    color: #fff;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ft-social {
    display: flex;
    gap: 12px; 
}

.ft-social img {
    width: 32px;
    height: 32px;
    border-radius: 6px; 
    object-fit: cover;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    color: #fff;
}

.ft-col {
    display: flex;
    flex-direction: column;
}


.ft-col h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}


.ft-col-1 {
    width: 28%; 
}

.ft-logo-bot img {
    width: 160px;
    height: auto;
    margin-bottom: 15px;
}

.ft-col-1 p {
    font-size: 13px;
    line-height: 1.5;
    margin: 5px 0 15px 0;
}

.ft-contact {
    padding: 0;
    margin: 0 0 15px 0;
}

.ft-contact li {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ft-contact li img {
    width: 14px;
    margin-right: 8px;
    margin-top: 3px;
}

.ft-col-2, .ft-col-3 {
    width: 20%;
}

.ft-list {
    padding-left: 15px; 
    margin: 0;
}

.ft-list li {
    list-style-type: disc; 
    margin-bottom: 12px;
}

.ft-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

.ft-list li a:hover {
    color: #f5a623; 
}


.ft-col-4 {
    width: 25%;
}

.ft-col-4 p {
    font-size: 13px;
    margin: 0;
}

.hotline-blue {
    color: #33a0ff; 
    font-weight: bold;
}
