@charset "UTF-8";
:root { --color-red: #ff0000; --clr-primary: #333333; --clr-secondary: #555555; --clr-text-white: #ffffff; --clr-text-black: #000000; --clr-text-silver: #cccccc; --clr-text-gray: #eeeeee; --clr-active: #F0D880; --clr-btn: #8D191E; --clr-gradien: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%); --clr-web-tone: #8D191E; --font-title: "UTM"; --font-title-i: "UTM-i"; --font-bold: "Lato-b"; --font-me: "Lato-m"; --font-se: "Lato-s"; --font-regular: "Lato"; --font-boldi: "Lato-bi";--font-sei: "Lato-si"; }

/* 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); text-transform: uppercase; }
.main__time { text-align: left; color: var(--clr-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 { min-height: -webkit-calc(1em + 1.25rem + 8px); min-height: -moz-calc(1em + 1.25rem + 8px); min-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% - 40px / 2); top: -moz-calc(50% - 40px / 2); top: calc(50% - 40px / 2); }
.control-owl button { opacity: 0; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: var(--clr-text-white); width: 40px; height: 40px; text-align: center; font-size: 25px; margin: 0px; background-color: var(--clr-text-black); -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.owl-prev { left: -17px; }
.control-owl button.owl-next { right: -17px; }
.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: var(--clr-primary) !important; padding: 9px 4px; font-size: 13px; width: 125px; border: 1px solid transparent; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.goog-te-gadget span { display: none; }
#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; }

/* TODO: Social */
.social { gap: 0.5rem; 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;  }
.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: Navigation */
.navigation {position: relative;padding: 9px 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:before{content: ''url(../images/item-body.png); position: absolute; top: 0;left: 0;}
.navigation:after{content: ''url(../images/item-body1.png);position: absolute;top: 0;right: 0;}
.navigation>.navigation__inner { -webkit-column-gap: 4rem; -moz-column-gap: 4rem; column-gap: 4rem; flex-direction: column; }
.navigation nav { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 540px; margin-bottom: 1rem; }
.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: ''; width: 0px; height: 1px; background-color: transparent; left: 0px; bottom: 0px; }
.navigation nav ul li.active>.navigation__name::before, .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-bold); font-size: 17px; color: var(--clr-primary); text-transform: capitalize; padding: 0.5rem 0 0.375rem; text-decoration: none; overflow: hidden; }
.navigation nav ul li.active>.navigation__name, .navigation nav ul li:hover>.navigation__name { color: var(--clr-web-tone); }
.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: var(--clr-primary); }
.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: var(--clr-web-tone); }
.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: 250px; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; background: var(--clr-text-white); -webkit-box-shadow: 1px 1px 15px var(--clr-text-black)26; -moz-box-shadow: 1px 1px 15px var(--clr-text-black)26; box-shadow: 1px 1px 15px var(--clr-text-black)26; 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):before { content: ''; position: absolute; right: 0.75rem; bottom: 0; left: 0.75rem; z-index: -1; height: 1px; background: var(--clr-text-silver); }
.navigation nav ul li ul li .navigation__name { font-size: 15px; text-transform: capitalize; padding: 10px 0px 9px 0px; color: var(--clr-text-black); }

/* TODO: Mmenu */
.menu-res { position: relative; z-index: 199; background: var(--clr-web-tone); -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; }
#hamburger { position: relative; display: block; width: 40px; height: 23px; }
#hamburger:before, #hamburger:after, #hamburger span { content: ''; position: absolute; left: 0px; display: block; width: 100%; height: 3px; background: var(--clr-text-black); }
#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; }
.menu-res #menu { display: none; }
.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; }

/* TODO: Search Block */
.search__block { --child-height: 40px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: url(../images/item-search.png), url(../images/item-search3.png), url(../images/item-search2.png); background-repeat: no-repeat; background-position: left center, center, right center; padding-right: 15px; }
.search__block .search__block-inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; height: var(--child-height); border-top: 1px solid var(--clr-web-tone); border-bottom: 1px solid var(--clr-web-tone); }
.search__block .search__button { display: flex; align-items: center; justify-content: center; width: 100px; font-size: 14px; font-family: var(--font-se); color: var(--clr-text-white); background: none; }
.search__block .search__input { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; font-family: var(--font-se); font-size: 15px; color: var(--clr-web-tone); text-indent: 10px; background: none; padding: 0 0 0 15px; }
.search__block .search__input::-webkit-input-placeholder { /* autoprefixer: off */ color: var(--clr-web-tone); }
.search__block .search__input:-ms-input-placeholder { /* autoprefixer: off */ color: var(--clr-web-tone); }
.search__block .search__input:-moz-placeholder { /* autoprefixer: off */ color: var(--clr-web-tone); }
.search__block .search__input::placeholder { /* autoprefixer: off */ color: var(--clr-web-tone); }

/* TODO: Search Toggle */
.search__toggle { --height: 40px; position: relative; }
.search__toggle .search__icon { display: grid; place-items: center; width: 40px; height: var(--height); font-size: 17px; color: var(--clr-text-black); cursor: pointer; }
.search__toggle .search__icon.active { color: var(--color-red); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: var(--clr-text-white); }
.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: var(--clr-text-white); 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: var(--clr-text-silver); }
.search__toggle .search__grid input:-moz-placeholder { /* autoprefixer: off */ color: var(--clr-text-silver); }
.search__toggle .search__grid input::-moz-placeholder { /* autoprefixer: off */ color: var(--clr-text-silver); }
.search__toggle .search__grid input:-ms-input-placeholder { /* autoprefixer: off */ color: var(--clr-text-silver); }

/* TODO: Slideshow */
.slideshow {position: relative;}
.slideshow__main { position: relative; padding: 3px 7px;/* background: url(../images/bg-slide1.png),url(../images/bg-slide2.png); *//* background-repeat: no-repeat; *//* background-size: 44px 100%; *//* background-position: center left, center right; */border: 1px solid var(--clr-web-tone); border-left: 0; border-right: 0; }
.slideshow-item { display: block; cursor: pointer; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.slideshow__item { padding: 2px 0; border: 1px solid var(--clr-web-tone); border-left: 0; border-right: 0; margin-top: 1px; }

/* TODO: Breadcrumb */
.breadCrumbs {background-color: transparent;position: relative;z-index: 200;}
.breadCrumbs .wrap-content {padding: 0.5rem 10px;background: #e3d5d061;}
.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: #8B6B6A; font-family: var(--font-bold); font-size: 15px;}
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #9D7D7C; }

/* 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: var(--clr-text-black); 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 var(--clr-secondary); padding: 5px 10px; }
.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: 69px;--height: 69px;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__photo:after {content: '';position: absolute;top: 12px;left: 12px;z-index: 1;width: calc(100% - 24px);height: calc(100% - 24px);border: 2px solid var(--clr-text-white);}
.video__name { font-family: var(--font-bold); font-size: 15px; color: var(--clr-text-black); text-align: center; }
.video__item:hover .video__name { color: var(--color-red); }
.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: var(--clr-text-black); opacity: 0; }
.album-expand i { font-size: 35px; color: var(--clr-text-white); }
.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: var(--clr-text-black); margin-bottom: 0px; }

/* TODO: Product */
.productMainSlide .owl-stage {margin: .5rem 0;}
.product__list.flex-list { --columns: 4; --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: 5px; background: var(--clr-text-white); }
.product__item .add-cart-hidden { position: absolute; bottom: -50px; left: 0; width: 100%; background: rgb(141, 25, 30, .8); transition: all 300ms ease; text-transform: uppercase; color: var(--clr-text-white); text-align: center; padding: 10px; }
.product__item:hover {transition: all 300ms ease; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.product__item:hover .add-cart-hidden { bottom: 0; top: auto; transition: all 300ms ease; }
.product__photo-box { position: relative; overflow: hidden; }
.product__item-inner { padding: 5px; border: 1px solid #E8E3DC; }
.product__info-inner { position: relative; display: block; margin-bottom: .5rem; }
.product__info { text-align: center; margin-top: 1.25rem; padding: 0px 5px; }
.product__name { margin-bottom: .5rem; font-family: var(--font-se); font-size: 16px; color: var(--clr-text-black); -webkit-line-clamp: 2; height: 40px; line-height: 20px; }
.product__name:hover { color: var(--color-red); }
.price-product { margin-bottom: 0px; }
.price-product span:is(:nth-child(1)) { }
.price-new { font-size: 17px; font-family: var(--font-bold); color: var(--clr-web-tone); }
.price-old { padding-left: 10px; font-size: 14px; color: var(--clr-secondary); text-decoration: line-through; }
.price-per { position: absolute; top: 15px; right: -11px; color: var(--clr-text-white); 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: var(--clr-text-white); 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(--clr-web-tone); width: 40px; height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; cursor: pointer; }
.product-quick-view i { color: var(--clr-text-white); 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 */
.grid-pro-detail { margin-bottom: 1rem; }
.left-pro-detail {position: relative;text-align: center;width: 46.55%;}
.right-pro-detail {width: -webkit-calc(55% - 40px);width: -moz-calc(55% - 40px);width: calc(55% - 40px);}
.left-pro-detail .MagicZoom {border: 1px solid #eee;/* padding: 7px; */-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: var(--clr-text-white);}
.left-pro-detail .khung-detail {position: relative;}
.left-pro-detail .khung-detail:before {content: ''; width: calc(100% - 30px); height: calc(100% - 30px); border: 1px solid #DFB955; position: absolute; top: 15px; left: 15px; z-index: 3;}
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0; }
.control-pro-detail button { background-color: transparent; color: var(--clr-text-black); 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: var(--clr-text-white); }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: var(--clr-secondary); }
.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: clamp(20px, calc(30 / 1200 * 100vw), 30px);display: block;font-family: var(--font-title);color: var(--clr-web-tone);line-height: 1.25;}
.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.75rem;}
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-label-pro-detail-price {font-size: 20px;}
.attr-label-pro-detail-price span {font-size: clamp(15px, calc(22 / 1200 * 100vw), 22px);}
.attr-content-pro-detail {display: inline-block;margin-bottom: 0px;line-height: 1;}
.brand-pro-detail a { background: var(--color-red); color: var(--clr-text-white); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 2px 5px; }
.price-new-pro-detail {font-family: var(--font-title);font-size: clamp(15px, calc(22 / 1200 * 100vw), 22px);color: var(--clr-text-black);}
.price-old-pro-detail {font-weight: 400;color: var(--clr-text-black);text-decoration: line-through;padding-left: 10px;}
.color-pro-detail { cursor: pointer; vertical-align: top; position: relative; width: 48px; height: 32px; margin: 0 8px 5px 0; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; background-position: center center; border: 1px solid #dadada; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.size-pro-detail { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 32px; width: 48px; position: relative; margin: 0 8px 0 0; border: 1px solid #dadada; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 12px; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }
.size-pro-detail.active, .color-pro-detail.active { border-color: var(--color-red); }
.size-pro-detail.active:after, .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"], .size-pro-detail input[type="radio"] { display: none; }
.quantity-pro-detail {width: 100px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;text-align: center;height: 32px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;overflow: hidden;border: 1px solid #dfdfdf;}
.quantity-pro-detail span {line-height: 25px;padding: 0px;width: 30px;height: 32px;color: var(--clr-text-black);cursor: pointer;font-size: 22px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;font-weight: 500;}
.quantity-pro-detail span.quantity-plus-pro-detail {border-left: 1px solid #dcdcdc;}
.quantity-pro-detail span.quantity-minus-pro-detail {border-right: 1px solid #dcdcdc;}
.quantity-pro-detail input { height: 100%; border: none; width: -webkit-calc(100% - 30px); width: -moz-calc(100% - 30px); width: calc(100% - 30px); text-align: center; font-size: 15px; }
.quantity-pro-detail span.quantity-minus-pro-detail,
.quantity-pro-detail span.quantity-plus-pro-detail {background: #edededeb;}
.cart-pro-detail { max-width: 400px; gap: 10px; flex-wrap: wrap; }
.cart-pro-detail a {text-align: center;text-transform: uppercase;cursor: pointer;width: -webkit-calc(100% / 2 - 5px);width: -moz-calc(100% / 2 - 5px);width: 175px;height: 45px;font-family: var(--font-bold);font-size: 15px;}
.cart-pro-detail a.addnow { background: url(../images/btn-addcart.png) no-repeat center / cover; color: var(--clr-web-tone); }
.cart-pro-detail a.buynow {background: url(../images/btn-buynow.png) no-repeat center / cover;width: 150px;} 
.cart-pro-detail a.buynow span {background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.cart-pro-detail a i { vertical-align: top; margin-right: 8px; font-size: 24px; position: relative; top: -2px; }
.tags-pro-detail a { 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;padding: 2rem;/* background: url(../images/khung3.png) no-repeat center /  cover; */border: 1px solid #CCB4AA;position: relative;z-index: 1;}
.tabs-pro-detail:before {content: '';width: 25px;height: 25px;background: url(../images/item-goc1.png) no-repeat center;position: absolute;top: 1px;left: 3px;z-index: 1;}
.tabs-pro-detail:after {content: '';width: 25px;height: 25px;background: url(../images/item-goc2.png) no-repeat center;position: absolute;bottom: 1px;right: 2px;}
.tabs-pro-detail .nav-tabs .nav-link {font-size: clamp(13px, calc(17 / 1188 * 100vw), 17px);color: var(--clr-primary);font-family: var(--font-me);width: 120px;text-align: center;border-radius: revert-layer;transition: all 300ms ease;}
.tabs-pro-detail .nav-tabs .nav-link p {width: max-content;margin: auto;}
.tabs-pro-detail .nav {justify-content: center;gap: 10px;border: 0;}
.tabs-pro-detail .nav-link {position: relative;}
.tabs-pro-detail .nav-link.active,
.tabs-pro-detail .nav-item:hover .nav-link {background: var(--clr-web-tone);}
.tabs-pro-detail .nav-link.active p,
.tabs-pro-detail .nav-item:hover .nav-link p {background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent; transition: all 300ms ease;}
.tabs-pro-detail .nav-link:before {content: '';width: calc(100% - 6px);height: calc(100% - 6px);border: 1px solid #BC9E49;position: absolute;top: 3px;left: 3px;}
.tabs-pro-detail .nav-link.active:before,
.tabs-pro-detail .nav-link:hover:before {border-color: #A82A2F;}
.tabs-pro-detail .nav-link {border: none;background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 53%, #E4B750 100%);}
.khung-tab:before {content: '';width: calc(100% - 30px);height: calc(100% - 30px);border: 1px solid #CCB4AA;border-left: 0;border-bottom: 0;position: absolute;top: 4px;right: 5px;z-index: -1;}
.khung-tab:after {content: '';width: calc(100% - 30px);height: calc(100% - 30px);border: 1px solid #CCB4AA;border-right: 0;border-top: 0;position: absolute;bottom: 4px;left: 5px;z-index: -1;}
.code-cate-tag-detail {font-size: 15px;}
.code-cate-tag-detail ul {list-style: none; padding: 0; margin: 0;}
.code-cate-tag-detail ul li {display: flex;align-items: center;justify-content: start;}
.code-cate-tag-detail ul li span:first-child {width: 110px;}
.code-cate-tag-detail ul li:not(:last-child) {padding: 5px 0;border-bottom: 1px solid #DED8D6;}
.code-cate-tag-detail ul li:is(:last-child)  {padding-top: 5px;}
.code-cate-tag-detail ul li ul {display: flex;align-items: center;flex-wrap: wrap;width: calc(100% - 110px);}
.code-cate-tag-detail ul li ul li {border-bottom: 0 !important;padding: 0 !important;}
.code-cate-tag-detail ul li ul a {color: var(--clr-web-tone);}


.desc-pro-detail ul {padding: 1rem;}
.desc-pro-detail ul li::marker {color: #000;}

/* 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(var(--clr-text-white)), color-stop(.2, var(--clr-text-white)), to(rgba(255, 255, 255, 0))); display: block; }

/* TODO: News */
.news { margin-bottom: 2rem; }
.news__name { margin-bottom: 0.5rem; }
.news__name { color: var(--clr-primary); font-size: 16px; line-height: 1.5; font-family: var(--font-bold); }
.news__name.text-split { -webkit-line-clamp: 2; }
.news__name:hover { color: var(--clr-active); }
.news__time { color: var(--clr-secondary); margin-bottom: 0.25rem; }
.news__desc { color: var(--clr-primary); 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: var(--clr-primary); font-family: var(--font-bold); }
.list-news-other li a:hover { color: var(--color-active); }
.pic-news { width: 210px; }
.pic-news img { width: 100%; }

/* ? News orther*/
.othernews { position: -webkit-sticky; position: sticky; top: 60px; z-index: 11; }
.news-other { margin-bottom: 15px; }
.pic-news-other { width: 40%; }
.info-news-other { width: 60%; padding-left: 10px; }
.name-news-other { color: var(--clr-text-black); font-size: 14px; line-height: normal; font-weight: 600; }
.name-news-other:hover { color: var(--clr-web-tone); }

/* 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 */
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "FontAwesome"; font-style: normal; font-weight: 400; background: var(--clr-text-white); color: var(--clr-web-tone) !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; }
.meta-toc.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; }
.meta-toc .mucluc-dropdown-list_button { display: none }
.meta-toc.fiedx .mucluc-dropdown-list_button { display: block; }
.meta-toc:not(.fiedx) .box-readmore { display: block !important; }
.box-readmore { padding: 10px; background-color: var(--clr-text-white); width: 100%; margin-top: 2px; border: 1px solid #dddddd; font-size: 13px; margin-bottom: 10px; }
.meta-toc.fiedx .box-readmore { width: 350px; display: none; }
.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: 0 0 5px 0; }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: var(--clr-text-black) !important; cursor: pointer; font-weight: 500; font-size: 14px; }
.box-readmore ul li li a { font-weight: 400; }
.box-readmore ul li a:hover { color: var(--clr-secondary); }

/* TODO: Footer */
.footer-article {background-color: transparent;}
.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,
.footer-article--2 { width: 12.626263%;}
.footer-article--3 { width: 17.676768%;}
.footer-article--4 { width: 31.986532%;}
.footer__title {font-family: var(--font-title-i);font-size: 17px;color: var(--clr-web-tone);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: 21px; font-family: var(--font-title); color: var(--clr-text-white); text-transform: uppercase; margin-bottom: 9px; }
.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: var(--clr-text-black); }
.footer-ul li a:hover { text-decoration: underline; }
.footer__info { color: var(--clr-text-white); margin-bottom: 2rem; }
.footer__policy { list-style: none; padding: 0; margin: 0; }
.footer__policy li:not(:last-child) {margin-bottom: 5px;}
.footer__policy li a {font-size: 14px;color: var(--clr-text-black);}
.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: var(--clr-text-white);background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 53%, #E4B750 100%);font-size: 13px;color: var(--clr-text-black);position: relative;z-index: 1;}
.footer-powered .wrap-content {padding-top: 15px;padding-bottom: 15px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: center;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: .5rem;}
.footer-statistic { text-align: right; }
.footer-statistic span { padding: 0 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
.footer-statistic span:not(:last-child) { border-right: 1px solid var(--clr-text-white); }
#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__app { position: fixed; bottom: 180px; left: 20px; z-index: 200; }
.footer__app ul { margin: 0; padding: 0; list-style: none; }
.footer__app ul li { margin-bottom: 1rem; }

/* 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-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-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: var(--clr-primary); font-size: 0.875rem; }
.pagination-home .pagination .page-item.active .page-link { color: var(--clr-text-white); background-color: var(--clr-primary); border-color: var(--clr-primary); }

/* 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: var(--clr-secondary) !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: var(--clr-text-white); font-family: var(--font-bold); }
.pagination-ajax a.current, .pagination-ajax a:hover { color: var(--clr-text-white) !important; border-color: var(--clr-american-green); background-color: var(--clr-american-green); }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: var(--clr-text-white) !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: 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); }
.productListFeatured__photo: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: 203;cursor: pointer;}
.btn-frame i { width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: var(--clr-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-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: Btn */
.btn-zalo { bottom: 305px; }
.btn-phone { bottom: 220px; }
.btn-map { bottom: 390px; }
.btn-mess { bottom:130px; }

/* TODO: Messenger */
.js-facebook-messenger-top-header { background: #487dfc; color: var(--clr-text-white); height: 35px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.js-facebook-messenger-container.closed { display: none !important; }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; color: var(--clr-secondary); background: var(--clr-text-white); }
.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: 135px; right: 17px; width: 56px; height: 56px; text-align: center; background: var(--clr-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; -webkit-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; -webkit-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 { width: 250px; 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; -webkit-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-head { width: 220px; color: var(--clr-text-white); background: #1182fc; display: block; position: relative; width: 220px; background: #1182fc; color: var(--clr-text-white); 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-head { color: var(--clr-text-white); background: #1182fc; width: 220px; }
.js-facebook-messenger-tooltip { color: var(--clr-secondary); background: var(--clr-text-white); }
.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: 470px;z-index: 202;background: var(--clr-btn);width: 50px;height: 50px;text-align: center;color: var(--clr-text-white) !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: var(--clr-text-white); width: 25px; height: 25px; background: #ec2d3f; text-align: center; line-height: 25px; font-size: 11px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }

/* TODO: Contact */
.form-floating.form-floating-cus>input, .form-floating-cus>select { height: 45px; }
.form-floating.form-floating-cus>textarea { height: 100px; }
.form-floating.form-floating-cus>label { padding: 10px 10px; color: var(--clr-secondary); }
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 20px; }
.contact-input input, .contact-input textarea { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-top: none; border-left: none; border-right: none; }
.contact-input input:focus, .contact-input textarea:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: none; }
.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: Toolbar */
.toolbar { background: var(--clr-web-tone); width: 100%; padding: 3vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; max-height: 65px; }
.toolbar ul { list-style: none; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px; margin: 0px; }
.toolbar ul li { text-align: center; width: 25%; }
.toolbar ul li a { display: block; width: 100%; cursor: pointer; }
.toolbar ul li a img { height: 20px; width: 20px; -webkit-animation: tada 1.2s infinite; -moz-animation: tada 1.2s infinite; -o-animation: tada 1.2s infinite; animation: tada 1.2s infinite; }
.toolbar ul li a span { color: var(--clr-text-white); font-size: 10px; }

/* 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-head-mobile { font-size: 10px; position: absolute; background: red; color: var(--clr-text-white) !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: var(--clr-primary); }
.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: var(--clr-text-white); 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: var(--clr-secondary); font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: var(--clr-secondary); }
.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: var(--clr-text-white); -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: var(--clr-text-white); 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 var(--clr-text-white); -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: var(--clr-text-white); position: relative; z-index: 9999; }
.wcircle-icon i { font-size: 25px; color: var(--clr-text-white); 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: 20px;padding: 6px;border: 1px solid var(--clr-web-tone);}
.category-box .title-category { margin: 0; text-align: left; padding: 8px 15px; background-color: var(--clr-web-tone); }
.title-category span { color: var(--clr-text-white) !important; font-size: 16px; text-transform: uppercase; font-family: var(--f-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: var(--clr-text-white); 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: var(--clr-secondary); ; text-transform: capitalize; line-height: 1.5; padding: 5px 15px; }
.box_category_list li a:hover { color: var(--color-active); }
.box_category_list li span { margin-top: 5px; }
.box_category_list li span i { color: var(--clr-text-silver) !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: var(--clr-text-silver) }
.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: var(--clr-text-silver); }

/* TODO: Handle */
.box-sticky::-webkit-scrollbar-thumb { background: var(--clr-web-tone); }

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

/* Newsletter */
.newsletter__input, .newsletter__textarea, .newsletter__button { width: 100%; position: relative; }
.newsletter__input, .newsletter__textarea { margin-bottom: 10px; }
.newsletter__input {background: url(../images/bg-form.png) no-repeat center / 100% 100%;}
.newsletter__input input {height: 40px;}
.newsletter__input input, .newsletter__textarea textarea {font-size: 14px;color: var(--clr-secondary);border: none;background: transparent;padding: 6px 20px;font-size: 15px;font-family: var(--font-se);}
.newsletter__input input::placeholder, .newsletter__input input:focus, .newsletter__textarea textarea::placeholder, .newsletter__textarea textarea:focus { /* autoprefixer: off */ font-size: 14px; color: var(--clr-secondary); background: transparent; box-shadow: none !important; }
.newsletter__button input {height: 47px;font-family: var(--font-bold);font-size: 15px;color: #FFF2A5;text-transform: uppercase;outline: none;border: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;background: url(../images/bg-button.png) no-repeat center / 100% 100%;width: 100%;}
.newsletter__button input::placeholder, .newsletter__button input:focus { /* autoprefixer: off */ box-shadow: none !important; }
.newsletter__button input:hover { color: #FFF2A5;}
.newsletter__button span { position: absolute; top: 50%; right: 22%; -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: var(--clr-text-white); }

/* TODO: Booking */
.btn-datlich { position: fixed; bottom: 455px; right: 10px; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; z-index: 199; background: var(--clr-btn); color: var(--clr-text-white); font-size: 14px; text-align: center; text-decoration: none !important; }
.btn-datlich i { font-size: 20px; }
.btn-datlich:hover { color: var(--clr-text-white); -webkit-transition: 0.2s; -o-transition: 0.2s; -moz-transition: 0.2s; transition: 0.2s; }
.booking__input, .booking__textarea, .booking__button { width: 100%; position: relative; }
.booking__input, .booking__textarea { margin-bottom: 10px; }
.booking__input input { height: 50px; }
.booking__input input, .booking__textarea textarea { font-size: 14px; color: var(--clr-secondary); border: none; border-bottom: 1px solid var(--clr-btn); background: var(--clr-text-white); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.booking__input input::placeholder, .booking__input input:focus, .booking__textarea textarea::placeholder, .booking__textarea textarea:focus { /* autoprefixer: off */ font-size: 14px; color: var(--clr-secondary); background: var(--clr-text-white); box-shadow: none !important; }
.booking__button input { height: 50px; font-family: var(--font-bold); font-size: 15px; color: var(--clr-text-white); text-transform: uppercase; outline: none; border: 1px solid var(--clr-web-tone); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: var(--clr-web-tone); padding: 0 20px; width: 100%; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; border: 2px solid var(--clr-text-white); }
.booking__button input::placeholder, .booking__button input:focus { /* autoprefixer: off */ box-shadow: none !important; }
.booking__button input:hover { color: var(--clr-web-tone); background: transparent; }
.booking__button span { position: absolute; top: 50%; right: 22%; -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: var(--clr-text-white); }

/* !----------------! */

/* ? Navigation */ 
.navigation__logo { width: 21.666667%; }
.navigation__logo__inner { width: max-content; margin-left: auto; margin-right: auto; }
.navigation__menu__search { flex: 1; max-width: 680px; margin-right: .75rem; }
.navigation__language__cart--inner { display: flex; align-items: center; justify-content: end; gap: 10px; }
.navigation__menu__search, .navigation__language__cart { margin-bottom: 1.25rem; }
.lang-choose a { color: #867862; transition: all 300ms ease; font-size: 15px; }
.lang-choose a:hover, .lang-choose a.active { color: var(--clr-btn); transition: all 300ms ease; }
.lang-choose a:first-child { padding: 10px; position: relative; }
.lang-choose a:first-child:before { content: ''; width: 1px; height: 12px; background: #867862; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); }
.lang-choose a:last-child { padding: 10px 0 10px 10px; }
.navigation__cart .cart { width: 46px; height: 46px; border: 1px solid var(--clr-web-tone); border-radius: 50%; display: grid; place-items: center; }
.navigation__social__cart  {display: flex; align-items: center; gap: 10px;}
.nav__top {position: relative; z-index: 1;}

/* ? Criteria */
.wrap-criteria { padding: 20px 0 0; }
.criteria__main { background: var(--clr-text-white); padding: 7px 6px;box-shadow: 0px 0px 10px 0px #E6D8CA; }
.criteria__item { display: flex; align-items: center; justify-content: space-between; --w: 52px; border: 1px solid var(--clr-web-tone); padding: 23px 10px 23px 20px; }
.criteria__photo { width: var(--w); height: var(--w); }
.criteria__info { width: calc(100% - (var(--w) + 15px)); }
.criteria__name, .criteria__desc { --line-clamp: 1; }
.criteria__name { font-size: clamp(14px, calc(17 / 1200 * 100vw), 17px); font-family: var(--font-title); color: var(--clr-web-tone); }
.criteria__desc { font-size: 15px; }

/* ? Title */
.title__home { margin-bottom: .5rem; }
.title__main { font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px); font-family: var(--font-title); color: var(--clr-web-tone); text-transform: uppercase; margin-bottom: .25rem; }
.title__slogan { font-size: clamp(14px, calc(17 / 1200 * 100vw), 17px); letter-spacing: 1.7px; margin-bottom: .25rem; }

.title__productCombo {position: relative;margin-bottom: 1rem;}
.title__productCombo:before {content: ''; width: calc((100% - 300px) / 2); height: 1px; background: var(--clr-web-tone); position: absolute; top: 50%; left: 0;}
.title__productCombo:after {content: ''; width: calc((100% - 300px) / 2); height: 1px; background: var(--clr-web-tone); position: absolute; top: 50%; right: 0;}
.productCombo__title__main {background: var(--clr-web-tone);font-family: var(--font-title-i);font-size: clamp(17px, calc(22 / 1200 * 100vw), 22px);text-transform: capitalize;width: max-content;margin-left: auto;margin-right: auto;padding: 11px 55px;position: relative;z-index: 1;}
.productCombo__title__main:before {content: ''; width: calc(100% - 6px); height: calc(100% - 5px); background:  url(../images/khung2.png) no-repeat center/ 100% 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);  z-index: -1;} 
.productCombo__title__main p {background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}


/* ?  Product Featured */
.productListFeatured__photo { width: 52.666667%; position: relative; }
.productListFeatured__photo:before { content: ''; width: calc(100% - 20px); height: calc(100% - 20px); background: url(../images/khung1.png) no-repeat center / 100% 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
.productListSlide { width: 45%; }
.productListFeatured__main:not(:last-child) { margin-bottom: 1rem; }

/* ? Product Combo */
.wrap-productCombo {background: url(../images/bg-combo.jpg) no-repeat center / cover;}
.productCombo__main {position: relative;}
.productCombo__main .slick-slide { margin-left: 25px; }
.productCombo__main .slick-list { margin-left: -25px; }
.productCombo__main .slick-prev {left: calc((100% - 1055px) / 2);}
.productCombo__main .slick-next {right: calc((100% - 1055px) / 2);}
.productCombo__main .slick-prev, 
.productCombo__main .slick-next {width: 30px; height: 30px;}
.productCombo__main .slick-dots {bottom: -2rem;}
.productCombo__main .slick-track {padding: 20px 0;}
.productCombo__main .slick-dots li {margin: 0 2px;}
.productCombo__main .slick-dots li button:before {content: '';width: 10px;height: 10px;background: #CCC6B6;opacity: 1;transform: rotate(45deg) translate(7px, 0px);}
.productCombo__main .slick-dots li.slick-active button:before {background: var(--clr-web-tone);}
.productCombo__main .slick-slide:has(.slick-center) {opacity: 1; transition: all 3000ms ease;}
.productCombo__main .slick-slide:not(.slick-center) {opacity: .5; transition: all 3000ms ease;}
.productCombo__row { gap: 25px; }
.productCombo__item { background: var(--clr-text-white); padding: 8px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
.productCombo__item-inner {display: flex;align-items: center;justify-content: space-between;border: 1px solid #DADADA;padding: 10px;position: relative;}
.productCombo__photo { width: 242px; height: 242px; }
.productCombo__info { width: calc(100% - 257px); }
.productCombo__name {font-family: var(--font-boldi);font-size:  clamp(15px, calc(22 / 1200 * 100vw), 22px);color: var(--clr-web-tone);line-height: 1;--line-clamp: 2;}
.productCombo__desc {line-height: 24px;--line-clamp:5;margin-bottom: .5rem;}
.btn__productCombo {width: max-content;}
.btn__productCombo div {background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 53%, #E4B750 100%);padding: 9.5px 27px;position: relative;z-index: 1; transition: all 300ms ease;}
.btn__productCombo div:hover {background: var(--clr-web-tone); color: var(--clr-text-white); transition: all 300ms ease;}
.btn__productCombo div:before {content: '';width: 13px;height: 13px;background: url(../images/goc1.png) no-repeat center;position: absolute;top: 2px;left: 2px;transition: all 300ms ease;}
.btn__productCombo div:after {content: '';width: 13px;height: 13px;background: url(../images/goc2.png) no-repeat center;position: absolute;bottom: 2px;right: 2px;transition: all 300ms ease;}
.btn__productCombo div:hover:before {background: url(../images/goc3.png) no-repeat center; transition: all 300ms ease;}
.btn__productCombo div:hover:after {background: url(../images/goc4.png) no-repeat center; transition: all 300ms ease;}
.btn__productCombo_khung:before {content: '';width: calc(100% - 30px);height: calc(100% - 21px);border: 1px solid #C49C2E;border-left: 0;border-bottom: 0;position: absolute;top: 2px;right: 2px;z-index: -1;  transition: all 300ms ease;}
.btn__productCombo_khung:after {content: '';width: calc(100% - 30px);height: calc(100% - 21px);border: 1px solid #C49C2E;border-right: 0;border-top: 0;position: absolute;bottom: 2px;left: 3px;z-index: -1; transition: all 300ms ease;}
.btn__productCombo div:hover .btn__productCombo_khung:before,
.btn__productCombo div:hover .btn__productCombo_khung:after {border-color: #BF383E; transition: all 300ms ease;}

/* ? Product Main */
.productMain__box:not(:last-child) {margin-bottom: 4.75rem;}
.productMainList__photo {width: 29.040404%;}
.productMainSlide {width: 69.191919%;}
.productMain__title {display: flex;align-items: center;justify-content:space-between;margin-bottom: 1.5rem;position: relative;gap: 15px;}
.productMain__title-left {background:  url(../images/bg-prodmain.jpg) no-repeat center / 100% 100%;padding: 16.5px 14px 16.5px 25px;position: relative;width: 275px;}
.productMain__title-center {flex: 1; height: 1px; background: var(--clr-web-tone);}
.flex-row-reverse .productMain__title-center {flex: 1;height: 1px;background: var(--clr-web-tone);max-width: calc(100% - 430px);margin-left: auto;}
.productMain__title-right {position: relative;z-index: 1;}
.productMain__title-right:before {content: url(../images/item-xemthem2.png);position: absolute;left: 0;top: 0;z-index: -1;animation: mover2 2s infinite 0s ease;} 
.productMain__title-right:after {content: url(../images/item-xemthem3.png);position: absolute;bottom: 20%;left: 89%; z-index: -1;} 
.productMain__title-right p {color: var(--clr-web-tone); font-size: 15px;}
.productMain__title__name {font-size: clamp(14px, calc(22 / 1200 * 100vw), 22px);font-family: var(--font-title-i);background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-transform: capitalize;--line-clamp:1; text-align: center;}

/* ? Banner ưu đãi */
.wrap-bannerEndow {background: #FAF3EF url(../images/bg-bnud.jpg) no-repeat center / cover;mix-blend-mode: multiply;}
.bannerEndow__main {margin-top: .5rem;}

/* ? Share List */
.shareFeatured__main {display: flex; align-items: start; justify-content: space-between;}
.shareFeatured__box {width: 48.653199%;} 
.shareFeatured__title {display: flex;align-items: center;justify-content:space-between;margin-bottom: 1.5rem;position: relative;gap: 15px;}
.shareFeatured__title-left {background:  url(../images/bg-titleshare.jpg) no-repeat center / 100% 100%;padding:  16.5px 25px;position: relative;width: 230px;text-align: center;}
.shareFeatured__title-center {flex: 1; height: 1px; background: var(--clr-web-tone);}
.shareFeatured__title-right p {color: var(--clr-web-tone); font-size: 15px;}
.shareFeatured__title__name {font-size: clamp(17px, calc(22 / 1200 * 100vw), 22px);font-family: var(--font-title-i);color: var(--clr-web-tone);line-height: 1;text-transform: capitalize; --line-clamp:1;}
.shareFeatured__video {margin-bottom: 1.25rem;}
.shareFeatured__main .news__item {margin-bottom: 1.5rem;}
.news__inner {display: flex;align-items: center;justify-content: space-between;padding: 8px 0px 8px 8px;position: relative;padding-right: .5rem;}
.news__inner:before {content: '';width: 195px;height: 154px;position: absolute;left: 0;top: 0;border: 1px solid #D8C8A9;}
.news__photo {width: 34.931507%;}
.news__info {width: 61.273973%;}
.news__name {font-size: clamp(14px,calc(18 / 1188 * 100vw), 18px);font-family: var(--font-sei);font-style: italic;color: var(--clr-web-tone);font-weight: bold;}
.news__desc {line-height: 25px;}
.news__list.flex-list { --columns: 2; --space-horizontal: 15px; --space-vertical: -webkit-calc(var(--space-horizontal) * 2); --space-vertical: -moz-calc(var(--space-horizontal) * 2); --space-vertical: calc(var(--space-horizontal) * 2); }
/* ? Certifica */
.wrap-certifica {background: #FAF3EF url(../images/bg-bnud.jpg) no-repeat center / cover;mix-blend-mode: multiply;}
.certifica__main .owl-stage {margin: 2rem 0;}
.certifica__item {scale: 1; transition: all 300ms ease; }
.certifica__item:hover {scale: 1.1; transition: all 300ms ease;}

/* ? Footer */
.footer-articlet--top {position: relative;margin-bottom: 2rem;}
.footer-articlet--top:before {content: ''; width: calc(50% - 95px); height: 1px; background: #D8CBC5; position: absolute; top: 50%; left: 0;}
.footer-articlet--top:after {content: ''; width: calc(50% - 95px); height: 1px; background: #D8CBC5; position: absolute; top: 50%; right: 0;}
.footer__logo {width: max-content; margin-left: auto;margin-right: auto;}
.footer {position: relative;z-index: 1;background: #EEE7E5;}
.footer__background {position: absolute;bottom: 0;left: 0;mix-blend-mode: multiply;}
.footer-article {position: relative;z-index: 1;}
.footer-article:before {/* content: url(../images/bg-footer.png); */position: absolute;bottom: 0;left: 0;z-index: -1;}
.footer__menu,
.footer__product {list-style: none; padding: 0; margin: 0;  }
.footer__menu li:not(:last-child) ,
.footer__product li:not(:last-child) {margin-bottom: 5px;}
.footer__menu li:hover ,
.footer__product li:hover {text-decoration: underline;}
.footer__slogan__form {margin-bottom: .5rem;}
.footer-article-bottom {gap: 15px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer__cskh {width: 21.885522%;}
.footer__address {width: 46.771044%;} 
.footer__social {width: 19.360269%;}
.footer__cskh__item {line-height: 26px;}
.footer__address__item {display: flex;align-items: center;justify-content: stretch;gap: 10px;}
.footer__address__item:first-child {width: 60%;}
.footer__address__item:last-child {width: 35%;}
.footer__address__item .info span:first-child {color: var(--clr-web-tone); font-family: var(--font-me);}
.footer-copyright span {font-family: var(--font-bold); text-transform: uppercase;}

/* ? Product inner */
.navigation__category__criteria {display: flex; justify-content: space-between;}
.navigation__category2 {width: 260px;}
.navigation__category__criteria .criteria__main {width: calc(100% - 260px); padding: 0;}
.navigation__category__criteria .criteria__item {padding: 7px 18px;border: 0;border-right: 1px solid #E1D8D6;--w:41px;background: #F9F5F1;}
.navigation__category__criteria .criteria__name {font-size: 13px;}
.navigation__category__criteria .criteria__desc {font-size: 12px;}
.bannerSlidePro-left {width: 45.03367%;}
.bannerSlidePro-right {width: 52%;}
.bannerSlidePro-right .bannerSlidePro__item-inner {width: 76.315789%; margin: 0 auto;}
.bannerSlidePro__name {font-size: clamp(15px, calc(30 / 1188 * 100vw), 30px);font-family: var(--font-title);color: var(--clr-web-tone);--line-clamp: 1;margin-bottom: 1rem;}
.bannerSlidePro__desc {padding: 2rem 1rem;height: 300px;margin-bottom: 1rem;border: 1px solid #CCB4AA; position: relative;}
.bannerSlidePro__desc:before {content: '';width: 25px;height: 25px;background: url(../images/item-goc1.png) no-repeat center;position: absolute;top: 1px;left: 3px;z-index: 1;}
.bannerSlidePro__desc:after {content: '';width: 25px;height: 25px;background: url(../images/item-goc2.png) no-repeat center;position: absolute;bottom: 1px;right: 2px;}
.bannerSlidePro__khung:before {content: '';width: calc(100% - 30px);height: calc(100% - 30px);border: 1px solid #CCB4AA;border-left: 0;border-bottom: 0;position: absolute;top: 4px;right: 5px;z-index: -1;}
.bannerSlidePro__khung:after {content: '';width: calc(100% - 30px);height: calc(100% - 30px);border: 1px solid #CCB4AA;border-right: 0;border-top: 0;position: absolute;bottom: 4px;left: 5px;z-index: -1;}
.bannerSlidePro__desc__box {--line-clamp: 11;}
.bannerSlidePro-right .bannerSlidePro__item {position: relative; z-index: 1;}
.bannerSlidePro-right {position: relative; z-index: 1;}
.bannerSlidePro-right:before {content: url(../images/item-slide-inner.png);position: absolute;bottom: 0;left: 0;transform: translate(-20%, -25%);z-index: -1;}
.bannerSlidePro-right:after {content: url(../images/item-slide-inner2.png);position: absolute;bottom: 0;right: 0;transform: translate(34%, 20%);z-index: -1;}
.bannerSlide__abs:before {content: url(../images/bg-slide-pro.png);position: absolute;top: 36%;left: 61%;transform: translate(-50%,-50%);z-index: -3;}
.bannerSlide__abs:after {content: url(../images/bg-slide-pro2.png);position: absolute;top: 12%;left: 87%;transform: translate(0%,-50%);z-index: -3; animation: mover3 2s infinite 0s linear;}
.bannerSlide__abs2:before {content: url(../images/item-van.png);position: absolute;top: 37%;left: 0;transform: translate(0%,-50%);z-index: -3;animation: mover3 2s infinite 0s linear;}
.bannerSlide__abs2:after {content: url(../images/item-sen.png);position: absolute;bottom: -25%;transform: translate(-10%,-50%);left: 0;z-index: 0;animation: rung2 2s infinite 0s linear;}
.bannerSlidePro__price {font-size: 20px; margin-bottom: 1rem; }
.bannerSlidePro__price span {font-family: var(--font-title); color: var(--clr-web-tone);}
.bannerSlideProd__btn {width: max-content;background: url(../images/item-btn.png) no-repeat center / 100% 100%;}
.bannerSlideProd__btn p {background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: var(--font-bold);text-transform: uppercase;padding: 12px 45px;}

/* ? Product New */
.wrap-productNew {background: #FAF3EF url(../images/bg-bnud.jpg) no-repeat center / cover;mix-blend-mode: multiply;}
.productNew__main {margin-top: 1.5rem;}
.productNew__list .owl-stage {margin: .5rem 0;}
.productNew__item {transition: all 300ms ease;}
.productNew__item:hover {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 300ms ease;}
.productNew__photo {position: relative;}
.productNew__price {position: absolute; bottom: 0; right: 0; transform: translate(0,50%);}
.productNew__price .price-product {background: url(../images/item-price.png) no-repeat center / cover;padding: 8px;width: 167px;text-align: center;}
.productNew__price .price-new {font-family: var(--font-title);font-size: clamp(15px, calc(22 / 1188 * 100vw), 22px);background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1;}
.productNew__info {padding: 26px 10px 15px;background: linear-gradient(270deg, #DFB955 0%, #FFF2A5 27.5%, #DFB955 52.5%, #FFF2A5 74.5%, #E4B750 100%);}
.productNew__name {--line-clamp:1;font-size: clamp(14px, calc(18 / 1188 * 100vw), 18px);font-family: var(--font-bold);text-transform: uppercase;}

/* ? Product detail */
.productAllList__inner .productMainSlide {width: 100%;}
.proudctSame__main {margin-top: 2rem;}
.wrap-rowBannerList {margin-bottom: 3rem;}
.cate-detail-tite {text-align: center;background: var(--clr-web-tone);padding: 7px 20px;margin-bottom: 5px;}
.cate-detail-tite p {color: var(--clr-text-white); font-family: var(--font-title); font-size: 20px;text-transform: capitalize; }
.cate-detail-box {padding: 5px 15px;background: url(../images/bg-news.png) no-repeat center / 100% 100%;}
.newsNew__item {padding: 10px 0px;}
.newsNew__item:not(:nth-last-child(2),:nth-last-child(1)) {border-bottom: 1px solid #DADADA;}
.newsNew__item a {display: flex; align-items: center ; justify-content: space-between;}
.newsNew__photo {width: 95px;}
.newsNew__info {width: calc(100% - 105px);}
.newsNew__name {font-size: 14px; font-family: var(--font-bold);transition: all 300ms ease;}
.newsNew__name:hover {color: var(--clr-web-tone); transition: all 300ms ease;}
.btn-see-all {width: max-content;margin-left: auto;margin-right: auto;margin-top: .5rem;margin-bottom: 1rem;}
.btn-see-all p {color: var(--clr-web-tone);font-family: var(--font-bold);line-height: 20px;text-decoration: underline;}

/* ? */


/* ? */

