@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&amp;family=Mulish:wght@400;500;600;700;800&amp;display=swap');

@font-face {
    font-family: "SVN-Agoka";
    src: url("../fonts/SVN-Agoka-Regular.otf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "SVN-Genica Pro";
    src: url("../fonts/SVN-Genica%20Pro.otf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "SVN-Helga";
    src: url("../fonts/SVN-Helga.otf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "SVN-Avo";
    src: url("../fonts/UTM%20Avo.ttf");
    font-style: normal;
    font-display: block;
}
:root {
            --maincolor: #79420C;
        }
/* Lazyload */
img.lazy{opacity:0;}
img:not(.initial){transition:opacity 1s;}
img.initial,img.loaded,img.error{opacity:1;}
img:not([src]){visibility:hidden;}

/* Like Share */
.social-plugin{display:flex;justify-content:flex-start;margin-top: 0px;gap: 9px;}
.social-plugin .at-share-btn{margin-bottom:0px!important;}
.social-plugin .zalo-share-button{margin-left:3px;}
.social-product ul {display: flex;justify-content: flex-start;margin-top: 0px;padding-left: 0px;list-style: none;margin-bottom: 0px;}
.addthis_inline_share_toolbox_dc09{display:none}
.social-product li {margin-top: 0px;margin-right: 8px;}

.social-product button {width: 30px;display: flex;height: 30px;border: none;cursor: pointer;color: #ffffff;border-radius: 3px;padding: 0px;font-size: 15px;transition: all 0.3s;justify-content: center;align-items: center;}

.social-product button:hover{
    transform: translateY(-5px);
}

.social-product .sharer1{
    background: #1c96e8;
}
.social-product .sharer2{
    background: #3d548e;
}
.social-product .sharer3{
    background: #3294bd;
}
.social-product .sharer4{
    background: #cb362d;
}
.social-product .sharer5{
    background: #df0022;
}



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


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

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

body {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    background-image: url(../images/bg_body.jpg);
}

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
}

.hover_xam {
    position: relative;
    overflow: hidden
}

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

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

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

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

.wrap-main,
.wrap-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0px
}

.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: relative;
    z-index: 2;
    background-color: #ffffff;
}

.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;
    width: 445px;
    gap: 28px;
    margin: 0;
}

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

.menu ul li.li-home a {
    padding-left: 0;
}

.menu ul li.li-end a {
    padding-right: 0;
}

.menu ul li a:hover,
.menu ul li a.active {
    color: #EBB02C;
}

.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgb(255 255 255);
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    padding: 35px 0;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    text-decoration: none
}

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

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

.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: #EBB02C
}

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

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

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

.menu-fix {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    animation: fadeInDown 1.3s ease backwards;
}

.menu-fix .logo_header {
    max-width: 70px;
}

.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;
    aspect-ratio: 1366/560;
}

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

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

.control-slideshow {
    opacity: 0
}

.wrap-partner {
    padding: 0px 15px
}

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

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

.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-map {
    position: relative;
    height: 460px
}

#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.4, 1.4);
    transform: scale(1.4, 1.4)
}

.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: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 997;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EBB02C;
    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;
    width: 70%
}

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

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #EBB02C;
    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: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #EBB02C;
    opacity: 0.4
}

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

.btn-zalo {
    bottom: 315px
}

.btn-phone {
    bottom: 230px
}

.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: #EBB02C;
    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;
    box-shadow: 0 0 14px inset #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: #EBB02C !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
}

.save-listing,
.save-listing-already {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 1rem;
    background: var(--maincolor);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    /* display: none; */
}

.save-listing:hover i:before,
.save-listing-already i:before {
    font-weight: bold
}

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

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

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-title::after {
    content: attr(data-name);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 4px 4px #52111F;
    z-index: 1;
}

.footer-title {
    position: relative;
    line-height: 84px;
    font-weight: 400;
    font-family: "SVN-Agoka";
    font-size: 60px;
    display: inline-block;
}

.footer-title span {
    background: linear-gradient(88deg, #E2B144 18.86%, #E9CB4F 31.93%, #D19439 47.38%, #E9CB4F 63.42%, #CE8C3F 78.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
}

.footer-article {
    background-image: url(../images/bg_footer.png);
    background-size: cover;
    padding: 30px 10px;
    position: relative;
}
@media (min-width:1100px){
.footer-article::after {
    content: "";
    width: 336px;
    height: 200px;
    background: url(../images/hoa.png) no-repeat center;
    position: absolute;
    top: -5%;
    right: 15%;
    pointer-events: none;
}
}
.footer-article .wrap-content {
    padding: 70px 0;
}

.footer-news:nth-child(1) {
    width: 295px
}

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

.footer-news:nth-child(3) {
    width: 330px
}

.list_monnb {
    display: flex;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

.list_monnb a {
    font-size: 14px;
    color: #000;
    padding: 5px 15px;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #000000;
    border-radius: 5px;
    display: block;
    margin: 0 5px;
}

.list_monnb a:hover,
.list_monnb a.active {
    color: #fff !important;
    background: #EBB02C;
    border-color: #EBB02C;
}

#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: #EBB02C;
    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;
}

.container_product {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    margin: -10px;
}

.item_product {
    width: calc(25% - 20px);
    margin: 10px;
    position: relative;
}

.item_3 .item_product {
    width: calc(100%/3 - 20px);
}

.img_product {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.name_product {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.name_product a {
    color: #000;
    text-align: center;
    display: block;
}

.name_product a:hover {
    color: #f00;
}

.price_product {
    text-align: center;
    padding: 8px 0 10px 0;
}

.price-new b {
    color: #000;
}

.price-new {
    font-size: 15px;
    font-weight: 700;
    color: #EBB02C;
}

.price-old {
    padding-left: 10px;
    font-size: 12px;
    color: #6c757d;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    background: #EBB02C;
    font-size: 13px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 7px;
    font-weight: 700;
}

.content_product {
    padding-top: 15px;
}

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

.cart-product span:nth-child(2):hover {
    border-color: #000000 !important;
    color: #000000 !important;
}

.box_news_index {
    padding: 30px 5px;
}

.container_news_index {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    margin: -10px;
}

.item_news_index {
    width: calc(25% - 20px);
    margin: 10px;
}

.item_news_index .hover_sang2 img {
    width: 100%;
}

.content_news_index {
    margin-top: 10px;
}

.name_news_index a {
    font-size: 14px;
    font-family: qr;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.name_news_index a:hover {
    color: #EBB02C;
}

.desc_news_index span {
    font-size: 13px;
    font-family: 'qr';
    color: #000;
}

.time_news_index {
    color: #EBB02C;
    font-size: 14px;
    padding: 5px 0;
}

.box_product,
.box_product_list,
.box_product_list_tab,
.box_product_tab_permanent {
    padding: 30px 5px;
}













.footer-powered {
    padding: 25px 10px;
    background: #52111F;
    line-height: normal;
    text-transform: capitalize;
    font-size: 13px;
    color: #ffffff;
}

.social_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_footer a {
    display: block;
    padding: 5px;
    border: 1px solid #FCF3CD;
    border-radius: 100%;
}

.social_footer a:hover>img {
    transform: rotateY(360deg);
    transition: .5s linear;
}

.logo_footer {
    border: 1px dashed #FCF3CD;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    margin-bottom: 30px;
}

.footer-article form {
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 10px 10px 10px 30px;
    align-items: start;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.newsletter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 10px;
    display: flex;
    align-items: end;
}

.newsletter-input label {
    line-height: normal;
    font-size: 13px;
    color: #676767;
    white-space: nowrap;
    margin: 0;
}

.newsletter-input input {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #F0E0C5;
    width: 215px;
    height: 30px;
}

.newsletter-button input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    font-size: 13px;
    color: #78420C;
    font-family: 'Inter', sans-serif;
    border-radius: 100px;
    width: 135px;
    border: 0px;
    background-color: #FFC117;
    height: 35px;
}

.newsletter-button input[type="submit"]:hover {
    background-color: #78420C;
    color: #ffffff;
}

.chinhsach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.chinhsach .dot {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

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

.chinhsach a {
    font-size: 13px;
    color: #ffffff;
    line-height: normal;
}

.header {
    padding-top: 6px;
    background: url(../images/line_header.png) repeat-x top;
}
@media (min-width:870px){
    .logo_header{
        margin-bottom: -60px;
        box-shadow: 0px 4px 5px rgba(75, 22, 32, 0.40);
        padding: 5px;
    }
}
.logo_header {
    
background-color: #ffffff;
    
display: block;
    
border-radius: 100%;
    
/* overflow: hidden; */
}

.search-res {
    position: relative;
    float: right;
    width: 45px;
    margin-left: auto;
}

.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;
    border-radius: 100%;
    background-color: #FFC117 !important;
}

.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: 66px;
    right: 0px;
    width: 0px;
    height: 33px;
    overflow: hidden;
    border: 1px solid var(--maincolor);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.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: 13px;
    background: transparent;
}

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

.wap_tintuc {
    padding: 50px 10px 160px;
    /* background: url(../images/bg_tintuc.jpg) no-repeat left bottom, url(../images/bg_tintuc2.jpg) no-repeat right bottom; */
    margin-bottom: -120px;
}

.title-white {
    text-align: center;
    margin-bottom: 35px;
}

.title-white h2 {
    color: #78420C;
    font-size: 35px;
    font-family: "SVN-Agoka";
    margin: 0;
    padding-top: 45px;
    background: url(../images/hoasen.png) no-repeat center top;
    position: relative;
}

.title-white p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}


@media (min-width:1100px) {
    .title-white h2 {
        padding-left: 25px;
        padding-right: 25px;
        display: inline-block;
    }

    .title-white h2::after,
    .title-white h2::before {
        background: url(../images/co.png) no-repeat center;
        width: 178px;
        height: 152px;
        position: absolute;
        top: -15%;
        content: "";
        pointer-events: none;
    }

    .title-white h2::after {
        right: 100%;
    }

    .title-white h2::before {
        left: 100%;
        transform: scaleX(-1);
    }
}

.tintuc_content {
    margin: 0 12px;
}

.slick_tintuc {
    margin: 0 -12px;
}

.tintuc_content h3 {
    font-weight: 600;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    margin: 0;
    text-align: center;
}

.pic_tintuc {
    margin-bottom: 10px;
}

.pic_tintuc,
.pic_tintuc img {
    border-radius: 190px 190px 0 0;
}

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

.title-nau {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
    background: url(../images/hoasen2.png) no-repeat center top;
}

.wap_combo .title-nau {
    margin-bottom: 15px;
}

.title-gioithieu h2 {
    font-size: 60px;
    font-family: "SVN-Agoka";
    display: inline-block;
    margin: 0;
    position: relative;
    margin-bottom: -10px;
}

.title-nau h2 {
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    font-size: 35px;
    font-family: "SVN-Agoka";
}

.title-nau h2 span,
.title-gioithieu h2 span {
    position: relative;
    z-index: 2;
    background: linear-gradient(88deg, #E69800 18.86%, #FFE05F 31.93%, #E69800 47.38%, #FFE05F 63.42%, #E69800 78.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-nau h2::after,
.title-gioithieu h2::after {
    content: attr(data-name);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-shadow: 0px 4px 4px #52111F;
}

.title-nau p {
    margin: 0;
    line-height: 25px;
    font-size: 15px;
    color: #ffffff;
}

.wap_feedback,
.wap_combo,
.wap_visao {
    padding: 20px;
    background-image: url(../images/bg_nau.jpg);
}

.wap_feedback .wrap_border {
    padding: 60px 40px 120px;
}

.wap_visao .wrap_border {
    padding: 35px 40px 60px;
}

.wap_combo .wrap_border {
    padding-bottom: 50px;
}

.wrap_border {
    background: url(../images/border_goc.png) no-repeat bottom left, url(../images/border_goc2.png) no-repeat top left, url(../images/border_goc3.png) no-repeat top right, url(../images/border_goc4.png) no-repeat bottom right;
    padding: 30px;
    outline: 1px dashed #EBB02C;
    outline-offset: -2px;
}

.wap_video,
.feedback {
    width: 50%;
}

.video_content {
    padding: 10px;
    border: 1px solid #E8B34B;
    width: 430px;
    margin-left: auto;
    position: relative;
}

.video_content::after {
    content: "";
    width: 130px;
    height: 140px;
    background: url(../images/miengdan.png) no-repeat center;
    position: absolute;
    top: -70px;
    left: -50px;
}

.video_ct a {
    position: relative;
    display: block;
}

.video_ct a::after {
    content: "";
    width: 50px;
    height: 41px;
    position: absolute;
    top: calc(50% - 50px/2);
    left: calc(50% - 41px/2);
    background: url(../images/play.png) no-repeat center;
}

.title-feedback {
    max-width: 460px;
    width: 100%;
    font-weight: 400;
    color: #E8B34A;
    font-family: "SVN-Helga";
    font-size: 30px;
    text-align: center;
    border-top: 1px solid #E8B34B;
    border-bottom: 1px solid #E8B34B;
    padding-top: 8px;
    margin-bottom: 1rem;
}

.info_feedback p {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

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

.slick_feedback {
    margin-left: 95px;
}

.info_feedback {
    gap: 20px;
    margin-bottom: 30px;
}

.desc_feedback {
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
}

.wap_album {
    padding: 50px 10px;
}



.display_album .album {
    overflow: hidden;
}
@media (min-width:900px){
    .display_album {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 220px 130px 220px;
        gap: 20px;
        padding: 0 17px;
    }
.display_album .album:nth-child(1) {
    grid-row: span 2;
    border-radius: 0 188px 0 0;
}

.display_album .album:nth-child(2) {
    grid-row: span 3;
    border-radius: 15px 15px 0 0;
}

.display_album .album:nth-child(3) {
    border-radius: 15px 15px 0 0;
}

.display_album .album:nth-child(4) {
    grid-column-start: 1;
    border-radius: 15px 15px 0 0;
}

.display_album .album:last-child {
    grid-row: span 2;
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 3;
    border-radius: 0 0 0 188px;
}
}
/* .flex_visao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
} */

.visao_content {
    text-align: center;
    margin: 0 15px;
}

.flex_visao .pic_visao {
    width: 120px;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/bg_tieuchi.png) no-repeat center;
    margin: auto;
    margin-bottom: 10px;
}

.visao_content h3 {
    line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #ffffff;
}

.visao_content p {
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
}

.visao_content:hover img {
    animation: flip 1s linear
}

.wap_sanpham {
    padding: 35px 10px 50px;
}

.product {
    margin: 0 15px;
}

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

.run-slick {
    margin: 0 -15px;
}

.info_sanpham {
    padding: 15px 10px;
    background-color: #ffffff;
    text-align: center;
}

.name-product {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.price-product {
    margin-bottom: 7px;
}

.price-new {
    line-height: 1.5;
    font-weight: 700;
    font-size: 15px;
    color: #AE6823;
}

.price-new .gia {
    font-weight: 400;
    color: #909090;
}

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

.xemthem {
    text-transform: capitalize;
    line-height: 40px;
    font-size: 15px;
    transition: .2s linear;
    color: #FFF;
    width: 150px;
    background-color: #AE6823;
    outline: 1px solid #AE6823;
    outline-offset: 5px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
}

.xemthem:hover {
    color: #AE6823;
    background-color: #ffffff;
    outline-offset: 0px;
    transition: .2s linear;
}

.combo_content {
    margin: 10px 12px;
}

.slick_combo {
    margin: 0 -12px;
}

.combo_content h3 {
    font-weight: 700;
    line-height: 35px;
    font-size: 23px;
    color: #78420C;
    margin-bottom: 15px;
}

.desc_combo {
    height: 230px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
    color: initial;
    text-align: left;
}
.desc_combo p{margin-bottom:0px}
.pic_combo,
.pic_combo img {
    border-radius: 30px;
}

.combo_content a {
    display: block;
    padding: 20px 20px 50px;
    background-image: url(../images/bg_combo.jpg);
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.desc_combo::-webkit-scrollbar {
    width: 3px;
}

.desc_combo::-webkit-scrollbar-thumb {
    background-color: var(--maincolor);
}

.wap_dichvu {
    padding: 40px 10px;
    background: url(../images/longden.png) no-repeat top left 3%;
}

.wap_banggia {
    background: url(../images/la.png) no-repeat center right, url(../images/may.png) no-repeat center left, url(../images/bg_nau.jpg);
    padding: 20px;
}

.slick_bagngia {
    max-width: 855px;
    margin: auto;
}

.banggia_content {
    margin: 10px;
}

.banggia_content a {
    display: block;
    border: 10px solid #EBB02C;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.wap_banggia .title-nau {
    margin-bottom: 15px;
}

.wap_gioithieu {
    padding: 70px 10px 90px;
}

.img_gioithieu {
    width: 595px;
}

.info_gioithieu {
    width: 555px;
}

.anhgioithieu {
    margin: 0 5px;
}

.slick_gioithieu {
    margin: 0 -5px 10px;
}

.info_gioithieu {
    background-image: url(../images/info_gioithieu.jpg);
    background-size: cover;
    aspect-ratio: 555/719;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 30px;
}

.title-gioithieu {}

.title-gioithieu p {
    line-height: 54px;
    font-size: 40px;
    font-family: "SVN-Avo";
    color: #F0E0C5;
    margin-bottom: 0px;
}

.desc_gioithieu {
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    text-align: justify;
    margin: 0 15px;
}

.xemthem_gioithieu {
    background: #EBB716;
    width: 150px;
    color: #52111F;
    font-size: 15px;
    text-align: center;
    height: 40px;
    outline: 1px solid #EBB716;
    outline-offset: 5px;
    line-height: 40px;
    transition: 0.3s linear
}

.xemthem_gioithieu:hover {
    color: #EBB716;
    background-color: #ffffff;
    outline-offset: 0px;
    transition: 0.3s linear;
}

.pic_dichvu {
    padding: 17px;
    position: relative;
    aspect-ratio: 1/1;
    margin: auto;
    margin-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;align-items: center;  -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.pic_dichvu::after{
    animation: spin 10s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
@media (min-width:900px){
    .pic_dichvu img{max-width: 250px;}
.pic_dichvu::after {
   

    background: url(../images/bg_dichvu.png) no-repeat center;
    
}
.dichvu-content h3{display: none;}
.dichvu-content.slick-active + .slick-active .pic_dichvu img{max-width: 342px;}
.dichvu-content.slick-active + .slick-active h3{display: block;}
.dichvu-content.slick-active + .slick-active + .slick-active h3{display: none;}
.dichvu-content.slick-active + .slick-active .pic_dichvu::after{ 
    background: url(../images/bg_dichvu2.png) no-repeat center;}
.dichvu-content.slick-active + .slick-active + .slick-active .pic_dichvu img{max-width: 250px;}
.dichvu-content.slick-active + .slick-active + .slick-active .pic_dichvu::after{
    background: url(../images/bg_dichvu.png) no-repeat center;}
.wap_dichvu .title-white{margin-bottom: 5px;}
}

.pic_dichvu,
.pic_dichvu img {
    border-radius: 100%;
    margin: auto;
}

.dichvu-content h3 {
    text-align: center;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-size: 19px;
    color: #78420C;
}

@media (min-width:1400px){
}
@media (max-width:1366px){
}
@media (max-width:1024px){
	.content-main .container_product {margin: -5px;}
	.wrap-content{padding-left:10px!important;padding-right:10px!important}
	.boxProduct{grid-template-columns:1fr 1fr;gap:10px}
	.name-product{font-size:14px}
	.footer-powered{text-align:center}
	#footer-map{height:30vh}
	.wrap-main.wrap-home{padding:0}
	.wrap-main{padding:0 10px}
	.filter_block ul{display:none}
	.footer-news{margin-bottom:1rem}
	.container_product {margin: -5px auto;}
	.item_product {width: calc(50% - 10px);margin: 5px;}
	.item_news {width: 100% !important;margin: 10px 0 !important;}
	.item_news .hover_sang2 {height: 100%;}
	.item_news .hover_sang2 img {height: 100% !important;object-fit: cover;}
	.header .menu .menu-main{display: none;}
	.grid-pro-detail .row {margin: 0 !important;}
	.right-pro-detail, .left-pro-detail {padding: 0 !important;}
	.flex_mmenu {display: flex;align-items: center;justify-content: space-between;padding: 6px 0;}
	.container_news_index {margin: -5px auto;}
	.item_news_index {width: calc(50% - 10px);margin: 5px;}
	.container_quote {margin: -5px auto;}
	.item_quote {width: calc(50% - 10px);margin: 5px;}
	.footer-copyright {width: 100%;text-align: center;margin-bottom: 5px;}
	.footer-statistic {width: 100%;text-align: center;}
	.container_newsletter {width: 100%;}
	.flex_visao{gap: 10px;}
}
@media (max-width:870px){
	.dichvu-content.slick-active .pic_dichvu::after{
		background: url(../images/bg_dichvu2.png) no-repeat center;background-size: contain}
	.wap_feedback .wrap_border{padding-bottom:30px ;}
	.wap_video, .feedback,.video_content,.video_ct img{width: 100%;}
	.display_album{column-count: 2;}
	.title-feedback{max-width: 100%;}
	.display_album .album{margin-bottom: 15px;}
	.slick_combo,.slick_tintuc{margin: 0 -5px;}
	.combo_content,.product,.tintuc_content{margin: 0 5px;}
	.wap_banggia{background: url(../images/bg_nau.jpg);padding: 0;}
	.wap_feedback, .wap_combo, .wap_visao{padding: 1px;overflow: hidden;}
	.wap_gioithieu,.wap_dichvu,.wap_sanpham,.wap_album,.wap_tintuc{padding: 20px 10px;overflow: hidden;}
	.wap_tintuc,.slick_feedback{margin: 0;}
	.wap_feedback .d-flex{flex-direction: column;gap: 10px;}
	.wap_gioithieu .d-flex{flex-direction:column-reverse;gap: 10px;}
	.img_gioithieu,.info_gioithieu{width: 100%;}
	.logo_header{margin: auto;zoom: 0.7;}
	/* .logo_header img{width: 100px;} */
	.info_feedback{margin-bottom: 15px;}
	.menu{padding: 10px 0;}
	.newsletter-input input{width: 50%;flex-grow: 1;}
	.newsletter-input{width: 100%;}
	.footer-article form{flex-wrap: wrap;padding: 15px 10px;gap: 10px;}
	.footer-article{background: url(../images/bg_nau.jpg);background-size: auto;}
	div.css_flex_baiviet{margin: 0 !important;}
	.logo-mb{padding: 0 20px;display: block;text-align: center;margin: 10px 0 20px 0;}
	.logo-mb img{max-width:100px}
	.thongtin-mb ul{padding: 0 10px !important;}
	.thongtin-mb ul li{list-style: none;color: #55585a;margin-bottom: 10px;display: flex;align-items: center;}
	.thongtin-mb ul li i{font-size: 16px;margin-right: 10px;color: #EBB02C;width: 35px;height: 35px;display: flex;justify-content: center;align-items: center;border: 1px solid #EBB02C;border-radius: 5px;}
	.hidden_mobi,#arcontactus,#messages-facebook,.quick_contact{display: none;}
	.hidden_destop{display: block;}
	.menu_baophu { background: #000; opacity: 0.8;z-index: 998; left: 0px; top: 0px;position: fixed; width: 100%; height: 100%; display: none; }
	.icon_menu_mobi{color: #EBB02C;font-size: 25px;text-decoration: none;display: block;cursor:pointer;margin: 0;width: 40px;height: 40px;text-align: center;line-height: 40px;}
	.icon_menu_mobi i {margin-top: 0 !important;line-height: revert;}
	.home_mobi {color: #fff;text-decoration:none;float:right;font-size: 20px;width: 40px;height: 40px;line-height: 40px;text-align: center;}
	.logo-mobi{display: flex;width: 90px;transition: 0.5s;align-items: center;}.logo-mobi img{width: 100%;}
	.logo-mobi.active {width: 60px;}
	.menu-res{display:block}
	.comment-item{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}
	.comment-item-poster{width:auto;margin-right:0px;margin-bottom:0.5rem;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}
	.comment-item-letter{width:40px;height:40px;line-height:40px;font-size:13px;margin-bottom:0}
	.comment-item-name{margin-bottom:0px;margin-left:10px;margin-right:10px}
	.comment-item-information{width:100%}
	.price-procart{display:none}
  	.price-procart-rp{display:block}
	.quantity-procart{text-align:right}
	.top-cart{margin-bottom:2rem}
	.search-res-mmenu{position:relative;width: auto;display: flex;align-items: center;}
	.search-res-mmenu .icon-search{width: 40px;height: 40px;cursor:pointer;color: #EBB02C;font-size:17px;margin:0px;margin-top: 0px;line-height: 40px;text-align: center;border: none;}
	.search-res-mmenu .icon-search.active{background:#fff;border-radius: 5px;color: #EBB02C;}
	.search-res-mmenu .search-grid{position: relative;top: 0;width:0px;height: 30px;overflow:hidden;background:#fff;border: 1px solid #e6e6e6;z-index:2;opacity:0;border-radius: 25px;line-height:normal;box-shadow: 0 0 4px 2px inset #e6e6e6;}
	.search-res-mmenu .search-grid p{float:left;width: 30px;height: 30px;cursor:pointer;outline:none;border:none;margin:0px;font-size: 14px;display:block;color: #EBB02C;line-height: 30px;text-align:center}
	.search-res-mmenu .search-grid input{width: calc(100% - 30px);float:right;line-height: 28px;outline:none;border:none;color: #000;font-size: 13px;background: transparent;}
	.search-res-mmenu .search-grid input::placeholder{color:#797979}
	.menu_mobi {color: #fff;font-size: 18px;text-decoration: none;padding: 0px 10px;width: 100%;display: block;height: 100%;cursor: pointer;position: sticky;top:0;z-index:999;background: #fff;box-shadow: 0px 0px 7px #EBB02C;}
	.menu_mobi_add {display:block;position: fixed;left: -100%;top: 0;background: #ffffff;z-index: 99999;color: #fff;height: 100vh;overflow-y: scroll;line-height: 1.5;padding-top: 40px;padding-bottom: 20px;width: 85%;min-width: 140px;max-width: 440px;transition: 0.5s;border-right: 1px solid #e6e6e6;}
	.menu_mobi_add::-webkit-scrollbar {width: 2px;}
	.menu_mobi_add::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 0%); border-radius: 10px;}
	.menu_mobi_add::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px #EBB02C; }
	.menu_mobi_active { left: 0; transition: 0.5s; }
	.menu_mobi_add ul {list-style: none;padding: 0;margin: 0;}
	.menu_mobi_add ul li.li-tim{display:none}
	.menu_mobi_add ul li h2{font-size: 17px;margin-bottom: 0}
	.menu_mobi_add ul li b{display:inline-block;vertical-align: top;margin-right: 8px}
	.menu_mobi_add ul li b img{ display: inline-block; vertical-align: top; }
	.menu_mobi_add ul li a {color: #191919;display: block;border: 1px solid rgb(132 132 132 / 20%);padding: 10px 40px 10px 20px;position: relative;font-size: 16px;margin-bottom: 10px;border-radius: 5px;transition: 0.5s !important;}
	.menu_mobi_add ul li a.active2 {color: #fff;box-shadow: 0 0 0 25px #EBB02C inset;}
	.menu_mobi_add ul li a i{position:absolute;right: 12px;transform: rotate(90deg);width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;font-size: 10px;background: #EBB02C;color: #fff;border-radius: 50%;top: 12px;}
	.menu_mobi_add ul li a.active2 i{transform:rotate(0deg);border-left: 1px solid rgba(255,255,255,0.2);background: #fff;color: #EBB02C;}
	.menu_mobi_add ul ul {display:none;padding-left: 15px;margin-bottom: 10px;}
	.menu_mobi_add ul li ul li a {padding-left: 20px;color: #6f6f6f}
	.menu_mobi_add ul li ul li ul li a {padding-left: 20px;}
	.load-menu {padding: 0 10px;}
	.menu_mobi_add ul li:last-child a {margin-bottom: 0;}
	.thongtin-mb {margin-top: 20px;}
	.load-menu ul li {position: relative;left: -100%;transition: 0.5s;}
	.menu_mobi_active .load-menu ul li{left: 0%;}
	.close_menu {position: absolute;top: 5px;right: 5px;font-size: 15px;background: #EBB02C;width: 25px;text-align: center;line-height: 25px;cursor: pointer;border-radius: 5px;}
	.content-main img{height: auto !important;}
	.template-pro .row{margin: 0 -10px;}
	.info-header,.hotline-header{display: none}
	.email-header{display: none}
	.info-header:nth-child(3){display: block}
	.social-header{width:auto}
	.search{width: 97%;margin: auto;border: 1px solid #EBB02C;margin-top: 10px;display: none}
	.container_product .product ,.sanpham_col_flex .pro_right .product,.video{width: calc(50% - 10px) !important;margin: 5px !important;}
	.name-product{font-size:15px}
	.left-intro{width: 100%}.right-intro{width: 100%;margin-top: 15px}
	.footer-news:nth-child(1),.footer-news:nth-child(2),.footer-news:nth-child(3),.footer-news:nth-child(4){width: 100%;margin-top: 15px}
	.cart-product span{width: 100%;margin: 0;margin-right: 0 !important;margin-bottom: 5px;}
	.cart-pro-detail a{width:100%;text-align: center;}
  	.cart-pro-detail a:first-child{margin-right:0px;margin-bottom:0.5rem}
  	.cart-pro-detail a i{display:none}
	.newshome-best{width: 100%;display: none}
	.newshome-scroll{width: 100%}
	.header-bottom .wrap-content{padding: 10px}
	.btn-zalo,.btn-phone{display: none}
	.scrollToTop,.js-facebook-messenger-box{right: 5px}
	.title-main span{font-size: 22px;}
	.title-intro{margin-bottom:15px}
	.footer-article .wrap-content{padding: 20px 10px}
    .cart-fixed{bottom: 350px}
    .owl-theme .owl-dots .owl-dot span{height: 6px;width: 20px}
    .wrap-cart{flex-wrap:wrap}
	.top-cart,.bottom-cart{width:100%;border-right:0px;padding-right:0px;margin-right:0px;padding: 0 15px}
	.top-cart{margin-bottom:30px}
	.slick-prev{left: 10px}
	.slick-next{right: 10px}
	.copyright,.statistic{width: 100%}
	.footer-powered .wrap-content{flex-wrap: wrap}
	.owl-carousel .owl-stage-outer{width:100%}
	div.run-slick{margin:0 -5px;max-width: 100%;}
	.btn-map{bottom:230px;right:10px;display: none}
	div.box-tintuc-video{padding: 20px 10px}
	.time-news{display:none}
	.pic-newshome-normal{width: 40%}
	.info-newshome-normal{width: 57%}
	.wrap-partner{padding:15px 10px}
	.wrap-partner .prev-carousel{left: 11px;position: absolute;z-index: 9;margin-bottom: 0}
	.wrap-partner .next-carousel{right: 11px;position: absolute;z-index: 9;margin-bottom: 0}
	.desc-news{-webkit-line-clamp:2}
	.contact-text {width: 100%;}
	form#form-contact {width: 100%;}
}
@media (max-width:700px){
	.wap_visao .wrap_border{padding: 30px 25px;}
	.left-pro-detail,.right-pro-detail {width: 100% !important;}
	.left-pro-detail {margin-bottom: 10px;}
	.flex_visao{flex-wrap: wrap;}
	.visao_content{width: calc(50% - 5px);}
	
}
@media (max-width:600px){
	
	.info_sanpham{padding: 10px 5px 2px;}
	.info_gioithieu{background-size: 100% 100%;padding: 20px 10px;background: url(../images/bg_nau.jpg);}
	.wrap_border{background-size: 40%;}
	.wap_dichvu{background-size: 30%;}
	.news .news-image{margin-bottom:1rem}
	.procart-label{font-size:13px}
	.name-procart a{font-size:13px}
	.top-contact{flex-wrap:wrap;padding: 0 15px}
	.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0px}
	.top-contact .article-contact{margin-bottom:30px}
	.price-procart,.procart-label .quantity-procart p:first-child{display:none}
	.price-procart-rp,.procart-label .quantity-procart p:last-child{display:block}
	.quantity-procart{width:25%;text-align:right;margin-right:0px}
	.info-procart{width:65%}
	.title-nau h2,.title-white h2{font-size: 25px;}
	.title-white,.title-nau{margin-bottom: 15px;}
	.wap_feedback .wrap_border{padding: 25px 20px;}
}
@media (max-width:425px){
	.visao_content{width: 100%;}
}
@media (max-width:375px){
	
}