.header-top>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-website-info>a>img {
    width: 20px;
    margin-right: 15px;
    height: 17px;
    object-fit: contain;
}
.header-menu {
    background: #fff8ef;
    border-bottom: 1px solid #ddd;
}
.header-website-info>a {
    color: var(--color-top);
    font-size: 18px;
    margin-right: 30px;
}
.box-search .input-group .form-control {
    height: 37px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    color: #fff;
    padding: 5px 0;
    font-size: 18px;
    font-style: italic;
}
.box-search .input-group .input-group-append .btn.btn-submit img {
    height: 20px;
}

.box-search .input-group .form-control::placeholder {
    color: var(--color-top);
}
.payment-section {
    padding-top: 50px;
}
.title-order-cart {
    color: var(--color-highlight);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.box-search {
    margin-left: 20px;
}
.box-search .input-group .input-group-append .btn.btn-submit {
    background: none;
    border: 0;
    border-bottom: 1px solid #ffe6cb;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 37px;
}
.table-content-icon {
    display: none !important;
}
.footer-app .app .item img {
    height: 49px;
}
.header-phone a {
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    font-size: 16px;
}

.header-phone a svg {
    margin-right: 10px;
}
.box-section-01>.container>.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-section-01>.container>.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.slider__banner-right .item-banner {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width:1200px){
    .content-highlight .info-left {
        display: table;
    }

    .menu-section .entry-menu.dropdown {
        border-radius: 8px;
    }
    .menu-section>ul {
        display: flex;
        justify-content: space-between;
    }
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .menu-section > ul > li>a {
       font-size: 16px;
    }
    .menu-section > ul > li:first-child {
        margin-left: 0;
    }
}

.box-introduce .info .name {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.box-introduce .info .slogan {
    color: var(--color-main);
    font-size: 70px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.box-introduce .info  .dsc {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: justify;
}

.box-introduce .info .link a {
    padding: 10px 25px;
    border-radius: 6px;
    background: var(--color-main);
    color: #fff;
    display: inline-block;
    border-radius: 30px;
}

.box-introduce .info .link {
    margin-top: 20px;
}

.box-highlight {
    padding: 50px 0;
}

.box-highlight .item {
    text-align: center;
    position: relative;
}

.box-highlight .item .name {
    color: var(--color-highlight);
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.box-highlight .item .dsc {
    color: #fff;
}

.box-highlight .item .icon {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.box-introduce .img img {
    object-fit: contain;
    transition: 1s;
}
.box-section-home-02 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.box-introduce .inter-img {
    padding-right: 0;
    border-radius: 20px;
    overflow: hidden;
}

.box-product-endow {
    position: relative;
}


.box-product-endow .banner {
    position: absolute;
    left: -40px;
    width: calc(100% + 80px);
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    top: 0;
}

.box-section-home-04 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.box-product-endow>svg {
    position: absolute;
    right: -108px;
    top: -52px;
}

.product-item .inner-content .link a {
    display: block;
    padding: 0 15px;
    background: var(--color-highlight);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
}

.product-item .inner-content .price {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row>[class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.box-highlight .row {
    margin-right: -15px;
    margin-left: -15px;
}

.box-highlight .row>div {
    padding-left: 15px;
    padding-right: 15px;
}
.icon-title {
    margin-bottom: 10px;
}

.slogan-title {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.link-all a i {
    margin-left: 10px;
    font-size: 16px;
    padding-top: 3px;
}
.link-all a {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    border-radius: 38px;
    background: #e7d1bd00;
    color: var(--color-main);
    border: 1px solid var(--color-main);
    font-weight: 700;
    font-size: 20px;
    align-items: center;
}

.link-all a:hover {
    color: var(--color-main);
    background: none;
    border-color: var(--color-main);
}

.box-section-home-05 {
    padding-bottom: 70px;
}
.box-introduce-app {
    background-size: cover;
    padding: 60px 0;
}

.box-introduce-app:before {
    background: rgba(112, 42, 2, 0.75);
    backdrop-filter: blur(8.800000190734863px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-introduce-app .content {
    position: relative;
    z-index: 1;
}

.box-introduce-app .title-section {
    color: #fff;
}

.box-introduce-app  .slogan-title {
    color: #fff;
}

.box-introduce-app .item-stp {
    color: #fff;
    margin-bottom: 50px;
}

.box-introduce-app .item-stp .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-introduce-app .item-stp .item .info-left {flex-basis: calc(100% - 140px);max-width: calc(100% - 140px);}

.box-introduce-app .item-stp .item .info-right .icon {
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-introduce-app .item-stp .item .info-right .icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.box-introduce-app .item-stp .item .info-left .name {
    font-weight: 700;
    margin-bottom: 10px;
}

.box-introduce-app .info .item-stp:last-child {
    margin-bottom: 0;
}

.box-introduce-app .info .img-before .img {
    padding-top: 204%;
}

.box-introduce-app .info .img-before {
    padding: 0 45px;
    margin-bottom: 30px;
}

.box-introduce-app .info .info-center .img-app {
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

.box-introduce-app .info .info-center .img-app .logo {
    padding-left: 5px;
    padding-right: 5px;
}

.box-introduce-app .info .info-center .img-app .logo img {
    height: 50px;
}

.box-sptd .item-one .title {
    margin-bottom: 10px;
    color: #000;
}

.box-sptd .item-one .slogan {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 1.2;
    margin-bottom: 15px;
}

.box-sptd .item-one .dsc {
    margin-bottom: 20px;
}

.box-sptd .item-one .link a {
    border-radius: 38px;
    background: var(--color-main);
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    border: 1px solid var(--color-main);
}

.box-sptd .item-one .link a:hover {
    background: #fff;
    color: var(--color-main);
}

.box-sptd .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-sptd .item .inter-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    pointer-events: none;
}

.box-sptd .item .inter-content .name {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.box-sptd .item .inter-content .description {
    color: #fff;
}

.box-sptd .item:before {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(180deg, rgba(112, 42, 2, 0.00) 0%, #702A02 100%);
    content: '';
    position: absolute;
    height: 231px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
}

.box-sptd>.row>div:nth-child(4) {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.box-sptd>.row>div:nth-child(4) .item .img {
    padding-top: 49%;
}
.box-htkd .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
    font-size: 18px;
    font-style: italic;
    color: #6c757d;
}
.box-section-home-07 {
    padding-top: 82px;
    padding-bottom: 50px;
}
.block-tab.nav .nav-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.box-giai-thuong .item .img img {
    object-fit: contain;
}
.article-item .inner-content .date-view {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.article-item .inner-content .date-view span {
    font-size: 12px;
    color: #808080;
}

.box-section-home-08 {
    padding-bottom: 70px;
}

.title-image-video {
    margin-top: 60px;
    margin-bottom: 30px;
}

.box-section-home-09 {
    padding-bottom: 50px;
}

.article-image-all .img {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.box-article-video .inner-image {
    padding-top: 57.5%;
    border-radius: 8px;
    overflow: hidden;
}

.box-article-video .inner-image svg {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-box-kh .info .swiper .swiper-slide {
    width: 40% !important;
}

.section-box-kh .info .item {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}
.box-giai-thuong .item .img img.banner-khung {
    padding: 0;
}
.box-section-home-10 {
    padding: 70px 0;
}

.section-box-kh .title {
    font-size: 36px;
    font-weight: 700;
    color: var(--green);
    line-height: 1.3;
    margin-bottom: 15px;
}

.section-box-kh .info .item .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-box-kh .info .item .top .image img {width: 107px;height: 107px;object-fit: cover;border-radius: 5px;border-bottom-left-radius: 100px;}

.section-box-kh .info .item .top .logo {
    display: flex;
    flex-direction: column;
}

.section-box-kh .info .item .top .logo img {
    margin-bottom: 15px;
    height: 54px;
    object-fit: contain;
}

.section-box-kh .info .item .inter-content .dsc {
    height: 180px;
    overflow: hidden;
}

.section-box-kh .info .item .inter-content .name {
    font-weight: 700;
    margin-bottom: 10px;
}

.section-box-kh .info .item .inter-content .dsc-short {
    font-size: 14px;
    height: 45px;
    overflow: hidden;
}

.box-htkd {
    background-repeat: repeat;
    background: #fff4e5;
    padding: 40px 0;
}

.box-htkd .info .top .inter-image .img img {
    border-radius: 30px;
    object-fit: contain;
}

.box-htkd .info .top .form {
    padding: 0 40px;
}

.box-htkd .info .top .form .dsc {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 20px;
}

.box-htkd .info .top .form .form-group {
    margin-bottom: 25px;
}

.box-htkd .info .top .form .form-group .form-control {
    height: 48px;
    border-radius: 0;
    font-size: 18px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    font-style: italic;
}

.box-htkd .info .top .form .form-group textarea.form-control {
    height: 100px;
}

.box-htkd .info .top .form .form-group span.btn.btn-submit {
    padding: 11px 25px;
    font-size: 16px;
    /* background: var(--green); */
    /* border-color: var(--green); */
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
}

.box-htkd .info .top .form .form-group span.btn.btn-submit:hover {
    background: #fff;
    /* color: var(--green); */
}
.box-htkd .info .top .form .title {
    color: var(--color-highlight);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-htkd .info .item {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    display: flex;
}

.box-htkd .info .item .icon {
    flex: 0 0 67px;
    height: 67px;
    background: #F0E2CB;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-htkd .info .item .icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.box-htkd .info .item .inter-content {
    flex: 1 1;
    height: 125px;
    overflow: hidden;
}

.box-htkd .info .item .inter-content .name {
    color: var(--color-highlight);
    font-weight: 700;
    margin-bottom: 10px;
}

.box-htkd .info .item .inter-content .dsc {
    font-size: 14px;
}

.section-about-article .img {
    margin-bottom: 40px;
}

.section-about-article img {
    width: 100% !important;
}

.section-about-article .info {
    margin-bottom: 55px;
}

.section-about-article .info-01 {
    margin-bottom: 80px;
}
.box-tab-type-article .title-section {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.box-tab-type-article .block-tab {
    margin-bottom: 30px;
}

.block-tab.nav .nav-item {
    margin-left: 20px;
    margin-right: 20px;
}

.box-tab-article-info .item-tab .article-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 9;
    pointer-events: none;
}

.box-tab-article-info .item-tab .article-item {
    position: relative;
    padding: 0;
}

.box-tab-article-info .item-tab .article-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
    pointer-events: none;
}

.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

@media (min-width:992px){
    .box-tab-article-info .content-right-article>.row>div:nth-child(1) {
        flex: 0 0 60%;
        max-width: 60%;
        margin-bottom: 15px;
    }
    
    .box-tab-article-info .content-right-article>.row>div:nth-child(2) {
        flex: 0 0 40%;
        max-width: 40%;
        margin-bottom: 15px;
    }
    
    .box-tab-article-info .article-info-left .article-item .inner-image .img {
        padding-top: 149%;
    }
    
    .box-tab-article-info .content-right-article>.row>div:nth-child(1) .article-item .inner-image .img {
        padding-top: 70%;
    }
    
    .box-tab-article-info .content-right-article>.row>div:nth-child(2) .article-item .inner-image .img {
        padding-top: 107%;
    }
    
    .box-tab-article-info .content-right-article .article-item .inner-image .img {
        padding-top: 60%;
    }
}

.box-tab-article-info .item-tab .article-item .inner-image {
    margin-bottom: 0;
    border-radius: 0;
}

.box-tab-type-article .block-tab li.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.box-tab-type-article .block-tab li.nav-item  .nav-link {
    padding: 0;
    min-width: auto;
    background: none;
    position: relative;
}

.box-tab-type-article .block-tab li.nav-item .nav-link.active, .box-tab-type-article .block-tab li.nav-item .nav-link:hover {
    background: none;
    color: var(--green);
    font-weight: 700;
}

.box-tab-type-article .block-tab li.nav-item .nav-link.active:after {
    background: var(--green);
    width: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%) scaleX(1);
    bottom: -4px;
    height: 2px;
}

.box-tab-type-article .block-tab li.nav-item .nav-link:hover:after {
    display: none;
}

.box-tab-article-info .item-tab .article-item .inner-content .article-title a {
    color: var(--white);
}
.header-page-title img {
    height: 15vw;
    width: 100%;
    object-fit: cover;
}


article.article-item.article-item-page .inner-content .link a {
    color: var(--green);
}

article.article-item.article-item-page .inner-content .link a svg {
    margin-left: 5px;
}

.product-content-detail {
}

.product-content-detail .option {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.product-content-detail .description {
    margin-bottom: 20px;
}

.product-quantity {
    margin-right: 20px;
    padding-right: 0;
    border-color: #000;
}
.btn-product-action-cart .quantity-prduct-dt {
    display: flex;
    align-items: center;
}

.btn-product-action-cart .quantity-prduct-dt span.name {
    margin-right: 10px;
}

.product-quantity span.btn-quantity.quantity-subtract, .product-quantity span.btn-quantity.quantity-add {
    position: initial;
    width: 22px;
    color: #000 !important;
    border: 0;
    height: 30px;
    display: inline-flex;
    align-items: center;
}

.btn-product-action-cart .product-quantity span.btn-quantity.quantity-add {
    position: initial;
}

.product-quantity input {
    font-weight: 700;
    width: 5rem;
    height: 3rem;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.btn-product-action-cart .product-quantity span.btn-quantity.quantity-subtract>span, .btn-product-action-cart .product-quantity span.btn-quantity.quantity-add>span {
    font-size: 19px;
    padding-bottom: 2px;
}

.btn-product-action-cart .btn-cart-buy {display: flex;flex-direction: column;}

.btn-product-action-cart .btn-cart-buy a.add-to-cart.add-to-cart-buy {background: var(--color-highlight);color: #fff;}
.product-content-detail .option .item {
    margin-right: 15px;
}

.product-content-detail .option .item:last-child {
    margin-right: 0;
}

.comment-section-rating {
}

.title-rating-cm {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.overall-rating .rating-num i, .overall-rating .star-percent i {
    color: #f7d03f;
}

.overall-rating .btn.btn-submit {
    border-radius: 20px;
}

.box-follow .list {
    display: flex;
    align-items: center;
}

.box-follow .list .item {
    margin-right: 15px;
}

.logo-section {
    text-align: center;
}

.header-top-menu {
    border-bottom: 1px solid #ddd;
}
.header-top-menu>.container>.row {
    display: flex;
    align-items: flex-end;
}
.header-top-menu>.container>.row>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}
.box-search:hover form {
    display: block;
    opacity: 1;
}
.banner-slider {
    position: relative;
}

.banner-slider .text-info-slider {
    position: absolute;
    bottom: 2vw;
    width: 100%;
    z-index: 9;
}

.banner-slider  .slider-img img {
    width: 100%;
    object-fit: cover;
    height: 49vw;
}

.banner-slider .text-info-slider .swiper-slide {
    border: 0;
}
.banner-slider .text-info-slider .swiper-slide .item-thums .name {
    font-size: 48px;
    color: #F7D03F;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-slider .text-info-slider .swiper-slide .item-thums .description {
    margin-bottom: 15px;
    color: #fff;
}

.banner-slider .text-info-slider .swiper-slide .item-thums .link a {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
}

.box-introduce .info {
    position: relative;
}

.box-introduce .info .img-before img {
    position: absolute;
    right: 0;
    height: calc(100% + 100px);
    top: -50px;
}

.box-highlight .title-slogan .title-section {
    color: #fff !important;
}

.box-highlight .title-slogan {
    margin-bottom: 30px;
}

.box-highlight .item .icon img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.box-highlight .row>div:last-child .item:before {
    display: none;
}
.product-item .inner-content .link a:hover {
    background: #fff;
    color: #fff;
    background: linear-gradient(90deg, #994C20 21.7%, #FFC700 100%);
}

.section-article-tab ul.block-tab li.nav-item {
    margin: 0;
    padding-left: 15.5px;
    padding-right: 15.5px;
}

footer {
    background: var(--color-highlight);
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
}
.title-footer {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 0;
}

.footer-app .app {
    margin-bottom: 20px;
}

.footer-app .app .item {
    margin-bottom: 15px;
}

.footer-app .code {
    display: flex;
    align-items: center;
}

.footer-app .code .img-code {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
}

.footer-app .code .text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
}

.footer-app .code .img-code img {
    height: 105px;
}
.box-email-footer .slogan {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}

.box-email-footer .form-group {
    display: flex;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
}

.box-email-footer .form-group span.btn.btn-submit {
    background: #fff;
    border: 0;
    color: var(--color-main);
    font-weight: 700;
}

.box-email-footer .form-group .form-control {
    border: 0;
    background: none;
}
.box-follow .list .item .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.header-top-menu>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-mini-cart img {
    height: 30px;
}

.box-email-footer .form-group .form-control::placeholder {
    color: #fff;
    font-size: 16px;
}
.box-footer-ab {
    padding-top: 60px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.box-footer-ab:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #ffffff3d;
    width: 1170px;
    height: 1px;
    bottom: 0;
}

.box-detail-article .article-detail .title {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--color-highlight);
    text-transform: uppercase;
    line-height: 1.5;
}

.box-detail-article .item-detail-article h3 {
    font-size: 16px;
}

.box-detail-article .item-detail-article h2 {
    font-size: 18px;
}

.box-detail-article .item-detail-article .article-content>ul {
    padding-left: 20px;
}

.box-dt-product-03, .box-dt-product-02, .box-dt-product-04,  .box-dt-product-06 {
    margin-bottom: 30px;
}

.info-content-product .load-more>a {
    display: inline-block;
    color: var(--color-highlight);
    padding: 5px 15px;
    cursor: pointer;
}

a.btn-view-all.btn-show {
    display: inline-block;
}

a.btn-view-all.btn-hide {
    display: none;
}

.info-content-product .load-more {
    margin-top: 15px;
}
.info-content-product.transform-active .load-more .btn-hide {
    display: inline-block;
}

.info-content-product.transform-active .load-more .btn-show {
    display: none;
}

.info-content-product .info-content {
    max-height: 400px;
    overflow: hidden;
}

.info-content-product.transform-active .info-content {
    max-height: initial;
}
.box-detail-03{
    margin-top: 50px;
}

.box-article-new .title-section {
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--black);
}
.box-article-dt {
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-article-dt .title-section {
    color: var(--color-highlight);
    margin-bottom: 20px;
}

.contact-right li.entry-content {
    list-style: none;
}

.contact-right li.entry-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
@media (min-width:1200px){
    .product-item:hover .product-title a {
        color: var(--color-highlight);
    }

}
@media (max-width:1200px){
    .product-detail-footer .nav li a {
        padding: 10px;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 16px;
        white-space: nowrap;
    }
    
    .product-detail-footer .nav {
        margin-bottom: 0px;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .product-detail-head {
        margin-bottom: 15px;
    }
    
    .box-dt-product-02, .box-dt-product-06 {
        margin-bottom: 30px;
    }
    
    .title-section {
        font-size: 17px;
    }
    body{
        font-size: 16px;
    }

    .box-search form {
        position: initial;
        display: block;
        opacity: 1;
        width: 100%;
    }
    
    .box-search .input-group .form-control, .box-search .input-group .input-group-append .btn.btn-submit {
        background: #fff0;
    }
    .box-introduce .info {
        padding-left: 0;
        margin-top: 0;
    }
    
    .box-section-home-02 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .box-highlight {
        padding: 30px 0 5px;
    }
    
    .box-highlight .item .icon {
        margin-bottom: 10px;
    }
    
    .box-highlight .item {
        margin-bottom: 30px;
    }
    
    .box-highlight .item:before {
        top: 10px;
    }
    
    .box-highlight .item .name {
        font-size: 16px;
    }
    
    .box-section-home-04 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .box-product-endow .title-section {
        font-size: 16px;
        margin-bottom: 25px !important;
    }
    
    .box-product-endow .title-section svg {
        height: 40px;
    }
    
    .product-item {
        padding: 10px;
    }
    
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .box-product-endow>.row>div {
        margin-bottom: 10px;
    }
    
    .box-product-endow {
        padding-bottom: 0;
    }
    .box-detail-article .article-detail .title {
        font-size: 18px;
    }
    .header-page-title img {
        height: 30vw;
    }
    
    .box-tab-type-article .title-section {
        font-size: 23px;
    }
    
    .box-tab-type-article .block-tab {
        margin-bottom: 20px;
    }
    
    .box-tab-type-article .block-tab li.nav-item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .breadcrumbs-section {
        font-size: 14px;
    }
    
    .box-tab-article-info .article-info-left {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-tab-article-info .item-tab {
        margin-bottom: 10px;
    }
    
    .box-acticle-01 {
        margin-bottom: 20px;
    }
    
    .pagination {
        margin-top: 0;
    }
    .box-article-dt {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .box-detail-03 {
        margin-bottom: 0;
        margin-top: 30px;
    }
     .box-section-home-07 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .box-section-home-08 {
        padding-bottom: 30px;
    }
    
    .box-section-home-09 {
        padding-bottom: 30px;
    }
    .box-htkd .info .top .form .title {
        font-size: 20px;
    }
    
    .box-htkd .info .top .form .form-group {
        margin-bottom: 10px;
    }
    
 }
 
 @media (max-width:767px){
    .product-item .inner-content .price {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-bottom: 10px;
    }
    
    .product-item .inner-content .price .price-amount.old-price {
        margin-left: 0;
        display: inline-block;
        text-decoration: line-through;
    }
    
    .product-item .inner-content .price .price-amount.old-price:after {
        display: none;
    }
    .section-about-article .img {
        margin-bottom: 20px;
    }
    
    .section-about-article .info {
        margin-bottom: 20px;
    }
    
    .section-about-article .info-01 {
        margin-bottom: 15px;
    }
    
    .section-about-article .info-01 img.img-fluid {
        margin-bottom: 20px;
    }
    
    .section-about-article .info-01 .info-text-left {
        margin-bottom: 20px;
    }
    
    .box-article-about {
        margin-bottom: 30px;
    }
    
    .box-htkd {
        padding: 30px 0;
    }
    
    .box-htkd .info .top .form {
        padding: 0;
        margin-top: 20px;
    }
    
    
    
    .box-htkd .info .top {
        margin-bottom: 0;
    }
    .box-introduce-app .content .info>.row>div:nth-child(2) {
        order: 1;
        margin-bottom: 20px;
    }
    
    .box-introduce-app .content .info>.row>div:nth-child(1) {
        order: 2;
    }
    
    .box-introduce-app .content .info>.row>div:nth-child(3) {
        order: 3;
    }
    
    .box-introduce-app .info .img-before {
        width: 155px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    .box-introduce-app .info .info-center .img-app .logo img {
        height: 40px;
    }
    
    .box-introduce-app .content .info>.row>div:nth-child(1) .item .info-right {
        order: 1;
    }
    
    .box-introduce-app .content .info>.row>div:nth-child(1) .item .info-left {
        order: 2;
        text-align: left;
    }
    
    .box-introduce-app .item-stp .item .info-left {
        flex-basis: calc(100% - 125px);
        max-width: calc(100% - 125px);
    }
    
    .box-introduce-app .item-stp {
        margin-bottom: 30px;
    }
    
    .box-introduce-app .content .info>.row>div:nth-child(1) .item-stp:last-child {
        margin-bottom: 30px;
    }
    
    .box-section-home-05 {
        padding-bottom: 40px;
    }
    
    .box-introduce-app {
        padding: 30px 0;
    }
    
    .box-introduce-app .item-stp .item .info-right .icon {
        width: 100px;
        height: 101px;
    }
    
    .box-introduce-app .item-stp .item .info-left .name {
        margin-bottom: 5px;
    }
    
   
    
    .box-sptd .item-one .slogan {
        font-size: 23px;
    }
    
    .box-sptd .item-one .dsc {
        margin-bottom: 10px;
    }
    
    .box-sptd .item-one {
        margin-bottom: 15px;
    }
    
    .box-sptd .item .inter-content .name {
        font-size: 14px;
        line-height: 1.3;
    }
     .box-sptd>.row>div:nth-child(4) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .box-sptd>.row>div:nth-child(4) .item .img {
        padding-top: 100%;
    }
    
    
    .block-tab.nav .nav-item .nav-link {
        min-width: initial;
    }

    
    .title-image-video {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .box-footer-ab {
        padding-bottom: 20px;
        margin-bottom: 15px;
        padding-top: 10px;
    }
    .copyright {
        text-align: center;
    }  
    
}

.product-item .inner-image img {
    transition: 1s;
}

.product-item:hover .inner-image img {
    transform: scale(1.1);
}


.box-sptd .item .img img {
    transition: 1s;
}

.box-sptd .item:hover .img img {
    transform: scale(1.1);
}

.store-system {margin-bottom: 40px;}

.store-system .form-group .btn.dropdown-toggle {
    background: #fff0;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.store-system .form-group {
    margin-bottom: 15px;
}
.content-system  .location {
    margin-bottom: 15px;
    border-radius: 8px;
}

.content-system>.address::-webkit-scrollbar {
    width: 3px;
    background-color: #F1F1F1;
    border-radius:5px;
} 
.content-system>.address::-webkit-scrollbar-thumb {
    width:2px;
    border-radius: 40px;
    background: #CECECE;
}

.content-system>.address input {
    opacity: 0;
    width: 0;
    position: absolute;
}

.content-system>.address .form-check {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.content-system>.address .form-check .form-check-label {
    padding: 10px 15px;
}
.address-map .info-map {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.address-map .info-map .image {
    padding-top: 60%;
    border-radius: 8px;
    overflow: auto;
}

.address-map .map {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    height: 350px;
}

.address-map .map iframe {
    width: 100%;
    height: 320px;
}

.article-item:hover .inner-image img {
    transform: scale(1.1);
}


.article-item:hover .inner-content .article-title a {
    color: var(--color-highlight);
}

.categories {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.content-filter-product {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
a.page-link.link-more {
    color: #000;
    font-size: 20px;
    padding: 5px;
    display: inline-block;
}

a.page-link.link-more>i {
    font-size: 14px;
    margin-left: 5px;
}
.section-box-htch-01 {
    margin-top: 15px;
    margin-bottom: 50px;
}

@media (max-width:1200px){
    .product-detail-footer {
        margin-top: 15px;
    }
}

@media (max-width:767px){
    .section-box-htch-01 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .section-box-htch-01 .container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .content-system>.address {
        margin-bottom: 15px;
    }
    
    .address-map .info-map .info-address {
        padding-top: 15px;
    }
    .box-acticle-02{
        margin-bottom: 0;
    }
    .box-tab-article-info .item-tab .article-item:before {
        height: 100px;
    }
    
    .box-tab-article-info .item-tab .article-item .inner-content {
        padding: 10px;
    }
}







/*=============== GALLERY ===============*/


.gallery__card {
	position: relative;
	width: 208px;
	height: 268px;
	border-radius: 3rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.gallery__img,
.gallery__card::after,
.gallery__data {
	position: absolute;
}

.gallery__img {
	inset: 0;
	margin: auto;
	transition: transform 0.3s;
}

.gallery__card::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		hsla(0, 0%, 100%, 0) 32%,
		hsla(0, 0%, 0%, 0.3) 100%
	);
	top: 0;
	z-index: 1;
}

.gallery__data {
	bottom: 1.5rem;
	left: 1.75rem;
	z-index: 10;
}

.gallery__title,
.gallery__subtitle {
	color: var(--text-color);
	font-weight: 500;
}

.gallery__title {
	font-size: var(--h3-font-size);
}

.gallery__subtitle {
	font-size: var(--smaller-font-size);
}

.gallery__overflow {
	position: relative;
}

.gallery__thumbnail {
	position: relative;
	transition: transform 0.3s;
	/* padding-top: 123%; */
	padding: 110px 0 13px;
}

.gallery__thumbnail-img {
	position: absolute;
	inset: 0;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-cards:hover .gallery__img {
	transform: scale(1.1);
}


/* Active thumbnail */
.swiper-slide-active .gallery__thumbnail {
	transform: translateY(-5.25rem) scale(1.4);
}


/* Sliding numbers */
.swiper-pagination-fraction {
	font-size: var(--small-font-size);
	letter-spacing: -1px;
	font-weight: 500;
	color: var(--first-color);
	bottom: 0;
}

/* Arrow buttons */
.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

/* For medium devices */

.swiper-slide.swiper-slide-active .gallery__thumbnail {
    position: relative;
    z-index: 9;
}

.gallery__thumbnail img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 192px;
    object-fit: contain;
}

.gallery-cards .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.gallery-cards  .swiper-slide {
    opacity: 0 !important;
}

.gallery {
    position: relative;
}

.gallery .info-slider {
    position: absolute;
    width: 100%;
    bottom: 23%;
    z-index: 9;
}

.gallery .info-slider .container {
    max-width: 72vw;
}

.gallery-cards .item-thums {
    padding-left: 60px;
}

.gallery-cards .item-thums .name {
    color: #F7D03F;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.gallery-cards .item-thums .description {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
}

.gallery-cards .item-thums .link a {
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
}
.swiper.gallery-thumbs .swiper-slide {
    width: 30%;
}

.swiper.gallery-thumbs .swiper-slide.swiper-slide-active {
    width: 40%;
    z-index: 9;
}

.swiper.gallery-thumbs .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}
.swiper-slide.swiper-slide-active .gallery__thumbnail .img img {
    height: 282px;
}
.swiper.gallery-cards {
    padding-top: 110px;
}


.swiper-pagination-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.swiper-pagination-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F7D03F;
    position: relative;
}

.swiper-pagination-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.swiper-pagination-slider {
    bottom: 20px !important;
}
.contact-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.contact-right .icon {
    width: 55px;
    height: 55px;
    margin-left: auto;
    background: #DD1818;
    border-radius: 50%;
    cursor: pointer;
    animation-name: zoom;
    -webkit-animation-name: zoom;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.contact-right .icon  .swiper {
    height: 50px;
}
.contact-right .info-show {
    width: 200px;
    position: absolute;
    height: 200px;
    bottom: 0;
    right: 0;
    transition: 1s;
    opacity: 0;
    display: none;
}
 @-webkit-keyframes zoom {
      0% {
         transform: scale(.9)
      }
 
      70% {
         transform: scale(1);
         box-shadow: 0 0 0 15px transparent
      }
 
      100% {
         transform: scale(.9);
         box-shadow: 0 0 0 0 transparent
      }
   }
 
   @keyframes zoom {
      0% {
         transform: scale(.9)
      }
 
      70% {
         transform: scale(1);
         box-shadow: 0 0 0 15px transparent
      }
 
      100% {
         transform: scale(.9);
         box-shadow: 0 0 0 0 transparent
      }
   }
.contact-right li.entry-content:first-child {position: absolute;top: 0;right: 0;}

.contact-right li.entry-content:nth-child(2) {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    right: 25%;
    top: 33.33%;
    transform: translate(-50%, -50%);
}

.contact-right li.entry-content:nth-child(3) {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 9;
    right: 52%;
    transform: translate(-50%, -50%);
    top: 61%;
}

.contact-right li.entry-content:nth-child(4) {
    bottom: 0;
    position: absolute;
    left: 0;
}


.contact-right .icon .img img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.contact-right .icon .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}


.contact-right.show .info-show {
    opacity: 1;
    display: inline-block;
}

.contact-right li.entry-content span {
    position: absolute;
    right: 100%;
    width: 134px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    padding-right: 15px;
    color: #fff;
    /* opacity: 0; */
    transition: 1s;
    font-weight: 700;
}

.contact-right.show:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000063;
}

.contact-right li.entry-content:hover span {
    opacity: 1;
}
.contact-right .icon .close {opacity: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;}


.contact-right.show .icon .swiper {
    opacity: 0;
}

.contact-right.show .icon .close, .contact-right.show .icon .close:hover {
    opacity: 1;
    font-size: 34px;
}
@media (max-width:1200px){
        
    .gallery {
        position: relative;
    }
    
    .gallery .slider-img img {
        height: 70rem;
        width: 100%;
        object-fit: cover;
    }
    
    .gallery .info-slider-mb {
        position: absolute;
        top: 151px;
        z-index: 7;
        width: 100%;
        height: 100%;
    }
    
    .gallery .info-slider-mb .item .inter-img {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    
    .gallery .info-slider-mb .item .inter-img img {
        object-fit: contain;
    }
    
    .gallery .info-slider-mb .item .item-thums {
        text-align: center;
        color: #fff;
    }
    
    .gallery .info-slider-mb .item .item-thums .name {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .gallery .info-slider-mb .item .item-thums .link a {
        display: inline-block;
        padding: 7px 15px;
        border: 1px solid #fff;
        color: #fff;
    }
    
    .gallery .info-slider-mb .item .item-thums .description {
        margin-bottom: 15px;
    }
}

@media (max-width:767px){
    .box-section-home-09>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.box-htkd .bootstrap-select>.dropdown-toggle {
    background: #fff0;
    border: 0;
    border-radius: 8px;
    padding: 13px 0px;
    font-size: 18px;
}
@media (min-width:1200px){
    .logo-section {
        text-align: left;
    }
    header.fix {
        position: fixed;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0px 1px 10px 0px;
        -moz-box-shadow: 0px 1px 10px 0px;
        -moz-animation: slideInDown 0.6s ease;
        -webkit-animation: slideInDown 0.6s ease;
        animation: slideInDown 0.6s ease;
        top: 0;
    }
@-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);
    }
}

@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);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
    .product_detail .ct-dm-dtt {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 160px;
        margin-bottom: 0 !important;
    }

}

.contact-right .icon .icon-phone img {
    height: 55px;
    width: 55px;
}
.contact-right .icon:before,.contact-right .icon:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #DD1818;
    z-index: -2;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

.contact-right .icon:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
    @-webkit-keyframes ripple {
      0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
      }
      30% {
        opacity: 0.4;
      }
      100% {
        -webkit-transform: scale(1.7);
                transform: scale(1.7);
        opacity: 0;
      }
    }
    
    @keyframes ripple {
      0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
      }
      30% {
        opacity: 0.4;
      }
      100% {
        -webkit-transform: scale(1.7);
                transform: scale(1.7);
        opacity: 0;
      }
    }

.contact-right.show .icon .icon-phone {
    opacity: 0;
}

.contact-right .icon .close:hover {
    opacity: 0;
}

.icon-title svg path {
    fill: var(--color-main);
}
.box-introduce-app .icon-title svg path {
    fill: #fff;
}


.box-banner-footer>.row>div {
    position: initial;
}

.box-banner-footer .banner-left img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 475px;
    height: 545px;
    left: 0;
    object-fit: cover;
}

.box-banner-footer .banner-right img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 278px;
    height: 545px;
    right: 0;
    object-fit: cover;
}

.social-share {
    display: flex;
    border-radius: 8px;
    align-items: center;
}

.social-share .list-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social-share .list-social .btn-social>a {
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.social-share span.share-title {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 15px;
}

.highlight-right .item {
    text-align: center;
    position: relative;
}

.highlight-right .item .icon img {
    height: 85px;
}

.banner-highlight .content-highlight .top {
    margin-bottom: 80px;
}

.highlight-right .item .icon {
    margin-bottom: 20px;
}

.highlight-right .item .name {
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 700;
}


.box-giai-thuong .item .img {
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 142%;
    background: #fff;
}

.box-giai-thuong .item .name {
    text-align: center;
    font-weight: 700;
}

.box-home-gt-02 {
    margin-bottom: 40px;
    padding-top: 50px;
}
.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.box-introduce .info .link a i {
    padding-left: 10px;
}
.box-introduce .inter-img .img {
    padding-top: 110%;
}

.banner-highlight {
    padding: 60px 0;
    background-size: cover;
}

.banner-highlight .content-highlight .info-left .title {
    font-size: 60px;
    font-weight: 700;
    color: var(--yellow);
}

.banner-highlight .content-highlight .info-left .dsc {
    color: var(--color-top);
    font-size: 20px;
    margin-bottom: 20px;
    text-align: justify;
    max-width: 80%;
}

.banner-highlight .content-highlight .info-left .link a {
    color: var(--color-main);
    background: #ffcc4e;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 20px;
}

.banner-highlight .content-highlight .video .img span.icon, .box-video-gioi-thieu .video .img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--color-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    padding-left: 5px;
    z-index: 2;
}

.banner-highlight .content-highlight .video .img:before, .box-video-gioi-thieu .video .img:before {
    width: 80px;
    height: 80px;
    background: #ffffff59;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.highlight-right .item:after {
    content: "\f04b";
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.highlight-right>.row>div:last-child .item::after {
    display: none;
}
.banner-highlight .content-highlight .info-left .link a i {
    font-size: 14px;
    padding-left: 10px;
}
@media (max-width:992px){
    .swiper.swiper-slider-main .swiper-slide .item:before {
        height: 354px;
    }
    .box-home-gt-02 {
        margin-bottom: 20px;
        padding-top: 30px;
    }
}
.title-section>span {
    position: relative;
}

.title-section>span:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: var(--color-highlight);
    right: calc(100% + 20px);
    top: 50%;
}

.title-section>span:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: var(--color-highlight);
    left: calc(100% + 20px);
    top: 50%;
}

.product-item .inner-content .price-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-item .inner-content .price span.price-amount.old-price {
    margin-left: 0;
    font-weight: 400;
    font-size: 15px;
}

.product-item .inner-content .price span.price-amount {
    font-size: 22px;
}

.product-item .inner-content span.article-category {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}

.product-item .inner-content span.article-category a {
    color: #5e5c5c;
    font-style: italic;
}

.product-item .inner-image .img {
    overflow: hidden;
    border-radius: 8px;
}

.product-item .inner-content .price-cart .link {
    display: flex;
    align-items: center;
}

.product-item .inner-content .price-cart .link a.btn-product-action {
    width: 28px;
    padding: 0;
    margin-right: 10px;
}

.banner-about img {
    height: 29vw;
    object-fit: cover;
    width: 100%;
}

.article-item .inner-content {
    padding: 20px;
}
.section-article-tab ul.block-tab {
    margin-left: -15.5px;
    margin-right: -15.5px;
}


.box-giai-thuong .title-section {margin-bottom: 50px;}

.box-giai-thuong .title-section>span, .box-images-video .title-section span {
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 10px;
}

.box-giai-thuong .title-section>span:before, .box-giai-thuong .title-section>span:after {
    display: none;
}

footer .logo-section img {
    height: 16rem;
}
.box-images-video .title-section {
    margin-bottom: 50px;
    color: var(--color-top);
}

.box-images-video .title-section>span::before, .box-images-video .title-section>span::after {
    display: none;
}

.box-images-video .title-section span {
    border-color: var(--color-top);
}

.box-images-video {
    padding: 50px 0;
}

.box-about-trimco {
    margin-top: 60px;
}

.box-about-trimco .title-section {
    margin-bottom: 15px;
}

.box-about-trimco>.dsc {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.item-about-tc {
    margin-bottom: 100px;
}

.item-about-tc .img {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    padding-top: 75.66%;
}

.item-about-tc:nth-child(2n+2)>.row>div:nth-child(1) {
    order: 2;
}

.item-about-tc .info .name, .box-about-hot .info .name {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-highlight);
    margin-bottom: 10px;
}

.item-about-tc .info>.dsc, .box-about-hot .info .dsc {
    font-size: 18px;
    font-style: italic;
    text-align: justify;
}

.item-about-tc .inter-img {
    margin-right: 30px;
}

.item-about-tc:nth-child(2n+2)>.row>div:nth-child(1) .inter-img {
    margin-right: 0;
    margin-left: 30px;
}

.section-counter .item-counter {
    text-align: center;
    margin-bottom: 40px;
}

.section-counter .item-counter .text-counter .counter-value {
    color: var(--yellow);
    font-size: 115px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.section-counter .item-counter .text-counter .description {
    font-weight: 700;
    text-transform: uppercase;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.section-counter>.row>div:nth-child(n+4) .item-counter .icon img {
    height: 100px;
}

.section-counter>.row>div:nth-child(n+4) .item-counter  .text-counter .counter-value {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.section-counter>.row>div:nth-child(n+4) .item-counter .icon {
    margin-bottom: 30px;
}

.section-counter>.row>div:nth-child(n+4) .item-counter .description {
    font-weight: 400;
}
.title-section.title-bottom {
    margin-bottom: 50px;
}

.title-section.title-bottom>span {
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 2px;
}

.title-section.title-bottom>span::before, .title-section.title-bottom>span:after {
    display: none;
}

.section-counter .item-counter .text-counter .counter-value:after {
    content: '+';
    position: absolute;
    right: -60px;
    top: -17px;
    line-height: 1;
    font-size: 100px;
}

.section-counter>.row>div:nth-child(n+4) .item-counter .text-counter .counter-value::after {
    font-size: 20px;
    right: -20px;
    top: -2px;
    right: -15px;
}
.box-about-hot .item-about-mb:nth-child(2n+2)>.row>div:nth-child(1) {
    order: 2;
}

.box-about-hot .item-about-mb>.row {
    margin-right: -100px;
    margin-left: -100px;
}

.box-about-hot .item-about-mb>.row>div {
    padding-left: 100px;
    padding-right: 100px;
}

.box-about-hot>.list {
    position: relative;
}

.box-about-hot>.list:before {
    content: '';
    position: absolute;
    right: 50%;
    height: 100%;
    transform: translateX(-50%);
    width: 1px;
    background: var(--color-highlight);
}
.box-about-hot .img-about-hot {
    width: 130px;
    height: 120px;
    object-fit: contain;
    position: relative;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    top: 2px;
}

.box-about-hot>.list .item-about-mb {
    position: relative;
    margin-bottom: 50px;
}

.box-about-hot>.list .item-about-mb span.bf {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    background: var(--color-highlight);
}

.box-about-hot>.list .item-about-mb span.bf:before {
    width: 20px;
    height: 20px;
    background: var(--color-highlight);
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
}

.box-about-hot>.list .item-about-mb span.bf:after {
    width: 12px;
    height: 12px;
    background: var(--color-top);
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
}

.box-about-hot .img-about-hot-bottom {
    position: relative;
    left: calc(50% - 5px);
    bottom: 0;
    transform: translateX(-50%);
    height: 150px;
    object-fit: contain;
    width: 200px;
}
.box-about-hot>.list .item-about-mb .inter-img {
    border: 1px solid var(--color-highlight);
    position: relative;
}

.box-about-hot>.list .item-about-mb .inter-img .img-white {
    position: relative;
    top: -20px;
    right: -20px;
    padding: 15px;
    background: #fff;
}
.box-about-hot>.list .item-about-mb:last-child {
    margin-bottom: 0;
}
.box-about-hot .item-about-mb:nth-child(2n+1)>.row>div:nth-child(2) .inter-img .img-white {
    right: inherit;
    left: -20px;
}

.box-video-gioi-thieu {
    margin-top: 70px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-counter {
    margin-bottom: 40px;
}

.box-img-about {
    margin-top: 50px;
    margin-bottom: 45px;
}

.box-img-about>.row {
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.box-img-about>.row>div {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}


.box-product-hot .product-item {
    padding: 0;
    position: relative;
}

.box-product-hot .product-item .inner-image {
    padding: 0;
    background: none;
    margin-bottom: 0 !important;
}

.box-product-hot .product-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}

.box-product-hot .product-item .inner-image:after {
    content: '';
    position: absolute;
    height: 250px;
    bottom: 0;
    background-image: linear-gradient(0deg, #994c20, #994c2000);
    z-index: 1;
    width: 100%;
    pointer-events: none;
}

.box-product-hot .product-item .inner-content .product-title {
    font-size: 2rem;
}

.box-product-hot .product-item .inner-content .product-title a {
    color: var(--color-top);
}

.box-product-hot .product-item .inner-content .price-cart .price span.price-amount {
    color: #fff;
}

.box-product-hot .product-item .inner-content .link a {
    background: var(--color-top);
    color: var(--color-highlight);
}
.box-product-hot .item-right .product-item .inner-image .img {
    padding-top: 63%;
}

.box-product-hot .item-right>.row>div:nth-child(1) {
    margin-bottom: 10px;
}

.box-product-hot>.row, .box-product-hot .item-left>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-product-hot>.row>div, .box-product-hot .item-left>.row>div{
    padding-left: 5px;
    padding-right: 5px;
}
.box-section-product-hot {
    background: #fcf2e3;
    padding: 60px 0;
}
.box-product-discout-mom {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.box-product-discout-mom .swiper-button-next-2, .box-product-discout-mom .swiper-button-prev-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: var(--color-main);
    z-index: 2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color-1);
    font-size: 18px;
}

.box-product-discout-mom .swiper-button-next-2 {
    right: -50px;
}

.box-product-discout-mom .swiper-button-prev-2 {
    left: -50px;
}
.box-category-page {
    /* border-top: 1px solid var(--color-highlight); */
    padding-top: 50px;
    margin-bottom: 35px;
}

.box-category-page>ul.list-category {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-category-page>ul.list-category>li {
    list-style: none;
}

.box-category-page>ul.list-category>li>a, .section-article-tab .block-tab li.nav-item .nav-link {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: var(--color-main);
    border-bottom: 2px solid #fff0;
    padding-bottom: 5px !important;
    padding: 0;
}

.box-category-page>ul.list-category>li>a.active, .section-article-tab .block-tab li.nav-item .nav-link.active {
    color: var(--color-main-02);
    border-color: var(--color-main);
}

.box-page-orderby {
    margin-bottom: 30px;
}

.per-page-section {
    font-style: italic;
}

.box-highlight-product .item .dsc {
    color: #000;
    margin-top: 10px;
    font-style: italic;
}

.box-highlight.box-highlight-product {
    /* border-top: 1px solid var(--color-main); */
    /* margin-top: 60px; */
}

.swiper-thumbs .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}
.product-content-detail {
    padding-left: 50px;
}

.product-content-detail .option .brand {position: relative;margin-right: 15px;padding-right: 15px;}

.product-content-detail .option .brand:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background: var(--color-highlight);
    top: 5px;
}

.product-content-detail .price {
    margin-bottom: 15px;
}
.btn-product-action-cart .quantity-prduct-dt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.btn-product-action-cart .quantity-prduct-dt span.name {
    margin-right: 10px;
}

.product-content-detail .add-to-cart:hover {
    background: var(--color-highlight);
    color: #fff;
}

.btn-product-action-cart .btn-cart-buy a.add-to-cart.add-to-cart-buy:hover {
    background: #fff0;
    color: var(--color-highlight);
}
.box-dt-product-05 .box-product-discout-mom {
    margin-bottom: 0;
}

@media (max-width:1200px){
    .header-top-mb {
        border-bottom: 1px solid #ddd;
    }

    .box-search {
        margin-left: 0;
    }
    
    .box-search .input-group .input-group-append .btn.btn-submit svg path {
        stroke: var(--color-top);
    }
    
    .entire-action-header {
        margin-left: 0;
        padding: 0;
    }
    
    .entire-action-header a.btn-mini-cart.btn-action-header {
        background: var(--color-highlight);
        width: 4rem;
        height: 4rem;
        border-radius: 5px;
    }
    
    .entire-action-header a.btn-mini-cart.btn-action-header img {
        height: 19px;
        padding-left: 5px;
    }

    .box-introduce .info .slogan {
        font-size: 30px;
    }
    
    .box-introduce .info .dsc {
        font-size: 16px;
    }
    
    .box-introduce .info {
        text-align: center;
    }
    
    .banner-highlight {
        padding: 30px 0 15px;
    }
    
    .banner-highlight .content-highlight .info-left .title {
        font-size: 35px;
        text-transform: uppercase;
    }
    
    .banner-highlight .content-highlight .info-left .dsc {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .banner-highlight .content-highlight .info-left {
        margin-bottom: 20px;
    }
    
    .banner-highlight .content-highlight .top {
        margin-bottom: 40px;
    }
    
    .highlight-right .item {
        margin-bottom: 20px;
    }
    
    .highlight-right .item .icon {
        margin-bottom: 15px;
    }
    .link-all a {
        font-size: 16px;
        padding: 7px 20px;
    }
    
    .box-images-video {
        padding: 30px 0 20px;
    }
    .box-giai-thuong .title-section {
        margin-bottom: 30px;
    }
    
    .box-htkd .info .top .form .dsc {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .section-article-tab ul.block-tab {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    
    .section-article-tab ul.block-tab li.nav-item {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .block-tab.nav .nav-item .nav-link, .box-category-page>ul.list-category>li>a {
        font-size: 16px !important;
    }
    footer {
        padding-top: 30px;
    }
    .box-images-video .title-section {
        margin-bottom: 30px;
    }
    .section-counter>.row>div:nth-child(n+4) .item-counter .icon img {
        height: 35px;
    }
    
    .section-counter>.row>div:nth-child(n+4) .item-counter .icon {
        margin-bottom: 15px;
    }
    
    .section-counter>.row>div:nth-child(n+4) .item-counter .text-counter .counter-value {
        margin-bottom: 10px;
    }
    
    .section-counter .item-counter {
        margin-bottom: 20px;
    }
    .section-counter {
        margin-bottom: 10px;
    }
    .section-counter {
        margin-bottom: 10px;
    }
    

    .box-about-hot .item-about-mb:nth-child(2n+1)>.row>div:nth-child(2) .inter-img .img-white {
        left: -10px;
        top: -10px;
    }
    
    .box-about-hot>.list .item-about-mb {
        margin-bottom: 24px;
    }
    
    .box-about-hot>.list .item-about-mb .info {
        margin-bottom: 20px;
    }
    

    .box-about-hot>.list .item-about-mb .inter-img .img-white {
        top: -10px;
        right: -10px;
    }
    .box-video-gioi-thieu {
        margin-top: 35px;
    }
    
    .box-img-about {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .box-about-trimco {
        margin-top: 40px;
    }
    
    .box-about-trimco>.dsc {
        margin-bottom: 20px;
        text-align: justify;
    }
    
    .item-about-tc .info>.dsc, .box-about-hot .info .dsc {
        font-size: 16px;
        text-align: justify;
    }
    
    .item-about-tc .info>.dsc {
        margin-bottom: 15px;
    }
    
    .item-about-tc .inter-img {
        margin-left: 0;
        margin-right: 0;
    }
    
    .item-about-tc {
        margin-bottom: 30px;
    }
    .section-counter .item-counter .text-counter .counter-value {
        font-size: 40px;
    }
    
    .section-counter .item-counter .text-counter .counter-value:after {
        font-size: 40px;
        right: -30px;
    }
    
}

@media (max-width:767px){
        .box-about-hot .item-about-mb:nth-child(2n+2)>.row>div:nth-child(1) {
        order: initial;
    }
        .box-about-hot .img-about-hot, .box-about-hot .img-about-hot-bottom {
        display: none;
    }
    
    .box-about-hot>.list:before {
        display: none;
    }
    
        .box-introduce .inter-img {
        display: none;
    }
    
    .box-article-video {
        margin-bottom: 15px;
    }
    .footer-mobile .logo-section {
        margin-bottom: 20px;
    }
    .box-sptd .item .inter-content {
        padding: 10px;
    }
    
    .box-sptd .item:before {
        height: 131px;
    }
    
    .box-sptd .item .inter-content .description {
        font-size: 12px;
    }
    .box-sptd .item {
        margin-bottom: 10px;
    }
    .item-about-tc>.row>div:nth-child(1) {
        order: 2;
    }
    
    
    
    .item-about-tc .info .name, .box-about-hot .info .name {
        font-size: 20px;
    }
    
    .title-section.title-bottom {
        margin-bottom: 25px;
    }
    

    
    .section-counter .item-counter .text-counter .description {
        font-size: 11px;
    }
    .item-about-tc:nth-child(2n+2)>.row>div:nth-child(1) .inter-img {
        margin-left: 0;
    }
}
.box-acticel-page-01 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.menu-category>ul {
    padding-left: 0;
    display: flex;
    /* overflow-x: auto; */
    flex-wrap: wrap;
    justify-content: center;
}

.menu-category>ul>li, .box-tab-article-page>ul.block-tab li.nav-item {
    list-style: none;
    margin-right: 30px;
}

.menu-category>ul>li>a, .box-tab-article-page>ul.block-tab li.nav-item>a.nav-link {
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #ddd0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.menu-category>ul>li>a.active, .box-tab-article-page>ul.block-tab li.nav-item>a.nav-link.active {
    color: var(--color-highlight);
    font-weight: 700;
    border-color: var(--color-highlight);
}

.menu-category>ul>li>a:hover {
    color: var(--color-highlight);
}

.info-contact-website {
    padding-top: 50px;
}

.info-contact-website>.title, .box-title-tuyen-dung .title-section {
    text-align: center;
    font-size: 40px;
    color: var(--color-highlight);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-contact-website>.dac, .box-title-tuyen-dung .dsc {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-style: italic;
    text-align: justify;
}

.info-contact-website .info {
    margin-top: 40px;
}

.info-contact-website .info .item>.title {
    border-bottom: 1px solid var(--color-highlight);
    margin-bottom: 20px;
}

.info-contact-website .info .item>.title>span.name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    width: 160px;
    height: 50px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
    padding-top: 2px;
}

.info-contact-website .info .item>.title>span.value {
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 26px;
}

.info-contact-website .info .item .dsc-ct {
    font-size: 20px;
}

.info-contact-website .info .item {
    margin-bottom: 40px;
}
.info-contact-website .info .item .title-sr {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 15px;
}

.info-contact-website .info .item {
    max-width: calc(100% - 50px);
}

.box-section-contact-form .form-contact {
    margin-bottom: 50px;
    padding-top: 50px;
}

.form-contact  .title-section {
    text-transform: none;
    margin-bottom: 15px;
}

.form-contact .dsc-section {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 50px;
}

.form-contact form .form-group {
    margin-bottom: 30px;
}

.form-contact form .form-group .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    font-size: 20px;
    font-style: italic;
}

.form-contact form .form-group  textarea.form-control {
    height: 110px;
}

.form-contact form .form-group .btn-submit {
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 700;
}
.box-section-contact-form {
    background-image: linear-gradient(180deg, #fdf6eb, white);
}
.box-title-tuyen-dung {
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-section-left {
    border-bottom: 2px solid var(--color-highlight);
    margin-bottom: 30px;
}

.title-section-left span {
    padding: 0 25px;
    height: 50px;
    background: var(--color-highlight);
    display: inline-flex;
    color: #fff;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
    padding-top: 4px;
    font-size: 20px;
}

.box-recruitment .recruitment-item .article-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 10px;
}

.box-recruitment .recruitment-item .date {
    margin-bottom: 10px;
}

.box-recruitment .recruitment-item .date i {
    display: inline-block;
    margin-right: 5px;
}

.box-recruitment .recruitment-item .list-option {
    margin-bottom: 15px;
}

.box-recruitment .recruitment-item .list-option .item {
    font-size: 18px;
    margin-bottom: 10px;
}

.box-recruitment .recruitment-item .list-option .item span.name {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.box-recruitment .recruitment-item .link a {
    border: 1px solid var(--color-highlight);
    display: inline-block;
    padding: 5px 25px;
    color: var(--color-highlight);
    border-radius: 50px;
}
.box-recruitment {
    margin-bottom: 50px;
}
.box-highlight-ql .box-highlight .item .name {
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    /*max-width: 217px !important;*/
    margin-left: auto;
    margin-right: auto;
}

.box-highlight-ql .box-highlight .item {
    margin-bottom: 20px;
    margin-top: 20px;
}


.page-slider .swiper-slider-main .swiper-slide img {
    height: 30vw;
}

article.article-detail .list-option {
    margin-bottom: 20px;
}

article.article-detail .list-option .item span.name {
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
}
.option-td-bt {
    margin-top: 15px;
}

.option-td-bt .item span.name {
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
}
.box-dai-ly {
    padding-top: 50px;
    padding-bottom: 30px;
}

.form-control {
    background: none;
}

.store-system .form-group .btn.dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
}
.box-product-hot .product-item .inner-content .dsc-nb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-product-hot .product-item .inner-content .dsc-nb .left .dsc-01 {
    color: #fff;
}

.box-product-hot .product-item .inner-content .dsc-nb  .icon {
    background: var(--color-top);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-highlight);
}

.box-cart-ct {
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-cart-ct .cart-info-section>thead>tr>th {
    background: #fff0;
    border: 0;
    color: #000000;
    font-size: 18px;
    padding: 0 0 10px;
}

.box-cart-ct .cart-info-section tbody tr.cart-item {
    border-bottom: 1px solid #ddd;
}

.box-cart-ct .cart-info-section tbody th, .box-cart-ct .cart-info-section tbody td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.entire-cart-totals .proceed-to-checkout a {
    border-radius: 50px;
}

.checkout-section.box-order-info {
    margin-top: 50px;
}

.billing-details .form-billing .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    font-size: 18px;
}

.billing-details .form-billing .form-group .form-control .dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
}

.billing-details .form-billing .form-group .form-control .dropdown-toggle .filter-option-inner-inner {
    font-size: 18px;
    color: #75757d;
}
.order-section.order-section-success .title img {
    width: 80px;
    margin-bottom: 20px;
}

.order-section.order-section-success {
    margin-top: 50px;
    margin-bottom: 30px;
}

.order-section.order-section-success .title .text-order {
    font-size: 35px;
    font-weight: 700;
    color: var(--color-highlight);
}
.order-section.order-section-success .title {
    margin-bottom: 20px;
}

.note-order-section, .note-02 {
    font-size: 27px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
}
.note-02 span {
    color: var(--color-highlight);
}
.note-order-section span {
    display: block;
}

.order-section.order-section-success .link-order {
    text-align: center;
}

.order-section.order-section-success .link-order a {
    background: var(--color-highlight);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 33px;
}

@media (max-width:1200px){
    .product-item .inner-content .price span.price-amount {
        font-size: 17px;
    }
    .box-section-product-hot {
        padding: 30px 0;
    }
    
    .box-product-discout-mom {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .box-category-page>ul.list-category>li>a {
        font-size: 12px;
    }
    
    .box-category-page>ul.list-category {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 10px;
    }
    
    .box-category-page>ul.list-category>li {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    
    .box-category-page {
        padding-top: 25px;
        margin-bottom: 15px;
    }
    
    .box-category-page>ul.list-category>li>a {
        white-space: nowrap;
    }
    
    .box-category-page>ul.list-category::-webkit-scrollbar {
        display: none;
    }
    .box-highlight.box-highlight-product {
        margin-top: 30px;
    }
    .box-dai-ly {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .store-system{
        margin-bottom: 30px;
    }
    .menu-category>ul>li>a {
        font-size: 14px;
        white-space: nowrap;
    }
    
    .box-acticel-page-01 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .article-item .inner-content {
        padding: 10px;
    }
    
    .article-item .inner-content .date-view {
        margin-bottom: 5px;
    }
    
    ul.list-unstyled {
        margin-bottom: 0;
    }
    .social-share .list-social .btn-social {
        margin-right: 5px;
    }
    
    .box-detail-02 .box-article-dt {
        margin-top: 0;
    }
    .box-title-tuyen-dung {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .info-contact-website>.title, .box-title-tuyen-dung .title-section {
        font-size: 22px;
    }
    
    .info-contact-website>.dac, .box-title-tuyen-dung .dsc {
        font-size: 16px;
        text-align: justify;
    }
    
    .title-section-left span {
        font-size: 14px;
        padding: 0 20px;
        height: 40px;
    }
    
    .box-recruitment .recruitment-item .article-title {
        font-size: 18px;
    }
    
    .box-recruitment .recruitment-item .list-option .item {
        font-size: 16px;
    }
    
    .box-recruitment .recruitment-item .list-option {
        margin-bottom: 10px;
    }
    
    .box-recruitment {
        margin-bottom: 30px;
    }
    .box-td-002 .box-recruitment {
        margin-bottom: 0;
    }
    .box-td-002 .box-recruitment {
        margin-bottom: 0;
    }
    
    .box-highlight-ql .box-highlight {
        padding-top: 0;
    }
    
    .box-highlight-ql .box-title-tuyen-dung {
        padding-top: 0;
    }
    .info-contact-website .info .item {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .info-contact-website .info .item>.title>span.value {
        font-size: 20px;
    }
    
    .info-contact-website .info .item>.title>span.name {
        margin-right: 15px;
        font-size: 17px;
        width: 120px;
        height: 40px;
    }
    
    
    .info-contact-website {
        padding-top: 30px;
    }
    
    .info-contact-website .info {
        margin-top: 20px;
    }
    
    .info-contact-website .info .item .dsc-ct {
        font-size: 16px;
    }
    .box-section-contact-form .form-contact {
        margin-bottom: 30px;
        padding-top: 0;
    }
    
    .form-contact .dsc-section {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .form-contact form .form-group .form-control {
        font-size: 17px;
    }
    
    .form-contact form .form-group {
        margin-bottom: 20px;
    }
}

@media (max-width:767px){
    .menu-category>ul>li, .box-tab-article-page>ul.block-tab li.nav-item {
        margin-right: 20px;
        margin-bottom: 15px;
    }
    .box-product-hot .item-left {
        margin-bottom: 10px;
    }
    .orderby-section span.name {
        display: none;
    }
    
    .box-page-orderby .per-page-section {
        font-size: 14px;
    }
    
    .orderby-section .dropdown span.orderby-title {
        width: 160px;
        font-size: 14px;
    }
    
    .box-page-orderby {
        margin-bottom: 15px;
    }
    .product-item .inner-content .price-cart {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-title {
        font-size: 15px;
    }
    
    .product-item .inner-content span.article-category a {
        font-size: 12px;
        margin-right: 10px !important;
    }
    
    .product-item .inner-content .price span.price-amount {
        font-size: 16px;
    }
    
    .product-item .inner-content .price span.price-amount.old-price {
        font-size: 13px;
    }
    .box-htkd .info .top .form .form-group .form-control,
    .box-htkd .bootstrap-select>.dropdown-toggle .filter-option-inner-inner{
        font-size: 16px;
    }
    
    .box-highlight .item .icon img {
        width: 70px;
        height: 70px;
    }
    .box-highlight.box-highlight-product >.row>div:nth-child(2) .item .icon img {
        width: 100px;
    }
}

.box-phone-zalo {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    width: 60px;
}

.box-phone-zalo .icon-phone-zalo img {
    width: 50px;
    height: 50px;
}

.box-phone-zalo .list .list-action {
    opacity: 0;
    width: 60px;
    background: var(--color-top);
    border: 1px solid var(--color-highlight);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    transition: 0.8s;
    position: relative;
    height: 0;
    visibility: hidden;
    transform: translateY(200px);
}

.box-phone-zalo .list .list-action .icon-phone-zalo {
    margin-top: 15px;
}

.box-phone-zalo .list .list-action .icon-phone-zalo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.box-phone-zalo .icon-phone-zalo {
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
}
.box-phone-zalo .list {
    position: relative;
    overflow: hidden;
}

.box-phone-zalo .list:hover .list-action {height: 100%;opacity: 1;visibility: inherit;transform: translateY(0);}

.box-phone-zalo .list:hover>.icon-phone-zalo {
    display: none;
    opacity: 0;
}

.box-phone-zalo .list>.icon-phone-zalo {
    transition: 0.8s;
}
.box-category-page>ul.list-category>li.nav-item {
    margin-left: 0;
    margin-right: 0;
}

.box-page-cart-section>.container {
    padding-right: 0;
    padding-left: 0;
}

.box-product-discout-mom.box-product-ctbt {
    padding: 50px;
    border: 1px solid var(--color-highlight);
    border-radius: 12px;
}

.box-product-discout-mom.box-product-ctbt .title-section {
    margin-bottom: 30px;
}

.box-product-discout-mom.box-product-ctbt .swiper-button-next-2 {
    right: 7.5px;
}

.box-product-discout-mom.box-product-ctbt .swiper-button-prev-2 {
    left: 7.5px;
}

.box-highlight-cart {
    background-image: linear-gradient(180deg, #fff1db, white);
}

.box-highlight-cart .box-highlight.box-highlight-product {
    border-top: 0;
    margin-top: 0;
}
.box-tab-article-page>ul.block-tab {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.box-tab-article-page>ul.block-tab li.nav-item {
    margin-left: 0;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
}

.box-tab-article-page>ul.block-tab li.nav-item>a.nav-link:hover {
    color: var(--color-highlight);
}
.box-acticle-02 {
    padding-top: 60px;
}
.box-product-page-01 {
    margin-bottom: 60px;
}
.pagination .page-link:hover {
    background: var(--color-highlight);
    color: #fff !important;
}
.box-highlight>.row>div:nth-child(2) .item .name {

    margin-left: auto;
    margin-right: auto;
}

.box-highlight.box-highlight-product >.row>div:nth-child(2) .item .icon img {
    width: 140px;
}
.box-product-discout-mom .swiper-button-next-2 i, .box-product-discout-mom .swiper-button-prev-2 i {
    color: var(--accent-color-1);
}
.box-section-htkd {
    background: #fff4e5;
}
.box-htkd .info .top .form .form-group .form-control .dropdown-menu>li>a {
    font-size: 16px;
}

.product-item.swiper-slide.swiper-slide-visible .inner-content .product-title {
    height: 50px;
    overflow: hidden;
}
.price.price-attributes span.price-amount {
    font-size: 1.8rem;
    color: black;
}

.product-item .inner-content span.article-category a {
    white-space: nowrap;
}

.product-item .inner-content span.article-category::-webkit-scrollbar {
    display: none;
}

.info-contact-website>.dac {
    text-align: center;
}


@media (max-width:1200px){
   
    .highlight-right>.row>div:nth-child(2) .item::after {
        display: none;
    }

    .box-product-page-01 {
        margin-bottom: 30px;
    }
    .box-acticle-02 {
        padding-top: 30px;
    }
    .box-tab-article-page>ul.block-tab{
        margin-bottom: 20px;
    }
    .form-contact form .form-group .btn-submit {
        font-size: 16px;
    }
    .form-contact form .form-group .btn-submit {
        font-size: 16px;
    }
    
    .box-section-contact-form .form-contact .title-section {
        font-size: 21px;
    }
    
    .box-section-contact-form .form-contact .dsc-section {
        font-size: 16px;
    }
    .product-content-detail {
        padding-left: 0;
    }
    
    .product-content-detail .option {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    
    .product-content-detail .product-title-detail {
        font-size: 20px;
        margin-bottom: 1rem !important;
    }
    
    .product-content-detail .price .price-amount {
        font-size: 2.5rem;
    }
    
    .product-content-detail .price .price-amount.old-price {
        font-size: 2.3rem;
    }
    
    .product-content-detail .add-to-cart {
        max-width: 100%;
    }
    
    .product-detail-footer .nav::-webkit-scrollbar {
        display: none;
    }
    
    .box-dt-product-03 {
        margin-bottom: 0;
    }
    
    .box-dt-product-03 .overall-rating {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .box-dt-product-04 {
        margin-bottom: 0;
    }
    
    .box-dt-product-05 .box-product-discout-mom {
        margin-top: 0;
    }
    .box-product-discout-mom.box-product-ctbt {
        padding: 20px 50px;
    }
    
    .box-product-discout-mom.box-product-ctbt .title-section {
        margin-bottom: 15px;
    }
    .checkout-section.box-order-info {
        margin-top: 25px;
    }
    .billing-details .form-billing .form-group .form-control .dropdown-toggle .filter-option-inner-inner {
        font-size: 16px;
    }
    
    .billing-details .form-billing .form-group .form-control {
        font-size: 16px;
    }
    .title-footer {
        font-size: 15px;
    }
    
    .entire-info-website address p {
        font-size: 14px;
    }
    
    .menu-footer>ul>li>a {
        font-size: 14px;
    }
    
    .copyright {
        font-size: 13px;
    }
    
    footer .logo-section img {
        height: 13rem;
    }
    
    .footer-app .title-footer {
        display: none;
    }
    
    .footer-app .app .item img {
        height: 41px;
    }
    
    .footer-app .app .item {
        text-align: center;
    }
    
    .box-follow .list {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:767px){
     .box-about-hot>.list .item-about-mb span.bf {
        display: none;
    }
    .box-product-hot .product-item .inner-content {
        padding: 10px;
    }
    .box-tab-article-page>ul.block-tab li.nav-item {margin-right: 20px;}
    
    .box-tab-article-page>ul.block-tab li.nav-item>a.nav-link {
        font-size: 15px !important;
    }
    .checkout-section.box-order-info {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .highlight-right .item .icon img {
        height: 60px;
    }
        .product-item.swiper-slide.swiper-slide-visible .inner-content .product-title {
        height: 43px;
    }
}

@media (min-width:767px) and (max-width:1200px){
    .box-sptd .item-one .slogan {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .box-sptd .item-one .dsc {
        margin-bottom: 14px;
        font-size: 13px;
    }
    
    .box-sptd .item-one .title {
        font-size: 14px;
    }
    .box-sptd .item .inter-content .name {
        font-size: 13px;
    }
    
    .box-sptd .item .inter-content .description {
        font-size: 13px;
    }
    .footer-mobile>.container>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-mobile>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .box-htkd .info .top .form{
        padding-right: 0;
    }
    .box-htkd .info .top .form .form-group .form-control{
        font-size: 16px;
    }
    .box-highlight .item .icon img {
        width: 80px;
        height: 80px;
    }
    .box-htkd .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
        font-size: 16px;
    }
    .title-section.title-bottom {
        margin-bottom: 30px;
    }
}
.section-article-tab .article-item .inner-content .article-title {
    height: 45px;
    overflow: hidden;
}

.menu-category>ul>li:last-child, .box-tab-article-page>ul.block-tab li.nav-item:last-child {
    margin-right: 0;
}
.box-detail-article h2,.box-detail-article h3,.box-detail-article h4,.box-detail-article h5,.box-detail-article h6 {
    margin-bottom: 10px;
}

.box-detail-article .item-detail-article .article-content p {
    margin-bottom: 10px;
}

.box-detail-article .item-detail-article .article-content ul>li {
    margin-bottom: 10px;
}

.article-content p, .article-content span, .article-content, .article-content li {
    font-family: "Inter" !important;
    line-height: 1.7;
}

.bct img {
    height: 65px;
}
.text-bct {
    font-size: 14px;
    text-align: justify;
}