* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* overflow-x: hidden; */
}

.header-nav {
    position: relative;
    margin: 0 auto;
}

.site-header {
    width: 100%;
    height: 77px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.navheader {
    max-width: 1498px;
    width: 100%;
    height: 77px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
}

.site-logo {
    flex-shrink: 0;
}

.site-logo img {
    height: 68px;
    width: 100px;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.main-nav li {
    display: flex;
    align-items: center;
    gap: 2px;
}

.main-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.3s;
    position: relative;
}

.main-nav a:hover {
    color: #f6f88b;
}

.main-nav svg {
    margin-left: 4px;
    transition: transform 0.3s;
    position: relative;
}

.main-nav li:hover svg {
    transform: rotate(180deg);
}

.lang-me {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.language-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Fira Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 4px;
}

.menu-toggle img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.hero-slider {
    max-width: 1440px;
    height: 925px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.hero-slide.active {
    display: block;
}

.hero-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    color: #fff;
    text-align: center;
}

.hero-title {
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 2rem;
}

.hero-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: all 0.3s;
}

.hero-btn:hover {
    background: #fff;
    color: #000;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s;
    margin-left: 55px;
    margin-right: 55px;
}


#heroCarousel .carousel-control-prev svg,
#heroCarousel .carousel-control-next svg {
    width: 32px;
    height: 32px;
    stroke: white;
}


#heroCarousel .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

#heroCarousel {
    position: relative;
}

#heroCarousel .carousel-indicators button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    transition: background-color 0.3s;
    padding: 0;
    position: relative;
}

div#heroCarousel.carousel.slide div.carousel-indicators button #so {
    position: absolute !important;
    width: 100%;
    left: 1250%;
    top: 0px;
}

#heroCarousel .carousel-indicators button.active {
    color: black;
}


div#heroCarousel.carousel.slide div.carousel-indicators button {
    color: #fff !important;
    position: relative;

}

div#heroCarousel.carousel.slide div.carousel-indicators button.active {
    color: rgba(128, 81, 0, 1) !important;
}

#heroCarousel .carousel-indicators .active {
    opacity: 1;
    font-weight: 700;
}

.QNG02 {
    width: 100%;
}

.cardQNG02 {
    width: 100%;
    height: 277px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s;
}

.row.g-0>[class*="col-"] {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.row.g-0 {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.row.g-0>.col-6:nth-child(1),
.row.g-0>.col-md-3:nth-child(1) {
    border-left: none;
}

.row.g-0>.col-6:nth-last-child(-n+4),
.row.g-0>.col-md-3:nth-last-child(-n+4) {
    border-bottom: none;
}

.imgQNG02 {
    width: 92px;
    height: 92px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.imgQNG025 {
    width: 102px;
    height: 102px;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.titleQNG02 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    color: #000;
    margin-left: 29px;
    width: 260px;
}

.btnQNG02 {
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
    margin-left: 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.btnQNG02:hover {
    color: #805100;
}

.colsp {
    width: 360px;
    height: 283px;
}

.frame2 {
    width: 100%;
    height: 280px;
    padding: 20px 0;
}

.frame2 h4 {
    margin-left: 15px;
}

.frame2category {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-top: -7px;
}

.title2category {
    width: 202px;
    height: 61px;
    margin-top: 22px;
    color: #805100;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
}

.col-frame {
    width: 273px;
    height: 148px;
    margin: 0 auto;
}

.col-frame img {
    width: 138px;
    height: 138px;
}

.circle {
    border: 1.5px solid #0F1C3F;
    /* border-radius: 50%; */
    height: 5em;
    width: 5em;
    object-fit: cover;
    cursor: pointer;
}

.linkdmuc {
    position: absolute;
    top: 53%;
    left: 57%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.col-frame img:hover {
    filter: brightness(0.8);
}

.wrapperdmuc:hover .linkdmuc {
    opacity: 1;
    pointer-events: auto;
}

.imgnextdmuc {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.wrapperdmuc {
    position: relative;
    display: inline-block;
}

.titlecategory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    width: 103px;
}

.titlecategory h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    width: 200%;
}

.titlecategory p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #777;
}

#categoryCarousel .carousel-control-prev::after,
#categoryCarousel .carousel-control-next::after {
    font-size: 139px;
    color: #333;
    margin-left: 280px;
    margin-top: -46px;
}

#categoryCarousel .carousel-control-prev::after {
    content: '<';
}

#categoryCarousel .carousel-control-next::after {
    content: '>';
}

.spnew {
    width: 100%;
    height: 390px;
    margin: 0;
    padding: 0;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.image-contai {
    position: relative;
    width: 100%;
    height: 100%;
}

.imgspnew {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.textspnew1,
.textspnew2 {
    position: absolute;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
    font-family: 'Carattere', cursive;
    font-size: 68px;
    color: #fff;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.framecart {
    position: absolute;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.framecart:hover {
    background-color: #7a5b27;
    border: 2px solid #7a5b27;
}

.cartspnew {
    width: 30px;
    height: 30px;
}

.videosp {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.img-container {
    position: relative;
    overflow: hidden;
}

.imgvideosp {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 1.3 / 1;
    transition: all 0.3s ease;
}

.icon-wrapper {
    position: absolute;
    top: 70%;
    left: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.add-to-cart {
    border: 1px solid #000000;
    border-radius: 50%;
    width: 30px;
    height: 28px;
}

.add-to-cart path {
    stroke: #030000;
}

.add-to-favorite {
    border: 1px solid #000000;
    border-radius: 50%;
    width: 30px;
    height: 28px;
}

.add-to-favorite path {
    stroke: #000000;
}

.add-to-cart:hover {
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #7a5b27;
    width: 30px;
    height: 28px;
}

.add-to-cart:hover path {
    stroke: #ffffff;
}

.add-to-favorite:hover {
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #7a5b27;
    width: 30px;
    height: 28px;
}

.add-to-favorite:hover path {
    stroke: #ffffff;
}

.cartvideosp,
.likevideosp {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.cardvideosp:hover .imgvideosp {
    filter: brightness(0.7);
}

.cardvideosp:hover .icon-wrapper {
    opacity: 1;
}

.titlevideo p {
    font-size: 32px;
    font-weight: 700;
    color: #7a5b27;
    margin-bottom: 10px;
    line-height: 1.4;
    width: 248px;
    margin-left: 2px;
}

.watchtcvideo {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 10px;
}

.cardvideosp {
    text-align: center;
}

.titlevideosp {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-top: 10px;
    line-height: 1.4;
    text-align: center;
}

.spnb {
    width: 100%;
    height: 806px;
    padding: 20px 0;
}

.spnb1 {
    width: 100%;
    height: 242px;
    position: relative;
    display: inline-block;
}

.imgspnb {
    width: 100%;
    height: 242px;
    display: block;
}

.framespnb {
    position: absolute;
    width: 638px;
    height: 99px;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textspnb {
    margin: 0;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 45px;
    color: #805100;
}

.rowslide {
    max-width: 1327px;
    width: auto;
    height: auto;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cardspnb {
    width: 412px;
    height: 463px;
    position: relative;
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    background-color: #faf8f8f0;
}

.img-wrapper:hover {
    background-color: #7a5b27;
}

.imgspnb2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.imgspnb2:hover {
    filter: brightness(1.5);
}

.pricespnb {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    position: absolute;
}

.cardspnb:hover .pricespnb {
    opacity: 1;
    pointer-events: auto;
}

.cartspnb {
    width: 60px;
    height: 60px;
    top: 123px;
    left: 175px;
}

.icon-wrapper-spnb {
    position: absolute;
    top: 20%;
    right: 47%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 5;
    transition: background-color 0.3s ease;
}

.icon-wrapper-spnb a img {
    width: 60px;
    height: 60px;
    padding: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-wrapper-spnb a img:hover {
    transform: scale(1.1);
}

.icon-wrapper-spnb2 {
    position: absolute;
    top: 50%;
    right: 47%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 5;
    transition: background-color 0.3s ease;
}

.icon-wrapper-spnb2 a img {
    width: 60px;
    height: 60px;
    padding: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-wrapper-spnb2 a img:hover {
    transform: scale(1.1);
}

.cart-icon {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cardspnb:hover .cart-icon {
    opacity: 1;
}

.cart-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.cartspnb {
    opacity: 1;
    z-index: 1;
}

.cartspnb25 {
    opacity: 0;
    z-index: 2;
}

.cart-icon:hover .cartspnb {
    opacity: 0;
}

.cart-icon:hover .cartspnb25 {
    opacity: 1;
}

.linkspnb {
    opacity: 1;
    z-index: 1;
}

.linkspnb25 {
    opacity: 0;
    z-index: 2;
}

.cart-icon:hover .linkspnb {
    opacity: 0;
}

.cart-icon:hover .linkspnb25 {
    opacity: 1;
}

.linkspnb {
    width: 60px;
    height: 60px;
    top: 250px;
    left: 175px;
}

.linkspnb:hover {
    background-color: #7a5b27;
}

.pricespnb {
    width: 100%;
    height: 50px;
    background-color: #805100;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    bottom: 37px;
}

.spnb2 {
    margin-left: 4px;
}

.titlespnb {
    width: 390px;
    margin-top: 10px;
    height: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #777;
    text-align: center;
}

#featuredProductsCarousel .carousel-control-prev,
#featuredProductsCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    margin-left: -60px;
}


#featuredProductsCarousel .carousel-control-prev::after,
#featuredProductsCarousel .carousel-control-next::after {
    font-size: 30px;
    color: #805100;
    font-weight: bold;
}

#featuredProductsCarousel .carousel-control-prev:hover::after,
#featuredProductsCarousel .carousel-control-next:hover::after {
    color: #fff;
}

.imgprev {
    width: 80px;
    height: 100px;
    margin-left: 40px;
}

.imgnext {
    width: 80px;
    height: 100px;
    margin-left: 91px;
}

.feedback {
    width: 100%;
    height: 648px;
}

.feedback .row {
    margin-left: 0;
    margin-right: 0;
}

.feedback .col-6 {
    padding-left: 0;
    padding-right: 0;
}

.feedback1 {
    height: auto;
}

.imgfeedback1 {
    width: 100%;
    height: 594px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.feedback2 {
    width: 100%;
    margin-top: 54px;
    height: 594px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #f0e4cb;
}

.textfeedback {
    width: 508px;
    height: 61px;
    margin-top: 149px;
    margin-left: 50px;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 35px;
    color: #805100;
}

.nguoifeedback {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 50px;
}

.imgfeedback {
    border-radius: 50%;
    box-shadow: 6px 6px 0 0 rgba(15, 28, 63, 0.125);
    height: 76px;
    width: 76px;
    object-fit: cover;
}

.namefeedback {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.contentfeedback {
    width: 505px;
    height: 145px;
    margin-top: 20px;
    margin-left: 57px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #000;
}

#feedbackCarousel .carousel-control-prev,
#feedbackCarousel .carousel-control-next {
    width: 45px;
    height: 45px;
    background: rgba(128, 81, 0, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

#feedbackCarousel .carousel-control-prev:hover,
#feedbackCarousel .carousel-control-next:hover {
    background: rgba(128, 81, 0, 1);
    opacity: 1;
}

#feedbackCarousel .carousel-control-prev::after,
#feedbackCarousel .carousel-control-next::after {
    font-size: 20px;
    color: #fff;
}

#feedbackCarousel .carousel-control-prev::after {
    content: '«';
}

#feedbackCarousel .carousel-control-next::after {
    content: '»';
}

#feedbackCarousel .carousel-indicators {
    bottom: -88px;
    left: -543px;
}

#feedbackCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6;
    border: none;
    margin: 0 6px;
}

#feedbackCarousel .carousel-indicators .active {
    opacity: 1;
}

.project {
    width: 100%;
    padding: 20px;
}

.titleproject {
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 35px;
    color: #805100;
}

.imgproject1 {
    width: 543px;
    height: 510px;
    object-fit: cover;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.imgproject23 {
    width: 358px;
    height: 237px;
    object-fit: cover;
    border-radius: 10px;
}


.imgproject4 {
    width: 723px;
    height: 261px;
    border-radius: 10px;
}

.overlay-text {
    position: absolute;
    top: 0;
    width: 98%;
    left: 2%;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    transition: 0.3s ease;
    height: 20%;
    top: 80%;

}

.project-image-wrapper:hover .overlay-text {
    opacity: 1;
}

.project-arrow {
    position: relative;
    width: 32px;
    height: 32px;
    margin-top: -12px;
    left: -3%;
    cursor: pointer;
}

.project-arrow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.project-arrow .next2 {
    opacity: 1;
    z-index: 1;
}

.project-arrow .arrow25 {
    opacity: 0;
    z-index: 2;
}

.project-arrow:hover .next2 {
    opacity: 0;
    transform: scale(0.9);
}

.project-arrow:hover .arrow25 {
    opacity: 1;
    transform: scale(1);
}


.project-name {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
}

.project-name1 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
}

.project-name2 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
}


.project-link {
    text-decoration: none;
    display: block;
}


.spbc {
    width: 100%;
    height: 380px;
    padding: 20px 0;
}

.cardsp {
    width: 301px;
    height: 280px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    height: 60%;
    overflow: hidden;
}

.imgcard {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

.salecount {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(128, 81, 0, 1);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 145, 145, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cardsp:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.cardsp:hover .salecount {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cardsp:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.icon-wrapper-cart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 12px;
}

.icon-wrapper-spbc a,
.icon-wrapper-spbc2 a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}

.linkspbc,
.heartspbc {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 6px;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: none;
}

.linkspbc25,
.heartspbc25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 6px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.icon-wrapper-spbc a:hover .linkspbc {
    opacity: 0;
}

.icon-wrapper-spbc a:hover .linkspbc25 {
    opacity: 1;
}

.icon-wrapper-spbc2 a:hover .heartspbc {
    opacity: 0;
}

.icon-wrapper-spbc2 a:hover .heartspbc25 {
    opacity: 1;
}


.addtocartbtn {
    display: flex;
    width: 202%;
    height: 35px;
    cursor: pointer;
    margin-left: -51%;
    margin-top: 30%;
    border: 2px solid #805100;
}

.addtocarttext {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-top: 2%;
}

.addtocart a {
    text-decoration: none;
    color: #000;
}

.addtocartbtn:hover {
    background-color: #8b5c1d;
    color: white;
}

.cardtitle {
    width: 301px;
    height: 27px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #777;
    text-align: center;
}

.cardsp:hover .cardtitle {
    color: #007BFF;
}

.price {
    width: 290px;
    text-align: center;
}

.pricecard {
    width: 150px;
    height: 21px;
    opacity: 0.7;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: line-through;
    color: #d64444;
    margin: 0 auto;
}

.pricecard1 {
    width: 122px;
    height: 24px;
    opacity: 0.8;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #d64444;
    margin: 0 auto;
}

.titlespbc {
    width: 1198px;
    margin: 0 auto;
}

.textspbc {
    width: 410px;
    height: 43px;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 35px;
    color: #805100;
    margin-left: -50px;
}

.addtocartbtn {
    display: flex;
    width: 202%;
    height: 35px;
    cursor: pointer;
    margin-left: -51%;
    margin-top: -20%;
    border: 2px solid #805100;
}

.addtocarttext {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-top: 2%;
}

.salecount {
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 2;
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(128, 81, 0, 1);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.textspbc1 {
    width: 221px;
    height: 30px;
}

.textspbc1 a {
    text-decoration: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-left: 82px;
}

.newhot {
    width: 100%;
    height: 502px;
    padding: 20px 0;
}

.newhot .row {
    margin-left: 50px;
}

.newhot1 {
    width: 648px;
    height: 374px;
}

.newhot2 {
    width: 620px;
    height: 86px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 11px;
}

.imgnewhot2 {
    width: 173px;
    height: 86px;
    object-fit: cover;
}

.newhot2title {
    margin: 0 auto;
    width: 385px;
    height: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-left: 20px !important;
}

.newhot2td {
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 28px;
    color: #805100;
    /* margin: 0 auto; */
    text-align: left;
}

.titlenewhot {
    width: 149px;
    height: 40px;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 35px;
    color: #805100;
    margin-left: 8px;
}

.web {
    width: 100%;
    height: 335px;
    padding: 20px 0;
}

.titlewweb {
    width: 1160px;
    height: 88px;
    font-family: 'Trirong', serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 88px;
    text-align: center;
    color: #805100;
    margin-left: -65px;
}

.frameweb {
    border: 1px solid #000;
    padding: 10px;
    height: 150px;
    display: flex;
    background-color: white;
    width: 225px;
    margin-left: -23px;
}

.imgweb {
    width: 187.78px;
    height: 130px;
}

.slidesim {
    margin: 0 auto;
    width: 1313px;
    height: 100%;
    justify-content: space-around;
}

.imagesllide {
    width: 100%;
    height: 100%;
}

/* Website Logos Carousel Buttons */
#websiteLogosCarousel .carousel-control-prev,
#websiteLogosCarousel .carousel-control-next {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px solid #805100;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

#websiteLogosCarousel .carousel-control-prev:hover,
#websiteLogosCarousel .carousel-control-next:hover {
    background: #805100;
}

#websiteLogosCarousel .carousel-control-prev::after,
#websiteLogosCarousel .carousel-control-next::after {
    font-size: 18px;
    color: #805100;
}

#websiteLogosCarousel .carousel-control-prev:hover::after,
#websiteLogosCarousel .carousel-control-next:hover::after {
    color: #fff;
}


#websiteLogosCarousel .carousel-indicators {
    bottom: -50px;
    left: -210px;
}

#websiteLogosCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6;
    border: none;
    margin: 0 -100px;
    margin-left: 115px;
}

#websiteLogosCarousel .carousel-indicators .active {
    opacity: 1;
}

.footer {
    background-color: #f0e4cb;
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.titlefooter {
    width: 142px;
    height: 43px;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 25px;
    color: #805100;
    margin-top: 40px;
}

.titlefooter1 {
    width: 142px;
    height: 43px;
    font-family: 'Trirong', serif;
    font-weight: 700;
    font-size: 25px;
    color: #805100;
    margin-top: 40px;
}

.contentfooter {
    width: 415px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 220%;
    color: rgba(0, 0, 0, 0.7);
}

.list-unstyled .contentfooter a:hover {
    text-decoration: none;
    color: #805100;
}

.titleend {
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
}

.colfooter {
    height: 120px;
    margin: 0 auto;
}

.formemail {
    margin-top: 38px;
}


.footer-divider {
    border-top: 3px solid #805100;
    width: 100%;
    margin-top: 57px;
    margin-bottom: -51px;
    opacity: 0.8;
}

.imgend {
    margin-right: -38px;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-header h5 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #5a3921;
}

.section-divider {
    width: 60px;
    height: 3px;
    background-color: #8B4513;
    margin: 0 auto;
    border-radius: 2px;
}

.linkend {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    text-decoration: underline;
}

.list-unstyl {
    border-right: 3px solid #805100;
    height: 150px;
}

.list-unstyl23 {
    border-right: 3px solid #805100;
    height: 90px;
    margin-top: 99px;
}

.colfooter img {
    width: 118.35px;
    height: 68px;
    margin-top: -105px;
}

.imgzalo {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

@media (max-width: 576px) {

    body,
    html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .main-nav {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.8);
        width: 50%;
        padding: 10px 0;
        position: absolute;
        left: auto;
        right: 0;
        z-index: 999;
    }

    .main-nav.active {
        display: flex !important;
        width: 70%;
        margin-top: 130%;
        margin-right: -7%;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .site-logo img {
        height: 68px;
        width: 100px;
        margin-left: -60px;
    }

    .menu-toggle img {
        max-width: 91px;
        margin-left: 1px;
        margin-bottom: 1px;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .main-nav li {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .main-nav a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }

    .lang-me {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        margin-right: -48px;
    }

    .language-link {
        font-size: 14px;
    }

    .carousel-item {
        height: 500px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
        display: none;
    }

    #heroCarousel .carousel-control-prev svg,
    #heroCarousel .carousel-control-next svg {
        width: 24px;
        height: 24px;
    }

    #heroCarousel .carousel-indicators {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 4rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #heroCarousel .carousel-indicators button {
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        border: none;
        color: rgba(128, 81, 0, 1);
        font-size: 1.25rem;
        opacity: 0.5;
        transition: opacity 0.3s;
    }

    #heroCarousel .carousel-indicators button {
        color: #fff !important;
    }

    #heroCarousel .carousel-indicators button.active {
        color: rgba(128, 81, 0, 1) !important;
    }

    div#heroCarousel.carousel.slide div.carousel-indicators button {
        color: #fff !important;
    }

    div#heroCarousel.carousel.slide div.carousel-indicators button.active {
        color: rgba(128, 81, 0, 1) !important;
    }

    #heroCarousel .carousel-indicators .active {
        opacity: 1;
        font-weight: 700;
    }

    #categoryCarousel .carousel-control-prev,
    #categoryCarousel .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .QNG02 {
        width: 100%;
    }

    .imgQNG02 {
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }

    .titleQNG02 {
        margin: 0 auto;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #000;
        width: auto;
        text-align: center;
    }

    .btnQNG02 {
        text-decoration: none;
        color: #000;
        transition: all 0.3s;
        margin: 0 auto;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }

    .title2category {
        text-align: center;
        width: 96%;
        height: 61px;
        color: #805100;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 44px;
        line-height: 100%;
    }

    .carousel-inner .row.category {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 551px;
    }

    .col-frame {
        flex: 0 0 24%;
        max-width: 28%;
        box-sizing: border-box;
        margin-bottom: 30px;
        text-align: center;
        margin: 0 auto;
        margin-left: -8%;
    }

    .frame2category {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .col-frame .row {
        display: block;
    }

    .col-frame img.circle {
        width: 81px;
        height: 88px;
        border-radius: 50%;
        border: 1px solid #000;
        object-fit: cover;
        margin-bottom: 10px;
        margin-left: -5%;
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
    }

    .titlecategory {
        text-align: center;
        margin-left: 35%;
    }

    .titlecategory h5 {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        color: #000;
        width: 150%;
        margin-left: -20%;
    }

    .titlecategory p {
        font-size: 14px;
        margin: 2px 0 0;
        color: #555;
        width: 160%;
        margin-left: -27%;
    }

    .col-frame hr {
        display: none;
    }

    #categoryCarousel .carousel-control-next {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 135px;
        height: 3px;
        background: linear-gradient(to right, #805100 50%, #ccc 0%);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
        top: 58%;
        transform: translateY(-50%);
        right: -3%;
        position: absolute;
        z-index: 10;
        margin-right: 24px;
        margin-top: -83px;
    }

    #categoryCarousel .carousel-control-next::after {
        content: '';
    }

    .imgspnew {
        width: 100%;
        height: 215px;
    }

    .textspnew1 {
        position: absolute;
        font-weight: 400;
        border-radius: 4px;
        width: 100%;
        height: auto;
        top: 30%;
        left: 50%;
        font-family: 'Carattere', cursive;
        font-size: 64px;
        color: #fff;
        text-align: center;
    }

    .framecart {
        position: absolute;
        width: 10%;
        height: 25%;
        top: 60%;
        left: 50%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .textspnew2 {
        position: absolute;
        padding: 5px 10px;
        font-weight: 400;
        border-radius: 4px;
        width: 396px;
        height: 67px;
        top: 50px;
        left: 255px;
        font-family: 'Carattere', cursive;
        font-size: 58px;
        color: #fff;
    }

    .videosp {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 30px;
    }

    .rowsofa {
        display: flex;
        flex-wrap: wrap;
    }

    .rowsofa>.col-6 {
        width: 50%;
        padding: 8px;
    }

    .titlevideo {
        width: 200px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: -60px;
    }

    .imgvideosp {
        width: 100%;
        height: 260px;
        border-radius: 10px;
        object-fit: cover;
        aspect-ratio: 1.3 / 1;
        transition: all 0.3s ease;
        object-fit: contain;
        /* đổi từ cover sang contain */
        aspect-ratio: unset
    }

    .watchtcvideo {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0 12px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .rowsofa>.col-md-3:first-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .videosp {
        position: relative;
        padding-bottom: 60px;
    }

    .videosp .watchtcvideo {
        position: absolute;
        bottom: -950px;
        right: 25px;
        text-decoration: none;
        color: black;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 4px;
        z-index: 10;
        font-size: 20px;
    }

    .icon-wrapper {
        position: absolute;
        top: 55%;
        left: 85%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .cartvideosp,
    .likevideosp {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

    .spbc {
        width: 100%;
        height: auto;
        position: relative;
    }

    .framespnb {
        position: absolute;
        width: 300px;
        height: 66px;
        top: 85px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .img-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 10px;
        transition: background-color 0.3s ease;
        background-color: #c7c7c7f0;
    }

    .cartspnb {
        width: 60px;
        height: 60px;
        top: 123px;
        left: 50px;
    }

    .cartspnb:hover {
        background-color: #7a5b27;
    }

    .linkspnb {
        width: 60px;
        height: 60px;
        top: 200px;
        left: 50px;
    }

    .linkspnb:hover {
        background-color: #7a5b27;
    }

    .pricespnb {
        width: 100%;
        height: 50px;
        background-color: #805100;
        border-radius: 0 0 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        bottom: 102px;
    }

    .textspnb {
        margin: 0;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 27px;
        color: #805100;
    }

    .rowslide {
        max-width: 1200px;
        width: 100%;
        height: auto;
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .imgspnb {
        width: 100%;
        height: 135px;
        display: block;
    }

    .cardspnb {
        width: 100%;
        text-align: center;
    }

    .spnb1 {
        width: 100%;
        height: 140px;
        position: relative;
        display: inline-block;
    }

    .spnb {
        height: 600px;
    }

    .spnb2 {
        margin-left: 0%;
        width: 100%;
    }

    .imgspnb2 {
        width: 94%;
        height: 345px;
        border-radius: 10px;
    }

    .titlespnb {
        width: 185px;
        margin-top: 10px;
        height: 38px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #777;
        text-align: center;
        margin: 0 auto;
    }

    #featuredProductsCarousel .carousel-control-prev,
    #featuredProductsCarousel .carousel-control-next {
        display: none !important;
    }

    .carousel-item .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .carousel-item .col-md-4:nth-child(3) {
        display: none;
    }

    .feedback {
        width: 100%;
        height: auto;
    }

    .imgfeedback1 {
        width: 200%;
        height: 510px;
        border-radius: 10px;
    }

    .feedback2 {
        width: 190%;
        margin-top: 38px;
        height: 435px;
        border-radius: 10px;
        background-color: #f0e4cb;
        margin-left: -95%;
    }

    .textfeedback {
        width: 100%;
        height: 61px;
        margin-top: 48px;
        margin-left: 8%;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 22px;
        color: #805100;
    }

    .contentfeedback {
        width: 90%;
        height: 145px;
        margin-top: 20px;
        margin-left: 8%;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #000;
    }

    #feedbackCarousel .carousel-indicators {
        bottom: 80px;
        left: -286px;
    }

    .titleproject {
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 35px;
        color: #805100;
        text-align: center;
    }

    .project {
        width: 100%;
        padding: 0px;
    }

    .imgproject1 {
        width: 100%;
        height: 335px;
        border-radius: 10px;
    }

    .imgproject23 {
        width: 100%;
        height: 119px;
        object-fit: cover;
        border-radius: 14px;
    }

    .imgproject4 {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

    .titlespbc {
        width: 100%;
        height: 20%;
    }

    .textspbc {
        width: 100%;
        height: 43px;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 27px;
        color: #805100;
        text-align: center;
        margin-left: -30px;
        position: relative;
        margin: 0 auto;
    }

    .textspbc h4 {
        text-align: center;
    }

    .titlespbc .row {
        display: block;
        text-align: center;
    }

    .titlespbc .col-10,
    .titlespbc .col-2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .textspbc1 {
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
        text-align: center;
        margin-bottom: 0;
        position: absolute;
        display: flex;
        justify-content: center;
        margin-top: 95%;
        margin-left: 20%;
    }


    .textspbc1 a {
        text-decoration: none;
        color: #000;
        margin-left: 0%;
        margin-top: 75%;
    }

    .cardsp {
        width: 100%;
        height: 90%;
        margin-top: 40px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 20%;
    }

    .spbc {
        width: 100%;
        height: 100%;
        padding: 20px 0;
        margin-left: 0px;
    }

    .spbc .row {
        width: 100%;
        padding: 0px;
    }

    .imgcard {
        width: 100%;
        height: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .cardtitle {
        width: 100%;
        height: 27px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #777;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }

    .price .row {
        display: flex;
        flex-wrap: wrap;
    }

    .price {
        width: 100%;
        text-align: center;
    }

    .pricecard {
        width: 235%;
        height: 21px;
        opacity: 0.7;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-decoration: line-through;
        color: #d64444;
        margin: 0 auto;
    }

    .pricecard1 {
        width: 100%;
        height: 24px;
        opacity: 0.8;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #d64444;
        margin: 0 auto;
        margin-right: 50px;
        margin-left: 0%;
    }

    .icon-wrapper-cart img {
        width: 50px;
        height: 50px;
        padding: 6px;
        transition: transform 0.3s ease, background-color 0.3s ease;
        margin-top: 3px;
    }

    .icon-wrapper-cart a img:hover {
        transform: scale(1.2);
        background-color: #8b5c1d;
    }

    .addtocartbtn {
        display: flex;
        width: 107%;
        height: 31px;
        cursor: pointer;
        margin-left: -4%;
        margin-top: -10%;
        border: 2px solid #805100;
    }

    .addtocarttext {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #fff;
        margin: 0 auto;
        text-align: center !important;
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
        margin-top: 2%;
    }

    .titlenewhot {
        width: 535px;
        height: 40px;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 35px;
        color: #805100;
    }

    div#heroCarousel.carousel.slide div.carousel-indicators button #so {
        position: absolute !important;
        width: 100%;
        left: 27.5%;
        top: -26px;
    }

    .frame2 {
        width: 100%;
        height: 55%;
        padding: 6px 0px;
        margin: 0 auto;

    }

    .newhot {
        width: 100%;
        height: 830px;

    }

    .newhot2td {
        width: 384.98px;
        height: 15px;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 20px;
        color: #805100;
        text-align: center;
    }

    .newhot2 {
        width: 100%;
        height: 86px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .imgnewhot2 {
        width: 50%;
        height: 66px;
    }

    .newhot2title {
        margin: 0 auto;
        width: 100%;
        height: 67px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #000;
        padding: 3px;
    }

    .frameweb {
        border: 1px solid #000;
        padding: 10px;
        height: 21%;
        display: flex;
        background-color: white;
        width: 165%;
        margin-left: -48%;
    }

    .titlewweb {
        width: 100%;
        height: 86px;
        font-family: 'Trirong', serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 41px;
        text-align: center;
        color: #805100;
        margin-left: 5%;
    }

    .imagesllide {
        width: 103%;
        margin-left: 2%;
        height: 160px;
    }

    .imgweb {
        width: 100%;
        height: 100%;
    }

    .slidesim .col-2:nth-child(5) {
        display: none;
    }

    .slidesim {
        display: flex;
    }

    .web {
        width: 100%;
        height: 300px;
        padding: 20px 0;
        margin-left: -12px;
    }

    .slidesim {
        margin: 0 auto;
        width: 104%;
        height: 100%;
    }

    #websiteLogosCarousel .carousel-indicators {
        bottom: 338px;
        left: -210px;
    }

    .footer {
        background-color: #F5F5DC;
        font-family: Arial, sans-serif;
        height: auto;
    }

    .footer .container {
        width: 100%;

    }

    .rowfooter {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }


    .colfooter,
    .footer .col-md-2,
    .footer .col-md-4,
    .footer .col-md-3 {
        width: 100% !important;
        margin-top: 35px;
    }

    .colfooter img {
        width: 90px;
        height: auto;
        display: block;
        margin-top: -50px;
    }

    .imgzalo {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        background-color: #805100;
    }

    .contentfooter,
    .footer .list-unstyled,
    .formemail,
    .footer .col-md-4 p {
        font-size: 18px;
        color: #555;
        line-height: 1.6;
        width: 92%;
        height: 50%;
    }

    .titlefooter::after {
        content: '+';
        font-weight: bold;
        top: 70%;
        right: 0;
        transform: translateY(-50%);
        position: absolute;
    }

    .titlefooter[data-expanded="true"]::after {
        content: '-';
    }

    .titlefooter[data-expanded="true"]+.contentfooter,
    .titlefooter[data-expanded="true"]+p,
    .titlefooter[data-expanded="true"]+.formemail,
    .titlefooter[data-expanded="true"]+ul {
        display: block;
    }

    .formemail {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        max-width: 90%;
    }

    .formemail input {
        flex: 1;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .formemail button {
        background-color: #8B5A2B;
        color: white;
        font-weight: bold;
        font-size: 14px;
        margin-left: -15px;
        width: 80px;
    }

    .formemail button:hover {
        background-color: #6F4A22;
    }


    .footer-divider {
        border-top: 3px solid #805100;
        width: 100%;
        margin-top: 160px;
        margin-bottom: -51px;
        opacity: 0.8;
    }

    .footer .d-flex.justify-content-between {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .titleend {
        font-size: 8px;
        color: #555;
    }

    .imgend {
        width: 80px;
        height: auto;
        display: none;
    }

    .linkend {
        font-size: 7px;
        color: #805100;
        text-decoration: none;
    }

    .linkend:hover {
        text-decoration: underline;
    }

    .list-unstyl {
        height: 150px;
        display: none;
        border-right: none !important;
    }


    .list-unstyl23 {
        height: 90px;
        margin-top: 1px;
        border-right: none !important;
    }

    .register {
        width: 100%;
        height: 100px;
        margin-top: 50px;
        /* position: absolute; */
        left: 0;
        right: 0;
    }

    .titlefooter1 {
        width: 142px;
        height: 43px;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 25px;
        color: #805100;
        margin-top: 10px;
    }

    .titlefooter {
        width: 100%;
        height: 43px;
        font-family: 'Trirong', serif;
        font-weight: 700;
        font-size: 25px;
        color: #805100;
        margin-top: -120px;
        height: 20px;
        position: relative;
        margin-left: -10px;
    }

    .linkdmuc {
        position: absolute;
        top: 48%;
        left: 115%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .cardvideosp {
        padding: 0px;
        text-align: center;
        margin-bottom: -75px;
    }

    .salecount {
        position: absolute;
        top: 23px;
        left: 10px;
        z-index: 2;
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: rgba(128, 81, 0, 1);
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    .project-name {
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .overlay-text {
        position: absolute;
        top: 0;
        width: 90%;
        left: 3%;
        right: 0;
        bottom: 0;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        opacity: 0;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0 0 5px 5px;
        transition: 0.3s ease;
        height: 20%;
        top: 80%;

    }

    .icon-wrapper-spnb {
        position: absolute;
        top: 20%;
        right: 35%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 5;
        transition: background-color 0.3s ease;
    }

    .icon-wrapper-spnb2 {
        position: absolute;
        top: 50%;
        right: 35%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 5;
        transition: background-color 0.3s ease;
    }
}

@media (max-width: 576px) {

    .carousel,
    .spnb,
    .spbc,
    .newhot,
    .web,
    .feedback,
    .project,
    .videosp,
    .spnew,
    .frame2,
    .QNG02 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .cardQNG02,
    .cardspnb,
    .cardvideosp,
    .cardsp,
    .project-image-wrapper,
    .frameweb {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .cardQNG02:hover,
    .cardspnb:hover,
    .cardvideosp:hover,
    .cardsp:hover,
    .project-image-wrapper:hover,
    .frameweb:hover {
        transform: translateY(-5px);
    }

    .imgQNG02,
    .imgspnb2,
    .imgvideosp,
    .imgcard,
    .imgproject1,
    .imgproject23,
    .imgproject4,
    .imgweb {
        transform: none;
    }

    .cardQNG02:hover .imgQNG02,
    .cardspnb:hover .imgspnb2,
    .cardvideosp:hover .imgvideosp,
    .cardsp:hover .imgcard,
    .project-image-wrapper:hover .imgproject1,
    .project-image-wrapper:hover .imgproject23,
    .project-image-wrapper:hover .imgproject4,
    .frameweb:hover .imgweb {
        transform: scale(1.03);
    }

    [data-aos="flip-left"],
    [data-aos="flip-up"],
    [data-aos="zoom-in-up"],
    [data-aos="fade-up-right"] {
        animation-name: fade-up !important;
    }

    [data-aos="fade-right"],
    [data-aos="fade-left"],
    [data-aos="zoom-in"] {
        animation-name: fade-in !important;
    }

    [data-aos] {
        transition-duration: 0.6s !important;
    }

    .pulse-text {
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.03);
        }

        100% {
            transform: scale(1);
        }
    }
}