.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}
.box-btn-cos a {
    font-size: 16px;
    padding: 6px 15px;
    background: #005caa;
    display: inline-block !important;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff !important;
	border:1px solid #005caa;
}
.box-btn-cos a:hover {
    background: #fff;
    color: #005caa !important;
}

.desc p {
    font-size: 16px;
    line-height: 1.4;
    color: #1A1A1A;
    /* font-weight: 500; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    width: fit-content;
    background-color: white;
    border-radius: 5px;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.pd-section-bottom {
    /* padding-bottom: 30px; */
}

.pd-section-content {
    padding-top: 25px;
}

.title-section {
    padding: 0;
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: black;
}

.section-tabs .tabcontent {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    display: block !important;
}

.section-tabs .tabcontent.active {
    height: unset;
    opacity: 1;
    visibility: visible;
}

.section-tabs .tabs {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.section-tabs .tabs button {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #777;
    position: relative;
    padding: 0;
    margin: 0px 20px;
    border: 0;
}

.section-tabs .tabs button.active,
.section-tabs .tabs button:hover {
    color: black;
    border-bottom: 0;
}

.section-tabs .tabs button::after {
    content: "";
    left: 0;
    width: 0;
    right: 0;
    height: 2px;
    margin: auto;
    bottom: -9px;
    position: absolute;
    background: black;
    transition: all 350ms ease-out 0s;
}

.section-tabs .tabs button.active::after,
.section-tabs .tabs button:hover::after {
    width: 100%;
}




.slideshow-content {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.34) 58%, rgba(0, 0, 0, 0.5522409647452731) 88%);
}

.slideshow-content .ctnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .slideshow-box:nth-child(3n+1) .row{
    justify-content: left;
    transition: justify-content .6s ease-in-out;
}
.slideshow-box:nth-child(3n+2) .row{
    justify-content: center;
    transition: justify-content .6s ease-in-out;
}

.slideshow-box:nth-child(3n+3) .row{
    justify-content: right;
    transition: justify-content .6s ease-in-out;
} */
.slideshow-title {
    font-size: 50px;
    font-weight: 600;
    color: #FFF;
    margin: 5px 0px 20px 0px;
    font-family: var(--font-heading-family);
}

.slideshow-text {
    color: #4f6128;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

.slideshow-content .readmore {
    width: fit-content;
    background-color: #4f6128;
    padding: 10px 19px 8px 19px;
    border-radius: 45px;
    margin: 0 auto;
}

section.aboutus .aboutus-title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin: 0 0 42px;
    padding: 0 0 0 30px;
    text-transform: capitalize;
    color: black;
    border-left: 5px solid black;
}



.service-item {
    margin-top: 40px;
}

.service .service-icon i {
    display: block;
    height: 80px;
    width: 80px;
    font-size: 44px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #005caa;
}

.service-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    background: rgba(74, 120, 54, 0.1);
}

.service-icon {
    width: 72px;
    border-radius: 100%;
    padding: 5px;
    margin: 0 20px 0 0;
}

.service-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: black;
}

.service .promo-desc {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #777;
}


section.categories .category-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 20px 20px 18px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

section.categories .category-thumb img {
    height: 250px;
}

section.categories .category-thumb .caption {
    margin: auto;
    text-align: left;
    padding: 15px 0 0;
    background: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.categories .featured-block .category-description {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.categories .category-thumb .cat-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: black;
}

section.categories .number-product {
    font-size: 14px;
}


section.products .slide-4 {
    margin: 0px -15px;
}

.product-thumb {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    /*! box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05); */
}
.product-thumb img{
    display: block;
}
.product-thumb .hover-img {
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition-duration: 500ms;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.product-thumb:hover .hover-img {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    overflow: hidden;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}

.product-thumb .image {
    position: relative;
    display: block;
    /*! padding: 0px 10px; */
    overflow: hidden;
}

.product-thumb .button-group a+a {
    margin-top: 10px;
}

.product-thumb .button-group a,
.product-thumb .wishlist {
    font-size: 12px;
    padding: 0;
    height: 38px;
    width: 38px;
    border: none;
    display: flex;
    border-radius: 50%;
    background: black;
    color: white;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.product-thumb .button-group a svg {
    fill: white;
    height: 15px;
}

.product-thumb:hover .button-group {
    opacity: 1;
    left: 20px;
    visibility: visible;
}

.product-thumb .button-group {
    position: absolute;
    visibility: hidden;
    display: block;
    bottom: 20px;
    left: -45px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb .wishlist {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 1;
    background: #005caa;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb:hover .wishlist {
    opacity: 1;
    right: 20px;
}

.product-thumb .content {
    position: relative;
}

.product-thumb .caption {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .product-title a {
    font-size: 25px;
    text-decoration: none;
    font-weight: 300;
    display: block;
    text-align: center;
    color: #005caa;
    font-family: var(--font-heading-family);
}

.product-thumb:hover .product-title a {
    color: #005caa;
}

.product-thumb .price {
    margin: 10px 0 0 0;
    font-size: 11px;
    line-height: 23px;
    font-weight: 400;
    color: #005caa;
}

.product-thumb .price-new {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.product-thumb .price-new {
    margin: 0 5px 0 0;
    margin-right: 5px;
}

.product-thumb .price-old {
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    color: #777;
    line-height: 19px;
}

.product-layout {
    padding: 0px 15px;
}




.testimonial-video {
    position: relative;
    overflow: hidden;
    background: #222;
}

.page-title h3 {
    padding: 0;
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
}

.testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 14px;
    margin: 0 0 30px;
    color: #fff;
}

.slideTestimonial.testimonial-carousel {
    margin-top: 20px;
}

.testimonial-item {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 0px 35px 20px 35px;
}

.testimonial-text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 55px;
    height: 3px;
    background: #e5e5e5;
}

.testimonial-author {
    font-size: 18px;
    margin: 5px 0 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.testimonial-customer {
    font-size: 14px;
    color: #777777;
}

.video-inner {
    position: relative;
    height: 100%;
}

.inner1,
.inner1 a,
.inner1 a .img-fluid {
    height: 100%;
    display: block;
}

.inner2 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.video-btn {
    position: relative;
    display: block;
    margin: 0 auto;
}

.video-btn i {
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    background: #fff;
    z-index: 4;
}

.video-btn:after {
    content: "";
    background-color: #fff;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
    animation: pulse-border 1500ms linear infinite;
}

@keyframes pulse-border {
    80% {
        opacity: 0.4;
    }

    100% {
        height: 85px;
        width: 85px;
        opacity: 0;
    }
}

.testimonial-center svg {
    height: 45px;
}

.testimonial-center {
    margin: 0px 0 10px;
}

.testimonial-video .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.testimonial-images img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}


section.partner .partner-box img {
    opacity: 0.8;
    height: 70px;
    width: unset;
    max-width: unset;
    margin: 0 auto;
}

section.partner .partner-box:hover img {
    opacity: 1;
}

section.banner-outer .inner-content {
    display: flex;
    align-items: center;
    padding: 20px 45px;
}

.promo-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: white;
}

.promo-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 12px 0 32px;
    text-transform: capitalize;
    color: white;
}

@media (max-width: 586px) {
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }

    .promo-title {
        font-size: 26px;
        line-height: 30px;
        font-weight: 600;
        margin: 11px 0 12px;
        text-transform: capitalize;
        color: white;
    }

    .product-layout {
        padding: 0px 5px;
    }

    section.products .slide-4 {
        margin: 0px -5px;
    }
}

.block-date {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 26px;
    color: #005caa;
}

h4.blog-title {
    margin: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 20px;
}

h4.blog-title a {
    line-height: 1.4;
}

.blog-read {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin: 10px 0 0;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
    color: white;
    background: #005caa;
    display: block;
    width: fit-content;
}

.blog-block .blog-read:hover {
    background: #222;
}

.blog-block-inner .item.row:n/poth-child(2n) .blog-description {
    order: 1;
}

.blog-block-inner .item.row:nth-child(2n) .blog-info {
    order: 2;
}

.blog-block-inner .image img {
    border-radius: 10px;
}

.blog-block-inner .item {
    margin-bottom: 25px;
}

.products .img-fluid {
    max-width: 100%;
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.slick-prev::before,
.slick-next::before {
    content: unset !important;
}

.content_extab li {
    margin-top: 5px;
}
.content_extab li:last-child{
    font-size: 14px;
  position: unset;
  top: 1px;
  left: 2px;
  padding: 0px;

}


.model-butifull-mers {
    display: flex;
    align-items: center;
    height: 400px;
    overflow: hidden;
    margin: 20px 0px;
    background: #F5F5F5;
    border-radius: 75px 0px 0px 0px;
    position: relative;
}

.logo-left-files img {
    height: 100px;
    width: auto;
}

.item-left-texts {
    width: 40%;
    height: 100%;
    padding: 60px 30px 90px 30px;
    background: #F5F5F5;
    position: relative;
}

.logo-left-files {
    width: 100%;
    margin-bottom: 50px;
}

.model-contents-butifull p {
    font-size: 17px;
}

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


.item-nhanhang-rights-mes {
    position: relative;
    width: 60%;
}

.block_video_play a {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    top: 50% !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    transition: 0.5s all;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    background-image: url(https://bizweb.dktcdn.net/100/483/185/themes/937690/assets/play-button.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 15px;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #d14343;
}
@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}
@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #ffffff;
    opacity: 1;
}

.item-nhanhang-rights-mes:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #08080859;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #ffffff;
}

.list-item-images-abulm {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.item-images-abuml {
    width: calc(100%/4);
}

.item-images-abuml a img {
    width: 100%;
    height: 100%;
}

.btn-Gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.btn-Gallery a {
    width: 200px;
    height: 62px;
    background-color: #005caa;
    border-radius: 0px 0px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    line-height: 62px;
    text-align: center;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-Gallery a:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}
.item-images-abuml:hover img {filter: brightness(0.5);transition: 0.5s ease;}
.main-price-products {
    position: absolute;
    bottom: 90px;
    width: 100%;
    text-align: center;
    background: #ffffffe0;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .main-price-products span {
    font-size: 19px;
    font-weight: 600;
  }
  
  .main-price-products .giacu-s {
    padding-left: 20px;
    color: #333;
  }
  
  .main-price-products .giamoi-s {
    color: #cf0303;
    font-size: 23px;
    animation: zoom 1.3s infinite;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
@media (max-width: 586px) {
    .desc p {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .title-section {
        font-size: 22px !important;!i;!;
        margin-bottom: 10px !important;!i;!;
        !i;!;
    }

    .pd-section-bottom {
        padding-bottom: 35px;
    }

    .pd-section-top {
        padding-top: 35px;
    }

    .slideshow-title {
        font-size: 18px;
        margin: 0px 0px 15px 0px;
        line-height: 1.2;
        width: 75%;
    }

    .slideshow-text {
        color: white;
        margin-bottom: 3px;
        margin-top: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .read-more {
        width: fit-content;
        background-color: white;
        padding: 3px 12px;
        border-radius: 5px;
        font-size: 13px;
        color: black;
        font-weight: 500;
    }

    section.aboutus .aboutus-title {
        font-size: 25px;
        line-height: 1.3;
        font-weight: 600;
        margin: 0 0 15px;
        padding: 0px 0 0 15px;
        text-transform: capitalize;
        color: black;
        border-left: 4px solid black;
        display: flex;
    }

    section.aboutus .desc p {
        margin: 0 0 0 0px;
    }
    .strategy-box ul{
        display: block !important;
    }

    .service {
        display: block !important;
        text-align: center;
    }

    .service .service-icon i {
        height: 65px;
        width: 64px;
    }

    .service-icon {
        margin: 0 auto;
    }

    .service-content h4 {
        font-size: 14px;
        margin: 9px 0 5px;
    }

    .service .promo-desc {
        font-size: 13px;
    }


    section.categories .category-thumb {
        padding: 10px 10px 12px;
    }

    section.categories .category-thumb .cat-title {
        margin: 0;
        font-size: 15px;
    }

    .section-tabs .tabs button {
        font-size: 14px;
    }

    .product-thumb .button-group {
        visibility: visible;
        left: 0px;
    }

    .product-thumb .button-group a,
    .product-thumb .wishlist {
        height: 32px;
        width: 32px;
    }

    .product-thumb .button-group a svg {
        fill: white;
        height: 12px;
    }

    .product-thumb:hover .button-group,
    .product-thumb .button-group {
        left: 10px;
    }

    .product-thumb .button-group a+a {
        margin-top: 5px;
    }

    .product-title {
        min-height: unset;
    }

    .product-thumb .product-title a {
        font-size: 23px;
    }
    .caption .star{
        margin-bottom: 9px;
    }
    .product-thumb .price {
        margin: 0;
        padding: 0;
    }

    .product-thumb .price-new {
        font-size: 15px;
    }

    .product-thumb .price-old {
        font-size: 14px;
    }

    .banners {
        margin-bottom: 15px;
    }

    .block-date {
        font-size: 17px;
        font-weight: 500;
        margin: 0px;
    }

    h4.blog-title {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .blog-block-inner .image img {
        margin-bottom: 10px;
    }

    .blog-read {
        font-size: 13px;
        padding: 6px 23px;
        margin: 0px 0 0;
    }

    .blog-block-inner .item.row:nth-child(2n) .blog-description {
        order: 2;
    }

    .blog-block-inner .item.row:nth-child(2n) .blog-info {
        order: 1;
    }

    .list-unstyled li .contact_site {
        margin-left: 4px;
        text-align: center;
    }

    .list-unstyled li .contact_site {
        margin-left: 4px;
        text-align: center;
    }

    .products .img-fluid {
        max-width: 100%;
        height: 260px;
    }

    section.categories .category-thumb img {
        height: 150px;
    }

    .products .img-fluid {
        max-width: 100%;
        height: 150px;
    }

    .product-thumb .image {
        position: relative;
        display: block;
        padding: 0px 0px;
    }

    .content__in tr {
        display: flex;
        flex-wrap: wrap;
    }

    .content__in tr td {
        width: 100%;
    }
}



.heading-section .title-small {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    padding: 0 0 15px;
    display: none;
}

.heading-section .title-small::after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #1A1A1A;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: auto;
    bottom: 0;
}

.title-section {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
    color: #005caa;
    font-family: var(--font-heading-family);
    display: inline-block;
    position: relative;
    padding-bottom: 9px;
    text-transform: uppercase;
}

.heading-section .desc p {
    color: #000;
    text-align: center;
    font-weight: 400;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.readmore {
    color: #1A1A1A;
    text-transform: uppercase;
    font-size: 14px;
}

.readmore svg {
    height: 13px;
    fill: #1A1A1A;
    margin-left: 8px;
    transition: margin-left .4s ease-in-out;
}

.readmore:hover svg {
    fill: #005caa;
    margin-left: 15px;
}

.readmore-cl {
    color: white;
}

.readmore-cl svg {
    fill: white;
}

.aboutus {
    background-color: #e0e8f0;
}

.aboutus-content {
    margin-bottom: 20px;
}

.aboutus-content .desc p {
    /* text-align: center !important; */
}

.strategy .strategy-box .strategy__title img {
    height: 30px;
    margin-right: 10px;
    width: 30px;
}

.strategy .strategy-box .strategy__title {
    font-family: var(--font-heading-family);
    font-size: 28px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 18px;
    color: #005caa;
}

.strategy .strategy-box {
    margin-bottom: 30px;
}

.strategy-box ul li {
    /* padding-left: 30px; */
    margin-bottom: 5px;
    font-weight: 300;
    list-style: disc;
    margin-left: 25px;
}

/* .strategy-box ul li::before {
    background-color: #aacaaa;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
} */
.strategy-box ul li img{
    position: absolute;
    left: 0px;
    top: 1px;
}
.list-product-box .list-product__small {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.list-product-box .list-product__title {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5px;
    color: #005caa;
    font-family: var(--font-heading-family);
}

.list-product-box .list-product-box .desc p {
    text-align: left;
    margin-bottom: 10px;
}
.list-product-box .list-product__title,
.list-product-box .list-product__small{
    text-align: left;
}
.list-product-box:nth-child(2n) .list-product-box .desc p {
    text-align: right;
    margin-bottom: 10px;
}
.list-product-box:nth-child(2n) .list-product__title,
.list-product-box:nth-child(2n) .list-product__small{
    text-align: right;
}
.price-new,
.price-old {
    font-size: 16px;
    line-height: 1.3;
}

.price-old {
    color: #646464;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: line-through;
}

.price-new {
    color: #c80000;
}

.list-product-box:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.number {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.number-box {
    padding: 20px 10px;
    background-color: white;
    border-radius: 10px;
    height: 100%;
}

.introduce-product__img {
    transform: translateX(var(--translateX)) translateY(var(--translateY));

    transition: transform 150ms ease-out;
    will-change: transform;
    backdrop-filter: blur(0.625em) saturate(160%);
}

.introduce-product-left {
    align-items: center;
    border-radius: 100%;
    -ms-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
    -o-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
    box-shadow: 0 0 15px #258f671f;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    min-height: 90px;
    min-width: 90px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 3px;
}

.introduce-product-box:not(:last-child) {
    margin-bottom: 60px;
    ;
}

.introduce-product__title {
    margin: 0px 0px;
    margin-bottom: 0px;
  font-size: 35px;
  margin-bottom: 6px;
  color: #005caa;
  font-weight: 500;
}

.introduce-product-right .desc p {
    font-size: 14px;
    line-height: 1.4;
}

.introduce-product-left img {
    -webkit-transition: all 2s ease-in-out;
    /* For Safari and older Chrome */
    -moz-transition: all 2s ease-in-out;
    /* For older Firefox */
    -o-transition: all 2s ease-in-out;
    /* For older Opera */
    transition: all 2s ease-in-out;
    transform: translateX(0);
    height: 50px;
    width: unset;
    max-width: unset;

}

.introduce-product-left:hover img {
    -webkit-animation: spolicy 3s linear;
    /* For Safari and older Chrome */
    -moz-animation: spolicy 3s linear;
    /* For older Firefox */
    -o-animation: spolicy 3s linear;
    /* For older Opera */
    animation: spolicy 3s linear;
}


@-webkit-keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@-moz-keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@-o-keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.number-top {
    font-size: 38px;
    font-weight: 600;
    color: #8da88d;
    line-height: 1.2;
}

.number .heading-section .title-small,
.number .title-section {
    color: #8DA88D;
}

.number .heading-section .title-small::after {
    background-color: #8DA88D;
}

section.news {
    background-color: rgba(141, 168, 141, 0.1);
}

.news-card .news-img {
    margin-bottom: 32px;
}

.news-card .news__title {
    transition: padding-left .6s ease-in-out;
    position: relative;
    padding-left: 60px;
}

.news-card:hover .news__title {
    padding-left: 50px;
    transition: padding-left .6s ease-in-out;
}

.news-card .news__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #005caa;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: width .6s ease-in-out;
}
.news-card .news-content .desc p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.news-card:hover .news__title::before {
    width: 40px;
    transition: width .6s ease-in-out;
}

.news-card .news__title {
    color: #005caa;
    font-family: var(--font-heading-family);
    font-size: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.news-card .readmore {
    margin-top: 15px;
    letter-spacing: 2px;
}

.news-right .news-card .news-img {
    margin-right: 15px;
}
.news-card .news-img img {
    height: 520px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    border-radius: 40px;
    }
.news-right .news-card .news-img img {
    width: 320px;
    height: 320px;
    border-radius: 0px;
}
.list-products{
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-color: #e1f6e5; */
}
@media (max-width: 992px) {
    .list-product-img {
        height: unset !important;
    }
    .news-card .news-img img {
        height: unset;
    }
    .news-right .news-card .news-img img {
        width: 150px;
        height: 150px;
    }
    .news-card .news-img {
        margin-bottom: 11px;
    }
    .news-card .news-img {
        margin-bottom: 0px;
      }
      .list-products {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #cbd4b8; */
      }
}
@media (max-width: 786px) {
    .list-product-img {
        height: unset !important;
    }
   
      .list-product-img img {
        max-width: unset;
        height: unset;
        margin: 0 auto;
        width: 100%;
      }
      .introduce-product-box:not(:last-child) {
        margin-bottom: 15px;
      }
      /* .introduce-product-left {
        min-height: 80px;
        min-width: 80px;
      } */
}
.list-product-img {
    -webkit-transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}
.list-product-img {
    height: 590px;
    width: 100%;
}
.list-product-img img{
    /* object-fit: contain; */
    /*! width: 100%; */
  margin: 0 auto;
  height: 100%;
  border-radius: 0px 100px 0px 100px;
 

}
.list-product-content:nth-child(2n) .list-product-img img{
    border-radius: 100px 0px 100px 0px;
}
.list-product-img {
    position: relative;
    overflow: hidden;
}
.list-product-img a{
    text-align: center;
 /*! width: 100%; */
    margin: 0 auto;
    height: 100%;
}
.list-product-box:nth-child(2n) .list-product-img {
    -webkit-transition: padding-right 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition: padding-right 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}
.list-product-box:nth-child(2n) .list-product-img:hover {
   padding-right: 18px;
}
.list-product-box:nth-child(2n+1) .list-product-img {
    -webkit-transition:padding-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition:padding-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}
.list-product-box:nth-child(2n+1) .list-product-img:hover  {
    padding-left: 18px;
}

.list-product-box .list-product-img a{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.list-product-box .list-product-img a::before {
    background: #fff;
    content: "";
    height: 35px;
    margin: auto;
   
    opacity: 0;
    position: absolute;
    bottom: 0;
    
    top: 0;
    width: 35px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;

}
.list-product-box:nth-child(2n+1) .list-product-img a::before {
    margin-right: 45px;
    -webkit-transition: margin-right 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition: margin-right 0.45s ease-in-out ;
    right: 100%;
}
.list-product-box:nth-child(2n+1) .list-product-img:hover a::before {
    margin-right: -18px;
    opacity: 1;
}
.list-product-box:nth-child(2n) .list-product-img a::before {
    margin-left: auto;
    margin-left: 45px;
    -webkit-transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition: margin-left 0.45s ease-in-out ;
    left: 100%;
}
.list-product-box:nth-child(2n) .list-product-img:hover a::before {
    opacity: 1;
    margin-left: -18px;
     margin-right: 0;
}
.aboutus .readmore{
    font-size: 14px;
    padding: 10px 15px;
    background: #005caa;
    display: inline-block !important;!i;!;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}
.list-product-img{
    position: relative;
    padding: 10px;
}
.list-product-img::after{
    position: absolute;
    top: 22px;
    left: 12px;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ffffff80;
    border-radius: 0px 100px 0px 100px;
}
.list-product-content:nth-child(2n) .list-product-img::after{
    border-radius: 100px 0px 100px 0px;
    top: 22px;
    left: 12px;
    right: unset;
}
.introduce-product-box.introduce-product-box--left{
    flex-direction: row-reverse;
}
.introduce-product-box--left .introduce-product-left {
    margin-left: 20px;
    margin-right: 0px;
}

.introduce-product .row,
.introduce-product .clm{
    --gutter: 5px;
}
.introduce-product-box:nth-child(2){
    margin-left: 55px;
    margin-right: unset;
}
.introduce-product-box--left.introduce-product-box:nth-child(2){
    margin-right: 55px;
    margin-left: unset;
}

.item-nhanhang-rights-mes.active .block_video_play {
    display: none;
}

.item-nhanhang-rights-mes.active:before {
    content: "";
    background: none;
}
.title-section:before {
    position: absolute;
    content: '';
    width: 86px;
    height: 1px;
    background-color: #005caa8c;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: underlines 2s infinite;
    transition: transform .25s ease-out;
    -webkit-transition: transform .25s ease-out;
}
   @keyframes underlines {
      0% { width: 0%;}
      100% {width: 63%;}
    }
    .heading-section {
        text-align: center;
    }
    .model-butifull-mers:before {
        position: absolute;
        top: -16px;
        left: 12px;
        right: 0;
        bottom: 0;
        content: "";
        background-color: #00000080;
        border-radius: 0px 100px 0px 100px;
    }

    section.introduce-product .row {
        width: 90%;
        margin: 0 auto;
    }
    .service-body .elementor-icon img {
        padding: 14px;
        position: relative;
    }
    .service .elementor-icon-box-content p strong {
        font-size: 14px !important;
    }
    section.service {
        margin-top: -60px;
    }
    
    section.news {
        padding-bottom: 40px;
    }
    .blog_wrapper.layout-blog {
        padding-bottom: 90px;
    }
    .pd-section-top.box-main-details-products .list-products {
        padding-bottom: 60px;
    }


    .aboutus .readmore svg {
        fill: #fff;
    }
    
    .aboutus .readmore:hover {
        background: #fff;
        color: #005caa;
        transition: 0.5s ease;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
    .aboutus .readmore:hover svg {
        fill: #005caa;
    }
    .partner-box {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
        border-radius: 3px;
        padding: 10px;
        height: unset;
    }
    
    .partner-box {
        position: relative;
        overflow: hidden;
    }
    .partner-box a {
          display: flex;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          justify-content: center;
          border-radius: 5px;
        }
        .partner-box img {
        border-radius: 10px;
        padding: 0px 20px;
        height: 100%;
    }
    
    
    section.doitac {
        padding: 30px 0px;
    }

















    section.camnhankh {
        position: relative;
    }
    .box-model-camnhankh {
        position: relative;
        z-index: 9;
        padding: 40px 0px;
    }
    .slick-dots-camnhan {
        margin-bottom: 30px;
    }
    .list-avatar-camnhan {
        display: none;
    }
    .list-avatar-camnhan {
        text-align: right;
    }
    .list-avatar-camnhan img {
        width: auto;
        height: 130px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
    }
    .box-slider-camnhankh {
        padding: 35px;
        font-size: 13px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.85);
        position: relative;
            border-radius: 10px;
    }
    .title-desc-content-camnhan .star {
        margin-bottom: 8px;
    }
    .star li {
        display: flex;
    }
    .box-slider-camnhankh .star li svg {
        height: 23px;
        width: 18px;
    }
    
    .star li svg {
        fill: #f5cc26;
        height: 16px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 14px;
    }
    .title-desc-content-camnhan p {
        font-size: 17px;
    }
    
    .title-desc-content-camnhan p {
        color: #fff;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .item-name {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-top: 25px;
    }
    .item-position {
        font-size: 13px;
        text-align: center;
    }
    .slick-dots-camnhan .slick-dots {
        position: unset;
    }
    .slick-dots-camnhan .slick-dots .slick-active {
        border: 3px solid #fff;
        opacity: 1;
        width: 75px;
        height: 75px;
            border-radius: 100%;
        overflow: hidden;
    }
    .slick-dots li.slick-active {
        background-color: #562a1e;
    }
    .slick-dots-camnhan .slick-dots li {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        overflow: hidden;
        opacity: .5;
    }
    section.uytin {
        padding: 40px 0px;
    }
    
    .about-us-quantity h2 {
        font-size: 30px;
        font-weight: 700;
    }


    .value {
        background: #005caa;
        padding: 27px 0;
        /* margin-top: 30px; */
    }
    .value-box {
        display: flex;
        text-align: left;
        align-items: center;
        width: 70%;
		justify-content: center;
        margin: 0 auto;
    }
    .value-box__img img {
        width: 220px;
        margin-right: 10px;
    }
    .value-box-text h4 {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }
    .value-box-text .desc p {
        text-align: left;
        color: #fff;
    }

    section.boxx-video-camnhan a.td_video_button.mfp-iframe i {
        font-size: 17px;
    }
    
    a.td_video_button.mfp-iframe i {
        z-index: 2;
        position: absolute;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-46%, -47%);
    }
    .icon-ytb-quantily a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 999999;
    }
    .box-meember-slick-camnhan {
        position: relative;
        /* border-radius: 10px; */
        overflow: hidden;
    }
    section.boxx-video-camnhan a.td_video_button.mfp-iframe:before {
        content: "";
        width: 50px;
        height: 50px;
    }
    
    a.td_video_button.mfp-iframe:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-color: #005caa;
        z-index: 0;
        animation: pulse-border 1500ms ease-out infinite;
    }
    section.boxx-video-camnhan a.td_video_button.mfp-iframe:after {
        width: 50px;
        height: 50px;
        background: none;
        border: 2px solid #ffffffba;
        background: #ff00007d;
    }
    
    a.td_video_button.mfp-iframe:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-color: #005caa;
        transition: all 200ms;
    }
    .box-butifull .box-meember-slick-camnhan:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #00000070;
    }
    .box-slider-camnhankh::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: -20px;
        left: 50%;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #1c5fa3;
    }
@media (max-width: 992px) {
    .introduce-product-left{
        min-height: 80px;
        min-width: 80px;
    }
    .introduce-product__title{
        font-size: 28px;
    }
}
@media (max-width: 786px) {
    .value-box__img img {
        width: 50px;
        margin-right: 10px;
    }
    .value-box-text h4 {
        font-size: 16px;
    }
    
    .item-images-abuml {
        width: calc(100% / 2);
    }
    .model-butifull-mers {
        display: block;
        height: unset;
    }
    
    .item-left-texts {
        width: 100%;
        padding: 30px 30px 30px 30px;
    }
    
    .item-nhanhang-rights-mes {
        width: 100%;
        height: unset;
    }

    .introduce-product__img{
        text-align: center;
    }
    .introduce-product__img img{
        height: 300px;
     margin: 20px auto;
    }
}
@media (max-width: 586px) {
    section.introduce-product .row {
        width: 100%;
        padding-top: 0px;
    }
    
    .item-slicks-camnhan-pages {
        padding: 10px 0px 30px;
    }
    
    .box-butifull {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    
    .box-slider-camnhankh {
        padding: 20px;
    }
    
    .title-desc-content-camnhan p {
        width: 100%;
    }

    .btn-Gallery a {
        font-size: 16px;
        width: 174px;
        height: 50px;
        line-height: 50px;
    }
    
    .introduce-product-box.introduce-product-box--left {
        flex-direction: unset;
    }
    .introduce-product-box--left.introduce-product-box:nth-child(2) {
        margin-right: 0px;
    }
    .introduce-product-box--left .introduce-product-left {
        margin-left: 0px;
        margin-right: 20px;
    }
    .introduce-product__title,
    .introduce-product-right .desc p{
        text-align: left;
    }
    .introduce-product-box:nth-child(2) {
        margin-left: 0px;
    }
    .introduce-product .row .clm:nth-child(1){
        margin-bottom: 15px;
    }
    .introduce-product .row .clm:nth-child(3){
        margin-top: 15px;
    }
    .bg-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
      }
}

.img-prd-st{
    opacity: 0;
}