@charset "UTF-8";
@font-face {
    font-family: 'BeautiqueDisplay';
    src: url("../fonts/BeautiqueDisplay-Regular.otf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'BeautiqueDisplay';
    src: url("../fonts/BeautiqueDisplay-Medium.otf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'BeautiqueDisplay';
    src: url("../fonts/BeautiqueDisplay-Bold.otf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

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

@font-face {
    font-family: 'SVN-ManchesterPark';
    src: url("../fonts/SVN-ManchesterPark.otf");
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../fonts/MYRIADPRO-REGULAR.OTF");
    font-style: normal;
    font-display: block;
}

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --secocl: #faf7f2;
    --fontsg: 'SVN-Gilroy';
    --fontsm: 'SVN-ManchesterPark';
}

div.wap_main {background: var(--secocl);}

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

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

body {
    font-family: 'BeautiqueDisplay',sans-serif;
    font-size: 14px;
    top: 0 !important;
}

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

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

a {
    text-decoration: none!important
}

p {
    margin-bottom: 0.5rem;
}

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
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wap_1200 {
    max-width: 1220px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wap_1300 {
    max-width: 1320px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

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

.wrap-main,.wrap-content {
    max-width: 1220px;
    margin: 40px auto;
    padding: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

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

.wrap-content {
    margin: auto
}

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

.title-main span {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
}

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

.user-header a {
    color: #ffffff;
    padding-right: 9px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.user-header a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #ffffff;
    top: calc(50% - 7px / 2);
    right: 0px;
    opacity: 0.7
}

.user-header a:last-child {
    padding-right: 0px;
    margin-right: 0px
}

.user-header a:last-child:after {
    display: none
}

.menu_mobi_add,.menu_mobi {
    display: none;
}

.header{position: relative;background-color: #000;color: #fff;z-index: 99;}
.header-bottom .wrap-content{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;position: relative;padding: 3px 0;}
.header-bottom{} 
.logo-header{} 
.logo-header img{}
.banner-header{} 
.banner-header img{}
.icon_menu_hd{text-transform:uppercase;font-size: 25px;background: url(../images/home/mn1.png)no-repeat center left;padding-left: 30px;padding-top: 5px;width: 40%;margin-bottom: 0;}
.search-gh{width:40%;position: relative;}
.search-hd{padding-right:15px;}
.icon-search-hd{text-transform:uppercase;background: url(../images/home/tk.png)no-repeat center left;font-size: 17.5px;padding: 5px 15px 0 40px;margin-bottom: 0;}
.skiptranslate{/*display:none!important;*/}
.gg-dich{width: 120px;}
.gg-dich .skiptranslate{display:block !important;width: 100%;height: 30px;overflow: hidden;}
.gg-dich .goog-te-combo{width: 100%;height: 30px;margin: 0 !important;padding: 0 10px;border-radius: 7px;}
.toolbar {background: #000;border-top: 1px solid rgb(255 255 255 / 44%);}

.menu {background-color: var(--maincolor);position: sticky;z-index: 997;position: -webkit-sticky;top: 0;display: none;}
.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}
.menu ul li {position: relative;z-index: 1}
.menu ul li.li-home {}
.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: #ff0}
.menu ul li.li-tim {}
.menu ul li.li-tim a {}
.menu ul li.menu-line {width: 1px;height: 15px;background-color: rgba(0,0,0,0.1)}
.menu ul li a {display: block;position: relative;font-size: 14px;color: #ffffff;padding: 12px 21px;text-transform: uppercase;text-decoration: none}
.menu ul li a.has-child {padding-right: 16px;margin-right: 8px}
.menu ul li a.has-child:after {content: "";position: absolute;bottom: calc(50% - 4px / 2);right: 5px;width: 5px;height: 5px;border: 1px solid #fafafa;border-top: 0px;border-left: 0px;-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu ul li ul {position: absolute;min-width: 250px;background-color: #fafafa;border-radius: 0.25rem;-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);box-shadow: 1px 1px 15px rgba(0,0,0,0.15);-webkit-transform: perspective(600px) rotateX(-90deg);transform: perspective(600px) rotateX(-90deg);-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0;opacity: 0;visibility: hidden}
.menu ul li:hover > ul {-webkit-transform: perspective(600px) rotateX(0);transform: perspective(600px) rotateX(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;opacity: 1;visibility: visible}
.menu ul li ul li {padding-left: 0.75rem;padding-right: 0.75rem}
.menu ul li ul li a {font-size: 14px;color: #313131;border-bottom: 1px solid #ececec;padding: 10px 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: #ec2d3f}
.menu ul li ul li a.active.has-child:after {border-color: #ec2d3f}
.menu ul li ul li:last-child > a {border-bottom: 0px}
.menu ul li ul li:hover > a {color: var(--maincolor)}
.menu ul li ul li:hover > a.has-child:after {border-color: var(--maincolor)}
.menu ul li ul li ul {top: 0;left: 100%;margin-top: 0px}
.search {position: absolute;width: 55%;background: #ffffff;border: 1px solid #000;border-radius: 7px;right: 0;top: calc(100% + 19px);}
.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}
#menu {display: none}

@-webkit-keyframes my {  0% {opacity:1}  50% {opacity:0  }  100% {opacity:1  }  }
@-moz-keyframes my {   0% {opacity:1}  50% {opacity:0  }   100% {opacity:1  }   }
@-o-keyframes my {   0% {opacity:1}   50% {opacity:0  }   100% {opacity:1  }   }
@keyframes my {  0% {opacity:1}   50% {opacity:0  }   100% {opacity:1  }  }
.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: #fff;font-size: 25px;text-decoration: none;width: 40px;display: block;cursor:pointer;margin: 0;}
.icon_menu_mobi i {}
a.home_mobi {color: #000;text-decoration:none;float:right;font-size: 20px;}
.logo-mobi{width:calc(100% - 100px);float:left;display: block;text-align:center;padding: 5px 0;}
.logo-mobi img{max-width: 135px;}
a.phone_mobi {color:#fff;text-decoration:none;float:left;font-size: 18px;}
a.phone_mobi i{ margin-right: 12px; -webkit-animation: my 700ms infinite; -moz-animation: my 700ms infinite;  -o-animation: my 700ms infinite; 
 animation: my 700ms infinite; }
/* Search RP */
.mm-panel{} .mm-navbar_sticky{} 
.menu_mobi_add {display:block;position: fixed;left: -100%;top: 0;background: var(--secocl);z-index: 99999;color: #fff;height: 100vh;overflow: auto;line-height: 1.5;padding-top: 35px;padding-bottom: 20px;padding-right: 5px;width: 85%;min-width: 140px;max-width: 440px;box-shadow: inset -4px 0px 8px rgba(0,0,0,0.3);transition: 0.5s;}
.menu_mobi_active { left: 0; transition: 0.5s; }.menu_mobi_add ul {list-style: none;padding: 0;}.menu_mobi_add ul li{}.menu_mobi_add ul li.li-logo{}.menu_mobi_add ul li.li-tim{display:none}.menu_mobi_add ul li.li-home{}.menu_mobi_add ul li.li-home h2{}.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 {text-decoration: none;color: #000;display: block;border-bottom: 1px solid rgb(132 132 132 / 20%);padding: 10px 40px 10px 0;margin-left: 20px;position: relative;text-transform: capitalize;font-size: 18px;font-weight: 700;letter-spacing: 1px;}
.menu_mobi_add ul li a.active2 {color: var(--color-gray);}.menu_mobi_add ul li a i{position:absolute; height:100%; right:0;top:0; border-bottom: 1px solid rgba(255,255,255,0.1);width:40px; text-align:center; padding-top:13px;transform:rotate(90deg); border-bottom: 1px solid rgba(255,255,255,0.1); }.menu_mobi_add ul li a.active2 i{ transform:rotate(0deg); border-left: 1px solid rgba(255,255,255,0.2); }.menu_mobi_add ul ul {display:none;padding-left: 0;}.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: 40px; }
.close_menu {position: absolute;top: 0px;right: 0px;font-size: 15px;width: 25px;text-align: center;line-height: 25px;cursor: pointer;color: #fff;border-bottom: 1px solid;border-left: 1px solid;border-color: #000;background: #000;}
/*  -- menu mobile ---*/

.slideshow {position: relative;overflow: hidden;background: url(../images/home/bg1.png) no-repeat center center;background-size: cover;padding: 80px 0 55px 0;}
.left-slide{width: calc(33.5% + 40px);margin-right: -40px;position: relative;z-index: 5;}
.right-slide{width: 66.5%;}
.noidung_sl {position: relative;}
.gach_sl{
    font-size: 45px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    letter-spacing: 1px;
}
.gach_sl p{
    position: relative;
    padding-left: 117px;
    margin-bottom: -8px;
}
.gach_sl h2{position: relative;display: block;font-size: 45px;font-weight: 500;letter-spacing: 2px;margin-bottom: 0;}
.gach_sl p:before{position:absolute;content:'';width: 95px;height: 3px;background:#000;top:0;left:0;bottom: 0;margin:auto;}
.mota_sl {color: #000;font-size: 17.5px;font-weight: normal;font-style: italic;line-height: 1.6;letter-spacing: 1px;max-height: 143px;padding-right: 10px;max-width: 82%;overflow-y: auto;margin-top: 30px;}
.mota_sl::-webkit-scrollbar {background: #ddd;width: 3px;height: 11px;}
.mota_sl::-webkit-scrollbar-thumb {background: #000;}
.sl_xemthem{padding-top:30px;margin-bottom: 0;padding-left: 65px;}
.left-sl{width: 56%;}
.right-sl{width: 31%;}
.slider-tc {padding-right:85px;}
.slogan-sl{color:#000;font-size:20px;font-family: var(--fontsm);font-weight: normal;font-style: italic;text-align: right;letter-spacing: 2px;line-height: 70px;margin-top: -20px;}
.slideshow-item {display: block;cursor: pointer}
.slideshow-image {display: block;border:1px solid #000;border-radius: 300px;padding:14px;}
.pic-slider{border-radius:300px;margin-bottom: 0;background: #fff;}
.pic-slider:hover img{opacity:0.85}
.right-sl .slideshow-image{padding:9px;}
.slideshow-image img {}
.slideshow:hover .control-slideshow {opacity: 1}
.control-slideshow {opacity: 0}
.page_sl {position: relative;margin-top: 10px;width: 70px;text-align: center;font-weight: normal;display: none;}
.page_sl span {display: block;}
.page_sl:before {position: absolute;content: '';width: 9px;height: 15px;background: url(../images/home/mt3.png) no-repeat center center;right: 0;top: 2px;}
.page_sl:after {position: absolute;content: '';width: 9px;height: 15px;background: url(../images/home/mt3.png) no-repeat center center;left: 0;bottom: 2px;transform: rotate(180deg);}

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

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

.wrap-intro {
    background-color: #eeeadd
}

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

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

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

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

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

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

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

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

.album {
    cursor: pointer;
    width: calc( 33.33% - 20px);
    margin: 10px 10px;
    text-align: center;
    cursor: pointer
}

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

.pic-album {
    position: relative;
    margin-bottom: 0;
    background: #fff;
}

.pic-album img {
    width: 100%
}
.pic-album:hover img{opacity:0.8;}
.name-album {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    display: none !important;
}

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

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

.thuvien_chitiet figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

.thuvien_chitiet figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.thuvien_chitiet figure a {
    color: black;
    text-decoration: none;
}

.thuvien_chitiet figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
}

.thuvien_chitiet {
    margin-bottom: 20px
}

.thuvien_chitiet .thuvien_trong {
    column-count: 4;
    column-gap: 10px;
}

@media(max-width: 992px) {
    .thuvien_chitiet .thuvien_trong {
        column-count: 3
    }
}

@media(max-width: 768px) {
    .thuvien_chitiet .thuvien_trong {
        column-count: 2
    }
}

.wrap-brand {
    margin-bottom: 50px;
    padding: 0px 15px
}

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

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

.wrap-product {
    padding: 30px 0
}

.product {
    width: calc(25% - 20px);
    margin: 10px 10px;
    position: relative;
    text-align: center;
}

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

.pic-product {
    background: #ffffff;
    margin-bottom: 0;
}

.pic-product img {
    width: 100%;
}
.pic-product:hover img{opacity:0.85}
.name-product {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

.name-product:hover {
    color: #666;
}

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

.info-product {padding-top:15px;}

.price-product {
    margin-bottom: 0px;
    padding-top: 5px;
}

.price-product span {
}

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

.price-new {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

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

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background: var(--maincolor);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px
}

.othernews b {
    margin-bottom: 10px
}

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

.list-news-other li {
    margin-bottom: 2px;
    line-height: 1.5;
}

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

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

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

.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{border-top: 1px solid #000;border-bottom: 1px solid #e7e7e7;font-size: 15px;color: #000;}
.footer-article {}
.footer-article .wrap-content {
    padding: 70px 0px 55px 0;
}

.footer-tags {
    background: #eee
}

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

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

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

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

.footer-tags-lists li a:hover {
}

.footer-powered {
    color: #333;
    font-size: 15px;
    font-family: MYRIADPRO;
    font-weight: normal;
    text-align: center;
}

.footer-powered span {
}

.footer-powered b {
    font-weight: normal
}

.footer-powered .wrap-content {
    padding: 15px 0;
    border-top: 1px solid #000;
}

.footer-statistic {
    text-align: right
}

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

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

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

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

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

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

.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 span, #popup-map button.close span, #popup-baogia button.close span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

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

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 35px;
    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: #000;
    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: rgba(7,41,103,0.35);
    opacity: 0.4
}

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

.btn-zalo {
    bottom: 315px
}

.btn-phone {
    bottom: 210px;
}

.btn-map {
    bottom: 290px;
}

.btn-fb {
    bottom: 130px;
}
.btn-ins {
    bottom: 370px;
}
.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
}

.pagination {
    margin-top: 25px !important;
}

.pagination li {
    margin: 0 5px;
}

.pagination li .page-link {
    border-radius: 6px !important;
    padding: 0 5px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    border-color: #b3b3b3;
}

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

.page-link.active:hover,.page-link.bg-primary:hover {
    background: var(--maincolor)!important
}

.page-link {
    cursor: pointer
}

.boxProduct {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 50px;
}

.boxProduct > .product {
    margin: 0!important;
    width: 100%;
    min-width: 100%
}

.keyword-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--maincolor);
    font-size: 13px;
    max-height: calc(80px * 4);
    overflow-x: hidden;
    overflow-y: auto
}

.autocomplete_item {
    display: block
}

.autocomplete_item a {
    padding: 0.2rem!important;
    display: flex!important;
    align-items: center;
    gap: 0.5rem
}

.autocomplete_item a picture {
    min-width: 30%;
    max-width: 30%
}

.autocomplete_item a section {
    flex-grow: 1;
    position: relative
}

.autocomplete_item a h3 {
    font-size: 12px;
    color: #222;
    margin: 0
}

.autocomplete_item a p {
    float: none;
    width: 100%;
    text-align: left;
    line-height: unset;
    height: unset
}

.autocomplete_item a p span {
    font-size: 12px
}

.autocomplete_item a p span.price-per {
    top: 0;
    right: 0;
    z-index: 2;
    width: auto;
    height: auto;
    padding: 2.5px 5px;
    font-size: 10px;
    line-height: unset
}

.contact-form .btn-primary {
    background: #000!important;
    border-color: #000!important;
    min-width: 85px;
}

.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.box-sanpham-tc {
    padding: 30px 0;
}

div.css_flex_baiviet {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

div.css_flex_video {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

div.css_flex_album {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

div.css_flex_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0
}

div.css_flex_ajax .pro-in {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0
}
div.css_baiviet_ngang{margin: 0 -40px;}
div.css_baiviet_ngang .news {
    width: calc(33.33% - 80px);
    margin: 0 40px;
    margin-bottom: 40px;
}

div.css_baiviet_ngang .pic-news {
    width: 100%;
    margin: 0;
    float: none;
}

div.css_baiviet_ngang .info-news {
    width: 100%;
    float: none;
    margin-top: 20px;
    border-left: 1px solid #000;
    padding-left: 15px;
}

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

.news {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 25px;
    display: block
}

.pic-news {
    float: left;
    margin-right: 4%;
    width: 36%;
    margin-bottom: 0
}

.pic-news img {
    width: 100%
}

.info-news {
    float: right;
    width: 60%
}

.name-news {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.name-news:hover {
    color: #666;
}

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

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

.view-news {
    color: #c00;
    display: block;
    margin-top: 5px
}

.video {
    width: calc(25% - 20px);
    text-align: center;
    cursor: pointer;
    margin: 10px 10px
}

.pic-video {
    position: relative
}

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

.pic-video img {
    width: 100%
}

.name-video {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px
}
div.box-video-tc{background:var(--secocl);}
div.item-video {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}

div.item-video a {
    position: relative;
    display: block;
    line-height: 0;
    cursor: pointer
}

div.item-video a img {
    width: 100%;
}

div.item-video a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/home/vd2.png) no-repeat center;
    z-index: 5;
    pointer-events: none;
}

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

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: 22%;
}

.footer-news:nth-child(2) {
    width: 35%;
    padding-top: 10px;
}

.footer-news:nth-child(3) {
    width: 34.5%;
    padding-top: 17px;
}

.footer-news:nth-child(4) {
    width: 100%;
    padding-top: 40px;
}

.logo-ft{display:block;}
.footer-logo{
    font-style: italic;
    font-weight: 500;
    margin-top: 70px;
}
.footer-title {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
}

.wap_footer2 {
    border-left: 1px dotted #000;
}

.footer-ul {
    list-style: none;
    margin: 0px;
    border-right: 1px dotted #000;
    width: 25%;
    padding: 0px 15px;
}

.footer-ul li {
    margin:5px 0;
}
.footer-ul li:last-child{margin-bottom:3px;}
.footer-ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7;
}

.footer-ul li a:hover {text-decoration: none;color: #666;}
.footer-copyright {}
.footer-copyright span {}
.social {margin-bottom: 0;padding: 0;list-style: none;position: absolute;right: 0;top: -40px;}
.social li {display: block;margin-bottom: 15px;}
.social li a{display:block}
.social li img{max-height:20px;}
.social li:hover img{transform: rotateY(360deg);transition: all 0.7s linear}

div.box-tintuc-video {background: url(../images/home/bg6.png) no-repeat center;background-size: cover;}
.item-bv{position:relative;}
.name-newshome {color: #000;font-size: 20px;border-left: 1px solid #000;padding-left: 12px;margin-bottom: 0;transition: 0.5s;}
.newshome-normal:before{position:absolute;content:'';width: 100%;height: 258px;background: url(../images/home/bv1.png) no-repeat center;background-size: 100% 100%;left: 1px;right: 0;top: 45px;margin: 0 auto;z-index: 5;pointer-events: none;opacity: 0;transition:1.5s;}
.name-newshome:hover {color: #666666;}
.name-newshome.text-split {-webkit-line-clamp: 2;line-height: 30px;max-height: calc(30px * 2);}
.time-newshome {color: #666;margin-bottom: 0.25rem;display: none}
.desc-newshome {color: #000;margin-bottom: 0px;-webkit-line-clamp: 2}
.view-newshome {display: inline-block;border: 1px solid #000;padding: 8px 15px;color: #000;text-transform: capitalize;margin-top: 1rem}
.view-newshome:hover {background-color: #000;color: #fff}
.newshome-normal {display: block;margin: 0;padding: 0 45px;position: relative;}
.pic-newshome-normal {width: 100%;margin: 0;background: #fff;}
.pic-newshome-normal img {width: 100%}
.pic-newshome-normal:hover img{opacity:0.85}
.info-newshome-normal {width: 100%;padding: 0 5px;padding-top: 25px;}
.newshome-scroll{position:relative;overflow: hidden;}
.item-bv.slick-center .newshome-normal:before{opacity:1}
.chay-tintuc{margin:0 -45px;}
.chay-tintuc .slick-list{padding:0 !important}

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: 32px;height: 45px;top: 46%}
div.run-slick .slick-prev {background: url(../images/sl-1.png) no-repeat center;left: 20px}
div.run-slick .slick-next {background: url(../images/sl-2.png) no-repeat center;right: 20px}
div.box-lienhe {padding: 50px 0;background-size: cover;background: #478b7b}
div.box-lienhe .td-tc1,div.box-lienhe .td-tc2 {color: #fff;text-align: center}
div.box-lienhe .td-tc1 {text-transform: uppercase;font-size: 27px}
div.css_lienhe .baogia-form {max-width: 750px;width: 100%;margin: auto;text-align: center;margin-top: 16px}
div.css_lienhe .baogia-input input {background: none;border: 0;border-bottom: 1px solid #000;border-radius: 0;color: #000}
div.css_lienhe .baogia-input textarea.form-control {background: none;border: 0;border-bottom: 1px solid #000;border-radius: 0;color: #000;height: 46px}
div.css_lienhe .btn-primary {margin-top: 14px;background: #000;border-color: #000;text-transform: uppercase}
div.css_lienhe ::-webkit-input-placeholder {color: #000}
div.css_lienhe :-moz-placeholder {color: #000}
div.css_lienhe ::-moz-placeholder {color: #000}
div.css_lienhe :-ms-input-placeholder {color: #000}
.box-readmore {padding: 8px 15px;border: 1px solid #dedede;margin-bottom: 2rem;border-radius: 5px;background-color: #eeeeee}
.box-readmore li ul>li {margin: 0;margin-bottom: 8px}
.box-readmore li ul>li:before {content: counters(item,".") " "}
.box-readmore ul {list-style-type: none;counter-reset: item;margin-bottom: 0px;padding-left: 0px!important;margin-top: 8px}
.box-readmore ul li {display: table;counter-increment: item;margin-bottom: 5px}
.box-readmore ul li:before {content: counters(item,".") ". ";display: table-cell;padding-right: 5px}
.box-readmore ul li a {color: #333333;cursor: pointer;font-weight: 600}
.box-readmore ul li a:hover {color: #767676}
.menu-fix {position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;}

.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.tieude1 {text-align: center;font-size: 45px;text-transform: capitalize;color: #000;font-weight: normal;line-height: 1.5;margin-bottom: 17px;}

.slogan_qc{background: var(--secocl);padding: 6px 0 2px 0;}
.info-qc {font-size: 18px;font-style: italic;height: 60px;font-weight: normal;margin-bottom: 0;}
.info-qc marquee {line-height: 60px;height: 60px;}
.dknt_ntv {width: 100%;max-width: 415px;margin: auto;border: 1px solid #000;font-size: 25px;color: #000;text-transform: uppercase;padding: 15px 10px 10px 10px;text-align: center;position: relative;font-weight: normal;display: block;cursor: pointer;}
.dknt_ntv:after {position: absolute;top: 4px;left: 2%;right: 100%;content: "";border-bottom: 1px solid #000;z-index: 1;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dknt_ntv:hover:after {right: 2%;}
.dknt_ntv:hover {color: #000;}
.dkntform {display: table;max-width: 415px;margin: auto;padding: 15px 10px 10px 10px;color: #fff;background: #000;font-size: 25px;text-decoration: none;text-align: center;position: relative;z-index: 1;text-transform: uppercase;transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;margin-top: 10px;width: 100%;font-weight: normal;}
.dkntform:after {position: absolute;width: 0;bottom: -5px;left: 0;right: 100%;content: "";border-bottom: 1px solid #000;z-index: -1;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dkntform:hover:after {right: 0;width: 100%;}
.dkntform:hover {color: #fff;}
.dknt_ntv:before {position: absolute;content: '';width: 14px;height: 20px;background: url(../images/home/xt2.png) no-repeat center center;right: 15px;top: 0;bottom: 0;margin: auto;}
.dkntform:before {position: absolute;content: '';width: 14px;height: 20px;background: url(../images/home/xt2.png) no-repeat center center;filter: brightness(0) invert(1);right: 15px;top: 0;bottom: 0;margin: auto;}
.dkntform span {cursor: pointer;}
div.wrap-dangky {position: relative;z-index: 9;background: var(--secocl);display: none;padding: 30px 25px;max-width: 500px;}
div.wrap-dangky .fancybox-close-small {background: #666;color: #fff;}
.tieude_dk {font-size: 32px;font-weight: normal;text-transform: uppercase;line-height: 1.5;margin-bottom: 0;padding-bottom: 10px;text-align: center;}
.form-newsletter-flex {}
.newsletter-input {position: relative;vertical-align: top;padding: 0;margin: 0;width: 100%;}
.newsletter-input input {width: 100%;padding: 0px;font-size: 14px !important;text-indent: 15px;height: 47px;line-height: 47px;color: #666 !important;background: #fff;border: 1px solid #ddd;border-radius: 5px;margin-bottom: 10px;}
.newsletter-input input::placeholder {color: #666 ;font-size: 14px;}
.newsletter-button {width: 100%;vertical-align: top;padding: 0;margin: 0;margin-top: 15px;text-align: center;}
.newsletter-button input[type=submit] {border: 0px;color: #fff;display: inline-block;cursor: pointer;padding: 0 5px;border-radius: 7px;line-height: 50px;font-size: 16px;min-width: 160px;text-align: center;background: #000;font-weight: normal;text-transform: uppercase;}
.newsletter-button input[type=submit]:hover {background: #666 !important;}

div.box-ykien-tintuc {padding: 30px 0;}
div.ykien-tc{position: relative;max-width:950px;margin:0 auto;padding: 0 95px;}
div.ykien-tc:before{position:absolute;content:'';width: calc(100% - 190px);height:1px;background: #000;left: 0;right: 0;top: 99px;margin: 0 auto;}
div.item-yk {}
div.item-yk .it-yk {position: relative;text-align: center;padding: 0 125px;}
div.item-yk .img_tt {border-radius: 85px;width: 180px;background: #e1e1e1;border: 1px solid #000;padding: 4px;margin: 0 auto;}
div.item-yk .img_tt p {border-radius: 85px;line-height: 0;transition: all 1.5s ease;margin-bottom: 0;}
div.item-yk .img_tt p img{width:100%;}
div.item-yk .img_tt:hover img{opacity: 0.85;}
div.item-yk .des_t{position: relative;padding-top: 20px;}
div.item-yk .name_tt {color: #000;font-size: 20px;font-weight: normal;-webkit-line-clamp: 1;max-height: calc(30px*1);line-height: 30px;margin-bottom: 0;}
div.item-yk .des_tt {color: #000;font-size: 15px;font-weight: normal;font-style: italic;margin-top: 10px;-webkit-line-clamp: 4;max-height: calc(27px*4);line-height: 27px;}
div.chay-yk {position: relative;z-index: 5;}
div.chay-yk .slick-prev:before,div.chay-yk .slick-next:before{display:none;}
div.chay-yk .slick-prev{width:50px;height: 60px;background: url(../images/home/mt1.png) no-repeat center center;left: -95px;bottom: 50px;top:auto;transform: none;}
div.chay-yk .slick-next{width:50px;height: 60px;background: url(../images/home/mt2.png) no-repeat center center;right: -95px;bottom: 50px;top:auto;transform: none;}

div.box-anh-nb{padding: 55px 0;}
div.wrap-hinhanh1{padding: 45px 35px 45px 40px;background: url(../images/home/ha1.png)no-repeat left top 10px,url(../images/home/ha2.png)no-repeat left bottom,url(../images/home/ha3.png)no-repeat right top,url(../images/home/ha4.png)no-repeat right 35px bottom 45px;}
div.wap_hinhanh {flex-wrap:wrap;justify-content: space-between;align-items: flex-start;}
.tieude_ha{position: absolute;width: calc(100% - 30%);font-size: 20px;text-transform: uppercase;color: #000;font-weight: 500;letter-spacing: 1px;line-height: 1.5;text-align: right;padding-right: 55px;right:0;top:0;margin-bottom: 0;}
div.hinhthem_tc:nth-child(1){position: relative;width: 54%;padding-right: 55px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;margin-top: 120px;justify-content: space-between;}
div.hinhthem_tc:nth-child(2){width: 42%;max-width: 470px;padding-left: 49px;padding-bottom: 45px;background: url(../images/home/ha6.png)no-repeat bottom left;}
div.hinhthem_tc:nth-child(1):before{position:absolute;content:'';width: 496px;height: 298px;background: url(../images/home/ha7.png)no-repeat center center;z-index: 5;top: 39%;right: 0;pointer-events: none;}
div.item_thuvien {position: relative;background: var(--secocl);}
div.item_thuvien a.hinh_tt {display: block;width: 100%;height: 100%;position: relative;line-height: 0;text-decoration: none;}
div.item_thuvien .img_tt {width: 100%;height: 100%;transition: 0.5s;}
div.item_thuvien .img_tt:hover{opacity: 0.85;}
div.item_thuvien img {width: 100%;height: 100%;object-fit: cover;}
div.item_thuvien.item_th1{width: calc(30% + 120px);margin-right: -120px;position: relative;z-index: 9;height: 350px;}
div.item_thuvien.item_th2{width: 70%;margin-top: 135px;height: 525px;}
div.item_thuvien.item_th3{height: 575px;}
div.box-anh-nb1{padding: 55px 0 0 0;background: var(--secocl);}
div.box-anh-nb1 .wap-tin-video{max-width:1366px;margin:0 auto}
.left-intro{width: 50%;}
.right-intro{width: 50%;overflow: hidden;padding: 25px;background: url(../images/home/bg5.png)no-repeat center right / calc(50%) fixed;}
.hinhanh_fl {width: 100%;height: 100%;align-items: center;justify-content: center;}
.chay-ha {max-width: 460px;}
div.item_tv .img_tt {transition: 0.5s;background:#fff}
div.item_tv .img_tt:hover img{opacity: 0.85;}
div.item_th .img_tt {transition: 0.5s;background:#fff}
div.item_th .img_tt:hover img{opacity: 0.85;}

div.box-gioithieu-tc {position: relative;padding: 80px 0;background: url(../images/home/bg2.png)no-repeat center;background-size: cover;}
.gioithieu_tc {max-width: 1125px;margin: auto;}
.noidung_gt {width: 40.5%;position: relative;text-align: center;padding-top: 25px;order: 2;}
.gach_gt{position: relative;display: inline-block;margin-bottom: 0;font-size: 50px;color: #000;font-weight: normal;padding: 10px 3px 5px 3px;letter-spacing: 1px;margin-bottom: 55px;}
.gach_gt:before{position:absolute;content:'';width: 70%;height:1px;background:#000;top:0;left:0;right:0;margin:auto;}
.gach_gt:after{position:absolute;content:'';width: 70%;height:1px;background:#000;bottom:0;left:0;right:0;margin:auto;}
.mota_gt {color: #000;font-size: 15px;font-weight: normal;line-height: 1.7;padding: 0 25px;max-height: 235px;overflow-y: auto;}
.mota_gt::-webkit-scrollbar {background: #ddd;width: 3px;height: 11px;}
.mota_gt::-webkit-scrollbar-thumb {background: #000;}
.gt_xemthem{display: inline-block;padding-top: 35px;margin-bottom: 0;}
.btn-xem{display: inline-block;position: relative;width: 75px;height: 100px;color: #000;text-align: center;margin-top: 0;transition: 0.7s;font-size: 13px;padding: 15px 10px;border: 1px solid #000;border-radius: 50px;transition: all 0.5s ease-in-out;background: transparent;overflow: hidden;}
.btn-xem span{position:relative;display:inline-block;font-style: italic;}
.btn-xem:after{position:absolute;content:'';width: 13px;height: 25px;background: url(../images/home/xt1.png) no-repeat center;left: 0;right: 0;bottom: 10px;margin:auto;transition: 0.5s ease-in-out;}
.btn-xem:hover{color: #fff;}
.btn-xem:hover:after{filter: brightness(0) invert(1);}
.btn-xem:before {content: "";position: absolute;width: 0;height: 0;border-radius: 50px;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);-webkit-transition: all 0.5s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;background:#000}
.btn-xem:hover:before {width: 105%;height: 105%;}
.btn-xem:focus {outline: none}

.btn-video{display: inline-block;position: relative;width: 75px;height: 100px;color: #000;text-align: center;margin-top: 0;transition: 0.7s;font-size: 13px;padding: 20px 10px;padding-top: 40px;border: 1px solid #000;border-radius: 50px;transition: all 0.5s ease-in-out;background: transparent;overflow: hidden;margin-left: 30px;}
.btn-video span{position:relative;display:inline-block;font-style: italic;}
.btn-video:after{position:absolute;content:'';width: 17px;height: 14px;background: url(../images/home/vd1.png) no-repeat center;left: 0;right: 0;top: 20px;margin:auto;transition: 0.5s ease-in-out;}
.btn-video:hover{color: #fff;}
.btn-video:hover:after{filter: brightness(0) invert(1);}
.btn-video:before {content: "";position: absolute;width: 0;height: 0;border-radius: 50px;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);-webkit-transition: all 0.5s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;background:#000}
.btn-video:hover:before {width: 105%;height: 105%;}
.btn-video:focus {outline: none}
.hinhgt {position: relative;width: 54.5%;padding-left: 40px;}
.slogan_ab {color: #000;font-size: 17.5px;font-weight: normal;margin-bottom: 0;letter-spacing: 1px;}
.slogan_gt{padding-left:35px;padding-bottom: 7px;}
.slogan1_gt{position:absolute;writing-mode: vertical-rl;left: 0;top: 33px;transform: rotate(180deg);margin: 0;padding: 0 10px;}
.hinh_gt{position: relative;justify-content: space-between;padding-bottom: 140px;max-width: 570px;} 
.img_gioithieu{border: 1px solid #000;padding:16px;}
.img_gioithieu a{display:block;width: 100%;height: 100%;background: var(--secocl);}
.img_gioithieu a img{width:100%;height:100%;object-fit:cover;}
.img_gioithieu a:hover img{opacity:0.8}
.img_gioithieu:nth-child(1){width:330px;height:270px;}
.img_gioithieu:nth-child(2){width: 222px;height: 315px;margin-top: 88px;}
.img_gioithieu:nth-child(3){position:absolute;width: 250px;height: 330px;bottom: 0;left: 0;right: 9%;margin: auto;}

div.box-hinhanh-dv{position: relative;padding:100px 0 30px 0;}
div.box-hinhanh-dv:before{position:absolute;content:'';width:100%;height: 63.5%;background:url(../images/home/bg3.png)no-repeat center;background-size:cover;top:0;left:0;}
.hinh-dv{margin: 0 -40px;}
.item-lk {width: calc(50% - 80px);margin: 0 40px;}
.item-lk .it-lk {position: relative;text-align: center}
.item-lk .img_tt {position:relative;}
.item-lk .img_tt p {transition: all 1.5s ease;margin-bottom: 0;background: #fff;}
.item-lk .img_tt p img{width:100%;}
.item-lk .img_tt:hover img{opacity: 0.85;}
.item-lk .des_t{position: absolute;left: 0;right: 0;bottom: 15px;margin: auto;z-index: 5;}
.item-lk .des_lk{position: relative;display: inline-block;padding: 10px 10px 1px 10px;background: #fff;border: 2px solid #000;transition: all 0.5s ease-in-out;width: 100%;}
.item-lk .des_lk:after{position:absolute;content:'';width: 97%;height:2px;background:#000;left: 0;right: 0;top: 3px;margin:0 auto;}
.item-lk .des_lk_t{position:relative;display: inline-block;padding-top: 20px;padding-right: 20px;width: 80%;}
.item-lk .des_lk_t:before{position:absolute;content:'';width: calc(100% - 20px);height: calc(100% - 20px);background: rgb(255 255 255 / 50%);right: 0;top: 0;}
.item-lk .name_tt {position: relative;color: #000;font-size: 45px;font-weight: normal;-webkit-line-clamp: 1;max-height: calc(67px*1);line-height: 67px;margin-bottom: 0;}
.item-lk .des_tt {color: #000;font-size: 15px;font-weight: normal;max-height: calc(27px*3);line-height: 27px;max-width: 82%;margin: 0 auto;margin-top: 40px;}
.item-lk .des_lk:hover{}
.item-lk .des_lk:before {content: "";width: 0%;height: 100%;position: absolute;top: 0;left: 0;background-color: #000;transition: 0.5s ease-in-out;}
.item-lk .des_lk:hover:before {width: 100%;}
.item-lk .des_lk:hover:after {background:#fff;}
.item-lk .des_lk:focus {outline: none}
.item-lk .des_lk:hover .name_tt{color:#fff;}
.item-lk:nth-child(2) .des_t{bottom: -25px;}

.sanpham-dm{border-top: 1px solid #000;border-bottom: 1px solid #000;padding: 24px 0;}
.wap_danhmuc_tc {justify-content:flex-end;padding: 45px 0 40px 0;}
.sanpham-dm1{width: 63%;min-height: 200px;}
.sanpham-dm1 .page_slick {max-width: 420px;}
.flex_product_tc {justify-content:space-between;align-items: center;}
.tieude2{text-align: center;font-size: 50px;text-transform: capitalize;color: #000;font-weight: normal;letter-spacing: 1px;margin-bottom: 0;}
.nav_line {display: inline-block;transform: skew(-45deg);width: 1px;height: 65px;background: #000;margin-right: auto;margin-left: 90px;}
.list_pro_tc{max-width:900px;margin:0 auto;padding-bottom: 1.7rem;}
.list_pro_tc .list_monnb a{padding: 0;}
.list_dm_tc{width: 70%;}
.list_monnb {text-align: center;}
.list_monnb a {position: relative;font-size: 23px;text-transform: uppercase;color: inherit;display: inline-block;vertical-align: top;margin: 0 7px;padding: 32px 0;line-height: 1.5;cursor: pointer;transition: 0.2s;font-weight: 700;padding-right: 7px;}
.list_monnb a p{display:inline-block;position: relative;padding-right: 5px;padding-top: 2px;margin-bottom: 0;}
.list_monnb a span{position:absolute;font-size: 12.5px;top: 0;left: 100%;}
.list_monnb a:hover , .list_monnb a.active {position:relative;font-style: italic;}
.list_monnb a:before{position:absolute;content:'';width: 1px;height: 0px;background: #000;bottom: 0;left: 0;right: 0;margin: auto;transition: 0.5s;opacity: 0;}
.list_monnb a.active:before{height:30px;opacity: 1;}
.chay-sp{margin:-5px 0}
.product-ls{position:relative;}
.box-product-ls{display: block;margin: 5px 0;}
.name-product-ls{font-size: 20px;color: #000;font-weight: normal;letter-spacing: 1px;margin-bottom: 0;position: relative;z-index: 9;font-style: italic;padding-right: 3px;width: 1px;flex-grow: 1;}
.name-product-ls:hover {color: var(--color-gray);}
.name-product-ls.text-split{-webkit-line-clamp: 1;max-height: calc(27px * 1);line-height: 27px;}
.info-product-ls{justify-content: space-between;align-items: center;gap: 10px;}
.price-product-ls{margin-bottom:0px;text-align: right;}
.price-product-ls span{}
.price-new-ls{display: block;font-size: 20px;font-weight: 700;color: #000;letter-spacing: 1px;font-style: italic;}.price-old{padding-left:10px;font-size:15px;color: #6c757d;text-decoration: line-through;}

div.box-dichvu-bc{padding:85px 0 60px 0;background: url(../images/home/bg4.png)no-repeat center fixed;background-size: cover;}
.item-dv {}
.item-dv .it-dv {position: relative;padding: 0 33px;display: block;}
.item-dv .it-dv:before{position:absolute;content:'';width:100%;height: 189px;background: url(../images/home/dv2.png) no-repeat center;background-size: 100% 100%;left: 0;top: 35px;z-index: 5;pointer-events: none;}
.item-dv .img_tt {background: #fff;margin: 0;}
.item-dv .img_tt p {transition: all 1.5s ease;margin-bottom: 0;}
.item-dv .img_tt p img{width:100%;}
.item-dv .img_tt:hover img{opacity: 0.85;}
.item-dv .des_t{position: relative;padding-top: 60px;}
.item-dv .numb_tt{color: rgb(255 255 255 / 30%);font-size:75px;font-weight: 700;position: absolute;left: 0;top: 20px;margin-bottom: 0;}
.item-dv .name_tt {color: #fff;font-size: 20px;font-weight: normal;-webkit-line-clamp: 1;max-height: calc(32px*1);line-height: 32px;letter-spacing: 1.5px;padding-left: 35px;margin-bottom: 0;}
.item-dv .des_tt {color: #fff;font-size: 13px;font-weight: normal;font-style: italic;margin-top: 20px;-webkit-line-clamp: 2;max-height: calc(23px*2);line-height: 23px;letter-spacing: 1px;}
.chay-dv {position: relative;z-index: 5;margin: 0 -33px;}

div.box-daotao-nb{padding: 90px 0;background: #e7e7e7;}
.item-dt {}
.item-dt .it-dt {position: relative;display: block;}
.item-dt .img_tt {width: 59.5%;background: #fff;margin: 0;order: 2;}
.item-dt .img_tt p {transition: all 1.5s ease;margin-bottom: 0;}
.item-dt .img_tt p img{width:100%;}
.item-dt .img_tt:hover img{opacity: 0.85;}
.item-dt .des_t{position: relative;width: 35%;text-align: right;}
.item-dt .numb_tt{color: rgb(255 255 255 / 30%);font-size:75px;font-weight: 700;position: absolute;left: 0;top: 20px;margin-bottom: 0;}
.item-dt .name_tt {color: #000;font-size: 50px;font-weight: normal;-webkit-line-clamp: 2;max-height: calc(75px*2);line-height: 75px;margin-bottom: 0;}
.item-dt .name_tt a{display:block;color:#000;}
.item-dt .des_tt {color: #000;font-size: 13px;font-weight: normal;line-height: 1.7;margin-top: 7px;letter-spacing: 1px;max-height: 135px;overflow-y: auto;padding-right: 10px;}
.item-dt .des_tt::-webkit-scrollbar {background: #ddd;width: 3px;height: 11px;}
.item-dt .des_tt::-webkit-scrollbar-thumb {background: #000;}
.item-dt .dt_xemthem{padding-top:40px;margin-bottom: 0;}
.chay-dt {position: relative;z-index: 5;}

#loader-wrapper {position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;pointer-events:none;}
#loader-wrapper img {width: 150px;}
#loader-wrapper img {stroke:#fff;stroke-width:2px;stroke-dasharray:200;stroke-dashoffset:100;transform-origin:center center;transform:rotate(-360deg);animation: heartbeat 5s infinite linear;}
#loader-wrapper .spinner {stroke: #e2d2c6;stroke-width:2px;stroke-dasharray:200;stroke-dashoffset:100;transform-origin:center center;transform:rotate(-90deg);animation:spin 500ms infinite linear;}
#loader-wrapper #wrap {background:#fff;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:block;text-align:center;width:100%;height:100%;z-index:999999;}
#loader-wrapper.show1 #wrap {background:transparent;}
#loader-wrapper:after {-webkit-mask:url(../images/home/mask-01.png);mask:url(../images/home/mask-01.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;content:'';position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(255,255,255,1);z-index:99999;}
#loader-wrapper.show1::after {-webkit-animation:MaskPlay 1s steps(22) forwards;animation:MaskPlay 1s steps(22) forwards;}
#loader-wrapper.show1 #wrap {opacity:0;}
.loading-text ul {margin-top:1.875rem;}
.loading-text ul li {-webkit-animation:anime 1.5s infinite linear;animation:anime 1.5s infinite linear;display:inline-block;font-family: var(--fontsg);font-size: 1.875rem;letter-spacing:1px;}
.loading-text ul li:nth-child(1) {-webkit-animation-delay:0s;animation-delay:0s;}
.loading-text ul li:nth-child(2) {-webkit-animation-delay:.1s;animation-delay:.1s;}
.loading-text ul li:nth-child(3) {-webkit-animation-delay:.2s;animation-delay:.2s;}
.loading-text ul li:nth-child(4) {-webkit-animation-delay:.3s;animation-delay:.3s;}
.loading-text ul li:nth-child(5) {-webkit-animation-delay:.4s;animation-delay:.4s;}
.loading-text ul li:nth-child(6) {-webkit-animation-delay:.5s;animation-delay:.5s;}
.loading-text ul li:nth-child(7) {-webkit-animation-delay:.6s;animation-delay:.6s;}
.loader {align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding-bottom:3.125rem;position:fixed;top:0;width:100%;z-index:100001;background: #e2d2c6;}
@-webkit-keyframes anime {
  0% {
    color:grey;
    letter-spacing:1px;
    text-shadow:1px 1px 0 #000;
    transform:translateY(0);
  }
  50% {
    color:#ffc107;
    letter-spacing:5px;
    text-shadow:5px 10px 1px #000;
    transform:translateY(-10px);
  }
  100% {
    color:grey;
    letter-spacing:1px;
    text-shadow:1px 1px 0 #000;
    transform:translateY(0);
  }
}

@keyframes anime {
  0% {
    color:grey;
    letter-spacing:1px;
    text-shadow:1px 1px 0 #000;
    transform:translateY(0);
  }
  50% {
    color:#ffc107;
    letter-spacing:5px;
    text-shadow:5px 10px 1px #000;
    transform:translateY(-10px);
  }
  100% {
    color:grey;
    letter-spacing:1px;
    text-shadow:1px 1px 0 #000;
    transform:translateY(0);
  }
}
@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position:0 0;
    mask-position:0 0;
  }
  to {
    -webkit-mask-position:100% 0;
    mask-position:100% 0;
  }
}

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

@keyframes spin {
  from {
    transform:rotate(-90deg);
  }
  to {
    transform:rotate(270deg);
  }
}

@keyframes heartbeat {
  0% {
    transform:scale(1);
  }
  12% {
    transform:scale(1.2);
  }
  24% {
    transform:scale(1);
  }
  36% {
    transform:scale(1.2);
  }
  48% {
    transform:scale(1);
  }
}