.header-menu>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
.swiper-slider-main .info-content .info-image {
    padding-bottom: 50px;
}

.box-home-01 {
    padding-top: 50px;
    padding-bottom: 0;
}

.swiper-slider-main .info-content .info-image .img img {
    object-fit: contain;
    /* bottom: -120px; */
    left: 0;
    animation: myMove 3s infinite;
    top: initial;
}
@keyframes myMove {
    0%,100% {
        top: 0
    }

    50% {
        top: 15px
    }
}
.swiper-slider-main .info-content .content .title {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-main);
    line-height: 1.4;
    margin-bottom: 20px;
}

.swiper-slider-main .info-content .content .description {
    font-size: 20px;
    color: var(--color-main);
    margin-bottom: 25px;
}
.box-section-home-02 {
    background: #fff7ec;
    padding: 60px 0;
}

.box-category-product .info-left .title-section {
    text-align: left;
    font-size: 35px;
}

.box-category-product .content-category .info-right .swiper-slide {
    width: 365px;
}

.box-category-product .content-category .info-right  .item {
    background: #f7e8d3;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
}

.box-category-product .content-category .info-right .item .inter-img {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
}

.box-category-product .content-category .info-right .item .inter-content {
    background: var(--color-second);
    border-top-left-radius: 30px;
    padding: 20px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-category-product .content-category .info-right .item .inter-content .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-category-product .content-category .info-right .item .inter-content .name a {
    color: var(--color-main);
    margin-bottom: 10px;
}


.box-category-product .content-category .info-right .item .inter-content .description {
    color: var(--color-main);
    margin-bottom: 10px;
}
.box-category-product .content-category .info-right .item .inter-content a.link-cate {
    color: var(--color-main);
}

.box-category-product .content-category .info-right .item .inter-img .img {
    padding-top: 100%;
}

.box-category-product .content-category .info-right .item .inter-img .img img {object-fit: contain;}

.box-category-product .content-category .info-right .item .inter-img .img {
    padding-top: 100%;
}

.box-category-product .content-category .info-right .item .inter-img .img img {object-fit: contain;}

.box-category-product .info-left {
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.box-category-product .item-next-prev {
    display: flex;
    align-items: center;
}

.box-category-product  .item-next-prev .swiper-button-next-dm, .box-category-product .item-next-prev .swiper-button-prev-dm {
    width: 40px;
    height: 40px;
    background: #c9c6c1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.banner-home {
    border-radius: 36px;
    padding: 100px 15px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-home .info-content {
    position: relative;
    z-index: 2;
}

.banner-home .info-content .title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
}

.banner-home .info-content .slogan {
    color: #FFF;
    width: 100%;
    max-width: 520px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.box-product-home .product-left {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-home .product-left .swiper .swiper-slide {
    padding: 10px;
}

.box-product-home .banner-product {
    position: relative;
    margin-top: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.box-product-home .banner-product .inter-img {
    border-radius: 20px;
}

.box-product-home .banner-product .info-content {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 30px;
    z-index: 4;
}

.box-product-home .banner-product:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
}

.box-product-home .banner-product .info-content .title {
    font-size: 36px;
    color: var(--white);
    font-weight: 700;
}

.box-product-home .banner-product .info-content .link a {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.box-product-home .banner-product .info-content .link a i {
    display: inline-block;
    margin-left: 10px;
}

.box-product-home .banner-product .inter-img .img {
    padding-top: 90%;
}

.box-product-left-02>.box-product-home>.row>div:nth-child(2) {
    order: 1;
}

.box-product-left-02>.box-product-home>.row>div:nth-child(1) {
    order: 2;
}
.box-product-left-02 .box-product-home .banner-product .info-content {
    text-align: left;
}
.box-section-home-03 {
    padding: 50px 0;
}

.box-section-home-04 {
    margin-bottom: 40px;
}

.box-section-home-09 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff7ec;
}
.box-section-home-10 {
    margin-bottom: 50px;
    padding-top: 50px;
}

.box-section-home-07 {
    background: #fff7ec;
    padding: 50px 0;
}
.box-section-home-06 {
    margin-bottom: 50px;
}

.box-section-home-08 {
    padding: 50px 0;
}
.box-customer-reviews .content-review .item {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.box-customer-reviews .content-review .item .inter-content {
    display: flex;
    align-items: center;
}

.box-customer-reviews .content-review .item .inter-content .inter-img {flex: 0 0 100px;margin-right: 15px;max-width: 100px;}

.box-customer-reviews .content-review .item .inter-content .inter-img .img {
    border-radius: 50%;
    overflow: hidden;
}

.box-customer-reviews .content-review .item .inter-content .inter-img .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.box-customer-reviews .content-review .item .inter-content .text-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-customer-reviews .content-review .item .description {
    margin-bottom: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-slider-main .info-content .content .title>span {
    color: var(--color-highlight);
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width:1200px){
    .section-service .swiper-button-prev {
        top: calc(50% + 60px);
    }
    .section-service .swiper-button-next {
        top: calc(50% + 60px);
    }
}
@media (min-width:992px){
        
    .section-service article.article-item {
        margin-bottom: 0 !important;
        position: relative;
        margin-top: 10rem;
        overflow: hidden;
        padding-bottom: 10rem;
    }
    
    .item-service.swiper-slide {
        transform: translateX(-92px);
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        transition: all 1.5s ease;
    }
    .swiper-slide-active ~ .item-service {
        transform: translateX(92px);
    }
    .section-service .item-service.swiper-slide.swiper-slide-active {
        transform: scale(1.3);
        z-index: 1;
        opacity: 1;
    }
    .section-service .item-service article.article-item .inner-image {
        border-radius: 0 !important;
    }
    
    .section-service article.article-item img, .section-service-top article.article-item .inner-image img {
        transition: 1.1s;
    }
    
    .section-service-top article.article-item .inner-image {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    .section-service .swiper-button-prev {
        left: 20px;
        /* top: calc(50% + 60px); */
    }
    .section-service .swiper-button-next {
        right: 20px;
        /* top: calc(50% + 60px); */
    }
}
.section-service .title-dsc {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section-service .title-dsc .dsc-section {
    text-align: center;
}
    
.item-service .inner-content{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.section-service .swiper-pagination{
    bottom: 10rem;
}

.section-service .item-service article.article-item .inner-image .img {
    border-radius: 12px;
}

.section-service article.article-item .inter-item {
    position: relative;
}

.item-service .inner-content .article-title {
    margin-bottom: 0;
    height: auto !important;
    min-height: auto;
    text-align: center;
}

.section-service article.article-item .inter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.item-service .inner-content .article-title a {
    color: #fff;
}

.header-page-title {
    background-size: cover;
    height: 200px;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

.header-page-title .title {
    padding: 30px;
    font-size: 35px;
    font-weight: 700;
}

.box-product-page>.row>div {
    margin-bottom: 20px !important;
}

.box-product-slider-page {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-slider-page .swiper .swiper-slide {
    padding: 10px;
}

.box-product-home .product-left .product-title {
    -webkit-line-clamp: 1;
    min-height: auto;
}

.box-section-home-05 {
    padding-bottom: 40px;
}

.article-item.article-item-du-an .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

.article-item.article-item-du-an .inner-content .article-title {
    margin-bottom: 0;
    min-height: auto;
    text-align: center;
}

.article-item.article-item-du-an .inter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    pointer-events: none;
}

.article-item.article-item-du-an .inter-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.article-item.article-item-du-an .inner-content .article-title a {
    color: #fff;
}
.entire-action-header .dropdown .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
}
.swiper-slide--link:hover svg path {
    stroke: var(--color-highlight);
}
.menu-footer>ul>li>a:hover {
    color: var(--color-highlight);
}
@media (min-width:1200px) {
        
    .article-item .inter-item .inner-image .img img {
        transition: 1s;
    }
    
    .article-item .inter-item .inner-image:hover .img img {
        transform: scale(1.1);
    }
}
@media (min-width:992px) {
    .box-category-product .content-category>.row>div:nth-child(1) {
        flex: 0 0 200px;
        max-width: 200px;
    }
    
    .box-category-product .content-category>.row>div:nth-child(2) {
        flex-basis: calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

}

@media (max-width:1200px) {
    .swiper-slider-main .info-content .content .title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    .box-home-01 {
        padding-top: 30px;
    }
    
    .swiper-slider-main .info-content .content .description {
        font-size: 16px;
    }
    .box-category-product .info-left .title-section {
        font-size: 28px;
    }
    
    .box-section-home-02 {
        padding: 30px 0;
    }
    .box-section-home-03 {
        padding: 30px 0 20px;
    }
    
    .title-tab ul.block-tab li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .title-tab ul.block-tab {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .block-tab.nav .nav-item .nav-link {
        padding: 0 10px;
    }
    .product-item .inner-content {
        padding: 10px;
    }
    
    .product-title {
        font-size: 14px;
        min-height: 32px;
    }
    .banner-home .info-content .title {
        font-size: 23px;
    }
    
    .banner-home .info-content .slogan {
        font-size: 16px;
    }
     .banner-home {
        padding: 80px 15px;
        border-radius: 10px;
    }
    .product-item .inner-content .price span.price-amount.old-price {
        font-size: 13px;
    }
    
    .product-item .inner-content .price span.price-amount {
        font-size: 16px;
    }
    .box-section-home-06 {
        margin-bottom: 30px;
    }
    
    .box-section-home-04 {
        margin-bottom: 30px;
    }
    
    .box-section-home-05 {
        padding-bottom: 30px;
    }
    .title-section {
        font-size: 25px;
    }
    .box-section-home-07 {
        padding: 30px 0;
    }
    
    .box-section-home-08 {
        padding: 30px 15px;
    }
    
    .box-slider-home {
        position: relative;
    }
    .box-section-home-09 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .box-section-home-10 {
        margin-bottom: 30px;
        padding-top: 30px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .filter-url .content-filter-product .categories {
        padding: 0;
        margin-bottom: 20px;
    }
    .box-product-home .product-left .swiper .swiper-slide {
        padding: 5px;
    }
    
    .box-product-home .product-left {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-product-slider-page, .box-slider-page {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .box-product-slider-page .swiper .swiper-slide , .box-slider-page .swiper .swiper-slide {
        padding: 5px;
    }
    .box-product-home .banner-product .info-content .title {
        font-size: 25px;
    }
        
    .header-menu>.container>.row>div:nth-child(1) {
        order: 2;
    }
    
    .header-menu>.container>.row>div:nth-child(2) {
        order: 1;
    }
    
    .header-menu>.container>.row>div:nth-child(3) {
        order: 3;
    }
    
    .header-menu>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .header-menu .logo-section {
        text-align: center;
    }
    
    .header-menu .entire-action-header.entire-action-search {
        display: none;
    }
    .header-page-title .title {
        font-size: 20px;
        padding: 14px;
    }
    
    .header-page-title {
        background-position: right;
        height: 100px;
    }
}


@media (max-width:576px) {
    .product-item .inner-content .price {
        margin-bottom: 5px;
    }
    
    .product-item .inner-content a.btn-product-action {
        font-size: 13px;
    }    
    .swiper-slider-main .info-content .info-image {
        padding-top: 30px;
    }
    
    .box-product-home>.row>div:nth-child(2) {
        order: 1;
    }
    
    .box-product-home>.row>div:nth-child(1) {
        order: 2;
    }
    
    .box-product-home .banner-product {
        margin-top: 0;
        margin-bottom: 15px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .box-product-home .banner-product .info-content {
        text-align: left;
    }
    
    
    .box-product-page>.row>div {
        margin-bottom: 10px !important;
    }
}

@media (min-width:767px) and (max-width:1200px) {
    .box-product-home .banner-product .info-content {
        padding: 15px;
    }
}
