@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color_main: rgb(22, 93, 196);
    --color_sub: rgb(98, 183, 69);

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    background-color: #fff !important;
}

img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.desc-gioithieu {
    font-size: 14px;
    color: #444;
}

.title-gioithieu {
    font-size: 22px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: center;
    color: #0a4e8f;
}

.img_header_home {
    margin-top: 8px;
}


.desc-gioithieu {
    text-align: justify;
}

.gioithieu {
    padding-top: 50px;
    padding-bottom: 50px;
}

.link-lienket {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}

.link-lienket a {
    display: flex;
    width: 30px;
    height: 30px;
    background: rgb(22, 93, 196);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.content-customers_sayslider {
    max-width: 753px;
    margin: 0 auto 30px;
}

a.more-gioithieu {
    font-size: 15px;
    background: transparent;
    padding: 8px 22px;
    border-radius: 30px;
    color: #7ac044;
    margin-top: 20px;
    border: 1px solid #7ac044;
    display: inline-block;
    font-weight: 600;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.item-distribution {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    align-items: center;
}

.whychoose {
    border-top: 5px solid rgb(98, 183, 69);
    /* border-bottom: 5px solid rgb(98, 183, 69); */
    background-color: rgb(29, 56, 104);
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(0deg, rgba(40, 56, 145, 1) 0%, rgba(16, 117, 188, 1) 99%);
}

.title-ss h3 {
    color: #7ac044;
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-align: center;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
}

.title-ss {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-ss .line-title-right,
.title-ss .line-title-left {
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    height: 2px;
    background: #fff;
    opacity: .1;

}

.item-whychoose {
    text-align: center;
}

.item-whychoose img {
    max-width: 145px;
}

.info-whychoose {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}

.info-whychoose h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: ORANGE;
}

.info-whychoose p {
    margin-bottom: 10px;
}

.row-whychoose {
    max-width: 85%;
    flex-basis: 85%;
    row-gap: 60px;
}

.content-whychoose {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.content-whychoose .img {
    min-width: 120px;
    text-align: center;
}

.row-col-customers {
    /*display: flex;
    flex-wrap: wrap;*/
}

.info-sanpham {
    text-align: center;
    background-color: #eee;
    padding: 15px;
}

.col-customers {
    width: calc(30%);
}

.sanphamvang {
    padding: 40px 0;
}

.content-whychoose .img img {
    width: 128px;
}

#whychoose-distribution .content-whychoose {
    display: block;
}

.video img {
    aspect-ratio: 1/0.7;

}

.item-health_product .video a {
    position: relative;
    display: block;
}

.item-health_product .video a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
}

.item-health_product .video a i {
    font-size: 30px;
    transform: translateX(3px);
}

.item-health_product .video a>span {
    background: transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 54px;
    height: 54px;
}

.item-news .box-news img {
    aspect-ratio: 1/0.8;
}

#whychoose-distribution {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/bg_whychoose.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
}

.star-distribution i {
    color: #7ac044;
}

h3.title-distribution {
    color: #0a4e8f;
    font-size: 17px;
    font-weight: bold;
    padding-top: 5px;
}

.desc-distribution {
    text-align: justify;
    color: #444;
    font-weight: 400;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 23px;
}

.company-distribution {
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}


.company-distribution .star-distribution {
    font-size: 20px;
}

.info-distribution {
    padding-top: 9px;
}

.item-distribution .img img {
    border-radius: 999px;
    /* width: 300px */
    ;
}

.title-ss-sub {
    color: #444;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.img_header_home {
    text-align: center;
}

.certifications-awards {
    padding: 40px;
    padding-bottom: 40px;
}

.title-ss .line-title-right,
.title-ss .line-title-left {
    background: currentColor;
}

.content-awards>.row {
    justify-content: center;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

.health-product {
    background-color: rgb(255, 253, 241);
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(29, 56, 104);
}

.item-health_product {
    padding-bottom: 17px;
    text-align: center;
}

.item-health_product a.more-gioithieu {
    margin-top: 30px;
}

.content-health_product {
    padding-top: 30px;
}

.col-health_product {
    border-left: 1px solid #ececec;
}

.col-health_product-t {
    padding: 0 5px;
}

.customers-say {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/bg_fixback.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-news ul li button,
.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

.content-news ul li .active .bg_boder {
    border: 1px solid #6bac1c;
}

.content-news ul li .active span {
    color: #000;
}

.NEWS-KNOWLEDGE .content-news>ul {
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.nav-tabs {
    border-bottom: 0;
}

.item_fixback,
.item_fixback .item {
    display: flex;
}

.customers-say .title-ss h3 {
    color: #fff;
}

.customers-say .title-ss-sub {
    color: #fff;
}

.item_fixback .item {
    justify-content: space-between;
    padding: 15px;
}

.text_fixback p {
    font-size: 14px;
}

.text_fixback p:nth-child(1) {
    font-style: italic;
    margin-bottom: 15px;
}

.item_fixback .item .text_fixback {
    width: 80%;
    background: rgba(68, 121, 52, 0.64);
    padding: 15px;
    border-radius: 7px;
    color: #fff;
}

.item_fixback .item .img img {
    width: 78px;
    height: 78px !important;
    border-radius: 100%;
}

.customers-say .slick-prev,
.customers-say .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid #0b5091;
    transition: all .3s all;
}

.video_fixback {
    margin-top: 60px;
}

.content_video {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.content_video .item {
    width: calc(100% / 3);
    padding: 0 10px;
}

.content_video .item iframe {
    height: 208px;
    width: 100%;
}

.customers-say .slick-prev:hover,
.customers-say .slick-next:hover {
    background-color: #fff;
    border: 1px solid #fff;

}

.fade:not(.show) {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}

.wapper-customers_say button {
    z-index: 10;
}

.wapper-customers_say button>i {
    font-size: 25px;
    color: #000;
}

.all_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    height: 340px;
}

.all_content .item {
    width: 278px !important;
    padding: 0 5px;
}

.timhieuthem {
    text-align: center;
}

.timhieuthem a {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #6bac1c;
    border-radius: 40px;
    color: #7ac044;
}

.one img {
    width: 100%;
    height: 200px !important;
}

.img.image_one img {
    border-radius: 0.375rem;
    width: 100%;
    height: 362px;
}

.content_tab_noibat .slick-list {
    width: 100%;
}

.content_tab_noibat .slick-track {
    width: 4448px !important;
}

.content_tab_noibat .all_content .item a .text h2 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
    margin-top: 15px;
}

.all_content .item a {
    border-radius: 7px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: block;
    padding: 12px;
    background-color: #fff;
}

.content-customers_say {
    padding-bottom: 30px;
    padding-top: 15px;
}

.col-customers-say {
    /* border-left: 1px solid #ececec; */
    text-align: center;
}

.col-customers-say a.more-gioithieu {
    padding: 10px 20px;
    margin-top: 10px;
}

.col-customers {
    padding: 0 5px;
}

.col-customers:first-child {
    border: none;
}

.col-health_product:first-child {
    border: none;
}

.NEWS-KNOWLEDGE {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f9fafb;
}

.info-news {
    text-align: center;
    padding-top: 15px;
    /* padding-right: 10px;
    padding-left: 10px; */
}

.gia-sanpham {
    font-size: 16px;
}

.info-sanpham .name-sanpham {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-sanpham img {
    aspect-ratio: 1/1;
}

.img-sanpham {
    background: #fff;
    border-radius: 5px;
}

.info-sanpham button.muangay {
    border: none;
    padding: 3px 20px;
    border: 1px solid #6bac1c;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #6bac1c;
    border-radius: 5px;
}

.info-sanpham .gia-sanpham .new-price {
    font-size: 17px;
    color: #f00;
    font-weight: 600;
}

.info-sanpham {
    text-align: center;
}

.info-news h3.post-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

.info-news .is-divider {
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 0 auto;
    width: 100%;
    max-width: 30px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 2px;
}

.info-news .desc {
    font-size: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-news a {
    font-size: 13px;
    border: 2px solid #007bff;
    display: inline-block;
    padding: 3px 8px;
    font-weight: bold;
}

.wapper-news {
    /* margin-left: -10px;
    margin-right: -10px; */
}

.content-awards .img {
    margin-bottom: 15px;
}

.item-news {
    padding: 0 10px;
}

.slick-prev,
.slick-next {
    z-index: 10;
    background: transparent;
    color: #000;

}

.slick-blog-news .item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.slick-prev i,
.slick-next i {
    font-size: 25px;
    color: #0b5091;
}

.wapper-news button i {
    font-size: 25px;
    color: #0b5091;

}

ul {
    padding-left: 0;

}

ul li {
    list-style: none;
}

ul.tab-media {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.tab-media .item-tab {
    font-size: 17px;
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
    color: #737373;
}

.bg_boder {
    position: absolute;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(12deg) rotate(-12deg);
    border-radius: 5px;
}

.tab-media .active .bg_boder {
    border: 1px solid #6bac1c;
}

.tab-media .active {
    color: #000;
}

.content-media {
    margin-top: 30px;
}

.media {
    background-color: #f3f4f6;
    padding: 40px 0;
}

.tab-media .active.item-tab::before {
    opacity: 1;
}

.box-media {
    padding-bottom: 20px;
}

.box-media img {
    aspect-ratio: 1/1;
}

.wapper-media {
    /* margin-left: -5px;
    margin-right: -5px; */
}

.item-media {
    padding: 0 5px;
}

.tab-content-media {
    padding-top: 30px;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.tab-content-media.active {
    opacity: 1;
}

.wapper-content {
    position: relative;
}

#tab-media-1 {
    position: static;
}

.shop-system {
    padding-top: 20px;
    padding-bottom: 30px;
}

.box-showroom-right {
    font-size: 15px;
}

.box-showroom-left {
    padding-right: 20px;
}

.box-showroom {
    margin-top: 20px;
}

.box-showroom-right p {
    margin-bottom: 5px;
}

.title-form-contact h3 {
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    color: #5c2200;
    font-weight: bold;
    padding-top: 10px;
}

.form-contact-tr .img_header_home {
    margin-bottom: 20px;
}

.dress_map {
    margin-top: 30px;
}

.contact-consultants {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/bg_whychoose.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    padding: 40px 0;
}

.form-contact-tr form {
    padding: 1.5rem;
    border-radius: 0.375rem;
    border-bottom: 4px solid #0a4e8f;
    background-color: #0a4e8f;
}

.dv-form {
    margin-bottom: 18px;
}

.dv-form input {
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all 0.3s;
    height: 40px;
    font-size: 14px;
}

.dv-form textarea {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5715;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}


.dv-form textarea {
    min-height: 32px;
    text-overflow: ellipsis;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5715;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
}

.btn-form button {
    color: #fff;
    border: 1px solid transparent;
    border-color: #f59e0b;
    background: #f59e0b;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 40px;
    padding: 6.4px 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: all .3s;
    font-weight: 400;
}

.slick-slide {
    height: auto;
}

.sanphamnoibat {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pc__active {
    display: block;
}

.pc__hidden {
    display: none;
}

.box__product__home {
    box-shadow: rgb(0, 0, 0) 0px 0px 30px -15px;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 30px;
}

.title-text .heading:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background: #d29500;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.title-text .heading {
    color: #06515a;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800 !important;
    background: linear-gradient(to bottom, #06515a, #4f9f61c4);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 74px;
}

.timhieuthem a {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #06515a;
    border-radius: 40px;
    color: #06515a;
}

a.more-gioithieu {
    font-weight: 900;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #06515a;
    border-radius: 40px;
    color: #ffffff;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
    background: linear-gradient(#008d40, rgb(0 76 42));
    margin-bottom: 20px;
}

.desc-gioithieu {
    color: #00582a !important;
    font-weight: 600 !important;
}

a.more-gioithieu:hover {
    color: #ffffff !important;
}

.content-news ul li .active .bg_boder {
    border: 1px solid #06515a;
}

.content-news ul li .active span {
    color: #06515a;
    font-weight: 600;
}

.bg_boder {
    position: absolute;
    border: 1px solid #938d8d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 25px;
}

.item-tab {
    color: #06515a;
    font-weight: 600;
}

.tab-media .active .bg_boder {
    border: 1px solid #06515a;
}

.tab-media .active {
    color: #06515a;
    font-weight: 600;
}

.info-sanpham button.muangay {
    border: none;
    padding: 3px 20px;
    border: 1px solid #257642;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #06515a;
    border-radius: 5px;
}

.info-sanpham .gia-sanpham .new-price {
    font-size: 17px;
    color: #d29500;
    font-weight: bold;
}

.info-sanpham .name-sanpham {
    text-align: center;
    font-size: 16px;
    color: #06515a;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slick-prev {
    border-radius: 30px;
    background: #06515a;
    font-weight: bold;
}

.slick-arrow {
    font-weight: bold;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 3px;
    background: #fff !important;
    color: #377dff;
    line-height: 30px;
    opacity: 0 !important;
}

.slick-arrow i {
    color: #fff;
    font-weight: bold;
}

a:focus,
a:hover {
    color: #f48b4e;
}

.sec-trainghiem>.container {
    max-width: 1200px;
}

.title_top {
    text-align: center;
    /* font-family: 'HLT Windsong', sans-serif; */
    margin-bottom: 0;
    font-size: 72px;
    color: #082e55;
}

.sec-trainghiem .heading {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
    line-height: 45px;
    max-width: 750px;
    margin: auto;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 45px;
}

.title__product {
    margin-top: 15px;
    text-align: center;
}

.title__product img {
    width: 190px
}

.sec-trainghiem .heading span {
    font-size: 35px;
    background: linear-gradient(to bottom, #b58000, #ffe4a2);
    -webkit-background-clip: text;
    color: transparent;
}

/* .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    } */
.sec-trainghiem .item {
    padding-bottom: 0;
}

.sec-trainghiem .box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.sec-trainghiem .box .box-image {
    width: 275px;
}

.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.sec-trainghiem .box .box-image img {
    width: 100%;
    padding-top: 3.2em;
    height: auto;
}

.box-image img {
    object-fit: cover;
    height: auto;
    width: 100%;
}

.sec-trainghiem .box .box-content {
    width: calc(100% - 275px);
}

.sec-trainghiem .box .box-content .price {
    background-position: 105px 0;
    background-size: 170px;
    padding-bottom: 40px;
    width: 100%;
    padding-top: 35px;
    background-image: url(../images/bg_price.png);
    background-repeat: no-repeat;
}

.sec-trainghiem .box .box-content .price .devvn_suffix {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #999;
}

.sec-trainghiem .box .box-content .price .devvn_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: #06515a;
}

.devvn_content p {
    font-size: 14px;
    color: #999;
    max-height: 54px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.devvn_content button {
    font-size: 14px;
    text-transform: unset;
    color: #08471e;
    max-width: 128px;
    width: 100%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    padding: unset;
    min-height: unset;
    margin: 20px 0 24px 0;
    border: 1px solid #e1e1e1;
    border-radius: 99px;
    letter-spacing: 0;
    font-weight: 400;
}

.sec-trainghiem .devvn_icon_title {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    border-top-right-radius: 18px;
    overflow: hidden;
    border-bottom-left-radius: 18px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.devvn_icon_title .stt {
    font-size: 36px;
    font-weight: 700;
    width: 80px;
    text-align: center;
    position: relative;
    height: 64px;
    line-height: 64px;
    display: block;
    color: #fff;
    background: #033213;
}

.devvn_icon_title span.stt:before {
    content: "";
    display: block;
    border-width: 32px 12px 32px 12px;
    border-style: solid;
    border-color: transparent transparent #033213 #033213;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 100%;
}

.devvn_icon_title .title {
    width: calc(100% - 20px);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #90278e;
    color: #fff;
    background-image: linear-gradient(to right, #c72274, transparent);
    padding-left: 19px;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    border: unset;
    letter-spacing: 0;
    margin: 0;
    background-color: #033b16;
    background-image: linear-gradient(to right, #218644, transparent);
}

.slick-dots {
    display: none !important;
}

.slide .slick-arrow {
    display: none !important;
}

.btn-form button {
    color: #fff;
    border: 1px solid transparent;
    border-color: #d29500;
    background: #d29500;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 40px;
    padding: 6.4px 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: all .3s;
    font-weight: bold;
}

.form-contact-tr form {
    padding: 1.5rem;
    border-radius: 0.375rem;
    border-bottom: 4px solid #5fa470;
    background-color: #36844f;
}

#gioithieu-background {
    background-image: url('{{ asset(' /frontend/images/background-gioithieu.jpg') }}');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-text {
    text-align: center;
    background: linear-gradient(to bottom, #06515a, #12b236);
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

.popup-footer {
    justify-content: center;
}

.popup-footer input {
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #111;
}

.popup-footer button {
    background: #118d40;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.popup-footer button:focus {
    color: #fff;
    background-color: #118d40;
    border-color: #118d40;
    box-shadow: none;
}

.popup-footer button:hover {
    color: #fff;
    background-color: #118d40;
    border-color: #118d40;
    box-shadow: none;
}

.popup-header button {
    right: 5px;
    color: #174832;
    font-size: 30px;
}

.popup-header button:focus {
    outline: none;
}

button.slick-prev.slick-arrow {
    left: 10px;
}

button.slick-next.slick-arrow {
    right: 10px;
}

.slideshow-banner.slide-1:hover .slick-arrow {
    opacity: 1 !important;
}






.slick-arrow svg {
    width: 15px;
    height: 15px;
    margin-top: -6px;
}


section.service-section {
    background: #fff;
}

.single-service.single-service2 {
    /* background: #fff; */
    padding: 20px 20px 20px;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-service.single-service2 {
    padding: 10px 10px 10px;
}

.single-service img {
    height: auto;
    width: 45px;
    margin-bottom: 0;
}

.single-service.single-service2 .content {
    flex: 1;
    text-align: left;
    margin-left: 15px;
}

.single-service.single-service2 .content p {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
}

.single-service.single-service2 {
    display: flex;
    align-items: center;
}

.single-service.single-service2 .content h6 {
    font-weight: 600;
    font-size: 15px;
}

section.service-section .text-muted {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: unset;
    text-align: justify;
    color: #333;
    font-weight: 400;
}

section.service-section .clm {
    margin-bottom: 15px;
}













.deal-of-day-section {
    padding-top: 15px;
    padding-bottom: 0px;
    background: #fff;
}

.section-title h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
}

.section-title h2::before {
    position: absolute;
    content: '';
    height: 0;
    width: 100%;
    bottom: -2px;
    left: 0;
    background: #de2c27;
}

.section-title {
    border-bottom: 2px solid rgba(0, 0, 0, .06);
    padding: 10px 15px 7px 0;
}

.section-title .right_link {
    color: #fff;
    margin-left: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 500;
}
.section-title .right_link svg path{
    fill: white;
}
.countdown.countdown-alt {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    background: #de2c27;
    padding: 3px 20px 6px;
    border-radius: 50px;
}

.deal-of-day-section .countdown span {
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: auto;
    padding: 0;
    border-radius: 0;
    margin-right: 3px;
    font-size: 14px;
}

.deal-of-day-section .countdown span small {
    display: inline-block;
    background: none;
    color: #fff;
    margin-top: 0px;
    padding: 0;
    margin-left: 3px;
}

.section-title .right_link svg {
    width: 14px;
    height: 14px;
    margin-top: -4px;
}

.popular-category-slider {
    padding: 0;
    padding: 0px;
    border-radius: 0 0 5px 5px;
}

.product-card {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.product-card .product-thumb {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    position: relative;
}

.product-card .product-thumb>img {
    display: block;
    width: 100%;
    padding:10px;
    transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.product-card .product-button-group {
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.product-card .product-card-body {
    padding: 15px 15px 10px;
    text-align: center;
}

.product-card .product-category {
    width: 100%;
    margin-bottom: 6px;
    font-size: 13px;
}

.product-card .product-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.product-card .product-category>a {
    transition: color .2s;
    color: #999;
    text-decoration: none;
}

.product-card .product-title>a {
    transition: color .3s;
    color: #232323;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: unset !important;
    height: unset;
    font-weight: 600;
}

.product-card .rating-stars {
    display: block;
    margin-bottom: 5px;
}

.rating-stars>i {
    display: inline-block;
    margin-right: 2px;
    color: #777;
    font-size: 12px;
}

.product-card .product-price {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #de2c27;
}

.owl-item-slick-deals {
    padding: 5px;
}

.product-card .product-button-group .product-button {
    height: 35px;
    width: 35px;
    line-height: 36px;
    color: #fff;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 0px #0000000f;
    margin: 0px 4px;
    background: #de2c27;
    z-index: 999;
}


.slider-item:hover .product-button-group {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.slider-item:hover {
    border-radius: 0;
    box-shadow: 0;
}


.box-deals-slicks .slick-arrow {
    opacity: 1 !important;
}

.box-deals-slicks .slick-arrow {
    background: #f5f6f9;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 0;
    border-radius: 50px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .13);
}

.box-deals-slicks .slick-arrow svg {
    margin-top: -12px;
    transform: rotate(185deg);
}

.box-deals-slicks .slick-custom-arrow.slick-next.next-product-lq-slick.slick-arrow svg {
    transform: rotate(358deg);
}


.box-deals-slicks .slick-custom-arrow.slick-next.next-product-lq-slick.slick-arrow {
    right: -10px;
}

.box-deals-slicks .slick-prev.slick-arrow {
    left: -7px;
}

.bannner-section {
    background: #fff;
}

a.genius-banner img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

a.genius-banner:hover img {
    transform: scale(1.1);

}

a.genius-banner:hover {
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a.genius-banner {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fff;
}

.slider-item {
    border: 0;
    border-radius: 10px;
    padding: 0px;
}

.list-tabs-clothing ul {
    display: flex;
}

.list-tabs-clothing ul li {
    margin-left: 20px;
    position: relative;
    font-size: 15px;
}

.product-card .product-badge.product-badge2 {
    left: auto;
    right: 0;
    border-radius: 9px 0 0 30px;
    padding: 0 10px 0 12px;
    background: #de2c27 !important;
}

.product-card .product-badge {
    top: 15px;
    left: 0;
    border-radius: 0 9px 30px 0;
    padding: 0 12px 0 10px;
}

.product-badge {
    position: absolute;
    height: 24px;
    padding: 0 14px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 24px;
    white-space: nowrap;
    z-index: 9;
}

.box-tabs-deals .popular-category-slider {
    /* opacity: 0;
    visibility: hidden;
    height: 0px; */
    padding: unset;
    margin-bottom: 10px;
}
.box-tabs-deals .popular-category-slider .slider-item{
    padding: 0px;
    border: solid 1px #BF953F5E;
    margin: 10px 0px;
}
.box-tabs-deals .popular-category-slider.active {
    opacity: 1;
    visibility: visible;
    height: unset;
    padding-top: 20px;
}


.bannner-section.flash-sale .genius-banner img {
    width: 100%;
    height: 100%;
}

.bannner-section.flash-sale .genius-banner {
    width: 100%;
}


section.flash-sell-area {
    background: #fff;
    padding-top: 20px;
}

section.flash-sell-area .section-title {
    margin-bottom: 10px;
}

section.flash-sell-area .product-thumb-images {
    width: 40%;
    margin-right: 15px;
}

section.flash-sell-area .product-card {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: space-between;
    padding: 4px;
}

section.flash-sell-area .slider-item {
    margin-bottom: 0px;
}

.product-card-body-tion h3 a {
    transition: color .3s;
    color: #232323;
    text-decoration: none;
    font-size: 14px;
    height: 37px;
    display: block;
    font-weight: 500;
    line-height: 18px;
}







.newproduct-slider .slick-custom-arrow.slick-next.next-product-lq-slick.slick-arrow {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 0;
    border-radius: 50px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .13);
    z-index: 9999999;
    opacity: 1 !important;
    top: -29px;
}

.newproduct-slider .slick-custom-arrow.slick-next.next-product-lq-slick.slick-arrow svg {
    width: 15px;
    height: 15px;
    fill: #000;
    margin-top: -12px;
}

.newproduct-slider .box-fations-sell {
    position: relative;
}

.newproduct-slider .slick-custom-arrow.slick-prev.prev-product-lq-slick.slick-arrow {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 0;
    border-radius: 50px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .13);
    z-index: 9999999;
    opacity: 1 !important;
    top: -29px;
    right: 45px !important;
    left: unset;
}

.newproduct-slider .slick-custom-arrow.slick-prev.prev-product-lq-slick.slick-arrow svg {
    margin-top: -11px;
    transform: rotate(180deg);
}






















.slick-blog-news {
    padding-top: 20px;
}

section.block-news {
    background: #fff;
}

.item-blog-news {
    padding: 9px;
}

.image-post {
    position: relative;
    overflow: hidden;
}

.item-blog-news .image-post img {
    display: block;
    width: 100%;
    height: 230px;
}

.item-blog-news .post-date {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    text-align: center;
}

.item-blog-news .post-date .date {
    text-transform: uppercase;
    font-size: 15px;
    color: #111;
    font-weight: 700;
    display: block;
    margin-top: 0px;
    line-height: 1.1;
}

.date {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.item-blog-news .post-date .month {
    color: #555;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

.block-news .info-post {
    padding: 10px;
}

.block-news .post-title {
    margin-bottom: 9px;
    background: none;
    height: unset;
    padding: unset;
}

.block-news .post-title a {
    font-size: 18px;
    font-weight: 600;
    transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    text-align: center;
}

.post-short-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: justify;
}


.list-tabs-clothing ul li.active a {
    color: #de2c27;
}







h4.product-price del {
    margin-right: 5px;
    color: #999;
    font-weight: 400;
    font-size: 14px;
}
.card {
    margin-top: 20px;
}


/* tintuc  */
.fix-feteur-right {
    position: sticky;
    top: 5px;
}

.wrap-content-main.wrap-template-product.template-detail {
    position: relative;
    background: #fff;
}

.image-post-details img {
    border-radius: 15px;
    /* height: 300px; */
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.tag-detail-post {
    border: none;
    border-radius: 10px !important;
}

.blog-post {
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.blog-post .post-thumb {
    display: block;
    overflow: hidden;
}

.blog-post .post-thumb>img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

.blog-post .post-body {}

.post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
}

.post-meta {
    display: block;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.post-meta>li {
    display: inline-block;
    margin-right: 14px;
    color: #505050;
    font-size: 12px;
    cursor: default;
}

.post-meta>li>i {
    margin-top: -1px;
    margin-right: 5px;
    color: #999;
    font-size: 13px;
}

.blog-post .post-body>p {
    margin-bottom: 0;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: unset;
}

.news-detail {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border: 0;
    padding: 20px;
}

.template-detail h1.news-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #11321a;
}

.box-news-right-post-details {
    border: none;
    margin-bottom: 20px;
    border-radius: 10px !important;
}


.box-news-right-post-details .entry {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.box-news-right-post-details .entry .entry-thumb img {
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.box-news-right-post-details .entry .entry-content {
    flex: 1;
}

.box-news-right-post-details .entry .entry-thumb {
    padding-right: 0px;
    width: 80px;
    margin-right: 11px;
}

.box-news-right-post-details .entry .entry-content h4 a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* end tin tuc */

.slideshow-banner .slick-prev.slick-arrow svg {
    transform: rotate(180deg);
}

.owl-stage-outer-slick-sell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-card-body-tion {
    width: 60%;
}

.masp {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

a.buy-now button {
    background: #a97a31 !important;
}

section.tabs-products-details {
    margin-top: 20px;
}

.box-products-lefts img {
    border-radius: 10px;
    object-fit: cover;
}


.slideshow-banner.slide-1 .slideshow__img:before {
    content: "";
    animation: shine 4s infinite;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.slideshow-banner.slide-1 .slideshow__img {
    position: relative;
    overflow: hidden;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

section.tabs-products-details p {
    padding-bottom: 10px;
}

.slideshow__img.animation-img:hover img {
   
}

.slideshow__img.animation-img {
    overflow: hidden;
}

ul.post-meta {
    display: none;
}

.single-service.single-service2:hover img {
    margin-top: -15px;
    transition: 0.5s ease;
    filter: drop-shadow(2px 4px 6px #cdcdcd);
}

.blog-post .post-body>p {
    font-size: 14px;
    text-align: justify;
    color: #666;
    padding: 0px 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    padding-top: 9px;
}

.blog-post .post-thumb>img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

h3.post-title:hover {
    color: #fcb714;
}

.block-news .post-title a {
    font-size: 16px;
}

.btn-mobiles {
    display: none;
}

.pagination {
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #11321a;
}

.swal2-popup {
    width: 25% !important;
}

form.row.subscriber-form button {
    text-transform: uppercase;
}

.item-blog-news:hover .image-post img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.box-products-lefts {
    height: 100%;
}

.box-products-lefts img {
    height: 100%;
}

.deal-of-day-section .group-title {
    background-image: url(../images/bannerthang.png);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    top: -5px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    font-size: 24px;
    background-position-x: center;
    background-size: 650px 100%;
}

.product-body h2 img {
    height: 32px;
    width: 32px;
    margin-right: 7px;
}

.flash-sale .group-title {
    padding: 10px 0px;
}

.flash-sale .group-title img {
    height: 42px;
    width: auto;
    transition: transform 0.8s ease;
    animation: shake 0.8s ease-in-out 0.7s infinite;
    margin-right: 10px;
}

.box_flash {
    background: linear-gradient(to right, #BF953F, #fbf155, #BF953F, #fbf155, #BF953F);
    border-radius: 5px;
}

.flash-sale .group-title p {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.96);
    font-size: 25px;
    font-style: italic;
    padding: 10px 10px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 18px 0 8px;
}

.deal-time-holder {
    display: flex;
    align-items: center;
    border-radius: 18px;
    padding: 5px 0px;
}

.deal-time-holder span {
    font-size: 15px;
    color: black;
}

#js-deal-countdown {
    display: flex;
}

.deal-time-holder b {
    background: linear-gradient(0deg, rgb(205, 8, 20) 0%, rgba(230, 9, 22, 0.63) 100%);
    height: 35px;
    width: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
    position: relative;
    margin-left: 6px;
    font-size: 16px;
    margin-right: 5px;
}

.deal-time-holder b:not(:last-child):after {
    content: ':';
    position: absolute;
    right: -7px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.deal-hot-body {
    background: linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
    margin: 46px 0 16px;
    border-radius: 15px;
    padding: 40px 16px 20px;
    position: relative;
}

@keyframes shake {

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

    25%,
    75% {
        transform: scale(1.2) rotate(5deg);
    }

    50% {
        transform: scale(1.2) rotate(-5deg);
    }
}

.box-fations-sell {
    background: #eee;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}








.item-operate.desktop {
    display: flex;
}


.abouts {
    background: url(../images/gt2.jpg);
}

@media (max-width:991px) {
    .item-operate.desktop {
        display: none;
    }
    .swal2-popup {
        width: unset !important;
    }

    .product-card .product-card-body {
        padding: 5px;
    }

    .product-card .product-category {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom.custom-btn-number.show {
        display: flex;
        align-items: center;
    }

    .layout-product .input_number_product {
        margin-left: 10px;
    }

    a.genius-banner img {
        width: 100%;
        display: block;
    }

    a.genius-banner {
        width: 100%;
    }

    .title-detail-right h3 {
        font-size: 21px;
        font-weight: 700;
        line-height: 27px;
    }

    .price-products-tion span {
        font-size: 21px;
    }

    .layout-product .button_actions {
        width: 100% !important;
        margin-top: 15px;
    }


    .promotion_wrapper {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    section.box-deals-slicks .section-title {
        display: block;
        border: none;
    }

    section.box-deals-slicks .section-title ul {
        padding-top: 0px;
    }

    section.block-news {
        padding-top: 15px;
    }

    .deal-of-day-section {
        padding-bottom: 0px;
    }

    h4.product-price del {
        display: block;
    }

    .btn-mobiles {
        display: block;
    }

    a.right_link.link-desktop {
        display: none;
    }

    .btn-mobiles a svg {
        width: 15px;
        height: 15px;
    }

    .btn-mobiles .right_link {
        display: inline-flex;
        align-items: center;
        padding: 5px 20px;
        background: #f00;
        border-radius: 5px;
        color: #fff;
    }

    .btn-mobiles {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 15px;
    }

    .btn-mobiles .right_link svg {
        fill: #fff;
    }

    .btn-mobiles .right_link svg path {
        fill: #fff;
    }



    section.flash-sell-area .slider-item {
        width: 49%;
        float: right;
        margin: 3px;
    }

    .content_form {
        margin-top: 30px;
    }

    .tab-content-media {
        padding-top: 20px;
    }

    .box-showroom {
        margin-top: 10px;
    }

    .logo-footer {
        width: 200px;
    }

    .box-gioithieu {
        margin-bottom: 15px;
    }

    .gioithieu {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .row-whychoose {
        max-width: 100%;
        flex-basis: 100%;
        row-gap: 30px;
    }

    .item-whychoose img {
        max-width: 120px;
    }

    .row-distribution {
        /* justify-content: center; */
        row-gap: 30px;
    }

    .certifications-awards {
        padding-right: 0;
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .content-health_product {
        padding-top: 15px;
    }

    .col-health_product {
        border: none;
        margin-bottom: 10px;
    }

    .item-health_product a.more-gioithieu {
        margin-top: 20px;
    }

    .health-product {
        padding-bottom: 0;
    }

    .content-customers_say {
        padding-bottom: 20px;
    }

    .box-showroom-left {
        padding-right: 0;
    }

    .contact-consultants {
        padding-bottom: 35px;
    }

    .title-form-contact h3 {
        font-size: 20px;
    }

    .blog-post {
        margin-bottom: 10px;
    }

    .news-detail {
        padding: 5px;
    }
}

@media (max-width:767px) {
    .list-tabs-clothing ul li {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }

    .list-tabs-clothing ul {
        overflow-x: scroll;
        padding-top: 15px;
    }

    .section-title h2 {
        display: inline-block;
    }

    .section-title {
        display: flex;
        text-align: center;
        /* padding-bottom: 10px; */
    }

    .section-title .right_link {
        display: block;
        padding-top: 10px;
    }

    .box-deals-slicks .section-title h2::before {
        background: none;
    }

    .sec-trainghiem .heading span {
        font-size: 28px;
    }

    .info-distribution {
        text-align: center;
    }

    .sec-trainghiem .heading {
        font-size: 30px;
    }

    .title-text .heading {
        font-size: 30px;
        line-height: 1.3;
    }

    .sec-trainghiem .item {
        padding: 0 7px;
    }

    .box__product__home {
        padding: 10px;
    }

    .pc__active {
        display: none;
    }

    .pc__hidden {
        display: block;
    }

    .gioithieu {
        padding-bottom: 0;
    }

    .title-ss h3 {
        font-size: 20px;
    }

    .row-whychoose {
        row-gap: 20px;
    }

    .info-whychoose h3 {
        font-size: 14px;
    }

    .info-whychoose {
        font-size: 14px;
    }

    .whychoose {
        padding-bottom: 20px;
    }

    #whychoose-distribution {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .certifications-awards {
        padding-bottom: 0;
    }

    .content-health_product {
        padding-bottom: 15px;
    }

    .sanphamnoibat {
        padding-top: 30px;
        padding-bottom: 10px;
    }

}

@media (max-width:575px) {
    .col-health_product {
        padding: 0 5px;
    }

    .row-health_product {
        margin-left: -5px;
        margin-bottom: -5px;
    }

    .item-health_product .video a i {
        font-size: 25px;
    }

    a.more-gioithieu {
        font-size: 13px;
        /*background: rgb(22, 93, 196);*/
        padding: 5px 15px;
        border-radius: 30px;
        color: #fff;
        margin-top: 0px;
        margin-bottom: 15px;
        display: inline-block;
        font-weight: 600;
    }

    .item-health_product .video a>span {
        width: 45px;
        height: 45px;
    }

    .col-xl-2dot4 {
        padding: 0 5px;
    }

    .baner-img img {
        height: 200px;
    }

    .item-whychoose img {
        max-width: 85px;
    }

    .title-gioithieu {
        margin-bottom: 5px;
    }

    .whychoose {
        padding-top: 25px;
    }

    .content-whychoose {
        padding-top: 10px;
    }

    .title-ss h3 {
        font-size: 18px;
    }

    .row-distribution {
        justify-content: center;
        row-gap: 25px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-distribution>* {
        padding: 0 5px;
    }

    .company-distribution {
        padding-top: 8px;
    }

    .content-awards>.row {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .certifications-awards {
        padding-top: 20px;
    }

    .col-whychoose {
        padding: 0 5px;
    }

    .row-whychoose {
        margin-right: -5px;
        margin-left: -5px;
    }

    .health-product {
        padding-top: 25px;
    }

    .item-health_product a.more-gioithieu {
        margin-top: 10px;
    }

    .content-health_product {
        padding-bottom: 0;
    }

    .customers-say {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .slick-prev {
        left: -17px;
    }

    .slick-next {
        right: -10px;
    }

    .content-customers_say {
        padding-top: 0px;
    }

    .col-customers-say a.more-gioithieu {
        margin-top: 0;
    }

    .dv-form textarea {
        min-height: 100px;
    }

    .box-media {
        padding-bottom: 0px;
    }

    .tab-content-media {
        /* padding-top: 0; */
    }

    .NEWS-KNOWLEDGE {
        padding-bottom: 25px;
    }

    .shop-system {
        padding-bottom: 15px;
    }

    .title-gioithieu {
        font-size: 20px;
    }

    .doitac button.slick-prev {
        left: -10px;
    }

    .doitac button.slick-next {
        right: 0;
    }

    h3.title-distribution {
        margin-bottom: 0;
        margin-top: 0;
    }

    .item-distribution .img img {
        width: 150px;
    }

    .item-distribution {
        gap: 0px;
        flex-direction: column;
    }

    .row-awards {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-awards .col-awards {
        padding: 0 5px;
    }

    .content-awards .img {
        margin-bottom: 10px;
    }

    .tab-media .item-tab {
        white-space: nowrap;
    }
}

@media(max-width:350px) {
    .col-customers-say a.more-gioithieu {
        padding: 10px 14px;
        font-size: 13px;
    }

    .item-news {
        padding: 0;
    }

    ul.tab-media {
        gap: 0;
        max-width: 100%;
        overflow-x: scroll;
        justify-content: space-between;
    }

    .tab-media .item-tab {}

    .group-title p {
        max-width: 100%;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1464px;
        padding: 0 32px;
    }
}
@media (max-width: 992px){
  .images-gif-banner img {
    max-width: 100% !important;
    max-height: 100% !important;
}
    .aboutus_in {
        flex-wrap: wrap;
    }
    .single-service{
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
    }
    .single-service.single-service2 .content h6 {
        /* text-align: center; */
        margin-top: 12px;
    }
    .single-service.single-service2 .content p {
        /* text-align: center; */
      }
      .single-service.single-service2 {
        padding: 3px 10px 3px;
      }
      .slider-item {
        padding: 0px;
      }
}

@media (max-width: 700px) {
    .newproduct-slider .slick-custom-arrow.slick-next.next-product-lq-slick.slick-arrow {
        top: 50%;
    }

    .newproduct-slider .slick-custom-arrow.slick-prev.prev-product-lq-slick.slick-arrow {
        left: 0;
        top: 50%;
    }

    section.flash-sell-area .slider-item {
        width: 100%;
    }

    .box-fations-sell {
        padding-top: 25px;
    }

    .sec-trainghiem .box .box-image {
        width: 145px !important;
        max-width: 145px !important;
        margin: 0px;
    }
}

@media(max-width: 574px) {

    .devvn_icon_title .title {
        padding-left: 30px !important;
        text-overflow: ellipsis;
        display: block;
    }

    .devvn_icon_title .stt {
        width: 50px !important;
    }

    .devvn_icon_title .title {
        width: 100% !important;
    }

    .devvn_icon_title .stt {
        font-size: 30px !important;
    }
}

@media(max-width: 360px) {
    .sec-trainghiem .box {
        flex-direction: column;
    }

    .sec-trainghiem .box .box-content .price .devvn_suffix {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
        color: #999;
        width: 100px;
    }

    .devvn_content button {
        width: 100px !important;
    }

    .devvn_icon_title .stt {
        width: 50px !important;
    }

    .devvn_icon_title .title {
        width: 100% !important;
    }

    .devvn_icon_title .title {
        padding-left: 25px !important;
        font-size: 14px !important;
        text-overflow: ellipsis;
        display: block;
    }
}

.sec-trainghiem .box .box-image {
    width: 275px;
}

.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.swal2-actions button {
    font-size: 15px !important;
    padding: 6px 30px;
}
.box-products-list .home-sale__box {
    background: none;
}
.breadcrumbs.clearfix {
    background: #e9e9e9;
}

ol.breadcrumb {
    background-color: unset;
}
.box-products-list section.home-sale {
    background: #eee;
    padding-top: 1rem;
}
@media (max-width: 700px) {
  section.blogs table tr td {
    width: 100% !important;
    display: block;
}
    .devvn_content p {
        width: 200px;
    }

    .box-image {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 300px) {
    a.more-gioithieu {
        font-size: 13px !important;
    }
}