@charset "UTF-8";

/* Main */
:root { --main-color: #d90000; --second-color: #029016; --hover-color: #f49037; --color-red: #d90000; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; --color-text-main: #262626; }
body { font-size: 14px; font-family: "Montserrat", sans-serif; }
img { max-width: 100%; height: auto; vertical-align: top; }
a, input, textarea { outline: none; padding: 0px; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.w-clear:after { display: block; content: ""; clear: both; }
.hidden, .none { display: none; }
.clear { clear: both; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.wrap-main, .wrap-content { max-width: 1218px; margin: 40px auto; padding: 0px 15px; }
.wrap-home { max-width: 100%; padding: 0px; }
.wrap-content { margin: auto; }
.content-ck img { height: auto !important; }
p { margin-bottom: 0; }
a { text-decoration: none; color: var(--color-text-main); }
a:hover { text-decoration: none; }

/* effect */
.effect-1 { position: relative; overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; }
.effect-1:after { position: absolute; top: 0; left: -66%; z-index: 2; display: block; content: ""; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.effect-1:hover:after { -webkit-animation: shine 0.75s; animation: shine 0.75s; }
@-webkit-keyframes shine {
	100% { left: 125%; }
}
@keyframes shine {
	100% { left: 125%; }
}
.effect-2 { display: flex; justify-content: center; align-items: center; position: relative; text-align: center; }
.effect-2:before, .effect-2:after { box-sizing: inherit; content: ""; position: absolute; z-index: 9; width: calc(100% - 20px); height: calc(100% - 20px); left: 10px; top: 10px; transform-origin: center; }
.effect-2:before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale3d(0, 1, 1); }
.effect-2:after { border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale3d(1, 0, 1); }
.effect-2:hover { background: rgba(0, 0, 0, 0.45); }
.effect-2:hover:before, .effect-2:hover:after { transform: scale3d(1, 1, 1); transition: transform 0.5s; }
.effect-2 > img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.effect-2:hover > img { opacity: 0.8; }
.effect-3 > img { transform: translateY(0px); animation: float 6s ease-in-out infinite; }
@keyframes float {
	0% { box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); transform: translatey(0px); }
	50% { box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); transform: translatey(-20px); }
	100% { box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); transform: translatey(0px); }
}
.hover_sang1 { position: relative; overflow: hidden; }
.hover_sang1:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); content: ""; z-index: 10; -webkit-transition: -webkit-transform 1.6s; transition: transform 1.6s; -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0); transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0); }
.hover_sang1:hover:before { webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }
.hover_sang2 { position: relative; overflow: hidden; }
.hover_sang2:before { position: absolute; top: 0; left: -85%; z-index: 10; display: block; content: ""; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.hover_sang2:hover:before { transition: 1.3s; left: 100%; }
.hover_sang3 { overflow: hidden; position: relative; }
.hover_sang3:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: rgba(67, 69, 113, 0.1); -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; }
.hover_sang3:after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(67, 69, 113, 0.1); -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; }
.hover_sang3:hover:before { right: 50%; left: 50%; width: 0; background: rgba(255, 255, 255, 0.5); }
.hover_sang3:hover:after { height: 0; top: 50%; bottom: 50%; background: rgba(255, 255, 255, 0.5); }

/* Hover sang */
.hover-glass { overflow: hidden; display: block; position: relative; }
.hover-glass::before { content: ""; position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ""; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.hover-glass:hover:before { -webkit-animation: shine 1s; animation: shine 1s; }

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.box-readmore li ul > li { margin: 0; margin-bottom: 8px; }
.box-readmore li ul > li:before { content: counters(item, ".") " "; }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }

/* General */
.title-main { margin-bottom: 1.5rem; text-align: center; position: relative; z-index: -1; }
.title-main span { color: #d90000; font-weight: 700; font-size: 18px; display: block; text-transform: uppercase; }
.title-main-home { margin-bottom: 13px; }
.title-main-home span.slogan { margin-top: 10px; display: block; text-align: center; }
.title-main-home span.tittle-slogan { color: #d90000; text-transform: uppercase; display: flex; align-items: center; justify-content: center; }
.title-main-home span.tittle-slogan:before { content: ""; display: inline-block; width: 15px; height: 3px; background: #d90000; border-radius: 30px; margin: 0px 6px; }
.time-main { margin-bottom: 0.75rem; color: #999999; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px / 2); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: calc(1em + 1.25rem + 8px); }
.text-sm { font-size: 0.875rem !important; }
.dnone { display: none; }
.slick-slider { display: block !important; }

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

/* Header */
.header { background-color: #ffffff; }
.header-top { color: #ffffff; background-color: black; position: relative; }
.header-top::after { content: ""; display: block; width: calc(50% - 512px); height: 100%; background: #d90000; position: absolute; bottom: 0; right: 0; }
.menu-sp { background-color: #ebebeb; width: 470px; border-radius: 5px; }
.box-sp-form { display: flex; align-items: center; justify-content: space-between; }
.brand-top { width: 50%; }
.box-brand-top { width: 86%; margin: 0 auto; }
.brand-name a { color: white; font-size: 13px; text-transform: capitalize; }
.slogan-top { width: 50%; background-color: #d90000; padding: 10px 0; position: relative; z-index: 1; clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%); }
.info-header { text-align: center; font-weight: 600; text-transform: uppercase; }

/* header bottom */
.wrap-dm-menu { padding: 17px 0; border-top: 1px solid #f2f2f2; box-shadow: 0 4px 4px -2px #80808061; }
.dm-menu-item a { display: flex; align-items: center; justify-content: center; font-weight: 600; text-transform: uppercase; color: #262626; transition: 0.5s; padding: 0px 16px; }
.dm-menu-item a:hover { color: #d90000; }
.dm-menu-item-name { margin-left: 5px; }
.dm-menu-item-name.text-split { -webkit-line-clamp: 1; }

/* Menu */
.menu { position: relative; z-index: 10; width: 75%; }
.menu ul { width: 100%; padding: 0px; margin: auto; list-style: none; }
.menu ul li { position: relative; z-index: 1; }
.menu ul li.line { width: 2px; height: 20px; background-color: rgba(0, 0, 0, 0.1); }
.menu ul li a { display: block; position: relative; font-size: 14px; color: #262626; padding: 12px 5px 11px 5px; font-weight: 500; text-transform: capitalize; text-decoration: none !important; }
.menu > .wrap-content > ul > li > a:hover { color: #d90000; }
.menu ul li a.menu-sp-item { font-weight: 600; text-transform: uppercase; color: #262626; padding-left: 25px; font-size: 14px; }
.menu ul li a.has-child { padding-right: 18px; margin-right: 8px; }
.menu ul li a.has-child:after { content: ""; position: absolute; bottom: calc(50% - 4px / 2); right: 3px; width: 5px; height: 5px; border: 1px solid #d90000; border-top: 0px; border-left: 0px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.menu ul li a.active, .menu ul li:hover > a { color: var(--main-color) !important; }
.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after { }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #fafafa; border-radius: 0.25rem; -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; }
.menu ul li.li-tra-cuu ul { right: 0; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; }
.menu ul li ul li { padding-left: 0.75rem; padding-right: 0.75rem; }
.menu ul li ul li a { font-weight: 400; font-size: 14px; text-align: left; color: #313131; border-bottom: 1px solid #ececec; }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after { border-color: #313131; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu ul li ul li a.active, .menu ul li ul li:hover > a { color: var(--color-red); }
.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after { border-color: var(--color-red); }
.menu ul li ul li a { padding: 10px 0px 9px 0px; text-transform: capitalize; }
.menu ul li ul li ul { top: 0; left: 100%; margin-top: 0px; }
.max-scroll { max-height: 450px; overflow-y: auto }

/* Search */
.search { width: 337px; background: transparent; position: relative; }
.search p { float: left; height: 43px; line-height: 43px; cursor: pointer; text-align: center; margin: 0px; color: #d90000; font-size: 16px;    /* background: #d90000; */    /* padding: 0 20px; */

/* border-radius: 0px 5px 5px 0px; */ }
.search input { width: calc(100% - 96px); height: 43px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 12px; }
.search input::-webkit-input-placeholder { color: #808080; }
.search input:-moz-placeholder { color: #808080; }
.search input::-moz-placeholder { color: #808080; }
.search input:-ms-input-placeholder { color: #808080; }

/* Menu-left */
.menu.fix .menu-left, .menu-left.no-index { display: block; }
.box-menu-left { position: relative; width: 100%; text-align: center; z-index: 1; }
.box-right { width: 76%; }
.box-right .grid-product { grid-template-columns: repeat(4, 1fr); }
.box-menu-left.isSticky { position: sticky; top: 60px; }
.box-menu-right { width: 76%; }
.title-menu-bar { display: flex; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #fff !important; height: 50px; line-height: 50px; align-items: center; justify-content: center; background: linear-gradient(0deg, #d90000, #d90000); border-radius: 8px 8px 0px 0px; }
.title-menu-bar i { margin-right: 15px; font-size: 22px; }
.menu-left { z-index: 18; top: 100%; left: 0; right: 0; }
.menu-left.menu-product { position: relative; }
.menu-left.no-index { }
.box-menu-left:hover .menu-left { display: block !important; }
.menu-left > ul { max-height: 405px; overflow: auto; background: #ffffff; padding: 0; direction: rtl; }
.box-menu-left ul { margin: 0px; width: 100%; font-size: 14px; border: 1px solid #cccccc; border-radius: 0px 0px 10px 10px; }
.menu-left > ul::-webkit-scrollbar { width: 5px; }
.menu-left > ul::-webkit-scrollbar-track { background: #ccc; border-radius: 5px; }
.menu-left > ul::-webkit-scrollbar-thumb { border-radius: 5px; background: var(--main-color); }
.box-menu-left ul li { list-style: none; border-top: none; padding: 0 0; text-align: left; direction: ltr; }
.box-menu-left ul > li { border-bottom: 1px solid #cccccc; }
.box-menu-left ul li:last-child { border-bottom: none; }
.box-menu-left ul li a { display: block; color: #333; font-size: 14px; font-weight: 400; text-transform: uppercase; padding: 14px 20px; }
.box-menu-left ul li i { color: rgba(0, 51, 153, 1); font-size: 15px; margin-right: 10px; }
.box-menu-left ul > li:hover > ul { display: block; }
.box-menu-left ul > li:hover > a { color: var(--main-color); }
.box-menu-left ul > li > ul { display: none; z-index: 9999; position: absolute; left: 100%; top: 0; background: #fff; border-radius: 0; padding: 0; border-left: 0; }
.box-menu-left ul li ul li a { font-size: 14px; font-weight: 400; }
.box-menu-left ul > li > ul > li { position: relative; }
.wrap-support { margin-top: 30px; }
.wrap-support.wrap-support-news {    /* margin-top: 0; */ }
.box-support { border: 1px solid #cccccc; border-radius: 0px 0px 10px 10px; }
.support-item { display: flex; align-items: center; flex-direction: column; justify-content: space-between; padding: 15px 0; }
.support-item-img { background-color: #d90000; padding: 7px; border-radius: 55px; width: 41px; height: 41px; text-align: center; line-height: 41px; margin-bottom: 10px; }

/* Mmenu */
.menu-res { display: none; height: 55px; z-index: 10; background: var(--color-red); position: sticky; line-height: normal; top: 0; }
.menu-bar-res { height: 55px; padding: 0px 15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; width: 45px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; 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; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }

/* Search 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-red); background: #ffffff; 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-red); z-index: 2; opacity: 0; 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-red); line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: var(--color-red); }
.search-res .search-grid input::-webkit-input-placeholder { color: #ccc; }
.search-res .search-grid input:-moz-placeholder { color: #ccc; }
.search-res .search-grid input::-moz-placeholder { color: #ccc; }
.search-res .search-grid input:-ms-input-placeholder { color: #ccc; }

/* Slideshow */
.wrap-slider { margin-top: 20px; }
.slide-col-left { width: 69%; }
.slideshow { position: relative; }
.slideshow-item { display: block; cursor: pointer; }
.slideshow-image { border-radius: 10px 10px 0px 0px; }
.slideshow-image img { border-radius: 10px 10px 0px 0px; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.slide-arrows { transform: translateY(-40%); position: absolute; top: 40%; left: -60px; z-index: 1; border: none; background: none; cursor: pointer; }
.slide-arrows.ic-rights { left: unset; right: -60px; }
.slide-arrow { position: absolute; top: 50%; left: -30px; z-index: 1; border: none; background: none; cursor: pointer; }
.slide-arrow:focus { outline: none; }
.slide-img { width: 100%; object-fit: cover; }
.slide-arrow.ic-right { left: unset; right: -20px; }
.slide-col-right { max-width: 350px; }
.banner-slide { display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; height: 100%; }
.banner-slide img { border-radius: 10px; height: 100%; }
.banner-slide-1 { margin-bottom: 10px; height: 100%; }
.banner-slide-2 { height: 100%; }

/* tieu chi */
.tieuchi { padding: 10px 0; box-shadow: 0 1px 7px 1px #80808061; border-radius: 0px 0px 8px 8px; }
.tieuchi.detail { box-shadow: none; border: 1px solid #80808047; border-radius: 5px; }
.tieuchi-item { display: flex; justify-content: center; align-items: center; border-right: 1px solid #80808052; }
.tieuchi-name { padding: 0 7px; font-size: 15px; text-transform: uppercase; font-weight: 600; color: #262626; }

/* danh muc slide */
.wrap-danhmuc-slide { }
.danhmuc-slide-row { display: flex; align-items: center; justify-content: space-between; }
.danhmuc-col-left { width: 63%; }
.danhmuc-slide { margin: 0 -12px; }
.danhmuc-slide .slick-slide { margin: 0 12px; }
.danhmuc-slide .slick-list { padding: 10px 0; }
.danhmuc-slide-item { display: flex; flex-direction: column; align-items: center; }
.danhmuc-slide-img { box-shadow: 1px 1px 8px #8080803d, -1px -1px 8px #8080803d; border-radius: 10px; padding: 10px; }
.danhmuc-slide .slick-dots li button:before { font-size: 16px; }
.danhmuc-slide .slick-dots li.slick-active button:before { color: #d90000; padding: 0px; border: 1px solid #d90000; border-radius: 20px; text-align: center; font-size: 9px; line-height: 20px; }
.danhmuc-name { color: #262626; text-transform: capitalize; margin: 10px 0; font-weight: 500; text-align: center; }
.danhmuc-col-right { }
.danhmuc-col-right a { }

/* san pham sale */
.wrap-sale { margin-bottom: -203px; margin-top: 30px; min-height: 500px; }
.wrap-sale .title-main { margin-bottom: 4px; }
.pro-name { text-align: center; font-size: 30px; text-transform: uppercase; color: #262626; font-weight: 600; margin-bottom: 15px; }
.pro-name-item { }
.pro-name-item.active { border-bottom: 3px solid #d90000; }
.prosale-slide { margin: 0 -7px; }
.prosale-slide .slick-slide { margin: 0 7px; }
.prosale-slide .slick-list { padding: 10px 0; }
.wrap-bannerSale { background-image: url("../images/bg-pro-sale.jpg"); background-repeat: no-repeat; background-size: cover; background-position: bottom; padding-top: 230px; padding-bottom: 40px; }
.bannerSale-item { }

/* title product main */
.title-product-main { font-size: 30px; color: #262626; font-weight: 600; text-transform: uppercase; display: flex; align-items: center; }
.title-product-main:before { content: ""; display: inline-block; width: 20px; height: 5px; background: #d90000; border-radius: 30px; margin: 0px 6px; margin-right: 18px; }

/* banner quảng cáo */
.wrap-qc { margin: 50px 0; }
.wrap-qc img { border-radius: 7px; }

/* form home */
.wrap-newsletter-home { background-image: url("../images/bg-form.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 70px 0; margin: 30px 0; background: #fff; }
.newsletter-row { display: flex; align-items: center; justify-content: space-between; }
.newsletter-col-left { }
.newsletter-col-right { width: 44%; }
span.title-name { font-size: 30px; text-transform: uppercase; color: #262626; font-weight: 600; margin-top: 0; display: block; text-align: center; }
.mb-form-home { margin-bottom: 10px; }
.wrap-newsletter-home #FormNewsletter .row { margin-right: -5px; margin-left: -5px; }
.wrap-newsletter-home #FormNewsletter .row .col, .wrap-newsletter-home #FormNewsletter .row .col-12 { padding-right: 5px; padding-left: 5px; }
.wrap-newsletter-home #content-newsletter { min-height: 97px; border-radius: 8px; border: none; box-shadow: 0px 0px 5px #80808059; }
.wrap-newsletter-home .input-form-home { border-radius: 8px; border: none; box-shadow: 0px 0px 5px #80808059; }
.wrap-newsletter-home .newsletter-input:after { content: ""; display: inline-block; position: absolute; width: 22px; height: 20px; right: 10px; top: 10px; }
.wrap-newsletter-home .newsletter-input.newsletter-input-name:after { background: url("../images/icon-name.png") no-repeat; }
.wrap-newsletter-home .newsletter-input.newsletter-input-email:after { background: url("../images/icon-mail.png") no-repeat; }
.wrap-newsletter-home .newsletter-input.newsletter-input-phone:after { background: url("../images/icon-phone.png") no-repeat; }
.wrap-newsletter-home .newsletter-input.newsletter-input-diachi:after { background: url("../images/icon-diachi.png") no-repeat; }
.wrap-newsletter-home .newsletter-input.newsletter-input-content:after { background: url("../images/icon-content.png") no-repeat; }

/* Partner */
.wrap-partner { padding: 0px 15px; }
.wrap-partner .wrap-content { position: relative; }
.partner { display: block; border: 1px solid #eee; max-width: 175px; margin: 0px auto; }

/* Breadcrumb */
.breadCrumbs { background-color: #eee; }
.breadCrumbs .wrap-content { padding: 0.75rem 15px; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: var(--color-gray); }

/* Intro */
.news-intro-slide { margin: 0 -15px; }
.news-intro-slide .slick-prev { left: 25px }
.news-intro-slide .slick-next { right: 25px }
.news-intro-slide .slick-prev, .news-intro-slide .slick-next { width: 30px; height: 30px; }
.news-intro-slide .slick-slide { margin: 0 15px; }
.news-shadow-info { padding: 10px 5px; }
.news-shadow-name { font-size: 15px; text-transform: initial; font-weight: 600; text-align: center; }
.news-shadow-name a { color: #262626; }
.news-shadow-name a.text-split { -webkit-line-clamp: 2; line-height: 25px; height: 50px; }
.news-shadow-name a:hover { color: var(--main-color); }
.news-shadow-desc.text-split { -webkit-line-clamp: 2; line-height: 25px; text-align: center; }
.news-shadow-image { display: inline-block; position: relative; border-radius: 10px; }
.news-shadow-image img { border-radius: 10px; }
.news-shadow-time { display: block; text-align: center; position: absolute; bottom: 0px; width: 100%; padding-top: 65px; padding-bottom: 10px; border-radius: 10px; font-size: 14px; color: #ffffff; background: rgb(0 0 0 / 63%); background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%); background: -webkit-linear-gradient(0deg, rgb(0 0 0 / 63%) 20%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(0deg, rgb(0 0 0 / 63%) 20%, rgba(0, 0, 0, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1); }
.news-shadow-time:before { content: ""; padding: 2px 10px; background-image: url("../images/icon-time.png"); background-repeat: no-repeat; background-position: left center; margin-right: 5px; }

/* Video */
.video { cursor: pointer; margin-bottom: 1rem; }
.video-image { position: relative; margin-bottom: 0.75rem; }
.video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px / 2); left: calc(50% - 35px / 2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); }
.video-name { text-align: center; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }

/* Album */
.album { cursor: pointer; margin-bottom: 1rem; }
.album-image { margin-bottom: 0.75rem; }
.album-name { margin-bottom: 0px; text-align: center; }
.album-name a { display: block; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }

/* Brand */
.wrap-brand {    /* margin-bottom: 12px; */

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

/* Product */
.grid-products { display: grid; grid-gap: 10px; grid-template-columns: repeat(4, 1fr); }
.wrap-home .grid-products { grid-gap: 18px; grid-template-columns: repeat(5, 1fr); margin-top: 25px; }
.product { }
.slide-product { margin: 0 -7px; }
.slide-product .slick-slide { margin: 0 7px; }
.slide-product .slick-list { padding: 10px 0; }
.box-product { position: relative; display: block; margin-bottom: 1rem; box-shadow: 0px 0px 5px #a5a3a3bd; border-radius: 7px; padding: 10px 10px 15px 10px; background-color: white; }
.box-product .pic-product { display: block; background: #ffffff; border: 1px solid #eee; }
.box-product .pic-product img { width: 100%; }
.box-product .name-product { font-size: 14px; margin-top: 15px; }
.box-product .name-product a { font-size: 14px; color: #262626; font-weight: 500; }
.box-product .name-product a:hover { color: var(--color-second); }
.box-product .name-product.text-split { -webkit-line-clamp: 2; line-height: 25px; height: 50px; }
.box-product .price-product { margin-bottom: 10px; }
.box-product .price-product span { font-weight: 700; }
.box-product .price-new { font-size: 15px; font-weight: 500; color: var(--color-red); }
.box-product .price-old { padding: 0 10px; font-size: 13px; color: #999999; font-weight: 400 !important; text-decoration: line-through; }
.box-product .price-per { position: absolute; top: 15px; left: 15px; color: #ffffff;    /* background: var(--color-red); */ background-image: url("../images/sale-bg.png"); background-repeat: no-repeat; font-size: 11px; border-radius: 2px; width: 45px; height: 25px; text-align: center; line-height: 25px; font-weight: 400 !important; }
.product .cart-product { margin-bottom: 0px; }
.product .cart-product span { cursor: pointer; width: 49%; float: left; color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.product .cart-add { margin-right: 2%; background-color: var(--color-red); }
.product .cart-add:hover { background-color: var(--color-dark-red); }
.product .cart-buy { background-color: var(--color-green); }
.product .cart-buy:hover { background-color: var(--color-dark-green); }

/*Cart Detail*/
#popup-cart .modal-title { text-transform: uppercase }
#popup-cart .modal-body .wrap-cart { padding: 0px; -webkit-box-shadow: none; box-shadow: none; border: 0px }
#popup-cart .modal-footer { padding: 0.75rem 0 0 0; border-top: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
.buymore-cart { color: var(--maincolor); cursor: pointer; margin: 0px }
.buymore-cart i { margin-right: 2px; margin-top: 5px; vertical-align: top; font-size: 12px }
.wrap-cart { padding: 20px 15px; background: #ffffff; border: 1px solid #d8d8d8; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) }
.top-cart { border-right: 1px solid #eee }
.procart { padding: 20px 10px; border: 1px solid #eee; border-top: 0px }
.pic-procart { text-align: center }
.pic-procart img { max-height: 100px; height: inherit }
.pic-procart .del-procart { color: #999; font-size: 12px; display: block; margin-top: 5px; cursor: pointer }
.pic-procart .del-procart:hover { color: var(--maincolor) }
.name-procart a { font-size: 14px; color: #000; display: block }
.name-procart a:hover { color: var(--maincolor) }
.properties-procart { display: block }
.properties-procart p { display: inline-block; margin-bottom: 0px }
.properties-procart p:first-child { margin-right: 10px }
.properties-procart p strong { font-weight: 600 }
.quantity-procart p { margin-bottom: 0px }
.quantity-counter-procart { border: 1px solid #dfdfdf; width: 100%; height: 30px; line-height: normal; text-align: center; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
.counter-procart { background-color: transparent; border: 0px; width: 30%; color: #333; outline: none; cursor: pointer; font-size: 23px }
.counter-procart:hover, .counter-procart:focus { color: var(--maincolor) }
.counter-procart:disabled { color: #ccc; cursor: not-allowed }
.counter-procart:disabled:hover { color: #ccc; cursor: not-allowed }
.counter-procart-minus { line-height: 26px }
.counter-procart-plus { line-height: 24px }
.quantity-counter-procart .quantity-procart { width: 40%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 0px; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; outline: none; -webkit-box-shadow: none; box-shadow: none; padding: 0px; color: #333; text-align: center }
.price-procart { width: 20%; text-align: right }
.price-procart-rp { display: none; width: 100%; margin-bottom: 10px; font-size: 13.5px }
.price-new-cart { color: var(--maincolor); margin-bottom: 0px; font-weight: bold }
.price-old-cart { color: #999; text-decoration: line-through }
.procart-label { border: 0px; background: #eee; padding: 10px; margin: 0px; text-transform: capitalize }
.money-procart { margin-top: 15px }
.total-procart { background: #eee; padding: 7px 10px; border: 1px solid #dddfe2; margin-bottom: -1px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
.total-procart p { margin-bottom: 0px; font-size: 15px }
.total-procart p:last-child { color: var(--maincolor); font-weight: bold }
.section-cart { position: -webkit-sticky; position: sticky; top: 15px }
.title-cart { font-size: 15px; text-transform: uppercase; color: var(--maincolor); border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 15px; font-weight: bold }
.information-cart { margin-bottom: 1.5rem }
.input-cart { margin-bottom: 0.5rem; position: relative }
.input-cart textarea { resize: none; height: 100px }
.input-cart select { cursor: pointer }
.payments-cart { text-align: left; margin-bottom: 5px; min-height: auto }
.payments-cart:last-child { margin-bottom: 0px }
.payments-cart input { top: calc(50% - 1.25rem / 2) }
.payments-label img { max-height: 20px; }
.payments-label { cursor: pointer; background: #eee; padding: 10px 15px; border-radius: 3px; margin-bottom: 0px; color: #313131 !important; display: flex; align-items: center; gap: 10px; }
.payments-label::before, .payments-label::after { top: calc(50% - 1rem / 2) }
.payments-label.active { background: var(--maincolor); color: #ffffff !important }
.payments-info { opacity: 0; visibility: hidden; height: 0px; overflow: hidden; background: #f5efef; border-radius: 5px }
.payments-info p { margin-bottom: 1em }
.payments-info.active { padding: 10px 15px; margin-top: 5px; opacity: 1; visibility: visible; height: auto }
.btn-cart { text-transform: capitalize }
.empty-cart { padding: 25px 30px; display: block; text-align: center; color: #23527c !important; width: 100% }
.empty-cart i { color: red; font-size: 70px }
.empty-cart p { margin: 15px 0px; color: #333; font-size: 18px }

/* Product Detail */
.grid-pro-detail { margin-bottom: 3rem; }
.left-pro-detail { position: relative; text-align: center; }
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; 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; border-radius: 3px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.thumb-pro-detail img { box-shadow: none !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 20px; display: block; font-weight: 700; }
.tag-title { display: inline-block; padding: 2px 10px; border-radius: 5px; background: var(--main-color); color: white; cursor: pointer; }
.comment-pro-detail { display: flex; align-items: center; justify-content: flex-start; display: none !important }
.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: 15px; color: var(--color-red); }
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); 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; 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, .color-pro-detail.active { border-color: #e5101d; color: #e5101d; }
.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: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.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: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; justify-content: space-between; }
.cart-pro-detail a { font-size: 14px; color: #ffffff !important; text-transform: uppercase; }
.cart-pro-detail a { text-align: center; color: #fff; text-transform: uppercase; cursor: pointer; width: calc(100%/2 - 5px); border: 1px solid #e65c37; line-height: 45px; display: flex; justify-content: center; align-items: center; }
.cart-pro-detail a.addnow { background: #e65c37; color: var(--color-red); }
.cart-pro-detail a.addnow:hover { color: #fff; background: var(--color-red); }
.cart-pro-detail a.buynow { background-color: var(--color-red); }
.cart-pro-detail a.buynow:hover { background-color: var(--color-dark-red); color: #fff; }
.cart-pro-detail a i { vertical-align: top; margin-right: 8px; font-size: 18px; }
.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, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; }
.khuyenMai-pro-detail { background: #f0f0f0; padding: 10px; border-radius: 8px; margin-bottom: 15px; }

/*Filter*/
.box-filter { width: 100%; display: flex; justify-content: flex-start; grid-gap: 15px; }
.filter_block { margin-bottom: 1rem; position: relative; display: block; border: 1px solid #ccc; padding: 5px 20px; border-radius: 5px; }
.show-item-filter { position: absolute; top: 36px; left: 0; width: 100%; visibility: hidden; opacity: 0; transition: all 0.6s; padding: 10px; border-radius: 5px; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5); z-index: 3; min-width: 400px; background: #fff; }
.filter_block:hover .show-item-filter { visibility: visible; opacity: 1; transition: all 0.6s }
.filter_block .list-unstyled { position: relative; }
.filter_block:hover .list-unstyled:before { border: 9px solid transparent; border-bottom: 9px solid #fff; margin-left: -9px; top: -25px; left: 5px; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.filter_block:hover .show-item-filter .wrapper:before { border: 9px solid transparent; border-bottom: 9px solid #fff; margin-left: -9px; top: -15px; left: 15px; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.filter_block li.list-unstyled { padding-left: 0; list-style: none; display: inline-block; border: 0.5px solid #b7b5b5; padding: 3px 7px; border-radius: 5px; cursor: pointer; }
.filter_block li.list-unstyled a { color: #333; font-weight: 500 }
.filter_block li.list-unstyled:hover a { color: var(--main-color) }
.filter_block li.list-unstyled.checked { border: 1px solid var(--main-color); }
.filter_block li.list-unstyled.checked a { color: var(--main-color); }
.filter_title { font-size: 0.80rem; color: #000; font-weight: 500;    /* margin-right: 10px; */ cursor: pointer; }
.slider-container { position: relative; width: 100%; height: 40px; }
input[type="range"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; outline: none; position: absolute; margin: auto; top: 0; bottom: 0; background-color: transparent; pointer-events: none; }
.slider-track { width: 100%; height: 3px; position: absolute; margin: auto; top: 0; bottom: 10px; border-radius: 5px; background: linear-gradient(to right, #dadae5 0%, #3b82f6 0%, #3b82f6 100%, #dadae5 100%); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; height: 20px; width: 20px; background-color: #ffffff; border: 3px solid #3b82f6; border-radius: 50%; cursor: pointer; pointer-events: auto; margin-top: -8px; }
input[type="range"]::-moz-range-thumb { -moz-appearance: none; height: 20px; width: 20px; background-color: #ffffff; border: 3px solid #3b82f6; border-radius: 50%; cursor: pointer; pointer-events: auto; }
.values { display: flex; justify-content: space-between; align-items: center; margin-top: 0px; position: relative; }
.input-box { border: 1px solid #ccc; border-radius: 5px; padding: 8px 10px; width: 45%; background-color: #fff; }
.input-box input { width: 100%; border: none; outline: none; text-align: right; color: #555; font-size: 14px; }
.separator { width: 10%; height: 1px; background-color: #ddd; }

/*Comment*/
.comment-title { font-size: 18px; }
.comment-show { display: block !important; }
.comment-point { font-size: 47px; color: #fe302e; }
.comment-star { font-size: 0; position: relative; display: inline-block; vertical-align: top; margin-bottom: 0.5rem; }
.comment-star span { display: block; position: absolute; top: 0; left: 0px; bottom: 0; z-index: 1; overflow: hidden; text-align: left; white-space: nowrap; }
.comment-star i { display: inline-block; margin: .1rem; color: #b8b8b8; text-rendering: auto; font-size: 14px; }
.comment-star i:nth-child(1) { margin-left: 0; }
.comment-star span i { color: #ffc120; }
.comment-progress { width: 100%; margin-bottom: 0.375rem; display: flex; align-items: center; justify-content: space-between; }
.comment-progress:last-child { margin-bottom: 0px; }
.comment-progress .progress { height: 12px; margin-right: 10px; margin-left: 5px; width: calc(100% - 90px); border-radius: 10px; }
.comment-progress .progress-bar#has-rate { background-color: #23b445; }
.comment-progress .progress-num { font-size: 15px; width: 25px; text-align: center; color: #787878; }
.comment-progress .progress-total { font-weight: 600; text-align: left; color: #787878; width: 50px; }
.comment-write { display: none; }
.review-rating-star { font-size: 0; }
.review-rating-star-icon .fa { font-weight: 400; font-style: normal; display: inline-block; margin: .1rem; font-size: 21px; }
.review-rating-star-icon .fa.star-empty { color: #dedddc; }
.review-rating-star-icon .fa { cursor: pointer }
.review-rating-star-icon .fa { color: #f0c808; }
.review-rating-star-icon .fa.star-not-empty { color: #f0c808; }
.review-rating-star-icon .fa:nth-child(1) { margin-left: 0; }
.review-fileuploader { padding: 20px 15px; text-align: center; background-color: #ffffff; cursor: pointer; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border: 2px dashed #c2cdda; }
.review-fileuploader .review-fileuploader-text { color: #90a0bc; }
.review-file-uploader .fileuploader { padding: 0px; margin: 0px; background: transparent; }
.review-file-uploader .fileuploader-items .fileuploader-items-list { margin: 1rem -5px 0 -5px; }
.review-file-uploader .fileuploader-items .fileuploader-items-list:after { display: block; content: ""; clear: both; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item { padding: 0px; width: calc(100%/7 - 10px); float: left; margin: 0 5px 5px 5px; border-bottom: 0px; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .columns { display: block; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail { width: auto; height: auto; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image { height: auto; padding: 50% 0; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image img { position: absolute; top: 0px; left: 0px; max-width: 100%; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform: none; -ms-transform: none; transform: none; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-title { padding: 0px; margin-top: 0.5rem; text-align: center; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-title { display: none; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-actions { margin: 0px; position: absolute; top: 0px; right: -5px; }
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-infos input { border: 1px solid #dddddd; border-radius: 0.25rem; }
.review-poster-video-avatar .avatar-detail { width: 95px; height: 95px; }
.review-poster-video-avatar .avatar-detail img { max-width: 95px; max-height: 95px; }
#review-content { height: 350px; }
.carousel-comment-media .carousel-control a { opacity: 1; width: 45px; height: 45px; top: calc(50% - 45px/2); bottom: inherit; }
.carousel-comment-media .carousel-control a span { display: block; cursor: pointer; color: #222222; width: 45px; height: 45px; padding: 5px; text-align: center; display: flex; align-items: center; justify-content: center; background-color: #ffffff; box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%); border-radius: 100%; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
.carousel-comment-media .carousel-control a.carousel-control-prev { left: 20px; }
.carousel-comment-media .carousel-control a.carousel-control-prev span { padding-right: 9px; }
.carousel-comment-media .carousel-control a.carousel-control-next { right: 20px; }
.carousel-comment-media .carousel-control a.carousel-control-next span { padding-left: 8px; }
.carousel-comment-media .carousel-indicators { position: static; margin: 0px 0px 0.75rem 0px; text-align: left; display: block; }
.carousel-comment-media .carousel-indicators li { width: auto; max-width: 60px; height: auto; text-indent: inherit; flex: none; margin: 0px 0px 3px 0px; border: 2px solid transparent; opacity: 1; cursor: zoom-in; }
.carousel-comment-media .carousel-indicators li.active { border-color: #ffc120; cursor: zoom-out; -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.carousel-comment-media .carousel-inner { max-width: 550px; box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%); }
.carousel-comment-media .carousel-inner .carousel-lists .carousel-comment-media-item-video #file-video { max-width: 100%; width: 100%; height: 500px; vertical-align: top; display: inline-block; background-color: #000000; }
#form-reply { display: none; }
.comment-item { display: flex; align-items: flex-start; justify-content: flex-start; margin-bottom: 3rem; }
.comment-item-poster { width: 200px; margin-right: 30px; text-align: center; }
.comment-item-letter { border-radius: 50%; background-color: #d3d2d3; color: #919090; width: 65px; height: 65px; text-transform: uppercase; display: inline-block; vertical-align: top; line-height: 67px; font-size: 18px; font-weight: 700; margin-bottom: 0.5rem; }
.comment-item-name { margin-bottom: 0.25rem; text-transform: capitalize; }
.comment-item-posttime { font-size: 12px; color: #999999; }
.comment-item-information { width: calc(100% - 230px); }
.comment-item-star { float: left; margin-right: 10px; }
.comment-item-star i { font-size: 17px; }
.comment-item-title { font-size: 15px; font-weight: 500; }
.comment-replies { position: relative; background: #f8f9fa; border: 1px solid #dfdfdf; padding: 1.75rem 1.5rem; }
.comment-replies:after, .comment-replies:before { content: ''; position: absolute; }
.comment-replies:before { z-index: 1; top: -13px; left: 10px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 13px solid #f8f9fa; }
.comment-replies:after { top: -14px; left: 9px; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 14px solid #dfdfdf; }
.comment-replies-item { margin-bottom: 1.5rem; display: flex; align-items: flex-start; justify-content: flex-start; }
.comment-replies-item:last-child { margin-bottom: 0px; }
.comment-replies-letter { width: 45px; height: 45px; margin-right: 10px; line-height: 45px; padding-left: 1px; font-size: 14px; border-radius: 50%; background-color: #e5e3e5; color: #919090; text-transform: uppercase; display: inline-block; vertical-align: top; font-weight: 500; text-align: center; margin-top: 0.125rem; }
.comment-replies-letter.admin { position: relative; background-color: #189eff; text-indent: 9999px; overflow: hidden; }
.comment-replies-letter.admin:before { content: 'QTV'; text-indent: 0px; color: #ffffff; font-weight: 500; text-transform: uppercase; font-size: 13px; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.comment-replies-info { width: calc(100% - 55px); }
.comment-replies-name { font-weight: 500; margin-bottom: 0.125rem; }
.comment-replies [class*=btn-load-more-] { border: 0px; outline: none; padding: 0px; background: transparent; }
.comment-media-play { z-index: 1; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); }
.comment-media-play svg { -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); border-radius: 50%; background-color: rgb(255 255 255 / 15%); }
.comment-media-play svg .comment-media-play-stroke-dotted { opacity: 0; stroke-dasharray: 4, 5; stroke-width: 1px; transform-origin: 50% 50%; animation: spin 4s infinite linear; transition: opacity 1s ease, stroke-width 1s ease; }
.comment-media-play svg .comment-media-play-stroke-solid { stroke-dashoffset: 0; stroke-dashArray: 300; stroke-width: 4px; transition: stroke-dashoffset 1s ease, opacity 1s ease; }
.comment-media-play svg .comment-media-play-icon { transform-origin: 50% 50%; transition: transform 200ms ease-out; }
.comment-media-play:hover svg .comment-media-play-stroke-dotted { stroke-width: 4px; opacity: 1; }
.comment-media-play:hover svg .comment-media-play-stroke-solid { opacity: 0; stroke-dashoffset: 300; }
.comment-media-play:hover svg .comment-media-play-icon { transform: scale(1.05); }
@keyframes spin {
	to { transform: rotate(360deg); }
}
@media(max-width:992px) {
	.review-preview { display: none; }
	.comment-item { display: block; }
	.comment-item-poster { width: auto; margin-right: 0px; margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: flex-start; }
	.comment-item-letter { width: 40px; height: 40px; line-height: 40px; font-size: 13px; margin-bottom: 0; }
	.comment-item-name { margin-bottom: 0px; margin-left: 10px; margin-right: 10px; }
	.comment-item-information { width: 100%; }
	
}

/* News */
.news { margin-bottom: 2rem; }
.news-name { margin-bottom: 0.5rem; }
.news-name a { color: #333; font-size: 16px; font-weight: 700; }
.news-name a.text-split { -webkit-line-clamp: 2; }
.news-name a:hover { color: var(--color-red); }
.news-time { color: #84878a; margin-bottom: 0.25rem; }
.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-red); }

/* 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; }

/* Newsletter */
.newsletter-slogan { margin-bottom: 0.5rem; color: var(--color-gray); }
.newsletter-input { position: relative; }
.newsletter-button { margin-top: 5px; }
.newsletter-button input[type="submit"] { text-transform: uppercase; font-weight: 500; background-color: #d90000; border: none; color: white; padding: 11px 36px; font-weight: bold; border-radius: 8px; }
.newsletter-button:hover input[type="submit"] { background-color: #b30303; }

/* commitment-content */
.commitment-content { border: 1px solid #e9e9e9; padding: 10px; border-radius: 8px; }
.title-commitment { text-transform: uppercase; font-weight: 700; color: #d90000; }
.list-commitment { margin-top: 15px; }
.item-commitment { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 13px; }
.commitment-number { display: block; background: #d90000;    /* padding: 10px; */ color: white; font-weight: 600; border-radius: 55px; width: 25px; height: 25px; text-align: center; line-height: 25px; }
.commitment-info { width: 83%; }
.item-commitment .title { font-weight: 700; }
.item-commitment p.text-split { text-align: justify; -webkit-line-clamp: 4; }

/* Footer */
.footer-article { background-color: #f5f6f7; }
.footer-article .wrap-content { padding: 35px 15px; }
.footer-title { text-transform: uppercase; font-size: 16px; margin-bottom: 1rem; font-weight: 700; color: #262626; background-image: url("../images/bg-title-ft.png"); background-repeat: no-repeat; background-position: left bottom; padding-bottom: 15px; }
.footer-ul { list-style: none; padding: 0px; margin: 0px; }
.footer-ul li { margin-bottom: 10px; }
.footer-ul li::before { }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #4c4c4c; }
.footer-ul li a:hover { text-decoration: none; color: var(--color-red); }
.footer-powered { color: #ffffff; background-color: var(--color-medium-red); }
.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; }
.feedback-info { display: flex; justify-content: space-between; align-items: center; }
.feedback-info-right { width: 73%; }
.feedback-info-right p { color: #4c4c4c; text-transform: capitalize; }
.feedback-info-right p.feeback-name { color: #d90000; text-transform: uppercase; font-weight: 600; }
.feedback-desc.text-split { -webkit-line-clamp: 4; line-height: 27px; }

/* pro detail */
.contact-pro-detail-hotline { background-color: #d90000; color: white; padding: 6px 25px; display: inline-block; font-size: 16px; border-radius: 8px; font-weight: 600; margin-bottom: 15px; }
.contact-pro-detail-hotline:hover { color: white; background-color: #a10202; }
.contact-pro-detail-zalo { background-color: #0065f7; color: white; padding: 6px 25px; display: inline-block; font-size: 16px; border-radius: 7px; margin-bottom: 15px; font-weight: 600; }
.contact-pro-detail-zalo:hover { color: white; background-color: #0455cb; }

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin-top: 10px; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
.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; }

/* autocomplete */
.keyword-autocomplete { position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: #fff; border: 1px solid var(--maincolor); font-size: 13px; max-height: calc(80px * 4); overflow-x: hidden; overflow-y: auto; opacity: 0; visibility: hidden; }
.keyword-autocomplete.active { opacity: 1; visibility: visible; }
.autocomplete_item { display: block }
.autocomplete_item a { padding: 0.2rem !important; display: flex !important; align-items: center; gap: 0.5rem }
.autocomplete_item a picture { min-width: 30%; max-width: 30% }
.autocomplete_item a section { flex-grow: 1; position: relative }
.autocomplete_item a h3 { font-size: 12px; color: #222; margin: 0; margin-bottom: 5px; }
.autocomplete_item a p { float: none; width: auto; text-align: left; line-height: unset; height: unset; display: inline-block; }
.autocomplete_item a p span { font-size: 12px; font-weight: 700; }
.autocomplete_item a p span.price-per { top: 0; right: 0; z-index: 2; width: auto; height: auto; padding: 2.5px 5px; font-size: 10px; line-height: unset }

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

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

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

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

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }

/* Transition All */
.transition { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }

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

/* 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; animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

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

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

/* Phone */
.btn-phone { bottom: 120px; }
.btn-phone-left.btn-frame { left: 20px; bottom: 30px; }
.btn-phone-left.btn-frame i { font-size: 25px; color: white; animation: swing; animation-duration: 0.5s; animation-iteration-count: infinite; }
.hotline-fixed { position: fixed; right: 20px; bottom: 120px; background: var(--main-color); border-radius: 999px; line-height: 45px; padding: 2.5px 25px 2.5px 15px; min-width: 200px; color: #fff; font-size: 20px; font-weight: bold; z-index: 9; display: flex; justify-content: space-between; align-items: center; }
a.hotline-fixed { text-decoration: none; color: white; }
.hotline-fixed.hotline-fixed-left { left: 20px; right: unset; bottom: 30px; padding: 0px 0px 0px 53px; }

/* btn shopee */
.btn-shopee { bottom: 282px; }

/* btn tiktok */
.btn-tiktok { bottom: 336px; }

/* btn youtube */
.btn-youtube { bottom: 390px; }

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

/* Cart Fix */
.cart-fixed { position: fixed; right: 20px; bottom: 450px; z-index: 10; background: #4b4f56; width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; display: flex; align-items: 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-red); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */
.toolbar { background: var(--color-red); width: 100%; padding: 1vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; display: none }
.toolbar ul { list-style: none; display: flex; align-items: center; 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: 6vw; width: auto; }
.toolbar ul li a span { font-weight: 400; color: #ffffff; font-size: 3.5vw; display: none; }

/* 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; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { display: inline-block; 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; 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; }

/* fixed top*/
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 100; box-shadow: 0px 0px 5px black; }

/* 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-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; }
.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: calc(50% - 50px / 2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* 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; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-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 { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 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; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 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; border-radius: 50%; display: flex !important; display: -ms-flex !important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative !important; }
.wcircle-icon:before { position: absolute; content: ""; width: 60px; height: 60px; background: rgba(18, 130, 252, 0.5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-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); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-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; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i, .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; -ms-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%; }
@-moz-keyframes shake-anim {
	0% { transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@-webkit-keyframes shake-anim {
	0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
}
@-o-keyframes shake-anim {
	0%, 100%, 50% { -o-transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -o-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -o-transform: rotate(25deg) scale(1) skew(1deg); }
}

/*.sub-tracuu { text-align: center; color: #9f9d9d; }
.ftracuu { max-width: 500px; margin: 0px auto; }
.ftracuu input[type="number"], .ftracuu input[type="text"] { display: block; width: 100%; height: 40px; border: 1px solid rgba(0, 0, 0, 0.15); padding: 0px 15px; border-radius: 5px; }
.ftracuu input:focus { border-color: var(--main-color); }
.ftracuu button { display: block; margin: auto; border: none; background: var(--main-color); color: #fff; padding: 10px 20px; border-radius: 5px; }
.ftracuu label { display: block; margin-bottom: 20px; margin-top: 3px; color: #9f9d9d; }
.load-tracuu { margin-top: 30px; }
.table-tracuu { border: 1px solid var(--main-color); max-width: 600px; margin: auto; }
.table-tracuu .tr { display: flex; padding: 10px; }
.table-tracuu .tr:not(:last-child) { border-bottom: 1px solid var(--main-color); }
.table-tracuu .td:nth-child(1) { width: 175px; padding: 2px 0px; }
.table-tracuu .td:nth-child(2) { width: calc(100% - 175px); font-size: 17px; }
.table-tracuu .ckdichvu { white-space: pre-line; }
.table-tracuu:not(:last-child) { margin-bottom: 30px; }*/
.text-hover { color: var(--main-color); }
.bg-hover { background: var(--main-color); color: #fff !important; }
.hs-top-16 { top: 4rem; }
.hs-top-5 { top: 1.25rem; }
.hs-m-0\.5 { margin: 0.125rem; }
.hs-m-0 { margin: 0px; }
.hs-mb-\[5px\] { margin-bottom: 5px; }
.hs-flex { display: flex; }
.hs-grid { display: grid; }
.hs-flex-1 { flex: 1 1 0%; }
.hs-cursor-pointer { cursor: pointer; }
.hs-cursor-zoom-in { cursor: zoom-in; }
.hs-columns-3xs { -moz-columns: 16rem; columns: 16rem; }
.hs-break-inside-avoid { -moz-column-break-inside: avoid; break-inside: avoid; }
.hs-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.hs-flex-wrap { flex-wrap: wrap; }
.hs-items-center { align-items: center; }
.hs-justify-center { justify-content: center; }
.hs-gap-5 { gap: 1.25rem; }
.hs-gap-2 { gap: 0.5rem; }
.hs-gap-4 { gap: 1rem; }
.hs-space-y-5 >:not([hidden]) ~:not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); }
.hs-divide-y-\[1px\] >:not([hidden]) ~:not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }
.hs-divide-\[\#f2f2f2\] >:not([hidden]) ~:not([hidden]) { --tw-divide-opacity: 1; border-color: rgb(242 242 242 / var(--tw-divide-opacity)); }
.hs-border-t-\[1px\] { border-top-width: 1px; }
.hs-border-\[\#f2f2f2\] { --tw-border-opacity: 1; border-color: rgb(242 242 242 / var(--tw-border-opacity)); }
.hs-font-bold { font-weight: 700; }
.hs-text-red-600 { --tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity)); }
.hs-g-9 { --bs-gutter-x: 2.25rem; --bs-gutter-y: 2.25rem; }
.hs-g-6 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.hs-g-8 { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.hs-g-3 { --bs-gutter-x: 0.75rem; --bs-gutter-y: 0.75rem; }
.hs-g-4 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }
.hs-text-split-1 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; }
.hs-text-split-2 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.hs-text-split-3 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.hs-text-split-4 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 4; }
#info-pro-detail img { height: auto !important; }
#info-pro-detail iframe { width: 100% !important }
.list-catagory { display: flex; width: 100%; overflow-x: auto; flex-direction: row; grid-gap: 10px; scroll-behavior: smooth; padding-bottom: 6px; }
.list-catagory span { background: #333; padding: 7px 15px; color: #fff; font-size: 15px; border-radius: 5px; cursor: pointer; text-wrap-mode: nowrap; }
.list-catagory span.active, .list-catagory span:hover { background: #d90000 }
.elementor-kit-6 { --e-global-color-primary: #FF0000; --e-global-color-secondary: #4F4F4F; --e-global-color-text: #54595F; --e-global-color-accent: #000000; --e-global-color-1061349:#FFFFFF; --e-global-color-7b0d5c0:#B80101; --e-global-typography-primary-font-family: "Play"; --e-global-typography-primary-font-weight: 600; --e-global-typography-secondary-font-family: "Play"; --e-global-typography-secondary-font-weight: 400; --e-global-typography-text-font-family: "Play"; --e-global-typography-text-font-weight: 400; --e-global-typography-accent-font-family: "Play"; --e-global-typography-accent-font-weight: 500; font-family: "Play", Sans-serif; }
.elementor-kit-6 e-page-transition { background-color: #FFBC7D; }
.elementor-kit-6 a { font-family: "Play", Sans-serif; }
.elementor-kit-6 h2 { color: var(--e-global-color-7b0d5c0); font-family: "Play", Sans-serif; font-size: 25px; }
.elementor-kit-6 h3 { font-family: "Play", Sans-serif; font-size: 20px; }
.elementor-kit-6 h4 { font-family: "Play", Sans-serif; font-size: 17px; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1200px; }
.e-con { --container-max-width: 1200px; }
.elementor-widget:not(:last-child) { margin-block-end: 20px; }
.elementor-element { --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; }
h1.entry-title { display: var(--page-title-display); }
.site-header .site-branding { flex-direction: column; align-items: stretch; }
.site-header { padding-inline-end: 0px; padding-inline-start: 0px; }
.site-footer .site-branding { flex-direction: column; align-items: stretch; }
.elementor img { border: none; border-radius: 0; box-shadow: none; height: auto; max-width: 100%; }
.wrap-flex-scroll { display: flex; justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; }
.wrap-flex-scroll > li { flex: none; }
.wrap-flex-scroll > li:not(:last-child) { margin-right: 10px; }
.view-more-autosearch{text-align: center;width: 100%;}
.view-more-autosearch a{ text-transform: uppercase !important;  background-color: #d90000; border: none; color: white !important; padding: 0px 25px !important; font-weight: bold !important; border-radius: 8px; display: inline-block !important; margin: auto; font-size: 12px !important; line-height: 35px; }
@media(max-width:1024px) {
	.elementor-kit-6 h2 { font-size: 23px; }
	.elementor-kit-6 h3 { font-size: 18px; }
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1024px; }
	.e-con { --container-max-width: 1024px; }
}
@media(max-width:767px) {
	.elementor-kit-6 h2 { font-size: 20px; line-height: 1.5em; }
	.elementor-kit-6 h3 { font-size: 18px; line-height: 1.5em; }
	.elementor-kit-6 h4 { font-size: 16px; }
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 767px; }
	.e-con { --container-max-width: 767px; }
}
#info-pro-detail p { margin-block-end: .9rem; margin-block-start: 0; }

/* Responsive */
@media (max-width:1200px) {
	.control-owl button.owl-next { right: 10px !important; }
	.control-owl button.owl-prev { left: 10px !important; }
}
@media (max-width:1024px) {
	.header .logo-header { position: relative; left: 0; top: 0; }
	.header-bottom { padding: 5px 0; }
	.menu { width: 66%; }
	.social-header { display: none; }
	.header .banner-header { margin: 0; }
	.header .logo-header:after { display: none; }
	.footer-title-main, .about-left h2 a, .title-main span { font-size: 30px; }
	.product-template .col-3 { display: none }
	.product-template .col-9 { width: 100%; flex: 0 0 100%; max-width: 100%; }
}
@media (max-width:1001px) {
	.menu { display: none; }
	.menu-res { display: block; }
	.social-header { display: block; }
	.header .logo-header { position: relative; text-align: center; width: 100%; }
	.header-bottom { position: relative !important; }
	.header-bottom .wrap-content { justify-content: space-between !important; }
	.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 1em; }
	.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	.wrap-dm-menu { display: none }
}
@media (max-width:990px) {
	.wrap-home .grid-page, .wrap-home .grid-products { grid-template-columns: repeat(3, 1fr); }
	.wrap-slider .wrap-content > div { flex-wrap: wrap; }
	.slide-col-left { width: 100%; }
	.slide-col-right { display: none }
	.header-bottom{
		display: none;
	}
	.logo-header{
		display: none;
	}
}
@media (max-width:768px) {
	.widget-mobile { display: block; }
	.btn-frame { display: none; }
	.footer-article .wrap-content, .box-videos .wrap-content { flex-wrap: wrap; }
	.box-videos .box-video-left { width: 100%; margin-bottom: 20px; }
	.footer-statistic, .footer-copyright, .box-videos .box-video-right { width: 100%; max-width: 100%; flex: 100%; }
	.news-shadow-article { }
	.news-shadow-info { padding: 15px; }
	.footer-article .footer-news { margin-bottom: 20px; }
	.footer-article .footer-news:nth-child(1) { width: 100%; }
	.footer-article .footer-news:nth-child(2) { width: 40%; }
	.footer-article .footer-news:nth-child(3) { width: 50%; }
	.footer-statistic, .footer-copyright { text-align: center; }
}
@media (max-width:767px) {
	.slider-d-none { display: none; }
	.social-header { display: none; }
	.title-bottom .title-bottom-content, .news-shadow-article, .box-about .wrap-content { flex-wrap: wrap; }
	.about-left { width: 100%; margin-bottom: 20px; }
	.about-right { width: 100%; margin-bottom: 20px; }
	.header-top { display: none; }
	#slider { padding-bottom: 20px; margin: 0; }
	.box-about:after { bottom: unset; top: 0; }
	.box-albums:before { z-index: unset; }
	.news-shadow-image { width: 100%; }
	/*.news-shadow-info { width: 100%; border-left: 2px dashed #8c623c !important; border-right: 2px dashed #8c623c !important; border-top: none; }*/
	.newsletter-row { flex-wrap: wrap; }
	.newsletter-col-left { text-align: center; }
	.newsletter-col-left img { margin: auto }
	.newsletter-col-right { width: 100%; margin-top: 1rem }
	.danhmuc-slide-row { flex-wrap: wrap; }
	.danhmuc-slide-row > div { width: 100%; }
	.danhmuc-slide-row > div:nth-child(2) { display: none }
	.none-mobile { display: none }
	.right-pro-detail .col-4, .right-pro-detail .col-8 { width: 100%; flex: 0 0 100%; max-width: 100%; }
}
@media (max-width:600px) {
	.grid-page, .grid-products { grid-template-columns: repeat(2, 1fr); }
	.footer-article .footer-news:nth-child(2) { width: 100%; }
	.footer-article .footer-news:nth-child(3) { width: 100%; }
	.title-product-main, .pro-name { font-size: 23px }
}
@media (max-width:576px) {
	.news-image { margin-bottom: 1rem; }
	.wrap-home .grid-page, .wrap-home .grid-products { grid-template-columns: repeat(2, 1fr); }
	.title-name{
		font-size: 20px !important;
	}
}
@media (max-width:400px) {
	.danhmuc-slide-row > div:nth-child(2) { display: block }
}
@media (max-width:369px) {
	.cart-pro-detail a { width: 100%; }
	.cart-pro-detail a:first-child { margin-right: 0px; margin-bottom: 0.5rem; }
	.cart-pro-detail a i { display: none; }
}
@media (max-width:320px) {
	.grid-page, .grid-products { grid-template-columns: repeat(1, 1fr); }
}