@keyframes spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes shake-anim {
    0% { -webkit-transform: rotate(0) scale(1) skew(1deg); transform: rotate(0) scale(1) skew(1deg); }
    10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
    20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
    100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@-webkit-keyframes shake-anim {
    0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
    10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
    20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
}
.popup-custom .modal-content { border-radius: 0px; border: 0px; }
.popup-custom .modal-content .modal-body { padding: 10px; }
.popup-custom .close { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; z-index: 2; color: #888888; cursor: pointer; border: 1px solid #eeeeee; background-color: #ffffff; opacity: 1 !important; }
#popup-quickview .modal-dialog { max-width: 1140px; }
.opacity-0 { opacity: 0; }
@keyframes fadeInUp {
    0% { opacity: 0; transform: translate3d(0, 100px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; transform: translate3d(0, -100px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes scaleLarge {
    0% { opacity: 0; transform: scale(2); }
    100% { opacity: 1; transform: scale(1); }
}
#viewdv_b233_view_1 { display: none !important }

/* Main */
:root { --color-main: #000053; --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; --main-color: #000053; --second-color: #5896e3; --color-hover: #B8813C; --color-static: #000; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }

/* Toc */
.content-ck { line-height: 2em; }
.content-ck * { max-width: 100% !important; }
.content-ck img { max-width: 100% !important; height: auto !important; }
.content-ck iframe { max-width: 100% !important; }
.content-ck table { margin: 0px auto; }
.content-ck ul, .content-ck ol { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }
.content-ck p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; }
a.mucluc-dropdown-list_button { }
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; background: #fff; color: #006ACB !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: #f5f5f5; 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 a { }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #000 !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: #767676; }
.fb-page, .fb-page span, .fb-page span iframe[style] { max-width: 100% !important; }
.alert{ padding: 8px 10px }
/*.body-main{ overflow-x:hidden; }*/

/* loadpage website */
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; pointer-events: none; }
#loader-wrapper #wrap { background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; text-align: center; width: 100%; height: 100%; z-index: 999999; }
#loader-wrapper.show1 #wrap { background: transparent }
#loader-wrapper:after { -webkit-mask: url(../images/mask-01.png); mask: url(../images/mask-01.png); -webkit-mask-size: 2300% 100%; mask-size: 2300% 100%; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 1); z-index: 99999; }
#loader-wrapper.show1::after { -webkit-animation: MaskPlay 1s steps(22) forwards; animation: MaskPlay 1s steps(22) forwards; }
#loader-wrapper.show1 #wrap { opacity: 0; }
.loading-text ul { margin-top: 1.875rem }
.loading-text ul li { -webkit-animation: anime 1.5s infinite linear; animation: anime 1.5s infinite linear; display: inline-block; font-family: var(--bs-font-monospace); font-size: 1.875rem; letter-spacing: 1px }
.loading-text ul li:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s }
.loading-text ul li:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s }
.loading-text ul li:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s }
.loading-text ul li:nth-child(4) { -webkit-animation-delay: .3s; animation-delay: .3s }
.loading-text ul li:nth-child(5) { -webkit-animation-delay: .4s; animation-delay: .4s }
.loading-text ul li:nth-child(6) { -webkit-animation-delay: .5s; animation-delay: .5s }
.loading-text ul li:nth-child(7) { -webkit-animation-delay: .6s; animation-delay: .6s }
.loader { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; left: 0; padding-bottom: 3.125rem; position: fixed; top: 0; width: 100%; z-index: 100001 }

/* name */
@-webkit-keyframes anime {
    0% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
    50% { color: #ffc107; letter-spacing: 5px; text-shadow: 5px 10px 1px #000; transform: translateY(-10px) }
    100% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
}
@keyframes anime {
    0% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
    50% { color: #ffc107; letter-spacing: 5px; text-shadow: 5px 10px 1px #000; transform: translateY(-10px) }
    100% { color: grey; letter-spacing: 1px; text-shadow: 1px 1px 0 #000; transform: translateY(0) }
}

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

/*  end loadpage website */
body { font-size: 14px; font-family: 'helveticaneue'; position: relative;}
blockquote { font-style: italic; font-family: Georgia, Times, "Times New Roman", serif; padding: 2px 0; border-style: solid; border-color: #ccc; border-width: 0; padding-left: 20px; padding-right: 8px; border-left-width: 5px; }
blockquote p { margin-bottom: 0; }
.row { margin-left: -15px; margin-right: -15px }
.row>* { padding-left: 15px; padding-right: 15px }
.row5 { margin-left: -5px; margin-right: -5px; }
.row-10 { margin-left: -5px; margin-right: -5px; }
.row-20 { margin-left: -10px; margin-right: -10px; }
.row-30 { margin-left: -15px; margin-right: -15px; }
.col-30 { padding-left: 15px; padding-right: -15px; }
.col-20 { padding-left: 10px; padding-right: 10px; }
.mg-col-10 { padding-left: 5px; padding-right: 5px; }
.padding-top-bottom { padding: 2rem 0; }
.pad-top { padding-top: 2.5rem; }
.pad-bottom { padding-bottom: 2.5rem; }
.mg-top { margin-top: 2.5rem; }
.mg-bottom { margin-bottom: 2.5rem; }
.hover_xemthem { transition: 0.4s; }
.hover_xemthem:hover { letter-spacing: 2px; }
img { max-width: 100%; height: auto; vertical-align: top; }
a { text-decoration: initial; }
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 { display: none; }
.clear { clear: both; }
.none { display: none; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.wrap-content { max-width: 1440px; margin: auto; width: calc(100% - 30px); position: relative; z-index: 1; }
/*.wrap-content1 { max-width: 1440px; margin: auto; width: calc(100% - 30px); position: relative; z-index: 1; }
.wrap-content2 { margin: 30px auto; width: calc(100% - 60px); position: relative; z-index: 1; }*/

.fix_head { position: fixed !important; top: 0; width: 100%; z-index: 999 !important; }
.pd-l-10 { padding-left: -10px; }
.pd-r-10 { padding-right: -10px; }
.mg-l-10 { margin-left: -10px; }
.mg-r-10 { margin-right: -10px; }
.mg-b-20 { margin-bottom: 20px; }
.title-detail-main { color: #252525; font-size: 23px; margin-bottom: 1rem;    /* font-weight: 500; */ margin-top: -15px; letter-spacing: 2px; text-transform: uppercase; }
#viewdv_c237_view_1 { display: none !important }

/* General */
.title-main { text-align: center; margin-bottom: 25px; }
.title-main span { color: var(--color-main); text-transform: uppercase; font-size: 40px; }

.title-home { text-align: center; margin-bottom: 25px; }
.title-home span { color: #40513B; text-transform: uppercase; font-size: 60px; font-weight: 800; }
.title-orther { margin-bottom: 30px; text-align: left; border-bottom: 1px solid #D9D9D9; padding-bottom: 5px }
.title-orther span { color: #363636; font-size: 25px; font-weight: 300; letter-spacing: 1.25px; text-transform: uppercase; }
.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; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px / 2); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; background: #cccccc85; }
.control-owl button.owl-next { right: 20px; background: #cccccc85; }
.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; }

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

/* effect */
.effect { display: block; overflow: hidden; }
.effect img { transition: 0.7s; width: 100%; }
.effect:hover img { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.effect-1 { position: relative; overflow: hidden; }
.effect-1::before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.effect-1::after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.effect-1:hover::before, .effect-1:hover::after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }

/* Header */
.header{ position: relative; z-index: 999 }
.header-top { background: var(--color-main); line-height: 50px; color: #fff; display: block; position: relative; font-size: 13px; }
.header-top span.timework { line-height: 30px; padding: 0 15px; border-radius: 10px; color: #000053; background: #fff; font-family: 'helveticaneuemedium'; }
.header-top a { display: flex; align-items: center; justify-content: space-between; border: 1px solid #fff; border-radius: 13px; text-transform: uppercase; font-family: 'helveticaneuemedium'; line-height: 28px; padding: 0 20px; color: #fff; gap: 10px; }
.header-top a:hover { background: #fff; color: var(--color-main) }
.header-bottom { position: absolute; top: 50px; left: 0; z-index: 20; width: 100%; background: rgb(255, 255, 255, 0.1); padding: 10px 0; }
.header-bottom.activecart { position: relative; top: 0 }
.header-bottom.fix { z-index: 99; -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); -moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); position: fixed; top: 0; left: 0; width: 100%; -webkit-animation: fadeInDown 1.3s ease backwards; -moz-animation: fadeInDown 1.3s ease backwards; -o-animation: fadeInDown 1.3s ease backwards; -ms-animation: fadeInDown 1.3s ease backwards; padding: 5px 0; background: #fff }
.logo-header { display: inline-block; z-index: 0; }
.logo-header img { height: 60px; transition: all 1s; filter: brightness(0) invert(1); transition: all 1s }
.right-head { display: none; }
.header-bottom.fix .menu > ul > li i, .header-bottom.fix .menu ul li a, .header-bottom.fix #search #btn i { color: var(--color-main) }
.header-bottom.active, .header-bottom.activecart { background: #fff }
.header-bottom.active .menu > ul > li i, .header-bottom.active .menu ul li a, .header-bottom.active #search #btn i{ color: var(--color-main) }
.header-bottom.activecart .menu > ul > li i, .header-bottom.activecart .menu ul li a { color: var(--color-main) }
.header-bottom.fix .logo-header img { filter: unset; transition: all 1s }
.header-bottom.active .logo-header img { filter: unset; transition: all 1s }
.header-bottom.activecart .logo-header img { filter: unset; transition: all 1s }







/* Search Responsive */
.search-res { position: relative; }
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 42px; color: #40513B; font-size: 17px; margin: 0px; background: var(--color-hover); border-radius: 50%; overflow: hidden; }
.search-res .icon-search.active { color: #40513B; 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 #40513B; 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: #40513B; 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: #40513B; }
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }

/* Menu */
.menu { width: calc(100% - 250px); z-index: 9; }
.menu ul { padding: 0px; margin: 0; list-style: none;}
.menu ul li { z-index: 99; }
.menu > ul > li {  padding: 0 10px; line-height: 50px;}
.menu > ul > li i{ color: #fff; font-size: 17px}
.menu > ul > li > i{  top: 2px;}
.menu ul li a { display: inline-block; position: relative; z-index: 1; color: #fff; text-align: center; text-transform: capitalize; font-size: 16px; text-decoration: none !important; line-height: 30px;padding: 0 10px}
/*.menu ul li a.active, .menu ul li:hover > a { color: var(--color-main) }*/
.menu ul li ul { position: absolute; min-width: 320px; background: var(--color-main); box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); -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 .5s; top: 100%; left: 0; display: block; z-index: 99; }
.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 .7s; }
.menu ul li ul li { width: 100%; line-height: unset; height: unset; background: none; display: block; }
.menu ul li ul li a { text-align: left; border-bottom: 1px solid rgb(179 209 165 / 57%); border-radius: 0 !important; margin-top: 0; font-size: 14px; line-height: 25px; color: #fff; padding: 5px 20px; display: block; transition: all 1s; font-weight: 600}
.menu ul li ul li a:hover { padding-left: 30px; transition: all 1s; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.hover-show-menu { position: absolute; left: -35px; top: -20px; height: 70px; width: 100px; }
/* */
.show-menu { position: absolute; width: 100%; background: #fff; height: auto; padding: 0 100px; display: none; -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); -moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%); top: calc(100% - 15px)}
.show-menu-left{ width: calc(100% - 400px); position: relative; padding: 30px 0;}
.show-menu-left::before{ position: absolute; content: ""; height: 100%; left: 300px; width: 1px; background: rgba(0, 0, 0, 0.05); top: 0}
.img-right{ width: 250px; padding: 30px 0}
.img-right img{ border-radius: 10px;overflow: hidden;}
.img-list { width: 300px; text-align: center;}
.img-list a{ max-width: 200px; display: block; margin: 10px auto}
.all-products { width: calc(100% - 350px) }
.show-menu-list{ display: flex; align-items: start; justify-content: space-between; margin-bottom: 40px}
.show-menu-list:last-child{ margin-bottom: 0 }
.title-all-products{ text-transform: uppercase;font-family: 'helveticaneuemedium'; font-size: 15px; margin-bottom: 15px ; color: var(--color-main)}
.box-all-products{ display: flex;align-items: start; justify-content: space-between; flex-wrap: wrap; gap: 10px;}
.box-all-products a{ width: 48%; color: var(--color-main);font-size: 16px;}
.box-all-products a:hover{ font-family: 'helveticaneuemedium'; }


/* Mmenu */
.menu-res { z-index: 100; background: var(--main-color); position: relative; display: none; }
.menu-bar-res { height: 50px; padding: 0px 15px; }

/* #menu { display: none; } */
#hamburger { display: block; width: 30px; height: 23px; position: relative; margin-left: 10px; }
#hamburger:before, #hamburger:after, #hamburger span { background: var(--color-main); content: ""; display: block; width: 100%; height: 2px; 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; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }

/* Slideshow */
.slideshow { position: relative; z-index: 10; overflow: hidden;}
.img_home{position:relative;z-index: 0;}
.img_home::before{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index: 9;opacity: 0.8;}
.title-slider{position: absolute;left: 50%;transform: translateX(-50%) translateY(-50%);top: 50%;color: #fff;font-size: 35px;text-transform: uppercase;text-align: center;min-width: 95%;z-index: 9;}
.info_slider { position: absolute; bottom: 20%; left: calc((100% - 1440px)/2); z-index: 999; color: #fff; max-width: 600px; }
.info_slider h3 { font-size: 50px; font-family: 'helveticaneuemedium'; margin-bottom: 20px }
.info_slider a { font-size: 22px; display: inline-block; background: var(--color-main); padding: 0 30px; color: #fff; line-height: 50px; border-radius: 10px; overflow: hidden; }
.info_slider a i { margin-left: 10px }
.info_slider a:hover { color: #fff; opacity: 0.7 }


/* Breadcrumb */
.breadCrumbs { background-color: #e6e6e6; }
.breadCrumbs .wrap-content { padding: 0.75rem 0; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: #212529; }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #6c757d; }

/* Product */
.row10 { margin-left: -10px; margin-right: -10px; }
.row10 > div { padding-left: 10px; padding-right: 10px; }
.checkhot { position: absolute; top: 20px; left: 20px; background: #fff; color: var(--color-main); font-size: 14px; border-radius: 500px; overflow: hidden; text-transform: capitalize; text-align: center; line-height: 37px; padding: 0 20px ;z-index: 9}
.col_product { margin-bottom: 20px; padding-left: 10px; padding-right: 10px; }
.item_product { position: relative; display: block; }
.item_product .img-hover { opacity: 0; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; transition: all 1s; }
.item_product:hover .img-hover { opacity: 1; transition: all 0.3s ease-in-out; }
.img_product { position: relative; }
.info_product { padding: 15px 5px 0; }
.info_product h3 { position: relative; margin: 0 0 5px; }
.info_product h3 a { color: var(--color-main); font-size: 18px; font-family: 'helveticaneuemedium'; margin: 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-transform: capitalize; }
.item_product:hover .info_product h3 a { color: var(--color-hover); }
.info_product > span { color: rgb(0 0 83 / 50%); font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; margin: 0 0 5px }
.price_product { color: var(--color-main); font-size: 16px; margin: 0; font-family: 'helveticaneuemedium'; }
.check-order { position: absolute; width: 35px; height: 35px; border-radius: 50%; overflow: hidden; background: #fff; color: var(--color-main); left: 10px; bottom: 10px; z-index: 9; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; margin: 0; transition: all 0.5s ease; padding: 0 15px; }
.check-order span { width: 0; transition: all 0.5s ease; overflow: hidden; visibility: hidden; margin-left: 10px; font-size: 16px; position: absolute; font-family: 'helveticaneuemedium'; }
.check-order:hover { width: 85px; border-radius: 500px; transition: all 0.5s ease }
.check-order:hover span { width: auto; transition: all 1s ease; visibility: visible; position: relative; }


/* Product Detail */
.grid-pro-detail { margin-bottom: 1rem; }
.left-pro-detail { position: relative; text-align: center; width: 44%; }
.right-pro-detail { width: 50%; }

.left-pro-detail .MagicZoom { border-radius: 5px; background-color: #ffffff; }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0; }
.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-radius: 3px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.thumb-pro-detail img { -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-filter: brightness(100%) !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { font-size: 35px; display: block; }
.comment-pro-detail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { color: #000; }
.attr-pro-detail { list-style: none; padding: 0px; margin-bottom: 0; }
.attr-pro-detail li { margin-bottom: 0.5rem; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; font-weight: 500; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.brand-pro-detail a { color: #EE0000; font-family: 'helveticaneuemedium'; }
.price-new-pro-detail { font-family: 'helveticaneuemedium';  font-size: 22px; color: #000; }
.price-old-pro-detail { font-weight: 400; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; 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: 1rem; }
.tabs-pro-detail .nav-tabs .nav-link { font-size: 15px; color: #000; font-weight: 500; text-transform: capitalize; border: none; background: #cccccc96; }
.tabs-pro-detail .nav-tabs .nav-link:hover, .tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { background: #40513B; color: #fff; border: none; }
#tabsProDetail { border: none }
#tabsProDetailContent { padding: 15px; background: #fff; border: 1px solid #ccc; }
.slogan-detail { background: #B4918F33; border-radius: 10em; margin-bottom: 15px; padding: 6px 12px; text-align: center; width: fit-content; color: #A06562; font-size: 14px; display: inline-block;}
.title-detail-attr{ margin-bottom: 5px; position: relative; letter-spacing: .08em;color: #000;opacity: 0.5 }

/* benefit */
.item-benefit{ display: flex; align-items: center; justify-content: space-between; margin: 12px 0;}
.item-benefit img{ width: 30px; }
.item-benefit span{ width: calc(100% - 45px); position: relative; display: block; color: #000; font-size: 17px; }
.check-order-detail{ width: 100%;background: #13294B; line-height: 42px; border-radius: 100px; color: #fff; font-family: 'helveticaneuemedium';text-align: center; font-size: 16px; margin: 30px 0; cursor: pointer;}

/*  */
.accordion { width: 100%; border-top: 1px solid #0000000f  }
.accordion-header { padding: 15px; color: #000; cursor: pointer; font-size: 15px; font-family: 'helveticaneuemedium'; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.accordion__item { border-bottom: 1px solid #e2e2e2; }
.accordion__item .accordion__item { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.accordion-body { color: #353535; display: none; padding: 0 10px 10px;font-size: 15px; }
.accordion__item > .accordion-header:after { content: "\f489"; font-family: IonIcons; font-size: 1.5em; float: right; position: relative; top: -5px; transition: .3s all; transform: rotate(0deg); font-weight: bold; margin-left: 10px; }
.accordion__item.active > .accordion-header:after { content: "\f462"; }
@keyframes rotate {
    0% { transform: rotate(0deg) translate3d(0, 0, 0); }
    25% { transform: rotate(3deg) translate3d(0, 0, 0); }
    50% { transform: rotate(-3deg) translate3d(0, 0, 0); }
    75% { transform: rotate(1deg) translate3d(0, 0, 0); }
    100% { transform: rotate(0deg) translate3d(0, 0, 0); }
}
@keyframes storm {
    0% { transform: translate3d(0, 0, 0) translateZ(0); }
    25% { transform: translate3d(4px, 0, 0) translateZ(0); }
    50% { transform: translate3d(-3px, 0, 0) translateZ(0); }
    75% { transform: translate3d(2px, 0, 0) translateZ(0); }
    100% { transform: translate3d(0, 0, 0) translateZ(0); }
}

/* criteria */
span.line{ display: block;height: 1px; background: rgba(0, 0, 0, 0.25);opacity: 15%; width: 100% }
.criteria { display: grid; grid-template-columns: 40% 60%;padding: 50px 0;}
.criteria-left{  }
h3.name-criteria-left{ font-size: 30px; font-weight: 400; color: #000;margin-bottom: 15px;}
.desc-criteria-left{ color: rgba(0, 0, 0, 0.5); font-size: 15px; }
.item-criteria{ display: flex;align-items: start; gap: 10px; flex-wrap: wrap;margin-bottom: 20px}
.item-criteria h3{ display: flex; align-items: center; justify-content: start; gap: 20px }
.item-criteria h3 img{ width: 40px; }
.item-criteria h3 span{ font-size: 40px; color: #000; display: inline-block; }
.item-criteria > span{ color: rgba(0, 0, 0, 0.5); font-size: 15px; display: block; width: 100%}

/*  */
.box_allstarts{ max-width: 35em; }

/* component */
.component{ padding: 50px 0 0; position:relative; text-align: center;}
.title-component { text-align: center; margin: 0 auto 30px; max-width: 800px }
.title-component h3 { font-size: 50px; margin: 0 0 10px;}
.title-component span { line-height: 44px; background: #13294B; color: #fff; padding: 0 20px; border-radius: 100px; font-size: 15px; overflow: hidden; display: inline-block; cursor: pointer;}
.modal.show .modal-dialog{ min-height: 80vh; align-content: center;}
.box-component { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; min-height: 840px; position: relative;padding: 10% 0}
.img-component { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);  }
.item-component { max-width: 320px; position: relative; text-align: left; }
.item-component h3 { color: #000; font-size: 19px; margin-bottom: 10px;}
.item-component span{  color: rgba(0, 0, 0, 0.5); font-size: 16px; display: block }

/* instruct */
.instruct { padding: 40px 0; position: relative; }
.title-instruct { font-size: 28px; margin-bottom: 15px; color: #000 }
.item-instruct { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 15px 0}
.item-instruct span { border: 1px dashed #000; height: 48px; max-width: 48px; min-width: 48px; width: 48; display: flex; align-items: center; justify-content: center; font-size: 22px; border-radius: 50%}
.item-instruct h3 { margin: 0; width: calc(100% - 73px); color: oklch(37.3% 0.034 259.733); font-size: 16px; line-height: 1.6}
.instruct-img img { border-radius: 5px; overflow: hidden; }

/* comment-detail */
.comment-detail { padding: 40px 0; background: #f5f5f5 }
.item-comment { display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; gap: 10px; position: relative; padding: 30px 0; border-bottom: 1px solid #cccccc3d; }
.item-comment:nth-child(5) { border-bottom: none }
.item-comment .img-comment { position: relative; width: 40px; }
.item-comment .img-comment::after { position: absolute; content: ""; width: 15px; height: 15px; background: url("../images/icon_comment.svg") no-repeat center; right: 0; bottom: 0 }
.item-comment .img-comment img { width: 100%; border-radius: 50%; overflow: hidden; }
.item-comment .mid-comment { width: 150px; }
.item-comment .mid-comment h3 { font-size: 15px; margin-bottom: 3px; font-family: 'helveticaneuemedium'; }
.item-comment .mid-comment span { font-size: 13px; color: #2e4f7c }
.item-comment .info-comment { width: calc(100% - 220px); }
.item-comment .info-comment > p { margin: 0; color: #2c2c2c; font-size: 15px; }
.item-comment .info-comment .desc-content{ display: flex; align-items:center; justify-content:start; gap:15px; margin-bottom: 10px ; font-size: 18px; }
.item-comment .info-comment .desc-content p{ margin: 0; display: flex; align-items: center; justify-content: start; gap: 5px; color:  #2e4f7c; }
.item-comment .info-comment .desc-content p i{ font-size: 22px }

/* featured */
.featured { position: relative; overflow: hidden;}
.box-featured { position: absolute; padding: 50px; left: 0; bottom: 0; z-index: 9; max-width: 600px; display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.box-featured h3 { font-size: 30px; color: #fff; margin: 0; font-weight: 400 }
.box-featured > span { color: rgb(255 255 255 / 50%); font-size: 15px; line-height: 25px;}
.box-featured p { display: flex; align-items: center; justify-content: start; flex-wrap: wrap; gap: 20px}
.box-featured p span:nth-child(1) { display: inline-block; padding: 0 25px; line-height: 45px; background: #fff; color: #000; border-radius: 100px;overflow: hidden; font-family: 'helveticaneuemedium'; cursor: pointer;}
.box-featured p span:nth-child(1):hover{ opacity:0.5 }
.box-featured p span:nth-child(2) { color: #fff; font-size: 15px; }

/* supercharge */
.supercharge{ display:flex; align-items:center; justify-content: space-between; flex-wrap: wrap; background: #f8f8f8;}
.supercharge-left { width: 50%; text-align: center; align-content: center;}
.supercharge-right{ width:50% }
.box-supercharge { max-width: 500px; padding: 20px; text-align: center; margin: 0 auto}
.box-supercharge h3 { font-size: 30px; margin-bottom: 15px; }
.box-supercharge span { display: block; font-size:16px; color: rgb(0 0 0 / 50%); }



/* News */
.pic-news { width: 210px; }
.pic-news img { width: 100%; }
.info-news { width: calc(100% - 210px); padding-left: 15px; }
.name-news { color: #000; font-size: 17px; line-height: 23px; font-weight: 600; }
.name-news.text-split { -webkit-line-clamp: 2; }
.name-news:hover { color: var(--main-color); }
.time-news { color: var(--color-gray); margin-bottom: 10px; }
.desc-news { color: #000; margin-top: 0; line-height: 25px; }
.news .news-name { margin-bottom: 0.5rem; }
.news .news-name a { color: #333; font-size: 16px; }
.news .news-name a.text-split { -webkit-line-clamp: 2; }
.news .news-name a:hover { color: #ec2d3f; }
.news .news-time { color: #84878a; margin-bottom: 0.25rem; }
.news .news-desc { color: #333333; margin-top: 5px; line-height: 22px; }
.othernews b { margin-bottom: 10px; font-size: 15px; }

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

/* 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(--color-gray); }
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 10px; padding-left: 5px; padding-right: 5px; }

/*.contact-input input, .contact-input textarea { border-radius: 0; border-top: none; border-left: none; border-right: none; }*/
.contact-input input:focus, .contact-input textarea:focus { box-shadow: none; outline: none; }
.contact-input input { line-height: 25px }
.contact-input textarea { resize: none; height: 150px; }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; }
.contact-map iframe { position: relative; width: 100% !important; height: 500px !important; display: block }

/*.contact-text {font-weight: bold; }*/

/* Footer */
.footer { background: var(--color-main); position: relative;z-index: 0 }
.footer-article { padding: 10px 0 55px; }
.footer-article .wrap-content{ padding-top: 50px; border-top: 1px solid #8080A9;}
.info-footer { color: #fff; font-size: 15px; max-width: 50% }
.footer-ul { list-style: none; padding: 0px; margin: 0; }
.footer-ul li { margin-bottom: 15px; line-height: 25px; font-size: 16px; }
.footer-ul li a { color: #fff; }
.footer-ul li:hover a { color: yellow; }
.title_ft { color: #fff; font-size: 16px; margin-bottom: 10px; font-family: 'helveticaneuemedium'; }
.slogannewsletter { color: #fff; font-size: 16px; margin-bottom: 25px; display: block; font-family: 'helveticaneuemedium'; }
.footer_end { padding: 15px 0; position: relative; border-top: 1px solid #8080A9; border-bottom: 1px solid #8080A9; margin-top: 40px; }
.footer_end > span { color: #fff; }
.info-footer p{ margin-bottom: 0 }
.footer-news{ position: relative; }
.footer-news::before{ position: absolute; content: ""; top: -50px;height: calc(100% + 90px); right: -30px; width: 1px;background: #8080A9 }
.footer-news:last-child::before{ display: none }

/* newsletter */
.form-newsletter { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; border-bottom: 1px solid #8080A9; padding: 5px 0; }
.form-newsletter input:not(.btn-newsletter) { border: none; background: none; color: #fff; font-size: 16px; padding: 0 10px; line-height: 25px; outline: none; --tw-ring-inset: unset; --tw-ring-offset-width: 0; --tw-ring-offset-color: #000; --tw-ring-color: #000; width: calc(100% - 30px); }
.btn-newsletter { width: 26px; line-height: 25px; background: url('../images/send.png') no-repeat center; margin: 0 auto; border: none; }
.form-newsletter input:not(.btn-newsletter)::-webkit-input-placeholder { color: #fff; }
.form-newsletter input:not(.btn-newsletter):-moz-placeholder { color: #fff; }
.form-newsletter input:not(.btn-newsletter)::-moz-placeholder { color: #fff; }
.form-newsletter input:not(.btn-newsletter):-ms-input-placeholder { color: #fff; }

/* social */
.social { padding: 0; }
.social span { color: #000; font-size: 14px; margin-right: 15px; }
.social a { display: flex; transition: all 1s; margin: 0 5px 0 0; }
.social a:hover { transition: all 1s; transform: rotate(360deg) }

/* service_ft */
.service_ft { display: block; margin-top: 15px; }
.service_ft a { color: #1D1D1D; font-size: 17px; line-height: 35px; text-decoration-line: underline; text-transform: uppercase; padding: 0 10px; position: relative; }
.service_ft a::before { position: absolute; content: ""; width: 5px; height: 5px; left: 0; top: calc(50% - 3px); background: var(--main-color); border-radius: 50%; overflow: hidden; }
.service_ft a:hover { color: red }

/* Like Share */
.social-plugin { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.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; }

/* 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: #ec2d3f; background-color: #ec2d3f; }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); }

/* Popup */
#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: 55px; 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, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover>ul, .scale-img img, .scale-img:hover>img, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill { -webkit-transition: 0.3s all; transition: 0.3s all; }

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

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

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

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

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

/* Messenger */
.js-facebook-messenger-top-header { background: #487dfc; color: #fff; height: 35px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 5px 5px 0 0; }
.js-facebook-messenger-container.closed { display: none !important; }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; color: #404040; background: #fff; }
.js-facebook-messenger-tooltip.closed { display: none !important; }
.js-facebook-messenger-box, .js-facebook-messenger-button { z-index: 999; }
.js-facebook-messenger-tooltip { z-index: 999; display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1000000000000000019884624838656; }
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px; }
.js-facebook-messenger-box { z-index: 999; }
.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }
.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; }
.js-facebook-messenger-box { display: block;    /* position: fixed; */ cursor: pointer;    /* bottom: 200px; */ right: 17px; width: 50px; height: 50px; text-align: center; background: #9A610E; border-radius: 100%; overflow: hidden; z-index: 99; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); }
.js-facebook-messenger-box.rotate svg#fb-msng-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 8px; left: 9px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-box.rotate svg#close-icon { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 14px; left: 16px; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }
.js-facebook-messenger-container { width: 250px; position: fixed; opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); bottom: 200px; right: 90px; border-radius: 10px; pointer-events: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }
.js-facebook-messenger-top-head { width: 220px; color: #ffffff; background: #9A610E; display: block; position: relative; width: 220px; background: #9A610E; 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-head { color: #ffffff; background: #9A610E; width: 220px; }
.js-facebook-messenger-tooltip { color: #404040; background: #fff; }
.js-facebook-messenger-container.open { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; pointer-events: all; }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; }
.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0; }
.js-facebook-messenger-box.rotate.open svg#close-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.js-facebook-messenger-box.open svg#close-icon { opacity: 1; }

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-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 { 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: #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; }

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: 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 { display: block; }
.support-online a span { border-radius: 2px; text-align: center; background: #67b634; padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-animation: headAnimation 0.7s 1; animation: headAnimation 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; 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; 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%; -webkit-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; border-radius: 50%; position: relative !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.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; 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; 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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.wrap-newsnb .wrap-content { position: relative; }

/*  */
.modal-header { padding: 10px; }
.modal-title { font-size: 20px; font-family: 'helveticaneuemedium'; color: var(--color-main); text-transform: uppercase; }

/* brandhome */
.brandhome { padding: 10px 0; position: relative; }
.slick_brand { display: none; margin-left: -10px; margin-right: -10px; }
.slick_brand .col-12 { padding: 0 10px }

/* policyhome */
.policyhome { padding: 15px 0; background: var(--color-main); }
.slick_policy { display: none; margin-left: -15px; margin-right: -15px; }
.slick_policy .col-12 { padding: 0 15px }
.item-policyhome { display: flex; align-items: center; justify-content: center; position: relative; gap: 10px; }
.img-policyhome { width: 40px; height: 40px }
.item-policyhome h3 { position: relative; width: calc(100% - 50px); margin: 0; color: #fff; font-size: 20px; line-height: 28px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; }
.item-policyhome:hover h3 { color: var(--color-hover); }

/* menuhome */
.menuhome { padding: 40px 0 20px; position: relative; }
.box_menuhome{ position: relative; padding-bottom: 70px}
.slick_product { display: none; margin-left: -12px; margin-right: -12px; }
.slick_product .col-12 { padding: 0 12px }
.slick_product .slick-prev { width: 77px; height: 43px; background: url('../images/left.png') !important; left: calc(50% - 100px); opacity: 1; z-index: 9; top: calc(100% + 40px); }
.slick_product .slick-next { width: 77px; height: 43px; background: url('../images/right.png') !important; right: calc(50% - 100px); opacity: 1; top: calc(100% + 40px); }
.slick_product .slick-prev:before { content: ''; }
.slick_product .slick-next:before { content: ''; }

/* producthome */
.producthome { padding: 20px 0 40px; position: relative; }
.slick_prohome { display: none; margin-left: -12px; margin-right: -12px; }
.slick_prohome .col-12 { padding: 0 12px }
.item-producthome { position: relative; }
.img-producthome, .img-producthome a, .img-producthome a img { border-radius: 12px; overflow: hidden; position: relative; }
.img-producthome a::before { position: absolute; bottom: 0; left: 0; width: 100%; content: ""; background: linear-gradient(180deg, rgb(0 0 0/ 0%), rgb(0 0 0 / 80%)); height: 40%; z-index: 9 }
.item-producthome .checkhot { left: 60px; top: 35px }
.item-producthome .check-order { right: 25px; left: unset; bottom: 28px }
.info-producthome { padding: 15px 70px 40px 60px; position: absolute; left: 0; bottom: 0; width: 90%; z-index: 10 }
.info-producthome h3 { position: relative; margin: 0 0 7px; }
.info-producthome h3 a { color: #fff; font-size: 23px; font-family: 'helveticaneuemedium'; margin: 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-transform: capitalize; }
.item-producthome:hover .info-producthome h3 a { color: var(--color-hover); }
.info-producthome > span { color: rgb(255 255 255 / 70%); font-size: 17px; line-height: 25px; height: 50px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; margin: 0 0 5px}
.price-producthome { color: #fff; font-size: 20px; margin: 0; font-family: 'helveticaneuemedium';}
.item-producthome .img-hover { opacity: 0; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; transition: all 1s; }
.item-producthome:hover .img-hover { opacity: 1; transition: all 0.3s ease-in-out; }

/* newshome*/
.newshome { position: relative; padding: 50px 0; }
.item-newshome { position: relative; }
.item-newshome a { position: relative; }
.item-newshome > a::before { position: absolute; bottom: 0; left: 0; width: 100%; content: ""; background: linear-gradient(180deg, rgb(0 0 0/ 0%), rgb(0 0 0 / 80%)); height: 40%; z-index: 9 }
.info-newshome { padding: 45px; position: absolute; left: 0; bottom: 0; width: 100%; z-index: 10 }
.info-newshome h3 { position: relative; margin: 0 0 7px; }
.info-newshome h3 a { color: #fff; font-size: 30px; margin: 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; font-family: 'helveticaneuemedium'; line-height: 1.4}
.item-newshome:hover .info-newshome h3 a { color: var(--color-hover); }
.info-newshome > span { color: #fff; font-family: 'helveticaneueitalic'; font-size: 18px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; margin: 0 }

/* swiper */
.box_swiper { position: relative;}
.swiper { padding-bottom: 30px; padding-right: 30px; }
.swiper-button-prev { color: var(--main-color); font-size: 12px; font-family: 'helveticaneuemedium'; top: 100%; left: 25px; }
.swiper-button-prev i { font-size: 20px; margin-right: 5px }
.swiper-button-next { color: #8A8A8A; font-size: 12px; font-family: 'helveticaneuemedium'; top: 100%; left: 120px; }
.swiper-button-next i { font-size: 20px; margin-left: 5px; }

/* commithome */
.commithome { padding: 40px 0; position: relative; }
.title-commit { display: flex; align-items: center; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 20px }
.title-commit h3 { font-weight: 400; font-size: 25px}
.title-commit span { font-size: 16px; }

.box-commithome { gap: 20px }
.item-commithome { width: calc(25% - (40px / 3)); position: relative; }
.item-commithome:nth-child(1) { width: calc(50% - (40px / 3)); }
.item-commithome > span { position: relative; }
.item-commithome > span::before { position: absolute; bottom: 0; left: 0; width: 100%; content: ""; background: linear-gradient(180deg, rgb(0 0 0/ 0%), rgb(0 0 0 / 80%)); height: 40%; z-index: 9 }
.info-commithome { padding: 35px; position: absolute; left: 0; bottom: 0; width: 100%; z-index: 10 }
.info-commithome h3 { position: relative; margin: 0 0 7px; }
.info-commithome h3 a { color: #fff; font-size: 20px; margin: 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; line-height: 1.4}
.item-commithome:nth-child(1) .info-commithome { padding: 50px; }
.item-commithome:nth-child(1) .info-commithome h3 a{ font-size: 25px }
.item-commithome:hover .info-commithome h3 a { color: yellow; }
.info-commithome > span { color: #fff; font-size: 15px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; margin: 0 }

/* advertise */
.advertise { position: relative; }
.slick_advertise { display: none; }
.item-advertise{ position: relative; }
.info_advertise { position: absolute; top: 25%; left: 10%; width: 80%; text-align: center; z-index: 9; pointer-events: none}
.info_advertise h3 { font-size: 45px; font-family: 'helveticaneuemedium'; color: #fff; margin-bottom: 10px; line-height: 1.4 }
.info_advertise span{ color: #fff; font-size: 20px; display: block; margin-bottom: 20px; }
.info_advertise a{ position: relative; width: 200px;text-align: center; line-height: 50px;border-radius: 10px; color: #fff; font-size: 20px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 15px; background: var(--color-main); margin: 0 auto; pointer-events: auto}
.info_advertise a:hover { opacity: 0.65; transition: opacity 0.3s ease; }

/* people-like */
.people-like{ padding: 40px 0; position: relative; overflow:hidden; }
.title-people{ text-align: center; margin-bottom: 50px; position: relative; }
.title-people h3{ margin: 0 0 10px; font-size: 50px; font-family: 'helveticaneuemedium'; color: var(--color-main) }
.title-people p{ margin-bottom: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; font-size: 20px; color: var(--color-main) }
.title-people p span{ display: flex; align-items: center;justify-content: center; gap: 5px;}

.box-people-like{ padding-bottom:40px; }
.slick-people{ margin-left: -10px;margin-right: -10px; display: none }
.slick-people .col-12{ padding: 0 10px }
.slick-people .slick-prev { width: 77px; height: 43px; background: url('../images/left.png') !important; left: calc(50% - 100px); opacity: 1; z-index: 9; top: calc(100% + 45px); }
.slick-people .slick-next { width: 77px; height: 43px; background: url('../images/right.png') !important; right: calc(50% - 100px); opacity: 1; top: calc(100% + 45px); }
.slick-people .slick-prev:before { content: ''; }
.slick-people .slick-next:before { content: ''; }

.item-people , .item-people span{ position: relative; }
.item-people > span::before { position: absolute; bottom: 0; left: 0; width: 100%; content: ""; background: linear-gradient(180deg, rgb(0 0 0/ 0%), rgb(0 0 0 / 80%)); height: 80%; z-index: 9 }
.info-people { width: 100%; position: absolute; left: 0; bottom: 0; padding: 40px; z-index: 9}
.info-people h3{ margin-bottom: 5px; color:  #fff; font-size: 20px;  overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical;}
.info-people span { color: #fff; font-size: 14px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; margin: 0 }
.info-people p{ margin: 10px 0; display: flex; align-items: center; justify-content: start; gap: 5px; color:  #fff; }
.info-people p i{ font-size: 18px }

/* collection */
.collection{ padding: 40px 0; position: relative; overflow: hidden;}
.box-collection{ position: relative; padding-bottom:40px }
.slick-collection { display: none; margin-left: -12px; margin-right: -12px; }
.slick-collection .col-12 { padding: 0 12px }
.slick-collection .slick-prev { width: 77px; height: 43px; background: url('../images/left.png') !important; left: calc(50% - 100px); opacity: 1; z-index: 9; top: calc(100% + 40px); }
.slick-collection .slick-next { width: 77px; height: 43px; background: url('../images/right.png') !important; right: calc(50% - 100px); opacity: 1; top: calc(100% + 40px); }
.slick-collection .slick-prev:before { content: ''; }
.slick-collection .slick-next:before { content: ''; }

.title-collection{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px}
.title-collection h3{ margin: 0; color: var(--color-main); font-size: 35px; text-transform: capitalize; font-family: 'helveticaneuemedium';}
.title-collection a{ line-height: 50px; padding: 0 20px; border: 1px solid var(--color-main); border-radius: 10px; font-size: 20px; display: flex; gap: 25px; align-items: center; justify-content: center; color: var(--color-main);}
.title-collection a:hover{ background: var(--color-main); color: #fff }

/* videohome */
.videohome{ position: relative; padding: 30px 0; }
.slick_video{ display: none; margin-left: -7px;margin-right: -7px; }
.slick_video .col-12 { padding: 0 7px; }
.item-video { position: relative; }
.item-video video { object-fit: cover; margin: 0 auto; width: 100%; display: block; border-radius: 6px; }


/* partnerhome */
.partnerhome{ padding: 40px 0; position: relative; }
.box-partner{ overflow: hidden; }
.slick_partner{ display: none; margin-left: -10px;margin-right: -10px; }
.slick_partner .col-12{ padding: 0 10px }
.title-partner{ text-align: center; color: var(--color-main);margin-bottom: 30px;  }
.title-partner h3{ font-family: 'helveticaneuemedium'; font-size: 30px; margin: 0 0 10px; }
.title-partner span{ font-size: 17px;display: block; }

/* about index */
.abouthome { padding: 0; position: relative; display: block ;overflow-x: hidden;}
.about-left { width: 50% }
.about-right { width: 50%; position: relative; padding: 5%; padding-right: calc((100% - 1440px)/2)}
.slick-about{ display: none }
.about-right h3{ margin-bottom: 10px; font-size: 50px; color: var(--color-main)}
.about-right span{ color: var(--color-main); font-size: 16px; line-height: 30px; }
.about-right a{ position: relative; width: 180px;text-align: center; line-height: 45px;border-radius: 10px; color: #fff; font-size: 16px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 15px; background: var(--color-main);}
.about-right a:hover { opacity: 0.65; transition: opacity 0.3s ease; }

/* news */
.item-news{ position: relative; margin-bottom: 20px}
.img-news a{ position: relative; }
.img-news a::before { position: absolute; bottom: 0; left: 0; width: 100%; content: ""; background: linear-gradient(180deg, rgb(0 0 0/ 0%), rgb(0 0 0 / 80%)); height: 80%; z-index: 9 }
.info-news { width: 100%; position: absolute; left: 0; bottom: 0; padding: 15px; z-index: 9;}
.info-news h3{ margin-bottom: 5px; position: relative; pointer-events: unset;}
.info-news h3 a{ color:  #fff; font-size: 18px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;font-family: 'helveticaneuemedium';}
.info-news h3:hover a{ color: yellow }
.info-news span { color: #fff; font-size: 14px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; margin: 0 }


/* Icon Order online */
@keyframes h-alo-ring-ring {
    0% { transform: rotate(0deg) scale(1) skew(1deg) }
    10% { transform: rotate(-25deg) scale(1) skew(1deg) }
    20% { transform: rotate(25deg) scale(1) skew(1deg) }
    30% { transform: rotate(-25deg) scale(1) skew(1deg) }
    40% { transform: rotate(25deg) scale(1) skew(1deg) }
    50% { transform: rotate(0deg) scale(1) skew(1deg) }
    100% { transform: rotate(0deg) scale(1) skew(1deg) }
}
.order_online_fixed {position: fixed;bottom: 130px;right: 15px;line-height: 60px;z-index: 99;cursor: pointer}
.order_online_fixed p{width: 60px;height: 60px;display: block;text-align: center;background: #fff;border-radius: 50%;border: 1px solid var(--color-main);margin-bottom: 0;position: relative}
.order_online_fixed p img {animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;}
.order_online_fixed span{position: absolute;background: var(--color-main);border-radius: 50%;color: #fff;width: 25px;height: 25px;top: 0;right: 0;line-height: 25px;}
.cart-header{ cursor: pointer; }








/*  */
.modal-body .toolbar { display: block; position: relative; }
.toolbar { width: 100%; bottom: 0px; position: fixed; z-index: 500; left: 0px; display: none; -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); }
.toolbar.is-active .list-phone { display: block; -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; }
.toolbar .list-phone { position: absolute; bottom: 100%; left: 30px; opacity: 0; transform: scale(0); transform-origin: 50% 100%; display: none; }
.toolbar .list-phone a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #fff; max-width: 240px; padding: 10px 20px; margin: 10px 0; border-radius: 50px; padding-right: 30px; }
.toolbar .list-phone svg { max-width: 30px; max-height: 30px; }
.toolbar .list-phone span { display: block; width: calc(100% - 40px); color: #333; font-family: 'helveticaneuemedium'; }
.toolbar .phone { position: relative; width: 50px; height: 50px; z-index: 99; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; margin: 0 0px -25px 30px; transition: transform .2s ease-in-out; }
.toolbar .phone a { color: #333; display: block; position: relative; }
.toolbar .phone a:before, .toolbar .phone a:after { position: absolute; content: ''; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 30px; height: 3px; border-radius: 2rem; background-color: var(--main-color); opacity: 0; transition: opacity .2s ease-in-out; }
.toolbar .phone a:after { transform: translate(-50%, -50%) rotate(45deg); }
.toolbar .phone svg { max-width: 27px; max-height: 27px; display: block; position: relative; fill: var(--main-color); }
.toolbar.is-active .phone { transform: rotate(-180deg); }
.toolbar.is-active .phone svg { opacity: 0; }
.toolbar.is-active .phone a:before, .toolbar.is-active .phone a:after { opacity: 1; }
.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; --size: 33px; -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%; background: var(--main-color); padding: 10px 0; padding-left: 100px; border-radius: 10px 10px 0px 0px; }
.toolbar ul li { text-align: center; width: 25%; line-height: 1; }
.toolbar ul li a { display: block; width: 100%; font-size: 27px; color: #ffff; }
.toolbar ul li .icon { position: relative; margin: 0 auto; text-align: center; }
.toolbar ul li a span { display: none; font-weight: 400; font-size: 11px; margin-top: 5px; color: #333; text-transform: capitalize; }
.toolbar ul li a img, .toolbar ul li svg { max-height: 30px; fill: #fff; width: 100%; }
.toolbar .phone svg { animation: tada 1.2s infinite; fill: var(--main-color); }
.tada { animation: tada 1.2s infinite; }
.lang-toolbar { display: flex; justify-content: center; align-items: center; }
.toolbar ul li.lang-toolbar a { display: inline-block; width: unset; margin: 0px 2px; font-size: unset; }
.toolbar ul li.lang-toolbar a img { height: 10% !important; }
.ex6 path { fill: transparent; stroke: #fff; stroke-width: 0.5; stroke-dasharray: 1500; stroke-dashoffset: 1500; -webkit-animation: dash 5s ease forwards; animation: dash 5s ease forwards; }
@-webkit-keyframes dash {
    to { fill: #fff; stroke-dashoffset: 0; }
}
@keyframes dash {
    to { fill: #fff; stroke-dashoffset: 0; }
}
@keyframes tada {
    0% { transform: scaleX(1) }
    10%, 20% { transform: scale3d(.9, .9, .9) rotate(-3deg) }
    30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
    40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
    to { transform: scaleX(1) }
}
@keyframes quickShow {
    0% { opacity: 0; transform: scale(0); }
    100% { opacity: 1; transform: scale(1); }
}



/* User */
.wrap-user { width: 100%; max-width: 550px; margin: auto; border: 1px solid var(--main-color); border-radius: 5px; }
.title-user { background-color: var(--main-color); padding: 7px 15px; border-radius: 3px 3px 0px 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-family: 'helveticaneuemedium'; text-transform: uppercase; }
.title-user span { color: #fff; font-size: 18px;}
.title-user a { color: #fff; font-size: 13px; text-transform: none; }
.form-user { padding: 20px 15px; }
.input-user { margin-bottom: 0.75rem; }
.input-user input { font-size: 14px; }
.form-check .form-check-input{ top: 0 }
.button-user { margin-bottom: 1rem; 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; }
.button-user input { font-size: 14px; }
.checkbox-user, .radio-user { cursor: pointer; }
.checkbox-user input { top: calc(50% - 1.25rem / 2); height: auto; }
.checkbox-user label { font-size: 14px; cursor: pointer; }
.checkbox-user label::before, .checkbox-user label::after { top: calc(50% - 1rem / 2); }
.radio-user { margin-right: 1rem; }
.radio-user:last-child { margin-right: 0px; }
.radio-user label::before, .radio-user label::after { top: calc(50% - 1rem / 2); }
.note-user { font-size: 14px; border-top: 1px solid #ddd; padding-top: 0.5rem; }
.btn-user { background: var(--main-color); color: #fff; line-height: 40px; border-radius: 5px; overflow: hidden; padding: 0 20px; font-family: 'helveticaneuemedium'; text-transform: uppercase; outline: none; border: none; }
.btn-user-login { background: var(--main-color); color: #fff; line-height: 30px; border-radius: 5px; overflow: hidden; padding: 0 20px; font-family: 'helveticaneuemedium'; text-transform: uppercase; outline: none; border: none; display: inline-block; }
.btn-user:hover, .btn-user-login:hover { background: var(--color-main); color: #fff; }
.form-user label { font-family: 'helveticaneuemedium'; font-size: 14px }

/* post */
.title_left { line-height: 40px; background: var(--main-color); text-align: center; color: #fff !important; font-size: 15px; display: block; text-transform: uppercase; font-family: 'helveticaneuemedium'; width: 100%; overflow: hidden; }
.title_left i { margin-right: 10px; }
.left_user { border: thin solid var(--main-color); margin-bottom: 20px; overflow: hidden; }
.title_left_user { line-height: 40px; background: var(--main-color); padding: 0 20px; height: 40px; color: #fff; text-transform: capitalize; font-family: 'helveticaneuemedium'; font-size: 18px; }
.title_left_user span { color: #fff; font-size: 16px; padding-left: 10px; }
.box_left_user { padding: 0 15px; margin: 0; border-top: none; }
.box_left_user li { list-style: none; width: 100%; line-height: 25px; border-bottom: 1px solid #ccc; font-size: 14px; padding: 7px 0; color: #000; font-weight: 500; }
.box_left_user li:last-child { border-bottom: none; }
.box_left_user li a { color: #000; font-size: 15px; }
.box_left_user li a i { margin-right: 5px; }
.box_left_user li:hover a, .box_left_user li a.active { color: var(--main-color); }
.box_post { margin-bottom: 20px; }
.wrap-user-info { max-width: 100%; }
.title_user { font-size: 25px; font-family: 'helveticaneuemedium'; text-transform: uppercase; text-align: center; margin-bottom: 20px; }
.price-cart-detail span { display: block; }
.price-new-cart-detail { color: red; font-family: 'helveticaneuemedium'; font-size: 15px; }
.price-old-cart-detail { text-decoration: line-through; }
.btn_ref { cursor: pointer; border-top-left-radius: 0; border-bottom-left-radius: 0; }

/*  */
.title_filter{width: 125px;line-height: 36px;border: 1px solid #000;text-align: center;color: #000;text-transform: uppercase;font-weight: 500;}
.title_filter i{margin-left: 10px}
.sort_filter{display: flex;align-items: center;justify-content: space-between; }
.sort_filter span{color: #000;font-size: 14px;font-weight: 500;margin-right: 15px;display: block;white-space: nowrap;}
.sort_filter select:focus{box-shadow: none !important;}
.filter_top{margin-bottom: 25px}

/* sub_left */
.sub_left{width: 100%;position: relative;margin-bottom: 20px;border-bottom: 1px solid #d9d9d9;}
.menu_left {width: 100%;position: relative;}
.menu_left ul {text-align: left;width: 100%;margin: 0;background: #fff;padding: 0;}
.sub_left:hover > .menu_left > ul{display: block}
.menu_left ul li {width: 100%;color: #DEDEDE;list-style: none;padding: 0 10px;position: relative;border-bottom: 1px solid #F3F3F3;}
.menu_left ul li:last-child{border: none}
.menu_left ul li a:hover {color: red;}
.menu_left ul li a {color: #1E1E1E;padding: 7px 0 7px 20px;font-size: 14px;line-height: 25px;display: flex;align-items: center;text-transform: unset;}
.menu_left ul li a i{font-size: 15px;}
.menu_left ul li ul {z-index: 99;overflow: unset;width: 250px;overflow: unset;height: auto;padding: 0;position: absolute;left: 100%;display: none;top: 0;box-shadow: 1px 1.732px 10px 0px rgb(0 0 0 / 13%);}
.menu_left ul li:hover > ul{display: block} 
.menu_left ul li ul li {position: relative;width: 100%;background: none;}
.main_left{width: 270px; position: sticky; top: 80px}
.main_right{width: calc(100% - 290px)}

/*  */
.price_search{border: none;width: auto;padding: 0;margin: 0;text-align: right;max-width: 35%;}
.box_filter{margin-bottom: 15px;}
#html5{margin-top: 12px;}
#sortby{margin-bottom: 10px;}
.box_view_product span{font-size: 17px;border: 1px solid #ccc;padding: 3px 6px;cursor: pointer;margin-right: 5px;}
.ma-bo20{margin-bottom: 20px}
.noUi-target{max-width: calc(100% - 20px);margin-left: 10px;}
.box_left{padding: 15px 0;}
.close_menu,.filter_right,.btn-close-filter{display: none}

.checkbox { --background: #fff; --border: #d1d6ee; --border-hover: #bbc1e1; --border-active: #1e2235; --tick: #fff; position: relative; }
.checkbox input, .checkbox svg { width: 21px; height: 21px; display: block; }
.checkbox input { -webkit-appearance: none; -moz-appearance: none; position: relative; outline: none; background: var(--background); border: none; margin: 0; padding: 0; cursor: pointer; border-radius: 4px; transition: box-shadow 0.3s; box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border)); }
.checkbox input:hover { --s: 2px; --b: var(--border-hover); }
.checkbox input.active { --b: var(--border-active); }
.checkbox svg {pointer-events: none;fill: none;stroke-width: 2px;stroke-linecap: round;stroke-linejoin: round;stroke: var(--stroke, var(--border-active));position: absolute;top: 0;left: 0;width: 21px;height: 21px;transform: scale(var(--scale, 1)) translateZ(0);}
.checkbox.path input.active { --s: 2px; transition-delay: 0.4s; }
.checkbox.path input.active + svg { --a: 16.1 86.12; --o: 102.22; }
.checkbox.path svg {stroke-dasharray: var(--a, 86.12);stroke-dashoffset: var(--o, 86.12);transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;color: #000;}
.checkbox.bounce { --stroke: var(--tick); }
.checkbox.bounce input:checked { --s: 11px; }
.checkbox.bounce input:checked + svg { -webkit-animation: bounce 0.4s linear forwards 0.2s; animation: bounce 0.4s linear forwards 0.2s; }
.checkbox.bounce svg { --scale: 0; }
@-webkit-keyframes bounce {
    50% { transform: scale(1.2); }
    75% { transform: scale(0.9); }
    100% { transform: scale(1); }
}
@keyframes bounce {
    50% { transform: scale(1.2); }
    75% { transform: scale(0.9); }
    100% { transform: scale(1); }
}
.checkbox.path{display: block;display: flex;align-items: center;justify-content: space-between; margin: 10px 0;}
.checkbox.path input{width: 21px;margin-right: 14px;}
.checkbox.path span{margin-bottom: 0;width: calc(100% - 30px);text-transform: capitalize;font-size: 15px;color: #000;}
.box_brand {padding: 10px 0;}
.modal-body{ padding: 1rem 1.5rem }
