@charset "UTF-8"; :root { --color-red: #ff0000; --clr-text-white: #ffffff; --clr-text-primary: #000000; --clr-text-secondary: #333; --clr-web-active: #1561A7; --clr-web-tone: #EC9D2B; --clr-web-btn: #EC9D2B; --gradient: linear-gradient(270deg, #B87E2B 0%, #D39E2A 100%); --font-title: 'UTM'; --font-bold: 'Roboto-b'; --font-medium: 'Roboto-m'; --font-regular: 'Roboto';--font-con: 'Condensed'; } 

/* TODO: General */
.main__title { text-align: center; margin-bottom: 1.5rem; } 
.main__title h2,
.main__title :not(.main__time) span { font-family: var(--font-title); font-size: clamp(24px, 3.5vw, 30px); color: var(--clr-web-tone); } 
.main__time { text-align: left; color: var(--clr-text-secondary); margin-top: 1rem; } 
.main__time i { margin-right: 0.25rem; } 
.main__time span { display: inline-block; } 
.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.share b { display: block; margin-bottom: 5px; } 
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: -webkit-calc(1em + 1.25rem + 8px); height: -moz-calc(1em + 1.25rem + 8px); height: calc(1em + 1.25rem + 8px); } 
.custom-form-row { margin-right: -10px; margin-left: -10px; } 
.custom-form-row > .col, .custom-form-row > [class*="col-"] { padding-right: 10px; padding-left: 10px; } 
.text-sm { font-size: 0.875rem !important; } 
.social-plugin iframe { z-index: 1 !important; } 
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: -webkit-calc(50% - 45px / 2); top: -moz-calc(50% - 45px / 2); top: calc(50% - 45px / 2); } 
.control-owl button { opacity: 0.3; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; font-size: 25px; margin: 0px; background-color: #000000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } 
.control-owl button:hover { opacity: 1; } 
.control-owl button.owl-prev { left: 20px; } 
.control-owl button.owl-next { right: 20px; } 
.rps-xl--visible,.rps-lg--visible,.rps-md--visible { display: none; } 
.rps-xl--hidden,.rps-lg--hidden,.rps-md--hidden { display: block; } 


/* TODO: Translate */ 
body { top:0px !important; } 
.skiptranslate iframe { display:none !important; } 
.goog-te-banner-frame { display: none; } 
.goog-logo-link { display:none !important; } 
.goog-te-gadget { color: transparent !important; height: 30px !important; } 
.goog-te-gadget .goog-te-combo { color: #3b3b3b !important; padding: 9px 4px; font-size: 13px; width: 125px; border: 1px solid var(--c1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
.goog-te-gadget span { display: none; } 
#google_language_translator { display: none !important; } 
#google_language_translator>div,
#google_language_translator>div>div select { height: 100% !important; width: 100% !important; max-width: 100%; height: 38px !important; cursor: pointer; } 

/* TODO: Lazyload */img.lazy { opacity: 0; } 
img:not(.initial) { -webkit-transition: opacity 1s; -o-transition: opacity 1s; -moz-transition: opacity 1s; transition: opacity 1s; } 
img.initial, img.loaded, img.error { opacity: 1; } 
img:not([src]) { visibility: hidden; } 

/* Social */
.social { gap: 0.25rem 0.55rem; list-style: none; padding: 0; margin: 0; } 
.social li a img { -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } 
.social li a:hover img { -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotate(360deg); -o-transform: rotateZ(360deg); transform: rotateZ(360deg); } 
 
/* TODO: Header */
/* .header { pad } */ 

/* TODO: marquee */
.marquee { position:relative; width:100%; height:-webkit-calc(1.5em * 1); height:-moz-calc(1.5em * 1); height:calc(1.5em * 1); -webkit-transform-origin:50% 100%; -moz-transform-origin:50% 100%; -ms-transform-origin:50% 100%; -o-transform-origin:50% 100%; transform-origin:50% 100%; -webkit-transition:all ease 1s; -o-transition:all ease 1s; -moz-transition:all ease 1s; transition:all ease 1s } 
.marquee .inner { position:absolute; top:0; left:0; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex; -webkit-box-align:end; -webkit-align-items:flex-end; -moz-box-align:end; -ms-flex-align:end; align-items:flex-end; white-space:nowrap } 
.marquee .inner>* { padding:0 1rem } 
 
/* Navigation */ 
.navigation { position: relative; z-index: 199; background: var(--clr-web-tone); /* padding: 5px 0; */-webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } 
.navigation>.navigation__inner { -webkit-column-gap: 4rem; -moz-column-gap: 4rem; column-gap: 4rem; } 
.navigation nav { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; } 
.navigation nav ul { list-style: none; padding: 0; margin: 0; } 
.navigation nav ul:has(.level-0) { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } 
.navigation nav ul li { position: relative; z-index: 1; } 
.navigation nav ul li:is(.has-child) { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -webkit-align-items: baseline; -moz-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } 
.navigation nav ul li .navigation__name::before { position: absolute; content: none; width: 0px; height: 1px; background-color: transparent; left: 0px; bottom: 0px; } 
.navigation nav ul li.active>.navigation__name::before, .navigation nav ul li.active, .navigation nav ul li:hover:not(:last-child) , .navigation nav ul li ul>li:hover { background: var(--clr-web-active); box-shadow: -4px 0px 10px -4px rgba(0, 0, 0, 0.5) inset; } 
.navigation nav ul li:hover>.navigation__name:before { width: 100%; -webkit-transition: all ease 1s; -o-transition: all ease 1s; -moz-transition: all ease 1s; transition: all ease 1s; } 
.navigation nav ul li:is(.has-child)>.navigation__name { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; } 
.navigation nav ul li .navigation__name { display: block; position: relative; font-family: var(--font-medium); font-size: 15px; color: var(--clr-text-white); text-transform: uppercase; padding: 0.645rem 1.5rem; text-decoration: none; overflow: hidden; letter-spacing: 0.75px; } 
.navigation nav ul li.active>.navigation__name,
.navigation nav ul li:hover>.navigation__name { color: var(--clr-text-white); } 
.navigation nav ul li .navigation__button { display: grid; place-items: center; width: 20px; height: 20px; background: transparent; } 
.navigation nav ul li .navigation__button i { font-size: 14px; color: #fff; } 
.navigation nav ul li.has-child:hover>.navigation__name+.navigation__button i,
.navigation nav ul li.has-child.active>.navigation__name+.navigation__button i { color: #fff; } 
.navigation nav ul li.has-child:hover>.navigation__name:is(.level-0)+.navigation__button i { -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotateZ(-90deg); transform: rotateZ(-90deg); } 
.navigation nav ul li.has-child:hover>.navigation__name:not(.level-0)+.navigation__button i { -webkit-transform: rotateZ(-180deg); -moz-transform: rotateZ(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotateZ(-180deg); transform: rotateZ(-180deg); } 
.navigation nav ul li ul { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; min-width: 300px; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; background: #fff; -webkit-box-shadow: 1px 1px 15px #00000026; -moz-box-shadow: 1px 1px 15px #00000026; box-shadow: 1px 1px 15px #00000026; padding: 0.75rem 0; margin-top: -5px; -webkit-transform: perspective(600px) scaleY(1.5) translateY(15px); -moz-transform: perspective(600px) scaleY(1.5) translateY(15px); transform: perspective(600px) scaleY(1.5) translateY(15px); -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-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; } 
.navigation nav ul li:hover>ul { opacity: 1; visibility: visible; -webkit-transform: perspective(600px) scaleY(1) translateY(0); -moz-transform: perspective(600px) scaleY(1) translateY(0); transform: perspective(600px) scaleY(1) translateY(0); -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-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; top: -webkit-calc(100% + 10px); top: -moz-calc(100% + 10px); top: calc(100% + 10px); } 
.navigation nav ul li ul li>ul { left: 100%; top: 0 !important; } 
.navigation nav ul li ul li { isolation: isolate; padding: 0 0.75rem; } 
.navigation nav ul li ul li:not(:last-child):after { content: ''; position: absolute; right: 0.75rem; bottom: 0; left: 0.75rem; z-index: -1; height: 1px; background: #ccc; } 
.navigation nav ul li ul li {padding: 10px;}
.navigation nav ul li ul li .navigation__name { font-size: 15px; text-transform: capitalize; color: #000;  padding: 0;} 
.navigation nav ul>li:nth-child(2n):not(:last-child):before { content: ''; width: 1px; height: 70%; background: #F6CE95; position: absolute; top: 0; right: -20px; } 
.navigation nav ul>li:nth-child(2n+1):not(:first-child):before { content: ''; width: 1px; height: 70%; background: #F6CE95; position: absolute; bottom: 0; right: -20px; } 
.navigation nav ul li ul>li::before { content: none !important; } 
.navigation .navigation__slogan { background: var(--clr-web-active); padding: 6px 0px 0px; color: #fff; font-family: var(--font-bold); font-size: 20px; } 
.navigation .navigation__slogan marquee { margin-bottom: -3px; } 
.navigation nav ul li ul li .navigation__name {-webkit-line-clamp: 2;overflow: hidden;display: -webkit-box;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;}

/* TODO: Mmenu */
.menu-res { height: 55px; z-index: 100; background: var(--color-main); position: relative; display: none; } 
.menu-bar-res { height: 55px; padding: 0px 15px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; } 
#hamburger { display: block; width: 35px; height: 23px; position: relative; } 
#hamburger:before, #hamburger:after, #hamburger span {background: var(--clr-web-tone);content: "";display: block;width: 100%;height: 3px;position: absolute;left: 0px;} 
#hamburger:before { top: 0px; } 
#hamburger span { top: 10px; } 
#hamburger:after { top: 20px; } 
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; -o-transition: none 0.5s ease 0.5s; -moz-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; -o-transition-property: top, bottom, left, opacity, -o-transform; -moz-transition-property: transform, top, bottom, left, opacity, -moz-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform, -moz-transform, -o-transform; transition-property: transform, top, bottom, left, opacity, -webkit-transform; } 
.search-res-w100 { width: -webkit-calc(100% - 45px); width: -moz-calc(100% - 45px); width: calc(100% - 45px); -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; } 
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; } 
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; } 
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 
.mm-menu_opened { display: block !important; } 
.mm-slideout { z-index: unset; } 

 
/* Search Block */
.search__block { --child-height: 40px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-box-shadow: rgba(0, 0, 0, 0.15) -10px 0px 27px -10px inset; -moz-box-shadow: rgba(0, 0, 0, 0.15) -10px 0px 27px -10px inset; box-shadow: rgba(0, 0, 0, 0.15) -10px 0px 27px -10px inset; } 
.search__block .search__block-inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 340px; height: var(--child-height); } 
.search__block .search__button { display: grid; place-items: center; width: 40px; font-size: 16px; color: #fff; background: none; } 
.search__block .search__input { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 13px; color: #fff; text-indent: 10px; background: none; padding: 0 0 0 15px; } 
.search__block .search__input::-webkit-input-placeholder { /* autoprefixer: off */ color: #ccc; } 
.search__block .search__input:-ms-input-placeholder { /* autoprefixer: off */ color: #ccc; } 
.search__block .search__input:-moz-placeholder { /* autoprefixer: off */ color: #ccc; } 
.search__block .search__input::placeholder { /* autoprefixer: off */ color: #ccc; } 


/* Search Toggle */
.search__toggle { --height: 30px; position: relative; } 
.search__toggle .search__icon { display: grid; place-items: center; width: 30px; height: var(--height); font-size: 17px; color: #fff; cursor: pointer; background: #A56E1E; border-radius: 50px; } 
.search__toggle .search__icon.active { color: var(--color-red); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #fff; } 
.search__toggle .search__grid { opacity: 0; overflow: hidden; position: absolute; top: 50px; right: 0px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 0px; height: var(--height); border: 1px solid var(--color-red); -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; background: #fff; padding: 0rem 0.25rem; } 
.search__toggle .search__grid .search__button { display: grid; place-items: center; width: 35px; font-size: 17px; color: var(--color-red); background: none; } 
.search__toggle .search__grid .search__input { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; color: var(--color-red); text-indent: 10px; } 
.search__toggle .search__grid input::-webkit-input-placeholder { /* autoprefixer: off */ color: #ccc; } 
.search__toggle .search__grid input:-moz-placeholder { /* autoprefixer: off */ color: #ccc; } 
.search__toggle .search__grid input::-moz-placeholder { /* autoprefixer: off */ color: #ccc; } 
.search__toggle .search__grid input:-ms-input-placeholder { /* autoprefixer: off */ color: #ccc; } 


/* TODO: Search Responsive */
.search-res { position: relative; } 
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 42px; color: #ffffff; font-size: 17px; margin: 0px; } 
.search-res .icon-search.active { color: var(--color-main); background: #ffffff; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } 
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid var(--color-main); z-index: 2; opacity: 0; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; line-height: normal; } 
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-main); line-height: 40px; text-align: center; } 
.search-res .search-grid input { width: -webkit-calc(100% - 35px); width: -moz-calc(100% - 35px); width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: var(--color-main); } 
.search-res .search-grid input::-webkit-input-placeholder { /* autoprefixer: off */ color: #313131; } 
.search-res .search-grid input:-moz-placeholder { /* autoprefixer: off */ color: #313131; } 
.search-res .search-grid input::-moz-placeholder { /* autoprefixer: off */ color: #313131; } 
.search-res .search-grid input:-ms-input-placeholder { /* autoprefixer: off */ color: #313131; } 

/* TODO: Slideshow */
.slideshow { position: relative; z-index: 10;}
.slideshow__inner {background: #fff;}
.slideshow-item { display: block; cursor: pointer; } 
.slideshow:hover .control-slideshow { opacity: 1; } 
.control-slideshow { opacity: 0; } 

 
/* TODO: Breadcrumb */
.breadCrumbs { background-color: #eee; } 
.breadCrumbs .wrap-content { padding: 0.75rem 15px; } 
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } 
.breadCrumbs .wrap-content .breadcrumb-item a { color: #212529; } 
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #6c757d; } 
 
/* TODO: Video */
.video { cursor: pointer; margin-bottom: 1rem; } 
.video .video-image { position: relative; margin-bottom: 0.75rem; } 
.video .video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: 50%; left: 50%; -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); -ms-transform: translate(-50% , -50%); -o-transform: translate(-50% , -50%); transform: translate(-50% , -50%); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); } 
.video .video-name { text-align: center; font-size: 16px; color: #212529; margin-bottom: 0px; } 
#video-select select { width: 100%; height: 50px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin-top: 20px; border: 1px solid #E8E8E8; padding: 5px 10px; } 

/* TODO: Video */ 
.video .video__list { --space-vertical: 0.75rem; margin: 0 0 -webkit-calc(-1 * var(--space-vertical)); margin: 0 0 -moz-calc(-1 * var(--space-vertical)); margin: 0 0 calc(-1 * var(--space-vertical)); } 
.video .video__item { margin: 0 0 var(--space-vertical); cursor: pointer; } 
.video__photo { position: relative; } 
.video__photo:before { --width: 88px; --height: 88px; content: ''; position: absolute; top: -webkit-calc(50% - var(--height)/2); top: -moz-calc(50% - var(--height)/2); top: calc(50% - var(--height)/2); left: -webkit-calc(50% - var(--width)/2); left: -moz-calc(50% - var(--width)/2); left: calc(50% - var(--width)/2); z-index: 1; width: var(--width); height: var(--height); background: url(../images/plai.png) center / contain no-repeat; } 
.video__name { font-family: var(--font-bold); font-size: 15px; color: #000; text-align: center; } 
.video__item:hover .video__name { color: var(--color-red); } 

/* TODO: */
.video-main { position:relative; height:320px; } 
.video-main iframe { position:absolute; width:100%; height:100%; top:0px; left:0px; } 
.subvideo { width: 100%; height:320px; overflow: hidden; } 
.runvideo { margin: -5px 0px; } 
.asubvideo { margin: 5px 0px; } 

/* TODO: Album */
.album { cursor: pointer; } 
.album .album-image { margin-bottom: 0.75rem; position: relative; } 
.album-expand { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: #00000033; opacity: 0; } 
.album-expand i { font-size: 35px; color: #fff; } 
.album:hover .album-expand { opacity: 1; } 
.album .album-name { margin-bottom: 0px; text-align: center; } 
.album .album-name a { display: block; font-size: 16px; color: #212529; margin-bottom: 0px; } 

/* TODO: Brand */
.wrap-brand { margin-bottom: 50px; padding: 0px 15px; } 
.wrap-brand .wrap-content { position: relative; } 
.brand { display: block; border: 1px solid #eee; max-width: 160px; margin: 0px auto; } 

/* TODO: Product */
.product__list.flex-list { --columns: 5; --space-horizontal: 9.5px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); } 
.product__item { padding: 10px; border: 1px solid #E8E8E8; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #fff; } 
.product__info-inner { position: relative; display: block; margin-bottom: .5rem; } 
.product__info { text-align: center; margin-top: 1rem; } 
.product__name { margin-bottom: .25rem; } 
.product__name a { font-size: 16px; color: #212529; } 
.product__name a.text-split { -webkit-line-clamp: 1; } 
.product__name a:hover { color: var(--color-red); } 
.price-product { margin-bottom: 0px; } 
.price-product span:is(:nth-child(1)) { font-weight: 700; } 
.price-new { font-size: 15px; font-weight: 500; color: var(--color-red); } 
.price-old { padding-left: 10px; font-size: 14px; color: #6c757d; text-decoration: line-through; } 
.price-per { position: absolute; top: 15px; right: -11px; color: #ffffff; background: var(--color-red); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; width: 63px; height: 40px; padding: 8px; font-size: 14px; text-align: center; line-height: 25px; -webkit-filter: drop-shadow(0px 4px 4px rgba(35, 35, 35, 0.15)); filter: drop-shadow(0px 4px 4px rgba(35, 35, 35, 0.15)); background: url(../images/item2.png) no-repeat center / cover; } 
.cart-product { margin-bottom: 0px; } 
.cart-product span { cursor: pointer; color: #ffffff; text-transform: capitalize; text-align: center; } 
 

/* ? Quickview */
#popup-quickview .modal-dialog { max-width: 1140px; } 
.box-quickview { position: absolute; right: 15px; top: 50%; -webkit-transform: translate(150% , -50%); -moz-transform: translate(150% , -50%); -ms-transform: translate(150% , -50%); -o-transform: translate(150% , -50%); transform: translate(150% , -50%); display: grid; opacity: 0; z-index: 10; } 
.product-quick-view { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; background-color: var(--color-main); width: 40px; height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; cursor: pointer; } 
.product-quick-view i { color: #fff; font-size: 14px; } 
.product__item-inner:hover .box-quickview { opacity: 1; -webkit-transform: translate(0% , -50%); -moz-transform: translate(0% , -50%); -ms-transform: translate(0% , -50%); -o-transform: translate(0% , -50%); transform: translate(0% , -50%); } 
.product-quick-view:hover { background-color: var(--color-active); } 


/* TODO: Product Detail */ 
.left-pro-detail { position: relative; text-align: center; } 
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #ffffff; } 
.gallery-thumb-pro { position: relative; margin-top: 10px; } 
.owl-pro-detail { padding: 0px 30px; } 
.control-pro-detail button { background-color: transparent; color: #222222; opacity: 1; width: 25px; font-size: 23px; } 
.control-pro-detail button:hover { opacity: 0.7; } 
.control-pro-detail button.owl-prev { left: 0px; } 
.control-pro-detail button.owl-next { right: 0px; } 
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; background-color: #ffffff; } 
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; } 
.thumb-pro-detail img { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-filter: brightness(100%) !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; } 
.title-pro-detail { text-transform: capitalize; font-size: 20px; display: block; font-weight: 700; } 
.comment-pro-detail { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; justify-content: flex-start; } 
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; } 
.desc-pro-detail { margin-bottom: 1rem; } 
.attr-pro-detail { list-style: none; padding: 0px; } 
.attr-pro-detail li { 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; } 
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; } 
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: var(--color-main); } 
.price-old-pro-detail { font-weight: 500; color: #6c757d; text-decoration: line-through; padding-left: 10px; } 
.color-pro-detail { cursor: pointer; display: inline-block; vertical-align: top; position: relative; width: 35px; height: 30px; margin: 0px 0px 3px 0px; border: 1px solid transparent; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; background-position: center center; } 
.size-pro-detail { cursor: pointer; border: 1px solid #ccc; padding: 3px 10px 4px 10px; display: inline-block; position: relative; } 
.size-pro-detail.active { border-color: #e5101d; color: #e5101d; } 
.color-pro-detail.active { border-color: #e5101d; color: #e5101d; } 
.size-pro-detail.active:after { content: ""; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); } 
.color-pro-detail.active:after { content: ""; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); } 
.color-pro-detail input[type="radio"] { display: none; } 
.size-pro-detail input[type="radio"] { display: none; } 
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; } 
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: #5f5f5f; cursor: pointer; font-size: 22px; border: 1px solid #cccccc; } 
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; } 
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; } 
.quantity-pro-detail input { height: 30px; border: 1px solid #cccccc; width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); width: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; } 
.cart-pro-detail { margin-bottom: 1rem; } 
.cart-pro-detail a { font-size: 14px; color: #ffffff !important; text-transform: uppercase; } 
.btn-cart-main { background-color: var(--color-main); border-color: var(--color-main); color: #ffffff !important; } 
.btn-cart-main:hover { background-color: var(--color-hover); border-color: var(--color-hover); } 
.cart-pro-detail a:first-child { margin-right: 0px; margin-bottom: 0.5rem; } 
.cart-pro-detail a i { display: none; } 
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; } 
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; } 
.tabs-pro-detail { margin-top: 2rem; } 
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 13px; } 
.tabs-pro-detail .nav-tabs .nav-link.active { border-top-color: po555555; } 
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; } 

/* TODO:Xem thêm*/
.content_product { overflow: hidden; max-height: 450px; } 
.content_product.h-full { height: 100% !important; max-height: 100%; } 
.show-more { font-size: 14px; } 
.show-more::before { height: 55px; margin-top: -45px; content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(.2, #fff), to(rgba(255, 255, 255, 0))); display: block; } 
 

/* TODO: News */
.news { margin-bottom: 2rem; } 
.news .news__name { margin-bottom: 0.5rem; } 
.news .news__name a { color: #333; font-size: 16px; line-height: 1.5; } 
.news .news__name a.text-split { -webkit-line-clamp: 2; } 
.news .news__name a:hover { color: var(--color-hover); } 
.news .news__time { color: #84878a; margin-bottom: 0.25rem; } 
.news .news__desc { color: #333333; margin-top: 5px; line-height: 22px; } 
.othernews b { margin-bottom: 10px; } 
.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-hover); } 

/* TODO: Contact */
.contact-article { margin-bottom: 3rem; } 
.contact-input { position: relative; margin-bottom: 15px; } 
.contact-input textarea { resize: none; height: 150px; } 
.contact-input .custom-file-label::after { content: attr(title); } 
.contact-map { position: relative; height: 500px; } 
.contact-map iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; } 

/* TODO: Toc */
.box-readmore { padding:8px 15px; border:1px solid #dedede; margin-bottom:2rem; -webkit-border-radius:5px; -moz-border-radius:5px; 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; } 

/* TODO: Newsletter */
.newsletter-slogan { margin-bottom: 0.5rem; color: #6c757d; } 
.newsletter-input { position: relative; } 
.newsletter-button { margin-top: 5px; } 
.newsletter-button input[type="submit"] { text-transform: uppercase; font-weight: 500; } 

/* TODO: Footer */
.footer-article {background-color: #f4f4f4;position: relative;z-index: 1;} 
.footer-article:before {content: '';width: 100%;height: 1px;background: var(--clr-web-btn);bottom: 68px;left: 0;position: absolute;z-index: -1;}
.footer-title { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-weight: 500; } 
.footer-ul { list-style: none; padding: 0px; margin: 0px; } 
.footer-ul li { margin-bottom: 10px; } 
.footer-ul li:last-child { margin-bottom: 0px; } 
.footer-ul li a { color: #212529; } 
.footer-ul li a:hover { text-decoration: underline; } 
.footer__info { color: #fff; margin-bottom: 2rem; } 
.footer__policy { list-style: none; padding: 0; margin: 0; } 
.footer__policy li:not(:last-child) { margin-bottom: 10px; } 
.footer__policy li a { font-size: 14px; color: #fff; } 
.footer__policy li a:hover { text-decoration: underline; } 
.footer-tags { background: #eee; } 
.footer-tags .wrap-content { padding: 30px 15px; } 
.footer-tags-lists { list-style: none; padding: 0px; margin: 0px; } 
.footer-tags-lists li { float: left; } 
.footer-tags-lists li a { padding-bottom: 0.375rem; } 
.footer-powered { color: #ffffff; background-color: var(--clr-web-tone); text-align: center; } 
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 15px; } 
.footer-statistic { text-align: right; } 
.footer-statistic span { padding-right: 10px; } 
.footer-statistic span:last-child { padding-right: 0px; } 
#footer-map { position: relative; height: 500px; } 
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; } 

.footer-article__inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } 
.footer-article--1 { width:56.153846%; } 
.footer-article--2 {position: absolute;top: 0;right: 0;width: 40%;display: grid;place-items: center;height: 100%;background: var(--clr-web-tone);z-index: 1; padding: 55px;} 
.footer__title { font-family: var(--font-bold); font-size: 18px; color: #fff; padding-bottom: 7px; position: relative; margin-bottom: 10px; } 
.footer__title.has-line:before { content: ''; width: 50px; height: 3px; background: var(--clr-web-tone); position: absolute; bottom: 0; left: 0; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; } 
.footer__name {font-size: 20px;font-family: var(--font-medium);color: #fff;text-transform: uppercase;margin-bottom: 9px;} 

/* TODO: FOOTER MAPS TAB */
.footer_map_tab { width: 100%; height: 500px; clear:both; position: relative; } 
.map_frame { width: 100%; height: 100%; } 
.map_frame iframe { width: 100%; height: 100%; } 
.wrap_map { width: 100%; position: absolute; top: 30px; left: 0; } 
.flex_map .map_items { background: var(--clr-web-btn); -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; border: 1px solid var(--clr-web-btn); } 
.flex_map .map_items.active,
.flex_map .map_items:hover { background: var(--clr-american-green) !important; border: 1px solid var(--clr-american-green) !important; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; } 


/* TODO: Like Share */
.social-plugin { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-box-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; justify-content: flex-start; } 
.social-plugin .at-share-btn { margin-bottom: 0px !important; } 
.social-plugin .zalo-share-button { margin-left: 3px; width: 30px !important; height: 30px !important; } 

/* TODO: Paging */
.pagination-home { margin-top: 2.5rem; } 
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 0.875rem; } 
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; } 

/* TODO: Paging Ajax */
.pagination-ajax { text-align: center; margin-top: 30px; } 
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: #666 !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #ffffff; font-family: var(--font-bold); } 
.pagination-ajax a.current, .pagination-ajax a:hover { color: #ffffff !important; border-color: #e6e6e6; background-color: var(--clr-web-tone); } 
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; } 
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; } 
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); } 
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); } 
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); } 
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); } 
.pagination-ajax a:nth-child(1),
.pagination-ajax a:nth-child(2) { display: none; } 


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

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

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

/* TODO: Scroll Top */
/* TODO: 
.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; } */
.scrollToTop { position:fixed; bottom:65px; right:25px; height:50px; width:50px; cursor:pointer; display:block; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; z-index:1001010; opacity:0; visibility:hidden; -webkit-transform:translateY(20px); -ms-transform:translateY(20px); -moz-transform:translateY(20px); -o-transform:translateY(20px); transform:translateY(20px); -webkit-transition:all 400ms linear; -o-transition:all 400ms linear; -moz-transition:all 400ms linear; transition:all 400ms linear } 
.scrollToTop.active-progress { opacity:1; visibility:visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0) } 
.scrollToTop::before { position:absolute; font-family: "Font Awesome 6 Pro"; content:"\f102"; text-align:center; line-height:50px; font-size:20px; color: #fff; background: var(--clr-web-btn); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; left:0; top:0; height:50px; width:50px; cursor:pointer; display:block; z-index:1; -webkit-transition:all 400ms linear; -o-transition:all 400ms linear; -moz-transition:all 400ms linear; transition:all 400ms linear } 
.scrollToTop svg path { fill:none } 
.scrollToTop svg.progress-circle path { stroke:var(--color-main); stroke-width:4; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-transition:all 400ms linear; -o-transition:all 400ms linear; -moz-transition:all 400ms linear; transition:all 400ms linear } 
 
/* TODO: Transition All */
.transition,
.control-owl button, 
.carousel-comment-media .carousel-control a span, 
.menu ul li a.has-child:after, 
.menu ul li ul, 
.menu ul li:hover > ul, 
.scale-img img, 
.scale-img:hover > img, 
.btn-frame .kenit-alo-circle-fill, 
.support-online .kenit-alo-circle-fill { -webkit-transition: 0.3s all; -o-transition: 0.3s all; -moz-transition: 0.3s all; transition: 0.3s all; } 

/* TODO: Scale IMG */
.scale-img { overflow: hidden; display: block; } 
.scale-img img { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } 
.scale-img:hover > img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } 

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

/* TODO: Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; } 
.btn-frame i { width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: var(--clr-web-btn); position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; } 
.btn-frame i img { vertical-align: middle; width: 70%; } 
.btn-frame .animated.infinite { -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; } 
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: var(--clr-web-btn); opacity: 0.5; } 
.btn-frame .zoomIn { -webkit-animation-name: zoomIn; -moz-animation-name: zoomIn; -o-animation-name: zoomIn; animation-name: zoomIn; } 
.btn-frame .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } 
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; } 
.btn-frame .pulse { -webkit-animation-name: pulse; -moz-animation-name: pulse; -o-animation-name: pulse; animation-name: pulse; } 

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

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

/* TODO: Messenger */
.js-facebook-messenger-container.closed { display: none !important; } 
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; color: #404040; background: #fff; } 
.js-facebook-messenger-tooltip.closed { display: none !important; } 
.js-facebook-messenger-box, .js-facebook-messenger-button { z-index: 999; } 
.js-facebook-messenger-tooltip { z-index: 999; display: none; position: fixed; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1000000000000000019884624838656; } 
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px; } 
.js-facebook-messenger-box { z-index: 999; } 
.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; -moz-animation-name: rubberBand; -o-animation-name: rubberBand; animation-name: rubberBand; } 
.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } 
.js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; } 
.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 56px; height: 56px; text-align: center; background: var(--clr-web-btn); -webkit-border-radius: 100%; -moz-border-radius: 100%; 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 { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 
.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 13px; left: 12px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out, -o-transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -moz-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out, -moz-transform 160ms ease-in-out, -o-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; } 
.js-facebook-messenger-box.rotate svg#close-icon { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 
.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 19px; left: 19px; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out, -o-transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -moz-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out, -moz-transform 160ms ease-in-out, -o-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; } 
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; } 
.js-facebook-messenger-container { position: fixed; opacity: 0; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); bottom: 110px; right: 90px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; pointer-events: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out, -o-transform 160ms ease-in-out; -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -moz-transform 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out, -moz-transform 160ms ease-in-out, -o-transform 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; } 
.js-facebook-messenger-top-header { width: 220px; color: #ffffff; background: var(--color-phone); display: block; position: relative; width: 220px; background: var(--color-phone); color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; } 
.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe { -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; } 
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; } 
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; } 
.js-facebook-messenger-top-header { color: #ffffff; background: var(--color-phone); width: 220px; } 
.js-facebook-messenger-tooltip { color: #404040; background: #fff; } 
.js-facebook-messenger-container.open { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; pointer-events: all; } 
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; } 
.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0; } 
.js-facebook-messenger-box.rotate.open svg#close-icon { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 
.js-facebook-messenger-box.open svg#close-icon { opacity: 1; } 

/* TODO: Cart Fix */
.cart-fixed { position: fixed; right: 20px; bottom: 480px; z-index: 10; background: var(--color-phone); width: 50px; height: 50px; text-align: center; color: #fff !important; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; } 
.cart-fixed i { font-size: 20px; } 
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: var(--color-main); text-align: center; line-height: 25px; font-size: 11px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } 

/* TODO: Toolbar */
.toolbar { background: var(--clr-web-tone); padding: 2vw; bottom: 5px; position: fixed; z-index: 500; height: auto; left: 5px; right: 5px; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; border-radius: 0.5rem; } 
.toolbar ul { list-style: none; padding: 0px; margin: 0px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; } 
.toolbar ul li { text-align: center; width: 25%; } 
.toolbar ul li a { display: block; width: 100%; cursor: pointer; } 
.toolbar ul li a img { height: 6vw; width: auto; } 
.toolbar ul li a span { font-weight: 400; color: #ffffff; font-size: 3vw; display: block; } 

/* TODO: Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; height: 50px; } 
.fixbar ul { margin: 0px; padding: 0px; list-style: none; } 
.fixbar ul li { margin: 0 auto 10px; text-align: center; width: 25%; float: left; } 
.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; } 
.fixbar .icon-cart-mobile { background: url(../images/cart-mobile.png) no-repeat; } 
.cart-total-header-mobile { font-size: 10px; position: absolute; background: red; color: #fff !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; } 
.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; } 
.fixbar ul li a i { font-size: 20px; } 

/* TODO: Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; } 
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; } 
.plugbar ul li { width: 20%; float: left; } 
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; } 
.plugbar ul li a i { font-size: 20px; color: #696969; } 
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: -webkit-calc(50% - 50px / 2); left: -moz-calc(50% - 50px / 2); left: calc(50% - 50px / 2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } 

/* TODO: Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; } 
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; } 
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; } 
.support-online a { display: block; } 
.support-online a span { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-align: center; background: #67b634; padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; -webkit-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-animation: headerAnimation 0.7s 1; -moz-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; } 
.support-online a:hover span { display: block; } 
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #67b634 transparent transparent; position: absolute; left: -10px; top: 10px; } 
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; background-color: rgba(0, 175, 242, 0.5); opacity: 0.75; right: -10px; } 
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: 0.1; border-color: #0089b9; opacity: 0.5; } 
.support-online .support-online .btn-support { cursor: pointer; } 
.support-online .mes i { background: orange; } 
.support-online .sms i { background: red; } 
.support-online .call-now i { background: green; } 

/* TODO: Phone Switch */
.widget-mobile { position: fixed; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 10px; z-index: 9999999; } 
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; } 
.wcircle-open .wcircle-icon i:before { content: "\f00d"; } 
.wcircle-icon { background: #1282fc; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: relative !important; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; } 
.wcircle-icon:before { position: absolute; content: ""; width: 60px; height: 60px; background: rgba(18, 130, 252, 0.5); border: 1px solid #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; } 
.wcircle-icon:after { position: absolute; content: ""; width: 80px; height: 80px; background: rgba(18, 130, 252, 0.5); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; } 
.wcircle-menu { position: absolute !important; left: 0; top: 0; display: none; } 
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; } 
.wcircle-menu-item img { width: 50px; height: 50px; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } 
.wcircle-menu-item i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; } 
.wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; } 
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; -moz-animation: shake-anim 1s infinite ease-in-out; -o-animation: shake-anim 1s infinite ease-in-out; animation: shake-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%; } 

/* TODO:*/
.box-sticky { position: sticky; position: -webkit-sticky; top: 80px; } 
.category-box .title-category { margin:0; text-align: left; padding: 8px 15px; background-color: var(--clr-web-tone); } 
.title-category span { color:#fff!important; font-size:16px; text-transform:uppercase; font-family: var(--font-bold); } 
.category-box ul { padding:0px; margin:0; list-style:none; } 
.category-box i { margin-right: 5px; } 
.box_category_list { max-height: 500px; overflow-y:auto; padding:0; list-style:inside; background-color: #fff; border: solid 1px #eee; border-top: none; } 
.box_category_list li { position:relative; list-style: none; } 
.box_category_list > li:first-child { border-top: none; } 
.box_category_list li a { font-size:14px; color: #666;; text-transform:capitalize; line-height:1.5; padding:5px 15px; } 
.box_category_list li a:hover { color: var(--color-hover); } 
.box_category_list li span { margin-top: 5px; } 
.box_category_list li span i { color: #ccc !important; } 
.box_category_list li .toggle { position:absolute; right:0; text-align:center; top:0; right:5px; cursor:pointer } 
.box_category_list li .toggle i { color:#ccc } 
.box_category_list li ul { display: block; } 
.box_category_list li ul li { padding: 0px 15px; } 
.box_category_list li ul li a { text-transform: capitalize; } 

/* TODO: width */
.box-sticky ::-webkit-scrollbar { width: 3px; } 

/* TODO: Track */
.box-sticky ::-webkit-scrollbar-track { background: #ccc; } 

/* TODO: Handle */
.box-sticky ::-webkit-scrollbar-thumb { background: var(--color-main); } 

/* TODO: Handle on hover */
.box-sticky ::-webkit-scrollbar-thumb:hover { background: var(--color-hover); } 

/* Newsletter */ 
.newsletter__button { position: relative; width: 28%; padding: 5px; background: var(--clr-web-tone); margin: auto; } 
.newsletter__input, .newsletter__textarea { width: 100%; position: relative; } 
.newsletter__input,
.newsletter__textarea { margin-bottom: 10px; } 
.newsletter__input input { height: 50px; } 
.newsletter__input input,
.newsletter__textarea textarea { font-size: 14px; color: #666; border: 1px solid var(--clr-web-tone); background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.newsletter__textarea textarea { height: 171px; } 
.newsletter__input input::placeholder,
.newsletter__input input:focus,
.newsletter__textarea textarea::placeholder,
.newsletter__textarea textarea:focus { /* autoprefixer: off */ font-size: 14px; color: #666; background: #fff; box-shadow: none !important; } 
.newsletter__button input { height: 36px; font-family: var(--font-bold); font-size: 15px; color: #fff; text-transform: uppercase; outline: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: var(--clr-web-tone); padding: 0px 60px 0 20px; width: 100%; border: 1px solid #fff; transition: all 300ms ease; } 
.newsletter__button input::placeholder,
.newsletter__button input:focus { /* autoprefixer: off */ box-shadow: none !important; } 
.newsletter__button:hover,
.newsletter__button:hover input { color: #fff; background: var(--clr-web-active); transition: all 300ms ease; } 
.newsletter__input span { position: absolute; top: 44%; right: 5%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; } 
.newsletter__button span { position: absolute; top: 48%; right: 13%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; } 
.newsletter__textarea span { position: absolute; top: 10px; right: 10px; color: #fff; } 

/* !============! */ 
/* ? Header*/
.header { padding: 13px 0px; } 
.header-left { display: flex; align-items: center; justify-content: space-between; gap: 25px; } 
.header-right { position: relative; z-index: 1; } 
.header-right:before {content: url(../images/item-td.png);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: .5;animation: xoayvong 60s infinite 0s ease;z-index: -1;} 

/* ? Intro */
.introFeatured-left { width: 42.692308%; } 
.introFeatured-right { width: 53.846154%; } 
.introFeatured__photo-box .introFeatured__photo { transform: scale(1,.775); transition: all 600ms ease; } 
.introFeatured__photo-box.slick-center .introFeatured__photo { transform: scale(1,1); transition: all 600ms ease; } 
.introFeatured__photo-box:is(.slick-current.slick-active) .introFeatured__photo { position: relative; z-index: 1; } 
.introFeatured__photo-box:not(.slick-current.slick-active) .introFeatured__photo { margin: 0px 0; position: relative; z-index: 0; } 
.introFeatured__photo-box:is(.slick-current.slick-active) .introFeatured__photo-inner,
.introFeatured__photo-box:is(.slick-current.slick-active) .introFeatured__photo-inner img { border-radius: 15px; padding: 3px; background: #fff; } 

.introFeatured__quote { font-size: 34px; font-family: var(--font-medium); color: var(--clr-text-secondary); } 
.introFeatured-name { font-size: 45px; font-family: var(--font-title); text-transform: uppercase; color: var(--clr-web-btn); margin-bottom: .5rem; } 
.introFeatured__desc { --line-clamp: 10; margin-bottom: 1.5rem; font-size: 15px; line-height: 25px; } 
.introFeatured-line { margin-bottom: 1.5rem; } 
.btn__intro .btn__inner { background: var(--gradient); font-size: 15px; color: #fff; padding: 8px 37px 8px 20px; border-radius: 50px; border: 1px solid var(--clr-web-tone); } 

/* ? OrgModelFeatured */
.btn__main { width: max-content; } 
.btn__main .btn__inner { display: flex; align-items: center; gap: 5px; } 

/* ? OrgModelFeatured */
.wrap-orgModelFeatured { background-color: var(--clr-web-tone); background-image: url(../images/bg-mh.png); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 70px 0 20px; position: relative; z-index: 2; } 
.orgModelFeatured-left { width: 48.076923%; } 
.orgModelFeatured-right { width: 47.692308%; } 
.orgModelFeatured__photo img { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); } 
.orgModelFeatured__photo-inner,
.orgModelFeatured__photo-inner img { border-radius: 0 30px; } 
.orgModelFeatured__quote { color: #fff; font-size: 30px; font-family: var(--font-medium); } 
.orgModelFeatured-name { color: #fff; font-size: 35px; font-family: var(--font-title); --line-clamp: 1; } 
.orgModelFeatured__desc { font-size: 15px; --line-clamp: 7; margin-bottom: 1.5rem; line-height: 25px; color: #fff; } 
.btn__orgModel { margin-left: auto; } 
.btn__orgModel .btn__inner { background: var(--clr-web-active); font-size: 15px; color: #fff; padding: 8px 37px 8px 20px; border-radius: 50px; border: 1px solid var(--clr-web-tone); } 


/* ? post */
.wrap-postFeatured { position: relative; z-index: 1; } 
/* .wrap-postFeatured:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: url(../images/item-td.png) no-repeat center / cover; animation: xoayvong 60s ease infinite; } */
.wrap-postFeatured:after { content: url(../images/td123.png); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: xoayvong 60s ease infinite; zoom: .5; z-index: -2; } 
.wrap-postFeatured:before {height: 200px;width: 100%;position: absolute;top: 0;left: 0;background: linear-gradient(180deg, rgba(238,167,65,1) 0%, rgba(255,255,255,0) 100%);content: '';z-index: -1;} 
.postFeatured__main { padding: 20px 0; position: relative; } 
.postFeatured__main .owl-stage { margin: 10px 0; } 
.post__item { background: #Fff; padding: 30px 45px; border-radius: 30px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); min-height: 500px; display: grid; place-items: center; } 
.post__name { font-size: 32px; font-family: var(--font-title); color: var(--clr-web-tone); text-transform: uppercase; margin-bottom: .5rem; } 
.post__line { margin-bottom: 1rem; } 
.post__desc { line-height: 25px; font-size: 15px; --line-clamp: 10; margin-bottom: 1rem; } 
.btn__post .btn__inner { background: var(--gradient); font-size: 15px; color: #fff; padding: 8px 37px 8px 20px; border-radius: 50px; border: 1px solid var(--clr-web-tone); } 

/* ? Title */
.title__main { font-size: 35px; font-family: var(--font-title); text-transform: uppercase; color: var(--clr-web-tone); } 
.title__slogan { font-size: 15px; color: var(--clr-web-active); letter-spacing: .75px; margin-bottom: .25rem; } 
.header__home { margin-bottom: 2rem; } 


/* ? Lĩnh vực */
.wrap-actionListFeatured { background: #fff; position: relative; z-index: 2; } 
.linhvuc__list.flex-list { --columns: 2; --space-horizontal: 27.5px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); } 
.action__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } 
.action__photo { width: 50%; } 
.action__info { width: 46.16129%; padding-right: 30px; } 
.action__item { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); } 
.action__name { font-size: 23px; color: var(--clr-web-active); letter-spacing: .75px; line-height: 30px; position: relative; z-index: 1; padding-top: 20px; margin-bottom: 1rem; } 
.action__name:before { width: 30px; height: 2px; background: var(--clr-web-tone); position: absolute; top: 0px; left: 0; content: ''; z-index: 1; } 
.action__desc { font-size: 15px; line-height: 25px; --line-clamp:5; margin-bottom: 1rem; } 
.btn__linhvuc .btn__inner p:last-child { color: var(--clr-web-tone); text-decoration: underline; font-size: 15px; line-height: 25px; } 

/* ? Project */
.wrap-projectListFeatured { background: #F4F4F4; } 
.project__list.flex-list { --columns: 3; --space-horizontal: 10px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); } 
.project__choose__list { margin-top: .25rem; background: #fff; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 0 40px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; width: max-content; max-width: 100%; } 
.project__choose__item { padding: 16px 10px; width: max-content; font-size: 15px; color: var(--clr-web-active); text-transform: uppercase; cursor: pointer; --line-clamp: 1; display: flex; align-items: center; gap: 5px; justify-content: center;font-family: var(--font-con);} 
.project__choose__item:not(:last-child) {border-right: 1px solid #e6e6e6;}
.project__choose__item.active,
.project__choose__item:hover { color: var(--clr-web-tone); transition: all 300ms ease; } 
.project__choose__item p:first-child { border-radius: 50px; background: var(--clr-web-active); padding: 4px 4px; display: grid; place-items: center; } 
.project__choose__item.active p:first-child ,
.project__choose__item:hover p:first-child { background: var(--clr-web-tone); transition: all 300ms ease; } 

.project__item { position: relative; overflow: hidden; z-index: 1; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); } 
.project__item .project__info { position: absolute; top: calc(100% + 1px); transform: translate(0,-100%); padding: 15px 15px 0; width: 100%; background: #fff; transition: all 500ms ease; } 
.project__item .project__info-inner { position: relative; } 
.project__item .project__info .project__info-inner:before { content: ''; width: 5px; height: calc(100% + 10px); position: absolute; left: -15px; bottom: 0; background: var(--clr-web-btn); border-radius: 0 10px; } 
.project__item:hover .project__info { transform: none; transition: all 500ms ease; } 
.project__info .project__name { line-height: 24px; --line-clamp: 2; min-height: 41px; margin-bottom: .5rem; font-size: 15px; font-family: var(--font-medium); text-transform: uppercase; line-height: 20px; } 
.project__info2 .project__name { font-size: 18px; line-height: 24px; margin-bottom: 1rem; } 
.project__time,
.project__router { display: flex; align-items: center; justify-content: start; gap: 5px; margin-bottom: .25rem; } 
.project__router { margin-bottom: 0; } 
.project__item .project__info2 { position: absolute; bottom: 100%; transition: all 500ms ease; width: 100%; height: 100%; display: grid; place-items: center; padding: 25px; background: #653b00b8; } 
.project__item:hover .project__info2 { bottom: 0; transition: all 500ms ease; } 
.project__info2 .project__name { font-size: 16px; font-family: var(--font-medium); line-height: 25px; color: #fff; text-transform: uppercase; } 
.btn__project .btn__inner { background: var(--gradient); font-size: 15px; color: #fff; padding: 8px 37px 8px 20px; border-radius: 50px; border: 1px solid var(--clr-web-tone); } 


/* ? Train*/
.wrap-trainListFeatured { background: #F4F4F4; } 
.train__list.flex-list { --columns: 4; --space-horizontal: 10px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); } 
.train__choose__list { margin-top: .25rem; background: #fff; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 0 40px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; max-width: 100%; width: max-content; margin: .25rem auto 0; } 
.train__choose__item { padding: 16px 30px; width: max-content; font-size: 15px; color: var(--clr-web-active); text-transform: uppercase; cursor: pointer; --line-clamp: 1; display: flex; align-items: center; gap: 5px; justify-content: center;font-family: var(--font-con);} 
.train__choose__item.active,
.train__choose__item:hover { color: var(--clr-web-tone); transition: all 300ms ease; } 
.train__choose__item p:first-child { border-radius: 50px; background: var(--clr-web-active); padding: 4px 4px; display: grid; place-items: center; } 
.train__choose__item.active p:first-child ,
.train__choose__item:hover p:first-child { background: var(--clr-web-tone); transition: all 300ms ease; } 
.train__choose__item:not(:last-child) {border-right: 1px solid #e6e6e6;}


.train__item { position: relative; z-index: 1; } 
.train__item:hover .train__info { background: #653b009f; color: #fff; transition: all 300ms ease; padding-left: 20px; } 
.train__item:hover .train__info:before { opacity: 0; transition: all 300ms ease; } 
.train__item:hover .train__name { color: #fff; transition: all 300ms ease; } 
.train__info { position: absolute; bottom: 0; width: 100%; background: #f4f4f4; padding: 17px 0px; transition: all 300ms ease; } 
.train__info:before { content: ''; width: 70px; height: 3px; background: var(--clr-web-tone); position: absolute; bottom: 0; left: 0; transition: all 300ms ease; } 
.train__name { font-size: 18px; font-family: var(--font-medium); line-height: 20px; text-transform: uppercase; --line-clamp: 1; transition: all 300ms ease; } 


/* ? Criteria*/
.criteria-left { width: 17.384615%; } 
.criteria-center { width: 26.153846%; } 
.criteria-right { width: 45%; position: relative;} 
.criteria-right:before {content: url(../images/item1.png); position: absolute; top: 75%; left: 18%; transform: translate(-50%,-50%);}
.criteria-right:after {content: url(../images/item2.png); position: absolute; top: 73%; right: -30%; transform: translate(-50%,-50%);}

.criteria-left,.wrap-criteria { position: relative; z-index: 1; } 
/* .criteria-left:before { position: absolute; top: 50%; right: 0; transform: translate(18%, -50%); content:url(../images/item-lg.png); }  */
.wrap-criteria:after { position: absolute; top: calc(49% + 3px); right: 100%; left: 0; transform: translate(0%, -50%);content:url(../images/cir.png)  ;z-index: -1; zoom: 1.1;} 

.criterial__item { display: flex; gap: 10px; height: 69px; margin-bottom: 1.25rem; } 
.criterial__icon { width: 5.882353%; } 
.criterial__info { width: 90.388889%; } 
.criterial__name { font-size: 15px; font-family: var(--font-medium); text-transform: uppercase; margin-bottom: .25rem; } 
.criterial__desc { --line-clamp:2; } 
.criteria__inner { padding: 0 10px 0 30px; } 


/* ? Event*/
.wrap-eventListFeatured { background: #F4F4F4; } 
.event__list.flex-list { --columns: 4; --space-horizontal: 10px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); } 
.event__choose__list { margin-top: .25rem; background: #fff; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 0 40px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; max-width: 100%; width: max-content; margin: .75rem auto 3rem; } 
.event__choose__item { padding: 16px 30px; width: max-content; font-size: 15px; color: var(--clr-web-active); text-transform: uppercase; cursor: pointer; --line-clamp: 1; display: flex; align-items: center; gap: 5px; justify-content: center;font-family: var(--font-con);} 
.event__choose__item.active,
.event__choose__item:hover { color: var(--clr-web-tone); transition: all 300ms ease; } 
.event__choose__item p:first-child { border-radius: 50px; background: var(--clr-web-active); padding: 4px 4px; display: grid; place-items: center; } 
.event__choose__item.active p:first-child ,
.event__choose__item:hover p:first-child { background: var(--clr-web-tone); transition: all 300ms ease; } 
.event__choose__item:not(:last-child) {border-right: 1px solid #e6e6e6;}


.event__item { position: relative; z-index: 2; } 
.event__nameList__inner:before { height: 5px; width: calc(100% + 10px); background: #B87E2B; top: 0px; left: 50%; transform: translate(-50%,0); z-index: -1; content:''; position: absolute; clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%); } 
.event__nameList { position: absolute; top: -5px; right: 15px; max-width: calc(100% - 25px); width: max-content; z-index: 10; } 
.event__nameList__inner { display: flex; align-items: center; gap: 20px; background: var(--clr-web-tone); padding: 13px 27px; color: #fff; border-radius: 0 0 5px 5px; margin: revert; justify-content: flex-end; position: relative; } 
.event__nameList__icon { border-radius: 50px; background: #fff; padding: 6px 6.5px; display: grid; place-items: center; color: var(--clr-web-btn); } 
.event__nameList__name { --line-clamp:1; } 

.event__item { background: #fff; box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 14%); border-radius: 5px; } 
.event__photo-inner,
.event__photo-inner img { border-radius: 5px 5px 0 0; } 
.event__info-inner { padding: 20px 15px 15px; } 
.event__time { color: var(--clr-web-tone); margin-bottom: .25rem; } 
.event__time span:last-child { position: relative; top: 1px; } 
.event__name { font-size: 16px; font-family: var(--font-bold); text-transform: uppercase; --line-clamp: 1; -webkit-line-clamp: 1; margin-bottom: .5rem; } 
.event__desc { line-height: 23px; --line-clamp: 2; -webkit-line-clamp: 2; } 
.btn__event { display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; color: #fff; background: var(--clr-web-tone); border-radius: 0 0 5px 5px; text-transform: uppercase; } 


/* ? Certificate */
.certificate__item { border: 5px solid var(--clr-web-tone); } 

/* ? Partner */
.wrap-partner { background: #F4F4F4; } 
.partner__title { width: 20%; } 
.partner__slide { width: 77.692308%; } 
.partner__title-main { font-size: 30px; font-family: var(--font-title); color: var(--clr-web-tone); text-transform: uppercase; } 
.partner__slogan { line-height: 23px; --line-clamp:2; } 
.partner__inner2 .partner__title-main,
.partner__inner2 .partner__slogan { text-align: end; } 
.partner__inner { margin-bottom: 1.25rem; } 
.partner__slide { padding: 16px 10px; background: #fff; border-radius: 20px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); } 


/* ? NewsletterMap*/
 
.newsletterMap-left,
.newsletterMap-right { width: 48.461538%; position: relative; padding: 2px; clip-path: polygon(0 0, 91% 0%, 100% 18%, 100% 100%, 9% 100%, 0 82%); } 
.newsletterMap-right { background: var(--clr-web-btn); } 
.newsletterMap__bg { position: absolute; width: 100%; height: 92%; background: var(--clr-web-tone); left: 0; top: 48%; transform: translateY(-50%); z-index: -1; clip-path: polygon(0 0, 91% 0%, 100% 18%, 100% 100%, 9% 100%, 0 82%); padding: 2px; } 
.newsletterMap__bg-inner { background: #F8F2EA; clip-path: polygon(0 0, 91% 0%, 100% 18%, 100% 100%, 9% 100%, 0 82%); width: 100%; height: 100%; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; } 
.newsletterMap-left { padding: 0 40px; } 

.nlt-flex { display: flex; align-items: center; justify-content: space-between; } 
.nlt-left,
.nlt-right { width: calc(50% - 5px) } 
.newsletterMap_map { clip-path: polygon(0 0, 91% 0%, 100% 18%, 100% 100%, 9% 100%, 0 82%); } 
.newsletterMap_map #footer-map { height: 320px; } 
.newsletterMap__title { font-size: 30px; font-family: var(--font-title); color: #fff; text-transform: uppercase; width: max-content; margin: auto; background:var(--clr-web-tone); padding: 0px 55px; position: relative; z-index: 1; } 
.newsletterMap__slogan { text-align: center; font-size: 15px; line-height: 30px; margin-bottom: 1rem; } 

/* ? inner intro*/
.intro-category .category-title { font-size: 35px; font-family: var(--font-title); color: var(--clr-web-tone); text-transform: uppercase; margin-bottom: 1rem; } 
.intro-category .category-box--inner li.active a,
.intro-category .category-box li:hover a { color: var(--clr-web-active); } 
.intro-category .category-box li.active span i ,
.intro-category .category-box li:hover i { background-color: var(--clr-web-active); transition: all 300ms ease; color: #fff; } 
.intro-category .category-box--inner li { position: relative; padding-right: 30px; } 
.intro-category .category-box--inner li:not(:last-child) { margin-bottom: 20px; } 
.intro-category .category-box--inner li a { font-size: 18px; font-family: var(--font-medium); text-transform: uppercase; } 
.intro-category .category-box--inner li span { position: absolute; width: 30px; height: 30px; text-align: center; /* line-height: 30px; */padding: 5px 5px 1px 5px; top: 0px; right: 0; cursor: pointer; } 
.intro-category .category-box--inner li span i { color: #212121; background-color: #E5F7FF; border-radius: 0.25rem; padding: 4px 7px; font-size: 9px; transition: all 300ms ease; } 


/* ? Footer*/
.footer-atc--top { display: flex; align-items: center; justify-content: space-between; } 
.footer__logo-photo { width: 17.534247%; } 
.footet__logo-info { width: calc(100% - 17.534247% - 20px); } 
.footet__logo__name { font-size: 21px; font-family: var(--font-bold); text-transform: uppercase; color: var(--clr-web-active); letter-spacing: -0.5px; } 
.footet__logo__name2 { font-size: 33px; font-family: var(--font-title); text-transform: uppercase; color: var(--clr-web-tone); text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff, 2px 2px 4px #333; } 
.footet__logo__name3 {font-size: 17px;letter-spacing: 0.17px; font-family: var(--font-bold); color: #8C5400;}
.footer-atc--bottom {padding: 24px 0px;font-size: 13px;}

/* ? */
#main-primary article {position: relative; z-index: 10; background: #fff;} 