@charset "utf-8";
:root {
    --color-main: #0f500e;
    --color-red: #bc198c;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --color-text-menu: #031127;
    --color-line-menu: #ffc8ef;
    --sticky-wg-menu: 100px;
    --height-wg-news-scroll:200px;
    --zoom-logo:0.6;
    --color: #0f500e;
    --color-orange: #d78a06;
    --size-padding:3rem;
}

ul:not(.info-pro-detail ul):not(.content-detail ul) {list-style: none;margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5, h6, form, body {margin: 0px;padding: 0px;}

@font-face {
    font-family: Inter18pt;
    src: url(../fonts/main/Inter18pt-Medium.woff), url(../fonts/main/Inter18pt-Medium.woff2);
    font-weight: 600;
}

@font-face {
    font-family: Inter18pt;
    src: url(../fonts/main/Inter18pt-SemiBold.woff), url(../fonts/main/Inter18pt-SemiBold.woff2);
    font-weight: 700;
}

@font-face {
    font-family: Inter18pt;
    src: url(../fonts/main/Inter18pt-Bold.woff), url(../fonts/main/Inter18pt-Bold.woff2);
    font-weight: bold;
}

@font-face {
    font-family: Inter18pt;
    src: url(../fonts/main/Inter18pt-Light.woff), url(../fonts/main/Inter18pt-Light.woff2);
    font-weight: 300;
}

@font-face {
    font-family: Inter18pt;
    src: url(../fonts/main/Inter18pt-Regular.woff), url(../fonts/main/Inter18pt-Regular.woff2);
    font-weight: normal;
}

@font-face {
    font-family: UTMHelvetIns;
    src: url(../fonts/main/UTMHelvetIns.woff), url(../fonts/main/UTMHelvetIns.woff2);
}

@font-face {
    font-family: UTMAvo;
    src: url(../fonts/main/UTMAvo.woff), url(../fonts/main/UTMAvo.woff2);
}

@font-face {
    font-family: UTMAvoBold;
    src: url(../fonts/main/UTMAvoBold.woff), url(../fonts/main/UTMAvoBold.woff2);
}

@font-face {
    font-family: UTMAmericanSans;
    src: url(../fonts/main/UTMAmericanSans.woff), url(../fonts/main/UTMAmericanSans.woff2);
}

body {font-family: Inter18pt;font-weight: normal;font-size: 14px;line-height: 1.5;margin: 0 auto !important;background: #fff;font-weight: normal;top: 0 !important;}
.p-tb{padding:var(--size-padding) 0;}
.p-b{padding-bottom: var(--size-padding);}
.p-t{padding-top: var(--size-padding);}
.border-radius-7{border-radius: 7px;overflow: hidden;}
/*First core*/
#gioithieu iframe {
  border-radius: 35px;
  margin-top: 20px;
  background: #fff !important;
  height: 35px;
  overflow: hidden;
}
.audio_iframe video {
    background: #fff !important;
    width: 100% !important;
    border-radius: 35px !important;
}
a:hover {text-decoration: none;}
img:not(.pbThumbs img) {max-width: 100%;height: auto;}
a, img, h2, p,.transition {transition: all 0.3s linear;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;}
.not-transition {transition: all 0s linear;-webkit-transition: all 0s linear;-moz-transition: all 0s linear;-o-transition: all 0s linear;-ms-transition: all 0s linear;}
.w-clear:after {display: block;content: "";clear: both;}
.scale-img {overflow: hidden;display: block;}
.scale-img img {-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;-moz-transform: scale(1,1);-webkit-transform: scale(1,1);-o-transform: scale(1,1);-ms-transform: scale(1,1);transform: scale(1,1);}
.scale-img:hover > img {-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;-moz-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.hidden {display: none;}
.hidden-seoh {visibility: hidden;height: 0px;margin: 0px;overflow: hidden;}
.clear {clear: both;}
.clear10 {clear: both;height: 10px;}
.clear15 {clear: both;height: 15px;}
.clear20 {clear: both;height: 20px;}
.w-100 {width: 100%;}
.text-split {overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;}
#wrapper {position: relative;}
.mw-1000 {max-width: 1000px;margin: 0 auto;}
.maxwidth {margin: 0 auto;position: relative;}
/*End first core*/
/*Edit row bs */
.row-0 {margin: 0px 0px !important;}
.padding-0 {padding: 0px 0px !important;}
.row-5 {margin: 0px -5px !important;}
.padding-5 {padding: 0px 5px !important;}
.row-10 {margin: 0px -10px !important;}
.padding-10 {padding: 0px 10px !important;}
.row-15 {margin: 0px -7.5px !important;}
.padding-15 {padding: 0px 7.5px !important;}
/*End row bs */
.content-main{padding:30px 0px;}
.over-hidden{overflow: hidden;}
/* Edit follow ckeditor */
ul {padding-inline-start: 15px;}
.content-detail figure {text-align: center;outline: solid 1px #ccc;background: rgba(0,0,0,0.05);padding: 10px;margin: 10px 20px;display: inline-block;}
.content-detail figure > figcaption {text-align: center;display: block;}
.content-detail blockquote {font-style: italic;padding: 2px 0;border-style: solid;border-color: #ccc;border-width: 0;}
.content-detail blockquote {padding-left: 20px;padding-right: 8px;border-left-width: 5px;}
/*End follow ckeditor */
.wow {visibility: hidden;}

/*Header */
#header.menu_fixed{position: sticky !important;background: #fff;top: 0px;left: 0px;right: 0px;width: 100%;z-index: 99!important;-webkit-animation: stuckMoveDown 1s;animation: stuckMoveDown 1s;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10,Direction=0,Color=#7D7D7D)";-moz-box-shadow: 0 2px 10px -1px #7D7D7D;-webkit-box-shadow: 0 0px 3px -1px #696969;}
@keyframes stuckMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*top bar*/
#top-bar {color: #fff;font-size: 15px;padding: 0px 0px;overflow: hidden;background: #6d2416;line-height: 45px;}
#top-bar .bg-top_bar {background: #00a1e0;position: relative;width: 950px;float: right;}
#top-bar .bg-top_bar:after {content: '';position: absolute;left: -20px;border-top: 45px solid #00a1e0;border-left: 20px solid transparent;}
#top-bar marquee {float: left;width: 400px;color: #fff;font-weight: bold;}
#top-bar p {color: #fff;font-size: 14px;float: left;margin: 0px;}
#top-bar p:last-child {/* float:right; */margin-left: 100px;}
#top-bar p i {margin-right: 5px;}
#top-bar .follow-us_top {float: right;margin: 12px 0px;}
#top-bar .follow-us_top div {float: left;}
#top-bar .follow-us_top img {float: left;margin: 0px 5px;}
/*End top bar*/

/*Header*/
#header {position: relative;top: 0;left: 0;right: 0;z-index: 9;padding: 5px 0px;}
#header.header-in {position:relative; }
#header.header-in #logo {}
#header #logo {margin: 2px 0px;float: left;max-width: 95px;}
#header #logo img {}
#header #banner {width: 100%;max-width: 433px;height: 87px;position: absolute;left: 0;right: 0;margin: 5px auto;}
#header #banner img {}
/*End header*/
/* Menu */
.menu{position:sticky;top:0;background: var(--color-main);z-index: 10;}
.menu .flex-memu {display: flex;align-items: center;justify-content: space-between;}
.menu .flex-memu > ul:nth-child(2){float:right;}
.menu .flex-memu >  ul >{/* width:100%; */padding:0px;margin:auto;list-style:none;display: flex;align-items: center;justify-content: space-between;/* max-width: 500px; */}
.menu .flex-memu >  ul > li{position:relative;z-index:99;display: block;padding: 0px 5px;float: left;}
.menu .flex-memu >  ul > li.line{/* width:1px; *//* height:15px; *//* background-color:rgba(255,255,255,0.5); */}
.menu .flex-memu > ul > li.line:after{content:'';height: 11px;width: 1px;background: #abada6;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;}
.menu .flex-memu >  ul > li a.text-menu{text-transform: uppercase;display: inline-block;padding: 33px 5px;/* font-weight: 600; */}
.menu .flex-memu >  ul > li a.text-menu:after{position: absolute;background-color: var(--color-line-menu);content:"";left: 0;right: 0;bottom: 0;height: 2px;width: 100%;display: block;-moz-transition: all .3s;-o-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;-moz-transform: rotateY(-90deg);-ms-transform: rotateY(-90deg);-o-transform: rotateY(-90deg);-webkit-transform: rotateY(-90deg);transform: rotateY(-90deg);}
.menu .flex-memu >  ul > li:hover a.text-menu:after,.menu .flex-memu > ul > li a.text-menu.active:after{-moz-transform: rotateY(0deg);-ms-transform: rotateY(0deg);-o-transform: rotateY(0deg);-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
.menu .flex-memu >  ul > li a.text-menu img{max-width:33px;margin-left:10px;position: absolute;right: -45px;top: calc(50% - 15.5px);}
.menu .flex-memu >  ul > li a.text-menu {font-size: 16px;font-weight: bold;color: #fff;margin:0px;padding: 21px 20px;display:block;position:relative;z-index:1;text-align:center;text-decoration:none!important;}
.menu .flex-memu >  ul > li a.text-menu.active,.menu .flex-memu >  ul > li:hover > a.text-menu{color: #ffc8ef;}
.menu .primary-menu > li:hover > ul {-webkit-transform: rotate3d(0,0,0,0deg);-moz-transform: rotate3d(0,0,0,0deg);-ms-transform: rotate3d(0,0,0,0deg);-o-transform: rotate3d(0,0,0,0deg);transform: rotate3d(0,0,0,0deg);}
.menu .primary-menu > li > .sub-menu {left: 0;top: 100%;}
.menu .primary-menu > li > .sub-menu li {position: relative;}
.menu .primary-menu > li > .sub-menu li:not(:first-child) {border-top: 1px solid #ecf0f1;}
.menu .sub-menu {margin: 0;width: 220px;list-style: none;padding-left: 0;background: #fff;position: absolute;z-index: 999;border-top: 3px solid #6d2415;-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);box-shadow: 0 1px 1px rgba(0,0,0,.15);-webkit-transform: rotate3d(1,0,0,-90deg);-moz-transform: rotate3d(1,0,0,-90deg);-ms-transform: rotate3d(1,0,0,-90deg);-o-transform: rotate3d(1,0,0,-90deg);transform: rotate3d(1,0,0,-90deg);-webkit-transform-origin: 0 0 0;-moz-transform-origin: 0 0 0;-ms-transform-origin: 0 0 0;-o-transform-origin: 0 0 0;transform-origin: 0 0 0;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.menu .sub-menu li {position: relative;text-align: left;}
.menu .sub-menu li + li {border-top: 1px solid #ecf0f1;}
.menu .sub-menu li a {position: relative;display: block;padding: 10px 15px;color: #333;font-weight: 400;}
.menu .sub-menu li ul {left: 100%;top: -3px;margin-left: 0px;margin-top: 0;-webkit-transform: rotate3d(0,1,0,90deg);-moz-transform: rotate3d(0,1,0,90deg);-ms-transform: rotate3d(0,1,0,90deg);-o-transform: rotate3d(0,1,0,90deg);transform: rotate3d(0,1,0,90deg);}
.menu .sub-menu li:hover > a {background: rgba(0, 0, 0, 0.1);}
.menu .sub-menu li:hover > ul {-webkit-transform: rotate3d(0,0,0,0deg);-moz-transform: rotate3d(0,0,0,0deg);-ms-transform: rotate3d(0,0,0,0deg);-o-transform: rotate3d(0,0,0,0deg);transform: rotate3d(0,0,0,0deg);}

/* Menu RP */
.menu-res {z-index: 10;line-height: normal;right: 15px;top: 15px;z-index: 9999;float: right;}
.menu-bar-res {height: 40px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: center;justify-content: space-between;}
#menu {display: none;}
#hamburger {display: block;width: 40px;height: 35px;position: relative;padding: 5px;/* border: 1px solid #000; */}
#hamburger:before,#hamburger:after,#hamburger span {background: #363636;content: '';display: block;width: 75%;height: 1px;position: absolute;left: 0px;right: 0;margin: 0 auto;}
#hamburger:before {top: 7px;}
#hamburger span {top: 15px;}
#hamburger:after {top: 23px;}
#hamburger:before,#hamburger:after,#hamburger span {-webkit-transition: none 0.5s ease 0.5s;transition: none 0.5s ease 0.5s;-webkit-transition-property: transform,top,bottom,left,opacity;transition-property: transform,top,bottom,left,opacity;}
.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after {top: 15px;}
.mm-wrapper_opening #hamburger span {left: -50px;opacity: 0;}
.mm-wrapper_opening #hamburger:before {transform: rotate(45deg);}
.mm-wrapper_opening #hamburger:after {transform: rotate(-45deg);}
.mm-menu_opened {display: block!important;}

/* Search */
.search {background: #fff;margin: 11px 0px;overflow: hidden;width: 220px;height: 28px;border-radius: 7px;margin-left: 10px;}
.search p {float: right;width: 35px;height: 28px;line-height: 28px;cursor: pointer;text-align: center;margin: 0px;color: #333;font-size: 14px;font-weight: 600;border: none;border-right: 0;}
.search input {width: calc(100% - 35px);height: 28px;float: left;outline: none;padding: 0px;border: 0px;background: transparent;text-indent: 10px;font-size: 13px;border: none;color: #353535;background: #fff;border-left: 0;}
.search input::-webkit-input-placeholder {color: #000;}
.search input:-moz-placeholder {color: #000;}
.search input::-moz-placeholder {color: #000;}
.search input:-ms-input-placeholder {color: #000;}
/* Search  */
.header-right{
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_desktop {position: relative;max-width: 550px;width: 100%;}
.search_desktop .icon-search_desktop {width: 40px;height: 40px;cursor: pointer;text-align: center;line-height: 42px;color: var(--color-main);font-size: 15px;display: flex;align-items: center;justify-content: center;position: relative;border-radius: 50%;border: 1px solid #fff;margin: 0px;}
.search_desktop .icon-search_desktop.active {color: var(--color-main);background: #fff;border-radius: 100%;border: 1px solid var(--color-main);}
.search_desktop .search-grid_desktop {height: 40px;overflow: hidden;background: #fafafa;border: 1px solid #e0e0e0;z-index: 2;border-radius: 50px;line-height: normal;}
.search_desktop .search-grid_desktop p {float: right;width: 38px;height: 38px;cursor: pointer;outline: none;border: none;margin: 0px;font-size: 14px;display: block;color: var(--color-main);line-height: 37px;text-align: center;}
.search_desktop .search-grid_desktop input {width: calc(100% - 38px);float: left;line-height: 36px;outline: none;border: none;color: #000;font-size: 14px;text-indent: 5px;background: #fafafa;}
.search_desktop .search-grid_desktop input::-webkit-input-placeholder {color: #000;}
.search_desktop .search-grid_desktop input:-moz-placeholder {color: #000;}
.search_desktop .search-grid_desktop input::-moz-placeholder {color: #000;}
.search_desktop .search-grid_desktop input:-ms-input-placeholder {color: #000;}
.hotline{
    display: flex;
    align-items: center;
}
.hotline i{
    font-size: 18px;
    margin-right: 10px;
}
.hotline .hotline__right{
    font-size: 15px;
}
.hotline .hotline__right p{
    margin: 0;
}
.hotline .hotline__right p span{
    color: red;
    font-weight: 600;
}
/* Search RP */
.search-res {position: relative;}
.search-res .icon-search {width: 35px;height: 35px;cursor: pointer;text-align: center;line-height: 42px;color: #363636;font-size: 17px;margin: 1px;display: flex;align-items: center;justify-content: center;/* border: 1px solid #363636; */}
.search-res .icon-search.active {color: var(--color-main);background: #fff;border-radius: 100%;}
.search-res .search-grid {position: absolute;top: 38px;right: 0px;width: 0px;height: 37px;overflow: hidden;background: #fff;border: 1px solid var(--color-main);z-index: 2;opacity: 0;border-radius: 25px;line-height: normal;}
.search-res .search-grid p {float: left;width: 35px;height: 35px;cursor: pointer;outline: none;border: none;margin: 0px;font-size: 15px;display: block;color: var(--color-main);line-height: 35px;text-align: center;}
.search-res .search-grid input {width: calc(100% - 35px);float: right;line-height: 34px;outline: none;border: none;color: var(--color-red);font-size: 13px;}
.search-res .search-grid input::-webkit-input-placeholder {color: #ccc;}
.search-res .search-grid input:-moz-placeholder {color: #ccc;}
.search-res .search-grid input::-moz-placeholder {color: #ccc;}
.search-res .search-grid input:-ms-input-placeholder {color: #ccc;}
/* Breadcrumb */
.breadCrumbs {background-color: #eee;/* max-width: 1200px; *//* margin: 22px auto; */}
.breadCrumbs .maxwidth {padding: 0.75rem 10px;}
.breadCrumbs .maxwidth .breadcrumb {padding: 0;margin-bottom: 0;background-color: transparent;border-radius: 0;}
.breadCrumbs .maxwidth .breadcrumb-item a {color: var(--color-black);}
.breadCrumbs .maxwidth .breadcrumb-item.active a {color: var(--color-gray);}

/* Slideshow */
#homepage_slider {position: relative;}
#homepage_slider .owl-dots .owl-dot.active span {background: #fff;}
#homepage_slider .owl-nav button:hover {background: #2a7d2e;color: #fff;}
#homepage_slider .owl-nav button:hover svg {fill: #fff;color: #fff;}
#homepage_slider .item {position: relative;}
#homepage_slider .content_slide {position: absolute;bottom: 30%;right: 0;left: 0;text-align: center;margin: 0 auto;max-width: 1200px;}
#homepage_slider .content_slide .button_content_box {display: inline-block;left: 0;background: #000;z-index: 999;color: #fff;padding: 10px 25px;font-size: 15px;border-radius: 50px;}
#homepage_slider .content_slide .button_content_box:hover {background: #005f74;}
#homepage_slider .content_slide .button_content_box a {display: inline-block;background: #fff;color: #2a7d2e;font-size: 15px;padding: 15px 30px;border-radius: 50px;border: 1px solid #fff;transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;}
#homepage_slider .content_slide .slide_btn_content {max-width: 600px;text-align: left;position: relative;width: 100%;}
#homepage_slider .content_slide .slide_btn_content h2 {font-size: 50px;color: #000000;font-weight: 700;margin-bottom: 4px;letter-spacing: 1.2px;text-transform: uppercase;}
#homepage_slider .content_slide .slide_btn_content p {color: #272727;font-weight: normal;line-height: 1.5;font-size: 14px;margin: 15px 0px;}
#homepage_slider .content_slide .slide_btn_content p.second-fade, #homepage_slider .content_slide .button_content_box {opacity: 0;-webkit-transform: translateY(100px);transform: translateY(100px);}
#homepage_slider .content_slide .slide_btn_content h2.first-fade {opacity: 0;-webkit-transform: translateY(-100px);transform: translateY(-100px);}
#homepage_slider .owl-item.active .content_slide .slide_btn_content h2.first-fade {animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.3s 1 forwards slideshowFade2;}
#homepage_slider .owl-item.active .content_slide .slide_btn_content p.second-fade {animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.6s 1 forwards slideshowFade;}
#homepage_slider .owl-item.active .content_slide .button_content_box {animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.9s 1 forwards slideshowFade;}

#homepage_slider .content_slide .button_content_box a.button_shop:hover {background: #2a7d2e;border-color: #2a7d2e;color: #fff;}
#homepage_slider .control-slideshow {position: absolute;z-index: 2;top: calc(50% - 50px/2);width: 35px;height: 50px;text-align: center;line-height: 50px;font-size: 25px;cursor: pointer;margin: 0px;background-color: #000000;border-radius: 3px;z-index: 999;}
#homepage_slider .control-slideshow i {color: #ffffff;}
#homepage_slider .prev-slideshow {left: 20px;padding-right: 3px;}
#homepage_slider .next-slideshow {right: 20px;padding-left: 3px;}
#homepage_slider .slideshow {position: relative;}
#homepage_slider .slideshow {position: relative;}
#homepage_slider .slideshow a {display: block;cursor: pointer;}
#homepage_slider .slideshow a img {/*width: 100%;*/}
#homepage_slider .slideshow:hover .control-slideshow {opacity: 0.3;}
#homepage_slider .slideshow .control-slideshow:hover {opacity: 0.8;}
#homepage_slider .control-slideshow {opacity: 0;position: absolute;z-index: 2;top: calc(50% - 50px/2);width: 35px;height: 50px;text-align: center;line-height: 50px;font-size: 25px;cursor: pointer;margin: 0px;background-color: #000000;border-radius: 3px;}
#homepage_slider .control-slideshow i {color: #ffffff;}
#homepage_slider .prev-slideshow {left: 20px;padding-right: 3px;}
#homepage_slider .next-slideshow {right: 20px;padding-left: 3px;}
#homepage_slider .slideshow .item .bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;background-position: center center;background-repeat: no-repeat;background-size: cover;}
#homepage_slider .slideshow .active .item .bg {-webkit-animation-duration: 1.5s;-moz-animation-duration: 1.5s;-ms-animation-duration: 1.5s;-o-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: banner_style;animation-name: banner_style}
#homepage_slider .slideshow .item {display: block;width: 100%;padding-bottom: 42%;position: relative;}
@keyframes slideshowFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}
-webkit-@keyframes slideshowFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes slideshowFade2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

-webkit-@keyframes slideshowFade2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}
@-webkit-keyframes banner_style {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes banner_style {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}



/*End Slideshow*/
/*Index */
#product-index {margin: 30px 0px;}
#list-product {}
.title-main {padding-bottom: 2rem;text-align: center;position: relative;z-index: 7;}
.title-main h2 {font-size: 28px;color: var(--color-main);text-transform: uppercase;font-weight: 600;padding-top: 5px;}
.title-main p {font-size: 14px;color: #656565;margin: 5px 0px 5px;font-weight: 300;letter-spacing: 2.5px;margin-bottom: 10px;}
.title-main.text-white * {color: #fff;}

#pro-tab {margin: 40px 0px 10px;}
.ul-tabs-pro {margin-bottom: 30px;border-bottom: 2px solid #f59000;overflow: hidden;}
.ul-tabs-pro li {position: relative;float: left;cursor: pointer;position: relative;padding: 0px 20px;background: #f5f5f5;padding: 5px 15px 3px 30px;}
.ul-tabs-pro li:after {content: '';width: 20px;right: -20px;position: absolute;z-index: 99;border-right: 15px solid transparent;border-bottom: 35px solid #f5f5f5;top: 0;border-left: 20px solid #f5f5f5;}
.ul-tabs-pro li.active {background: #f59000;}
.ul-tabs-pro li.active:after {border-bottom: 35px solid #f59000;;border-left: 20px solid #f59000}
.ul-tabs-pro li a {font-size: 18px;text-transform: uppercase;}
.ul-tabs-pro li.active a {color: #fff;}
.content-tabs-pro {display: none;}
.content-tabs-pro.active {display: block;}
.ul-tabs-pro_list {text-align: center;border-radius: 5px;padding: 0px 30px;}
.ul-tabs-pro_list li {display: inline-block;cursor: pointer;}
.ul-tabs-pro_list li.active {}
.ul-tabs-pro_list li a {font-size: 14px;/* font-weight: 600; */background-color: rgba(0, 0, 0, .04);border-left: 1px solid #ddd;border-right: 1px solid #ddd;border-top: 2px solid #ddd;padding-left: 15px;padding-right: 15px;display: block;padding: 10px 15px;border-top-left-radius: 12px;border-top-right-radius: 12px;}
.ul-tabs-pro_list li.active a {/* color: #753801; */background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 40%, rgba(222, 62, 150, 0.38) 100%);border-top-color: var(--color-main);}
.content-tabs-pro_list {display: none;padding: 15px;border: 1px solid #ddd;}
.content-tabs-pro_list.active {display: block;}

/*sanpham-moi*/
#sanpham-moi {padding: 40px 0px 10px;background: #f5f5f5;}

/*Sản phẩm*/
.product {margin-bottom: 30px;position: relative;}
.product .product_img {position: relative;overflow: hidden;background: #f9f9f9;/* border-radius: 7px 7px 0px 0px; */}
.product .product_img.product_img_hover .img-2 {opacity: 0;z-index: 2;transition: 0.5s;position: absolute;top:0;left:0;bottom: 0;right: 0;}
.product:hover .product_img.product_img_hover .img-2{opacity: 1;z-index: 2;}
.product .flex-product {display: flex;justify-content: space-between;margin-top: 20px;}
.product .info-product {/* border: 1px solid #e6e6e6; */border-top: 0px;padding: 10px 0px;/* border-radius: 0px 0px 7px 7px; *//* text-align: center; */background: #fff;}
.product .ten-product {/* width: 150px; */}
.product .ten-product h3 {font-size: 17px;color: var(--color-main);font-weight: 600;margin-bottom: 7px;}
.product .ten-product p {color: #6b6b6b;font-size: 13px;margin-top: 5px;}
.product.product-in .ten-product h3 {color: #000;}
.product .gia-product {color: #df2d00;font-size: 16px;font-weight: bold;}
.product .gia-product span {}
.product .gia-cu {color: #757575;font-size: 15px;display: inline-block;margin-left: 15px;text-decoration: line-through;}
.product .product_img img{z-index:1;position:relative;}
.product:hover .product_img img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.product:hover .ten-product h3 {color: var(--color-main);}
.product .phantram {background: #df2d00;display: inline-block;padding: 0px 3px 0px 3px;width: 50px;height: 25px;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 12px;position: absolute;top: 15px;left: 15px;z-index: 9;border-radius: 5px;text-align: center;font-weight: bold;}
.content-product {padding: 40px 0px 0px;}
.bg-f5 {background: #f5f5f5;}
.relative {position: relative;}

.prev-product,.next-product,.prev-news,.next-news {top: calc(50% - 25px) !important;}
.control-dev {position: absolute;top: calc(50% - 25px);cursor: pointer;width: 50px;height: 50px;background-color: #fff;color: #000;display: flex;align-items: center;justify-content: center;border-radius: 50px;box-shadow: 0px 3px 10px rgba(0,0,0,0.1);margin-bottom: 0px;background: #fff;opacity: 1;z-index: 9;font-size: 20px;}
.control-dev:hover {background: var(--color-main);color: #fff;}
.control-dev.control-prev {left: -15px;}
.control-dev.control-next {right: -15px;}
.hover-arrow:hover .control-prev {/* left: 0px; *//* opacity: 1; *//* z-index: 9; */}
.hover-arrow:hover .control-next {/* right: 0px; */opacity: 1;z-index: 9;}

#list-product-list{padding-bottom:1rem;}
.product-list {
    margin-bottom: 2rem;
    border-radius: 7px;
    border: 1px solid var(--color-main);
    padding: 15px;
}
.product-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-list .product-list_img {position: relative;overflow: hidden;/* background: #f9f9f9; */border-radius: 7px 7px 0px 0px;}
.product-list .product-list_img img{max-width:80px;}
.product-list .flex-product-list {display: flex;justify-content: space-between;margin-top: 20px;}
.product-list .info-product-list {
    width: calc(100% - 90px);
}
.product-list .ten-product-list {/* width: 150px; */}
.product-list .ten-product-list h3 {font-size: 15px;color: #2c2c2c;font-weight: 700;/* margin-bottom: 7px; */}
.product-list .ten-product-list p {color: #6b6b6b;font-size: 13px;margin-top: 5px;}
.product-list.product-list-in .ten-product-list h3 {color: #000;}
.product-list .gia-product-list {color: #df2d00;font-size: 16px;font-weight: bold;}
.product-list .gia-product-list span {}
.product-list .gia-cu {color: #757575;font-size: 15px;display: inline-block;margin-left: 15px;text-decoration: line-through;}
.product-list:hover .product-list_img img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.product-list:hover .ten-product-list h3 {color: var(--color-main);}
.product-list .phantram {background: #df2d00;display: inline-block;padding: 0px 3px 0px 3px;width: 50px;height: 25px;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 12px;position: absolute;top: 15px;left: 15px;z-index: 9;border-radius: 5px;text-align: center;font-weight: bold;}


/*End sản phẩm */
.prev-topical,.next-topical {top: 51%;z-index: 9;}

.list-more {display: inline-block;padding: 9px 35px;color: #fff;cursor: pointer;margin-bottom: 10px;border: 2px solid #00a1e0;overflow: hidden;position: relative;z-index: 1;font-weight: 600;margin-top: 20px;background: #00a1e0;font-size: 15px;}
.list-more:before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;z-index: -1;transition: 0.3s;color: #00a1e0;background: #fff;}
.list-more:hover:before {width: 100%;}
.list-more:hover {color: #00a1e0;}

/* Sản Phẩm Detail */
.left-pro-detail {position: relative;text-align: center;background: white;position: sticky;top: 75px;}
.left-pro-detail .MagicZoom {/* border: 1px solid #eee; *//* padding: 7px; *//* border-radius: 5px; */}
.right-pro-detail {}
.gallery-thumb-pro {position: relative;margin-top: 10px;}
.owl-thumb-pro {padding: 0px 40px;}
.thumb-pro-detail {display: block!important;border: 1px solid #eee;padding: 5px;border-radius: 3px;cursor: pointer;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {border-color: #cecfd2;}
.thumb-pro-detail img {box-shadow: none!important;filter: brightness(100%)!important;border-bottom: 0px!important;padding-bottom: 0px!important;}
.title-pro-detail {text-transform: capitalize;font-size: 33px;display: block;margin-bottom: 10px;font-weight: bold}
.social-plugin-pro-detail {margin-bottom: 1rem;margin-top: 0px!important;}
.desc-pro-detail {margin-bottom: 1rem;}
.attr-pro-detail.attr-pro-detail-si {background:#f5f7ff;padding: 1rem !important;border-radius: 10px;margin-bottom: 1rem !important;}
.attr-pro-detail {list-style: none;padding: 0px;}
.attr-pro-detail li {margin-bottom: 0.5rem;}
.attr-label-pro-detail {margin: 0px 5px 0px 0px;}
.attr-label-pro-detail.d-block {display: block;margin: 0px 0px 5px 0px;font-size: 16px;font-weight: 600;}
.attr-content-pro-detail {display: inline-block;margin-bottom: 0px;/* float: left; */}
.price-new-pro-detail {font-weight: 700;font-size: 30px;color: #e01901;}
.price-old-pro-detail {font-weight: 500;color: gray;text-decoration: line-through;/* padding-left: 10px; */display: block;font-size: 18px;opacity: 0.5;margin-bottom: 5px;}
.color-pro-detail {/* display: inline-block; *//* vertical-align: top; *//* position: relative; *//* width: 35px; *//* height: 30px; *//* margin: 0px 0px 3px 0px; *//* border: 1px solid transparent; */}
.lienhe_dt span {font-weight: bold;color: #ea9214;font-size: 22px;display: block;margin: 0px 0px 5px;}
.ma_sp {font-size: 13px;line-height: 30px;}
.ma_sp i {color: #ea9214;margin-right: 7px;}
.ma_sp p {line-height: 20px;margin-bottom: 15px;}
.ma_sp label {margin-bottom: 0px;}
.ma_sp span {font-weight: bold;}
.price-pro-detail {/* padding: 8px; *//* background: #eaeaea; */border-top: 1px dashed #ccc;padding-top: 1rem;color: gray;}
.list-static {margin-bottom: 10px;}
.post-static {display: flex;align-items: center;background: #f5f5f5;padding: 10px;margin-bottom: 10px;border-radius: 3px;}
.post-static img {margin-right: 10px;max-width: 32px;}
.post-static h3 {font-size: 13px;color: #000;}
.color-pro-detail{display:inline-block;vertical-align:top;position:relative;/* width:35px; *//* height:30px; */margin:0px 0px 3px 0px;border:1px solid transparent;font-size: 14px;padding: 0.5rem 1rem;border: 1px solid #e2e2e2;margin-right: 0.3rem;border-radius: 5px;background: #fff;}
.size-pro-detail{text-align: center;margin-bottom: 10px;display: inline-block;vertical-align: top;position: relative;/* width: 35px; *//* height: 30px; */margin: 0px 0px 3px 0px;border: 1px solid transparent;font-size: 14px;padding: 0.5rem 1rem;border: 1px solid #e2e2e2;margin-right: 0.3rem;border-radius: 5px;background: #fff;}
.size-pro-detail.active,.color-pro-detail.active,.unit-pro-detail.active{background: #cd3d72;color: #fff !important;!i;!;border-color: #cd3d72;}
.color-pro-detail.active:before,.size-pro-detail.active:before,.unit-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;/* background-image:url(../images/check-cart.png); */background-repeat:no-repeat;background-position:bottom right;}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio],.unit-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
.unit-pro-detail{text-align: center;margin-bottom: 10px;display: inline-block;vertical-align: top;position: relative;/* width: 35px; *//* height: 30px; */margin: 0px 0px 3px 0px;border: 1px solid transparent;font-size: 15px;padding: 0.5rem 1rem;border: 1px solid #e2e2e2;margin-right: 0.3rem;border-radius: 5px;}

.pricepromotion-block-pro-detail{}
.pricepromotion-block-pro-detail label{
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    font-size: 15px;
    padding: 0.5rem 1rem;
    border: 1px solid #e2e2e2;
    margin-right: 0.3rem;
    border-radius: 5px;
}
.pricepromotion-block-pro-detail label.active{
    background: #cd3d72;
    color: #fff !important;
    border-color: #cd3d72;
}

.pricepromotion-block-pro-detail label input{
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}
.pricepromotion-block-pro-detail span{
    display: block;
    color: #cd3d72;
    font-weight: bold;
    font-family: var(--font-Condensedbold);
    font-size: 15px;
}
.quantity-pro-detail {width: 100%;max-width: 265px;line-height: normal;display: flex;align-items: center;justify-content: space-between;text-align: center;margin-left: 20px;}
.quantity-pro-detail span {line-height: 25px;padding: 0px;width: 30px;height: 40px;color: var(--color-main);cursor: pointer;font-size: 22px;display: flex;align-items: center;justify-content: center;/* background: #ececec; */}
.quantity-pro-detail span.quantity-plus-pro-detail {border-left: 0px;border-radius: 0px 5px 5px 0px;}
.quantity-pro-detail span.quantity-minus-pro-detail {border-right: 0px;border-radius: 5px 0px 0px 5px;}
.quantity-pro-detail input {height: 40px;border: 1px solid #cccccc;width: calc(100% - 60px);text-align: center;font-size: 14px;padding: 5px;}
.cart-pro-detail {/* margin-bottom: 1rem; */display: inline-block;/* align-items: stretch; *//* justify-content: flex-start; *//* display: inline-flex; */width: 100%;/* float: left; */margin-top: 0px;/* margin-left: 10px; */position: relative;/* top: -3px; */margin: 1rem 0px;}
.cart-pro-detail a {width: auto;text-align: center;color: var(--color-main);padding: 15px 15px;text-transform: uppercase;border-radius: 3px;cursor: pointer;border: 1px solid var(--color-main);font-size: 16px;}
.cart-pro-detail a.addnow {margin-right: 10px;background: #fd6e1d;background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));background: -webkit-linear-gradient(top,#f59000,#fd6e1d);background: -moz-linear-gradient(top,#f59000,#fd6e1d);background: -ms-linear-gradient(top,#f59000,#fd6e1d);background: -o-linear-gradient(top,#f59000,#fd6e1d);}
.cart-pro-detail a.buynow {/* background-color: var(--color-green); */width: 100%;display: block;}
.cart-pro-detail a.buynow:hover {background-color: var(--color-main);color: #fff;}
.cart-pro-detail a i {vertical-align: top;margin-top: 3px;margin-right: 8px;}
.tags-pro-detail {margin: 1rem 0px 2rem 0px;}
.tags-pro-detail a {float: left;font-size: 12px;color: #fff;padding: 5px 10px 7px 10px;margin-right: 5px;margin-bottom: 5px;background-color: var(--color-red);border-radius: 3px;}
.tags-pro-detail a:hover {background-color: var(--color-medium-red);}
.tags-pro-detail a i {font-size: 10px;float: left;margin: 5px 5px 0px 0px;}
.tabs-pro-detail .ul-tabs-pro-detail {padding: 0px;list-style: none;margin-bottom: 1rem;border-bottom: 1px solid #e7e7e7;overflow: hidden;}
.tabs-pro-detail .ul-tabs-pro-detail li {cursor: pointer;float: left;margin-right: 5px;margin-bottom: 5px;background: #eee;padding: 8px 15px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active {background: var(--color-main);color: #fafafa;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {margin-right: 0px;}
.tabs-pro-detail .content-tabs-pro-detail {display: none;display: block;border: 1px solid var(--color-main);padding: 10px 15px;margin-bottom: 20px;}
.tabs-pro-detail .content-tabs-pro-detail.active {display: block;border: 1px solid var(--color-main);padding: 10px 15px;margin-bottom: 20px;}
.control-carousel {position: absolute;top: calc(50% - 30px/2);margin-bottom: 0px;width: 30px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #eee;z-index: 2;background-color: #fff;color: #ccc;cursor: pointer;}
.control-carousel:hover {background-color: var(--color-red);border-color: var(--color-red);color: #fff;}
.prev-carousel {left: 0px;}
.next-carousel {right: 0px;}

/*Giới thiệu trang chủ*/
#gioithieu {padding: 50px 0px;overflow: hidden;}
.title-about {font-size: 15px;margin-bottom: 10px;font-weight: 300;position: relative;}
.title-about span {position: relative;display: block;color: var(--color-main);font-size: 28px;padding-bottom: 5px;font-weight: 700;margin-bottom: 20px;}
.desc-about {}
.link-about {margin-top: 30px;text-align: right;}
.link-about a {}
.info-about-in .title-about span {}

/*album*/
#album {padding: 40px 0px;position: relative;z-index: 9;}
.album {text-align: center;cursor: pointer;margin-bottom: 10px;display: block;border-radius: 10px;position: relative;}
.album .pic-album {position: relative;overflow: hidden;}
.album .pic-album img {width: 100%;}
.album .name-album {font-size: 15px;color: #fff;margin-bottom: 0px;font-weight: 600;margin-top: 10px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;padding: 10px;opacity: 0;transition: 0.5s;transform: scale(0);}
.album:hover .name-album {opacity: 1;transform: scale(1);}
.album:hover .pic-album img {transform: scale(1.1);filter: brightness(0.5);}

/*Video tin tức*/
#news {padding: 40px 0px;/* background: #edeeef; */}
.newshome-normal {display: block;border-radius: 15px;position: relative;margin-bottom: 20px;transition: 0.5s;}
.newshome-normal:hover,.owl-news .owl-item.active.center .newshome-normal {}
.newshome-normal:hover .link-newshome,.owl-news .owl-item.active.center .newshome-normal .link-newshome {opacity: 1;}
.newshome-normal:hover .name-newshome,.owl-news .owl-item.active.center .newshome-normal .name-newshome {color: #ffffff;}
.newshome-normal .pic-newshome-normal {margin-bottom: 0px;/* border-radius: 15px; */}
.newshome-normal .pic-newshome-normal img {/* filter: brightness(0.5); */}
.newshome-normal .pic-newshome-normal img {width: 100%;}
.newshome-normal .pic-newshome-best img {width: 100%;}
.newshome-normal .name-newshome {color: #fff;font-size: 14px;margin: 15px 0px 10px;font-weight: bold;}
.newshome-normal .name-newshome.text-split {-webkit-line-clamp: 2;}
.newshome-normal .info-newshome-normal {/* position: absolute; *//* top: 0; *//* left: 0; *//* right: 0; *//* bottom: 0; */padding: 15px;background: #bc198c;margin-top: 5px;transition: 0.5s;}
.newshome-normal:hover .info-newshome-normal{background: #ffff;}
.newshome-normal:hover .info-newshome-normal *{color:#000;}
.newshome-normal .time-newshome {color: #ffffff;margin-bottom: 0.25rem;font-size: 13px;}
.newshome-normal .desc-newshome {color: #fff;margin-bottom: 0px;font-size: 14px;font-weight: normal;-webkit-line-clamp: 3;}
.newshome-normal .link-newshome:hover {background: rgb(1 84 147 / 100%)}
.newshome-normal .link-newshome {position: absolute;bottom: -20px;background: rgb(1 84 147 / 60%);display: block;left: 10%;right: 10%;padding: 10px;border-radius: 50px;text-align: center;color: #fff;font-size: 15px;opacity: 0;}
.newshome-normal:hover .desc-newshome,.owl-news .owl-item.active.center .newshome-normal .desc-newshome {opacity: 1;}

/*Video-news */
#video-news {padding: 40px 0px 30px;z-index: 8;position: relative;background: #f5f5f5;}
.video-main {position: relative;}
.video-main iframe {position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;}
.listvideos {width: 100%;height: 40px;padding: 0px 10px;border: 1px solid #ccc;color: var(--color-black);margin-top: 10px;cursor: pointer;}
.title-intro {position: relative;font-size: 24px;font-weight: bold;text-transform: uppercase;margin-bottom: 20px;padding-bottom: 10px;margin-top: 20px;}
.title-intro:after {content: '';position: absolute;width: 100px;height: 2px;background: #ffb900;left: 0;bottom: 0;border-radius: 5px;}
.title-intro span {font-size: 29px;color: #753801;text-transform: uppercase;font-family: UTMAvoBold;}

/*End Index*/
/* Button Frame */
.btn-frame {display: block;width: 50px;height: 50px;position: fixed;right: 20px;z-index: 10;cursor: pointer;}

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

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

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

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

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

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

.btn-frame .kenit-alo-circle-fill {width: 70px;height: 70px;top: -10px;right: -10px;position: absolute;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;background-color: rgba(7,41,103,0.35);opacity: .4;}

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

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

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

/* Messenger */
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed {display: none!important}
.js-facebook-messenger-tooltip {bottom: 97px;right: 97px}
.js-facebook-messenger-tooltip {color: #404040;background: #fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {z-index: 999}
.js-facebook-messenger-tooltip {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);box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;z-index: 1.0E+30}
.js-facebook-messenger-close-tooltip {width: 10px;height: 10px;display: inline-block;cursor: pointer;margin-left: 10px}
.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-box,.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: #1182FC;border-radius: 100%;overflow: hidden;z-index: 99;-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);-moz-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 {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;-moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-box.rotate svg#close-icon {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;-moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;transition: opacity 160ms ease-in-out,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;transform: translateY(50px);bottom: 110px;right: 90px;border-radius: 10px;pointer-events: none;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;-moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;transition: transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header {width: 220px}
.js-facebook-messenger-top-header {color: #fff;background: #1182FC}
.js-facebook-messenger-top-header {display: block;position: relative;width: 220px;background: #1182FC;color: #fff;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: #fff;background: #1182FC}
.js-facebook-messenger-top-header {width: 220px}
.js-facebook-messenger-tooltip {color: #404040;background: #fff}
.js-facebook-messenger-container.open {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 {transform: rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon {opacity: 1}

/*Footer*/
#footer {padding: 40px 0px 0px;color: #000;background: #c2c2c2;}
.title-footer {font-size: 15px;color: #000;font-weight: bold;position: relative;/* padding-bottom: 15px; */text-transform: uppercase;margin-bottom: 20px;}
.slogan-footer {font-size: 13px;color: #fff;margin-bottom: 20px;}
.footer-ul {list-style: none;padding: 0px;margin: 0px;}
.footer-ul li {margin-bottom: 10px;}
.footer-ul li a {color: #000;font-size: 14px;font-weight: 300;}
.footer-ul li a i {margin-right: 5px;}
.footer-ul li a:hover {color: var(--color-main);}
.footer-article {margin-bottom: 40px;}
.footer-powered {color: #000;text-align: center;font-size: 15px;/* padding: 14px 0px; */position: relative;overflow: hidden;/* background: #bc198c; */border-top: 1px solid #bababa;}
.footer-powered .wrap-content {padding: 15px 10px;}
.copyright {margin-bottom: 0px;/* float: left; */text-align: left;height: 100%;display: flex;align-items: center;}
.statistic {float: right;}
#footer-map {position: relative;height: 405px;}
#footer-map iframe {position: absolute!important;width: 100%!important;height: 100%!important;top: 0px!important;left: 0px!important;}
/* Scroll Top */
.scrollToTop {width: 41px;height: 41px;text-align: center;font-weight: bold;color: #444;text-decoration: none;position: fixed;bottom: 65px;right: 25px;display: none;z-index: 10;cursor: pointer;}

/* Like Share */
.social-plugin {display: flex;justify-content: center;align-items: center;/* padding-top: 5px; */height: 38.5px;}
.social-plugin .at-share-btn {margin-bottom: 0px!important;}
.social-plugin .zalo-share-button {margin-left: 3px;z-index: 8;/* margin-top: 4px; */}
.share {line-height: normal;margin-top: 10px;}
.othernews{padding:15px;border-radius: 7px;background: #efefef;}
.share_title{border: 1px solid #eee;border-radius: 5px;padding: 10px;position: relative;margin-right: 20px;}
.share_title::after,.share_title::before{position: absolute;content: "";top: 50%;left: 100%;transform: translateY(-50%);width: 0;height: 0;border-style: solid;}
.share_title::after{border-width: 8px 0 8px 10px;border-color: transparent transparent transparent #fff;}
.share_title::before{border-width: 9px 0 9px 11px;border-color: transparent transparent transparent #eee;}
.share_title span{margin-left: 20px;display: block;position: relative;}
.share_title span::before{position: absolute;content: "";background: #eee;left: -10px;top: 0;width: 1px;height: 100%;}
.share-line {border-color: #eee;margin: 20px 0;}
/* Like Share */
.social-plugin {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.social-plugin .at-share-btn {margin-bottom: 0px !important;margin-left: 5px !important;margin-right: 5px !important;}
.social-plugin .zalo-share-button {margin-left: 5px !important;border-radius: 4px;box-shadow: 0 0 2px rgba(0,0,0,0.14), 0 1px 4px rgba(0,0,0,0.28);}
.share-zalo {margin-right: 0.6rem;transition: 0.3s;/* margin-top: 4px; */height: 35px;display: flex;align-items: center;justify-content: center;}
/* Phân Trang */
.pagination-home .pagination .page-item .page-link {color: #555555;font-size: .875rem;}
.pagination-home .pagination .page-item.active .page-link {color: #ffffff;background-color: #555555;border-color: #555555;}
/* Phân Trang Ajax */
.pagination-ajax {text-align: center;}
.pagination-ajax a {display: inline-block;vertical-align: top;margin: 0px 2px 3px 2px;color: #333;background: #eee;border: 1px solid rgba(161,161,161,0.4);font-size: 12px;cursor: pointer;padding: 4px 10px;border-radius: 2px;}
.pagination-ajax a.current,.pagination-ajax a:hover {background: var(--color-gray);color: #fff;border-color: var(--color-gray);}

.project {margin-bottom: 10px;display: block;overflow: hidden;padding-bottom: 10px;margin-bottom: 30px;padding: 5px;border: 1px solid #eee;border-radius: 7px;position: relative;}
.project .pic-project {margin-bottom: 4%;margin-bottom: 0px;}
.project .pic-project img {width: 100%;}
.project .info-project {/* float: left; *//* width: 60%; */}
.project .name-project {color: #333333;font-size: 15px;display: block;margin-bottom: 5px;margin-top: 10px;font-weight: bold;}
.project .name-project:hover {color: var(--color-red);}
.project .time-project {color: #fff;padding-bottom: 5px;position: absolute;top: 15px;left: 15px;background: #11b035;margin: 0px;width: 45px;text-align: center;padding-top: 5px;border-radius: 5px;}
.project .time-project span{}
.project .desc-project {color: #333333;margin-top: 5px;line-height: 20px;}

/* News */
.news {margin-bottom: 10px;display: block;overflow: hidden;padding-bottom: 15px;margin-bottom: 15px;/* padding: 5px; *//* border: 1px solid #eee; *//* border-radius: 7px; */display: flex;}
.news .pic-news {float: left;margin-right: 3%;width: 40%;margin-bottom: 0px;}
.news .pic-news img {width: 100%;}
.news .info-news {float: left;width: 57%;/* height: 100%; */display: flex;align-items: center;}
.news .name-news {color: #0f500e;font-size: 20px;display: block;margin-bottom: 5px;/* margin-top: 10px; */font-weight: bold;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.news .name-news:after {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 0em 0;
    max-width: 30px;
    width: 100%;
    position: absolute;
    content: '';
    bottom: 0;
}
.news .name-news:hover {color: var(--color-red);}
.news .time-news {color: var(--color-gray);margin-bottom: 0.25rem;border-bottom: 1px dashed #ccc;padding-bottom: 10px;}
.news .desc-news {color: #333333;margin-top: 5px;line-height: 20px;}
.time-main {margin-bottom: 10px;}
.time-main i {}
.time-main span {padding-left: 5px;}
.share {/* padding: 17px 10px 10px 10px; *//* line-height: normal; *//* background: rgba(128,128,128,0.15); *//* margin-top: 15px; *//* border-radius: 5px; */}
.share b {display: block;margin-bottom: 5px;}
/*Other News */
.othernews b {margin-bottom: 10px;}
.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: var(--color-red);}

/* Contact */
.top-contact {margin-bottom: 30px;}

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

.input-contact input,.input-contact textarea {width: 100%;padding: 0px;outline: none;font-size: 14px;}

.input-contact input {text-indent: 10px;}

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

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

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

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

/*Mạng xã hội */
.follow-us {margin: 20px 0px;overflow: hidden;/* display: flex; *//* align-items: center; */}
.follow-us a {float: left;margin-right: 10px;}

/*Đăng ký nhận tin */
#newsletter {padding: 20px;box-shadow: 0px 0px 3px 0px #ccc;border-radius: 5px;position: sticky;top: 80px;}
.title-newsletter {}
.title-newsletter h2 {text-align: center;margin-bottom: 25px;color: #ffb900;font-size: 30px;}
.form-newsletter {position: relative;overflow: hidden;border-radius: 5px;padding: 10px;background: #e4e4e4;}
.newsletter-input {margin-bottom: 5px;}
.newsletter-input .form-control,.newsletter-input select {height: 35px;border-radius: 0;font-size: 13px;border: none;padding: 5px 0px;outline: 0;padding-left: 10px;border: 1px solid #ccc;border-radius: 5px;width: 100%;}
.newsletter-input input[name='name-newsletter'] {/* background-position: calc(100% - 10px); */}
.newsletter-input input[name='phone-newsletter'] {}
.newsletter-input input[name='email-newsletter'] {background-position: calc(100% - 10px)}
.newsletter-input.newsletter-area {position: relative;}
.newsletter-input.newsletter-area .form-control {height: 60px;}
.newsletter-button {width: 100px;margin: 0 auto;}
.newsletter-button input[name='submit-newsletter'] {color: #fff;border: none;width: 100%;height: 36px;font-size: 13px;text-transform: uppercase;background: var(--color-main);font-weight: bold;border-radius: 5px;}
.newsletter-button input[name='submit-newsletter']:hover {background: #ffffff;}

/*Vì sao*/
#why {/* padding: 40px 0px; *//* background: #f2f2f2; */}
#why .why-item {/* padding: 15px; *//* background: #fff; *//* box-shadow: 0px 0px 3px 0px #ccc; *//* margin: 3px; */text-align: center;}
#why .why-item:hover .why-item_img img {/* transform: rotate(30deg); */}
#why .why-item .why-item_img {margin-bottom: 15px;height: 100px;display: flex;align-items: center;justify-content: center;}
#why .why-item .why-item_img img{max-height:100px;}
#why .why-item .why-item_text {}
#why .why-item:hover .why-item_text h3 {color: var(--color-main);}
#why .why-item .why-item_text h3 {font-size: 22px;font-weight: 600;color: #000;padding: 10px;text-transform: uppercase;}
#why .why-item .why-item_text p {color: #000;text-align: center;font-size: 16px;}

/*Đối tác*/
#partner {margin: 40px 0px;}
#partner img {border: 1px solid #e5e5e5;padding: 5px;}

.list-product {margin-top: 30px;}
.list-product .content-tab {}
.title-list {margin-bottom: 30px;border-bottom: 1px dashed #afafaf;}
.title-list h2 {font-size: 20px;color: #222222;display: inline-block;cursor: pointer;position: relative;padding-bottom: 15px;font-weight: 600;text-transform: uppercase;}
.title-list h2:after {content: '';width: 60px;height: 3px;background: #37b517;position: absolute;bottom: -2px;left: 0;z-index: 99;}
.title-list a {/* float:right; *//* margin: 12px 0px; *//* font-weight: normal; *//* color: #0a43ec; */float: right;}
.title-list a:hover {/* color:blue; */}

/*Video */
#video-main {}
.video-index {position: relative;}
.video-index:hover h2 {opacity: 1;}
.video-index:hover img {filter: brightness(0.5);}
.video-index h2 {opacity: 0;position: absolute;color: #fff;font-size: 18px;text-transform: uppercase;padding: 10px;text-align: center;bottom: 0;left: 0;right: 0;}
.video-index {position: relative;overflow: hidden;/* border-radius: 20px; */}
.video-index .relative:after {content: '';position: absolute;background: url(../images/ic-video.png) no-repeat center;display: flex;align-content: center;justify-content: center;pointer-events: none;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;}
.video-index .text-video {}
.video-index .text-video h2 {font-weight: bold;color: #000000;font-size: 17px;margin-top: 15px;margin-bottom: 5px;}
.video-index .text-video p {overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;color: #000;font-size: 15px;}
.video-index .scale-img{border-radius: 10px;position:relative;}
.video-index  h4{color:#000;font-size: 16px;text-align: center;margin-top: 15px;font-weight: bold;color: #bd198b;}
.icon_play {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: 0 auto;z-index: 2;display: flex;align-items: center;justify-content: center;max-width: 60px;}
.icon_play i{font-size: 20px;color:#fff;background:#C62127;border-radius:50%;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 4px;}
.icon_play .load_video {display: inline-block;}
.icon_play .load_video img {max-width: 75px !important;height: auto;}
.icon_play .pinkBg {background-color: rgba(198,33,39,0.8);33 39);background-image: linear-gradient(90deg, rgba(198,33,39,0.8), rgba(198,33,39,0.8));}
.icon_play .ripple {position: absolute;width: 130px;height: 130px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -65px 0 0 -65px;border-radius: 100px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.icon_play .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s}
.icon_play .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.video {margin: 20px;text-align: center;cursor: pointer;}
.video:nth-child(4n+1) {clear: both;}
.video:nth-child(4n) {margin-right: 0px;}
.pic-video {position: relative;margin-bottom: 15px;}
.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: var(--color-black);margin-bottom: 0px;}
.video-main {position: relative;width: 61%;margin-right: 1%;float: left;}
.video-main iframe {position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;}
.listvideos {width: 100%;height: 40px;padding: 0px 10px;border: none;color: #fff;margin-top: 10px;cursor: pointer;background: #00a85a;}

/*tieuchi*/
#criteria {}
.criteria-items {height: 95px;background: #000;display: flex;padding: 20px;}
.criteria-items a {display: flex;align-items: center;justify-content: center;color: #fff;font-weight: bold;font-size: 18px;}
.criteria-items a img {margin-right: 15px;}
.criteria-items .criteria-items__img {}
.criteria-items .criteria-items__content {}
.criteria-items .criteria-items__content h3 {font-size: 18px;}

#ads {/* margin: 0px 0px 30px; */}

.newshome-scroll {height: 325px;}
.map-canvas {border: 3px solid #b4b4b4;padding: 5px;}


.grecaptcha-badge {
    display: none !important;
}

/*modudle mobile */
div.phone_mobi {background: rgba(0,38,103,0.8);width: 100%;position: fixed;left: 0;bottom: 0;height: 45px;line-height: 45px;color: #fff;z-index: 50;}
div.phone_mobi ul {list-style: none;margin: 0;padding: 0;display: flex;height: 100%;}
div.phone_mobi ul li {flex: auto 1 0;text-align: center;height: 100%;}
div.phone_mobi ul li a {color: #fff;text-decoration: none;font-size: 10px;font-family: inherit;display: flex;justify-content: center;align-items: center;flex-direction: column;letter-spacing: 1px;line-height: 2;height: 100%;border-left: 1px solid rgba(255, 255, 255, .2);padding-top: 3px;text-transform: uppercase;}
div.phone_mobi ul li a i {font-size: 19px;}
.blink_me {-webkit-animation-name: blinker;-webkit-animation-duration: 1s;-webkit-animation-timing-function: linear;-webkit-animation-iteration-count: infinite;-moz-animation-name: blinker;-moz-animation-duration: 1s;-moz-animation-timing-function: linear;-moz-animation-iteration-count: infinite;animation-name: blinker;animation-duration: 1s;animation-timing-function: linear;animation-iteration-count: infinite;}

@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Load Settings */
.no-scroll-y {overflow-y: hidden;}

#preloader-section {box-sizing: border-box;margin: 0;padding: 0;}

/* Preloader */
.ctn-preloader {-webkit-box-align: center;align-items: center;/* Show or Hide cursor when hover of Preloader*/cursor: none;display: -webkit-box;display: flex;height: 100%;-webkit-box-pack: center;justify-content: center;position: fixed;left: 0;top: 0;width: 100%;z-index: 9999;}

.ctn-preloader .animation-preloader {position: absolute;z-index: 100;}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {-webkit-animation: spinner 1s infinite linear;animation: spinner 1s infinite linear;border-radius: 50%;border: 3px solid rgba(0,0,0,0.2);border-top-color: var(--color-main);/* It is not identified in alphabetical order so that it does not overwrite it */height: 9em;margin: 0 auto 3.5em auto;width: 9em;}

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {font: bold 5em 'Inter18pt',sans-serif;text-transform: uppercase;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {-webkit-animation: letters-loading 4s infinite;animation: letters-loading 4s infinite;color: #000000;content: attr(data-text-preloader);left: 0;opacity: 0;position: absolute;top: 0;-webkit-transform: rotateY(-90deg);transform: rotateY(-90deg);color: var(--color-main);}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {color: rgba(0,0,0,0.2);position: relative;}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {-webkit-animation-delay: 1s;animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {-webkit-animation-delay: 1.6s;animation-delay: 1.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {-webkit-animation-delay: 2s;animation-delay: 2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {-webkit-animation-delay: 2.2s;animation-delay: 2.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {-webkit-animation-delay: 2.4s;animation-delay: 2.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {-webkit-animation-delay: 2.6s;animation-delay: 2.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {-webkit-animation-delay: 2.8s;animation-delay: 2.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {-webkit-animation-delay: 3s;animation-delay: 3s;}

/* Loader section Settings */
.ctn-preloader .loader-section {background-color: #ffffff;height: 100%;position: fixed;top: 0;width: calc(50% + 1px);}
.ctn-preloader .loader-section.section-left {left: 0;}
.ctn-preloader .loader-section.section-right {right: 0;}

/* Fade effect in loading animation */
.loaded .animation-preloader {opacity: 0;-webkit-transition: 0.3s ease-out;transition: 0.3s ease-out;}

/* Curtain effect */
.loaded .loader-section.section-left {-webkit-transform: translateX(-101%);transform: translateX(-101%);-webkit-transition: 3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);transition: 3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);}
.loaded .loader-section.section-right {-webkit-transform: translateX(101%);transform: translateX(101%);-webkit-transition: 3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);transition: 3.5s 0.1s all cubic-bezier(0.1,0.1,0.1,2.000);}

/* Preloader Animation */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading {
    0%,75%,100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,75%,100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

/* End Load Settings */
/* Toc */
.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;}

/*Hover effect */
.hover_sang2 {overflow: hidden;position: relative;}
.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%;}

/* Arcontact */
.arcontactus-widget.right.arcontactus-message {right: 10px;}
.arcontactus-widget .arcontactus-message-button.pulsation {-webkit-animation-duration: 2s;animation-duration: 2s}
.arcontactus-widget.md .arcontactus-message-button, .arcontactus-widget.md.arcontactus-message {width: 60px;height: 60px}
.arcontactus-widget {opacity: 0;transition: .2s opacity}
.arcontactus-widget * {box-sizing: border-box}
.arcontactus-widget.left.arcontactus-message {left: 20px;right: auto}
.arcontactus-widget.left .arcontactus-message-button {right: auto;left: 0}
.arcontactus-widget.left .arcontactus-prompt {left: 80px;right: auto;transform-origin: 0 50%}
.arcontactus-widget.left .arcontactus-prompt:before {border-right: 8px solid #FFF;border-top: 8px solid transparent;border-left: 8px solid transparent;border-bottom: 8px solid transparent;right: auto;left: -15px}
.arcontactus-widget.left .messangers-block {right: auto;left: 0;-webkit-transform-origin: 10% 105%;-ms-transform-origin: 10% 105%;transform-origin: 10% 105%}
.arcontactus-widget.left .callback-countdown-block {left: 0;right: auto}
.arcontactus-widget.left .callback-countdown-block::before, .arcontactus-widget.left .messangers-block::before {left: 25px;right: auto}
.arcontactus-widget.md .callback-countdown-block, .arcontactus-widget.md .messangers-block {bottom: 70px}
.arcontactus-widget.md .arcontactus-prompt {bottom: 5px}
.arcontactus-widget.md.left .callback-countdown-block:before, .arcontactus-widget.md.left .messangers-block:before {left: 21px}
.arcontactus-widget.md.left .arcontactus-prompt {left: 70px}
.arcontactus-widget.md.right .callback-countdown-block:before, .arcontactus-widget.md.right .messangers-block:before {right: 21px}
.arcontactus-widget.md.right .arcontactus-prompt {right: 70px}
.arcontactus-widget.md .arcontactus-message-button .pulsation {width: 74px;height: 74px}
.arcontactus-widget.md .arcontactus-message-button .callback-state, .arcontactus-widget.md .arcontactus-message-button .icons {width: 40px;height: 40px;margin-top: -20px;margin-left: -20px}
.arcontactus-widget.sm .arcontactus-message-button, .arcontactus-widget.sm.arcontactus-message {width: 50px;height: 50px}
.arcontactus-widget.sm .callback-countdown-block, .arcontactus-widget.sm .messangers-block {bottom: 60px}
.arcontactus-widget.sm .arcontactus-prompt {bottom: 0}
.arcontactus-widget.sm.left .callback-countdown-block:before, .arcontactus-widget.sm.left .messangers-block:before {left: 16px}
.arcontactus-widget.sm.left .arcontactus-prompt {left: 60px}
.arcontactus-widget.sm.right .callback-countdown-block:before, .arcontactus-widget.sm.right .messangers-block:before {right: 16px}
.arcontactus-widget.sm.right .arcontactus-prompt {right: 60px}
.arcontactus-widget.sm .arcontactus-message-button .pulsation {width: 64px;height: 64px}
.arcontactus-widget.sm .arcontactus-message-button .icons {width: 40px;height: 40px;margin-top: -20px;margin-left: -20px}
.arcontactus-widget.sm .arcontactus-message-button .static {margin-top: -16px}
.arcontactus-widget.sm .arcontactus-message-button .callback-state {width: 40px;height: 40px;margin-top: -20px;margin-left: -20px}
.arcontactus-widget.active {opacity: 1}
.arcontactus-widget .icons.hide, .arcontactus-widget .static.hide {opacity: 0;transform: scale(0)}
.arcontactus-widget.arcontactus-message {z-index: 999;right: 20px;bottom: 130px;position: fixed!important;height: 70px;width: 70px;}
.arcontactus-widget .arcontactus-message-button {width: 70px;position: absolute;height: 70px;right: 0;background-color: red;border-radius: 50px;-webkit-box-sizing: border-box;box-sizing: border-box;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer}
.arcontactus-widget .arcontactus-message-button p {font-family: Ubuntu,Arial,sans-serif;color: #fff;font-weight: 700;font-size: 10px;line-height: 11px;margin: 0}
.arcontactus-widget .arcontactus-message-button .pulsation {width: 84px;height: 84px;background-color: red;border-radius: 50px;position: absolute;left: -7px;top: -7px;z-index: -1;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-animation: arcontactus-pulse 2s infinite;animation: arcontactus-pulse 2s infinite}
.arcontactus-widget .arcontactus-message-button .icons {background-color: #fff;width: 44px;height: 44px;border-radius: 50px;position: absolute;overflow: hidden;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px}
.arcontactus-widget .arcontactus-message-button .static {position: absolute;top: 50%;left: 50%;margin-top: -19px;margin-left: -26px;width: 52px;height: 52px;text-align: center}
.arcontactus-widget .arcontactus-message-button .static img {display: inline}
.arcontactus-widget .arcontactus-message-button .static svg {width: 24px;height: 24px;color: #FFF}
.arcontactus-widget .arcontactus-message-button.no-text .static {margin-top: -12px}
.arcontactus-widget .pulsation:nth-of-type(2n) {-webkit-animation-delay: .5s;animation-delay: .5s}
.arcontactus-widget .pulsation.stop {-webkit-animation: none;animation: none}
.arcontactus-widget .icons-line {top: 10px;left: 12px;display: -webkit-box;display: -ms-flexbox;display: flex;position: absolute;-webkit-transition: cubic-bezier(.13,1.49,.14,-.4);-o-transition: cubic-bezier(.13,1.49,.14,-.4);-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-transform: translateX(30px);-ms-transform: translateX(30px);transform: translateX(30px);height: 24px;transition: .2s all}
.arcontactus-widget .icons, .arcontactus-widget .static {transition: .2s all}
.arcontactus-widget .icons-line.stop {-webkit-animation-play-state: paused;animation-play-state: paused}
.arcontactus-widget .icons-line span {display: inline-block;width: 24px;height: 24px;color: red}
.arcontactus-widget .icons-line span i, .arcontactus-widget .icons-line span svg {width: 24px;height: 24px}
.arcontactus-widget .icons-line span i {display: block;font-size: 24px;line-height: 24px}
.arcontactus-widget .icons-line img, .arcontactus-widget .icons-line span {margin-right: 40px}
.arcontactus-widget .icons.hide .icons-line {transform: scale(0)}
.arcontactus-widget .icons .icon:first-of-type {margin-left: 0}
.arcontactus-widget .arcontactus-close {color: #FFF}
.arcontactus-widget .arcontactus-close svg {-webkit-transform: rotate(180deg) scale(0);-ms-transform: rotate(180deg) scale(0);transform: rotate(180deg) scale(0);-webkit-transition: ease-in .12s all;-o-transition: ease-in .12s all;transition: ease-in .12s all;display: block}
.arcontactus-widget .arcontactus-close.show-messageners-block svg {-webkit-transform: rotate(0) scale(1);-ms-transform: rotate(0) scale(1);transform: rotate(0) scale(1)}
.arcontactus-widget .arcontactus-prompt, .arcontactus-widget .messangers-block {background: center no-repeat #FFF;box-shadow: 0 0 10px rgba(0,0,0,.6);width: 235px;position: absolute;bottom: 80px;right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;padding: 14px 0;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 7px;-webkit-transform-origin: 80% 105%;-ms-transform-origin: 80% 105%;transform-origin: 80% 105%;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-transition: ease-out .12s all;-o-transition: ease-out .12s all;transition: ease-out .12s all;z-index: 10000}
.arcontactus-widget .arcontactus-prompt:before, .arcontactus-widget .messangers-block:before {position: absolute;bottom: -7px;right: 25px;left: auto;display: inline-block!important;border-right: 8px solid transparent;border-top: 8px solid #FFF;border-left: 8px solid transparent;content: ""}
.arcontactus-widget .arcontactus-prompt.show-messageners-block, .arcontactus-widget .messangers-block.show-messageners-block {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
.arcontactus-widget .arcontactus-prompt {color: #787878;font-family: Arial,sans-serif;font-size: 16px;line-height: 18px;width: auto;bottom: 10px;right: 80px;white-space: nowrap;padding: 18px 20px 14px}
.arcontactus-widget .arcontactus-prompt:before {border-right: 8px solid transparent;border-top: 8px solid transparent;border-left: 8px solid #FFF;border-bottom: 8px solid transparent;bottom: 16px;right: -15px}
.arcontactus-widget .arcontactus-prompt.active {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {position: absolute;right: 6px;top: 6px;cursor: pointer;z-index: 100;height: 14px;width: 14px;padding: 2px}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {height: 10px;width: 10px;display: block}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {border-radius: 10px;display: inline-block;left: 3px;padding: 0;position: relative;top: 4px;width: 50px}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div {position: relative;float: left;border-radius: 50%;width: 10px;height: 10px;background: #ccc;margin: 0 2px;-webkit-animation: arcontactus-updown 2s infinite;animation: arcontactus-updown 2s infinite}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(2) {animation-delay: .1s}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(3) {animation-delay: .2s}
.arcontactus-widget .messangers-block.sm .messanger {padding-left: 50px;min-height: 44px}
.arcontactus-widget .messangers-block.sm .messanger span {height: 32px;width: 32px;margin-top: -16px}
.arcontactus-widget .messangers-block.sm .messanger span svg {height: 20px;width: 20px;margin-top: -10px;margin-left: -10px}
.arcontactus-widget .messanger {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin: 0;cursor: pointer;width: 100%;padding: 8px 20px 8px 60px;position: relative;min-height: 54px;text-decoration: none}
.arcontactus-widget .messanger:hover {background-color: #EEE}
.arcontactus-widget .messanger:before {background-repeat: no-repeat;background-position: center}
.arcontactus-widget .messanger.facebook span {background: #0084ff}
.arcontactus-widget .messanger.viber span {background: #7c529d}
.arcontactus-widget .messanger.telegram span {background: #2ca5e0}
.arcontactus-widget .messanger.skype span {background: #31c4ed}
.arcontactus-widget .messanger.email span {background: #ff8400}
.arcontactus-widget .messanger.contact span {background: #7eb105}
.arcontactus-widget .messanger.call-back span {background: #54cd81}
.arcontactus-widget .messanger span {position: absolute;left: 10px;top: 50%;margin-top: -20px;display: block;width: 40px;height: 40px;border-radius: 50%;background-color: #0084ff;margin-right: 10px;color: #FFF;text-align: center;vertical-align: middle}
.arcontactus-widget .messanger span i, .arcontactus-widget .messanger span svg {width: 24px;height: 24px;vertical-align: middle;text-align: center;display: block;position: absolute;top: 50%;left: 50%;margin-top: -12px;margin-left: -12px}
.arcontactus-widget .messanger span i {font-size: 24px;line-height: 24px}
.arcontactus-widget .messanger p {margin: 0;font-size: 14px;color: rgba(0,0,0,.87)}
@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

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

/*Widget news*/
.sticky-inside{position: sticky;top: var(--sticky-wg-menu);}
.wrapper-sidebar > div.news_wg {background: #f3f3f3;padding: 15px;margin-bottom: 15px;}
.wrapper-sidebar > div.news_wg h3{font-weight:bold;text-align:center;font-size:17px;text-transform: uppercase;margin-bottom: 10px;}
.wrapper-sidebar .first-news_wg {margin-bottom: 10px;}
.wrapper-sidebar .first-news_wg span{color:#000;font-size: 19px;margin: 10px 0px;display: block;font-weight: 600;}
.wrapper-sidebar .news_wg {margin-bottom: 10px;display: block;overflow: hidden;padding-bottom: 10px;margin-bottom: 10px;border: 1px solid #e9e9e9;padding: 5px;border-radius: 5px;margin-bottom: 20px;}
.wrapper-sidebar .news_wg .item{display: block;overflow: hidden;margin: 10px 0px;}
.wrapper-sidebar .news_wg .item img {display: inline-block;float: left;width: 70px;}
.wrapper-sidebar .news_wg .item span {display: inline-block;float: left;width: calc(100% - 70px);padding-left: 15px;overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;font-size: 13px;font-weight: 600;color: #000;}

/* End col right */


/*Menu left in*/
.widget-title {font-size: 18px;position: relative;color: #000;font-weight: 600;margin-bottom: 2rem;text-transform: uppercase;}
.widget-title:after{
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
    position:absolute;
    content:'';
}
.menu_mega_in {/* position: sticky; *//* top: var(--sticky-wg-menu); */z-index: 2;position: sticky;top:90px;}
.menu_mega_in .title_menu {background: #c40316;padding: 10px;text-align: center;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 15px;}
.menu_mega_in .title_menu .title_ {margin-left: -10px;}
.menu_mega_in .title_menu .nav_button {float: left;margin-left: 15px;}
.menu_mega_in .title_menu .nav_button i {}
.menu_mega_in:hover .menu_all_site {display: block !important;/* position: absolute; */left: 0;z-index: 0;right: 0;background: #fff;z-index: 9;}
.menu_mega_in .menu_all_site {position: relative;/* z-index: 9; *//* background: #fff; */}
.menu_mega_in .menu_all_site .nav-left {background: #fff;}
.menu_mega_in .menu_all_site .nav-left::-webkit-scrollbar {background: #ffffff;width: 2px;height: 11px;}
.menu_mega_in .menu_all_site .nav-left::-webkit-scrollbar-thumb {background: #f7f7f7;border-radius: 50px;}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 {/* padding: 0px 15px; */position: relative;border-bottom: 1px solid #f0f0f0;padding-right: 30px;}
.menu_mega_in .menu_all_site .nav-left li:last-child a {border-bottom: none !important;}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a {color: #000;display: block;/* border-bottom: 1px solid #f9f9f9; */padding: 8px 0px;font-size: 16px;position: relative;z-index: 8;/* border-bottom: 1px dashed #e7e7e7; */font-weight: 300;}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a img {display: inline-block;margin-right: 10px;float: left;margin-top: 5px;}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a:hover {color: var(--color-main);/* background: rgb(116 116 116 / 20%); */}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1:last-child {border: none;}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one {/* position: absolute; *//* left: 100%; *//* width: 250px; */background: #fff;z-index: 9;/* top: -1px; *//* border: 1px solid #f0f0f0; */border-left: 1px solid #e8e8e8;/* display: none; */}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2:nth-child(3n+4) {clear: both;}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 a {font-size: 14px;display: block;/* margin-bottom: 5px; *//* border: none; */padding-left: 15px;}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1:hover .nav-right_one {display: block;}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two {position: absolute;left: 100%;width: 250px;background: #fff;z-index: 9;top: -1px;border: 1px solid #f0f0f0;border-left: 1px solid var(--color-main);display: none;}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2:hover .nav-right_two {display: block;}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two .nav-item.lv3 a {background: none;font-weight: normal;text-transform: inherit;color: #000;padding-left: 15px;}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two .nav-item.lv3 a:hover {color: #c40316;}
.menu_mega_in i {font-size: 20px;color: #000;margin-right: 5px;position: relative;z-index: 9;/* display: none; */top: 2px;}
.menu_mega_in ul li span {/* color: #000; */font-size: 13px;margin-left: 5px;position: absolute;top: 10px;right: 0;cursor: pointer;}
.rotate-180 {transform: rotate(180deg);}
.menu_mega_in ul li span i {transition: 0.3s;}
.menu_mega_in ul li a.active {font-weight: 600 !important;color: #000 !important;}
.has-child{font-weight: 600 !important;}

/*End menu left */

/*Loading */
#loading {position: fixed;z-index: 9999;top: 0;bottom: 0;left: 0;right: 0;background: #dee3f0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.loader {width: 48px;height: 48px;background: #fff;border-radius: 50%;position: relative;animation: roll 1s ease-in-out infinite alternate;display: inherit;}
.loader:after {content: "";position: absolute;inset: 5px;border-radius: 50%;border: 5px solid ;border-color: #007cd2 transparent;}
@keyframes roll {
    0% {
        transform: translateX(-150%) rotate(0deg) ;
    }

    100% {
        transform: translateX(150%) rotate(360deg);
    }
}

/* service */
#service {margin: 30px 0px;}
.servicehome-normal{display: block;border-radius: 15px;position: relative;margin-bottom: 20px;transition: 0.5s;}
.servicehome-normal .pic-servicehome-normal {margin-bottom: 0px;border-radius: 15px;position: relative;}
.servicehome-normal .pic-servicehome-normal:after {content: '';top: 0;bottom: 0;left: 0;right: 0;position: absolute;background: linear-gradient(to bottom,transparent,#000);}
.servicehome-normal .pic-servicehome-normal img {width: 100%;}
.servicehome-normal .pic-servicehome-best img {width: 100%;}
.servicehome-normal .name-servicehome {color: #fff;font-size: 24px;font-weight: 600;margin: 15px 0px 15px;}
.servicehome-normal .name-servicehome.text-split {-webkit-line-clamp: 2;}
.servicehome-normal .info-servicehome-normal {position: absolute;left: 0;right: 0;bottom: 0;padding: 15px;text-align: center;transform: translateY(75px);transition: 0.5s}
.servicehome-normal .time-servicehome {color: #ffffff;margin-bottom: 0.25rem;font-size: 13px;}
.servicehome-normal .desc-servicehome {color: #fff;margin-bottom: 0px;font-size: 14px;font-weight: normal;-webkit-line-clamp: 3;height: 63px;}
.servicehome-normal .link-servicehome:hover {background: rgb(1 84 147 / 100%)}
.servicehome-normal .link-servicehome {position: absolute;bottom: -20px;background: rgb(1 84 147 / 60%);display: block;left: 10%;right: 10%;padding: 10px;border-radius: 50px;text-align: center;color: #fff;font-size: 15px;opacity: 0;}
.servicehome-normal:hover .info-servicehome-normal {transform: translateY(0px);}
.servicehome-normal:hover,.owl-service .owl-item.active.center .servicehome-normal {}
.servicehome-normal:hover .link-servicehome,.owl-service .owl-item.active.center .servicehome-normal .link-servicehome {opacity: 1;}
.servicehome-normal:hover .name-servicehome,.owl-service .owl-item.active.center .servicehome-normal .name-servicehome {color: var(--color-main);}
.servicehome-normal:hover .desc-servicehome,.owl-service .owl-item.active.center .servicehome-normal .desc-servicehome {opacity: 1;}

/* building */
.building_home-normal{}
.building_home-normal .pic-building_home-normal {}
.building_home-normal .info-building_home-normal {}
.building_home-normal .info-building_home-normal h3 {color: #000;font-size: 16px;text-align: center;padding: 10px;border-bottom: 1px solid rgb(120 120 120);font-weight: 600;}
.building_home-normal .info-building_home-normal h3:hover {color: #007cd2;}

/*Css Call-Phone */
.call-now-button{/* display:none; */z-index: 999;clear:both;margin:0 auto;position:fixed;border-radius:50px;bottom: 130px;background: red;left: 25px;color: #fff;}
.call-now-button div{display:flex}
.call-now-button div p{color:#fff;display:table;padding:10px;border-radius:21px;height:34px;line-height:14px;font-size:14px;margin:8px 5px 8px 50px;text-transform:uppercase;font-weight:normal;text-align:center;box-sizing:content-box;text-decoration:none!important;box-sizing:border-box;font-weight: bold;}
.call-now-zalo p.call-text a:link{color:#ffffff;}
.quick-call-button{display:none}
.call-now-zalo{/* display:none; */z-index: 999;clear:both;margin:0 auto;position:fixed;border-radius:50px;bottom: 110px !important;background: #007cd2 !important;left: 25px;color: #fff;min-width: 170px;}
.call-now-zalo div{display:flex;}
.call-now-zalo div img{
    max-width: 35px;
    height: 35px;
    margin: 8px;
}
.call-now-zalo div p{color:#fff;display:table;padding:10px;border-radius:21px;height:34px;line-height:14px;font-size:14px;margin:8px 5px 8px 50px;text-transform:uppercase;font-weight:normal;text-align:center;box-sizing:content-box;text-decoration:none!important;box-sizing:border-box;font-weight: bold;}
.call-now-zalo div p a{color:#fff;}

.call-now-button p.call-text a:link {color: #ffffff;}
.quick-call-button {display: none}
.call-now-button.call-now-button-2{bottom: 270px;}
.call-now-button {/* display:none; */z-index: 9999;clear: both;margin: 0 auto;position: fixed;border-radius: 50px;bottom: 190px;background: red;left: 25px;color: #fff;}
.call-now-button div {display: flex}
.call-now-button div p {color: #fff;display: table;padding: 10px;border-radius: 21px;height: 34px;line-height: 14px;font-size: 14px;margin: 8px 5px 8px 50px;text-transform: uppercase;font-weight: normal;text-align: center;box-sizing: content-box;text-decoration: none!important;box-sizing: border-box;font-weight: bold;}
.quick-alo-ph-circle {width: 100px;height: 100px;top: -25px;left: -25px;position: absolute;background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 5px solid rgba(30,30,30,.4);opacity: 1;-webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;-o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;animation: quick-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%}
.quick-alo-ph-circle-fill {width: 80px;height: 80px;top: -15px;left: -15px;position: absolute;background-color: #000;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: 1;-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.quick-alo-ph-btn-icon {width: 50px;height: 50px;top: -2px;left: -2px;position: absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: 1;-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;animation: quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.quick-alo-ph-btn-icon i {color: #fff;font-size: 30px;background: red;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Tab accordion */
#accordionExample .card {margin-bottom: 15px;border-bottom: 1px solid #ccc;border-radius: 0px 0px 5px 5px;}
#accordionExample .card-header {padding: 0px;}
#accordionExample .btn-link-question {display: block;width: 100%;text-align: left;padding: 10px 20px;color: #000;font-weight: bold;}

/*Button*/
.link-more {border-radius: 5px;display: inline-block;padding: 0.6rem 2rem;color: #fff;font-weight: 600;cursor: pointer;margin-bottom: 10px;border: 1px solid var(--color-main);overflow: hidden;position: relative;z-index: 1;background: var(--color-main);}
.link-more i {/* color: green; */margin-left: 12px;font-size: 20px;float: right;}
.link-more:before {content: '';position: absolute;right: 0;width: 0;height: 100%;background: #fff;z-index: -1;transition: 0.4s;bottom: 0;}
.link-more:hover {color: var(--color-main);}
.link-more:hover:before {width: 100%;left: 0;right: auto;}

.line-bottom-nlt{}
.line-bottom-nlt:after{content:'';height: 60%;background: #edeeef;left: 0;right: 0;bottom: 0;position: absolute;z-index: -1;/* opacity: 0; */}
.line-bottom-nlt:before{content:'';width: 105%;left: -2.5%;position: absolute;border-radius: 50%;z-index: 1;bottom: calc(60% - 70px);background: #edeeef;height: 140px;z-index: -1;}


#feedback {padding: 40px 0px;background: #edeeef;}
.feedback-item:hover{box-shadow: 0px 20px 28px rgb(200 200 200);}
.feedback-item {padding: 15px;background: #fff;margin: 3px;text-align: center;border-radius: 5px;transition: 0.5s;margin: 40px 15px;border: 1px solid #e7e7e7;}
.feedback-item:hover .feedback-item_img img {transform: rotate(5deg);}
.feedback-item .feedback-item_img {margin-bottom: 15px;border-radius: 50%;overflow: hidden;max-width: 125px;margin: 0 auto 15px;}
.feedback-item .feedback-item_text {}
.feedback-item .feedback-item_text a{display:inline-block;padding: 10px 20px;background: var(--color-main);color:#fff;border-radius: 12px;margin-bottom: 10px;text-transform: uppercase;font-weight: 600;}
.feedback-item .feedback-item_text a:hover{opacity:0.9;}
.feedback-item:hover .feedback-item_text h3 {color: var(--color-main);}
.feedback-item .feedback-item_text h3 {font-size: 17px;font-weight: bold;color: #000;/* padding: 10px; *//* text-transform: uppercase; */height: 40px;display: flex;align-items: center;justify-content: center;}
.feedback-item .feedback-item_text p {color: #565656;text-align: center;font-size: 14px;font-style: italic;-webkit-line-clamp: 5;}


#channel{padding: 40px 0px;background: var(--color-main);}
.title-channel{font-weight: bold;text-transform: uppercase;margin-bottom: 20px;margin-top:15px;font-size: 24px;color: #fff;}
.text-w-all{padding: 15px;background: #bdbcbc;margin-bottom:15px;}
.tiktok-embed{margin:0px !important;}
.line-xh{height: 4px;background: #fff;margin:30px 0px;}
.follow-us{}
.follow-us p{
    display: block;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}   

.detail-cat{
    font-size: 14px;
    text-transform: uppercase;
}
.detail-cat a{color:#bdbcbc;font-weight:600}
.promotion{
    background: #dee2e6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #2E7D32;
    margin-top: 8px;
}
.list-chat{}
.list-chat a{display:block;text-align:center;padding:10px 10px;background:#000;margin-bottom:10px;border-radius:5px;color:#fff;}
.list-chat a.btn-chat-fb{background:#21569a}
.list-chat a.btn-chat-zl{background:#00abff}
.list-chat a.btn-chat-si{background:orange}
.list-chat a.btn-chat-le{background: #d70000;}

.attr-quantity{
    display: flex;
    align-items: center;
    font-size: 17px;
}
.product-all-in{padding:10px;border:1px solid #ccc;height: 800px;}
.amazingslider-video-wrapper-1 video{
    width: 100%;height: 100%;object-fit: cover;
}
.html5boxVideoControls{opacity: 0;}




.giuseart-nav {
    position: fixed;
    
right: 10px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 70px;
    
padding: 10px 0;
    border: 1px solid #f2f2f2;
}

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

.giuseart-nav ul li {
    list-style: none!important;
}

.giuseart-nav ul>li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.giuseart-nav ul>li .chat_animation {
    display: none
}

.giuseart-nav ul>li a i.ticon-heart {
    background: url(../images/nemthangloichinhhang.map_.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(../images/nemthangloichinhhang-zalo-1.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav li .button {
    background: transparent;
}

.giuseart-nav ul>li a i.ticon-angle-up {
    /*background: url(../images/nemthangloichinhhang.muiten.png) no-repeat;*/
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
    /* top: 35px; */
    /* font-size: 10px; */
    /* font-weight: bold; */
    /* text-transform: none; */
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    /* width: 27px; */
    /* font-size: 26px; */
    /* margin-top: 12px; */
}

.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}

.giuseart-nav ul>li a i.ticon-messenger {
    background: url(../images/nemthangloichinhhang-massage.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    /* width: 27px; */
    /* font-size: 26px; */
    /* margin-top: 12px; */
}

.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(../images/nemthangloichinhhang.sms_.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.icon-phone-w {
    background: url(../images/phone-1.png) no-repeat;
    background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
    display: block;
    padding-top: 35px;
}

@media only screen and (max-width: 600px) {
    .giuseart-nav li .chat_animation {
        display:block !Important
    }

    .giuseart-nav li .button .phone_animation {
        box-shadow: none;
        position: absolute;
        /* top: -16px; */
        /* left: 50%; */
        /* transform: translate(-50%,0); */
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #6cb917;
        line-height: 15px;
        /* border: 2px solid white; */
        /* background: url(../images/nemthangloichinhhang-massage.png) no-repeat; */
        background-size: contain;
        width: 36px;
        height: 36px;
        /* display: block; */
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .giuseart-nav ul>li a {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .giuseart-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }

    .giuseart-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
        position: relative;
    }

    .phone-mobile {
        display: block !important
    }
}
.cover-tuvan{
    margin: 15px 0px;
    margin-top: 0px;
}
.cover-tuvan .title-tuvan{
    margin-bottom: 15px;
    font-size: 18px;
}
.form-tuvan .row{margin:0px -6px;}
.form-tuvan .col-md-6,.form-tuvan .col-md-12{padding:0px 6px}
.form-tuvan{
    position: relative;
    padding: 10px;
    background: var(--color);
    border-radius: 5px;
}
.form-tuvan .invalid-feedback{color:#ff0}
.tuvan-input{position:relative;/* margin-bottom:10px; */}
.tuvan-input input,.tuvan-input textarea{padding:0px;font-size: 14px;text-indent:10px;border-radius:0px;background:#fff;height: 40px;border:none;border-radius: 5px;}
.tuvan-input textarea{height:60px;text-indent:0px;padding:10px}
.tuvan-button{position:absolute;right:10px;top:10px;}
.tuvan-button button[type=submit]{border:0px;color: var(--color-orange);background: none;display:inline-block;/* padding:5px 20px; */text-transform:uppercase;font-family:var(--font-Condensedbold);cursor:pointer;font-size: 20px;height: 40px;width: 40px;}

.tuvan-input input::-webkit-input-placeholder{color:#333;}
.tuvan-input input:-moz-placeholder{color:#333;}
.tuvan-input input::-moz-placeholder{color:#333;}
.tuvan-input input:-ms-input-placeholder{color:#333;}
.tuvan-input textarea::-webkit-input-placeholder{color:#333;}
.tuvan-input textarea:-moz-placeholder{color:#333;}
.tuvan-input textarea::-moz-placeholder{color:#333;}
.tuvan-input textarea:-ms-input-placeholder{color:#333;}


.pre-box-sale-block {
    margin: var(--pre-box-sale-margin);
    overflow: visible;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.pre-box-sale-block > h3 {
    height: 42px;
    line-height: 42px;
    background-color: #f44336;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.31);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.pre-box-sale-block > h3 span {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: none;
    width: auto;
    height: 42px;
    line-height: 42px;
    position: relative;
    margin: 0;
    font-weight: bold;
    color:var(--pre-box-sale-text_color);
}
.pre-box-sale-block > h3 span.icon::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 8px 10px 0;
    background-color: #00f3bb;
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    bottom: 5px;
    left: 3px;
    z-index: 1;
}
.pre-box-sale-block > h3 span i {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
}
.pre-box-sale-block > h3 span i.ico-star {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.pre-box-sale-block > h3 span i.ico-star.left {
    background-image: url(../images/product-sale/star-2.png);
    left: 8px;
    top: -18px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0, 0);
    -moz-transform: translateY(20px) scale(0, 0);
    -ms-transform: translateY(20px) scale(0, 0);
    -o-transform: translateY(20px) scale(0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-star.left {
    -webkit-animation: star 3s infinite;
    -o-animation: star 3s infinite;
    animation: star 3s infinite;
    -webkit-animation: star 3s infinite 300ms 0 ease;
    -moz-animation: star 3s infinite 300ms 0 ease;
    -ms-animation: star 3s infinite 300ms 0 ease;
}
.pre-box-sale-block > h3 span i.ico-star.right {
    background-image: url(../images/product-sale/star-1.png);
    right: 12px;
    top: -25px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0, 0);
    -moz-transform: translateY(20px) scale(0, 0);
    -ms-transform: translateY(20px) scale(0, 0);
    -o-transform: translateY(20px) scale(0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-star.right {
    -webkit-animation: star 3s infinite 0.2s;
    -o-animation: star 3s infinite 0.2s;
    animation: star 3s infinite 0.2s;
    -webkit-animation: star 3s infinite 0.2s 300ms 0 ease;
    -moz-animation: star 3s infinite 0.2s 300ms 0 ease;
    -ms-animation: star 3s infinite 0.2s 300ms 0 ease;
}
.pre-box-sale-block > h3 span i.ico-triangle.right-1 {
    background-image: url(../images/product-sale/triangle-3.png);
    width: 8px;
    height: 11px;
    top: -40px;
    right: 13px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-triangle.right-1 {
    -webkit-animation: firework 3s infinite 0.3s;
    -o-animation: firework 3s infinite 0.3s;
    animation: firework 3s infinite 0.3s;
    -webkit-animation: firework 3s infinite 0.3s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.3s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.3s 300ms 0 ease;
    transform-origin: 0 100%;
}
.pre-box-sale-block > h3 span i.ico-triangle.right-2 {
    background-image: url(../images/product-sale/triangle-1.png);
    width: 10px;
    height: 7px;
    top: -12px;
    right: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-triangle.right-2 {
    -webkit-animation: firework 3s infinite 0.4s;
    -o-animation: firework 3s infinite 0.4s;
    animation: firework 3s infinite 0.4s;
    -webkit-animation: firework 3s infinite 0.4s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.4s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.4s 300ms 0 ease;
    transform-origin: 0 100%;
}
.pre-box-sale-block > h3 span i.ico-triangle.right-3 {
    background-image: url(../images/product-sale/triangle-2.png);
    width: 12px;
    height: 4px;
    top: -24px;
    right: -2px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-triangle.right-3 {
    -webkit-animation: firework 3s infinite 0.5s;
    -o-animation: firework 3s infinite 0.5s;
    animation: firework 3s infinite 0.5s;
    -webkit-animation: firework 3s infinite 0.5s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.5s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.5s 300ms 0 ease;
    transform-origin: 0 100%;
}
.pre-box-sale-block > h3 span i.ico-triangle.left-1 {
    background-image: url(../images/product-sale/triangle-4.png);
    width: 8px;
    height: 11px;
    top: -25px;
    left: 0px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-triangle.left-1 {
    -webkit-animation: firework 3s infinite 0.3s;
    -o-animation: firework 3s infinite 0.3s;
    animation: firework 3s infinite 0.3s;
    -webkit-animation: firework 3s infinite 0.3s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.3s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.3s 300ms 0 ease;
    transform-origin: 100% 0;
}
.pre-box-sale-block > h3 span i.ico-triangle.left-2 {
    background-image: url(../images/product-sale/triangle-5.png);
    width: 10px;
    height: 7px;
    top: -29px;
    left: 10px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-triangle.left-2 {
    -webkit-animation: firework 3s infinite 0.4s;
    -o-animation: firework 3s infinite 0.4s;
    animation: firework 3s infinite 0.4s;
    -webkit-animation: firework 3s infinite 0.4s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.4s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.4s 300ms 0 ease;
    transform-origin: 100% 0;
}
.pre-box-sale-block > h3 span i.ico-triangle.left-3 {
    background-image: url(../images/product-sale/triangle-6.png);
    width: 12px;
    height: 4px;
    top: -6px;
    left: -6px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-triangle.left-3 {
    -webkit-animation: firework 3s infinite 0.5s;
    -o-animation: firework 3s infinite 0.5s;
    animation: firework 3s infinite 0.5s;
    -webkit-animation: firework 3s infinite 0.5s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.5s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.5s 300ms 0 ease;
    transform-origin: 100% 0;
}
.pre-box-sale-block > h3 span i.ico-line.line-1 {
    background-image: url(../images/product-sale/line-2.png);
    width: 12px;
    height: 11px;
    top: -37px;
    right: 0px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-line.line-1 {
    -webkit-animation: firework 3s infinite 0.3s;
    -o-animation: firework 3s infinite 0.3s;
    animation: firework 3s infinite 0.3s;
    -webkit-animation: firework 3s infinite 0.3s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.3s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.3s 300ms 0 ease;
    transform-origin: 0 100%;
}
.pre-box-sale-block > h3 span i.ico-line.line-2 {
    background-image: url(../images/product-sale/line-1.png);
    width: 10px;
    height: 14px;
    top: -32px;
    right: 30px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-line.line-2 {
    -webkit-animation: firework 3s infinite 0.4s;
    -o-animation: firework 3s infinite 0.4s;
    animation: firework 3s infinite 0.4s;
    -webkit-animation: firework 3s infinite 0.4s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.4s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.4s 300ms 0 ease;
    transform-origin: 0 100%;
}
.pre-box-sale-block > h3 span i.ico-line.line-3 {
    background-image: url(../images/product-sale/line-3.png);
    width: 14px;
    height: 9px;
    top: -16px;
    left: -13px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
}
.pre-box-sale-block.animated > h3 span i.ico-line.line-3 {
    -webkit-animation: firework 3s infinite 0.5s;
    -o-animation: firework 3s infinite 0.5s;
    animation: firework 3s infinite 0.5s;
    -webkit-animation: firework 3s infinite 0.5s 300ms 0 ease;
    -moz-animation: firework 3s infinite 0.5s 300ms 0 ease;
    -ms-animation: firework 3s infinite 0.5s 300ms 0 ease;
    transform-origin: 100% 0;
}
.pre-box-sale-block > h3 span i.ico-gift {
    margin-top: -28px;
    margin-right: 5px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 60px;
    height: 69px;
    background-size: contain;
    background-image: url(../images/product-sale/ico-gift.png);
    background-repeat: no-repeat;
    background-position: center 19px;
    margin-left: 3px;
}
.pre-box-sale-block > h3 span.ttl::before {
    display: none;
    content: "";
    width: 40px;
    background-image: url(../images/product-sale/light-blur.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    top: 0;
    bottom: 1px;
    position: absolute;
    z-index: 2;
    -webkit-animation: light-ttl 3s infinite;
    -o-animation: light-ttl 3s infinite;
    animation: light-ttl 3s infinite;
    -webkit-animation: light-ttl 3s infinite 300ms 0 ease;
    -moz-animation: light-ttl 3s infinite 300ms 0 ease;
    -ms-animation: light-ttl 3s infinite 300ms 0 ease;
}
.pre-box-sale-block.animated > h3 span.ttl::before {
    display: inline-block;
}

@keyframes star {
    0% {
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(20px) scale(0, 0);
        -moz-transform: translateY(20px) scale(0, 0);
        -ms-transform: translateY(20px) scale(0, 0);
        -o-transform: translateY(20px) scale(0, 0);
    }
    20% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -o-transform: translateY(0) scale(1, 1);
    }
    85% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -o-transform: translateY(0) scale(1, 1);
    }
}
@-webkit-keyframes star {
    /*Safari and Chrome*/
    0% {
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(20px) scale(0, 0);
        -moz-transform: translateY(20px) scale(0, 0);
        -ms-transform: translateY(20px) scale(0, 0);
        -o-transform: translateY(20px) scale(0, 0);
    }
    20% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -o-transform: translateY(0) scale(1, 1);
    }
    85% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -o-transform: translateY(0) scale(1, 1);
    }
}
@-webkit-keyframes firework {
    /*Safari and Chrome*/
    0% {
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
    }
    10% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
    85% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes firework {
    /*Safari and Chrome*/
    0% {
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
    }
    10% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
    85% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}
@keyframes firework {
    0% {
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
    }
    10% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
    85% {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes light-ttl {
    /*Safari and Chrome*/
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@-moz-keyframes light-ttl {
    /*Safari and Chrome*/
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@keyframes light-ttl {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.pre-box-sale-block .pre-box-sale__content {
    border: 1px solid #ddd;
    background: none;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
    overflow: hidden;
}


.pricepromotion-block-pro-detail{}
.pricepromotion-block-pro-detail label{
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border: 1px solid #e2e2e2;
    margin-right: 0.3rem;
    border-radius: 5px;
    background: #fff;
}
.pricepromotion-block-pro-detail label.active{
    background: #cd3d72;
    color: #fff !important;
    border-color: #cd3d72;
}

.pricepromotion-block-pro-detail label input{
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}
.pricepromotion-block-pro-detail span{
    display: block;
    color: #cd3d72;
    font-weight: bold;
    font-family: var(--font-Condensedbold);
    font-size: 15px;
}

.phone-mobile {
    display: none;
}

.giuseart-nav {
    position: fixed;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    /* width: auto; */
    z-index: 150;
    bottom: 0px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}

.product-gifts-container {
    margin-bottom: 20px;
}

.gift-summary {
    background-color: #f4f7ff;
    border-left: .2px solid #dcddff;
    border-radius: 8px 8px 0 0;
    border-right: .2px solid #dcddff;
    border-top: .2px solid #dcddff;
    padding: 15px;
    width: 100%;
}

.gift-summary__details {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gift-summary__text {
    color: #262b38;
}

.gift-summary__price {
    color: #133ebf;
    font-weight: 600;
}

.gift-scroll {
    overflow-x: auto;
    cursor: pointer;
}

.gift-list-scroll {
    border: .2px solid #dcddff;
    border-radius: 0 0 8px 8px;
    position: relative;
    width: auto;
    display: flex;
}

.gift-item {
    align-content: stretch;
    align-items: stretch;
    border: .2px solid #dcddff;
    /* display: flex; */
    flex-direction: row;
    /* justify-content: flex-start; */
    width: -moz-max-content;
    /*width: max-content;*/
}

.gift-product {
    flex: 1;
    max-width: 190px;
    /*min-width: 190px;*/
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    transition: all .2s ease;
}

.gift-product__image {
    height: 80px;
    margin: 0 auto 10px;
    width: 80px;
}

.gift-product__image img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gift-product__title {
    font-size: 12px;
    margin-bottom: 5px;
    min-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #262b38;
    display: -webkit-box;
    font-weight: 600;
    overflow: hidden;
}

.gift-product__original-price {
    font-size: 12px;
    color: #9f9f9f;
    text-decoration: line-through;
}

/* Modal styles */
.gift-modal-overlay {
    z-index: 100000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
}

.gift-modal-content {
    background: #fff;
    border-radius: 8px;
    max-width: 1196px;
    width: 100%;
    box-shadow: 0 12px 36px rgba(20, 20, 60, 0.18);
    position: relative;
    padding: 26px 22px 18px 22px;
    max-height: 88vh;
    overflow-y: auto;
    animation: fadeIn .13s;
}

@keyframes fadeIn {
    0% {
        transform: scale(.86);
        opacity: .7;
    }

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

.gifts-title {
    position: relative;
}

.gifts-title:after, .gifts-title:before {
    background: #dcddff;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: calc(50% - 52px);
}

.gifts-title:before {
    left: 0;
}

.gifts-title:after {
    right: 0;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 15px;
    min-height: 27px;
    padding: 0 15px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    background: #fff;
    color: #262b38;
    text-align: center;
}
.box-gift__body .control-dev{
    width: 30px;
    height: 30px;
}
#chungnhan-main{padding-bottom: 2rem;}
.payments-us{display:flex;gap: 5px;}
.payments-us a{}

.list-widget-news{
    position: sticky;
    top: 85px;
}
.list-widget-news h4{
    background: linear-gradient(275deg, #0f500e 0%, #0f500e 100%);
    color: #fff;
    width: 100%;
    letter-spacing: .8px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.list-widget-news .list-news-right{}
.list-widget-news .list-news-right a{
    display: flex;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.8rem;
}
.list-widget-news .list-news-right a span{
    float: left;
    width: 32px;
    height: 32px;
    background: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
    content: counter(li);
    padding-top: 1px;
}
.list-widget-news .list-news-right a p{
    width: calc(100% - 37px);
    margin: 0;
    color:#000;
}
.list-widget-news .list-news-right a:hover p{color:var(--color-main)}

.product_promo {
    background: linear-gradient(249.83deg, #eff5ff 3.89%, rgba(244, 251, 255, .25) 65.75%);
    border: 1px solid #609afa;
    border-radius: 8px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}