@font-face {
    font-display: block;
    font-family: 'SFProDisplay-Regular';
    src: url('../fonts/frontend/SFProDisplay-Regular.eot');
    src: url('../fonts/frontend/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/frontend/SFProDisplay-Regular.woff') format('woff'), url('../fonts/frontend/SFProDisplay-Regular.ttf') format('truetype'), url('../fonts/frontend/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'SFProDisplay-Bold';
    src: url('../fonts/frontend/SFProDisplay-Bold.eot');
    src: url('../fonts/frontend/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/frontend/SFProDisplay-Bold.woff') format('woff'), url('../fonts/frontend/SFProDisplay-Bold.ttf') format('truetype'), url('../fonts/frontend/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'SFProDisplay-Medium';
    src: url('../fonts/frontend/SFProDisplay-Medium.eot');
    src: url('../fonts/frontend/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/frontend/SFProDisplay-Medium.woff') format('woff'), url('../fonts/frontend/SFProDisplay-Medium.ttf') format('truetype'), url('../fonts/frontend/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'SFProDisplay-Bold';
    src: url('../fonts/frontend/SFProDisplay-Bold.eot');
    src: url('../fonts/frontend/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/frontend/SFProDisplay-Bold.woff') format('woff'), url('../fonts/frontend/SFProDisplay-Bold.ttf') format('truetype'), url('../fonts/frontend/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'SFProDisplay-Semibold';
    src: url('../fonts/frontend/SFProDisplay-Semibold.eot');
    src: url('../fonts/frontend/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/frontend/SFProDisplay-Semibold.woff') format('woff'), url('../fonts/frontend/SFProDisplay-Semibold.ttf') format('truetype'), url('../fonts/frontend/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'UTMTimesBold';
    src: url('../fonts/frontend/UTMTimesBold.eot');
    src: url('../fonts/frontend/UTMTimesBold.eot?#iefix') format('embedded-opentype'), url('../fonts/frontend/UTMTimesBold.woff') format('woff'), url('../fonts/frontend/UTMTimesBold.ttf') format('truetype'), url('../fonts/frontend/UTMTimesBold.svg#UTMTimesBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Main */
:root {
    --bgrg: linear-gradient(to right, #F1E4BA, #F4E5B5);
    --mxh: #1B3D2D;
    --colormain: #1B3D2D;
    --colormainxam: #303030;
    --colormainhv: #1B3D2D;
    --colormainnau: #5B1900;
    --bgmain: #1B3D2D;
    --bgnhat: #1B3D2D;
    --bgdam: #001322;
    --bgmainhv: #1B3D2D;
    --bgbtntienich: #1B3D2D;
    --font: 'SFProDisplay-Regular';
    --fontB: 'SFProDisplay-Bold';
    --fontM: 'SFProDisplay-Medium';
    --fontSB: 'SFProDisplay-Semibold';
    --fontUTMTimesBold: 'UTMTimesBold';
}

body {
    font-size: 14px;
    font-family: var(--font);
    line-height: 1.2;
    top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
body {
    line-height: 1.4;
}

strong {
    display: inline;
}

a {
    text-decoration: none
}

ul {
    padding-inline-start: 15px;
}

.content-detail figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

.content-detail figure>figcaption {
    text-align: center;
    display: block;
}

.content-detail blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.content-detail blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.content-detail table {
    width: 100%;
}

.content-detail table tr td,
.content-detail table tr {
    margin: 0;
    color: #676767;
    border: 1px solid #e1e1e0;
    padding: 10px;
}

ul:not(.info-pro-detail ul):not(.content-detail ul):not(.toolbar ul) {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

video,
iframe:not(.content-detail iframe, .video-main iframe, .fancybox__html5video, .fancybox__iframe) {
    max-width: 100% !important;
}

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mg-col-0 {
    padding-left: 0px;
    padding-right: 0px;
}

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

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.col-30 {
    padding-left: 15px;
    padding-right: -15px;
}

.col-20 {
    padding-left: 10px;
    padding-right: 10px;
}

.mg-col-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-top-bottom {
    padding: 2rem 0;
}

.pad-top {
    padding-top: 2.5rem;
}

.pad-bottom {
    padding-bottom: 2.5rem;
}

.mg-top {
    margin-top: 2.5rem;
}

.mg-bottom {
    margin-bottom: 2.5rem;
}

.hover_xemthem {
    transition: 0.4s;
}

.hover_xemthem:hover {
    letter-spacing: 2px;
}

.overhidden {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.radius-7 {
    border-radius: 7px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-content {
    max-width: 1250px;
    margin: auto;
    width: calc(100% - 30px);
}


.pd-l-10 {
    padding-left: -10px;
}

.pd-r-10 {
    padding-right: -10px;
}

.mg-l-10 {
    margin-left: -10px;
}

.mg-r-10 {
    margin-right: -10px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.padding-col {
    padding: 0 10px;
}

.relative {
    position: relative;
}

.top-bar {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
}

.address-top {
    margin: 0;
    font: 15px var(--fontM);
    text-align: left;
    color: #4B4949;
    padding: 12px 0 12px 50px;
    background: url(../images/map.png) left center no-repeat;
    width: 30%;
}

.hotline-tuvan {
    margin: 0;
    font: 15px var(--fontM);
    text-align: left;
    color: #4B4949;
    padding: 12px 0 12px 50px;
    background: url(../images/phone.png) left center no-repeat;
    width: 30%;
}

.mail-tuvan {
    background: url(../images/mail.png) left center no-repeat;
}

.hotline-tuvan span {
    font: 16px var(--fontOswaldSemiBold);
    display: block;
    color: var(--color-red);
}

.hotline-header {
    color: #fff;
    justify-content: flex-end;
}

.top-bar .slogan-head {
    margin: 0px;
    line-height: 20px;
}

.top-bar-right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

.top-bar .info-head {
    float: right;
    margin-left: 15px;
}

.top-bar .wrap-content {
    /* line-height: 40px; */
}

.title-anhi {
    color: var(--bgmain);
    text-transform: uppercase;
    font: 35px var(--fontUTMTimesBold);
    border-bottom: 1px solid #000;
    padding: 0 0 5px;
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .title-anhi {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
}

.info-head {
    margin-bottom: 0;
}

.info-head i {
    margin-right: 2px;
    font-size: 15px;
}

.social {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 10px;
}

.social img {
    max-height: 26px;
}

.social-footer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.social-footer a img {
    max-width: 60px;
}

.social a {
    display: block;
}

.social img:hover {
    animation: zoomBreath 0.5s infinite ease-in-out;
}

@keyframes zoomBreath {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#ngonngu {
    float: left;
    padding: 10px;
    height: 40px;
    line-height: 20px;
}

#ngonngu a {
    display: inline-block;
    height: 25px;
    height: 19px;
}

#ngonngu a img {
    height: 19px;
}

.lang-head {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0 8px;
}

.lang-head a {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.lang-head a img {}

ul.social-top {
    float: right;
    margin: 5px 0px !important;
    margin-right: 20px !important;
}

.social-top li {}

.social-top li a {
    max-width: 30px;
    display: block;
    /* float: left; */
}

.list-menu-top {
    float: right;
    display: flex;
    align-items: center;
}

.list-menu-top li {
    float: left;
}

.list-menu-top li a {
    /* margin-left: 10px; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.list-menu-top .menu-line {
    width: 1.5px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0px 10px;
    border-radius: 5px;
}

.wrap-header {
    background: #fff;
    position: relative;
    padding: 5px 0;
    box-shadow: none;
}

.wrap-header .wrap-content {
    position: relative;
    z-index: 1;
}

.header-address {}

.header-address a {
    display: block;
    position: relative;
    padding: 5px 0 5px 60px;
    font: 14px var(--fontB);
    color: var(--colormain);
    text-transform: uppercase;
}

.header-address a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../images/diachi.png) center center no-repeat;
}

.header-address a span {
    display: block;
    font: 14px var(--fontM);
    color: var(--colormainxam);
    text-transform: none;
    padding: 5px 0 0;
}

.header-phone {}

.header-phone a {
    display: block;
    position: relative;
    padding: 5px 0 5px 60px;
    font: 14px var(--fontB);
    color: var(--colormain);
    text-transform: uppercase;
}

.header-phone a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../images/phone.png) center center no-repeat;
}

.header-phone a span {
    display: block;
    font: 14px var(--fontM);
    color: var(--colormainxam);
    padding: 5px 0 0;
}

.fix_head {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999 !important;
    padding: 0;
}

.fix_head .logo a.effect-run {
    display: block;
}

.fix_head .logo a.effect-run-min {
    display: none;
}

.header {
    /* background: linear-gradient(to bottom, #FFFFFF, #FFEDED); */
    /* position: sticky; */
    top: 0px;
    z-index: 99;
    position: relative;
}

.header-top {
    background: var(--bgmain);
    padding: 0;
    text-align: center;
    font: 14px var(--font);
    color: #fff;
    padding: 5px 0;
}

.header-top-row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
    gap: 15px 28px;
    padding-left: 170px;
    background: url(../images/Union.png) left bottom no-repeat;
}

.header-top-left,
.header-top-mid,
.header-top-right {}

.header-top-left i,
.header-top-mid i,
.header-top-right i {}

.slogan-head {
    color: #fff;

}

.slogan-head .wrap-content {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .wrap-content,
.menu .wrap-content {
    /* max-width: 1178px; */
    /* width: calc(100% - 188px); */
}

@media (max-width: 1199px) {
    .wrap-header::before {
        display: none;
    }

    .header .wrap-content,
    .menu .wrap-content {
        max-width: 1250px;
        width: calc(100% - 24px);
    }
}

.gg-translate-custom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.gg-translate-custom-text {
    color: #000;
}

.wrap-top-row {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    gap: 10px;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 0;
}

.banner-text {
    flex: 0 0 auto;
}

.banner-text a {
    display: block;
    text-decoration: none;
    line-height: 1.15;
}

.banner-text-line1 {
    display: block;
    font: 24px var(--fontHelveticaNeue);
    font-style: italic;
    color: #272727;
    letter-spacing: 0.02em;
}

.banner-text-line2 {
    display: block;
    margin-top: 2px;
    font: 60px var(--fontHelveticaNeue-Medium);
    background: linear-gradient(312deg, #EDD375, #1B3D2D, #D3AC4D);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.logo-banner {
    width: 50%;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.head-bottom .wrap-content {
    padding: 10px 0;
}

.hotline-head {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

.hotline-head::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 17px;
    background: url('../images/phone-header.png') center center no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    animation: shake-left-right 0.8s infinite ease-in-out;
    transform-origin: center;
}

.address-head {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

.address-head::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 17px;
    background: url('../images/map_header.png') center center no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    animation: shake-left-right 0.8s infinite ease-in-out;
    transform-origin: center;
}

.header .logo {
    width: 280px;
    flex: 0 0 280px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo a {
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo a.effect-run-min {
    display: none;
}

.header .logo img {
    max-height: 85px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.header .banner {
    flex: 1 1 auto;
    max-width: 480px;
    min-width: 0;
}

.banner a {
    display: block;
}

.banner img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    display: block;
}

.wrap-top-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

@keyframes shake-left-right {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-12deg);
    }

    40% {
        transform: rotate(12deg);
    }

    60% {
        transform: rotate(-12deg);
    }

    80% {
        transform: rotate(12deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.info-head {
    color: #fff;
    margin: 10px 0;
    font: 14px var(--fontSM);
}

.info-head i {
    color: var(--colormainhv);
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.menu-hotline {}

.menu-hotline .number-phone {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #996533;
    display: block;
    text-align: center;
    padding: 5px 0;
}

.menu-hotline .number-phone:hover {
    background: var(--color-main);
}

.number-phone-two {
    animation: effectTextTwo 2s linear infinite;
    color: transparent;
}

@-moz-keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#FF7E5D, #f00);
        -webkit-background-clip: text;
    }
}

@-webkit-keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#FF7E5D, #f00);
        -webkit-background-clip: text;
    }
}

@-o-keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#FF7E5D, #f00);
        -webkit-background-clip: text;
    }
}

@keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#FF7E5D, #f00);
        -webkit-background-clip: text;
    }
}

@-moz-keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ffce5d, #ffe300);
        -webkit-background-clip: text;
    }
}

@-webkit-keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ffce5d, #ffe300);
        -webkit-background-clip: text;
    }
}

@-o-keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ffce5d, #ffe300);
        -webkit-background-clip: text;
    }
}

@keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ffce5d, #ffe300);
        -webkit-background-clip: text;
    }
}

.wrap-slide-menu {
    position: relative;
}

/* Menu */
.menu {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0 0 -25px;
}

.menu.fix_head {
    /* background: #292929; */
    width: 100%;
    left: 0;
    /* padding: 10px 0; */
}

.menu.fix_head .logo img {
    /* max-height: 80px; */
}

.menu.fix_head .logo .effect-run {
    display: none;
}

.menu.fix_head .logo .effect-run-min {
    display: block;
}

.menu-grid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    position: relative;
    width: 100%;
    background: var(--bgrg);
    border-radius: 10px;
    padding: 0 10px;
}

.menu.fix_head .menu-grid {
    /* max-width: 1250px; */
    margin: auto;
    /* width: calc(100% - 30px); */
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu ul.menu-main {
    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;
    flex: 1 1 auto;
    gap: 0;
    margin: 0;
    min-height: 50px;
}

.menu ul li {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    text-align: center;
}

.menu ul.menu-main>li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #C0A85F;
    transform: translateY(-50%);
    border-radius: 50%;
}

.menu ul li a>i.fa-home {
    font-size: 20px;
}

.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.menu-main>li>a {
    /* height: 50px; */
    /* line-height: 50px; */
    text-align: center;
    /* border-left: 1px solid rgb(255 255 255 / 50%); */
}

.menu-main>li>a:hover,
.menu-main>li>a.active {
    /* background: url(../images/linemenu.png) center center no-repeat; */
    /* background-size: 100% 100%; */
    /* color: #F7C100; */
}

.menu-main li:hover>a {
    /* color: #F7C100; */
}

.menu ul li a {
    display: block;
    position: relative;
    color: var(--colormain);
    padding: 0 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--fontSB);
    line-height: 50px;
    white-space: nowrap;
    letter-spacing: 0;
    /* min-width: 115px; */
}

.menu-quote {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    height: 40px;
    padding: 0 18px;
    border-radius: 5px;
    background: #F7C100;
    color: var(--colormainnau);
    font: 16px var(--fontB);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.menu-quote i {
    padding-right: 5px;
}

.menu-quote:hover {
    color: #fff;
    background: Var(--bgmain)
}

.menu ul.menu-main>li>a {}

.menu ul li a:hover {
    /* color: #F7C100; */
}

.menu ul.menu-main>li>a.active {
    /* color: #F7C100; */
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu ul li a.has-child.active:after {
    border-color: currentColor;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    /* margin-top: -5px; */
    /* padding-top: 0.75rem; */
    /* padding-bottom: 0.75rem; */
    background: var(--bgrg);
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    /* border-bottom: 2px solid var(--color-main); */
}

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

.menu ul li ul li {
    /* padding-left: 0.75rem; */
    /* padding-right: 0.75rem; */
}

.menu ul li ul li a {
    color: #1B3D2D;
    border-bottom: 1px solid #bdbaba;
    padding: 12px 10px 11px;
    text-transform: capitalize;
    border-radius: 0;
    line-height: 1.35;
    text-align: left;
}

.menu ul li ul li a.has-child {
    margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu ul li ul li a.active {
    color: #ec2d3f;
}

.menu ul li ul li a.active.has-child:after {
    border-color: #ec2d3f;
}

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

.menu ul li ul li:hover>a {
    background: var(--bgmain);
    color: #fff;
}

.menu ul li ul li:hover>a.has-child:after {
    border-color: #ec2d3f;
}

.menu ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}

.wrap-field {
    overflow: hidden;
}

.wrap-field .field-top {
    padding-bottom: 1.5rem;
}

.wrap-field .field-top .info-field {}

.wrap-field .field-top .info-field .info-field__title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100% - 1rem);
}

.wrap-field .field-top .info-field .info-field__title span {
    color: #545454;
    text-transform: uppercase;
    font-size: 26px;
}

.wrap-field .field-top .info-field .info-field__description {}

.field-mid {}

.field-left {
    height: 100%;
    position: relative;
}

.field-mid .field-list {
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.field-mid .field-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.field-mid .field-list .field-list-wrap {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
}

.field-mid .field-list.active {
    opacity: 1;
    z-index: 2;
}

.field-mid .field-list .field-list-info {}

.field-mid .field-list .field-list-info .field-list-info__title {}

.field-mid .field-list .field-list-info .field-list-info__title h4 {
    font-size: 30px;
    /* line-height: 47px; */
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #217cbd;
}

.field-mid .field-list .field-list-info .field-list-info__title h4 a {
    color: #fff;
}

.field-mid .field-list .field-list-info .field-list-info__title h4 a {}

.field-mid .field-list .field-list-child {}

.field-mid .field-list .field-list-child ul {}

.field-mid .field-list .field-list-child ul li {}

.field-mid .field-list .field-list-child ul li a {
    color: #fff;
    margin: 5px 0px;
    display: block;
    font-weight: 600;
}

.field-mid .field-list .field-list-child ul li a:hover {
    color: #f37800;
}

.field-mid .field-list .field-list-child ul li a i {
    margin-right: 5px;
}

.field-mid .field-list-two.active,
.field-mid .field-list-two:hover {
    background: #0e4d82
}

.field-mid .field-list-two {
    height: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #086db5;
    color: #fff;
    flex-wrap: wrap;
    text-align: center;
    border-right: 1px solid #217cbd;
    border-bottom: 1px solid #217cbd;
    transition: 0.3s;
    cursor: pointer;
}

.field-mid .field-list-two .field-list-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid rgba(8, 109, 181, 0.7);
    padding: 15px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-mid .field-list-two .field-list-icon::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid #086db5;
    border-radius: 100%;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.field-mid .field-list-two .field-list-icon img {
    max-height: 40px;
}

.field-mid .field-list-two .field-list-icon__title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.field-list-info__link {}

.field-list-info__link a {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border: 2px solid #fff;
    margin-top: 10px;
    color: #fff;
    transition: 0.3s;
}

.field-list-info__link a:hover {
    background: #0a6db5;
    border-color: #0a6db5;
}

/* About */
.wrap-about {
    /* background: #f5f5f5; */
}

.wrap-about .info-about {}

.wrap-about .info-about .info-about__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.wrap-about .info-about .info-about__title span {
    color: var(--color-main);
}

.wrap-about .info-about .info-about__title:after {
    content: '';
    width: 70px;
    height: 2px;
    background: var(--color-main);
    left: 0;
    position: absolute;
    bottom: 0;
}

.wrap-about .info-about .info-about__description {}

.link-detail {
    border-radius: 5px;
    /* display: inline-flex; */
    /* align-items: center; */
    padding: 0.7rem 0.8rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1.5rem;
    border: 1px solid var(--color-main);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: var(--color-main);
    display: inline-block;
    font-size: 13px;
}

.link-detail i {
    /* margin-left: 12px; */
    font-size: 15px;
    /* float: right; */
}

.link-detail:before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: 0.4s;
    bottom: 0;
}

.link-detail:hover {
    color: var(--color-main);
}

.link-detail:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}


.criteria-items {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

.criteria-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.criteria-items a img {
    margin-right: 15px;
}

.criteria-items .criteria-items__img {
    height: 60px;
}

.criteria-items .criteria-items__content {}

.criteria-items .criteria-items__content div {
    font-size: 40px;
    color: #3676c3;
    font-weight: bold;
    margin: 10px 0px 5px;
}

.criteria-items .criteria-items__content h3 {
    font-size: 20px;
    color: #3676c3;
    font-weight: bold;
    margin: 5px 0px 10px;
}

.criteria-items .criteria-items__content p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 5px;
}

/* Toc */
a.mucluc-dropdown-list_button {
    display: block;
    width: 100%;
    border: 1px solid var(--bgmain);
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: var(--color-main) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
}

.meta-toc.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111;
}

.meta-toc .mucluc-dropdown-list_button {
    display: none
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
    display: block !important;
}

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
    max-height: 340px;
    overflow-y: scroll;
    border-radius: 7px;
}

.box-readmore::-webkit-scrollbar {
    background: #ececec;
    width: 5px;
    height: 11px;
    border-radius: 50px;
}

.box-readmore::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 50px;
}

.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none;
}

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

.box-readmore ul li a {}

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

.box-readmore ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore ul li li a {
    font-weight: 400;
}

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

.meta-toc-fix {
    /* display: none; */
    position: sticky;
    top: 69px;
    background: #fff;
    margin: 5px 0;
}

a.mucluc-dropdown-list_button {}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: var(--colormain) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: 1px solid var(--bgmain);
    margin-right: 5px;
}

.meta-toc-fix.fiedx {
    /* position:fixed; */
    /* left:5px; */
    /* top:200px; */
    /* z-index:111; */
    /* display: block; */
}

.meta-toc-fix .mucluc-dropdown-list_button {
    /* display:none; */
    color: var(--colormain) !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.meta-toc-fix.fiedx .mucluc-dropdown-list_button {
    display: block;
}

.meta-toc-fix:not(.fiedx) .box-readmore-fix {
    /* display:block !important; */
}

.box-readmore-fix {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
    max-height: 340px;
    overflow-y: scroll;
    border-radius: 7px;
    display: none;
}

.box-readmore-fix::-webkit-scrollbar {
    background: #ececec;
    width: 5px;
    height: 11px;
    border-radius: 50px;
}

.box-readmore-fix::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 50px;
}

.meta-toc-fix.fiedx .box-readmore-fix {
    width: 350px;
    display: none;
}

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

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

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

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

.box-readmore-fix ul li a {}

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

.box-readmore-fix ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore-fix ul li li a {
    font-weight: 400;
}

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

/* loadpage website */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

.loading-text ul {
    margin-top: 1.875rem
}

.loading-text ul li {
    -webkit-animation: anime 1.5s infinite linear;
    animation: anime 1.5s infinite linear;
    display: inline-block;
    font-family: var(--bs-font-monospace);
    font-size: 1.875rem;
    letter-spacing: 1px
}

.loading-text ul li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loading-text ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loading-text ul li:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loading-text ul li:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading-text ul li:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loading-text ul li:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loading-text ul li:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loader {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-bottom: 3.125rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001
}

/* name */
.anim {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px)
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

}

@keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px)
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

}

/* end name*/
@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

/*  end loadpage website */



.title-detail-main {
    color: #252525;
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* General */
.title-main {
    margin-bottom: 20px;
    text-align: center;
}

.title-main span {
    margin: 0;
    padding: 0 60px;
    font: 40px var(--fontB);
    color: var(--colormain);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background:
        url("../images/line_l.png") left center no-repeat,
        url("../images/line_r.png") right center no-repeat;

}

.title-main b {
    color: var(--color-main);
    font-weight: bold;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    color: var(--color-main);
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

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

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

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 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;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.text-sm {
    font-size: 0.875rem !important;
}

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

.control-owl.control-dev button:hover {
    background: var(--background-static)
}

.control-owl.control-dev button:hover svg {
    stroke: #fff
}

.control-owl.control-dev button {
    opacity: 0.9;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

.control-owl.control-dev button svg {
    width: 30px;
    stroke: #000;
}

/* Lazyload */
img.lazy {
    opacity: 0;
}

img:not(.initial) {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

/* Search */
.search_desktop {
    position: relative;
    flex: 0 0 200px;
    width: 200px;
    min-width: 0;
    float: none;
}

.search_desktop .icon-search_desktop {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    color: var(--colormainxam);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 4px;
}

.search_desktop .icon-search_desktop.active {
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
}

.search_desktop .search-grid_desktop {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 42px;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 2;
    opacity: 1;
    line-height: normal;
}

.search_desktop .search-grid_desktop p {
    float: left;
    width: 46px;
    height: 42px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #1B3D2D;
    line-height: 42px;
    text-align: center;
}

.search_desktop .search-grid_desktop input {
    width: calc(100% - 46px);
    float: left;
    height: 42px;
    line-height: 42px;
    outline: none;
    border: none;
    color: #1B3D2D;
    font-size: 14px;
    padding: 0 0 0 0px;
    background: transparent;
    font-family: var(--font);
}

.search_desktop .search-grid_desktop input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.search_desktop .search-grid_desktop input:-moz-placeholder {
    color: #a9a9a9;
}

.search_desktop .search-grid_desktop input::-moz-placeholder {
    color: #a9a9a9;
}

.search_desktop .search-grid_desktop input:-ms-input-placeholder {
    color: #a9a9a9;
}

.cart-header,
.contact-header {
    flex: 0 0 auto;
}

.cart-header a,
.contact-header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    color: #fff;
    font: 15px var(--fontB);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.cart-header a {
    background: linear-gradient(90deg, #F7C95A 0%, #D88C19 100%);
}

.cart-header a i {
    margin-right: 8px;
    font-size: 15px;
}

.contact-header a {
    background: #1B3D2D;
}

.cart-header a:hover,
.contact-header a:hover {
    color: #fff;
}

/* Search RP */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: var(--bgmain);
    font-size: 20px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #363636; */
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 38px;
    right: 0px;
    width: 0px;
    height: 37px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 15px;
    display: block;
    color: var(--color-main);
    line-height: 35px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 34px;
    outline: none;
    border: none;
    color: var(--color-red);
    font-size: 13px;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/* Slideshow */
.slideshow {
    position: relative;
}

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

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

.control-slideshow {
    opacity: 0;
}

.info-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.name-slide {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.desc-slide {
    font-size: 15px;
    color: #fff;
    width: 500px;
    margin: 20px 0;
}

.views-more-slide {
    background-color: var(--background-static);
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 15px;
}

.box-slide.slick-current.slick-active .name-slide {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .desc-slide {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .views-more-slide {
    animation: scaleLarge;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.slide-text .slick-prev,
.slide-text .slick-next {
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.slide-text .slick-prev {
    left: 5px;
}

.slide-text .slick-next {
    right: 5px;
}

.slide-text .slick-prev:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f053";
}

.slide-text .slick-next:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f054";
}

.slide-text .slick-dots {
    bottom: 20px;
}

.slide-text .slick-dots li {
    margin: 0;
}

.slide-text .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}

/* Breadcrumb */
.breadCrumbs {
    /* background-color: #eee; */
    position: relative;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    height: 100%;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #fff;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item span {
    color: #fff;
}

.breadcrumb>li {
    order: 2;
}

.breadcrumb>li.breadcrumb-item1 {
    order: 1;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.breadcrumb>li.breadcrumb-item1:before {
    display: none;
}

.wrap-content .breadcrumb-item.breadcrumb-item1 a {
    font: 36px var(--fontB);
    color: var(--bgmainhv);
    text-transform: uppercase;
}

.wrap-content .breadcrumb-item.breadcrumb-item1 a span {
    color: #fff;
    /* background: linear-gradient(312deg, #EDD375, #1B3D2D, #D3AC4D); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* color: transparent; */
}

/* Intro */
.wrap-intro {}

.news-intro:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #cacaca;
}

.news-scroll:before,
.news-scroll:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #cacaca;
}

.news-scroll:before {
    top: 10px;
}

.news-scroll:after {
    bottom: 40px;
}

.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.news-control:hover {
    opacity: 1;
    color: #ec2d3f;
}

.news-control#up {
    top: -10px;
}

.news-control#down {
    bottom: 20px;
}

/* Partner */
.control-partner button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}

.control-partner button:hover {
    opacity: 0.7;
}

.control-partner button.owl-prev {
    left: 0px;
}

.control-partner button.owl-next {
    right: 0px;
}

.wrap-partner {
    padding: 40px 0 40px;
}

.wrap-partner .wrap-content {
    position: relative;
}

.partner {
    display: block;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #EBEBEB;
    margin: 5px 0;
}

.partner img {
    margin: 0 auto;
}

.wrap-partner.wrap-partner-hp {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

.wrap-partner-hp>.wrap-content {
    position: relative;
    z-index: 1;
}

.wrap-partner-hp .title-home.title-home-partner {}

.wrap-partner-hp .title-home.title-home-partner h2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0 15px;
    font: 20px var(--fontB);
}

.wrap-partner-hp .title-home.title-home-partner h2:before {
    background:
        url("../images/line.png") left center no-repeat;
    position: relative;
    content: '';
    flex-grow: 1;
    height: 5px;
}

.wrap-partner-hp .title-home.title-home-partner h2:after {
    background:
        url("../images/line.png") left center no-repeat;
    position: relative;
    content: '';
    flex-grow: 1;
    height: 5px;
}

.wrap-partner-hp .title-home-partner p {
    display: none;
}

.title-home h2 {
    margin: 0;
    font: 45px var(--fontUTMTimesBold);
    color: var(--colormain);
    position: relative;
    text-transform: capitalize;
}

.video {
    cursor: pointer;
    margin-bottom: 1rem;
}

.video .video-image {
    position: relative;
    margin-bottom: 0.75rem;
}

.video .video-image:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px / 2);
    left: calc(50% - 35px / 2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

.video .video-name {
    text-align: center;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px;
}

/* Album */
.album {
    cursor: pointer;
}

.album .album-image {
    margin-bottom: 0.75rem;
}

.album .album-name {
    margin-bottom: 0px;
    text-align: center;
}

.album .album-name a {
    display: block;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px;
}

/* Brand */
.wrap-brand .wrap-content {
    position: relative;
}

.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto;
}

/* Product */
.wrap-product {
    padding: 30px 0;
}

.wrap-menu-home {
    background: url(../images/bgmenu.png) no-repeat;
    background-size: cover;
    position: relative;
    margin: 30px 0;
    padding: 50px 0;
}

.wrap-content-menu {
    padding: 0 180px;
    position: relative;
}

.title-main-menu {
    width: 240px;
    height: 119px;
    background: url(../images/menu.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: -80px;
}

.wrap-menu-home::before {
    position: absolute;
    content: '';
    right: 20px;
    bottom: 0;
    width: 238px;
    height: 218px;
    background: url(../images/after.png) top center no-repeat;
    background-size: 100% 100%;
}

.bamdexemmenu {
    position: absolute;
    left: 0;
    bottom: 10%;
}

.bamdexemmenu a {
    background: #Fff;
    padding: 10px 20px;
    color: #000;
    font: 15px var(--font-Kalam-Regular);
    border-radius: 10px;
    display: inline-block;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}

/* Product Detail */
.grid-pro-detail {
    margin-bottom: 2rem;
}

.left-pro-detail {
    position: relative;
    /* text-align: center; */
    /* width: 45%; */
}

.right-pro-detail {
    /* width: calc(55% - 40px); */
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0;
}

.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: var(--color-red);
    font-family: var(--font1FTV-Helvetica-Bold);
}

.comment-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    /* margin-bottom: 1rem; */
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

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

.brand-pro-detail {}

.brand-pro-detail a {
    background: var(--color-red);
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 23px;
    color: #f00;
}

.price-new-pro-detail span {
    color: #000;
    font: 16px var(--font);
}

.price-old-pro-detail {
    font-weight: 400;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
    top: -1px;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 14px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: var(--bgmainhv);
}

.cart-pro-detail {
    margin: 1rem 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: calc(50% - 5px);
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.5s ease;
    background: var(--bgmainhv);
}

.cart-pro-detail a:hover {}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    /* background: #fff; */
    /* color: var(--bgmain); */
    border: 1px solid var(--bgmainhv);
    transition: all 0.5s ease;
}

.cart-pro-detail a.buynow {
    background-color: var(--bgmainhv);
    border: 1px solid var(--bgmainhv);
}

.cart-pro-detail a:hover {
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cart-pro-detail a i {
    padding-right: 5px;
}

.camket-pro-detail {
    position: sticky;
    top: 140px;
    /* width: 290px; */
}

.camket-pro-detail .widget {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.camket-pro-detail h4 {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.camket-pro-detail .widget-line {
    width: 70px;
    height: 2px;
    background-color: var(--color-main);
}

.camket-pro-detail .widget-content {
    border: 1px solid #f2f2f2;
    border-top: none;
    position: relative;
    top: -2px;
}

.camket-pro-detail .camket ul {
    margin: 0px;
    padding: 0px;
}

.camket-pro-detail .camket ul li {
    list-style: none;
    border-top: 1px dotted #e5e5e5;
    padding: 10px 10px 10px 30px;
    background: url(../images/icon-ul.svg) no-repeat 10px 10px;
}

.camket-pro-detail .camket ul li:first-child {
    border-top: 0px;
}

.camket-pro-detail .thongso ul {
    margin: 0px;
    padding: 0px;
}

.camket-pro-detail .thongso ul li {
    list-style: none;
    border-top: 1px dotted #e5e5e5;
    padding: 10px;
}

.camket-pro-detail .thongso ul li:first-child {
    border-top: 0px;
}

/* News */

.news {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.pic-news {

    position: relative;
}


.pic-news img {
    width: 100%;
}

.info-news {
    padding: 15px 0 0;
}

.name-news {
    font: 20px var(--fontB);
    color: #000000;
    text-transform: uppercase;
    min-height: 42px;
}

.name-news.text-split {
    -webkit-line-clamp: 2;
}

.name-news:hover {
    color: var(--bgmain);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 10px;
}

.desc-news {
    color: #484848;
    margin-top: 5px;
    line-height: 22px;
    font: 15px var(--font);
}

.news .news-name {
    margin-bottom: 0.5rem;
}

.news .news-name a {
    color: #333;
    font-size: 16px;
}

.news .news-name a.text-split {
    -webkit-line-clamp: 2;
}

.news .news-name a:hover {
    color: #ec2d3f;
}

.news .news-time {
    color: #84878a;
    margin-bottom: 0.25rem;
}

.news .news-desc {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

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

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

.list-news-other li {
    margin-bottom: 2px;
    list-style: square;
    margin-left: 13px;
    color: var(--color-main);
}

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

.list-news-other li a:hover {
    color: var(--color-main);
}

/*News orther*/
.othernews {
    position: sticky;
    top: 140px;
    z-index: 7;
}

.news-other {
    margin-bottom: 15px;
}

.pic-news-other {
    width: 40%;
}

.info-news-other {
    width: 60%;
    padding-left: 10px;
}

.name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.name-news-other:hover {
    color: var(--background-static);
}

.name-news-other.text-split {}

/* Contact */
.form-floating.form-floating-cus>input,
.form-floating-cus>select {
    height: 50px;
    border-radius: 35px;
    margin-bottom: 10px;
    padding: 0 20px 0 20px;
}

.form-floating.form-floating-cus>textarea {
    height: 100px;
}

.form-floating.form-floating-cus>label {
    padding: 13px 10px;
    color: var(--color-gray);
}

.contact-article {
    margin-bottom: 3rem;
}

.contact-input {
    position: relative;
    margin-bottom: 20px;
}

.contact-input input,
.contact-input textarea {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-input input:focus,
.contact-input textarea:focus {
    box-shadow: none;
    outline: none;
}

.contact-input textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
}

.contact-map {
    position: relative;
    height: 500px;
}

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

.wrap-form-phone {
    /* height: 45px; */
    /* display: flex; */
    box-shadow: 0px 0px 3px 0px #ccc;
}

.form-phone {
    /* height: 45px; */
    /* display: flex; */
    padding: 15px;
}

.phone-input {
    position: relative;
    height: 100%;
    /* width: calc(100% - 60px); */
}

.phone-input input {
    border-radius: 0px;
    height: 100%;
    width: 100%;
}

.phone-button {
    width: 70px;
    margin-top: 10px;
    text-align: center;
    margin: auto;
}

.phone-button input[type="submit"] {
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    border-radius: 0;
    background: var(--background-static);
    width: 100%;
    font-weight: bold;
    border-radius: 3px;
}

/* Footer */

footer {
    color: #fff;
    position: relative;
    min-height: 376px;
    padding: 180px 0 50px;
    background: url(../images/bg_ft.png) center top no-repeat;
    background-size: cover;
}

footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc((100% - 1200px)/2);
    width: 181px;
    height: 225px;

}

footer>.container {
    position: relative;
}

footer .wrap-content {}

footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
}

.wrap-content-footer-top {
    margin: 0 0 30px 0;
}

.wrap-footer-row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.logo-banner-footer {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.row_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px 0;
}

.footer1 {
    width: 38.7%;
    padding: 0;
}

.footer2 {
    width: 26.3%;
    padding: 0;
}

.footer3 {
    width: 35%;
    padding: 0;
}

.footer4 {
    width: 30%;
}

.addons-fanpage-map {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    gap: 0 50px;
    background: rgb(47 108 202);
    padding: 20px;
    border: 1px solid #116FA6;
}

.mangxahoi_footer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    margin: 30px 0 10px 0;
}

.mangxahoi_footer div {
    font: 20px var(--fontM);
}

.mangxahoi_footer span {
    flex-grow: 1;
    background: rgb(255 255 255 / 50%);
    height: 1px;
}

.mangxahoi_footer a {}

.mangxahoi_footer a img {
    max-height: 40px;
}

.line-ft {
    width: 1px;
    /* height:100%; */
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 0%) 100%);
    margin: 0 20px;
}

#fanpage-facebook-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tilte-fc-ft {
    width: 44px;
    height: 100%;
    /* writing-mode: vertical-lr; */
    /* text-orientation: mixed; */
    transform-origin: left top;
    white-space: nowrap;
    color: #022543;
    font-size: 20px;
    text-decoration: underline;
    transform: translateX(5px) translateY(63px) rotate(270deg);
    text-transform: uppercase;
}

.tilte-fc-ft {}

.addons-fanpage-map-left {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}

.addons-fanpage-map-right {
    width: calc(65% - 50px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}

#fanpage-facebook {
    width: calc(35% - 50px);
    border-radius: 15px;
    overflow: hidden;
}

#fanpage-facebook .fb_iframe_widget,
.fb_iframe_widget_fluid span {
    overflow: hidden;
    display: block;
}

.logo-footer {}

.logo-footer img {
    /* max-height: 160px; */
}

.noidungfooter code {
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.compayname {
    text-transform: uppercase;
    font: 20px var(--fontB);
    color: yellow;
    padding: 0 0 15px;
}

.row_footer1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font: 16px var(--fontM);
    margin: 0 0 20px 0;
}

.hotline-footer {
    color: #fff;
    padding: 10px 0 10px 40px;
    background: url(../images/hot-footer.png) left center no-repeat;
}

.hotline-footer span {
    display: block;
    color: var(--bgmain);
    padding: 5px 0 0;
    font-size: 20px;
}

.email-footer {
    color: #fff;
    padding: 10px 0 10px 40px;
    background: url(../images/mail-footer.png) left center no-repeat;
}

.email-footer span {
    color: #fff;
}

.line-footer {
    height: 41px;
    background: rgb(255 255 255 / 41%);
    width: 1px;
}

.logoft {
    width: 30%;
    margin: 0 0 20px 0;
}

.info_footer {
    margin: 25px 0 20px 0;
    font: 15px var(--font);
}

.info_footer p {
    margin: 20px 0;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font: 16px var(--fontB);
    color: #333333;
}

.info_footer p span {
    font-family: var(--fontB);
    padding-right: 5px;
}

.info_footer p i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ttft1 {
    font: 20px var(--fontUTMTimesBold);
    line-height: 1.2;
    color: #fff;
    position: relative;
    /* padding: 0 0 16px 0; */
    margin: 0 0 20px;
}


.noidungfooter,
.noidungfooter p,
.noidungfooter a {
    color: #fff;
    font: 15px var(--font);
    line-height: 1.75;
}

.noidungfooter p {
    margin: 0 0 4px;
}

.chinhsach {}

.chinhsach a {
    font: 16px var(--font);
    line-height: 1.2;
    color: #fff;
    display: block;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 10px;
}

.footer3 .chinhsach {}

.chinhsach span {}

.chinhsach span:last-child {
    display: none;
}

.chinhsach a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    color: #fff;
    line-height: 1;
}

.chinhsach a:hover {
    color: #ffc136;
}

.footer2 .social {
    gap: 9px;
    margin-top: 4px;
}

.footer2 .social a {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd968 0%, #f0b83c 45%, #cf8614 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.footer2 .social img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.mangxahoift {
    /* margin: 26px 0 0; */
    gap: 5px;
}

.mangxahoift img {
    max-width: 30px;
}

.mangxahoift a {}

.copppy {
    font: 14px var(--font);
    color: #fff;
    padding: 20px 0;
    background: var(--bgmainhv);
}

.coppyright {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font: 15px var(--font);
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-top: 0;
    margin: auto 0 0;
    background: linear-gradient(to right, #49B4A5, #204E47, #49B4A5);
}

.coppyright a {
    color: #fff;
}

.coppyright strong,
.coppyright b {
    font-family: var(--fontB);
}

.thongke {
    text-align: right;
}

.thongke span {
    padding: 0 5px;
}

.footer-article {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: var(--bgmainhv);
    color: #fff;
}

.footer-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}

.footer-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #FFCA06, rgb(255 202 6 / 0%));
    margin-top: 10px;
}

.footer-title-min {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.name-company {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-copyright a {
    color: #fff;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-ul li a:hover {
    text-decoration: none;
    color: var(--color-main);
}

.footer-tags {
    background: #eee;
}

.footer-tags .wrap-content {
    padding: 30px 15px;
}

.footer-tags-lists {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-tags-lists li {
    float: left;
}

.footer-tags-lists li a {
    padding-bottom: 0.375rem;
}

.footer-powered {
    color: #ffffff;
    background-color: var(--color-main);
    padding: 20px 10px;
    text-align: center;
}

.footer-powered a {
    color: #fff;
}

.footer-powered .wrap-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-statistic {
    text-align: right;
}

.footer-statistic span {
    padding-right: 10px;
}

.footer-statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 310px;
    overflow: hidden;
    border-radius: 200px;
    width: 65%;
}

#footer-map iframe {
    width: 100% !important;
    height: 400px !important;
    top: 0px !important;
    left: 0px !important;
}

/* Like Share */
.social-plugin {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
    z-index: 4;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
    text-align: center;
    margin: 30px 0 0;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: #ec2d3f;
    background-color: #ec2d3f;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.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;
}

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

/* Transition All */
.transition,
.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,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

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

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

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    /* position: fixed;
    right: 20px; */
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
}

.btn-frame span.count-cart {
    position: absolute;
    right: -5px;
    top: -10px;
    background: #fff;
    width: 24px;
    height: 19px;
    border-radius: 5px;
    color: var(--bgbtntienich);
    z-index: 9;
    text-align: center;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bgmainhv);
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 23px;
}

.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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--bgmain);
    opacity: .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;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--bgmain);
    opacity: .4;
}

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

.ungdung {
    position: fixed;
    right: 18px;
    top: 120px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
}

.ungdung li {
    margin: 8px 0 0;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

.btn-cart {
    bottom: 415px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

.btn-phone i {
    font-size: 22px;
    color: #fff;
    transform: rotate(10deg);
}


.progress-wrap {
    position: fixed;
    bottom: 70px;
    right: 19px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f077';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: var(--bgmain);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--bgmain);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}


/* Messenger */
.js-facebook-messenger-top-header {
    background: #487dfc;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.js-facebook-messenger-container.closed {
    display: none !important;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-tooltip.closed {
    display: none !important;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
    z-index: 999;
}

.js-facebook-messenger-tooltip {
    z-index: 999;
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1000000000000000019884624838656;
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.js-facebook-messenger-box {
    z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--bgmainhv);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-container {
    width: 250px;
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-head {
    width: 220px;
    color: #ffffff;
    background: #1182fc;
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-top-head {
    color: #ffffff;
    background: #1182fc;
    width: 220px;
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-container.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1;
}

/* Cart Fix */


/* Toolbar */
.scrollToTopMobile.scrollToTop {
    display: block !important;
    height: unset;
    position: unset;
}

.modal-body .toolbar {
    display: block;
    position: relative;
}

.toolbar {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    display: none;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}

.toolbar.is-active .list-phone {
    display: block;
    -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}

.toolbar .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none;
}

.toolbar .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    max-width: 240px;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 50px;
    padding-right: 30px;
    text-decoration: none;
}

.toolbar .list-phone svg {
    max-width: 30px;
    max-height: 30px;
}

.toolbar .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: var(--background-static);
    font-weight: 700;
    font-size: 18px;
}

.toolbar .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform .2s ease-in-out;
}

.toolbar .phone a {
    color: #333;
    display: block;
    position: relative;
}

.toolbar .phone a:before,
.toolbar .phone a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 30px;
    height: 3px;
    border-radius: 2rem;
    background-color: var(--color-main);
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.toolbar .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.toolbar .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--bgbtntienich);
}

.toolbar.is-active .phone {
    transform: rotate(-180deg);
}

.toolbar.is-active .phone svg {
    opacity: 0;
}

.toolbar.is-active .phone a:before,
.toolbar.is-active .phone a:after {
    opacity: 1;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: #fff;
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;
}

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

.toolbar ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #ffff;
}

.toolbar ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.toolbar ul li a span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    text-transform: capitalize;
}

.toolbar ul li a img,
.toolbar ul li svg {
    max-height: 30px;
    fill: var(--bgbtntienich);
    width: 100%;
}

.toolbar .phone svg {
    animation: tada 1.2s infinite;
    fill: var(--bgbtntienich);
}

.tada {
    animation: tada 1.2s infinite;
}

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

.toolbar ul li.lang-toolbar a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}

.toolbar ul li.lang-toolbar a img {
    height: 10% !important;
}

.ex6 path {
    fill: none;
    stroke: var(--bgbtntienich);
    stroke-width: 0.5;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 5s ease forwards;
    animation: dash 5s ease forwards;
}

@-webkit-keyframes dash {
    to {
        fill: var(--color-main);
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        fill: var(--bgbtntienich);
        stroke-dashoffset: 0;
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media(max-width:1001px) {
    .toolbar {
        display: block;
    }

    .scrollToTop,
    #messages-facebook {
        /* display: none !important; */
    }
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    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;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px / 2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a {
    display: block;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-animation: headAnimation 0.7s 1;
    animation: headAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: "\f00d";
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, 0.5);
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, 0.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}

.wcircle-icon i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.wrap-newsnb {
    background: #f0f0f0;
}

.wrap-newsnb .wrap-content {
    position: relative;
}

a.name-newsnb {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: normal;
}

a.name-newsnb.text-split {
    -webkit-line-clamp: 2;
}

a.name-newsnb:hover {
    color: var(--color-dark-red);
}

.desc-newsnb {
    color: #333;
}

.video-main {
    position: relative;
    height: 400px;
}

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

.listvideos {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: var(--color-black);
    margin-top: 10px;
    cursor: pointer;
}

.item-video1 img {
    max-height: 292px;
}

.item-video2 img {
    /* height: 102px; */
}

.pic-video {
    position: relative;
    cursor: pointer;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    left: calc(50% - 50px / 2);
    top: calc(50% - 35px / 2);
    z-index: 1;
    background: url(../images/play.png) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

.pic-video img {
    width: 100%;
}

.pic-video-2 {
    position: relative;
    cursor: pointer;
}

.pic-video-2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    left: calc(50% - 50px / 2);
    top: calc(50% - 35px / 2);
    z-index: 1;
    background: url(../images/play.png) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

.pic-video-2 img {
    width: 100%;
}

.name-video {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

.owl-video {
    margin-top: 10px;
}

.newshome-intro .name-newshome {
    margin: 10px 0;
}

.newshome-intro .view-newshome {
    margin-top: 10px;
}

.newshome-scroll {
    overflow: hidden;
    max-height: 590px;
}

.news_index_box {
    display: flex;
    position: relative;
    background: #F8F8F8;
    padding: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.news_index_date {
    text-align: center;
    font: 14px var(--font);
    margin: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bgmainhv);
    color: #fff;
    width: 60px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news_index_date span {
    width: 100%;
    height: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news_index_date span:after {
    position: relative;
    content: '';
    background: rgb(255 255 255 / 50%);
    width: 20px;
    height: 1px;
    display: block;
}

.news_index_img {
    text-align: left;
    width: 38%;
}

.news_index_img img {
    margin: 0
}

.news_index_content {
    width: 62%;
    padding: 0 0 0 15px;
    position: relative;
}

.news_index_name {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.news_index_name a {
    font: 17px var(--fontM);
    text-transform: uppercase;
    color: #000;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.news_index_desc {
    text-align: left;
    height: 72px;
    font: 14px var(--font);
    line-height: 24px;
    color: var(--colormain);
    display: -webkit-box;
    margin: 5px 0 15px 0;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_index_seemore {}

.news_index_seemore a {
    padding: 10px 0px;
    color: var(--colormain);
    display: inline-block;
    font: 13px var(--font);
}

.news_index_seemore a i {
    padding-left: 5px;
}

.news_index_seemore a:hover {
    color: var(--bgmain);
}

.news_index_describe {
    font: 13px var(--font);
    line-height: 20px;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-slick {
    display: flex;
    margin-bottom: 20px;
    min-height: 156px;
}

.news-slick h3 {
    margin: 0;
}

.news-slick h3 a.name-newshome {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 17px;
}

.news-slick .img {
    width: 270px;
    border-radius: 10px;
}

.news-slick .info {
    width: calc(100% - 150px);
    padding-left: 15px;
}

.flex_ttnb {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.newshome-intro {
    width: calc(50% - 20px);
}

.newshome-intro .pic-newshome-best {
    border-radius: 10px;
}

.pic-newshome-normal {
    float: left;
    width: 34%;
    margin-right: 3%;
    margin-bottom: 0px;
}

.pic-newshome-normal img {
    width: 100%;
}

.info-newshome-normal {
    float: left;
    width: calc(100% - 37%);
}

.name-newshome {
    color: var(--color-black);
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
}

.name-newshome.text-split {
    -webkit-line-clamp: 2;
}

.name-newshome.text-split a {
    color: #000;
}

.time-newshome {
    color: var(--color-gray);
    margin-bottom: 10px;
}

.desc-newshome {
    color: var(--color-black);
    margin-bottom: 0px;
    text-align: justify;
}

.desc-home-cl.text-split {
    -webkit-line-clamp: 2;
    margin: 0px;
}

.view-newshome {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    color: #000;
}

.view-newshome:hover {
    color: #000;
}

/*Product */
.box-product {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    /* padding: 0.5rem; */
    /* background: #996533; */
    text-align: left;
}

.box-product:hover {
    /* background: var(--bgmain); */
}

.pic-product {
    /* background: #ffffff; */
    position: relative;
    margin-bottom: 0;
    /* padding: 10px; */
    /* border: 1px solid #e5e5e5; */
}

.pic-product img {
    width: 100%;
}

.info-product {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
}

.product-tool {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.product-tool a {
    cursor: pointer;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0 0 0 / 0.6);
}

.product-tool a:hover {
    background-color: rgb(0 0 0 / 0.8);
}

.product-tool a svg {
    margin-right: 5px;
}

.product-tool a span {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
}

.box-product:hover .product-tool {
    opacity: 1;
    visibility: visible;
}

.product-owl-info {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.name-product-owl {
    padding: 10px 0;
    text-align: center;
}

.name-product {
    color: var(--colormainxam);
    margin: 20px 0 0;
    font: 15px var(--fontM);
    text-align: center;
}

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

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

.product-owl-xemchitiet {
    text-align: right;
}

.product-owl-xemchitiet a {
    display: inline-block;
    text-align: left;
    font: 15px var(--font-Kalam-Regular);
    background: var(--bgmain);
    padding: 2px 10px;
    color: #fff;
}

.box-product:hover .product-owl-xemchitiet a {
    background: #996533;
}

.kichthuoc-product {
    margin: 0px 0 10px 0;
    font: 16px var(--font);
    padding: 0;
    color: var(--colormainxam);
}

.price-product {
    margin: 10px 0 0;
    font: 14px var(--font);
    padding: 0;
    color: #C0A85F;
}

.price-product span {}


.box-product .price-new {
    font-size: 15px;
    color: #C0A85F;
    font-weight: 700;
}

.box-product .price-old {
    padding-left: 10px;
    color: #Fff;
    text-decoration: unset;
    /* font-size: 13px; */
}

.box-product .price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    width: calc(50% - 3px);
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-add {
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

.box-product-in {
    position: relative;
    margin-bottom: 40px;
}

.pic-product-in {
    /* background: #ffffff; */
    position: relative;
    margin-bottom: 1rem;
}

.pic-product-in img {
    width: 100%;
}

.product-tool {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.product-tool a {
    cursor: pointer;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0 0 0 / 0.6);
}

.product-tool a:hover {
    background-color: rgb(0 0 0 / 0.8);
}

.product-tool a svg {
    margin-right: 5px;
}

.product-tool a span {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
}

.box-product-in:hover .product-tool {
    opacity: 1;
    visibility: visible;
}

.cover-info-product-in {
    max-width: 400px;
    width: 80%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /* color: #fff; */
}

.name-product-in {
    font-size: 14px;
    color: #3676c3;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
    font-size: 34px;
    display: block;
}

.name-product-in:hover {}

.name-product-in.text-split {
    -webkit-line-clamp: 2;
}

.price-product-in {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.price-product-in span {}

.price-new {
    position: relative;
    top: 1px;
    color: #C0A85F;
    font-family: var(--fontSB);
}

.price-old {
    padding-left: 10px;
    color: var(--color-gray);
    text-decoration: line-through;
    font-size: 22px;
    position: relative;
    top: 1px;
}

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.cart-product-in {
    margin-bottom: 0px;
}

.cart-product-in span {
    cursor: pointer;
    width: calc(50% - 3px);
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-add {
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}


.dm-noibat {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
    gap: 10px;
}

.dm-noibat a {
    cursor: pointer;
    text-transform: uppercase;
    color: var(--color-main);
    font: 16px var(--fontM);
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid;
}

.dm-noibat a:hover,
.dm-noibat a.active {
    background: var(--bgmain);
    color: #fff;
}

.cats-bar {
    width: 50px;
    padding-top: 3px;
    position: relative;
}

.cats-bar-icon {
    width: 30px;
    cursor: pointer;
}

.cats-bar-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #505050;
    transition: all 0.3s;
    position: relative;
}

.cats-bar-icon span+span {
    margin-top: 5px;
}

.cats-bar-icon.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
}

.cats-bar-icon.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}

.cats-bar-icon.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
}

.cats-bar-icon.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}

.cats-bar-icon.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
}

.cats-bar-icon.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 6px;
        transform: rotate(0);
    }

    100% {
        top: 6px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 6px;
        transform: rotate(45deg);
    }

    50% {
        top: 6px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 8px;
        transform: rotate(0);
    }

    100% {
        bottom: 8px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 8px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 8px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.cats-owl.list-hot {
    width: calc(100% - 50px);
}


@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.choose_list-box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.choose_list {
    /* background: #E7E7E7; */
    /* border-radius: 50px; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px 20px;
    padding: 5px;
}

.choose_list span {
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    color: #000;
    display: inline-block;
    transform: skewX(-45deg);
    background: #F3F3F3;
    border: 2px solid #DBDBDB;
    border-right: 2px solid var(--bgmain);
    border-bottom: 0;
    min-width: 160px;
    text-align: center;
}


.choose_list span i {
    transform: skewX(45deg);
    display: block;
    font: 16px var(--fontM);
}

.choose_list span.choosed {
    color: #fff;
    background: var(--bgmainhv);
    border-color: var(--bgmainhv);
    border-right-color: var(--bgmain);
}

.btn_sp {}

.btn_sp a {
    color: #000;
    text-transform: uppercase;
    background: #e6e6e6;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.btn_sp a:hover {
    color: #f00;
}

.d-title-choose-list {
    margin-bottom: 20px;
    background: #f2f2f2;
    padding: 7px 10px;
    border-bottom: 5px solid var(--color-main);
    border-radius: 6px;
}

.d-title-choose-list h2 {
    margin: 0px;
}

.d-title-choose-cat {}

/* dat lich */
.div-datlich {
    width: 46%;
}

.form-booking {}

.newsletter-booking {
    margin-bottom: 5px;
}

.newsletter-booking input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--background-static);
    background: none;
    padding: 0;
}

.newsletter-booking input::placeholder {}

.newsletter-booking textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--background-static);
    background: none;
    margin-bottom: 10px;
    padding: 0;
}

.newsletter-booking textarea::placeholder {}

.newsletter-checkbox {}

.newsletter-checkbox input {
    outline: none;
    width: 15px;
    height: 15px;
}

.d-dongy {}

.label-checkbox {
    color: #7e7e7e;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.booking-button {}

.booking-button input {
    width: 86px;
    height: 37px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.khung-datlich {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border: 1px solid var(--background-static);
    border-radius: 20px;
}

.desc-dongy {
    color: #7e7e7e;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.btn-datlich {
    position: fixed;
    bottom: 455px;
    right: 10px;
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
}

.btn-datlich i {
    font-size: 20px;
}

.btn-datlich:hover {
    color: #ffff00;
    transition: 0.2s;
}

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

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

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        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);
    }
}

@-webkit-keyframes shake-anim {

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

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

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

.popup-custom .modal-content {
    border-radius: 0px;
    border: 0px;
}

.popup-custom .modal-content .modal-body {
    padding: 10px;
}

.popup-custom .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #888888;
    cursor: pointer;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    opacity: 1 !important;
}

#popup-quickview .modal-dialog {
    max-width: 1140px;
}

.opacity-0 {
    opacity: 0;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*.border-radius-right{border-radius: 0px 50px 50px 0px;}*/
/*.border-radius-left{border-radius: 50px 0px 0px 50px;}*/
.cover-chungchi {
    padding: 3rem;
    background: #f1f1f1;
    border-radius: 10px;
}

.wrap-why {
    padding: 50px 0px;
}

.wrap-why .title-main {
    color: #fff;
}

.wrap-why .title-main span {
    color: #fff;
}

.wrap-why .title-main span b {
    color: #fbcb05;
}

.why-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    /* khoÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£ng cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ch giÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯a cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c item */
}

.wrap-why .why-item {
    margin: 4rem 0px;
    overflow: hidden;
    padding: 10px 10px 18px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 6px #c9ecb5;
    text-align: center;
}

.wrap-why .why-item:hover {
    box-shadow: 0 0 6px var(--bgmain)
}

.why-name {
    margin: 10px 0 5px;
    font: 15px var(--fontB);
    color: var(--colormain);
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.why-desc {
    color: var(--bgxamnhat);
    font: 15px var(--font);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 38px;
}

.why-img {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px;
    background: url(../images/bodertieuchi.png) center center no-repeat;
    margin: 0 auto;
}

.wrap-why .why-item:hover .why-item_img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.wrap-why .why-item:nth-child(2) {
    /* margin-left:40px; */
}

.wrap-why .why-item.why-item-first:nth-child(2) {
    /* margin-right:40px; */
    /* margin-left: 0px; */
}

.why-item.why-item-first {}

.why-item.why-item-first .why-item_img {
    float: right !important;
}

.why-item.why-item-first .why-item_text {}

.wrap-why .why-item:hover .why-item_img img {}

.wrap-why .why-item .why-item_img {
    /* margin: 15px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    float: left;
    transition: 1s;
    overflow: hidden;
    padding: 5px;
    background: linear-gradient(to right, #daa44c, #fed65f, #daa44c);
}

.wrap-why .why-item .why-item_img img {
    max-height: 60px;
}

.wrap-why .why-item .why-item_text {
    margin: 0.7rem 0px;
}

.wrap-why .why-item:hover .why-item_text h3 {
    color: #fbcb05;
}

.wrap-why .why-item .why-item_text h3 {
    font-size: 20px;
    color: #fff;
    padding: 0px 0px 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

.wrap-why .why-item .why-item_text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0px;
    -webkit-line-clamp: 3;
    /* font-weight: 300; */
}

.cover-why {
    margin-top: -50px;
}

.wrap-feedback {}

.cover-feedback {
    padding: 3rem 0px;
    background: var(--color-main);
}

.feedback .feedback__desc {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    font-style: italic;
}

.feedback .feedback__desc::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    content: "";
    bottom: -13px;
    left: 18px
}

.feedback .feedback-info {
    display: flex;
    align-items: center;
}

.feedback .feedback-info .feedback-info__pic {
    margin-right: 20px;
    margin-bottom: 0;
}

.feedback .feedback-info .feedback-info__pic img {
    width: 50px !important;
    height: 50px;
    border-radius: 999px;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
}

.feedback .feedback-info .feedback-info__text__name,
.feedback .feedback-info .feedback-info__text__job {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.5em;
}

.feedback .feedback-info .feedback-info__text__name {
    font-weight: bold
}

.feedback .feedback-info .feedback-info__text__job {
    font-weight: 500
}

.radius-7 {
    border-radius: 10px;
}

#video-main {}

.video-index {
    position: relative;
}

.video-index:hover h2 {
    opacity: 1;
}

.video-index:hover img {
    filter: brightness(0.5);
}

.video-index h2 {
    opacity: 0;
    position: absolute;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-index {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.video-index .relative:after {
    content: '';
    position: absolute;
    background: url(../images/ic-video.png) no-repeat center;
    display: flex;
    align-content: center;
    justify-content: center;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.video-index .text-video {}

.video-index .text-video h2 {
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.video-index .text-video p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #000;
    font-size: 15px;
}

.icon_play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_play svg {
    width: 20%;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

.icon_play .load_video {
    display: inline-block;
}

.icon_play .load_video img {
    max-width: 75px !important;
    height: auto;
}

.icon_play .pinkBg {
    background-color: rgba(210, 202, 204, 0.8);
    background-image: linear-gradient(90deg, rgba(199, 198, 198, 0.8), rgba(181, 181, 181, 0.8));
}

.icon_play .ripple {
    position: absolute;
    width: 130px;
    height: 130px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -65px 0 0 -65px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

.icon_play .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.icon_play .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.footer-news:nth-child(4) {
    width: 27%;
}

.footer-news:nth-child(3) {
    width: 23%;
}

.footer-news:nth-child(2) {
    width: 32%;
}

.footer-news:nth-child(1) {
    width: 14%;
}

.project {
    margin-bottom: 10px;
    display: block;
    /* overflow: hidden; */
    margin-bottom: 30px;
    border-radius: 10px;
}

.project .pic-project {
    /* border-radius: 10px; */
    margin: 0px;
}

.project .pic-project img {
    width: 100%;
}

.project .info-project {}

.project .info-project:not(.project .flex-row-reverse .info-project) {}

.project .flex-row-reverse .info-project {
    padding-right: 20px;
    border-right: 2px solid #002b6e;
}

.project .name-project {
    color: #002b6e;
    font-size: 18px;
    display: block;
    /* margin-bottom: 15px; */
    /* margin-top: 10px; */
    font-weight: 600;
    /* text-align: center; */
    /* margin: 10px; */
    margin-top: 20px;
    margin-bottom: 10px;
}

.project .name-project:hover {
    color: #012b6e;
}

.project .time-project {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.project .desc-project {
    color: #313131;
    /* margin-top: 5px; */
}

.project .link-project {
    color: #002b6e;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #002b6e;
    margin-top: 15px;
    font-size: 16px;
}

.project .link-project:hover {
    background: #002b6e;
    color: #fff;
}


.field {
    margin-bottom: 10px;
    display: block;
    /* overflow: hidden; */
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.field .pic-field {
    border-radius: 10px;
    margin: 0px;
}

.field .pic-field img {
    width: 100%;
}

.field .info-field {}

.field .info-field:not(.field .flex-row-reverse .info-field) {}

.field .flex-row-reverse .info-field {
    padding-right: 20px;
    border-right: 2px solid #002b6e;
}

.field .name-field {
    color: #000;
    font-size: 16px;
    display: block;
    /* margin-bottom: 15px; */
    /* margin-top: 10px; */
    font-weight: 600;
    text-align: center;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.field .name-field:hover {
    color: #012b6e;
}

.field .time-field {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.field .desc-field {
    color: #002b6e;
    /* margin-top: 5px; */
}

.field .link-field {
    color: #002b6e;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #002b6e;
    margin-top: 15px;
    font-size: 16px;
}

.field .link-field:hover {
    background: #002b6e;
    color: #fff;
}

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

.item-small {
    margin: 0 5px;
    border: 1px solid var(--color-main);
}

.item-small.slick-center,
.item-small.slick-current {
    border-color: var(--color-red);
}

.slider_small .slick-list {
    margin: 0 -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-big img {
    margin: 0 auto
}

.slider_big .slick-dots li {
    width: 10px;
    height: 12px;
}

.slider_big .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
}

.slider_big .slick-dots li.slick-active button {
    background: var(--color-main);
}

.slider_big .slick-dots li button:before {
    display: none
}


.widget-title {
    font-size: 18px;
    /* border: 1px solid #f0f0f0; */
    position: relative;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-bottom: none;
    margin: 0;
}

.widget-title span {
    display: block;
    /* margin: 15px 25px 0px; */
    /* border-bottom: 1px solid #8d8d8d; */
    /* padding-bottom: 15px; */
    padding: 0.8rem;
    background: var(--bgmainhv);
    color: #fff;
}

.menu_mega_in {
    position: sticky;
    top: var(--sticky-wg-menu);
    z-index: 2;
}

.menu_mega_in .title_menu {
    background: #c40316;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.menu_mega_in .title_menu .title_ {
    margin-left: -10px;
}

.menu_mega_in .title_menu .nav_button {
    float: left;
    margin-left: 15px;
}

.menu_mega_in .title_menu .nav_button i {}

.menu_mega_in:hover .menu_all_site {
    display: block !important;
    /* position: absolute; */
    left: 0;
    z-index: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}

.menu_mega_in .menu_all_site {
    position: relative;
    /* z-index: 9; */
    /* background: #fff; */
    /* padding-top: 5px; */
    /* border: 1px solid #f0f0f0; */
    border-top: none;
}

.menu_mega_in .menu_all_site .nav-left {
    /* border: 1px solid #000; */
    border-top: none;
    border: 1px solid #f0f0f0;
    /* border-radius: 0px 0px 7px 7px; */
    background: #fff;
    /* border-top: none; */
}

.menu_mega_in .menu_all_site .nav-left::-webkit-scrollbar {
    background: #ffffff;
    width: 2px;
    height: 11px;
}

.menu_mega_in .menu_all_site .nav-left::-webkit-scrollbar-thumb {
    background: #f7f7f7;
    border-radius: 50px;
}

.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 {
    /* padding: 0px 15px; */
    position: relative;
}

.menu_mega_in .menu_all_site .nav-left li:last-child a {
    border-bottom: none !important;
}

.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a {
    color: #292929;
    display: block;
    /* border-bottom: 1px solid #f9f9f9; */
    padding: 12px 15px;
    font-size: 15px;
    position: relative;
    z-index: 8;
    border-bottom: 1px dashed #e7e7e7;
    font-weight: 600;
}

.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a img {
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a:hover {
    color: #375ed2;
    background: rgb(116 116 116 / 20%);
}

.menu_mega_in .menu_all_site .nav-left .nav-item.lv1:last-child {
    border: none;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one {
    position: absolute;
    left: 100%;
    width: 250px;
    background: #fff;
    z-index: 9;
    top: -1px;
    border: 1px solid #f0f0f0;
    border-left: 1px solid var(--color-main);
    display: none;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2:nth-child(3n+4) {
    clear: both;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 a {
    font-size: 15px;
    display: block;
    /* margin-bottom: 5px; */
    /* border: none; */
    padding-left: 15px;
}

.menu_mega_in .menu_all_site .nav-left .nav-item.lv1:hover .nav-right_one {
    display: block;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two {
    position: absolute;
    left: 100%;
    width: 250px;
    background: #fff;
    z-index: 9;
    top: -1px;
    border: 1px solid #f0f0f0;
    border-left: 1px solid var(--color-main);
    display: none;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2:hover .nav-right_two {
    display: block;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two .nav-item.lv3 a {
    background: none;
    font-weight: normal;
    text-transform: inherit;
    color: #000;
    padding-left: 15px;
}

.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two .nav-item.lv3 a:hover {
    color: #c40316;
}

.menu_mega_in i {
    font-size: 13px;
    color: var(--color-main);
    margin-right: 5px;
    position: relative;
    z-index: 9;
}

.menu_mega_in ul li span {
    color: #a1a1a1;
    font-size: 12px;
    margin-left: 5px;
}

.menu_mega_in ul li a.active {
    font-weight: 600 !important;
    color: #000 !important;
}

.widget-one .newshome-scroll {
    width: 100%;
}

.widget-one .newshome-scroll .news-slick .img {
    width: 100px;
}


.newshome-widget {
    width: 100%;
    overflow: hidden;
    /* max-height: 406px; */
    padding: 10px;
    padding-bottom: 0px;
    border: 1px solid #f0f0f0;
}

.news-widget {
    display: flex;
    margin-bottom: 20px;
    /* min-height: 155px; */
}

.news-widget h3 {
    margin: 0;
}

.news-widget h3 a.name-news-widget {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.news-widget .img-news-widget {
    width: 100px;
}

.news-widget .info-news-widget {
    width: calc(100% - 100px);
    padding-left: 15px;
}


.the-service-content {
    /* margin-bottom: 30px; */
    /* max-height: 300px; */
    /* overflow-y: hidden; */
    position: relative;
}

.the-service-content.show-full-content {
    max-height: 100%;
    padding-bottom: 50px;
}

.hide-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 80px 0 0 0;
    z-index: 1;
    text-align: center;
    background: -webkit-linear-gradient(transparent, #fff 50%);
    background: -o-linear-gradient(transparent, #fff 50%);
    background: linear-gradient(transparent, #fff 50%);
}

.hide-content.removeBlur {
    background: none;
    padding-top: 0;
}

.btn-view-full-content {
    display: inline-block;
    border-radius: 4px;
    /* border: 1px solid #ccc; */
    padding: 10px 40px;
    margin: 9px;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    transition: .3s;
    background: #fff;
    /* color: #fff; */
    box-shadow: 0 5px 2px 0 rgba(60, 64, 67, .1), 0 4px 6px 2px rgba(60, 64, 67, .05);
    max-width: 335px;
    width: 100%;
}

.btn-view-full-content:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

body {
    top: 0 !important;
}

#google_translate_element {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 4px;
    width: 100px;
}

.goog-te-gadget {

    height: 30px;

    overflow: hidden;

}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    height: 30px !important;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #000;
}

.skiptranslate {

    height: 0 !important;

}

#google_translate_element .skiptranslate {

    height: 30px !important;

}

.skiptranslate .goog-te-banner-frame {

    display: none !important;

}

/* #google_translate_element {float: right;margin: 14px 4px;}
  .goog-te-gadget-simple .goog-te-menu-value {padding-left: 21px;}
  .goog-te-gadget img {position: absolute;}
  .goog-te-gadget {font-size: 0px !important;height: 34px;}
  .goog-te-gadget > div{height: 33px;}
  .goog-te-gadget span {display: none;}
  .goog-te-combo {border: 1px solid #fff;height: 30px;border-radius: 4px;width: 155px;margin: 7px 0px !important;color: #3a9e41;}
  .goog-te-banner-frame {display: none;height: 0px !important;}
  .execphpwidget{float:right;width: 155px;}
  .goog-te-banner-frame{display:none;height: 0px !important;}
  .skiptranslate{height:0px;overflow: hidden;width: 0px;}
  .skiptranslate iframe{opacity: 0;position: relative;z-index: -999;} */

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

.hover-effect-light:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-effect-light:hover:before {
    transition: 1s;
    left: 100%;
}

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

.img_ img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.img_:hover>img,
.img_:hover a img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.padding {
    padding: 30px 0;
}

.section-sanphamnoibat {
    padding: 44px 0 54px;
    background: #fff;
    overflow: hidden;
}

.section-sanphamnoibat .wrap-content {
    max-width: 1224px;
}

.section-sanphamnoibat .title-home {
    margin: 0 0 28px;
}

.section-sanphamnoibat .title-home h3 {
    margin: 0;
    color: var(--colormainnau);
    font: 40px var(--fontB);
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.section-sanphamnoibat .product-noibat-slick {
    margin: 0 -6px;
}

.section-sanphamnoibat .product-noibat-slick .padding-col {
    padding-left: 6px;
    padding-right: 6px;
}

.section-sanphamnoibat .product-noibat-slick .slick-list {
    padding: 6px 0;
    overflow: hidden;
}

.pro-hp {
    position: relative;
    text-align: center;
}

.pro-hp-before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto -4px;
    border-radius: 10px;
    border: 1px solid #9FD9BF;
    width: 80%;
    height: 10px;
    background: #BDE4D2;
    transition: 0.3s all;
}

.pro-hp:hover .pro-hp-before {
    width: 90%;
}

.pro-hp-content {
    position: relative;
    padding: 10px 10px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #9FD9BF;
}

.img_pro-hp {
    width: 100%;
    overflow: hidden;
}

.pro-photo-hp {
    display: block;
}

.pro-photo-hp img {}

.xemthem_pro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 135px;
    height: 26px;
    padding: 0 14px;
    border-radius: 8px;
    background: linear-gradient(90deg, #a1d101 0%, #1B3D2D 100%);
    color: #fff;
    font: 15px var(--font);
    line-height: 1;
    font-style: italic;
}

.xemthem_pro::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-weight: 400;
}

.section-sanphamnoibat .xemthem_pro:hover {
    color: #fff;
    background: linear-gradient(180deg, #1B3D2D 0%, #a1d101 100%);
}

.title-home {
    margin: 0px 0 25px;
    position: relative;
    text-align: center;
    padding: 70px 0 0;
    background: url(../images/line.png) top center no-repeat;
}

.section-news-event .title-home,
.section-news-event .title-home h2 {
    text-align: left;
}

.section-news-event .title-home h2 {
    font-size: 40px;
}

.title-form {
    background: transparent !important;
    padding: 0;
}

.title-home.title-form h2 {
    color: #F4E5B5;
}

.title-home.title-form p {
    color: #fff;
}

.section-sanphambanchay .title-home h2 {
    text-transform: uppercase;
}

.title-home h2 span {}

.title-home p {
    font: 13px var(--font);
    color: var(--colormainxam);
    margin: 15px auto 0;
    display: block;
}

.section-about-hp {
    min-height: 621px;
    padding: 55px 0 80px;
    background: #edf6f9 url(../images/g_gioithieu.png) center center / cover no-repeat;
    overflow: hidden;
}

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

.section-about-hp .about-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 638px) minmax(0, 340px);
    gap: 140px;
    align-items: center;
    position: relative;
    margin-top: 36px;
}

.section-about-hp .about-home-grid::after {
    content: "WELCOME";
    position: absolute;
    left: 655px;
    top: 20px;
    color: rgba(255, 255, 255, 0.78);
    font: 71px var(--fontB);
    line-height: 0.88;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-shadow:
        1px 0 #d8ecfb,
        -1px 0 #d8ecfb,
        0 1px #d8ecfb,
        0 -1px #d8ecfb;
    pointer-events: none;
    z-index: 1;
}

.section-about-hp .about-main {
    position: relative;
    min-width: 0;
    z-index: 2;
}

.section-about-hp .about-main a {
    display: block;
    overflow: hidden;
    border-radius: 17px;
}

.section-about-hp .about-text1 {
    margin: 0 0 3px;
    color: #00508B;
    font: 20px var(--font);
    line-height: 1.2;
    text-align: center;
    letter-spacing: 7px;
}

.section-about-hp .about-text2 {
    margin: 0;
    color: #1B3D2D;
    font: 39px var(--fontB);
    line-height: 1.14;
    text-align: center;
    text-transform: uppercase;
}

.section-about-hp .about-text2 span {
    color: #F5C44B;
}

.section-about-hp .about_des {
    max-width: 916px;
    margin: 26px auto 0;
    color: #222;
    font: 16px var(--font);
    line-height: 1.58;
    text-align: center;
}

.section-about-hp .about_des p,
.section-about-hp .about_des div {
    margin: 0;
}

.section-about-hp .about-main img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 17px;
}

.section-about-hp .about-text4 {
    display: none;
}

.section-about-hp .about-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 19px;
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
    z-index: 2;
}

.section-about-hp .about-tieuchi-item {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    min-height: 55px;
    column-gap: 20px;
}

.section-about-hp .about-tieuchi-item-value {
    grid-column: 1;
    grid-row: 1;
    color: transparent;
    font: 49px var(--fontB);
    line-height: 1;
    letter-spacing: 0;
    -webkit-text-stroke: 1px #00508B;
    text-shadow: 1px 1px 0 rgba(0, 80, 139, 0.18);
}

.section-about-hp .about-tieuchi-item:first-child .about-tieuchi-item-value {
    color: #F5C44B;
    -webkit-text-stroke: 1px #00508B;
    text-shadow: none;
}

.section-about-hp .about-tieuchi-item-title {
    grid-column: 2;
    grid-row: 1;
    color: #1B3D2D;
    font: italic 16px var(--fontB);
    line-height: 1.55;
}

.section-about-hp .about-more {
    margin-top: 2px;
    padding-left: 126px;
}

.section-about-hp .about-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    height: 44px;
    padding: 0 22px;
    border-radius: 5px;
    background: #005A9A;
    color: #fff;
    font: 16px var(--fontB);
    text-align: center;
}

.section-about-hp .about-more a:hover {
    color: #fff;
    background: #1B3D2D;
}

@media (max-width: 1199px) {
    .section-about-hp {
        min-height: auto;
        padding: 45px 0 58px !important;
    }

    .section-about-hp .about-home-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 330px) !important;
        gap: 78px !important;
    }

    .section-about-hp .about-home-grid::after {
        left: calc(100% - 398px);
        font-size: 56px;
    }

    .section-about-hp .about-main img {
        height: 360px;
    }

    .section-about-hp .about-side {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .section-about-hp .about-text1 {
        font-size: 16px !important;
        letter-spacing: 4px;
    }

    .section-about-hp .about-text2 {
        font-size: 28px !important;
    }

    .section-about-hp .about_des {
        margin-top: 16px;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .section-about-hp .about-home-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        margin-top: 24px;
    }

    .section-about-hp .about-home-grid::after {
        display: none;
    }

    .section-about-hp .about-main img {
        height: 240px;
    }

    .section-about-hp .about-side {
        gap: 12px;
    }

    .section-about-hp .about-tieuchi-item {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 48px;
        column-gap: 14px;
    }

    .section-about-hp .about-tieuchi-item-value {
        font-size: 38px;
    }

    .section-about-hp .about-tieuchi-item-title {
        font-size: 14px;
    }

    .section-about-hp .about-more {
        padding-left: 96px;
    }
}

.section-about-hp .about-buy-title {
    width: 100%;
    color: #5b1900;
    font: 30px var(--fontB);
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

.section-about-hp .cach-mua-hang-list {
    display: grid;
    grid-template-columns: repeat(2, 100px);
    gap: 14px;
    margin: 28px 0 0;
}

.section-about-hp .cach-mua-hang-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-about-hp .cach-mua-hang-item a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 153, 7, 0.18);
}

.section-about-hp .cach-mua-hang-item img {}

.section-about-hp .about-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    min-height: 102px;
    margin-top: auto;
    border-radius: 20px;
    background: linear-gradient(180deg, #a1d101 0%, #1B3D2D 100%);
    color: #fff;
    font: 22px var(--fontB);
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.section-about-hp .about-buy-btn:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px dashed #b9ef05;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 20px;
}

.section-about-hp .about-buy-btn:hover {
    color: #fff;
    filter: brightness(1.05);
}

.tieuchi-home {
    padding: 40px 20px 20px 20px;
    position: relative;
    z-index: 99;
    margin: -135px 0 0;
    background: url(../images/bgtieuchi.png) center center no-repeat;
    background-size: 100% 100%;
}

.tieuchi-title {
    font: 30px var(--fontUTMTimesBold);
    color: var(--colormain);
    text-align: center;
    margin: 0 0 20px 0;
}

.tieuchi-list {}

.tieuchi-item {
    text-align: center;
    margin: 10px 0;
}

.tieuchi-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tieuchi-img img {
    max-height: 40px;
}

.tieuchi-name {
    margin: 20px 0 8px;
    color: var(--colormainxam);
    font: 19px var(--fontUTMTimesBold);
    line-height: 1.18;
}

.tieuchi-desc {
    color: var(--bgxamnhat);
    font: 12px var(--font);
    line-height: 1.25;
}

.tieuchi-desc p,
.tieuchi-desc div {
    margin: 0;
}

.tieuchi-desc,
.tieuchi-desc * {
    max-width: 100%;
}

.tieuchi-desc p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-albumhome {
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}

.section-albumhome .wrap-content {}


.albumhome-box {
    display: flex;
    flex-direction: column;
    min-height: 335px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px solid #dcf5d3;
    border-radius: 14px;
    box-shadow: 0 0 8px rgba(120, 205, 99, 0.24);
    height: 100%;
}

.section-albumhome .title-album {
    margin: 0 0 14px;
    text-align: center;
}

.section-albumhome .title-album h2 {
    margin: 0;
    color: var(--colormain);
    font: 24px var(--fontB);
    line-height: 1.25;
    text-transform: uppercase;
}

.albumhome-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 190px 62px 190px;
    gap: 20px;
    width: 100%;
    position: relative;
}

.before_album_home {
    position: absolute;
    background: url(../images/before_album_home.png) center center no-repeat;
    background-size: contain;
    width: 239px;
    height: 251px;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
}

/* ThiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â­p chung */
.albumhome-card {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 16px;
}

.albumhome-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

.albumhome-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.albumhome-link:hover img {
    transform: scale(1.05);
}

/* ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¢nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºn bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡i, phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­a trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn */
.albumhome-card-0 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

/* ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¢nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºn chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­nh giÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯a */
.albumhome-card-1 {
    grid-column: 3 / 5;
    grid-row: 1 / 4;
}

/* Hai ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh nhÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡i, phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­a dÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi */
.albumhome-card-2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.albumhome-card-3 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

/* ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¢nh nhÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£i, phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­a trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn */
.albumhome-card-4 {
    grid-column: 5 / 7;
    grid-row: 1 / 2;

    width: 62%;
    justify-self: start;
}

/* ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¢nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºn bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£i, phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­a dÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi */
.albumhome-card-5 {
    grid-column: 5 / 7;
    grid-row: 2 / 4;
}

.albumhome-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top,
            rgba(255, 255, 255, .92) 0%,
            rgba(255, 255, 255, .72) 12%,
            rgba(255, 255, 255, .35) 27%,
            rgba(255, 255, 255, 0) 50%);
}

.section-albumhome .albumhome-link:hover .albumhome-overlay {
    background: rgba(0, 153, 7, 0.16);
}

.section-albumhome .albumhome-more {
    margin-top: 16px;
    text-align: center;
}

.section-albumhome .albumhome-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    height: 24px;
    padding: 0 16px;
    border-radius: 7px;
    background: linear-gradient(180deg, #a1d101 0%, #1B3D2D 100%);
    color: #fff;
    font: 13px var(--fontB);
    font-style: italic;
}

.section-albumhome .albumhome-more a:hover {
    color: #fff;
    background: linear-gradient(180deg, #1B3D2D 0%, #a1d101 100%);
}

.section-albumhome .feedback-slick {
    width: calc(100% - 48px);
    margin: 0 auto;
}

.section-albumhome .feedback-slick .slick-list {
    overflow: hidden;
}

.section-albumhome .feedback-item {
    position: relative;
    min-height: 225px;
    padding: 56px 28px 25px;
    border: 1px solid #dcf5d3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 7px rgba(120, 205, 99, 0.22);
}

.section-albumhome .feedback-item::before,
.section-albumhome .feedback-item::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

.section-albumhome .feedback-item::before {
    left: 22px;
    top: 22px;
    width: 48px;
    height: 37px;
    background-image: url(../images/nhay.png);
}

.section-albumhome .feedback-item::after {
    right: 30px;
    bottom: 23px;
    width: 34px;
    height: 26px;
    background-image: url(../images/nhay02.png);
    z-index: 2;
}

.section-albumhome .feedback-desc {
    max-width: 300px;
    margin: 0 auto 25px;
    text-align: center;
    color: var(--bgxamnhat);
    font: 15px var(--font);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    min-height: 75px;
}

.section-albumhome .feedback-desc p,
.section-albumhome .feedback-desc div {
    margin: 0;
}

.section-albumhome .feedback-author {
    position: relative;
    min-height: 90px;
    padding-right: 132px;
    text-align: center;
}

.section-albumhome .feedback-stars {
    margin: 0 0 10px;
    color: #ffc400;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 2px;
}

.section-albumhome .feedback-stars::before {
    content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦";
}

.section-albumhome .feedback-name {
    margin: 0;
    color: #111;
    font: 16px var(--fontB);
    line-height: 1.3;
}

.section-albumhome .feedback-img {
    position: absolute;
    right: 16px;
    top: -17px;
    width: 102px;
    height: 102px;
    overflow: hidden;
    border-radius: 50%;
}

.section-albumhome .feedback-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-albumhome .feedback-slick .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 15px 0 0;
    padding: 0;
}

.section-albumhome .feedback-slick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

.section-albumhome .feedback-slick .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    font-size: 0;
    line-height: 0;
}

.section-albumhome .feedback-slick .slick-dots .slick-active button {
    background: var(--colormain);
}

.section-albumhome .feedback-slick .slick-dots button:before {
    display: none
}

.title-home.title-home-white {}

.title-home.title-home-white h2 {
    /* color: #fff; */
}

.title-home.title-home-white h2 span {}

.title-home.title-home-white p {
    color: #fff;
}

.section-danhmucHome {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

.section-danhmucHome .danhmuchome-center {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    align-items: end;
}

.section-danhmucHome .danhmuchome-center.slick-initialized {
    display: block;
    margin: 0 -8.5px;
}

.section-danhmucHome .danhmuchome-center.slick-initialized .slick-slide {
    padding: 0 8.5px;
}

.section-danhmucHome .danhmuchome-center.slick-initialized .slick-list {
    overflow: hidden;
}

.section-danhmucHome .danhmuchome-center-item {
    position: relative;
    min-width: 0;
}

.section-danhmucHome .danhmuchome-center-item a {
    overflow: hidden;
    color: inherit;
}

.section-danhmucHome .danhmuchome-center-item img {
    display: block;
    width: 100%;
    height: 275px;
    margin: 0;
    object-fit: cover;
    transition: transform 0.35s ease;
    border-radius: 10px;
}

.section-danhmucHome .danhmuchome-center-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 5px 8px;
    border-radius: 10px;
    background: #D9EBF8;
    color: var(--bgmain);
    font: 18px var(--fontB);
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.section-danhmucHome .danhmuchome-center-item.active span,
.section-danhmucHome .danhmuchome-center-item:hover span {
    background: var(--bgmain);
    color: #fff;
}

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

.product-list-item {
    margin: 0;
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
}

.product-list-item-name {
    margin: 10px 0 0px;
}

.product-list-item-name a {
    font: 17px var(--fontM);
    color: Var(--colormain);
    text-transform: uppercase;
}

.product-list-item-name a:hover {
    color: Var(--colormainhv);
}

.product-list-item-hotline {
    font: 17px var(--fontM);
    color: Var(--colormain);
    padding: 5px 0;
}

.product-list-item-hotline span {
    color: var(--colormainhv);
    font-family: var(--fontM);
}

.section-sanphamHome {
    padding: 40px 0;
}

.space-y-6>*+* {
    margin-top: 10px;
}

.banner-quangcao {
    text-align: center;
}

.section-sanphambanchay .banner-quangcao {
    margin-bottom: 30px;
}

.section-news-event {
    padding: 58px 0;
    overflow: hidden;
}

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

.section-news-event .title-home {
    margin: 0 0 24px;
    background: url(../images/line.png) top left no-repeat;
}



.section-news-event .news-latest-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    max-width: 760px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #d6d6d6;
    color: #9c9c9c;
    font: 23px var(--font);
    line-height: 1;
    text-align: center;
}

.section-news-event .news-latest-tabs span {
    position: relative;
    display: block;
    padding: 0 12px 17px;
}

.section-news-event .news-latest-tabs span.active {
    color: #1B3D2D;
    font-family: var(--fontB);
}

.section-news-event .news-latest-tabs span.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 102px;
    height: 4px;
    background: #005a9a;
    transform: translateX(-50%);
}

.section-news-event .news-latest-tabs span {
    cursor: pointer;
}

.section-news-event .news-latest-slick.is-loading {
    opacity: 0.45;
    pointer-events: none;
}

.section-news-event .news-latest-slick {}

.section-news-event .news-latest-slick.slick-initialized {
    display: block;
    margin: 0 -15px;
}

.section-news-event .news-latest-slick.slick-initialized .slick-list {
    overflow: hidden;
}

.section-news-event .news-latest-slick.slick-initialized .slick-slide {
    padding: 0 15px;
}

.section-news-event .news-latest-slide {
    min-width: 0;
    padding: 0;
}

.section-news-event .news-latest-item {
    margin: 15px 0;
}

.section-news-event .news-latest-item a {
    display: flex;
    /* flex-direction: column; */
    height: 100%;
    color: inherit;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.section-news-event .news-latest-photo {
    flex: 0 0 auto;
    overflow: hidden;
    width: 132px;
    position: absolute;
    left: 0;
}

.section-news-event .news-latest-photo img {
    width: -webkit-fill-available;
    border-radius: 50%;
}

.section-news-event .news-latest-item:hover .news-latest-photo img {
    transform: scale(1.06);
}

.section-news-event .news-latest-info {
    min-width: 0;
    padding: 20px 20px 24px 85px;
    width: calc(100% - 55px);
    background: linear-gradient(to right, rgb(255 255 255 / 50%), #fff);
    border-radius: 50px 0 0 50px;
    border: 1px solid #C5D3CA;
}

.news-latest-info h3 {
    font: 14px var(--fontB);
    color: var(--colormainxam);
    text-transform: uppercase;
    display: -webkit-box;
    min-height: 32px;
    margin: 0 0 12px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-news-event .news-latest-info h4 {
    display: -webkit-box;
    min-height: 58px;
    margin: 0 0 12px;
    overflow: hidden;
    color: #1B3D2D;
    font: 19px var(--fontB);
    line-height: 1.45;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-news-event .news-latest-item:hover h4 {
    color: #005a9a;
}

.section-news-event .news-latest-desc {
    display: -webkit-box;
    min-height: 63px;
    overflow: hidden;
    color: #868686;
    font: 14px var(--font);
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-news-event .news-latest-desc p,
.section-news-event .news-latest-desc div {
    margin: 0;
}

.section-news-event .news-latest-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #7f7f7f;
    font: 14px var(--font);
    line-height: 1;
}

.section-news-event .news-latest-meta span,
.section-news-event .news-latest-label {
    display: none;
}

.section-news-event .news-latest-more {
    display: none;
}

.section-dichvusHome {
    padding: 50px 0;
}

.section-dichvusHome .wrap-content {}

.section-dichvusHome .title-home {
    margin: 0 0 35px;
}

.section-dichvusHome .title-home h3 {
    margin: 0;
    color: #1B3D2D;
    font: 36px var(--fontB);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.section-dichvusHome .dichvu-list-slick {
    margin: 0 -10px;
}

.section-dichvusHome .padding-col,
.section-dichvusHome .dichvu-list-slick .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.section-dichvusHome .slick-list {
    overflow: hidden;
}

.dichvuList-item {
    position: relative;
    margin: 10px 0;
}

.dichvuList-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.dichvuList-item-img>a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.dichvuList-item-img>a img {
    width: -webkit-fill-available;
    transition: 0.3s all;
}

.dichvuList-item:hover .dichvuList-item-img img {
    transform: scale(1.05);
}

.dichvuList-item-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 50px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dichvuList-item-name span {
    /* width:100%; */
    display: block;
    padding: 8px 10px 13px;
    text-align: center;
    background: linear-gradient(to right, rgb(189 228 210 / 50%), rgb(237 255 246 / 50%), rgb(189 228 210 / 50%));
    z-index: 2;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 25px;
    border: 1px solid #fff;
    font: 20px var(--fontUTMTimesBold);
    color: #fff;
}

.dichvuList-item-name a {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #fff;
    font: 21px var(--fontB);
    line-height: 1.2;
}

.dichvuList-item-name a:hover {
    color: #f5c44b;
}

.dichvuList-item-desc {
    display: -webkit-box;
    margin: 0;
    padding: 20px 20px 28px;
    color: #333;
    font: 16px var(--font);
    line-height: 1.55;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dichvuList-item-desc p,
.dichvuList-item-desc div {
    margin: 0;
}

.section-duansHome {
    padding: 60px 0 30px;
}

.duan-list-slick {
    margin: 0;
}

.duan-list-slick>.padding-col {
    width: auto;
    max-width: none;
    padding: 0 5px;
}


.section-video {
    background: #EBFEE0;
    padding: 50px 0;
}

.video-home-slick-item {
    margin: 10px 0;
    overflow: hidden;
    border-radius: 10px;
    max-width: 360px;
    margin: 0 auto;
}

.video-home-slick-item img {
    width: -webkit-fill-available;
}

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

.video-home-slick-item .play-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: hsl(0deg 0% 0% / 20%);
}

.video-home-slick-item .play-video img {
    width: 100px;
}

.video-home-slick-item h3 {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    left: 0;
    width: 100%;
    color: #fff;
    font: 18px var(--fontB);
}

.banner-page {
    text-align: center;
}

.banner-page img {
    width: -webkit-fill-available;
}

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

.wp_sp_index .row-product {
    grid-template-columns: repeat(4, 1fr);
}

.pro {
    margin: 10px 0;
}

.pro:hover {}

.img_pro {
    position: relative;
    margin: 0 0 15px 0;
}

.img_pro .img-hover-n {
    border-radius: 10px;
}

.img_pro img {
    width: -webkit-fill-available;
    /* border-radius: 10px; */
    -webkit-mask-image: url(../images/mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../images/mask.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.img_pro img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.3s all;
}

.pro:hover .img_pro img:nth-child(2) {
    transform: translateX(0%);
}

.name_pro {
    margin: 0;
    font: 18px var(--fontM);
    padding: 0;
}

.name_pro a {
    font: 16px var(--fontB);
    color: var(--colormainxam);
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro:hover .name_pro a,
.name_pro a:hover {
    color: var(--colormainhv);
}

.content-detail {
    margin: 10px 0;
}

.seemore-product {}

.seemore-product a {
    display: block;
    padding: 12px 5px;
    color: var(--colormain);
    font: 12px var(--fontRobotoSemiBold);
    border: 1px solid;
    border-radius: 25px;
    text-align: center;
    text-transform: capitalize;
}

.seemore-product a:hover {
    color: #fff;
    background: var(--bgmain);
    border-color: var(--bgmain);
}

.price_pro {
    font: 18px var(--font);
    padding-bottom: 5px;
}

.price_pro span.giamoi {
    color: var(--bgbtntienich);
    font-family: var(--fontRSB);
    font-size: 18px;
}

.price_pro a {
    padding: 10px 30px;
    color: #fff;
    background: var(--bgmain);
    border-radius: 25px;
    display: inline-block;
}

.price_pro span.giacu {
    font: 13px var(--font);
    color: #616060;
    text-decoration: line-through;
}

.ab_pro {
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-family: QuickSandRegular;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    justify-content: center;
    opacity: 0;
    z-index: 1;
}


.pro .ab_pro span.cart-add,
.pro .ab_pro a.view_product,
.pro .ab_pro a.like_product {
    font-size: 17px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
    background: var(--bgbtntienich);
    color: #fff;
}

.pro .ab_pro a.like_product {
    border: 0;
    color: #000;
}

.pro .ab_pro a.like_product:hover,
.pro .ab_pro a.like_product.liked {
    color: pink;
}

.pro .ab_pro span.cart-add:hover,
.pro .ab_pro a.view_product:hover {}

.bottom-pro {
    position: relative;
    overflow: hidden;
}

a.class-addcart {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    height: 32px;
    margin: auto auto 0;
    padding: 0 5px;
    border-radius: 5px;
    background: #005a9a;
    color: #fff;
    font: 15px var(--fontB);
    line-height: 1;
    font-style: normal;
    transform: none;
    transition: 0.3s all;
    cursor: pointer;
    overflow: visible;
}

a.class-addcart:hover,
.pro:hover .class-addcart {
    color: #fff;
    background: #1B3D2D;
    transform: none;
}

.pro:hover .xemthem_pro,
.pro:hover .desc_pro {
    opacity: 0;
}

.section-title-home {
    padding: 30px 0 30px;
    text-align: center;
    position: relative;
}

.title-home-title {
    font: 32px var(--fontUTMTimesBold);
    color: var(--colormain);
    margin: 0 0 15px 0;
}

.title-home-desc {
    width: 666px;
    max-width: 100%;
    margin: 0 auto;
    font: 16px var(--font);
    color: var(--colormainxam);
}

.before_tt_home {
    position: absolute;
    background: url(../images/before_tt_home.png) center center no-repeat;
    background-size: contain;
    width: 165px;
    height: 155px;
    left: 15%;
    bottom: -25%;
    pointer-events: none;
}

.after_tt_home {
    position: absolute;
    background: url(../images/after_tt_home.png) center center no-repeat;
    background-size: contain;
    width: 298px;
    height: 199px;
    right: 0;
    bottom: -25%;
    pointer-events: none;
}

.home-products-hp {
    overflow: hidden;
}

.section-sanphambanchay {
    padding: 60px 0;
    background: url(../images/bg_caybanchay.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

.before_spbc_home {
    position: absolute;
    background: url(../images/before_spbc_home.png) center center no-repeat;
    background-size: contain;
    width: 358px;
    height: 230px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.after_spbc_home {
    position: absolute;
    background: url(../images/after_spbc_home.png) center center no-repeat;
    background-size: contain;
    width: 189px;
    height: 140px;
    right: 12%;
    top: 5%;
    pointer-events: none;
}

.home-products-hp .section-sanphambanchay-5,
.home-products-hp .section-sanphambanchay-3,
.home-products-hp .section-sanphambanchay-1 {
    background: #fff;
}

.home-products-hp .section-sanphambanchay {
    background: #fff;
}

.home-products-hp .section-sanphambanchay:nth-child(2n) {
    background: url(../images/bg_footer_mb.png) center center no-repeat;
    background-size: cover;
}

.home-products-hp .section-sanphambanchay:nth-child(2n) .title-home h2 {
    color: #fff;
}

.home-products-hp .section-sanphambanchay:nth-child(2n) .title-home p {
    color: #fff;
}

.home-products-hp .section-sanphambanchay-3 .before_spbc_home,
.home-products-hp .section-sanphambanchay-1 .before_spbc_home,
.home-products-hp .section-sanphambanchay-1 .after_spbc_home,
.home-products-hp .section-sanphambanchay-5 .before_spbc_home,
.home-products-hp .section-sanphambanchay-6 .before_spbc_home,
.home-products-hp .section-sanphambanchay-6 .after_spbc_home,
{
display: none;
}

.home-products-hp .section-sanphambanchay-2 {
    background: url(../images/bg_2.png) center center no-repeat;
    background-size: cover;
}

.home-products-hp .section-sanphambanchay-2 .before_spbc_home {
    background: url(../images/before_spbc_home2.png) center center no-repeat;
    background-size: contain;
    width: 255px;
    height: 327px;
    left: -3%;
    top: -5%;
}

.home-products-hp .section-sanphambanchay-4 .before_spbc_home {
    background: url(../images/before_spbc_home4.png) center center no-repeat;
    background-size: contain;
    width: 189px;
    height: 140px;
    left: 20%;
    top: 5%;
}

.home-products-hp .section-sanphambanchay-4 .after_spbc_home {
    background: url(../images/after_spbc_home4.png) center center no-repeat;
    background-size: contain;
    width: 372px;
    height: 391px;
    right: -40px;
    top: -8%;
}

.home-products-hp .section-sanphambanchay-5 .after_spbc_home {
    background: url(../images/after_spbc_home5.png) center center no-repeat;
    background-size: contain;
    width: 534px;
    height: 309px;
    right: 0;
    top: 0;
}

.home-products-hp .section-sanphambanchay-6 {
    background: url(../images/bg_5.png) center center no-repeat;
    background-size: cover;
}

.xemtatca {
    text-align: center;
    margin: 20px 0 0;
}

.xemtatca a {
    padding: 11px 20px 12px;
    background: var(--bgmain);
    color: #fff;
    font: 14px var(--font);
    border-radius: 25px;
    display: inline-flex;
    gap: 0 15px;
    width: 296px;
    max-width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.xemtatca a i {
    padding-left: 40px;
    transition: 0.3s all;
}

.xemtatca a:hover i {
    padding-left: 0px
}

.duanList-item {
    position: relative;
    margin: 10px 0;
}

.duanList-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.duanList-item-img>a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.duanList-item-img>a img {
    width: -webkit-fill-available;
    transition: 0.3s all;
}

.duanList-item:hover .duanList-item-img img {
    transform: scale(1.05);
}

.duanList-item-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, rgb(241 228 186 / 80%), rgb(244 229 181 / 80%));
    z-index: 2;
    border-radius: 8px;
    padding: 8px 10px 13px;
}

.duanList-item-name span {
    font: 22px var(--fontUTMTimesBold);
    color: var(--colormainxam);
    width: calc(100% - 60px);
}

.duanList-item-name a {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #fff;
    font: 21px var(--fontB);
    line-height: 1.2;
}

.duanList-item-name a:hover {
    color: #f5c44b;
}

.duanList-item-name i {
    width: 40px;
    height: 40px;
    background: var(--bgmain);
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.duanList-item-name i:before {
    transform: rotateZ(-45deg);
    transition: 0.3s all;
}

.duanList-item-name:hover i:before {
    transform: rotateZ(0deg);
}

.duan-list-slick .slick-dots li button {
    border: 2px solid #F4E5B5;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: transparent;
}

.duan-list-slick .slick-dots li button:before {
    display: none;
}

.duan-list-slick .slick-dots li {
    width: 10px;
    height: 10px;
}

.duan-list-slick .slick-dots li.slick-active button {
    border-color: #fff;
    background: #fff;
}

.duannoibat-newsletter {
    background: url(../images/bg_form.png) center bottom no-repeat;
    background-size: 100% 100%;
    padding: 0 0 250px;
    position: relative
}

.duannoibat-newsletter:after {
    position: absolute;
    content: '';
    background: url(../images/after_form.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 354px;
    left: 0;
    bottom: -90px;
    pointer-events: none;
}

.wrap-newsletter {
    padding: 0;
}

.flex-newsletter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 10px 0;
}

.newsletter-input {}

.newsletter-input input {
    height: 42px;
    border-radius: 25px;
    color: var(--colormainxam);
    font: 18px var(--font);
}

.newsletter-input textarea {
    height: 85px;
    border-radius: 15px;

}

.newsletter-button {
    margin: 10px 0 0;
    text-align: center;
}

.newsletter-button input {
    width: 200px;
    height: 45px;
    border-radius: 25px;
    background: var(--bgrg);
    border: 0;
    color: var(--colormainxam);
    font: 18px var(--fontB);
    text-transform: uppercase;
}

.news-event-row:before {
    display: none;
}

.newsletter-button input:hover {
    color: var(--colormain);
}

.news-event-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 52px;
    position: relative;
}

.news-event-row:before {
    position: absolute;
    content: '';
    background: url(../images/center_news_event.png) center center no-repeat;
    background-size: contain;
    width: 263px;
    height: 628px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
}

.bt-tintuc-home {
    background: url(../images/bg_tintuc.png) center center no-repeat;
    background-size: contain;
    min-height: 690px;
}

.kienthuc-slide {}

.kienthuc-item {
    margin: 15px 0;
}

.kienthuc-item a {
    display: flex;
    /* flex-direction: column; */
    height: 100%;
    color: inherit;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 20px 0 0;
}

.kienthuc-photo {
    width: 35%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    top: 0;
}

.kienthuc-photo img {
    width: -webkit-fill-available;
}

.kienthuc-info {
    width: 468px;
    padding: 10px 20px 10px 140px;
    max-width: 100%;
    background: url(../images/bg_kienthuc.png) center center no-repeat;
    background-size: 100% 100%;
}

.kienthuc-info h3 {
    font: 14px var(--fontB);
    color: var(--colormainxam);
    text-transform: uppercase;
    display: -webkit-box;
    min-height: 32px;
    margin: 0 0 12px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kienthuc-desc {
    display: -webkit-box;
    min-height: 63px;
    overflow: hidden;
    color: #868686;
    font: 14px var(--font);
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fanpage-map-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}

.tieuchifooter {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
    gap: 10px 20px;
}

.tieuchifooter span {
    color: #fff;
    font: 30px var(--fontUTMTimesBold);
}

.tieuchifooter-line {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.tieuchifooter-line:last-child {
    display: none;
}

.album-duan-item {
    margin: 10px 0;
}

.follow {
    position: fixed;
    right: 20px;
    z-index: 100;
    bottom: 130px;
}

.follow a {
    margin: 30px 0;
}