@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap');

@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)
    }
}

@font-face {
    font-family: 'qr';
    src: url("../fonts/Quicksand-Regular.ttf");
    font-style: normal;
    font-display: block;
}

div.wap_main {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

input,
button,
select {
    appearance: none;
    box-shadow: none !important
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

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

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

h2,
h3 {
    margin-bottom: 0px;
    line-height: normal;
    font-size: unset;
    font-weight: unset;
}

a {
    text-decoration: none !important
}

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

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

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

.wap_1200 {
    max-width: 1200px;
    margin: auto;
    position: relative
}
.wap_1150 {
    max-width: calc(100% - 20px);
    width: 1150px;
    margin: auto;
    position: relative
}
.wrap-main,
.wrap-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0px
}

.wrap-main,
.title_trangtin .wap_1200 {
    max-width: 1150px;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
    margin: 0
}

.wrap-content {
    margin: auto
}

.title-main {
    margin-bottom: 1rem;
    text-align: center
}

.title-main span {
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
}

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

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px
}

.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-top: 15px;
    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
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
    height: calc(1em + 1.25rem + 8px)
}

.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
}

img.lazy {
    opacity: 0
}

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

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

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

.menu_mobi_add,
.menu_mobi {
    display: none
}

.menu {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 0;
    background-color: #ffffffa9;
    z-index: 9999;
}

.menu_in {
    top: 0;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    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;
    margin: 0;
    flex-shrink: 9999;
}

.menu-main li.li_trangchu {
    height: 40px;
    min-width: 40px;
    background: url(../images/trangchu.png) no-repeat center;
}

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

.menu ul li a:hover,
.menu ul li a.active {
    color: var(--maincolor);
}

.menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    padding: 25px 0px;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    background-color: #fafafa;
    border-radius: 0.25rem;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden
}

.menu ul li:hover>ul {
    transform: perspective(600px) rotateX(0);
    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 {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
    line-height: normal;
}

.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: var(--maincolor)
}

.menu ul li ul li a.active.has-child:after {
    border-color: var(--maincolor)
}

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

.menu ul li ul li:hover>a {
    color: var(--maincolor)
}

.menu ul li ul li:hover>a.has-child:after {
    border-color: var(--maincolor)
}

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

.search {
    width: 230px;
    background: #ffffff;
    position: relative
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #6c757d;
    font-size: 16px
}

.search input {
    width: calc(100% - 35px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px
}

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

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

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

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

.menu-res {
    height: 55px;
    z-index: 997;
    background: var(--maincolor);
    position: sticky;
    display: none;
    position: -webkit-sticky;
    top: 0
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    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
}

.slideshow {
    position: relative;
    overflow: hidden;
}

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

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

.control-slideshow {
    opacity: 0
}


.hover_sang1 {
    position: relative;
    overflow: hidden
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0)
}

.hover_sang1:hover:before {
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0)
}

.hover_sang2 {
    position: relative;
    overflow: hidden
}

.hover_sang2: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_sang2:hover:before {
    transition: 1s;
    left: 100%
}

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

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

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

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

.contact-article {
    margin-bottom: 1.2rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.contact-text {
    width: 49%;
}

form#form-contact {
    width: 49%;
}

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

.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
}


.footer-article {
    /* background-image: linear-gradient(0deg, #0055A5 0%, #4d9ae1 100%); */
    /* background:url(../images/bg_noibat.jpg) no-repeat;
    background-size: 100% auto, cover; */
    background-color: #0254AB;
}

.footer-article .wrap-content {
    padding: 50px 30px 35px;
    overflow: hidden;
}

.footer-powered {
    color: #ffffff;
}

.footer-powered span {
    color: #fed104;
}

.footer-powered .wrap-content {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


#footer-map {
    position: relative;
    height: 500px
}

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

.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
}

.pagination-ajax {
    text-align: center
}

.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 .modal-body {
    padding: 0px
}

#popup-map iframe {
    width: 100%
}

#popup button.close,
#popup-map button.close,
#popup-baogia button.close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000 !important;
    background: #000000;
    opacity: 1;
    color: #fff
}

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

.coccocgrammar,
.corom-element {
    display: none !important;
}

.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-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.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 {
    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 {
    -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
}

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

.btn-frame i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: inherit;
    position: relative;
    z-index: 1;
    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
}

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

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

.btn-frame .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    opacity: 0.1;
    border-color: var(--maincolor);;
    opacity: 0.5
}

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

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

.btn-frame .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color:inherit;
    opacity: 0.4
}
.btn-zalo  .btn-frame .kenit-alo-circle{border-color: #09abe8;}
.btn-phone  .btn-frame .kenit-alo-circle{border-color: #028138;}
.btn-frame .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
.btn-footer{bottom: 400px;background-color: var(--maincolor);border-radius: 100%;}
.btn-zalo {
    bottom: 315px;
    background-color: #09abe8;border-radius: 100%;
}

.btn-phone {
    bottom: 230px;   background-color: #028138;border-radius: 100%;
}

.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(--maincolor);
    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 {
    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-header {
    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-header {
    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-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 997;
    background: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000000 !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;

}

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

.cart-fixed span {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: #000000;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%
}

.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%
}



.page-link.active,
.page-link.bg-primary {
    background: var(--maincolor) !important;
    color: #fff !important;
}

.page-link.active:hover,
.page-link.bg-primary:hover {
    background: #000000 !important
}

.page-link {
    cursor: pointer;
    border-color: #d9d9d9 !important;
    color: #000 !important;
}

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

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

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

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

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

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

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

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

.contact-form .btn-primary {
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important
}

.liked-fixed {
    bottom: 455px;
    display: none
}

div.wap_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

div.wap_copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

div.wap_copy .copyright,
div.wap_copy .statistic {
    margin-bottom: 0
}

.statistic span {
    margin-left: 8px
}

div#main_footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

div#main_footer ul li {
    margin: 9px 0;
    font-size: 14px
}

div#main_footer ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #f9f9f9;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 18px;
    color: #525252
}

.footer-news:nth-child(1) {
    width: 31%
}

.footer-news:nth-child(2) {
    width: 250px
}

.footer-news:nth-child(3) {
    width: 20%
}

.footer-news form {}

.newsletter-input {
    margin-bottom: 10px;
}

.newsletter-input .form-control {
    border-radius: 4px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 0px;
    font-size: 12px;
    color: #ffffff;
}

.newsletter-input input::placeholder {
    color: #ffffff;
}

.newsletter-button input[type="submit"] {
    width: 98px;
    height: 36px;
    border-radius: 4px;
    background-color: #fed104;
    color: #1a1a1a;
    font-weight: 700;
    border: 0px;
}

.footer-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fed104;
    margin-bottom: 25px;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.footer-ul li {
    width: 100%;
}


.footer-ul li a {
    color: #ffffff;
}

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

.social_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    align-items: center;
}

.list_monnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 20px;
}

.list_monnb a {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    height: 44px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
}

.list_monnb a:hover,
.list_monnb a.active {
    background-image: linear-gradient(0deg, #000180 0%, #0261c0 100%);
    color: #ffffff;
}

#video-select iframe {
    height: 281px
}

#video-select .listvideos {
    width: 100%;
    height: 40px;
    padding: 0 10px
}

div.run-slick .slick-prev:before,
div.run-slick .slick-next:before {
    font-size: 0
}

div.run-slick .slick-prev,
div.run-slick .slick-next {
    width: 35px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

div.run-slick .slick-prev {
    background: #00000045 url(../images/arr_left.png) no-repeat center;
    left: 10px;
    border-radius: 5px;
}

div.run-slick .slick-next {
    background: #00000045 url(../images/arr_right.png) no-repeat center;
    right: 10px;
    border-radius: 5px;
}

.search-res {
    position: relative;
    width: 40px;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 17px;
    margin: 0px;
    margin-top: 0px;
    border-radius: 5px;
}

.search-res .icon-search.active {
    border-radius: 5px;
    color: var(--maincolor);
    font-size: 20px;
}

.search-res .search-grid {
    position: absolute;
    top: 42px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000000;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    line-height: normal
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #000000;
    line-height: 40px;
    text-align: center
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #666363;
    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
}

/* 
.flex_info {
    display: flex;
    justify-content: space-between
}

.left_info {
    width: 270px
}

.right_info {
    width: calc(100% - 280px)
}

.list_mananger {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #c00;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.sty_list1,
.sty_list {
    padding: 10px 0;
    margin-left: 10px;
    color: #000;
    cursor: pointer
}

.list_mananger li {
    border-bottom: 1px solid #d3d3d3
}

.left_info .title-user {
    background: #c00
}

.left_info .title-user span {
    color: #fff
}

.dong {
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    display: none
}

.mo {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    display: block
}

.sty_btn_info span,
.button-user .sty_btn_info {
    padding: 5px 15px;
    border: 1px solid #c00;
    background: #c00;
    color: #fff;
    border-radius: 5px
} */

.social-plugin .zalo-share-button {
    margin-left: 3px;
    background: #000 url(../images/zalo-combo.png) no-repeat center;
    background-size: 26px;
    border-radius: 5px;
}

.content_product {
    padding-top: 15px;
}

.mt-6 {
    margin-top: 1.5rem;
}





.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center, url(../images/xmark.svg) no-repeat center top 45px;
    background-size: auto, 40% !important;
    margin: 0px;
}

.search-res .icon-search.active {
    background: url(../images/search.png) no-repeat center top 45px, url(../images/xmark.svg) no-repeat center center;
    border-radius: 100%;
}

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

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 32px;
    margin: 0px;
    display: block;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 31px;
    outline: none;
    border: none;
    font-size: 14px;
    background: transparent;
    color: #1a1a1a;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #1a1a1a
}

.search-res .search-grid input:-moz-placeholder {
    color: #1a1a1a
}

.search-res .search-grid input::-moz-placeholder {
    color: #1a1a1a
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #1a1a1a
}













#google_translate_element .goog-te-gadget {
    font-size: 0px;
}

#google_translate_element select {
    width: 120px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #1a1a1a;
    background-color: transparent;
    margin: 0;
    padding: 0 10px;
}

.wrap_dich {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    min-width: fit-content;
}








.wap_intro {
    padding: 55px 10px;
}

.wap_video {
    width: 58.333%;
}

.wap_fanpage {
    width: 35%;
}

.title-fanpage {
    color: #1a1a1a;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
}

.title-fanpage span {
    color: #028138;
}

.video_content img {
    aspect-ratio: 700/350;
    object-fit: cover;
}

.slick_video {
    margin-bottom: 10px;
}

.slick_video2 {
    padding: 0 40px;
}

.video_content2 {
    margin: 0 5px;
}

.video_content2 img {
    aspect-ratio: 140/90;
    object-fit: cover;
}

.wap_video img {
    border-radius: 10px;
}



.title-trangchu {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 35px;
    background: url(../images/title-trangchu.png) no-repeat center bottom;
}

.title-trangchu h2 {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 700;
}

.title-trangchu h2 span {
    color: #028138;
}





.wap_tintuc {
    background: linear-gradient(#E5EEF6, #E5EEF6)no-repeat center bottom;
    background-size: 100% 265px;
    padding-bottom: 60px;
}

.slick_tintuc {
    margin: 0 -15px;
}

.tintuc_content {
    margin: 5px 15px;
    box-shadow: 0px 2px 7.5px rgba(0, 85, 165, 0.26);
    border-radius: 10px;
    overflow: hidden;
}

.pic_tintuc {
    border-top: 4px solid #028138;
}

.info_tintuc {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 30px;
}

.info_tintuc h3 {
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.info_tintuc p {
    line-height: 28px;
    text-align: justify;
    text-align-last: center;
    color: #4d4d4d;
}

.info_tintuc span {
    font-family: 'Roboto Condensed', sans-serif;
    color: #028138;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.tintuc_content a:hover span {
    color: var(--maincolor);
}





.wap_sanpham {
    padding: 60px 10px;
}

.danhmuc_sanpham {
    width: 240px;
    min-width: 240px;
}

.wrap_sanpham {
    width: 930px;
    max-width: calc(100% - 240px);
}

.danhmuc_sanpham {
    border-radius: 10px;
}

.list-sanpham {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.list_monnb {
    background-color: #02813916;
}

.title-sanpham {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    background-image: linear-gradient(0deg, #028138 0%, #04b34f 100%);
    height: 50px;
}

.wap_banner img {
    border-radius: 10px;
}

.pic-product {
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #ffffff;
}

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

.box-product {
    display: block;
    position: relative;
    text-align: center;
}

.info-product h3 {
    color: #1a1a1a;
    text-shadow: 0 0 0.5px #1a1a1a;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}

.info-product p {
    color: #5e5e5e;
    margin: 0;
}

.info-product p span {
    color: #028138;
    font-size: 15px;
    font-weight: bold;
}

.wap_noibat {
    padding: 50px 10px;
}

.wap_noibat {
    background: url(../images/che_noibat.png) no-repeat top center, url(../images/bg_noibat.jpg) no-repeat;
    background-size: 100% auto, cover;
}

.wap_noibat .title-trangchu {
    background: url(../images/title-trangchu2.png) no-repeat center bottom;
}

.slick_noibat .product {
    margin: 0 12px;
}

.run-list {
    margin: 0 -12px;
}

.slick_noibat .info-product h3 {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.slick_noibat .info-product p {
    color: #ffffff;
}

.slick_noibat .info-product p span {
    color: #fed104;
    font-size: 18px;
}

.wap_taisao {
    padding: 50px 10px;
    overflow: hidden;
}

.taisao_content {
    margin: 0 17px;
}

.slick_taisao {
    margin: 0 -17px;
}

.taisao_content:nth-child(5n + 1) {
    background-color: #028138;
}

.taisao_content:nth-child(5n + 2) {
    background-color: #FED208;
}

.taisao_content:nth-child(5n + 3) {
    background-color: #F28B01;
}

.taisao_content:nth-child(5n + 4) {
    background-color: #0055A5;
}

.taisao_content:nth-child(5n + 5) {
    background-color: #8CF7F7;
}

.taisao_content {
    padding: 30px 15px 10px;
    border-radius: 105px 105px 7px 7px;
}

.pic_taisao {
    width: 135px;
    height: 135px;
    border: 3px solid #ffffff;
    min-width: 135px;
    margin: 0 auto 15px;
}

.pic_taisao,
.pic_taisao img {
    border-radius: 100%;
}

.taisao_content h3 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
}

.pic_gioithieu {
    width: 570px;
    max-width: 47.5%;
}

.info_gioithieu {
    width: 565px;
    max-width: 47%;
}

.wap_gioithieu {
    padding: 0 10px;
    padding-top: 60px;
}

.img_gioithieu,
.img_gioithieu img {
    border-radius: 20px;
}

.title-gioithieu {
    color: #0055a5;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 12px;
}

.link_gioithieu {
    width: 160px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 4px;
    background-image: linear-gradient(0deg, #028138 0%, #04b34f 100%);
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}



.banner_trangtrong {
    position: relative;
}

.title_trangtin {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(#ffffff, #ffffff) no-repeat left bottom;
    width: 100%;
    background-size: calc(50% - 525px) 100%;
}



.title_trangtin span {
    font-size: 2.5rem;
    color: #314551;
    font-weight: bold;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    background-color: #ffffff;
}







.box_baiviet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    font-family: 'Exo', sans-serif;
}

.info_baiviet {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #314551;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info_baiviet span,
.info_baiviet_top span {
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1;
    color: gray;
}


.pic_baiviet-top img {
    min-width: fit-content;
    max-height: 300px;
    object-fit: cover;
}
.pic_baiviet img{    height: 220px;
    object-fit: cover;object-fit: cover;}
.pic_baiviet-top{overflow: hidden;}
.info_baiviet h3,
.info_baiviet_top h3 {
    margin: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    flex-grow: 1;
}

.info_baiviet a {
    font-size: .875rem;
    color: #8cc63f;
    z-index: 1;
    padding-right: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.info_baiviet a i {
    transition: .3s linear
}

.info_baiviet a:hover i {
    transform: translateX(10px);
    transition: .3s linear;
}

.baiviet_top {
    background-color: #314551;
    margin-bottom: 2rem;
}

.pic_baiviet-top {
    min-width: 460px;
    max-width: calc(50% - 50px);
}

/* .pic_baiviet-top {
    clip-path: polygon(calc(100% - 30%) 0, calc(100% - 10%) 50%, 70% 100%, 0 100%, 0 0);
} */

.info_baiviet_top {
    padding: 1rem 3rem;
    min-width: 50%;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    font-family: 'Exo', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info_baiviet_top span {
    margin-bottom: 1.25rem;
}

.info_baiviet_top h3 {
    margin-bottom: 1rem;
}

.info_baiviet_top p {
    color: #fff;
    font-size: 18px;
}

.info_baiviet_top a,
.info_sanpham a.btn_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: .875rem;
    color: #ffffff;
    z-index: 1;
    padding-right: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    background: linear-gradient(135deg, #00A76D 70%, #8CC63F 0px);
    background-size: 120% auto;
    background-position-x: 50%;
    border-radius: 25px;
    transition: .2s linear;
}

.info_baiviet_top a:hover,
.info_sanpham a.btn_view:hover {
    background-position-x: 100%;
    transition: .2s linear;
}

.mota_baiviet {
    max-width: 1150px;
    margin: auto;
    margin-top: 20px;
}


.desc_content p:last-child {
    margin: 0;
}

.desc_sanpham {
    max-width: 1150px;
    margin: auto;
}

.danhmuc_trangsp {
    padding: 4rem 1.5rem;
    background-color: #314551;
}

.danhmuc_trangsp .danhmuc-sanpham {
    font-size: 18px;
    color: gray;
    font-family: 'Exo', sans-serif;
}

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

.danhmuc_trangsp ul li:last-child a {}

.danhmuc_trangsp ul li {
    position: relative;
}

.danhmuc_trangsp ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ffffff;
    display: block;
    padding-left: 5px;
}

.danhmuc_trangsp ul li ul {
    padding-left: 15px;
    max-height: 0px;
    max-height: 0;
    overflow: hidden;
}

.show-ul-c2 {
    max-height: 1000px !important;
    transition: .3s linear;
}

.danhmuc_trangsp ul li a.active,
.danhmuc_trangsp ul li a:hover {
    color: #8cc63f;
}

.danhmuc_trangsp ul li span {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    transition: .5s linear
}

.danhmuc_trangsp ul li span.active {
    transform: rotate(45deg);
    border-color: #8cc63f;
    transition: .5s linear;
}

/* .danhmuc_trangsp ul li ul li{padding: 0;margin: 0;border: 0px;} */



.pic_sanpham {
    width: 100%;
    max-width: 45%;
}
.pic_sanpham img{width: 100%;}
.info_sanpham {
    width: calc(55% - 10px);
    /* max-width: 60%; */
}

.sanpham_content {
    margin-bottom: 20px;
    background-color: #F3F1ED;
    padding-right: 25px;
}

/* .pic_sanpham img {
    clip-path: polygon(calc(100% - 110px) 0, 100% 50%, calc(100% - 110px) 100%, 0 100%, 0 0);
} */

.info_sanpham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.info_sanpham h3 {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    color: #00a76d;
    font-weight: 600;
}

.info_sanpham h4 {
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    margin-bottom: 8px;
}

.info_sanpham p {
    font-size: 1.125rem;
    line-height: 1.75;
}

.flex-btn-prd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.mota_sanpham .desc_content {
    background-color: #ffffff
}



.content_slide {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
                align-items: center;
                gap: 80px;
}

.slick-current .content_slide {

}
.pic2_slide,.pic2_slide img{min-width: fit-content;}
.desc_slide {background-color: rgba(255,255,255,0.7);width: 500px;font-family: 'Roboto Condensed', sans-serif;padding: 40px 50px;border-radius: 50px 50px 50px 0;}
.desc_slide h3{font-size: 40px;
    line-height: 50px;
    color: #0055a5;
    font-weight: 700;margin-bottom: 20px;}
.desc_slide p{font-size: 25px;
    line-height: 35px;
    color: #1a1a1a;
    font-weight: 400;margin-bottom: 0;}
.info_slide a{border-radius:0 0 10px 10px;text-align: center;height: 45px;line-height: 45px;width: 180px;color: #ffffff;
    font-weight: 700;font-size: 18px;display: block;
    background-image: linear-gradient(0deg, #028138 0%, #04b34f 100%);}
  .pic2_slide{transform: translateX(-100%);opacity: 0;}  
  .info_slide{transform: translateY(100%);opacity: 0;}
.slick-current .pic2_slide{transform: translateX(0);opacity: 1;transition: .5s linear;}
.slick-current .info_slide{transform: translateY(0);opacity: 1;transition: .5s linear}
.footer-info{color: #ffffff;}
.file_sanpahma{font-weight: 700;font-size: .875rem;
    text-transform: uppercase;  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;align-items: center;gap: 15px;
    letter-spacing: 3px;color: #00a76d;}
.file_sanpahma i{font-size: 1.75rem;}
.sanphamcungloai_content{padding: 2rem;background-color: #f3f1ed;
    color: #314551;height: 100%;  display: -webkit-box;
      display: -ms-flexbox;font-family: 'Exo', sans-serif;
      display: flex;flex-flow: column wrap;margin: 0 15px;
    }

.wap_Recommend .slick-list{padding-right: 12%;}


.title-sanpham_cungloai{font-size: 2.25rem;line-height: 1.3;font-weight: 700;margin-bottom: 1.25rem;text-rendering: optimizeLegibility;font-family: 'Exo', sans-serif;color: #ffffff;}
.wap_Recommend{padding: 60px 10px 50px;border-bottom: 10px solid #00A76D;background-color: #314551;overflow: hidden;}
.slick_sanphamcungloai{margin: 0 -15px;}
.sanphamcungloai_content h3{    color: #00a76d;line-height: 1.3;font-size: 2rem;font-weight: 700;text-rendering: optimizeLegibility;margin-bottom: 1.25rem;}
.sanphamcungloai_content p{margin-bottom: 1rem;font-weight: 700;flex-grow: 1;font-size: 1.125rem;
    line-height: 1.5;}.flex-btn a:nth-child(1){font-size: .875rem;color: #00a76d;text-transform: uppercase;font-weight: bold;
        letter-spacing: 3px;}.flex-btn a:nth-child(2) i{color: #00a76d;font-size: 18px;}.flex-btn{  display: -webkit-box;
          display: -ms-flexbox;
          display: flex;align-items: center;  -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;}
                    .flex-btn a:nth-child(1) i{transition: .3s linear;margin-left: 5px;}
                    .flex-btn a:nth-child(1):hover i{transform: translateX(7px);transition: .3s linear;}
                   .sanpham_content_detail .info_sanpham{width: calc(100% - 400px);}
                   .sanpham_content_detail{padding: 35px 5px;}
                   .info_sanpham_detail{max-width: calc(55% - 15px);width: 100%;font-family: 'Exo', sans-serif;}
                   .info_sanpham_detail h3{color: #00a76d;    font-size: 3rem;font-weight: 700;text-rendering: optimizeLegibility;}
                   .info_sanpham_detail h4{    margin-bottom: 0.75rem;
                    font-size: 32px;font-weight: 700;
                    color: #314551;line-height: 1.3;}
                    .info_sanpham_detail h5{line-height: 1.3;
                        margin-bottom: 2rem;font-weight: 700;
    font-size: 18px;
    color: #98a3a8;
                    }
.info_sanpham_detail p{font-size: 18px;line-height: 1.75;
    margin-bottom: 1.625rem;
    text-rendering: optimizeLegibility;}
    /* .pic_sanpham{max-width: 32%;} */
    .baiviet_content{  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;flex-direction: column;}.info_baiviet{flex-grow: 1;}
    .ask_kh h3{font-family: 'Exo', sans-serif;font-size: 18px;color:#fff ;line-height: 3;cursor: pointer;padding:0 1.25rem;background-color: #314551;}
    .bg_trangtrong{background-color: #e5f4d5;}
    .bg_trangtrong_sanpham{background-color: #e5f4d5;}
    .menu.menu-fix{position: fixed !important;top: 0;}
.support-online{position:fixed;z-index:999;right:15px;bottom:120px}
.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;right:40px;-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;-webkit-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1}
.support-online a:hover span{display:none;}
.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}
.comment-page{margin: 0 10px;}
.hotline_header{background-color: #0055a5;position: absolute;top: 0;right: 0;padding:5px 10px;}
.hotline_header p{margin: 0;font-weight: bold;color: #ffffff;}
.menu ul li a{}
.autoHeight figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}
.autoHeight figure > figcaption {
    text-align: center;
    display: block;
}