.header-top>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.box-search .input-group .form-control {
    height: 45px;
    background: #ddd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 0;
}

.box-search .input-group .input-group-append .btn.btn-submit {
    background: #dddddd;
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.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){
    .menu-section>ul {
        display: flex;
        justify-content: space-between;
    }
}

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

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

.box-introduce .info .slogan:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    background: var(--color-main);
}

.box-introduce .info  .dsc {
    margin-bottom: 10px;
    font-size: 1.7rem;
}

.box-ccth {
    padding-top: 60px;
}

.box-ccth .title-section {
    max-width: 395px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.box-ccth .info {
    text-align: justify;
    border-right: 1px solid #000;
    padding-right: 60px;
}

.box-ccth>.row>div {
    padding-left: 0;
    padding-right: 0;
}

.box-ccth>.row {
    margin-left: 0;
    margin-right: 0;
}

.box-ccth .info p {
    font-size: 16px;
}

.box-ccth .logo {text-align: center;}

.box-ccth .logo img {
    height: 130px;
    object-fit: contain;
}
.box-introduce .info .link a {
    padding: 10px 15px;
    border-radius: 6px;
    background: #E3CEAE;
    color: var(--color-main);
    display: inline-block;
}

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

.box-highlight {
    background: var(--color-highlight);
    background-repeat: repeat;
    padding: 50px 0;
}

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

.box-highlight .item .name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

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

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

.box-highlight .item:before {
    content: '';
    position: absolute;
    right: -15.5px;
    border-right: 1px dashed #D9D9D9;
    height: 90px;
    top: 30px;
}

.box-introduce .img img {
    object-fit: cover;
    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;
    padding-bottom: 40px;
    padding-top: 40px;
}

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

.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: 10px 10px;
    background: var(--color-highlight);
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.product-item .inner-content .price {
    margin-bottom: 0;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.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 {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    border-radius: 38px;
    background: #E7D1BD;
    color: var(--color-main);
    border: 1px solid #E7D1BD;
}
.box-introduce .inter-img:hover img {
    transform: scale(1.1);
}
.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;
}

.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-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;
    /* padding: 5px; */
}
.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-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;
}
.content-system .location .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.content-system .location .form-group input.form-control {
    border: 0;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.content-system .location .form-group>span {
    font-size: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}
.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: #F0E2CB;
    padding: 60px 0;
}

.box-htkd .info .top .inter-image {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}

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

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

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

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

.box-htkd .info .top .form .form-group .form-control {
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
}

.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: 8px;
}

.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: 29px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-htkd .info .top {
    margin-bottom: 40px;
}

.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 {
    padding: 0;
    border-radius: 0;
}

article.article-item.article-item-page .inner-image {
    border-radius: 0;
    margin-bottom: 0;
}

article.article-item.article-item-page .inner-content {
    padding: 15px 0;
}
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 .bg-product {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
}

.product-content-detail .option {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.btn-product-action-cart {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.btn-product-action-cart .product-quantity {
    margin-right: 20px;
    padding-right: 0;
    border-color: #000;
    padding: 0 10px;
}

.btn-product-action-cart .product-quantity span.btn-quantity.quantity-subtract, .btn-product-action-cart .product-quantity span.btn-quantity.quantity-add {
    position: initial;
    border: 1px solid #000;
    width: 22px;
    height: 22px;
    color: #000 !important;
    border-radius: 50%;
}

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

.btn-product-action-cart .product-quantity input {
    font-weight: 700;
}

.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 a.add-to-cart.add-to-cart-buy {
    width: 100%;
}
.product-content-detail .option .item {
    margin-right: 15px;
}

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

.product-detail-footer .info-content-product {border-bottom: 1px solid #000;}
.comment-section-rating {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.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;
}

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

.box-search {
    position: relative;
}

.box-search form {
    position: absolute;
    width: 250px;
    right: 0;
    top: 100%;
    z-index: 9;
    opacity: 0;
    display: none;
}

.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 {
    padding-left: 50px;
    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: cover;
}

.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;
}

footer {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
}
.title-footer {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

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

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

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

.menu-footer>ul>li>a:before {
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    border-radius: 50%;
    top: 9px;
}
.footer-app .app {
    display: flex;
    margin-bottom: 20px;
}

.footer-app .app .item {
    margin-right: 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-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;
    z-index: 1;
}
.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 {
    border-radius: 12px;
}

.box-detail-article .article-detail .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.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-04, .box-dt-product-05, .box-dt-product-06 {
    margin-bottom: 25px;
}

.info-content-product .load-more>a {
    display: inline-block;
    color: #000;
    padding: 10px 25px;
    cursor: pointer;
    border: 1px solid #000;
}

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-acticle-01 , .box-detail-03{
    margin-bottom: 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 {
    text-align: left !important;
    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 (max-width:1200px){
    .product-detail-footer .nav li a {
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 14px;
    }
    
    .product-detail-footer .nav {
        margin-bottom: 0px;
    }
    
    .product-detail-head {
        margin-bottom: 15px;
    }
    
    .box-dt-product-03, .box-dt-product-02, .box-dt-product-04, .box-dt-product-05, .box-dt-product-06 {
        margin-bottom: 30px;
    }
    
    .title-section {
        font-size: 16px;
    }
    body{
        font-size: 14px;
    }
    .product-content-detail .bg-product {
        padding: 0;
    }
    .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: #fff;
    }
    .box-introduce .info {
        padding-left: 0;
        margin-top: 20px;
    }
    
    .box-section-home-02 {
        padding-bottom: 10px;
        padding-top: 30px;
    }
    
    .box-highlight {
        padding: 40px 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: 5px;
    }
    
    .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: 30px;
    }
    .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: 30px;
    }
 }
 
 @media (max-width:767px){
    .product-item .inner-content .price {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }
    
    .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 .form .title {
        font-size: 20px;
    }
    
    .box-htkd .info .top .form .form-group {
        margin-bottom: 15px;
    }
    
    .box-htkd .info .top {
        margin-bottom: 20px;
    }
    .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-section-home-07 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .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;
    }
     .box-sptd>.row>div:nth-child(4) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-sptd>.row>div:nth-child(4) .item .img {
        padding-top: 100%;
    }
    
    .box-section-home-08 {
        padding-bottom: 30px;
    }
    
    .block-tab.nav .nav-item .nav-link {
        min-width: initial;
    }
    
    .article-item {
    padding: 0;
    }
    .box-section-home-09 {
        padding-bottom: 30px;
    }
    
    .title-image-video {
        margin-top: 30px;
        margin-bottom: 30px;
    }
        
        
    .footer-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .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); */
}

.product-item:hover .product-title a {
    color: var(--color-highlight);
}

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

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

.store-system {
    border-radius: 8px;
}

.store-system .form-group .btn.dropdown-toggle {
    background: #fff;
    padding: 15px;
    border-color: #000;
}
.store-system .form-group {
    margin-bottom: 15px;
}
.content-system  .location {
    padding: 30px 60px;
    margin-bottom: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.content-system>.address {
    border-radius: 8px;
    overflow-y: scroll;
    max-height: 589px;
}

.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 #000;
}

.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: 0;
    border-radius: 8px;
}

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

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


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

.box-kham-pha .categories {
    background: #ffffff;
    padding: 60px;
    border: 0;
}

.content-filter-product {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #000;
}
.product-detail-footer {
    /* margin-top: 50px; */
    padding-right: 5px;
    padding-left: 5px;
}
.section-box-htch-01 {
    margin-bottom: 50px;
}
.box-acticle-02 {
    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: 30px;
    }
    .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: #fff;
    border: 0;
    border-radius: 8px;
    padding: 13px 15px;
}
@media (min-width:1200px){
    header {
        position: fixed;
        width: 100%;
        z-index: 999;
        animation: slideInDown 0.6s ease;
        top: 0;
        background: var(--color-highlight);
            
    }
    body {
        padding-top: 80px;
    }
@-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: 0;
    /* width: 475px; */
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
}

.box-banner-footer .banner-right img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 278px;
    height: 545px;
    right: 0;
    object-fit: cover;
}
.banner-highlight img {
    height: 17vw;
    width: 100%;
    object-fit: cover;
}
.social-share {
    margin-top: 15px;
    background: #fff;
    display: block;
    border-radius: 8px;
}

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

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

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



.box-giai-thuong .item .img {
    border-radius: 8px;
    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;
}

@media (max-width:992px){
    .swiper.swiper-slider-main .swiper-slide .item:before {
        height: 354px;
    }
    .banner-highlight img {
        height: 35vw;
    }
    .box-home-gt-02 {
        margin-bottom: 20px;
        padding-top: 30px;
    }
}

.box-category-product .item .inter-content .name>a {
    color: #000;
    text-transform: uppercase;
}

.box-category-product .item .inter-img {
    margin-bottom: 20px;
    position: relative;
}

.box-category-product .category-list>.row {
    margin-right: -30px;
    margin-left: -30px;
}

.box-category-product .category-list>.row>div {
    padding-left: 30px;
    padding-right: 30px;
}

.box-how-do {
    position: relative;
}

.box-how-do .info {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    /* font-size: 7vw; */
    font-weight: 700;
    width: 100%;
    text-shadow: -2px -1px 15px rgb(0 0 0 / 60%);
    pointer-events: none;
    z-index: 4;
}

.box-section-home-01>.container {
    max-width: 90vw;
}

.box-how-do .img img {
    width: 100%;
}

.banner-stories img {
    width: 100%;
    object-fit: cover;
    height: 34.5vw;
}
.bct img {
    height: 75px;
}

.box-search .icon svg {filter: invert(1);}

.btn-mini-cart svg {
    filter: invert(1);
}
.icon-map {
    margin-left: 20px;
}

.icon-map>a {
    color: #000;
    font-size: 23px;
}

.box-gioi-thieu {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.box-gioi-thieu .title-section {margin-bottom: 30px;}

.box-gioi-thieu .info>.row {
    margin-right: -25px;
    margin-left: -25px;
}

.box-gioi-thieu .info>.row>div {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
}

.box-gioi-thieu .item {
    font-size: 18px;
}

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

.box-nha-dieu-huong .title-section {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.box-nha-dieu-huong .inter-img .img img {object-fit: contain;}

.box-nha-dieu-huong .content {
    text-align: center;
    margin-top: 10px;
}

.box-nha-dieu-huong .content .name {
    font-weight: 700;
    margin-bottom: 5px;
}

.box-nha-dieu-huong {
    margin-top: 60px;
}
.box-nha-dieu-huong .info .row:nth-child(2n+2)>div:nth-child(1) {
    order: 1;
}

.box-nha-dieu-huong .info-text-note p {
    margin-bottom: 15px;
}
.box-nha-dieu-huong .info-text-note .ck img {
    height: 70px;
    width: 150px;
    object-fit: contain;
}


.box-product-page>.row {
    margin-right: 0;
    margin-left: 0;
}

.box-product-page>.row>div {
    padding: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0 !important;
}

.box-product-page>.row>div:nth-child(n+4) {
    border-top: 0;
}

.box-product-page>.row>div:nth-child(1), .box-product-page>.row>div:nth-child(4),  .box-product-page>.row>div:nth-child(7) {
    border-left: 1px solid #000;
}
.page-section-orderby {
    border: 1px solid #000;
}
.product-content-detail {
    position: sticky;
    top: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.product-content-detail .product-category {
    text-align: center;
    margin-bottom: 30px;
}

.product-content-detail .product-category>a {
    color: #000;
}

.product-content-detail .product-category>a:first-child {
    margin-left: 0;
}
.product-content-detail .entire-attribute {
    margin-bottom: 30px !important;
}

.section-faq-project .card .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    cursor: pointer;
}

.section-faq-project .card {
    border-top: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-faq-project .card .description-process {
    padding-top: 16px;
}

.section-faq-project .card .item-title-process.collapsed>i:before {
    content: '\2b';
}
.product-content-detail .attribute-name {
    margin-bottom: 10px;
}
.box-product-slider .product-item {
    border: 1px solid #000;
}
.ct-dm-dtt {
    margin-bottom: 15px !important;
}
.section-box-htch-01>.row>div {
    padding-left: 0;
    padding-right: 0;
}

.section-box-htch-01>.row {
    margin-right: 0;
    margin-left: 0;
}
.content-system>.address .form-check .form-check-label {
    padding: 30px 60px;
    display: block;
    width: 100%;
}

.content-system>.address .form-check:first-child label.form-check-label {
    /* border-top: 1px solid #000; */
}

.content-system>.address .form-check .form-check-label .name {
    margin-bottom: 15px !important;
}

@media (max-width:1200px){
    .box-search .input-group {
        border: 1px solid #000;
    }
    
    .box-category-product .item {
        margin-bottom: 25px;
    }
    
    .box-category-product .item .inter-img {
        margin-bottom: 15px;
    }
    
    .box-section-home-01>.container {
        max-width: 100%;
        padding: 0;
        overflow: hidden;
    }
    
    .box-section-home-01 {
        margin-bottom: 0;
    }
    .entire-info-website address p {
        font-size: 16px;
    }
    
    .menu-footer>ul>li>a {
        font-size: 16px;
    }
    
    footer {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .box-gioi-thieu {
        margin-top: 30px;
    }
    .product-content-detail {
        padding-left: 0;
    }
    
    .product-content-detail .product-title-detail {
        font-size: 20px;
    }
    
    .product-content-detail .product-category {
        margin-bottom: 10px;
    }
    
    .product-content-detail .price .price-amount {
        font-size: 1.8rem;
    }
    
    .btn-product-action-cart {
        margin-bottom: 20px;
    }
    
    .section-faq-project .card .item-title-process {
        font-size: 14px;
    }
    header {border-bottom: 1px solid #000;}
    .content-system .location {
        padding: 15px 0;
    }
    
    .content-system>.address .form-check .form-check-label {
        padding: 10px 0px;
    }
    
    .content-system>.address .form-check .form-check-label .name, .content-system>.address .form-check .form-check-label .address {
        margin-bottom: 10px !important;
    }
}

@media (max-width:767px){
    .box-gioi-thieu .info>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .box-gioi-thieu .info>.row>div {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    
    .box-gioi-thieu .item {
        font-size: 14px;
    }
    
    .box-gioi-thieu .title-section {
        margin-bottom: 20px;
    }
    
    .box-ccth {
        padding-top: 30px;
    }
    
    .box-ccth .title-section {
        margin-bottom: 20px;
    }
    
    .box-ccth .info {
        border-right: 0;
        padding-right: 0;
    }
    
    .box-ccth .info p {
        font-size: 14px;
    }
    
    .box-nha-dieu-huong {
        margin-top: 30px;
    }
    
    .box-nha-dieu-huong .info .row:nth-child(2n+2)>div:nth-child(1) {
        order: initial;
    }
    
    .box-nha-dieu-huong .info-text-note {
        margin-bottom: 25px;
    }
    .box-product-page>.row>div:nth-child(n+3) {
        border-top: 0;
    }
    
    .box-product-page>.row>div:nth-child(1), .box-product-page>.row>div:nth-child(4), .box-product-page>.row>div:nth-child(7) {
        border-left: 0;
    }
    
    .box-product-page>.row>div:nth-child(2n+1) {
        border-left: 1px solid #000;
    }
    .product-detail-head .product-image-detail {
        margin-bottom: 2.5rem !important;
    }
}
.banner-stories {
    padding-top: 50px;
}
.box-how-do.box-how-do-04 .info {
    font-size: 14vw;
}


.box-how-do.box-how-do-04 .list-img .img {
    margin-bottom: 30px;
}
.box-lh {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.box-lich-hen {
    text-align: center;
}

.box-lich-hen .title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.box-lich-hen .link a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
}

.box-lich-hen .link a:hover {
    color: #000;
    background: #fff;
}

.box-kham-pha>.categories .categories-section>li>a>span.bf {
    display: none;
}

.box-kham-pha>.categories .categories-section>li>a>span {
    display: block;
}

.box-kham-pha>.categories .categories-section>li>a> span.name {
    font-size: 45px;
}

.box-kham-pha>.categories .categories-section>li>a {
    color: #615f5f;
    border-bottom: 0;
}

.box-kham-pha>.categories .categories-section>li>a.active>span.bf {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.box-kham-pha>.categories .categories-section>li>a.active, .box-kham-pha>.categories .categories-section>li>a:hover {
    color: #000;
}
.box-section-product-page {
    border-top: 1px solid #000;
}

.content-system>.address input:checked ~ .form-check-label {
    background: #ddd;
}
.box-img-page>.row {
    margin-right: -2px;
    margin-left: -2px;
}

.box-img-page>.row>div {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px !important;
}
@media (min-width:1400px){
    .box-dt-product-05 .container {
        max-width: 85vw;
    }
}
@media (max-width:1200px){
    .box-how-do.box-how-do-04 .list-img .img {
        margin-bottom: 10px;
    }
    
    .box-how-do .info {
        font-size: 15vw;
    }
    .banner-stories {
        padding-top: 20px;
    }
    .box-product-page {
        border-top: 1px solid #000;
    }
    .box-kham-pha .categories {
        padding: 0;
    }
    .box-kham-pha>.categories .categories-section>li>a> span.name {
        font-size: 25px;
    }
}
.product-detail-footer .info-content-product .content>.row {
    margin-right: 0;
    margin-left: 0;
}

.product-detail-footer .info-content-product .content>.row>div {
    padding: 0;
}


.info-content-product .info-content .content .info {
    display: table;
    margin-left: auto;
    padding-right: 100px;
}

.info-content-product .info-content .content .title {
    font-size: 24px;
    padding-top: 50px;
    padding-left: 50px;
}
.box-dt-product-02 .row {
    margin-right: 0;
    margin-left: 0;
}

.box-dt-product-02 .row>div {
    padding: 0;
}

@media (max-width:1200px){
    .info-content-product .info-content .content .title {
        padding-top: 0;
        padding-left: 0;
    }
    
    .info-content-product .info-content .content .info {
        margin-left: initial;
    }
}
@media (max-width:767px){
    .box-lich-hen .title {
        font-size: 21px;
    }
}

.wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    background: #fff;
}
.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}