@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1380px;
    }
}

footer {
    background-image: url(https://cdn10585.cdn4s4.io.vn/media/banner/footer-bg2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer:before {
    content: "";
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer *{
    color: white;
}

.countdown {
    font-size: 100px;
    font-weight: bold;
    color: white;
    /* background:#1a2a3d; */
    padding: 15px 25px;
    /* border-radius:10px; */
    letter-spacing: 4px;
    min-width: 280px;
    text-align: center;
    /* margin-bottom: 25rem; */
    width: max-content;
}

.countdown {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
}

.slide-main-wrap .countdown .label {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 1rem;
}

.slide-main-wrap .countdown .unit {
    width: 20rem;
}









.product-item .price {
    font-size: 16px;
}

.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.search-section .form-dropdown {
    position: absolute;
    padding: 0;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.entire-action-header {
    position: relative;
}
.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section.entire-action-header a.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.setting-menu>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 18%;
    max-width: 18%;
}
.setting-menu>.container>.row>div:nth-child(2) {
    flex: 0 0 65.33333%;
    max-width: 65.33333%;
}

.section-feeling>.title-section:before {
    background: #4e4e4e;
}
.title-section:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 60px;
    height: 1px;
    background: var(--color-main);
    transform: translateX(-50%);
    bottom: -10px;
}

.slogan-section {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3rem;
    margin-bottom: 60px;
}

.section-feeling .description {
    font-size: 16px;
    text-align: center;
}
.title-top {
    font-size: 1.6rem;
    color: var(--color-main);
    text-transform: uppercase;
    letter-spacing: 4px;
}

.slogan {
    font-size: 16px;
}

.item-category {
    position: relative;
}

.item-category .content-category {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.item-category .content-category .tile {
    font-size: 35px;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
    white-space: nowrap;
}

.item-category .content-category .description {
    font-size: 14px;
    color: var(--white);
}

.item-category .content-category .link-kham-pha {
    border: 2px solid var(--white);
    padding: 5px 15px;
    color: var(--white);
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}
.item-category .img  {
    position: relative;
    display: block;
}

.item-category .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
    z-index: 1;
}

.item-category .content-category a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}
@media (min-width:768px){
    .category-home > .row > div:nth-child(1),
    .category-home > .row > div:nth-child(3) {
        flex: 0 0 25.5%;
        max-width: 25.5%;
    }
    
    .category-home > .row > div:nth-child(2) {
        flex: 0 0 49%;
        max-width: 49%;
    }
    
    .category-home > .row > div:nth-child(1) .item-category .img,
    .category-home > .row > div:nth-child(3) .item-category .img {
        padding-top: 100%;
    }
    
    .category-home > .row > div:nth-child(2) .item-category .img {
        padding-top: 52.05%;
    }
    .section-banner .item-banner .content-banner>.container>.row>div:nth-child(1) {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section-banner .item-banner .content-banner>.container>.row>div:nth-child(2) {
        flex: 0 0 55%;
        max-width: 55%;
    }

}

.content-category.content-hover {
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}

.item-category:hover .content-category.content-hover {
    background: var(--color-main);
    opacity: 1;
    z-index: 9;
}
.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.row>div {
    padding-right: 1rem;
    padding-left: 1rem;
}

.section-banner .item-banner .img-banner {
    position: relative;
}

.section-banner .item-banner .img-banner img {
    height: 27vw;
    width: 100%;
    object-fit: cover;
}

.section-banner .item-banner  .content-banner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
    transform: translateY(-50%);
}

.section-banner .item-banner .content-banner .title-top {
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-banner .item-banner .content-banner .title {
    font-size: 36px;
    color: var(--white);
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    position: relative;
}

.section-banner .item-banner .content-banner .description {
    font-size: 16px;
    color: var(--white);
}

.section-banner .item-banner .content-banner .title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -5px;
    background: var(--white);
}


.section-banner .item-banner .img-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000052;
}
.link-kham-pha a {
    background: var(--color-main);
    display: inline-block;
    padding: 15px 30px;
    color: var(--white);
    border-radius: 25px;
    float: right;
    font-weight: 600;
}
.link-kham-pha a:hover {
    background: var(--color-text);
}
.elementor-widget .elementor-content {
    display: block;
    text-align: center;
    background: var(--light);
    margin-bottom: 20px;
    border: 1px solid var(--color-main);
    padding: 20px;
}

.elementor-widget .elementor-content .icon i {
    font-size: 42px;
    margin-bottom: 15px;
}

.elementor-widget .elementor-content .inner-content .name {
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--color-main);
}

.elementor-widget .elementor-content .inner-content p {
    font-size: 16px;
}
.cooperation-process .card .item-title-process {
    border: 1px solid rgba(0,0,0,.02);
    background-color: var(--black);
    padding: 15.2px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
    align-items: center;
    cursor: pointer;
}

.description-process {
    border: 1px solid #ddd;
}

.cooperation-process .card .item-title-process.collapsed {
    background-color: #f1f1f1;
    color: var(--black);
}
.description-process {
    padding: 15px;
}

.description-process>ul {
    padding: 0;
}

.description-process>ul>li {
    list-style: none;
    margin-bottom: 10px;
}
.section-news-home>.row {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
}

.section-news-home>.row>div {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
.section-news-home .article-item {
    position: relative;
    margin-bottom: 0.4rem;
}
.section-news-home .article-item .inner-content {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    left: 0;
    z-index: 9;
}

.section-news-home .article-item .inner-content .article-title a {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.section-news-home .article-item .inner-content .article-title {
    font-weight: normal;
    line-height: 1.2;
}

.section-news-home .article-item .inner-content .post-date {
    color: var(--white);
}
.section-news-home .article-item .article-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    z-index: 1;
}
.title-footer {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #ddd; */
    color: var(--white);
}

.footer-menu-section .list-unstyled>li>a {
    font-size: 14px;
    color: var(--white) !important;
    display: block;
}
.entire-info-website address p {
    color: var(--white);
}

footer .logo-section {
    margin-bottom: 15px;
    text-align: center;
}
.footer-menu-fanpage>ul.list-unstyled>li>a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid var(--black);
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: var(--black);
    font-size: 17px;
}

.copy {
    font-size: 15px;
    color: #f9f9f9;
}
/*footer .logo-section img{*/
/*     filter: invert(1) !important;*/
/*}*/
.breadcrumbs-section a:last-child:after {
    display: none;
}
@media (min-width:1200px){
    .menu-section .entry-menu.dropdown {
        border-radius: 8px;
    }
    .fixed .setting-menu {
        background: #ffffff !important;
    }
    
    /*.fixed .setting-menu .logo-section img {*/
    /*    filter: invert(1);*/
    /*}*/
    .section-news-home>.row>div:nth-child(1), .section-news-home>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    body.home .setting-menu, body.article .setting-menu, body.product .setting-menu{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #00000054;
    }
    body.home  .menu-section > ul > li > a,  body.article .menu-section > ul > li > a,body.product .menu-section > ul > li > a {
        color: var(--white);
    }
     body.home .fixed .menu-section > ul > li > a,  body.article .fixed .menu-section > ul > li > a,body.product .fixed .menu-section > ul > li > a {
        color: var(--black);
    }
     .fixed {
        -moz-animation: slideInDown 0.6s ease;
        -webkit-animation: slideInDown 0.6s ease;
        animation: slideInDown 0.6s ease;
        background: var(--white);
        z-index: 21 !important;
    }
    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }
    
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    .fixed .menu-section > ul > li > a {
        color: #000;
    }
}
.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 1px 10px 0px;
    -moz-box-shadow: 0px 1px 10px 0px;
    box-shadow: 0px 1px 10px 0px #999;
    background: #fff;
}

.fixed .search-section a.btn-action-header {
    color: var(--black);
}

.fixed .language-switch a.language-picker {
    color: var(--000);
}

.fixed .language-switch i {
    color: #000 !important;
}

.header-page-title .title-bra {
    padding: 150px 0 100px;
}

.header-page-title .title-bra .breadcrumbs-top {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
}

.header-page-title .title-bra .breadcrumbs-section {
    display: flex;
    justify-content: center;
}

.header-page-title .title-bra .breadcrumbs-top:before {
    content: '';
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: var(--color-main);
    z-index: 1;
    position: absolute;
}

.header-page-title .title-bra .breadcrumbs-section a, .header-page-title .title-bra .breadcrumbs-section a span {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
}

.form-search-banner .item-search {
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
    padding: 20px;
    margin-top: -35px;
}

.form-search-banner .form-group .form-group input {
    border-radius: 5px;
}

.form-search-banner .form-group input.form-control {
    border-radius: 5px;
}

.form-search-banner .form-group button.btn.btn-submit {
    width: 100%;
    display: block;
}

.form-search-banner button.btn.btn-submit {
    width: 100%;
    border-radius: 5px;
    background: var(--color-main);
    border-color: var(--color-main);
}

.section-slider-banner .form-search-banner {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
}
.product-content-detail-top .product-title-detail {
    font-size: 24px;
}

.product-content-detail-top .price-amount.old-price {
    font-size: 1.5rem !important;
}

.product-content-detail-top .price span.price-amount {
    font-size: 25px;
}

.product-content-detail-top .price span.title-lien-he {
    font-size: 19px;
}
.form-chi-tiet {
    padding: 14px;
    border: 1px solid #ddd;
    border-top: 2px solid var(--color-main);
    border-radius: 5px;
}

.form-chi-tiet .form-group {
    margin-bottom: 1.5rem;
}

.form-chi-tiet .form-group label {
    font-weight: normal;
    margin-bottom: 10px;
}

.form-chi-tiet .form-group input.form-control {
    border-radius: 5px;
    border-color: #ddd;
}

.form-chi-tiet .form-group span.btn.btn-submit {
    display: block;
    border-radius: 5px;
    border: 1px solid var(--color-main);
    background-color: var(--color-main);
}
.section-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.tab-product-top ul.nav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tab-product-top ul.nav>li>a {
    font-weight: 500;
    color: var(--black);
    padding: 0.5rem 1.5rem;
    border-bottom: 2px solid #ddd0;
}

.tab-product-top ul.nav>li>a.active {
    border-color: var(--color-main);
}

.title-detail-product {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-product-dt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-detail-footer .entire-file a {
    padding: 0.5rem 2rem;
    border-radius: 5px;
    background: var(--color-main);
    border-color: var(--color-main);
}

.product-detail-footer .content-file, .table-price-product-detail {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
}
article.article-item .inner-content {
    padding: 15px 20px;
}
.section-banner-news {
    margin-bottom: 50px;
}

.title-section-left {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 2.4rem;
}

.box-contact {
    border-radius: 5px;
    overflow: hidden;
    color: white;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    background-color: var(--color-main);
    height: 100%;
}
.box-contact .footer-menu-fanpage>ul.list-unstyled>li>a {
    color: var(--white);
    border-color: var(--white);
}
.section-form {
    padding: 15px;
}

.section-form .form-group textarea {
    display: block;
    width: 100%;
    height: 70px;
    border-color: #ddd;
}
.section-form .form-group input {
    border-color: #ddd;
}
.section-form .form-group:last-child {
    margin-bottom: 0;
}

.section-form .form-group span.btn.btn-submit {
    border-radius: 5px;
    padding: 7px 20px;
}

@media (max-width:1200px){
    .search-section.entire-action-header a.btn-action-header {
        float: right;
        border: 1px solid #000;
        padding: 7px 8px 3px;
        border-radius: 5px;
    }
    .form-search-banner .item-search {
        margin: 0;
        border-radius: 10px;
    }
    .entire-action-header {
        padding: 0;
    }
    /*.logo-section img {*/
    /*    filter: invert(1) !important;*/
    /*}*/
}

@media (max-width:992px){

    
    .slogan-section {
        margin-bottom: 2rem;
        font-size: 15px;
    }
    
    .title-section {
        font-size: 2rem;
    }
    .item-category .content-category .tile {
        font-size: 17px;
        margin-bottom: 4px;
    }
    
    .item-category .content-category a {
        padding: 0 15px;
    }
    
    .item-category .content-category .description {
        font-size: 12px;
    }
    
    .row>div {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    
    .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    
    .product-item .inner-content {
        padding: 5px;
    }
    
    .product-item {
        margin-bottom: 1rem;
    }
    
    .section-banner .item-banner .img-banner img {
        height: 68vw;
    }
    
    .section-banner .item-banner .content-banner .title {
        font-size: 23px;
    }
    
    .link-kham-pha a {
        float: none;
        margin-top: 10px;
    }
    .elementor-widget .elementor-content {
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .elementor-widget .elementor-content .inner-content .name {
        font-size: 13px;
    }
    
    .elementor-widget .elementor-content .inner-content p {
        font-size: 14px;
    }
}
@media (max-width:576px){
    .elementor-widget .elementor-content {
         padding: 10px;
        margin-bottom: 10px;
    }
    
    .elementor-widget .elementor-content .inner-content .name {
        font-size: 13px;
    }
    
    .elementor-widget .elementor-content .inner-content p {
        font-size: 14px;
    }
    
    .section-news-home .article-item .inner-content .article-title a {
        font-size: 12px;
        color: var(--black);
    }
    
    .section-news-home .article-item .inner-content {
        padding: 5px;
        position: inherit;
        background: var(--light);
        height: 100%;
    }
    
    .section-news-home .article-item .inner-content .post-date {
        font-size: 10px;
        color: var(--black);
    }
    
    .section-news-home .article-item .inner-content .article-title {
        height: 36px;
        overflow: hidden;
    }
    .form-search-banner .item-search .form-group {
        margin-bottom: 10px !important;
    }
    .section-news-home>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-news-home>.row>div:first-child .article-title {
        height: auto;
    }
    .section-form-product .form-search-banner .item-search {
        margin-top: 3rem;
    }
    
    .header-page-title .title-bra {
        padding: 60px 0 60px;
    }  
    .table-price-product-detail img {
        height: auto;
        max-width: 100%;
    }
    .product-content-detail-top .price {
        float: none;
    }
    
    .product-content-detail-top .product-title-detail {
        font-size: 20px;
    }
    .tab-product-top ul.nav>li>a {
        background: var(--light);
        margin-bottom: 5px;
        margin-right: 5px;
    }
    
    .tab-product-top ul.nav {
        border: 0;
    }
    .product-content-detail-top .price span.price-amount {
        font-size: 22px;
    }
    
}

.swiper-slider-main .swiper-slide img {
    height: 41vw;
}
.contact-right {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 20px;
}

.contact-right li.entry-content img {
    width: 47px;
    height: 47px;
}

.content-file .cooperation-process .card {
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.content-file .cooperation-process .card .item-title-process {
    padding: 10px 15px;
}

.content-file .cooperation-process .card .description-process {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content-file .cooperation-process .card .item-title-process>i::before {
    content: "\f106";
}

.content-file .cooperation-process .card .item-title-process.collapsed>i:before {
   content: "\f078";
}
.language-switch a.language-picker, .language-switch i {
    color: var(--white);
}
.section-category-top .item-category .img img {
    transition: 1.1s;
}

.section-category-top .item-category:hover .img img {
    transform: scale(1.1);
}

.section-category-top .item-category {
    overflow: hidden;
}

footer .logo-section img {
    width: 100%;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.section-brand.section-penci-widget .item-img-brand .img-brand {
    padding-top: 45%;
    background: var(--white);
}

.section-brand.section-penci-widget .item-img-brand .img-brand img {
    object-fit: contain;
    padding: 15px;
}
.section-category-top .content-category .tile {
    white-space: inherit;
}
@media (max-width:1200px){
    
    
    .btn-hide {
        display: none !important;
    }
    .item-text-left {
        margin-bottom: 15px;
    }
    
    .item-text-left .description {
        max-height: 117px;
        overflow: hidden;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 5;  /* sá»‘ dÃ²ng hiá»ƒn thá»‹ */
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        visibility: visible;
    }
    
    .item-text-left .btn-view-all-cate {
        text-align: center;
    }
    
    .item-text-left .btn-view-all-cate a {
        border: 1px solid var(--color-main);
        display: inline-block;
        padding: 0.7rem 2rem;
        color: var(--color-main);
    }
    .item-text-left.transform-active .btn-show {
        display: none;
    }
    
    .item-text-left.transform-active .btn-hide {
        display: inline-block !important;
    }
    
    .item-text-left.transform-active .description {
        max-height: 100%;
        display: block;
    }
}
.btn-share-zalo {
    display: flex;
}

.btn-share-zalo .zalo-share-button {
    margin-right: 5px;
}

.form-search-banner {}

.form-search-banner .info-form .text {
    text-align: center;
    color: #fff;
}


.form-search-banner .info-form .form {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.form-search-banner .info-form .form .btn-submit {
    width: 100%;
    border-radius: 8px;
    height: 50px;
}

.form-search-banner .info-form .form .orderby-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-search-banner .info-form .form .dropdown-menu {
    min-width: 170px;
    padding: 0;
}

.form-search-banner .info-form .form .dropdown-menu  .checkmark {
    height: 16px;
    width: 16px;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #464646;
    border-radius: 3px;
    position: relative;
}
.form-search-banner .info-form .form .dropdown-menu .list-item .item-check>label {
    display: block;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.form-search-banner .info-form .form .dropdown-menu .list-item .item-check>label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-search-banner .info-form .form .dropdown-menu .list-item  input:checked ~ .checkmark {background: var(--color-highlight);}

.form-search-banner .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 3px;
}
.form-search-banner .info-form .form .dropdown-menu .list-item .item-check>label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-search-banner .info-form .form .orderby-title>span {
    cursor: pointer;
}
.form-search-banner .info-form .form .item-check.custom-control {
    padding-left: 0;
}
.form-search-banner .info-form .form .dropdown-menu .list-item {
    max-height: 250px;
    overflow-y: auto;
}

.form-search-banner .info-form .form .dropdown-menu .list-item::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    border:1px solid #fff
} 
.form-search-banner .info-form .form .dropdown-menu .list-item::-webkit-scrollbar-thumb {
    background-color: #000;
    width:3px;
}

.form-search-banner .info-form .form .orderby-title span.text-name span {
    display: block;
}

.form-search-banner .info-form .form .orderby-title span.icon {
    border: 1px solid #e7e6e6;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}
.form-search-banner .info-form .form .dropdown-menu .list-item .item-check>label:hover {
    color: var(--color-highlight);
}

.form-search-banner .info-form .form .dropdown-menu .list-item .item-check>label:hover .checkmark {
    border-color: var(--color-highlight);
}

.form-search-banner .info-form .text .title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: 'Playfair Display', serif;
}

.form-search-banner .info-form .text .dsc {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}
.box-section-brand-home , .box-section-home-12{
    padding: 40px 0;
}

.social-share .list-social .btn-social>a {
    border: 1px solid var(--color-main);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
article.article-detail,article.article-detail a, article.article-detail p, article.article-detail span {
    font-size: 16px !important;
}

.img-bg {
    padding: 7rem 0;
}

.box-5-danhmuc .parent{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    grid-template-rows: repeat(2,300px);
    gap: 11px;
}

.box-5-danhmuc .parent .item:nth-child(1){
    grid-column:span 2;
}

.box-5-danhmuc .parent .item:nth-child(2){
    grid-column:3 / span 2;
}

.box-5-danhmuc .parent .item:nth-child(3){
    grid-column:5 / span 2;
}

.box-5-danhmuc .parent .item:nth-child(4){
    grid-column:span 3;
    grid-row:2;
}

.box-5-danhmuc .parent .item:nth-child(5){
    grid-column:4 / span 3;
    grid-row:2;
}

.box-5-danhmuc .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* z-index: 1; */
}

.box-5-danhmuc .item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 2;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.box-5-danhmuc .inner-content .title {
    color: white;
    font-weight: 600;
    border-bottom: 1px solid var(--color-highlight);
    padding-bottom: 0.5rem;
}

.box-5-danhmuc .inner-content .desc {
    color: white;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.box-5-danhmuc .item {
    border-radius: 10px;
    overflow: hidden;
}

.box-5-danhmuc .item:hover img{
    scale: 1.1;
} 

@media (max-width:768px){

    .box-5-danhmuc  .parent{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .box-5-danhmuc .parent .item{
        grid-column: auto !important;
        grid-row: auto !important;
    }

}


















@media (max-width:1200px){
    .form-search-banner .info-form .form {
        border: 1px solid #ddd;
        margin-top: 15px;
    }
    
    .form-search-banner .info-form .text {
        color: #000;
    }
    
    .form-search-banner .info-form .text .title {
        font-size: 25px;
    }
    
    .form-search-banner .info-form .text .dsc {
        font-size: 20px;
    }
    .form-search-banner .info-form .form .row>div {
        margin-bottom: 15px;
    }
    
    .form-search-banner .info-form .form .row>div:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:500px) and (max-width:1200px){
    .setting-menu.header-menu>.container>.row>div:nth-child(1) {
        order: 2;
        flex: 0 0 33% !important;
        max-width: 33.33%;
    }
    
    .setting-menu.header-menu>.container>.row>div {
        flex: 0 0 33% !important;
        max-width: 33.33%;
    }
    
    .setting-menu.header-menu>.container>.row>div:nth-child(3) {
        order: 2;
        display: flex;
    }
    .setting-menu.header-menu .search-section a.btn-action-header {
        color: #000;
    }
    .setting-menu.header-menu i {
        color: #000;
    }
    
    .setting-menu.header-menu a.language-picker {
        color: #000;
    }
    
    .setting-menu.header-menu .language-switch i {
        display: none;
    }
    .section-slider-banner .form-search-banner .info-form .form .row>div {
        max-width: 50%;
    }
    
    .section-slider-banner .form-search-banner .info-form .form .orderby-title {
        border: 1px solid #ddd;
        border-radius: 8px;
    }
    
    .section-slider-banner .form-search-banner .info-form .form .orderby-title span.icon {
        border: 0;
        width: 48px;
        height: 48px;
    }
    
    .section-slider-banner .form-search-banner .info-form .text {
        color: #fff;
    }
    
    .section-slider-banner .swiper-slider-main .swiper-slide img {
        height: 65vw;
    }
}