:root {
    --color-main: #026C34;
    --color-social: #026C34;
    --color-hover: #026C34;
    --color-text: #026C34;
    --m1:#026C34;
    --m2:#D40911;
    --color-red: #026C34
}

@font-face {
    font-family: "UTM HelvetIns";
    src: url(../fonts/UTMHelvetIns.woff);
    font-weight: 400;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../fonts/SVN-Poppins-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../fonts/SVN-Poppins-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../fonts/SVN-Poppins-Bold.ttf);
    font-weight: 600;
}

.toolbar {
    background: var(--m1);
    width: 100%;
    padding: 0px 15px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: 45px;
    left: 0px;
    display: none
}

.toolbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.toolbar ul li {
    text-align: center;
    width: 25%
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer
}

.toolbar ul li a img {
    height: 20px !important;
    width: auto
}

@-webkit-keyframes ring {
    0% {
        transform: rotate(0)
    }

    5% {
        transform: rotate(30deg)
    }

    10% {
        transform: rotate(-28deg)
    }

    15% {
        transform: rotate(34deg)
    }

    20% {
        transform: rotate(-32deg)
    }

    25% {
        transform: rotate(30deg)
    }

    30% {
        transform: rotate(-28deg)
    }

    35% {
        transform: rotate(26deg)
    }

    40% {
        transform: rotate(-24deg)
    }

    45% {
        transform: rotate(22deg)
    }

    50% {
        transform: rotate(-20deg)
    }

    55% {
        transform: rotate(18deg)
    }

    60% {
        transform: rotate(-16deg)
    }

    65% {
        transform: rotate(14deg)
    }

    70% {
        transform: rotate(-12deg)
    }

    75% {
        transform: rotate(10deg)
    }

    80% {
        transform: rotate(-8deg)
    }

    85% {
        transform: rotate(6deg)
    }

    90% {
        transform: rotate(-4deg)
    }

    95% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(-1deg)
    }

}

@keyframes ring {
    0% {
        transform: rotate(0)
    }

    5% {
        transform: rotate(30deg)
    }

    10% {
        transform: rotate(-28deg)
    }

    15% {
        transform: rotate(34deg)
    }

    20% {
        transform: rotate(-32deg)
    }

    25% {
        transform: rotate(30deg)
    }

    30% {
        transform: rotate(-28deg)
    }

    35% {
        transform: rotate(26deg)
    }

    40% {
        transform: rotate(-24deg)
    }

    45% {
        transform: rotate(22deg)
    }

    50% {
        transform: rotate(-20deg)
    }

    55% {
        transform: rotate(18deg)
    }

    60% {
        transform: rotate(-16deg)
    }

    65% {
        transform: rotate(14deg)
    }

    70% {
        transform: rotate(-12deg)
    }

    75% {
        transform: rotate(10deg)
    }

    80% {
        transform: rotate(-8deg)
    }

    85% {
        transform: rotate(6deg)
    }

    90% {
        transform: rotate(-4deg)
    }

    95% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(-1deg)
    }

}

.shaking {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    animation: ring 4s 0.7s ease-in-out infinite
}

.toolbar ul li a span {
    font-weight: 400;
    color: #ffffff;
    font-size: 10px;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
    bottom: -2px
}

.form-check-input:checked, .form-check-input:focus {
    background-color: var(--m1) !important;
    border-color: var(--m1) !important
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(255 205 32 / 25%) !important
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }

}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%, 30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%, 40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }

}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }

}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0
    }

}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0
    }

}

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

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.about-desc {
    color: #222;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
    margin-bottom: 1rem;
}

.line-clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.w-clear::after {
    content: '';
    position: relative;
    clear: both;
    display: block
}

.hover_xam {
    position: relative;
    overflow: hidden;
    display: block
}

.hover_xam:before {
    content: "";
    background: rgba(255, 255, 255, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 3
}

.hover_xam:after {
    content: "";
    background: rgba(255, 255, 255, .5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2
}

.hover_xam:hover:before, .hover_xam:hover:after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%
}

body {
    font-size: 14px;
    font-family: 'SVN-Poppins', 'Mulish', sans-serif;
    overflow-x: hidden;
    background: #FFF
}

.max-width {
    width: 95%;
    max-width: 1200px;
    margin: 0px auto
}

img {
    max-width: 100%
}

img.intro_thanhtich_bg {
    margin-top: 23px
}

img.img2 {
    width: 112px;
    position: absolute;
    top: 69px;
    right: 0;
    z-index: 1
}

img.img1 {
    height: 237px !important;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 1
}

* {
    box-sizing: border-box
}

.infoGroupItem {
    min-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 15px;
    align-items: center;
}

.infoGroupItem section {
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.infoGroupItem p {
    margin: 0;
    width: 47.226px;
    height: 47.226px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    aspect-ratio: 47.23/47.23;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoGroupItem p i {
    color: #FFF;
    font-size: 1.25rem;
    transform: rotate(45deg);
}

.infoGroup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    align-items: center;
}

.logoft {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tagsNewsList {
    margin: 15px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.tagsNewsList a {
    display: flex;
    padding: 4px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #E6F0EB;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    wercase;
}

.tagsNewsList a:hover {
    border-radius: 5px;
    background: #E6F0EB;
    border-color: #E6F0EB;
}

.tagsNews {
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
    margin-top: 50px;
}

.tagsNews .blog_heading, .tagsNews .blog_heading h2 {
    display: block;
    text-align: left;
    margin: 0;
}

.dateGroupItem {
    width: 55px;
    height: 58px;
    flex-shrink: 0;
    min-width: 55px;
    background: #026C34;
    border: 1px solid #FFF;
    border-radius: 0 0 55px 55px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 275% */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 8px;
    position: relative;
    z-index: 1;
    top: -6px;
}

.dateGroupItem b {
    color: #FFF;
    font-family: "UTM HelvetIns";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 95.652% */
}

.dateGroup {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-top: -15px;
    padding-top: 8px;
    padding-left: 1rem;
    padding-right: 10px;
}

.intro_blog_item a picture {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.registerHeading {
    text-align: center;
    padding-top: 1rem;
}

.registerHeading h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.25);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--Nhn, #D40911);
    font-family: "UTM HelvetIns";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 200% */
    text-transform: uppercase;
    margin: 0;
}

.registerHeading p {
    margin: 0;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
}

.registerPhone {
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.80);
    min-width: 140px;
    height: 50px;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem auto auto;
}

@keyframes blink2 {
    0% {
        color: #ff0000;
        text-shadow: 0 0 10px #ff0000;
    }

    25% {
        color: #00ff00;
        text-shadow: 0 0 10px #00ff00;
    }

    50% {
        color: #0000ff;
        text-shadow: 0 0 10px #0000ff;
    }

    75% {
        color: #ffff00;
        text-shadow: 0 0 10px #ffff00;
    }

    100% {
        color: #ff0000;
        text-shadow: 0 0 10px #ff0000;
    }

}

a.registerPhone span {
    width: 210px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--Nhn, #D40911);
    color: var(--Xm-vin, #F9F9F9);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; /* 280% */
    text-transform: uppercase;
    margin-right: -4px;
}

.registerPhone small {
    color: var(--TIU-TRNG, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 0; /* 350% */
    margin: auto;
}

.newsletter-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

form.form-newsletter.validation-newsletter {
    border-radius: 20px;
    background: #FFF;
    padding: 35px 40px;
}

form.form-newsletter.validation-newsletter p {
    margin-bottom: 15px;
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
}

.wrapDangkyngayGrid {
    display: grid;
    grid-template-columns: 362px 430px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 100px;
}

.wrapDangkyngay {
    padding: 60px 0px;
    background: url(../images/t22.png) top center no-repeat;
    background-size: cover;
}

.quytrinhItem {
    min-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: flex-end;
    gap: 15px;
}

.quytrinhItem picture {
    position: relative;
    z-index: 0;
}

.quytrinhItem picture:before {
    content: '';
    width: 60px;
    height: 60px;
    background: lch(39.53 44.66 148.43 / 10%);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: -22px;
    z-index: -1;
}

.quytrinhItem p {
    margin: 0;
    color: #222;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.quytrinhItem h3 span {
    color: #026C34;
    font-family: "UTM HelvetIns";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 93.333% */
    margin-right: 3px;
}

.quytrinhItem h3 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

.quytrinhList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem 16rem;
    background: url(../images/t26.png) top 16% left 25% no-repeat, url(../images/t26.png) top 16% left 73% no-repeat, url(../images/t28.png) top 52% right 8% no-repeat, url(../images/t27.png) top 89% left 25% no-repeat, url(../images/t27.png) top 89% left 73% no-repeat;
}

.wrapQuytrinh {
    padding: 60px 0px;
    background: url(../images/t8.png) 0 0 no-repeat;
    background-size: cover;
}

.wrapDuanCongtrinh {
    background: #FFF;
    padding: 50px 0px;
}

.wrapVisaonenchonGrid {
    display: grid;
    grid-template-columns: 512px 1fr;
    align-items: flex-start;
}

.wrapVisaonenchon {
    padding: 60px 0px;
    background: url(../images/t9.png) top center no-repeat;
    background-size: cover;
}

.ProductTieuBieu_item a {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
}

.ProductTieuBieu_item a h3 {
    margin: 0;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ProductTieuBieu_item a section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(183deg, rgba(255, 255, 255, 0.00) 37.44%, #1A1A1A 97.86%);
    padding: 30px;
    padding-top: 10rem;
}

.ProductTieuBieu_item a:hover h3 {
    color: var(--Nhn, #D40911);
}

.label2 {
    display: block;
    width: 202.333px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--Chnh, #026C34);
    text-align: center;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: SVN-Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 130.435% */
    text-transform: uppercase;
    position: absolute;
    bottom: 0%;
    right: 6%;
    padding-bottom: 13px;
}

.label2 b {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "UTM HelvetIns";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.label1 {
    display: inline-flex;
    padding: 15px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--Chnh, #026C34);
    color: #FFF;
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    text-transform: uppercase;
    position: absolute;
    top: 22%;
    left: 5%;
    z-index: -1;
}

.intro_quangcao_item {
    padding: 10px;
}

.intro_quangcao_item a {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: block;
    overflow: hidden;
    margin: 0;
}

.intro_quangcao_item a h3 {
    margin: 0;
    color: var(--Text, #222);
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0.5rem;
}

.banner {
    margin-left: 0;
}

.logo {
    position: relative;
    z-index: 0;
}

.content_header {
    height: 100px;
    flex-wrap: nowrap;
}

.social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top_header {
    background: var(--Chnh, #026C34);
}

.top_header p {
    margin: 0;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top_header .wrap-content {
    height: 44px;
    display: flex;
    justify-content: flex-end;
    gap: 150px;
    align-items: center;
}

.table-responsive .table th {
    min-width: 5rem;
}

.AlbumBaiTap {
    max-width: 15rem
}

.AlbumBaiTap {
    display: block
}

.AlbumBaiTap a {
    display: inline-block;
    max-width: 4rem;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    border: 1px solid #ebebeb;
    padding: 3px;
    border-radius: 3px
}

.AlbumBaiTap a img {
    max-width: 56px;
    height: 56px
}

form.form_guibaigiai {
    background: #efefef;
    border-radius: 5px;
    overflow: hidden
}

form.form_guibaigiai section {
    padding: 1rem
}

form.form_guibaigiai h3 {
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    background: var(--m1);
    padding: 1rem
}

.video_mancol_list_item {
    min-width: 100%;
    width: 100%
}

.video_mancol_list_item a h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #2b2b2b
}

.video_mancol_list_item a:hover h3 {
    color: var(--m1)
}

.video_mancol_list_item a {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1rem;
    align-items: flex-start
}

.video_mancol_list {
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    height: 422px;
    overflow-y: auto;
    overflow-x: hidden
}

.video_mancol_heading {
    background: var(--m1);
    color: #FFF;
    padding: 1rem
}

.video_mancol_heading h2 {
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px
}

.video_mancol_box {
    background: #efefef;
    border-radius: 5px;
    overflow: hidden
}

.video_mancol {
    min-width: 100%;
    width: 100%
}

.video_sourceman {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 1rem
}

.product_iteme_embed {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    min-width: 100%;
    width: 100%
}

.product_iteme {
    min-width: 100%;
    width: 100%
}

.product_iteme a {
    display: block;
    width: 100%;
    text-align: center;
    color: inherit;
    border: 1px solid #ebebeb;
    padding: 5px;
    border-radius: 8px
}

.product_iteme a h3 {
    font-size: 1rem;
    margin: 0;
    padding: .75rem 0
}

.intro_blog_grid2 .intro_blog_item {
    min-width: 100%;
    width: 100%
}

.intro_blog_grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
}

.intro_doingu_grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem
}

.intro_doingu_grid2 .intro_doingu_item {
    max-width: 100%;
    min-width: 100%
}

.copyright_ft {
    background: transparent;
    padding: 30px 0px;
}

.copyright_ft .wrap-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.copyright_ft p {
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_socialft {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px
}

.contact_socialft a span {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #0B76B2 0%, #34D2FB 100%);
    display: flex;
    color: #FFF;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 4px
}

.contact_socialft a {
    min-width: 100%;
    border-radius: 5px;
    border: 1px solid #3A3A3A;
    background: rgba(217, 217, 217, 0.00);
    color: #3A3A3A;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    padding: 12px 20px;
    position: relative;
    z-index: 0;
    transition: 0.1s
}

.contact_socialft a:hover {
    background: var(--m1);
    color: #FFF;
    border-color: var(--m1)
}

.contact_socialft a:last-child {
    padding-left: 3rem
}

.cauhoi_wrap_content {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    display: none
}

.cauhoi_wrap_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 10px;
}

.cauhoi_wrap_heading i {
    transition: 0.3s ease all;
    border-radius: 20px;
    border: 1px solid var(--Chnh, #026C34);
    color: var(--Chnh, #026C34);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.cauhoi_wrap_heading h3 {
    margin: 0;
    color: var(--Text, #222);
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    display: flex;
    align-items: center;
    gap: 12px;
}

.cauhoi_wrap_heading h3:hover {
    color: #026c34;
}

.intro_cauhoi_wrap_item {
    min-width: 100%;
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.40);
    overflow: hidden
}

.intro_cauhoi_wrap_item.active .cauhoi_wrap_heading i {
    transform: rotate(180deg);
    border-color: #FFF;
    color: #FFF;
}

.intro_cauhoi_wrap_item.active .cauhoi_wrap_heading {
    border-radius: 0;
    background: var(--Chnh, #026C34);
    color: #FFF
}

.intro_cauhoi_wrap_item.active .cauhoi_wrap_heading h3 {
    color: #FFF;
}

.intro_cauhoi_wrap_item.active .cauhoi_wrap_heading h3 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(2%) hue-rotate(155deg) brightness(104%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(2%) hue-rotate(155deg) brightness(104%) contrast(101%);
    -moz-filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(2%) hue-rotate(155deg) brightness(104%) contrast(101%);
}

.cauhoi_wrap_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.cauhoi_wrap {
    background: url(../images/t7.png) repeat;
    padding-bottom: 50px
}

.cauhoi_heading {
    text-align: center
}

.cauhoi_heading p {
    margin-bottom: 35px;
    color: #1E1E1E;
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.cauhoi_heading h2 {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(180deg, #1BAFDF 0%, #0070C3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px
}

.wrap-content {
    max-width: 1200px;
}

.quangcaoFooter a {
    display: block;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    margin-bottom: 10px;
}

.quangcao_wrap {
    padding: 60px 0px;
    position: relative;
    z-index: 0;
    background: #FFF;
}

.intro_blog_item a section h3 {
    color: #000;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: lowercase;
    margin-bottom: 5px;
}

.intro_blog_item a:hover section h3 {
    color: var(--m1)
}

.intro_blog_item section {
    display: block;
}

.intro_blog_item a section p {
    color: #222;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin: 0;
}

.intro_blog_item a section button {
    color: #2B2B2B;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    gap: 9px
}

.intro_blog_item a section button span {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 250px;
    background: linear-gradient(180deg, #1BAFDF 0%, #0070C3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.intro_blog_item a {
    display: block;
    border-radius: 0;
    overflow: hidden;
}

.blog_heading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 30px;
    flex-direction: column;
}

.blog_heading p {
    margin: 0;
    color: #222;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
}

.blog_heading h2 {
    color: var(--Chnh, #026C34);
    text-align: center;
    font-family: "UTM HelvetIns";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15), 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
}

.intro_blog_wrap {
    padding: 50px 0px;
    background: #FFF;
    position: relative;
    z-index: 0
}

button.owl-dot {
    background: #0AA6D7 !important;
    width: 12px;
    height: 6px;
    display: block;
    border-radius: 35px;
    transition: 0.5s ease
}

button.owl-dot.active {
    width: 20px
}

.owl-dots {
    text-align: center;
    margin: 1rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.intro_phanhoi_itemimg {
    position: relative;
    z-index: 0
}

.intro_phanhoi_itemimg:before {
    content: '';
    border-radius: 10px;
    border: 1px solid #0AA1D1;
    background: rgba(217, 217, 217, 0.00);
    width: 220px;
    height: 280px;
    flex-shrink: 0;
    position: absolute;
    top: -15px;
    left: -15px
}

.intro_phanhoi_item {
    display: grid;
    grid-template-columns: 215px 1fr;
    align-items: center;
    padding: 1rem 0 0 1rem
}

.intro_phanhoi_item h3 {
    color: #000;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px
}

.intro_phanhoi_item h4 {
    color: #0AA1D0;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px
}

.intro_phanhoi_item p {
    margin: 0;
    color: #3A3A3A;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.intro_phanhoi_item section {
    border-radius: 0px 10px 10px 0px;
    background: #FFF url(../images/t22.png) bottom -3px left -5px no-repeat;
    box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 0.25);
    margin-right: 3px;
    background-size: 365px auto;
    padding: 40px 40px 3rem 40px
}

.intro_phanhoi_item picture {
    border-radius: 10px;
    min-width: 100%;
    width: 100%
}

.intro_doingu_item {
    max-width: 330px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.intro_doingu_item a {
    display: block;
    position: relative;
    z-index: 0
}

.intro_doingu_item section {
    position: absolute;
    bottom: 19px;
    left: 19px;
    right: 19px;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding: 15px
}

.intro_doingu_item h3 {
    color: #2F4858;
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.intro_doingu_item:hover h3 {
    color: var(--m1)
}

.intro_doingu_item h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

.intro_doingu_item h4 strong {
    width: 50%;
    text-align: center;
    color: #5D6E79;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.intro_doingu_slide {
    padding: 77px 0px 66px;
    position: relative;
    z-index: 0
}

.intro_doingu_slide:after {
    content: '';
    width: 90%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    background: #DDEEF2;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.intro_doingu_desc2 {
    color: #3A3A3A;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.intro_doingu_name {
    color: #2F4858;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem
}

.intro_doingu_desc {
    display: flex;
    align-items: baseline;
    gap: 11px;
    margin-bottom: 1rem
}

.intro_doingu_desc:before {
    content: '';
    width: 60px;
    height: 3px;
    flex-shrink: 0;
    background: linear-gradient(270deg, #1BAFDF 0%, #0070C3 100%)
}

.intro_doingu_desc span {
    font-family: SVN-Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(180deg, #1BAFDF 0%, #0070C3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.intro_doingu_col {
    min-width: 100%;
    width: 100%
}

.intro_doingu_grid {
    display: grid;
    grid-template-columns: 449px 1fr;
    gap: 30px
}

.intro_doingu_grid .intro_doingu_item {
    max-width: 100%;
    min-width: 100%
}

.intro_doingu_grid.intro_feedback_grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.intro_doingu_wrap {
    padding: 50px 0px;
    background: url(../images/t7.png) repeat;
    padding-left: calc(50% - 600px)
}

.intro_doingu_wrap.intro_feedback {
    background: url(../images/t21.png) 0 0 no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    z-index: 0
}

.intro_doingu_wrap.intro_feedback:after {
    content: '';
    width: 86px;
    height: 79px;
    background: url(../images/t23.png) top no-repeat;
    position: absolute;
    top: 10rem;
    right: 2rem;
    z-index: -1
}

.thanhtich_item_bottom_desc {
    color: #FFF;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-height: 110px;
    overflow-y: auto
}

.thanhtich_item_bottom {
    width: 85%;
    height: auto;
    flex-shrink: 0;
    border-radius: 15px;
    background: #0AA6D7;
    margin-left: auto;
    margin-top: -2rem;
    padding: 3rem 1rem 1rem 1rem;
    position: relative;
    z-index: 0
}

.thanhtich_item_bottom:after {
    content: '';
    width: 26px;
    height: 26px;
    background: url(../images/t17.png) 0 0 no-repeat;
    position: absolute;
    top: -0.75rem;
    right: 1rem;
    z-index: -1
}

.thanhtich_item_top_col {
    min-width: 100%;
    width: 100%
}

.thanhtich_item_top_col p {
    margin: 3px 0 0;
    color: #222;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 180% */
}

.thanhtich_item_top_col h4 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.thanhtich_item_top_col h4 span {
    color: #114454;
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.thanhtich_item_top_col h4 strong {
    color: #114454;
    font-family: Playball;
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.thanhtich_item_top_col a {
    color: inherit;
    -webkit-line-clamp: 2;
}

.thanhtich_item_top_col a:hover {
    color: var(--Chnh, #026C34);
}

.thanhtich_item_top_col h3 {
    color: #000;
    text-align: left;
    font-family: SVN-Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0
}

.thanhtich_item_top_col picture {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
}

.thanhtich_item_top {
    display: grid;
    grid-template-columns: 91px 1fr;
    align-items: flex-start;
    gap: 9px;
    position: relative;
    z-index: 1
}

.thanhtich_item {
    min-width: 100%;
    width: 100%;
}

.grid-thanhtich {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 22px;
    margin-bottom: 1rem
}

.grid-thanhtich.custom {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.intro_thanhtich_desc {
    color: #3A3A3A;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 1rem
}

.intro_thanhtich_name {
    position: relative;
    z-index: 0;
    font-family: "Playfair Display";
    font-size: 71px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(180deg, #1BAFDF 0%, #0070C3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.intro_thanhtich_col {
    min-width: 100%;
    width: 100%
}

.intro_thanhtich_grid {
    display: grid;
    grid-template-columns: 365px 1fr;
    gap: 30px;
    position: relative;
    z-index: 0
}

.intro_thanhtich_grid:before {
    content: '';
    width: 94px;
    height: 102px;
    position: absolute;
    top: -3rem;
    left: -4rem;
    background: url(../images/t15.png) 0 0 no-repeat;
    z-index: -1
}

.intro_thanhtich {
    padding: 50px 0px 0px;
    background: url(../images/t14.png) top center repeat-x;
    position: relative;
    z-index: 0
}

.criteria_list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    padding-left: 3rem;
}

.about-desc2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    gap: 28px;
    margin-bottom: 20px;
}

.about-desc2:before, .about-desc2:after {
    content: '';
    width: 50px;
    height: 1px;
    flex-shrink: 0;
    background: var(--chinh, #1B4876);
    display: block
}

.about_column_cover {
    width: 100%;
    display: block;
    height: 478px;
    position: relative;
    z-index: 0
}

.contact_right {
    position: fixed;
    top: 50%;
    right: 1rem;
    transform: translateY(calc(-50% + 0.5px));
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.contact_right a:hover {
    animation: tada 1s ease
}

.loginCursor {
    min-width: 160px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid #FFF;
    color: #FFF;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0 15px;
    position: relative;
    z-index: 100;
}

.loginCursor a {
    color: inherit
}

.loginCursor a:hover {
    color: yellow
}

.searchCursor {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.searchCursor p {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #000;
    margin: 0;
    font-weight: bold;
}

.criteria_list2 {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    border: 1px solid #ebebeb
}

.criteria_list2 .criteria_link {
    display: grid;
    grid-template-columns: 25% 1fr;
    text-align: left;
    gap: 1rem
}

.criteria_list2 .criteria_link h3 {
    color: #222;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 19px
}

.album-product {
    min-height: unset
}

.zalo-share-button {
    position: relative;
    z-index: 0
}

.cart-pro-detail1 {
    margin-bottom: 1rem
}

.cart-pro-detail1 label {
    font-weight: bold;
    margin-bottom: .5rem
}

.filter_btn {
    display: block
}

.filter_btn a {
    min-width: 100%;
    width: 100%;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px
}

.filter_box {
    border: 1px solid #ebebeb;
    margin: 1rem 0;
    position: relative;
    z-index: 1
}

.filter_box ul {
    margin: 0;
    padding: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr
}

.filter_box ul li {
    display: block;
    cursor: pointer;
    color: #111
}

.filter_box ul li:hover {
    font-weight: bold
}

.filter_box ul li span {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin-right: 0.5rem;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.filter_box ul li.active span {
    background: var(--m1);
    border-color: var(--m1)
}

.filter_box ul li.active span:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro' !important;
    color: #111 !important;
    font-size: 15px
}

.filter_box h2 {
    background: var(--m1);
    color: #111;
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.footer-info_name {
    color: #333;
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 13px
}

.coords_iframe {
    height: 220px;
    width: 100%
}

.coords_iframe iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: 0;
    box-shadow: none;
    display: block
}

.blog.owl-carousel {
    position: relative;
    margin-top: -5px
}

.blog_link {
    position: relative;
    margin-top: 0
}

.blog_link h3 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px;
    transition: 0.3s
}

.blog_link:hover h3 {
    color: var(--m1)
}

.blog_link p {
    margin: 0;
    color: #666;
    text-align: justify;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.dateblog {
    display: flex;
    width: 40px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: var(--MU-CHNH, #0AA6D7);
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 20px;
    float: left
}

.dateblog span {
    transform: rotate(-90deg)
}

.blog_link a {
    display: block;
    width: 100%
}

.blog_link a section {
    margin-top: 20px
}

.fb-group {
    display: grid;
    grid-template-columns: 46px 1fr
}

.fb-group .fb-page {
    min-width: 100%;
    width: 100%
}

.fb-group h2 span {
    transform: rotate(-90deg);
    white-space: nowrap
}

.fb-group h2 {
    display: flex;
    width: 46px;
    height: 350px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 0;
    background: var(--MU-CHNH, #0AA6D7);
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase
}

.blog_column {
    min-width: 100%;
    width: 100%
}

.blog_grid {
    display: grid;
    grid-template-columns: 396px 1fr;
    gap: 54px
}

.wrap-product.wrap-blog {
    padding: 50px 0px
}

.danhgiak .slick-list {
    margin-bottom: -22px
}

.danhgiak {
    overflow: hidden;
    display: block
}

section {
    visibility: visible
}

.danhgiakh_link {
    background: var(--TIU-TRNG, #FFF);
    box-shadow: 0px 2px 0px 0px #0AA6D7;
    padding: 20px;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 22px
}

.danhgiakh_link section {
    background: url(../images/t23.png) top 0px right no-repeat;
    background-size: 40px auto
}

.danhgiakh_link h3 {
    color: var(--MU-2-TONE-EN, #C92A28);
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.danhgiakh_link p {
    margin: 0;
    color: #1A1A1A;
    text-align: justify;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px
}

.danhgiakh_link i {
    border-radius: 100px;
    max-width: 130px;
    display: block
}

.danhgiakh_name h2 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0
}

.danhgiakh_name {
    display: flex;
    flex-direction: column;
    gap: 7px;
    border-left: 4px solid var(--MU-CHNH, #0AA6D7);
    padding-left: 1rem;
    margin-bottom: 20px
}

.danhgiakh_name p {
    margin: 0;
    color: #666;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.tiktok-embed {
    margin: 0 !important
}

.tiktok_name {
    display: flex;
    width: 100%;
    height: 46px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: var(--MU-CHNH, #0AA6D7);
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase
}

.danhgiakh_column {
    min-width: 100%;
    width: 100%
}

.danhgiakh_grid {
    display: grid;
    grid-template-columns: 1fr 570px;
    gap: 50px
}

.wrap-product.wrap-danhgiakh {
    padding: 50px 0px;
    background: #F2F2F2
}

.gocreview_link h3 {
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    transition: 0.3s
}

.gocreview_link:hover h3 {
    color: var(--m1)
}

.gocreview_link a i {
    width: 100%
}

.gocreview_link a span {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(../images/t11.png) center center no-repeat;
    background-size: 100%;
    z-index: 1
}

.gocreview_link a {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.gocreview_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.gocreview_name h2 {
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px
}

.gocreview_name h2:before, .gocreview_name h2:after {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--MU-CHNH, #0AA6D7)
}

.wrap-product.wrap-gocreview {
    margin: 50px 0px
}

.wrap-product.wrap-quangcao {
    margin: 50px 0px
}

.nameIntroAbout {
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    transform: rotate(-90deg);
    -webkit-text-stroke: 1px var(--MU-CHNH, #0AA6D7);
    color: transparent;
    position: absolute;
    bottom: 7rem;
    left: -4rem;
    z-index: 1
}

.criteria_link {
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 2rem;
    display: flex;
    justify-content: flex-end
}

a.criteria_link section {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(120, 120, 120, 0.25);
    max-width: 89%;
    min-height: 110px;
    flex-shrink: 0;
    padding: 1rem;
    padding-left: 5rem;
    margin-left: auto
}

.criteria_link:hover i img {
    animation: tada 1s ease
}

.criteria_link i {
    display: flex;
    text-align: center;
    max-width: 110px;
    background: #FFF;
    border-width: 5px;
    border-color: rgba(10, 166, 215, 0.25);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-height: 110px;
    min-width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.criteria_link h3 {
    color: #2F4858;
    font-family: SVN-Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px
}

.criteria_link:hover h3 {
    color: var(--m1)
}

.criteria_link h4 {
    color: #515151;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0
}

.about-name {
    color: var(--Chnh, #026C34);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "UTM HelvetIns";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-top: -1rem;
    margin-bottom: 15px;
}

.about_column {
    min-width: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
}

.about_grid {
    display: grid;
    grid-template-columns: 1fr 558px;
    gap: 1rem;
    align-items: center;
}

.wrap-product.wrap-about {
    padding: 60px 0px;
    margin: 0;
    background: url(../images/t8.png) top center repeat;
}

.brandListHome {
    display: flex;
    align-items: center;
    gap: 10px
}

.brandListHome a {
    width: 100px;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center
}

.brandListHome a.active {
    border-color: var(--m1)
}

.brandListHome a img {
    max-height: 30px;
    width: auto !important;
    max-width: 95px !important;
    padding: 0 5px
}

.list_name.custom {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 9px
}

.list_name.custom h2 {
    margin: 0
}

.brandList {
    display: flex;
    align-items: center;
    gap: 20px
}

.brandList a {
    padding: 0 !important
}

.brandList a img {
    max-height: 34px;
    object-fit: contain;
    max-width: 82px !important
}

.wrap-list-home_column {
    min-width: 100%;
    width: 100%
}

.wrap-list-home_col {
    display: grid;
    grid-template-columns: 228px 1fr;
    gap: 15px
}

.listProductNBBox {
    padding: 20px 25px;
    background: #F2F2F2;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 50px
}

.listProductNBBox a {
    min-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.listProductNBBox a picture {
    max-width: 70px;
    width: 70px;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    display: block;
    padding: 10px
}

.listProductNBBox a h2 {
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    transition: 0.3s
}

.listProductNBBox a:hover h2 {
    color: var(--m1)
}

.list_name h2 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.list_name h2:before {
    content: '';
    width: 4px;
    height: 20px;
    flex-shrink: 0;
    background: var(--MU-CHNH, #0AA6D7)
}

.wrap-product.wrap-list {
    margin: 50px 0px
}

.product-tool {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 6px;
    justify-content: center;
    transition: 0.3s;
    padding: 0 15px;
    transform: translateY(100%);
    opacity: 0;
    padding-bottom: 10px
}

.product-tool a {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--MU-CHNH, #0AA6D7)
}

.product-tool a img {
    width: 16px
}

.product-tool a:nth-child(1) {
    flex-grow: 1;
    gap: 6px;
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px
}

button.owl-next, button.owl-prev {
    width: 44px;
    height: 44px;
    background: url(../images/t11.png) 0 0 no-repeat !important;
    background-size: 100% 100% !important;
    text-indent: -9999rem;
    margin: 0 !important;
    position: absolute;
    right: -22px;
    top: calc(50% - 22px);
    z-index: 1
}

button.owl-prev {
    transform: scale(-1);
    right: unset;
    left: -22px
}

span.label-hot {
    display: flex;
    width: 40px;
    height: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 20px 20px 0px;
    background: var(--MU-2-TONE-EN, #C92A28);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    position: absolute;
    top: 18px;
    left: 0px;
    z-index: 1
}

span.label-hot small {
    margin: 0;
    font-size: inherit;
    animation: tada 1s ease infinite
}

.desc_product {
    padding: 6px 15px 15px 20px
}

.tabProduct {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tabProduct a.active {
    color: #0AA6D7;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.tabProduct a {
    color: #323232;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tabProduct a + a:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #D3D3D3;
    margin: 0px 90px
}

.slideshow_box {
    position: relative;
    z-index: 0
}

.wrap-product.producttab {
    padding: 50px 0px;
    background: linear-gradient(180deg, rgba(255, 205, 32, 0.00) 0%, #0AA6D7 100%)
}

.slickver a {
    margin-top: 15px;
    display: block
}

.slideshow_boxcol {
    min-width: 100%;
    width: 100%
}

.slideshow_boxgrid {
    display: grid;
    grid-template-columns: 250px 672px 250px;
    justify-content: flex-end;
    gap: 15px
}

.slideshow_boxgrid {
    visibility: visible
}

.search_box {
    margin-right: auto;
    margin-left: auto
}

.search_note {
    color: #666;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 14px;
    text-align: center
}

a {
    text-decoration: none;
    cursor: pointer
}

a.criteria_link2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 262px;
    background: url(../images/t25.png) 0 0 no-repeat;
    text-align: center;
}

a.criteria_link2:hover p {
    color: yellow;
}

a.criteria_link2:nth-child(3) {
    margin-left: 8rem;
    margin-top: -5rem;
}

a.criteria_link2:nth-child(4) {
    margin-top: -5rem;
}

a.criteria_link2 i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

a.criteria_link2 h4 {
    margin: 0;
    color: var(--Trng, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 176.471% */
}

a.criteria_link2:hover h4 {
    color: yellow;
}

a.criteria_link2 h3 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "UTM HelvetIns";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;     /* 60% */
    margin: 0;
}

a.aboutHomeMore {
    display: inline-flex;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 112px;
    border: 1px solid #FFF;
    background: var(--Nhn, #D40911);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px 0px #026C34;
}

a.aboutHomeMore:hover {
    color: gold;
}

a.intro_thanhtich_more {
    width: 285px;
    height: auto;
    flex-shrink: 0;
    display: block
}

a.intro_thanhtich_more:after {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #0B76B2 0%, #34D2FB 100%);
    display: block;
    margin: 13px 0 0
}

a.intro_thanhtich_more span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #0AA6D7;
    height: 50px;
    color: #FFF;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

a.intro_thanhtich_more:hover span {
    background: var(--m2)
}

a.link.numb2 {
    display: block;
    max-width: 304px;
    float: left;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
    border: 3px solid #FFF;
    border-radius: 5rem 0 0 0;
}

a.link img {
    border: none
}

a.link.numb1 {
    display: block;
    max-width: 358px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 5rem 0 0;
}

.social-plugin {
    display: flex;
    margin-top: 10px
}

.scale-img {
    overflow: hidden
}

.scale-img img {
    transform: scale(1, 1)
}

.scale-img:hover > img {
    transform: scale(1.1, 1.1)
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.p-relative {
    position: relative
}

.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .support-online .kenit-alo-circle-fill {
    transition: 0.3s all
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.row1 {
    -webkit-line-clamp: 1
}

.row2 {
    -webkit-line-clamp: 2
}

.row4 {
    -webkit-line-clamp: 4
}

.row5 {
    -webkit-line-clamp: 5
}

.row6 {
    -webkit-line-clamp: 6
}

.row7 {
    -webkit-line-clamp: 7
}

.social li:hover {
    transition: 0.7s ease;
    transform: rotateY(180deg)
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #FFF;
}

.header.inside {
    position: relative;
    z-index: 9;
}

.header .wrap-content {
    padding: 0;
}

.cart-head {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: #fff
}

.cart-head:hover {
    color: #fed402
}

.cart-head i {
    font-size: 20px
}

.cart-head .count-cart {
    position: absolute;
    z-index: 999;
    color: #fff;
    background: #f00;
    border-radius: 50%;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center
}

.menu-head {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

.menu-head a {
    color: #fff
}

.menu-head a:hover {
    color: #fed402
}

.line-head {
    background-color: #72b2fd;
    height: 32px;
    width: 1px
}

.menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.header.menu-fix ul.menu-ul.menu-main {
    gap: 3rem;
}

.header.menu-fix .content_header {
    height: auto;
    padding: 5px 0px;
}

.header.menu-fix .logo {
    margin: 0;
}

.header.menu-fix .banner {
    display: none;
}

.header.menu-fix .top_header {
    display: none;
}

.menu-fix .logo-header img {
    zoom: 0.66
}

.slideshow {
    position: relative;
    z-index: 10
}

.slideshow-item {
    display: block;
    cursor: pointer
}

.slideshow:hover .control-slideshow {
    opacity: 1
}

.control-slideshow {
    opacity: 0
}

.slideshow a {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 100%
}

.slideshow a img {
    width: 100% !important;
    height: 100% !important
}

.slideshow-image p img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box-search {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ds-item-search {
    width: calc(100% - 70px)
}

.ds-item-search a {
    font-size: 14px !important;
    color: #333;
    text-transform: unset !important
}

.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    height: 350px;
    overflow-y: auto
}

.box-search .price-product {
    width: 100%;
    margin: 0px;
    text-align: left;
    border: 0;
    line-height: inherit;
    height: auto
}

.box-search .price-product .price-new {
    color: #f00;
    font-size: 14px;
    font-family: 'SFProDisplayRegular'
}

.box-search .price-product .price-old {
    color: #999;
    text-decoration-line: line-through
}

.search {
    border-radius: 30px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 300px;
    height: 44px;
    flex-shrink: 0;
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    display: none
}

.search p {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50px;
    background: var(--Chnh, #026C34);
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.search input {
    padding: 0 1rem;
    width: calc(100% - 42px);
    height: 42px;
    float: left;
    outline: none;
    border: 0px;
    background: transparent;
    color: #999;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    outline: 0 !important;
    box-shadow: none !important
}

.search input::-webkit-input-placeholder {
    color: #999
}

.search input:-moz-placeholder {
    color: #999
}

.search input::-moz-placeholder {
    color: #999
}

.search input:-ms-input-placeholder {
    color: #999
}

.search1 {
    width: 100%;
    height: 55px;
    margin-left: 15px;
    border: solid 1px #d9d9d9;
    background-color: #fff
}

.search1 p {
    float: left;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    background: #ab0407;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 23px;
    margin-top: 4px;
    margin-left: -3px
}

.search1 input {
    width: calc(100% - 46px);
    height: 53px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 13px;
    color: #000
}

.search1 input::-webkit-input-placeholder {
    color: #ccc
}

.search1 input:-moz-placeholder {
    color: #ccc
}

.search1 input::-moz-placeholder {
    color: #ccc
}

.search1 input:-ms-input-placeholder {
    color: #ccc
}

.fsearch-show {
    z-index: 10112313;
    width: 580px;
    height: 40px;
    position: relative;
    z-index: 9
}

.fsearch-show input[type="search"], .fsearch-show button {
    background-color: #fff;
    box-shadow: none;
    border: solid 2px #dd3333;
    height: 100%
}

.fsearch-show input[type="search"] {
    color: #000;
    padding: 0 15px;
    width: calc(100% - 580px);
    width: -moz-calc(100% - 580px);
    width: -webkit-calc(100% - 50px)
}

.fsearch-show button {
    width: 35px;
    padding: 0;
    text-align: center;
    color: #757575;
    margin-left: -5px
}

#menu {
    display: none
}

#hamburger {
    display: none;
    width: 35px;
    height: 23px;
    position: relative
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: #000;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px
}

#hamburger:before {
    top: 0px
}

#hamburger span {
    top: 10px
}

#hamburger:after {
    top: 20px
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
    top: 10px
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-menu_opened {
    display: block !important
}

.mm-slideout {
    z-index: unset
}

.wrap-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.menu-head-left {
    position: relative
}

.title-menu {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    display: block
}

.menu-product-list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 250px;
    background: #fff;
    border-radius: 2px
}

.menu-product-list ul {
    padding: 0px;
    margin-bottom: 0px
}

.menu-product-list ul ul {
    position: absolute;
    width: 750px;
    background: #fff;
    left: 100%;
    top: 0px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 100%;
    overflow-x: hidden
}

.menu-product-list ul ul ul {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    border: none;
    display: block;
    height: auto
}

.menu-product-list ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd
}

.menu-product-list ul li a .icon-down {
    position: absolute;
    right: 10px;
    top: 10px
}

.menu-product-list ul ul li a span {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #00a3ff
}

.menu-product-list ul li a:hover {
    color: #f00
}

.menu-product-list ul ul li a {
    border-bottom: none;
    font-weight: bold
}

.menu-product-list ul ul ul li a {
    font-weight: normal
}

.menu {
    position: relative;
    z-index: 99
}

.menu.custom.custom2 {
    position: unset !important;
    z-index: 0 !important;
    height: auto;
    box-shadow: none !important;
    border: 1px solid #ebebeb
}

.menu.custom.custom2 li.li-dmsp a {
    min-width: 100% !important;
    width: 100% !important;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    padding: 10px 5px
}

.menu.custom.custom2 h2 {
    background: var(--m1);
    color: #111;
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.menu2 {
    position: relative
}

.menu.menu2 .ul-dmsp {
    display: none
}

.menu .wrap-content {
    position: relative
}

.fix_menu {
    position: fixed !important;
    box-shadow: 0 0 1px #999;
    background: #fff
}

.menu-ul {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    align-items: center
}

ul.menu-ul.menu-main {
    align-items: center;
    gap: 20px;
}

.menu.menu-fix {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: var(--Chnh, rgb(255 255 255 / 90%));
}

.menu.custom.menu-fix {
    position: unset;
    top: 0;
    height: auto;
    background: transparent
}

.menu.custom.custom2 li.li-dmsp {
    width: 100%;
    box-shadow: none;
    z-index: 0
}

.menu.custom.custom2 .max-1 {
    height: auto !important;
    box-shadow: none !important
}

.menu.custom.custom2 ul.menu-ul.menu-main {
    margin: 0 !important;
    width: 100% !important
}

.menu.custom.custom2 .ul-dmsp {
    min-width: 100% !important;
    position: unset;
    width: 100%
}

.menu.custom.menu-fix .ul-dmsp {
    display: block;
    box-shadow: none
}

.menu.menu-fix .ul-dmsp {
    display: none
}

.menu.menu-fix .li-dmsp:hover > .ul-dmsp {
    display: block
}

.menu.menu-fix .li-dmsp:hover > .ul-dmsp ul {
    display: none;
    background: rgb(235 235 235 / 50%)
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
    justify-content: flex-end;
    margin-left: 0
}

.menu ul li {
    position: relative;
    z-index: 99
}

li.li-brand {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap
}

li.li-brand a {
    padding: 0 !important
}

.menu ul.ulmn > li {
}

.menu ul li.li-home i {
    font-size: 17px
}

.menu ul li.li-left {
    min-width: 95px
}

.menu ul li.li-dmsp {
    margin-right: auto
}

.menu.menu2 li.li-dmsp:hover .ul-dmsp {
    display: block
}

.menu ul li.li-dmsp a {
    background: var(--m1);
    min-width: 250px;
    border-radius: 0;
    display: flex;
    width: 250px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #1A1A1A !important;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase
}

.menu ul li.li-dmsp ul li a {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-transform: none;
    height: 49px
}

.menu ul li.li-cn {
    display: none
}

.menu ul li.line {
    width: 5px;
    height: 5px;
    background-color: #ffff;
    border-radius: 50%;
    flex: none
}

.menu ul li a {
    color: var(--Text, #222);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 240% */
    text-transform: uppercase;
    padding: 0;
    position: relative;
    z-index: 0;
}

.menu-ul > li > a:after {
    content: '';
    width: 0%;
    height: 1px;
    flex-shrink: 0;
    background: var(--Nhn, #D40911);
    transition: 0.5s;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
    display: block;
}

.menu-ul > li > a.active:after {
    width: 50px;
}

.menu ul li a.logo-header {
    padding: 0;
    margin: 0
}

.menu-list a:before {
    content: ''
}

.menu ul li a img {
    vertical-align: middle
}

.menu ul li a.active, .menu ul li:hover > a {
    color: var(--Nhn, #D40911);
}

.menu ul li a.active:hover {
    color: var(--Nhn, #D40911) !important
}

.menu ul li:hover > a {
    color: var(--Nhn, #D40911) !important
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    background: #fff;
    display: none
}

.menu ul li:hover > ul {
    display: block
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    position: absolute
}

.menu ul li ul li {
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
    display: block;
    align-items: center;
    position: relative;
    direction: ltr
}

.menu ul li ul li:hover > ul {
    display: block !important;
    transform: unset;
    top: 0;
    left: 100%
}

.menu ul li ul li:last-child {
    border-bottom: 0px
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    text-transform: capitalize;
    color: #333 !important;
    background: unset !important;
    transition: 0.2s all;
    width: 100%;
    justify-content: flex-start !important;
    gap: 10px;
    display: block
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
    max-width: 250px;
    min-width: 250px;
    position: unset
}

ul.submenu {
    background: #ebebeb !important
}

.menu ul li ul li a:before {
    content: '';
    opacity: 0;
    height: 1px;
    width: 0px;
    transition: 0.3s all
}

.menu ul li ul li a:hover:before, .menu ul li ul li > a.active:before {
    left: 0;
    opacity: 1;
    width: 20px;
    background: var(--color-main)
}

.menu ul li ul li a:hover {
}

a.cart-header {
    position: relative
}

a.cart-header span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%
}

.menu_mobi_add, .menu_mobi {
    display: none
}

.menu ul li.li-dmsp ul.ul-dmsp .max-1 {
    height: 409px;
    overflow-y: auto;
    direction: rtl;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20)
}

.menu ul li.li-dmsp ul.ul-dmsp .max-1::-webkit-scrollbar {
    width: 5px
}

.menu ul li.li-dmsp ul.ul-dmsp .max-1::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.menu ul li.li-dmsp ul.ul-dmsp .max-1::-webkit-scrollbar-track {
    background: #f1f1f1
}

.menu ul li.li-dmsp ul .max-2 {
    min-width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    gap: 20px;
    padding: 10px
}

.menu ul li.li-dmsp ul .max-2 li {
    border: 0
}

.menu ul li.li-dmsp ul .max-2 li a:hover, .menu ul li.li-dmsp ul .max-2 li > a.active {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}

.menu ul li.li-dmsp ul .max-2 li a {
    flex-wrap: wrap;
    justify-content: center !important
}

.menu ul li.li-dmsp ul .max-2 li a img {
    display: block
}

.menu ul li.li-dmsp ul .max-2 li a span {
    display: block;
    width: 100%;
    text-align: center
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 22.5px)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #00a3ff;
    display: flex;
    align-items: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.box-photo-ct {
    border-radius: 20px;
    overflow: hidden
}

.title-detail {
    position: relative
}

.title-detail h1 {
    font-size: 21px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase
}

.tt-week {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.title-cat-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0px;
    gap: 20px
}

.title-cat-main span {
    display: block;
    color: #999;
    background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer
}

.title-cat-main span:hover, .title-cat-main span.active {
    background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
    color: #000
}

.title-main {
    text-align: center;
    padding-bottom: 1rem;
    margin: auto;
    display: grid;
    justify-content: center
}

.title-main h1 {
    margin: 0
}

.title-main span {
    color: var(--Chnh, #026C34);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: "UTM HelvetIns";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-top: -1rem;
    margin-bottom: 15px;
}

.title-main p {
    margin: 0;
    position: relative;
    color: #333333;
    font-size: 15px
}

.title-main h2 {
    position: relative;
    z-index: 10;
    font-size: 35px;
    text-align: center;
    font-family: 'UTMAmericanSans';
    color: #333333;
    text-transform: uppercase;
    margin: 0
}

.line-main {
    font-size: inherit !important;
    padding: 0 !important;
    display: none
}

.grid-tintuc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

.news {
    display: block;
    margin-bottom: 20px;
    display: block
}

.pic-news {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative
}

.pic-news img {
    width: 100%
}

a.views {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    border: solid 1px #ccc;
    padding: 7px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 16px
}

a.views:hover {
    border: solid 1px #fed402;
    color: #fed402
}

.info-news {
}

.info-news h3 {
}

.name-news {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 22px;
    max-height: 40px;
    -webkit-line-clamp: 2 !important;
    font-weight: 400
}

a.name-news.name1 {
    font-size: 25px;
    line-height: 32px;
    max-height: 64px
}

.name-news:hover {
    color: #fed402
}

.time-news {
    color: #fed402;
    margin-bottom: 0px;
    font-size: 12px;
    margin: 7px 0;
    font-style: italic;
    font-weight: 500
}

.desc-news {
    color: #333333;
    margin-top: 0px;
    line-height: 20px;
    height: 60px
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.othernews b {
    margin-bottom: 10px;
    color: #333;
    font-size: 15px
}

.list-news-other {
    padding-left: 17px;
    list-style: square
}

.list-news-other li {
    margin-bottom: 2px
}

.list-news-other li a {
    text-transform: none;
    color: #333333
}

.list-news-other li a:hover {
    color: #fed402
}

.box-readmore {
    padding: 8px 15px
}

.box-readmore li ul > li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul > li:before {
    content: counters(item, '.') ' '
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, '.') '. ';
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600
}

.box-readmore ul li a:hover {
    color: #767676
}

.meta-toc:not(.meta-toc-fixed) .box-readmore {
    display: none
}

.meta-toc {
    border-radius: 5px;
    background-color: #ceeafd;
    display: block;
    padding: 8px 15px
}

.mucluc-dropdown-list_button {
    cursor: pointer;
    font-size: 20px;
    font-family: 'SVN-PoppinsBold';
    color: #000;
    text-transform: uppercase;
    display: block
}

.mucluc-dropdown-list_button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 45px;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #015AFF;
    text-align: center;
    padding: 10px
}

.mucluc-dropdown-list_button svg path {
    fill: #fff
}

.meta-toc-fixed {
    position: fixed;
    left: 10px;
    top: 125px;
    z-index: 99;
    background: transparent;
    padding: 0;
    display: none
}

.meta-toc-fixed .box-readmore {
    width: 350px;
    display: none;
    margin-top: 2px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #ceeafd
}

.meta-toc-fixed.active {
    display: block
}

.info-partner {
    background: #f8f8f8;
    padding: 15px 0px
}

.info-footer .flex-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.info-footer .flex-footer .box-footer .social-footer {
    display: flex;
    gap: 5px;
    margin: 10px 0px
}

.info-footer .flex-footer .box-footer:nth-child(1) {
    width: 33.3%
}

.info-footer .flex-footer .box-footer:nth-child(2) {
    width: 40%
}

.info-footer .flex-footer .box-footer:nth-child(3) {
    width: 25%
}

.info-footer .flex-footer .title-footer {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px
}

.info-footer .flex-footer .service-footer {
    margin-top: 20px
}

.info-footer .flex-footer .service-footer ul {
    padding: 0px;
    margin: 0px
}

.info-footer .flex-footer .service-footer ul li {
    list-style: none;
    padding: 5px 0px
}

.info-footer a {
    color: #fff
}

.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777
}

.title-tags:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 3px;
    width: 30px
}

.flex-tags {
    display: flex;
    gap: 5px
}

.flex-tags a {
    color: #333;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8em !important;
    opacity: 0.8;
    padding: 2px 5px
}

.flex-tags a:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff;
    opacity: 1
}

.footer-powered {
    background: var(--color-main)
}

.item-criteria a {
    display: flex;
    align-items: center;
    color: #333
}

.item-criteria a .ds-criteria {
    width: calc(100% - 60px);
    margin-left: 10px
}

.item-criteria a .ds-criteria h3 {
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: var(--color-main)
}

.item-criteria a .ds-criteria p {
    -webkit-line-clamp: 2;
    margin: 0px
}

.box-about {
    max-width: 700px;
    margin: 0px auto;
    text-align: center
}

.box-about h3 {
    color: #ca0000;
    font-family: SVN;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: lowercase
}

.box-about a {
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    background: #ca0000;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 10px
}

.item-service {
    position: relative
}

.item-service h3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 17px;
    margin: 0px
}

.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0px;
    position: relative
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0px
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    order: 2
}

.sort-select-main p:has(.check) {
    order: 1
}

.sort a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle
}

.sort a.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative
}

.sort-select .sort-show::before {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0
}

.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none
}

.flex-product-main {
    display: block;
    gap: 0
}

.flex-product-main .left-product {
    position: sticky;
    top: 0
}

.flex-product-main .left-productDm {
    width: 240px
}

.flex-product-main .right-product {
    width: calc(100% - 250px)
}

.title-menuPro {
    background: var(--color-main);
    padding: 12px 10px;
    color: #111;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold
}

.hdanhmucdrops1 ul {
    padding: 0;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-top: 0
}

.hdanhmucdrops1 ul li {
    margin-bottom: -1px
}

.hdanhmucdrops1 ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dfdfdf;
    color: #333
}

.hdanhmucdrops1 ul li a:hover {
    color: var(--m1)
}

.wrap-product-sale {
    background-color: #ffa09e;
    border-radius: 10px;
    overflow: hidden
}

.wr-search p {
    font-weight: bold;
    text-transform: uppercase
}

.product {
    padding: 0;
    display: block;
    position: relative;
    border: 0;
    text-align: left;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10)
}

.product:hover .product-tool {
    opacity: 1;
    transform: unset
}

.product:hover .name-product {
    color: var(--m2)
}

.product .pic-product {
    display: block;
    position: relative
}

.pic-product > div {
    border-radius: 7px
}

.product .pic-product img {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 100%;
    object-fit: cover
}

.product .pic-product > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0
}

.first_img {
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    height: 100%
}

.product:hover .first_img {
    transform: scale(0)
}

.second_img {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    transition: all 0.5s ease;
    height: 100%
}

.product:hover .second_img {
    right: 0;
    top: 0;
    transition: all 0.5s ease
}

.product .name-product {
    margin-bottom: 3px;
    font-size: 14px;
    color: #494949
}

.product .name-product a {
    color: #1A1A1A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    transition: 0.3s
}

.product .name-product a:hover {
    color: var(--color-main)
}

.product .name-product .text-split {
    -webkit-line-clamp: 1
}

.product .price-product {
    margin-bottom: 0;
    color: #555;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.product .price-new {
    color: var(--MU-2-TONE-EN, #C92A28);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700
}

.product .price-new b {
    color: #7C7C7C;
    font-size: 13px;
    font-family: 'SVN-PoppinsRegular';
    font-weight: normal
}

.product .price-old {
    color: #808080;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: strikethrough
}

.product .price-per {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px 0px 20px 20px;
    background: var(--MU-CHNH, #0AA6D7);
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2
}

.box-cat {
    text-align: center
}

.box-cat h3 {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.box-cat:hover h3 {
    color: #f00
}

.cart-product {
    margin: 5px 0 0 0px
}

.cart-product span {
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    font-weight: 700
}

.cart-add {
    margin-left: 10px;
    background-color: #00a5d9;
    width: 155px
}

.cart-add:hover {
    background-color: #fed402
}

.cart-buy {
    background-color: #ff2e00;
    width: 93px;
    height: 33px
}

.cart-buy:hover {
    background-color: #fed402
}

.grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.grid-product.custom {
    margin-bottom: 2rem;
    grid-template-columns: repeat(5, 1fr)
}

.grid-product2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px
}

.grid-product .product .product-info {
    margin-top: 10px;
    color: #333
}

.grid-product .product .product-info h3 {
    font-size: 17px;
    color: #333
}

.grid-product .product .product-info .price span {
    color: #f00
}

.grid-product .product .pic-product {
    display: block;
    padding: 7px
}

.grid-pro-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap
}

.grid-pro-detail .left-pro-detail {
    width: 500px
}

.grid-pro-detail .right-pro-detail {
    width: calc(100% - 500px - 1rem)
}

.grid-pro-detail .right-right-pro-detail {
    width: 26%
}

.detail-product {
    display: flex;
    justify-content: space-between
}

.detail-product .left-pro-detail {
    width: 40%;
    border: 1px solid #ddd
}

.detail-product .right-pro-detail {
    width: 57%
}

.detail-product .right-pro-detail ul {
    list-style: none;
    padding: 0px
}

.detail-product .right-pro-detail ul li {
    margin-bottom: 20px
}

.detail-product .right-pro-detail ul li .title-pro-detail {
    font-size: 18px
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00
}

.policy_intuitive {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 25px
}

.policy {
    margin: 20px 16px 0 16px
}

.policy__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px
}

.policy__list > li {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding: 12px 0 12px 35px;
    width: 50%;
    display: inline-block
}

.policy__list > li:nth-child(2n + 1) {
    padding-right: 20px
}

.policy__list li > div.iconl {
    left: 0;
    position: absolute;
    top: 15px
}

.policy__list li .iconl {
    width: 32px
}

.policy__list li p {
    line-height: 20px;
    padding-left: 5px;
    margin: 0px
}

.policy__list li:last-child {
    border-bottom: 0
}

.policy__list > li:nth-child(2n + 1):nth-last-child(2) {
    border: 0
}

.ul-actions {
    display: flex;
    justify-content: center;
    margin: 20px;
    gap: 15px;
    align-items: flex-start
}

.ul-actions li, .ul-actions > div {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center
}

.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover {
    border-color: #fd6e1d
}

.ul-actions .box__tabr {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
    height: 60px;
    width: 80px
}

.icon-action {
    background-image: url('../images/icon_chitiet@2x-min.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px
}

.icon-dnb {
    background-position: 0 0;
    height: 28px;
    width: 28px
}

.icon-tskt {
    background-position: -105px 0;
    height: 30px;
    width: 30px
}

.icon-ttsp {
    background-position: -140px 0;
    height: 19px;
    width: 23px
}

.ul-actions p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
    color: #000
}

.modal-detail::-webkit-scrollbar {
    width: 10px
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0px auto;
    min-height: 100vh
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #fff
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0px auto
}

.content-modal-detail .tab-content.active {
    display: block
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10
}

.btn-closemenu {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 72px
}

.btn-closemenu::before {
    transform: rotate(45deg)
}

.btn-closemenu::after {
    transform: rotate(-45deg)
}

.btn-closemenu::before, .btn-closemenu::after {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.box-ct {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: rgb(233, 230, 230);
    padding: 10px;
    border-radius: 10px
}

.box-ct img {
    border-radius: 50%;
    margin-right: 10px
}

.ds-ct h3 a {
    font-size: 17px;
    color: #333
}

.ds-ct h3 a:hover {
    color: #f00
}

.block__promo {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px
}

.promoadd__list {
    padding: 10px
}

.promoadd__list li {
    margin-bottom: 15px;
    background: url(../images/tick.png) no-repeat 0px 3px;
    background-size: 15px;
    padding-left: 25px
}

.pr-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px
}

.pr-txtb {
    font-weight: bold
}

.pr-top .pr-txt {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    font-style: normal
}

.pr-content .pr-item:last-child {
    border: none
}

.pr-content .pr-item {
    padding: 15px 10px 10px 10px
}

.divb {
    margin-bottom: -10px
}

.divb .nb {
    background-color: #4a90e2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
    text-align: center;
    width: 16px
}

.divb-right {
    padding-left: 26px
}

.pr-content .pr-item p {
    margin: 0px 0px 0px 0px
}

.divb-right a {
    color: #4a90e2
}

.wrap-ti {
    padding: 20px 0px
}

.box-ti {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 135px
}

.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
    background-color: rgb(220, 238, 255)
}

.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
    background-color: rgb(254, 245, 207)
}

.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
    background-color: rgb(255, 239, 219)
}

.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
    background-color: rgb(225, 254, 207)
}

.ds-ti {
    width: calc(100% - 45px)
}

.ds-ti h3 {
    font-size: 15px
}

.ds-ti h3 a {
    color: #333
}

.ds-ti h3 a:hover {
    color: #f00
}

.contact-map {
    position: relative;
    margin-top: 30px;
    height: 50vh
}

.contact-map iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.breadCrumbs {
    padding: 10px 0px;
    background: #ddd
}

.breadCrumbs ol {
    margin: 0px
}

.breadCrumbs ol li a {
    color: #555
}

.breadCrumbs ol li a:hover {
    color: var(--m1)
}

.pagination {
    margin: 20px 0px
}

ul.pagination {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

ul.pagination span, ul.pagination a {
    border-color: var(--m1);
    border-radius: 5px !important;
    min-height: 35px;
    min-width: 35px;
    margin: 0;
    color: var(--m1);
    text-align: center
}

ul.pagination li.active span, ul.pagination li.active a, ul.pagination li a:hover {
    background: var(--m1) !important;
    color: #000 !important;
    border-color: var(--m1) !important
}

.pagination li a {
    cursor: pointer
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5
}

.btn-frame .zoomIn {
    animation-name: zoomIn
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4
}

.btn-frame .pulse {
    animation-name: pulse
}

.grid-properties {
    display: flex;
    gap: 10px
}

.grid-properties span {
    position: relative;
    border: 2px solid #ebebeb;
    padding: 5px 15px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    font-size: 15px;
    transition: 0.3s
}

.grid-properties span:hover, .grid-properties span.active {
    border-color: var(--m1);
    background: var(--m1);
    color: #111
}

.grid-properties span:hover:after, .grid-properties span.active:after {
    content: '';
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
    bottom: 0;
    position: absolute;
    right: -0.9375rem
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed
}

.wrap-xh {
    background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
    padding: 10px;
    border-radius: 10px
}

.title-xh {
    font-size: 25px;
    margin: 20px 0px;
    color: #333;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}

.image-xh {
    border-radius: 10px;
    overflow: hidden
}

.name-xh {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 10px 0px 0px
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden
}

[x-cloak] {
    display: none !important
}

.product-page a:hover, .product-page a.active {
    background-color: #666;
    color: #fff
}

.product-page {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px
}

.product-page a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #666 solid 1px;
    color: #000;
    cursor: pointer
}

.product-list-3, .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: center;
    position: relative
}

.product-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
    text-transform: capitalize;
    padding: 10px 20px;
    color: #424242;
    font-size: 13px;
    cursor: pointer
}

.product-list a:hover, .product-list a.active {
    background: var(--color-main);
    color: #ffff
}

.slideshow-next, .slideshow-prev {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    background: #00000085;
    border-radius: 5px;
    color: #fff;
    font-size: 1.875rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 30%;
    cursor: pointer;
    transition: 0.2s all
}

.slideshow-next:hover, .slideshow-prev:hover {
    opacity: 90%
}

.slideshow-next {
    right: 10px
}

.slideshow-prev {
    left: 10px
}

.footer-layout .wrap-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.footer-title {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer-title:after {
    content: '';
    width: 62px;
    height: 2px;
    background: #2b2b2b;
    bottom: 0;
    left: 0;
    position: absolute;
    display: none
}

.footer-title-2 {
    font-weight: 700;
    font-size: 22px
}

.footer-title-2::after {
    display: none
}

.footer-fanpage iframe {
    width: 100%
}

footer {
    padding: 120px 0px 50px 0px;
    background: url(../images/t23.png) top center no-repeat;
    background-size: cover
}

.product-d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.header-company-name {
    color: #212529;
    font-size: 22px;
    flex: 1;
    font-family: 'bm'
}

.header-company-name span {
    color: var(--m2);
    font-family: 'bb'
}

.menu-social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto
}

.menu-social a {
    display: flex
}

.header-box {
    flex: 1
}

.logo-header {
    margin: 0;
    display: block
}

a.logo-header picture {
}

a.logo-header img {
    max-width: 143px !important;
    width: 100%
}

.intro {
    margin: 20px 0px 0px 0px;
    padding-bottom: 50px;
    background: url("../images/intro.png");
    background-size: 100% 100%
}

.intro .wrap-content {
    display: grid;
    grid-template-columns: 670fr 450fr;
    gap: 70px
}

.intro-box:nth-child(1) {
    display: grid;
    grid-template-columns: 385fr 255fr;
    gap: 30px
}

.intro-box:nth-child(2) {
    margin-top: 100px
}

.intro-img-item {
    border: #212529 solid 1px;
    padding: 20px;
    width: fit-content
}

.intro-img.img1 {
    text-align: center;
    padding-bottom: 115px
}

.intro-img.img2 {
    display: grid;
    gap: 20px;
    align-content: end;
    position: relative
}

.lytra {
    margin-left: 30px
}

.intro-txt-1 {
    color: var(--m2);
    font-size: 52px;
    margin-bottom: 10px;
    font-family: 'bb'
}

.intro-txt-1 div {
    color: #212529;
    font-size: 30px;
    line-height: 45px;
    margin-right: -30px;
    margin-top: -23px;
    font-family: 'bm'
}

.intro-img.img3 {
    grid-column: 1/3;
    width: fit-content;
    margin: 0px auto;
    display: flex;
    align-items: end;
    font-size: 20px;
    gap: 5px;
    margin-top: -210px;
    position: relative;
    z-index: 3;
    left: -28px
}

.intro-txt-2 {
    writing-mode: tb;
    transform: rotate(180deg);
    text-transform: uppercase
}

.intro-txt-3 {
    font-size: 40px;
    text-align: center;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    font-family: 'bb'
}

.intro-txt-4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 200%;
    letter-spacing: -0.02em;
    margin-top: 20px;
    -webkit-line-clamp: 7;
    font-family: 'mm'
}

.intro-txt-5 {
    color: #000;
    font-family: 'ms';
    width: 145px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px
}

.intro-txt-5:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px
}

.intro-txt-5:after {
    content: '';
    width: 85px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px
}

.intro-line {
    margin-bottom: -35px
}

.bestseller {
    background: url("../images/best2.png");
    background-size: cover;
    padding: 20px 0px 60px 0px
}

.bestseller-title {
    margin-bottom: 25px
}

.bestseller-title span {
    font-weight: 400;
    font-size: 57px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #37281e;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    font-family: 'dw'
}

.bestseller-title img {
    margin-top: -20px
}

.bestseller-title div {
    font-size: 30px;
    letter-spacing: 0.03em;
    color: #222;
    font-family: 'sa';
    margin-top: -25px;
    display: flex;
    align-items: center;
    gap: 10px
}

.bestseller-title div:before {
    content: '';
    height: 2px;
    background: #222;
    width: calc(50vw - 600px + 25px);
    margin-left: calc(-50vw + 600px)
}

.bestseller-box {
    display: flex;
    flex-direction: column
}

.bestseller .product {
    margin: 0px 14px
}

.bestseller-slide {
    margin: 0px -14px
}

.product-info {
    margin-top: 15px
}

.product-number {
    font-size: 64px;
    font-family: 'dw';
    color: #E79108
}

.productmenu-slide {
    margin: 0px -22px
}

.productmenu-item {
    background: #F9F2E7;
    margin: 0px 22px;
    display: grid;
    justify-items: center;
    border-radius: 250px;
    padding: 60px 30px 30px 45px
}

.productmenu-box:nth-child(1) {
    position: absolute;
    left: 30px
}

.productmenu .wrap-content {
    position: relative
}

.productmenu-title {
    font-size: 52px;
    font-family: 'dw';
    writing-mode: vertical-lr;
    position: relative
}

.productmenu-title:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background-color: #000;
    top: -30px
}

.productmenu {
    background: url("../images/menu.png");
    background-position: center;
    background-size: cover;
    background-color: var(--m1);
    padding: 105px 0px 100px 0px;
    position: relative
}

.productmenu-txt-1 {
    font-size: 30px;
    font-family: 'mm';
    text-transform: uppercase;
    margin: 10px 0px 0px 0px
}

.productmenu-box:nth-child(1) {
}

.productmenu-box:nth-child(2) {
    margin: 0px 10%
}

.productmenu-menu {
    height: 250px;
    overflow-y: auto;
    gap: 20px;
    display: grid;
    margin: 10px 0px 15px 0px;
    width: 100%
}

.productmenu-txt-2 {
    font-size: 16px;
    font-family: 'mm';
    -webkit-line-clamp: 1
}

.productmenu-txt-3 {
    position: relative;
    white-space: nowrap
}

.productmenu-pricenew {
    font-size: 17px
}

.productmenu-priceold {
    text-decoration: line-through;
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 0px;
    text-align: right;
    font-size: 11px
}

.productmenu-product {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding-right: 10px;
    color: #000
}

.productmenu-product:hover {
    color: var(--m1)
}

.productmenu-line {
    min-width: 10%;
    border-bottom: #000 dashed 1px;
    flex: 1
}

.productmenu1, .productmenu2 {
    position: absolute;
    width: 100%;
    left: 0px
}

.productmenu1 {
    top: 0px
}

.productmenu2 {
    bottom: 0px
}

.la1 {
    position: absolute;
    bottom: -16%;
    right: 0px;
    z-index: 8
}

.thuvienanh {
    margin: 50px 0px
}

.thuvienanh .wrap-content {
    display: grid;
    grid-template-columns: 330fr 320fr 470fr;
    gap: 34px 37px
}

.thuvienanh-img {
    width: fit-content;
    height: fit-content
}

.thuvienanh-item.item0 {
    display: flex;
    flex-direction: column;
    padding-top: 15px
}

.thuvienanh-item.item0 .thuvienanh-img {
    margin-right: -40px;
    margin-left: auto
}

.thuvienanh-logo {
    position: relative;
    z-index: 9;
    margin-left: auto;
    margin-bottom: -100px;
    margin-right: 41%
}

.thuvienanh-item.item1 {
    margin-left: auto
}

.thuvienanh-item.item2 {
    display: grid;
    padding-top: 10px
}

.thuvienanh-item.item3 {
    margin-top: -44%
}

.thuvienanh-item.item5 .thuvienanh-img {
}

.thuvienanh-txt-1 {
    text-align: center;
    border-bottom: #000 solid 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.thuvienanh-txt-1 span {
    font-size: 67px;
    color: var(--m2);
    font-family: 'bb'
}

.thuvienanh-txt-1 div {
    font-size: 30px;
    font-family: 'br';
    margin-top: -30px
}

.thuvienanh-txt-1:before {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(50vw - 600px);
    left: 100%;
    bottom: -1px;
    background: #000
}

.thuvienanh-txt-2 {
    font-size: 96px;
    font-family: 'su';
    white-space: nowrap;
    position: absolute;
    bottom: -56px
}

.thuvienanh-item.item4 {
    position: relative;
    margin-top: -39%
}

.thuvienanh-item.item5 {
    display: flex
}

.thuvienanh-txt-4 {
    font-family: 'dw';
    text-align: center;
    display: none;
    margin-bottom: 10px;
    text-transform: uppercase
}

.thuvienanh-txt-3 {
    writing-mode: vertical-rl;
    font-family: 'dw';
    font-size: 46px;
    padding-top: 0px;
    text-transform: uppercase;
    position: relative;
    margin-left: 17px
}

.thuvienanh-txt-3:before {
    content: '';
    height: 150px;
    width: 1px;
    background: #37281E;
    position: absolute;
    left: 0px;
    top: -75px
}

.video-feedback {
    margin: 100px 0px 70px 0px
}

.video-feedback .wrap-content {
    display: grid;
    grid-template-columns: 7fr 5fr
}

.video-feedback .wrap-content > div {
    min-width: 100%
}

.video-box {
    display: flex;
    align-items: center;
    justify-content: end
}

.video-number {
    width: 75px
}

.video-slide {
    max-width: 495px
}

.video-item {
    border: #212529 solid 1px;
    padding: 10px;
    position: relative;
    display: block;
    margin: 1px
}

.play-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-number {
    width: 43px;
    height: 88px;
    background: var(--m1);
    font-family: 'dw';
    font-size: 30px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-right: 35px
}

.video-number:after {
    content: '';
    width: 75px;
    height: 45px;
    border: #212529 solid 3px;
    border-top: 0px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%)
}

.video-number:before {
    content: '';
    width: 2px;
    height: 70px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -50px
}

.video-number span {
    position: relative;
    bottom: 10px
}

.video-number span:before, .video-number span:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.video-number span:before {
}

.video-number span:after {
    bottom: 0px
}

.feedback-item {
    display: flex;
    align-items: center;
    gap: 20px
}

.feedback-img {
    width: 165px;
    height: 200px;
    background: url("../images/feedback-img.png");
    background-size: 100% 100%;
    display: flex;
    align-items: start
}

.feedback-txt {
    flex: 1
}

.feedback-img .scale-img {
    width: 120px;
    position: relative;
    top: 35px;
    left: 15px;
    transform: rotate(-1deg)
}

.feedback-txt-1 {
    font-size: 22px;
    font-family: 'ms';
    margin-bottom: 10px;
    -webkit-line-clamp: 1
}

.feedback-txt-2 {
    line-height: 24px;
    -webkit-line-clamp: 4
}

.feedback-title {
    font-size: 40px;
    color: #332221;
    font-family: 'dw';
    border: #212529 solid 1px;
    border-left: 0;
    padding-top: 5px;
    margin-right: 30px;
    padding-left: 30px
}

.feedback-slide {
    margin-left: 20px;
    margin-right: 40px
}

.feedback-arr {
    margin-left: 20px
}

.feedback-arr > div {
    cursor: pointer
}

.footer-info:nth-child(1) {
    width: 100%;
}

.video-feedback {
    position: relative
}

.video-feedback > img {
    position: absolute;
    right: 0px;
    top: -60%
}

.footer-info:nth-child(2) {
    width: 100%;
    margin: 35px 0px;
}

.footer-info:nth-child(3) {
    width: 100%;
    position: relative;
    border-radius: 100px;
    border: 1px solid #299F61;
}

.footer-info:nth-child(4) {
    width: 185px
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
    align-items: center
}

.footer-social span {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.footer-social a {
    display: inline-block
}

.footer-social a:hover {
    transition: 1s ease;
    transform: rotateY(180deg)
}

.footer-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
}

.footer-policy a {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    text-transform: uppercase;
}

.footer-policy a + a:before {
    content: '|';
    margin: 0 30px;
    color: #FFF;
}

.footer-policy a:hover {
    color: gold;
}

.footer-powered .wrap-content {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    font-size: 13px
}

.footer-line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin: 0px 27px
}

.copyright b {
    visibility: visible
}

.copyright b {
    visibility: visible
}

footer {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.best-next, .best-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.best-next {
    right: -50px
}

.best-prev {
    left: -50px
}

.header-mobile {
    display: none
}

.album-d {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

.pbThumbs li {
    width: 100px !important
}

.intro-info-box {
    position: absolute;
    left: 111px;
    top: 104%;
    white-space: nowrap;
    display: grid;
    gap: 17px
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 10px 20px;
    text-transform: uppercase
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: var(--MU-2, #1A1A1A);
    color: #FFF
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block
}

#footer-map {
    position: relative;
    height: 465px
}

#footer-map iframe {
    width: 100%;
    height: 100%;
    display: block
}

.main {
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 15px
}

.pic-banners {
    padding-bottom: 16px
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 30px/2)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: rgb(0 0 0 / 50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: -30px;
    top: 0px
}

.control-owl button.owl-next {
    right: -30px;
    top: 0px
}

.wrap-brand {
    padding: 0
}

.wrap-product.wrap-list.wrap-brand .grid-product {
    grid-template-columns: repeat(5, 1fr);
    );
    )
}

.wrap-brand .wrap-content {
    position: relative
}

.brandHome {
    display: block;
    background: #fff;
    border: 1px solid #D9D9D9 !important;
    margin: 10px 5px 10px;
    padding: 5px 10px
}

.brandHome img {
}

.title-product {
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    background: #e3f5e4;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 10px
}

.title-product span {
    position: relative;
    font-size: 15px;
    color: #fff;
    background: var(--color-main);
    font-family: 'SVN-PoppinsSemiBold';
    text-transform: capitalize;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.see_pro {
    color: #333;
    font-size: 14px;
    margin-right: 5px
}

.catProduct_i {
    margin: 0px 5px;
    position: relative
}

.catProduct_i a {
    cursor: default;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #333333 !important;
    font-family: 'SFProDisplaySemibold';
    cursor: pointer
}

.catProduct_i a:hover, .catProduct_i a.active {
    transition: all ease 0.4s;
    color: #dd3333 !important;
    background: none
}

.flex_product {
    display: flex;
    justify-content: space-between
}

.flex_product >div:nth-child(1) {
    width: 285px
}

.flex_product >div:nth-child(2) {
    width: calc(100% - 295px)
}

.title-product-cat {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 90%
}

.control-products2, .control-products {
    top: 0
}

.product-list .control-owl.add button.owl-prev, .product-list-2 .control-owl.add button.owl-prev {
    display: none
}

.product-list .control-owl.add button.owl-next, .product-list-2 .control-owl.add button.owl-next {
    right: 0px;
    top: 0px;
    background: none
}

.product-list .control-owl.add {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2)
}

.header-top {
    background: var(--MU-CHNH, #0AA6D7)
}

.header-top .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 40px
}

.info-header, .info-header marquee {
    color: #1A1A1A;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    display: block;
    width: 50%
}

.info-header:nth-child(1) {
    width: 50%;
    text-align: left
}

.info-header:nth-child(2) {
    text-align: right
}

.info-header i {
    color: var(--color-main);
    margin-right: 6px
}

.social-header {
}

.position-relative {
    position: relative !important
}

.icon-hd {
    min-width: 100%;
    width: 100%
}

.outside-icon {
    width: 42px;
    height: 42px;
    color: var(--color-main);
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes rotate-intro {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }

}

.info_hotline {
    display: grid;
    flex-wrap: wrap;
    align-items: center;
    grid-template-columns: 52px 1fr;
    gap: 10px
}

.info_hotline .box-infoHeader p {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px
}

.info_hotline .box-infoHeader a {
    display: block;
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.info_hotline3 .box-infoHeader a {
}

.info_hotline2 {
    color: #373737;
    font-size: 13px;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.info_hotline2 img {
    margin-right: 6px
}

.info_hotline2:hover {
    transition: 0.5s ease;
    color: var(--color-main)
}

.wrap-about-index {
    background: url(../images/p1.jpg);
    padding: 60px 0
}

.wap-aboutHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.leftAbout {
    width: 49.5%;
    position: relative;
    padding-bottom: 175px
}

.rightAbout {
    width: 49%
}

.slick-about {
    position: relative;
    width: 58%
}

.slick-about2 {
    width: 61%;
    position: absolute;
    right: 0;
    bottom: 0
}

.imgAbout .pic-imgAbout {
    margin-bottom: 0;
    border-radius: 10px
}

.imgAbout img {
    border-radius: 10px
}

.slick-about2 .imgAbout {
    box-shadow: -10px -10px 0px #FBFDFF;
    border-radius: 10px;
    margin: 10px 10px 0
}

.boxYear {
    position: absolute;
    width: 230px;
    left: 0;
    bottom: 0;
    background: var(--color-main);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 20px 10px
}

.desc-yearHome {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 86px;
    margin-bottom: 10px;
    line-height: 1
}

.desc-yearHome span {
}

.name-yearHome {
    font-size: 18px;
    margin-bottom: 0
}

.box-aboutHome {
}

.title-1 {
    color: #717171;
    font-size: 22px;
    font-style: normal;
    font-family: SVN-PoppinsLight;
    letter-spacing: 1.1px;
    text-transform: capitalize
}

.name-about {
    color: var(--color-main);
    font-family: Oswald;
    font-size: 56px;
    font-style: normal;
    font-weight: 700
}

.desc-about {
    color: #383838;
    text-align: justify;
    font-size: 13px;
    line-height: 30px
}

.view-about {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    display: table;
    background: var(--color-main);
    border: 1px solid var(--color-main);
    min-width: 152px;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 0;
    margin-left: auto
}

.view-about:hover {
    transition: 0.5s;
    background: #ffff;
    color: var(--color-main)
}

.slick-criteria {
    width: 70%
}

.criteria {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 7px 0
}

.pic-criteria {
    background: #D3EFD4;
    width: 90px;
    margin-bottom: 0;
    text-align: center;
    margin-right: 10px;
    padding: 25px 4px;
    border-radius: 50%
}

.criteria:hover .pic-criteria {
    transition: 0.7s;
    transform: rotateY(180deg)
}

.info-criteria {
    width: calc(100% - 100px)
}

.name-criteria {
    font-size: 18px;
    color: var(--color-main);
    font-family: 'SVN-PoppinsSemiBold';
    text-transform: capitalize
}

.desc-criteria {
    margin-bottom: 0;
    color: #545454;
    font-size: 14px;
    line-height: 23px;
    -webkit-line-clamp: 2
}

.pic-criteria img {
    margin: auto
}

.wrap-productListHome {
    padding: 50px 0
}

.proList {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 10px;
    width: calc(100% - 20px) !important
}

.pic-proList {
    display: inline-block;
    margin-bottom: 10px
}

.name-proList {
    font-size: 13px;
    color: #3E3E3E;
    -webkit-line-clamp: 2;
    text-transform: capitalize
}

.proList:hover .name-proList {
    transition: 0.5s;
    color: var(--color-main)
}

.slick-prev:before, .slick-next:before {
    color: #000
}

.slick-dots li button:before {
    color: var(--color-main);
    font-size: 10px
}

.wrap-product-index {
    background: url(../images/bg1.jpg)no-repeat;
    background-size: cover;
    padding: 50px 0
}

.title-product-index {
    background: url(../images/p1.png)center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: table;
    min-width: 71%;
    margin: 0 auto 15px;
    padding: 36px 0
}

.title-product-index h2 {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2F4858;
    font-family: "UTM American Sans";
    font-size: 35px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block
}

.slogan-index {
    color: #7B7B7B;
    font-size: 13px
}

.slogan-index-2 {
    color: #ffff;
    text-align: center
}

.slick-product {
}

.slick-product .product {
    margin: 10px 10px;
    border: 0
}

.view-more {
    color: #1D1D1D;
    display: table;
    margin: 20px auto 0;
    background: #FFCC01;
    padding: 14px 16px;
    text-transform: capitalize;
    min-width: 240px;
    text-align: center
}

.view-more:hover, .view-more-product a:hover {
    transition: 0.5s ease;
    background: #ffff;
    color: var(--color-main)
}

.bannerQC {
    display: block;
    margin: 5px 6px
}

.wrap-bannerQC {
    padding: 60px 0 30px
}

.wrap-product2-index {
    padding: 30px 0 60px
}

.wap-title-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.bix-title-product {
    width: 45%;
    border-left: 5px solid var(--color-main);
    padding-left: 12px
}

.title-product-index2 {
    color: #232323;
    font-size: 30px;
    font-family: 'SVN-PoppinsSemiBold';
    text-transform: uppercase
}

.product-list {
    width: 50%
}

.wrap-serviceHome {
    position: relative;
    padding: 50px 0
}

.wrap-serviceHome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/bg2.jpg)no-repeat;
    height: 470px;
    background-size: cover;
    z-index: -1
}

.title-main-index {
}

.title-main-index h2 {
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-family: 'SVN-PoppinsBlack'
}

.product-list-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px
}

.product-list-2 a {
    color: #282828;
    background: #fff;
    display: inline-block;
    transform: skew(-20deg);
    padding: 14px 25px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'SVN-PoppinsSemiBold'
}

.product-list-2 a:hover, .product-list-2 a.active {
    background: #FFC000;
    color: #fff
}

.product-list-2 a span {
    transform: skew(20deg);
    display: inline-block
}

.newsHome {
    position: relative;
    margin: 5px 5px;
    text-align: left;
    background: #ffff;
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}

.pic-newsHome {
}

.info-newsHome {
    padding: 0px 10px 20px;
    display: grid
}

.name-newsHome {
    font-size: 15px;
    color: #383838;
    text-transform: capitalize;
    font-weight: bold
}

.desc-newsHome {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #7C7C7C
}

.view-newsHome {
    display: inline-flex;
    color: #404040;
    font-size: 13px;
    font-style: italic;
    align-items: center;
    margin-left: auto
}

.view-newsHome i {
    color: var(--color-main);
    font-size: 25px;
    margin-left: 7px
}

.w-service .newsHome {
    margin: 10px 10px;
    background: none;
    box-shadow: none;
    text-align: center
}

.w-service .pic-newsHome {
    -webkit-mask-image: url(../images/dv.png);
    mask-image: url(../images/dv.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    padding: 5px;
    background: #fff
}

.w-service .pic-newsHome img {
    -webkit-mask-image: url(../images/dv.png);
    mask-image: url(../images/dv.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat
}

.w-service .info-newsHome {
}

.w-service .name-newsHome {
    font-size: 20px;
    color: #242424
}

.w-service .desc-newsHome {
    color: #464646;
    line-height: 30px
}

.w-service .view-newsHome {
    display: inline-flex;
    border-radius: 50vw;
    border: 1px solid #1D8B20;
    background: rgba(217, 217, 217, 0.00);
    padding: 6px 10px;
    margin: auto
}

.newsHome:hover .name-newsHome {
    transition: 0.5s ease;
    color: var(--color-main) !important
}

.newsHome:hover .view-newsHome {
    transition: 0.5s ease;
    color: var(--color-main) !important
}

.slogan-index-3 {
    font-size: 15px;
    background: url(../images/d1.png)center bottom no-repeat;
    padding-bottom: 13px;
    margin-bottom: 20px
}

.wrap-newsHome {
    background: url(../images/p1.jpg);
    padding: 55px 0
}

.wap-newsHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.left-newsHome {
    width: 33%
}

.right-newsHome {
    width: 66%
}

.right-newsHome .bix-title-product {
    width: 25%
}

.pageNews .owl-dots {
    display: none
}

.product-list-3 {
    width: 70%
}

.product-list-3 a {
    transform: inherit;
    padding: 10px;
    color: #424242;
    font-size: 13px;
    background: #ECECEC;
    text-transform: capitalize;
    border-radius: 0
}

.product-list-3 a span {
    transform: inherit
}

.product-list-3 a:hover, .product-list-3 a.active {
    background: var(--color-main);
    color: #fff
}

.title-question {
    color: #232323;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'SVN-PoppinsBold';
    background: url(../images/d2.png)left bottom no-repeat;
    padding-bottom: 20px
}

.wap-question {
    position: relative;
    height: 250px;
    overflow-y: auto;
    padding-right: 6px
}

.wap-question::-webkit-scrollbar {
    width: 5px
}

.wap-question::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.wap-question::-webkit-scrollbar-track {
    background: #f1f1f1
}

.box-question {
    background: #fff;
    margin-bottom: 10px;
    transition: 1s linear;
    transition-duration: 1s;
    transition-delay: 1s
}

.info-question {
    border: 1px solid #D3D3D3;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 10px;
    background: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px
}

.pic-question {
    margin-bottom: 0;
    width: 30px;
    margin-right: 10px
}

.name-question {
    flex: 1;
    font-size: 13px;
    font-family: 'SVN-PoppinsSemiBold';
    text-transform: uppercase
}

.content-question {
    font-size: 15px;
    line-height: 28px;
    opacity: 0;
    height: 0;
    transform: translateY(0px);
    padding: 0
}

.box-question .info-question svg {
    position: absolute;
    right: 15px;
    top: 17px
}

.box-question2 {
    transition: 1s linear
}

.box-question2 .info-question {
    background: #fecaca33;
    transition: 1s linear
}

.box-question2 .info-question svg {
    transform: rotate(90deg)
}

.box-question2 .content-question {
    opacity: 1;
    height: 100%;
    transition: 0.5s ease;
    padding: 10px
}

.wrap-questionNewsletter {
    background: url(../images/bg3.jpg)no-repeat;
    background-size: cover;
    padding: 60px 0
}

.wap-questionNewsletter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.left-question {
    width: 48%;
    background: #F8F8F8;
    padding: 20px 20px
}

.right-Newsletter {
    width: 49%
}

.title-newsletter {
    font-size: 30px;
    color: #ffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SVN-PoppinsBold'
}

.w-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.newsletter-input-2 {
    width: 49%;
    margin-bottom: 10px
}

.newsletter-input {
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

.newsletter-input .invalid-feedback {
    display: none !important;
}

.newsletter-input:nth-child(5) {
    margin: 0;
}

.newsletter-input input, .newsletter-input textarea {
    border: 0;
    border-radius: 7px !important;
    background: #EBEBEB;
    height: 40px;
    border-radius: 0;
    color: #4D4D4D;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 192.308% */
    padding: 5px 20px;
}

.newsletter-input textarea {
    height: 108px;
    resize: none;
}

.newsletter-input .input-group-prepend {
    margin-left: 0 !important
}

.newsletter-input .input-group-text {
    height: 100%;
    background: rgba(64, 64, 64, 0.20);
    border: 0;
    color: #fff;
    border-radius: 0
}

.newsletter-input input::placeholder, .newsletter-input textarea::placeholder {
    color: #4D4D4D
}

.newsletter-button input {
    display: inline-flex;
    padding: 11px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--MU-CHNH, #AA1C06);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 0; /* 192.308% */
    text-transform: uppercase;
}

div.box-hethong {
    padding: 0 0;
    position: relative
}

div.box-hethong .ht-left {
    width: 36%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 4;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    padding-left: calc(50% - 600px);
    padding-right: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

div.box-hethong .ht-right {
    width: 100%;
    position: relative;
    height: 480px
}

div.box-hethong .ht-left .item-ht {
    margin-bottom: 2px;
    font-size: 16px;
    cursor: pointer;
    padding: 18px 20px;
    color: #000;
    display: block;
    background: #D2D2D2
}

div.box-hethong .ht-left .item-ht .ten {
    display: block;
    position: relative;
    padding-left: 10px
}

div.box-hethong .ht-left .act-item {
    background: #ffff
}

div.box-hethong .ht-left .item-ht .ten::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%
}

div.box-hethong .ht-right iframe {
    width: 100%;
    height: 100%;
    display: block
}

div.box-hethong .ht-left .item-ht p {
    margin-bottom: 2px
}

div.box-hethong .ht-left .item-ht p span {
    color: #fffc00
}

.td-chinhanh {
    font-size: 30px;
    color: #ffff;
    text-transform: uppercase
}

.slogan-chinhanh {
    color: #fff;
    font-size: 13px
}

.box-chinhanh {
}

.wap-chinhanh {
    position: relative;
    height: 185px;
    overflow-y: auto;
    padding-right: 4px
}

.wap-chinhanh::-webkit-scrollbar {
    width: 5px
}

.wap-chinhanh::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.wap-chinhanh::-webkit-scrollbar-track {
    background: #f1f1f1
}

.view-more-product a {
    display: table;
    margin: 20px auto 0;
    background: #1D8B20;
    border: 1px solid var(--color-main);
    color: #FFFF;
    padding: 14px 10px;
    text-transform: capitalize;
    min-width: 240px;
    text-align: center
}

.box-hethong2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box-hethong2 .ht-left {
    width: 40%
}

.box-hethong2 .ht-right {
    width: 59%;
    height: 310px
}

.box-hethong2 .ht-right iframe {
    width: 100%;
    height: 100%;
    display: block
}

.box-hethong2 .ht-left .item-ht {
    border: 1px solid var(--color-main);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px 10px;
    cursor: pointer
}

.box-hethong2 .ht-left .item-ht .ten {
    font-family: 'SVN-PoppinsBold';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 6px;
    display: block
}

.box-hethong2 .ht-left .item-ht .mota-chinhanh {
    margin-bottom: 0
}

.box-hethong2 .ht-left .item-ht.act-item {
    background: var(--color-main)
}

.box-hethong2 .ht-left .item-ht.act-item .ten {
    color: #ffff
}

.box-hethong2 .ht-left .item-ht.act-item .mota-chinhanh {
    color: #ffff
}

.wap-parameterTab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5rem 0;
    align-items: flex-start
}

.tabs-pro-detail {
    width: 100%
}

.wap-parameter {
    width: 28%;
    border: 1px solid var(--color-main)
}

.title-detailPro {
}

.info-parameter {
    padding: 10px
}

.info-parameter #parameter-content {
    display: block !important
}

.view-parameter {
    display: table;
    margin: auto;
    color: var(--color-main);
    border: 1px solid var(--color-main);
    min-width: 50%;
    text-align: center;
    border-radius: 5px;
    padding: 7px 5px;
    cursor: pointer;
    text-transform: capitalize
}

.view-parameter:hover {
    transition: 0.5s;
    color: #fff;
    background: var(--color-main)
}

.btn-product-detail {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    background-color: gray;
    padding: 13px 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px
}

.btn-zalo-detail {
    background-color: #0058d9
}

.btn-phone-detail {
    background-color: #33981a
}

.btn-phone-detail:hover {
    background-color: #277414;
    color: #ffff
}

.btn-zalo-detail:hover {
    background-color: #0049b5;
    color: #ffff
}

.chitietsanpham {
    max-height: 500px;
    overflow: hidden
}

.chitietsanpham.active {
    max-height: unset
}

.toggle_btn {
    text-transform: capitalize;
    text-align: center;
    color: var(--color-main);
    padding: 5px;
    cursor: pointer
}

.left-newsDetail {
    width: 100%
}

.right-newsDetail {
    width: 100%
}

.news4 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

a.news4 {
    color: #555;
    padding-left: 1rem;
    position: relative;
    z-index: 0
}

a.news4:hover {
    color: var(--m1)
}

a.news4:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #555;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0;
    transform: rotate(45deg)
}

.news4 + .news4 {
    margin: 10px 0 0
}

.pic-news4 {
    width: 90px;
    margin-right: 15px;
    margin-bottom: 0
}

.info-news4 {
    flex: 1
}

.name-news4 {
    font-size: 15px;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 3px
}

.news4:hover .name-news4 {
    transition: 0.5s;
    color: var(--color-main)
}

.desc-news4 {
    margin-bottom: 0;
    color: #333;
    -webkit-line-clamp: 2;
    line-height: 20px
}

.info_hotline .box-infoHeader a span {
    color: var(--MU-2-TONE-EN, #C92A28)
}

.info_hotline .box-infoHeader a.custom {
    color: var(--MU-2-TONE-EN, #C92A28);
    leading-trim: both;
    text-edge: cap;
    font-family: SVN-Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px
}

.info_hotline3 {
    margin-left: 40px
}

.slickver2 a {
    display: block;
    margin-top: 0
}

.product-picshow {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.link {
    position: relative;
    z-index: 0
}

.gocreview_link span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    box-sizing: border-box;
    animation: lineRun 1s linear infinite;
    z-index: 1
}

.gocreview_link span:before {
    border-color: var(--m1)
}

.product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 2px solid transparent;
    box-sizing: border-box;
    animation: lineRun 2s linear infinite;
    z-index: 1
}

.product:hover:before {
    border-color: var(--m1)
}

@keyframes lineRun {
    0% {
        clip-path: inset(0% 100% 0% 0%)
    }

    25% {
        clip-path: inset(0% 0% 100% 0%)
    }

    50% {
        clip-path: inset(0% 0% 0% 100%)
    }

    75% {
        clip-path: inset(100% 0% 0% 0%)
    }

    100% {
        clip-path: inset(0% 100% 0% 0%)
    }

}

.btn, .form-control {
    font-size: 14px
}

#quickViewModal .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto
}

.cart-pro-detail a.addnow:hover {
    background-color: #111 !important;
    color: var(--m1) !important;
    border-color: #111 !important
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--m1) !important;
    color: #111 !important
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--MU-2-TONE-EN, #C92A28)
}

.album-product img {
    min-height: unset
}

.fotorama__thumb-border {
    border-color: var(--m1) !important
}

.fotorama--fullscreen {
    background: rgb(0 0 0 / 50%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0px !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: transparent
}

.submenu.show {
    display: block
}

.intro_thanhtich_wrap {
    position: relative;
    z-index: 0;
    padding: 86px 0px
}

.intro_thanhtich_wrap:before, .intro_thanhtich_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    background: url(../images/t14a.png) top center no-repeat;
    background-size: cover
}

.intro_thanhtich_wrap:after {
    top: unset;
    bottom: 0;
    transform: scale(-1)
}

.jFiler-input-dragDrop {
    width: 100% !important
}

.jFiler-input-choose-btn.red {
    color: var(--m1) !important;
    border-color: var(--m1) !important
}

.jFiler-input-choose-btn.red:hover {
    background: var(--m1) !important;
    color: white !important
}

.jFiler-input-text h3 {
    margin: 0 !important;
    font-size: 18px !important;
    background: transparent !important;
    padding: 0 !important;
    color: #2b2b2b !important
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    width: 100% !important;
    height: auto;
    min-height: inherit
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    padding: 0 !important
}

.jFiler-item .jFiler-item-container .jFiler-item-thumb img {
    max-width: 100% !important;
    width: 100% !important
}

.page-item.active .page-link {
    color: #FFF !important
}