@charset "UTF-8";
.inter { font-family: "Inter", sans-serif; font-optical-sizing: auto; }
.chivo { font-family: "Chivo", sans-serif; font-optical-sizing: auto; font-style: normal; }

/* Main */
:root { --main-color: #C00000; --main-blue: #023A92; --sec-color: #fb4141; --thir-color: #6e6e6e; --four-color: #fbad37; --hover-color: black; --footer-color: #fff; --animate-delay: 0.5s; }
body { font-family: "Inter", sans-serif; margin: 0; font-size: 14px; color: #333; margin-left: auto; margin-right: auto; }
html {
  scroll-behavior: smooth;
}

/*body::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background-color: var(--main-color);
}
body::-webkit-scrollbar-track-piece {
  background-color: #e1e1e1;
}
body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--main-color);
  border-radius: 3px;
}
body::-webkit-scrollbar-corner {
  background-color: #e1e1e1;
}*/
.full { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; }
a { color: inherit; transition: 0.3s; }
a:hover { text-decoration: none; }
p, h2, h3, h4, h5, h6 { margin-bottom: 0; }
figure { margin-bottom: 0; }
input, textarea, button { outline: none; border: none; }
input[type=number] { -moz-appearance: textfield; }
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; }
.wrapper { margin: 0 auto; padding: 0 15px; position: relative; }
@media screen and (min-width:576px) {
  .wrapper { max-width: 570px; }
}
@media screen and (min-width:767px) {
  .wrapper { max-width: 750px; }
}
@media screen and (min-width:991px) {
  .wrapper { max-width: 1330px; }
}
img { max-width: 100%; height: auto; }
img:not([src]) { visibility: hidden; }
img.lazy { opacity: 0; }
img:not(.initial) { transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img.img-full, img.img-responsive, img.img-fluid { width: 100% !important; height: auto; }
div[data-slick] { display: none; }
div[data-slick].loaded { display: block; }

/*menu*/
.block-menu { position: relative; width: 100%; left: 0; top: 0; z-index: 99; }
.block-menu.sticky { position: fixed; }
@media screen and (max-width:1230px) {
  .block-menu.sticky { background: #fff; }
}

#header {background: #F3F3F3;}
#fix { position: sticky; top: 0; z-index: 9999; }
#fix .headerBottom { background: transparent; }
.menu { display: flex; justify-content: space-between; align-items: center; min-height: 80px; }
.menu ul { width: 100%; padding: 0; margin: 0; list-style: none; }
.menu ul.primary-menu { display: flex; align-items: center; width: -moz-fit-content; width: fit-content; padding: 0; margin: 0; list-style: none; gap: 10px 2rem; }
.menu ul.primary-menu > li { text-align: center; }
.menu ul.primary-menu > li > a { white-space: nowrap; padding: 10px 0px !important; font-size: 16px; color: #343434; text-transform: capitalize; font-weight: 500; }
.menu ul.primary-menu > li > a:before { content: ''; width: 0%; height: 2px; background: var(--main-color); position: absolute; bottom: 0; left: 50%; transition: all 0.4s; transform: translate(-50%, 0%); }
.menu ul.primary-menu > li:hover > a:before, .menu ul.primary-menu > li > a.active:before { background: var(--main-color); width: 100%; }
.menu ul li { position: relative; z-index: 1; }
.menu ul li .d-flex { align-items: center; gap: 10px; margin-left: 20px; }
.menu ul li .d-flex .icon-search i { font-size: 20px; }
.menu ul li .d-flex .cart { font-size: 20px; padding: 5px; color: #212529; position: relative; }
.menu ul li .d-flex .cart:hover { color: #fb4141; }
.menu ul li .d-flex .cart .count-cart { position: absolute; top: 0px; right: 0px; color: #ffffff; width: 15px; height: 15px; background: #ec2d3f; text-align: center; line-height: 15px; font-size: 11px; border-radius: 100%; z-index: 1000; }
.menu ul li a { display: block; position: relative; font-size: 13px; color: var(--main-color); padding: 12px 12px 11px 12px; text-decoration: none !important; }
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.has-child::after { content: ""; position: absolute; bottom: calc(50% - 2px); right: 5px; width: 5px; height: 5px; border: 1px solid #fafafa; border-top: 0px; border-left: 0px; transform: rotate(45deg); transition: all 0.3s ease-out; }
.menu ul li a.active, .menu ul li:hover > a { color: var(--main-color); }
.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after { color: var(--main-color); }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #fafafa; border-radius: 0.25rem; box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); transform: perspective(600px) rotateX(-90deg); transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; }
.menu ul li:hover > ul { transform: perspective(600px) rotateX(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; transform: rotate(-45deg); }
.menu ul li ul li a.active, .menu ul li ul li:hover > a { color: var(--main-color); }
.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after { border-color: var(--main-color); }
.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; }

/*header-mobile*/
#menu { display: none; }
#hamburger { display: block; width: 35px; height: 20px; position: relative; }
#hamburger::before, #hamburger::after, #hamburger span { background: var(--main-color); content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0px; transition: none 0.5s ease 0.5s; transition-property: transform, top, bottom, left, opacity; }
#hamburger::before { top: 0px; }
#hamburger span { top: 50%; transform: translateY(-50%); }
#hamburger::after { bottom: 0; }
.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); }
.contact-mmobile { color: #000 !important; }
.mm-menu_opened { display: flex !important; }
.menu-m { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
@media screen and (max-width:1230px) {
  .menu-m { padding: 10px 0; }
}
.menu-m .menu-m-inside { display: flex; justify-content: space-between; align-items: center; }
.menu-m .menu-m-inside img { max-height: 35px; }

/* mmenu */
.mm-listitem > a { border-bottom: 1px solid #f0f0f0; }
.mm-btn:after, .mm-btn:before { border: 1px solid var(--mm-color-button); border-bottom: none; border-right: none; }

/* header mobi */
.header-mmenu { display: none; }

/* Search Responsive */
.search-res { position: relative; }
.search-res .icon-search { cursor: pointer; width: 40px; height: 40px; text-align: center; line-height: 42px; color: #212529; font-size: 17px; margin: 0px; }
.search-res .icon-search.active { color: var(--main-color); 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(--main-color); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; transition: 0.3s; }
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #ec2d3f; }
.search-res .search-grid input::-moz-placeholder { color: #ccc; }
.search-res .search-grid input::placeholder { color: #ccc; }
.search-res .search-grid button { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--main-color); line-height: 38px; text-align: center; background: #fff; }
.search-res .search-grid.active { opacity: 1; width: 230px; }
.header-top .widthBox { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; }
.header-top .banner { max-height: 120px; }
.header-top .logo-header { transform: scale(1); flex-shrink: 0; }
.header-top .logo-header.logo_canvar { background: #fff; }
.header-top .logo-header.logo_canvar canvas { transition: 0.3s ease-out; transform: scale(0.6); }
.header-top .logo-header img { max-height: 120px; }
.header-top .form-search { width: 270px; height: 40px; border-radius: 5px; overflow: hidden; display: flex; border: 1px solid #ccc; }
.header-top .form-search input { width: calc(100% - 70px); height: 100%; padding: 0 15px; border-right: unset; }
.header-top .form-search button { width: 70px; height: 100%; background: #fb4141; }
.header-top .form-search button i { color: #fff; font-size: 16px; }

/*slide*/
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); }
.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; transition: 0.3s ease-out; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.control-owl button:hover { opacity: 1; }
.dots-slideshow { position: absolute; z-index: 9; left: 50%; transform: translateX(-50%); bottom: 15px; display: flex; align-items: center; justify-content: center; }
.dots-slideshow .owl-dot { width: 10px; height: 10px; background: #f2f2f2; transition: 0.3s; border-radius: 50%; margin: 0 5px; cursor: pointer; }
.dots-slideshow .owl-dot.active { background: #aaa; }
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: calc(1em + 1.25rem + 8px); }
.text-sm { font-size: 0.875rem !important; }

/*slide*/

/* Breadcrumb */
.breadCrumbs { background-color: #eee; }
.breadCrumbs .wrapper { padding: 0.75rem 15px; }
.breadCrumbs .wrapper .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrapper .breadcrumb-item a { color: #212529; }
.breadCrumbs .wrapper .breadcrumb-item.active a { color: #6c757d; }
.widthBoxFull { position: relative; max-width: 1260px; padding: 0 10px; margin: 0 auto; }
.widthBox { position: relative; max-width: 1260px; padding: 0 10px; margin: 0 auto; }
.w100 { width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6, p, form, ul, body { margin: 0px; padding: 0px; }
.cl-m { color: var(--main-color); }
.row-50 { margin: 0 -25px; }
.padding-50 { padding: 0 25px; }
.row-20 { margin: 0 -10px; }
.padding-20 { padding: 0 10px; }
.row-10 { margin: 0 -5px; }
.padding-10 { padding: 0 5px; }
.row-0 { margin: 0 0px; }
.padding-0 { padding: 0 0px; }
.overText1 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; }
.overText2 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.overText3 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.tieuchi { padding: 40px 0; background: #f5f5f5 center no-repeat; background-size: cover; overflow: hidden; }
@media screen and (max-width:767px) {
  .tieuchi { padding: 20px 0; }
}
.box__tieuchi { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.box__tieuchi:hover img { transform: rotateY(180deg); }
.box__tieuchi:hover .box__tieuchi--name { color: var(--main-color); }
.box__tieuchi--pic { flex-shrink: 0; margin-bottom: 10px; }
.box__tieuchi--pic img { max-height: 100px; transition: 0.5s; }
.box__tieuchi--content { text-align: center; }
.box__tieuchi--name { font-size: 16px; color: #212529; text-transform: uppercase; transition: 0.5s; }
.box__tieuchi--desc { font-size: 14px; color: #636366; }
.box__tieuchi__row { flex-direction: row; }
.box__tieuchi__row--pic { margin-right: 15px; margin-bottom: 0; }
.box__tieuchi__row--content { text-align: left; }
.newsletter .input-cell { margin-bottom: 10px; }
.newsletter .text-newsletter { border-radius: unset; height: 45px; }
.newsletter--title { position: relative; margin-bottom: 15px; text-align: center; }
.newsletter--title h2 { font-size: 48px; color: var(--main-color); }
.newsletter--title p { font-size: 18px; color: #686868; }
.newsletter .btn-send .submit-newsletter { font-size: 14px; color: black; display: flex; justify-content: center; align-items: center; width: -moz-fit-content; width: fit-content; padding: 0 10px; min-width: 100%; min-height: 45px; background: transparent; text-transform: uppercase; }
.newsletter .btn-send .submit-newsletter:hover { text-decoration: none; background: black; color: #fff; }
.newsletter .btn-send .submit-newsletter:hover { background: #ec2d3f; }
.newsletter::-webkit-input-placeholder { font-size: 14px; color: #ccc; }
.newsletter::-moz-placeholder { font-size: 14px; color: #ccc; }
.newsletter:-ms-input-placeholder { font-size: 14px; color: #ccc; }
.newsletter:-moz-placeholder { font-size: 14px; color: #ccc; }
.gioithieu { padding: 60px 0; overflow: hidden; }
@media screen and (max-width:767px) {
  .gioithieu { padding: 30px 0; }
}
.gioithieu--title { font-size: 36px; color: var(--main-color); margin-bottom: 25px; text-transform: uppercase; }
.gioithieu--title span { color: #6e6e6e; }
.gioithieu--desc { margin-bottom: 24px; }
.gioithieu .d-flex { align-items: center; gap: 20px; }
.gioithieu .d-flex .btn--gioithieu { display: flex; justify-content: center; align-items: center; width: -moz-fit-content; width: fit-content; padding: 0 10px; min-width: 147px; min-height: 36px; background: var(--main-color); border-radius: 3px; text-transform: capitalize; font-size: 14px; color: #fff; }
.gioithieu .d-flex .btn--gioithieu:hover { text-decoration: none; background: black; color: #fff; }
.gioithieu .d-flex .hotline { display: flex; align-items: center; gap: 10px; }
.gioithieu .d-flex .hotline p { font-family: "HelveticaNeue"; font-size: 12px; color: #212529; }
.gioithieu .d-flex .hotline a { font-family: "HelveticaNeue-Bold"; font-size: 16px; color: var(--main-color); line-height: 1.2; }
.gioithieu .d-flex .hotline a:hover { color: #fb4141; }
.info { padding: 25px 0; background: var(--main-color) center no-repeat; background-size: cover; }
@media screen and (max-width:767px) {
  .info { padding: 12.5px 0; }
}
.info--container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.info .item { display: flex; align-items: center; gap: 10px; }
.info .item h3 { font-size: unset; }
.info .item h3 a { font-size: 16px; color: #fff; line-height: 1.2; }
.info .item h3 a span { }
.info .item h3 a:hover { color: #fb4141; }
.all__list { padding: 25px 0; overflow: hidden; }
@media screen and (max-width:767px) {
  .all__list { padding: 12.5px 0; }
}
.list__product { padding: 25px 0; }
@media screen and (max-width:767px) {
  .list__product { padding: 12.5px 0; }
}
.row.product { margin-top: -30px; margin-bottom: -30px; }
.box__product { position: relative; margin: 30px 0; border-radius: 10px; overflow: hidden; }
.box__product:hover .box__product--content { opacity: 1; visibility: visible; pointer-events: all; transform: rotate3d(0, 1, 0, 0deg); transition: 0.7s; }
.box__product--content { display: flex; justify-content: center; align-items: center; opacity: 0; visibility: visible; pointer-events: none; flex-direction: column; position: absolute; top: 15px; left: 15px; width: calc(100% - 30px); height: calc(100% - 30px); padding: 15px; background: rgba(255, 255, 255, 0.7); text-align: center; transform: rotate3d(0, 1, 0, 90deg); pointer-events: none; transition: 0.7s; pointer-events: none !important; }
.duan { padding: 50px 0; overflow: hidden; }
@media screen and (max-width:767px) {
  .duan { padding: 25px 0; }
}
.box__duan { position: relative; border-radius: 10px; overflow: hidden; }
.box__duan--content { padding: 15px; background: linear-gradient(0deg, rgba(30, 64, 113, 0.5) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: start; justify-content: end; flex-direction: column; pointer-events: none; }
.box__duan--name { font-size: 16px; color: #fff; margin-bottom: 10px; pointer-events: all; }
.box__duan--name:hover { color: #fb4141; }
.box__duan--date { color: #fff; }
.box__duan--btn { color: #fff; position: absolute; bottom: 15px; right: 15px; pointer-events: all; }
.box__duan--btn i { font-size: 12px; margin-left: 5px; }
.box__duan--btn:hover { color: #fb4141; }
.tintuc__video { padding: 50px 0; }
@media screen and (max-width:767px) {
  .tintuc__video { padding: 25px 0; }
}
.tintuc__video .title { margin-bottom: 30px; }
.tintuc__video .title h2 { font-size: 32px; color: #212529; text-transform: uppercase; }
.tintuc__video .slick__tintuc { margin: -7px 0; }
.box__tintuc { position: relative; display: flex !important; border: unset !important; align-items: center; gap: 12px; margin: 6px 0; }
.box__tintuc--pic { position: relative; flex-shrink: 0; max-width: 50%; }
.box__tintuc--name { font-size: 16px; color: #212529; margin-bottom: 5px; }
.box__tintuc--name:hover { color: #fb4141; }
.box__tintuc--desc { font-size: 14px; color: #888888; margin-bottom: 5px; }
.box__tintuc--date { display: flex; align-items: center; gap: 12px; }
.box__tintuc--date p { font-size: 14px; color: #6b6b6b; }
.box__tintuc--date p img { margin-right: 5px; display: unset; }
.ul-social { list-style-type: none; display: flex; gap: 10px; margin-top: 20px; }
.ul-news { display: flex; flex-direction: column; padding-left: 20px; list-style-type: unset; row-gap: 10px; }
.ul-news li a { font-size: 15px; color: #fff; transition: 0.3s; }
.ul-news li a:hover { color: yellow; }
.
#show_popup { padding: 0 !important; }
@media screen and (max-width:991px) {
  #show_popup { transform: scale(0.8); }
}
@media screen and (max-width:767px) {
  #show_popup { transform: scale(0.7); }
}
@media screen and (max-width:576px) {
  #show_popup { transform: scale(0.6); }
}
@media screen and (min-width:991px) {
  .d-lg-list { display: list-item !important; }
}
.fw-normal { font-weight: normal !important; }
.text-main { color: var(--main-color); }
.btn-main { color: #fff; background: var(--main-color); transition: 0.4s; }
.btn-main:hover { background: #fff; color: var(--main-color); border: 1px solid var(--main-color); }
.btn-outline-main { background: #fff; border: 1px solid var(--main-color); color: var(--main-color); transition: 0.4s; }
.btn-outline-main:hover { background: var(--main-color); color: #fff; }
.share-box { padding: 15px; background: #f2f2f2; border-radius: 10px; }
.share-box p { margin-bottom: 3px; }
.wow { visibility: hidden; }
.article iframe, .article object { max-width: 100% !important; }
.article table { width: 100%; }
.article *:not(iframe):not(object):not(img) { max-width: 100% !important; height: auto !important; }
.flex-box { display: flex !important; flex-wrap: wrap; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }

/* Scale IMG */
.overflow-hidden { overflow: hidden; }
.cursor-pointer { cursor: pointer; }
.hover-scale { overflow: hidden; display: block; }
.hover-scale img { transition: 0.7s !important; }
.hover-scale:hover img { transform: scale(1.1); }
.hover-rotateZ img { transition: 0.8s !important; }
.hover-rotateZ:hover img { transform: rotateZ(30deg); }
.hover-rotateY img { transition: 0.8s !important; }
.hover-rotateY:hover img { transform: rotateY(180deg); }
.bg { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.yt { position: relative; aspect-ratio: 139/106; }

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

/* General */

/* 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; }
.modal-quickiew { max-width: 1000px !important; }
.fw-bold { font-weight: bold; }
.ft-italic { font-style: italic; }
.slick-data { display: none !important; }
.slick-data.loaded { display: block !important; }
.slick-data.slick-dotted { margin-bottom: 0; }

/* Panel */

/* Boostrap */
.alert-warning strong { font-weight: unset; }

/* GG Dịch không có lá cờ */
#google_translate_element { position: absolute; z-index: 999; opacity: 0; }
a[aria-haspopup=true] { pointer-events: none; }

/* Nav tab slider */
.list .tab-content > .tab-pane { opacity: 0; visibility: hidden; height: 0; display: block !important; }
.list .tab-content > .tab-pane.active { opacity: 1; visibility: visible; height: auto; }

/* News */
.col-news { padding: 0 10px; margin-bottom: 20px; }
@media screen and (max-width:767px) {
  .col-news { padding: 0 5px; margin-bottom: 10px; }
}
.row-news { margin: 20px -10px 0 -10px; }
@media screen and (max-width:767px) {
  .row-news { margin: 15px -5px 0 -5px; }
}
.news_box { position: relative; }
.news_box:hover .news__name a { color: var(--hover-color); }
.news__name { margin: 15px 0 7px 0; color: #000; }
.news__name a { color: inherit; }
.news__name.text-split { -webkit-line-clamp: 2; }
.news__desc.text-split { -webkit-line-clamp: 3; }
.othernews.share { margin-top: 20px; }
.othernews.share b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: disc; width: 50%; }
.list-news-other li { padding: 7px 0; }
.list-news-other li:not(:last-child) { border-bottom: 1px solid #eee; }
.list-news-other li a { text-transform: none; color: #333333; }
.list-news-other li a:hover { color: #ec2d3f; }
@media screen and (max-width:767px) {
  .list-news-other { width: 100%; }
}
.box.news { position: relative; }
.box.news--pic { position: relative; display: block; overflow: hidden; flex-shrink: 0; border-radius: 10px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
.box.news--abs__date { position: absolute; left: 0; top: 0; padding: 5px 5px; background: yellowgreen; display: inline-block; border-bottom-right-radius: 20px; pointer-events: none; }
.box.news--abs__date p { font-size: 16px; color: #fff; text-align: center; text-decoration: underline; }
.box.news--abs__date span { font-size: 14px; color: #fff; }
.box.news--content { padding: 15px 0; }
.box.news--name { font-size: 16px; color: black; }
.box.news--name:hover { color: var(--main-color); }
.box.news--date { margin-top: 10px; display: flex; align-items: center; gap: 12px; }
.box.news--date p { font-size: 14px; color: #6b6b6b; }
.box.news--date p img { margin-right: 5px; }
.box.news--desc { font-size: 14px; color: black; margin-bottom: 10px; }
.box.news--btn { font-size: 14px; color: var(--main-color); }
.box.news--btn:hover { color: #fb4141; }
.section-du-an .box__duan { margin: 10px 0; }

/* Product */
.row-product { margin: 25px -12px 0 -12px; }
@media screen and (max-width:767px) {
  .row-product { margin: 20px -5px 0 -5px; }
}
.col-product { padding: 0 12px; margin-bottom: 24px; }
@media screen and (max-width:767px) {
  .col-product { padding: 0 5px; margin-bottom: 10px; }
}
.product_box { position: relative; }
.product_box:hover .product__name a { color: var(--hover-color); }
.product__info { position: relative; }
.product__name { color: #000; font-size: 20px; text-align: center; }
.product__name a { color: inherit; }
.product__name.text-split { -webkit-line-clamp: 2; }
.product__price { display: flex; align-items: baseline; justify-content: center; }
.price__pro_new a, .price__pro_new strong { color: #cc0000; }
.price__pro_old del { color: #aaa; font-size: 17px; }
.product__price .price__pro_new + .price__pro_old { margin-left: 7px; }
.discount-pro-detail { background-color: #ec2d3f; border-radius: 20px; padding: 3px 9px; font-size: 11px; color: #fff; }
.left-pro-detail { flex: 0 0 40%; -ms-flex: 0 0 40%; max-width: 40%; margin-bottom: 20px; padding-right: 10px; position: relative; text-align: center; }
.left-pro-detail .MagicZoom { background-color: #ffffff; position: relative; z-index: 10; }
.right-pro-detail { flex: 0 0 60%; -ms-flex: 0 0 60%; max-width: 60%; margin-bottom: 20px; padding-left: 10px; }
.tabs-pro-detail { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; }

/* Product Detail */
.grid-pro-detail { margin-bottom: 3rem; }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.control-pro-detail { top: calc(50% - 12.5px); }
.control-pro-detail button { background-color: transparent; opacity: 1; width: 25px; height: 25px; background: rgba(0, 0, 0, 0.4); border-radius: 50%; color: #fff; font-size: 23px; }
.control-pro-detail button.owl-prev { left: 10px; }
.control-pro-detail button.owl-next { right: 10px; }
.title-color, .title-size { color: #4ea8cd; font-weight: normal; }
.thumb-pro-detail { display: block !important; border-radius: 5px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail img { box-shadow: none !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.title-pro-detail { text-transform: capitalize; margin-bottom: 10px; font-size: 22px; color: #212529; }
.top-info-pro-detail { margin: 0 0 10px 0; padding: 0; list-style: none; display: flex; align-items: baseline; }
.top-info-pro-detail li + li { border-left: 1px solid #eae4e8; }
.top-info-pro-detail li:first-child { padding-right: 7px; }
.top-info-pro-detail li:last-child { padding-left: 7px; }
.top-info-pro-detail li span, .top-info-pro-detail li a { color: #007bff; margin-left: 2px; }
.comment-pro-detail { display: flex; align-items: center; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { margin-bottom: 1rem; }
.attr-pro-detail { list-style: none; padding: 0; margin: 0; margin-bottom: 15px; }
.attr-pro-detail li { margin-bottom: 15px; }
.attr-pro-detail li:last-child { margin-bottom: 0; }
.attr-label-pro-detail { display: block; margin-bottom: 6px; font-size: 14px; color: #212529; }
.attr-content-pro-detail { margin-bottom: 0px; }
.price-new-pro-detail { font-size: 20px; color: #ec2d3f; }
.price-old-pro-detail { color: #6c757d; font-size: 16px; text-decoration: line-through; padding: 0 10px; }
.tabs-pro-detail { margin-top: 2rem; }
.tabs-pro-detail .nav-tabs {justify-content: center;gap: 0 1.5rem;}
.tabs-pro-detail .nav-tabs .nav-item .nav-link {margin-bottom: 0;border: 0;font-size: 16px;
  border-bottom: 2px solid transparent;text-transform: uppercase;font-weight: bold;padding: 10px 0;}
.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {border-bottom-color: var(--main-color);}
.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {color: var(--main-color);border-bottom-color: var(--main-color);}
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-bottom-color: #555555; }

/* 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; }
.col-photo { padding: 0 10px; margin-bottom: 20px; }
.row-photo { margin: 20px -10px 0 -10px; }
.box:hover h3, .box:hover a { color: #fb4141 !important; }
.box.photo { text-align: center; }
.box.photo .hover-scale { border-radius: 5px; }
.box.photo .name { font-size: 15px; color: var(--main-color); display: block; margin-top: 10px; }

/* Cart Fix */
.cart-fixed { position: relative; background: var(--main-color); width: 40px; height: 40px; text-align: center; color: #fff !important; border-radius: 100%; display: flex !important; align-items: center; justify-content: center; }
.cart-fixed .count-cart { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 20px; height: 20px; background: #ec2d3f; text-align: center; line-height: 20px; font-size: 11px; border-radius: 100%; z-index: 1000; }
.popup-cart .total-procart { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 15px 0; }
.popup-cart .total-procart p:last-child { font-size: 19px; }
#popup-cart .card-cover { position: fixed; top: 0; bottom: 0; z-index: 99999; background: transparent; right: 0; }
#popup-cart .cart-background { position: fixed; top: 0; left: 0; right: 0; height: 100%; z-index: -1; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
#popup-cart .price-new-cart { color: #000; }
#popup-cart .cart-dialog { position: absolute; top: 0; bottom: 0; right: 0; transform: translateX(120%); transition: transform 0.35s ease, right 0.25s ease, visibility 0s; z-index: 1000; width: 480px; max-width: 90vw; background: #fff; transition: transform 0.5s; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }
#popup-cart .wrap-cart { box-shadow: none; border-left: 0; border-right: 0; border-color: #e7e7e7; height: 100%; position: absolute; overflow-y: scroll; left: 0; top: 0; width: 100%; overscroll-behavior: none; padding: 5px 10px; }
#popup-cart .wrap-cart::-webkit-scrollbar { width: 5px; height: 10px; border-radius: 3px; }
#popup-cart .wrap-cart::-webkit-scrollbar-button { width: 0; height: 0; }
#popup-cart .wrap-cart::-webkit-scrollbar-track { background-color: #d4d4d4; }
#popup-cart .wrap-cart::-webkit-scrollbar-track-piece { background-color: #e7e7e7; }
#popup-cart .wrap-cart::-webkit-scrollbar-thumb { height: 60px; background-color: #d4d4d4; }
#popup-cart .wrap-cart::-webkit-scrollbar-corner { background-color: #e7e7e7; }
#popup-cart .wrap-cart::-webkit-resizer { background-color: #e7e7e7; }
#popup-cart .info-procart { padding-right: 0; }
#popup-cart .link-to-cart { display: block; background: var(--main-color); color: #fff; border-radius: 5px; margin-bottom: 10px; padding: 10px 0; border: 1px solid var(--main-color); transition: 0.4s; }
#popup-cart .link-to-cart:hover { background: #fff; color: var(--main-color); }
#popup-cart .buymore-cart { text-decoration: underline; }
#popup-cart .procart { padding: 15px 0; }
#popup-cart .quantity-counter-procart { border-radius: 0; border-color: #f9f9f9; margin-left: 0; }
#popup-cart .cart-header { padding: 15px 10px; }
#popup-cart .close-cart { width: 25px; height: 25px; background: transparent; outline: none; border: none; font-size: 25px; color: #333; }
#popup-cart .cart-title { font-size: 16px; color: var(--main-color); font-weight: bold; }
#popup-cart .cart-footer { padding: 15px 10px; }
#popup-cart .cart-footer .total-procart { padding: 6px 0; }
#popup-cart .cart-footer .total-procart p:first-child { font-weight: normal; }
#popup-cart .cart-footer .total-procart p:last-child { font-size: 18px; }
#popup-cart .cart-body { flex-grow: 1; position: relative; }
#popup-cart .del-procart { color: #ec2d3f; font-size: 15px; display: block; cursor: pointer; height: 15px; width: 15px; position: absolute; top: calc(50% - 7.5px); right: 0; }
#popup-cart.opened .cart-background { opacity: 1; visibility: visible; }
#popup-cart.opened .card-cover { left: 0 !important; transition-delay: 0s; }
#popup-cart.opened .cart-dialog { width: 480px; transform: translateX(0); transition-delay: 0.1s; transition-duration: 0.3s; transition: transform 0.35s ease, right 0.25s ease, visibility 0s; right: 0; }
.no-cart { padding: 15px 10px; border-top: 1px solid #f9f9f9; }
.no-cart p { margin: 10px 0; }
.no-cart a { display: inline-block; color: #1a73e8; text-decoration: underline; }
.no-cart .form-search { width: 50%; margin: 30px auto 0 auto; position: relative; }
.no-cart input { width: 100%; height: 40px; outline: none; border: 1px solid #ccc; padding: 0 40px 0 20px; }
.no-cart button { position: absolute; top: 0; right: 0; height: 100%; width: 40px; outline: none; border: 1px solid #ccc; cursor: pointer; }
.buymore-cart { color: var(--main-color); 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; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.procart { padding: 15px 10px; }
.procart + .procart { border-top: 1px solid #f1f1f1; }
.top-cart .procart { padding: 15px 0; }
.number-pro-cart { font-size: 13px; }
.pic-procart { position: relative; flex: 0 0 85px; -ms-flex: 0 0 85px; max-width: 85px; }
.pic-procart .del-procart { color: #999; font-size: 15px; display: block; cursor: pointer; height: 15px; width: 15px; position: absolute; top: -7.5px; left: -7.5px; }
.pic-procart .del-procart i { display: block; }
.pic-procart .del-procart:hover { color: red; }
.pic-procart img { display: block; border: 1px solid #ededed; }
@media screen and (max-width:991px) {
  .pic-procart { flex: 0 0 60px; -ms-flex: 0 0 60px; max-width: 60px; }
  .pic-procart .del-procart { top: 0; left: 0; position: static; margin: 5px auto 0 auto; }
}
.price-info-cart strong { margin-right: 10px; }
.price-info-cart del { font-size: 12px; color: #8f9bb3; }
.name-procart a { transition: 0.3s; display: block; font-size: 14px; color: #000; }
.name-procart a:hover { color: #ec2d3f; }
.properties-procart { display: block; font-size: 13px; }
.properties-procart p { display: inline-block; margin-bottom: 0px; }
.properties-procart p:first-child { margin-right: 10px; }
.properties-procart p strong { font-weight: bold; }
.quantity-counter-procart { border: 1px solid #f9f9f9; width: 90px; margin-top: 5px; height: 25px; line-height: normal; text-align: center; display: flex; align-items: stretch; margin-left: calc(100% - 90px); }
.counter-procart { background-color: #f9f9f9; border: 0px; width: 30%; color: #333; outline: none; cursor: pointer; font-size: 10px; font-weight: bold; }
.counter-procart:hover, .counter-procart:focus { color: #ec2d3f; }
.counter-procart:disabled, .counter-procart:disabled:hover { color: #ccc; cursor: not-allowed; }
.counter-procart-minus { line-height: 25px; }
.counter-procart-plus { line-height: 25px; }
.quantity-counter-procart .quantity-procart { width: 40%; box-sizing: border-box; border: 0px; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; outline: none; box-shadow: none; padding: 0px; color: #333; text-align: center; }
.price-procart { flex: 0 0 95px; -ms-flex: 0 0 95px; max-width: 95px; text-align: right; }
.info-procart { padding: 0 15px; flex-grow: 1; }
.price-new-cart { color: #ec2d3f; margin-bottom: 0px; }
.price-old-cart { color: #999; text-decoration: line-through; }
.total-procart { padding: 5px 0; display: flex; align-items: baseline; justify-content: space-between; }
.total-procart p { }
.total-procart p:last-child { color: #ec2d3f; font-size: 18px; }
hr.hr-md { margin: 0.5rem 0; }
.link-to-payment { display: block; background: var(--main-color); color: #fff; text-decoration: none; text-transform: uppercase; padding: 10px 5px; text-align: center; border-radius: 0; transition: 0.4s; border-radius: 5px; border: 1px solid var(--main-color); margin-top: 15px; }
.link-to-payment:hover { background: #fff; color: var(--main-color); }
@media screen and (max-width:991px) {
  .cover-list-pro { border-radius: 0; box-shadow: none; }
}
.section-cart { background: #fff; border-radius: 5px; }
.section-cart.top { padding: 15px; }
.section-cart.bot { padding: 15px; border-radius: 0 0 5px 5px; }
.section-cart h4 { padding: 15px; border-bottom: 1px solid #eae4e8; font-size: 16px; color: var(--main-color); }
.section-cart > p { font-size: 14px; margin-bottom: 15px; }
.section-cart .counter-cart { }
.section-cart .list-procart { padding: 8px; border: 2px solid #eae4e8; overflow: hidden; border-radius: 8px; }
@media screen and (max-width:991px) {
  .section-cart.bot, .section-cart.top { padding: 0; }
  .section-cart h4 { font-size: 15px; padding: 0 0 15px 0; margin-bottom: 15px; }
  .section-cart > p { font-size: 13px; margin-bottom: 5px; }
  .section-cart .list-procart { padding: 0; border: 0; border-radius: 0; }
}
.title-cart { font-size: 16px; color: var(--main-color); margin-bottom: 25px; margin-bottom: 15px; position: relative; }
.title-cart a { font-size: 14px; color: #000; font-weight: normal; }
.title-cart a:hover { color: var(--main-color); }
.procart.procart-label { background: var(--main-color); font-weight: bold; color: #fff; padding: 10px; }
.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% - 0.625rem); }
.payments-label { cursor: pointer; background: #eee; display: block; padding: 10px 15px; border-radius: 3px; margin-bottom: 0px; color: #313131 !important; }
.payments-label::before, .payments-label::after { top: calc(50% - 0.5rem); }
.payments-label.active { background: #ec2d3f; 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 { background: var(--main-color); color: #fff; font-size: 14px; border: 1px solid var(--main-color); text-transform: uppercase; font-weight: bold; height: 40px; }
.btn-cart:hover { color: var(--main-color); background: #fff; }
.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; }
.empty-cart span { display: inline-block; border: 1px solid #2e9ef2; border-radius: 3px; padding: 10px; font-size: 16px; text-transform: uppercase; width: 100%; max-width: 325px; }
.color-pro-detail { cursor: pointer; display: inline-block; vertical-align: top; position: relative; width: 30px; height: 30px; margin: 0 4px; border: 1px solid #eee; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 50%; }
.color-pro-detail::after { content: ""; position: absolute; top: -4px; bottom: -4px; left: -4px; right: -4px; border-radius: 50%; }
.color-pro-detail.active::after { box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
.color-pro-detail:hover .color-tooltip { display: block; }
.magic-pro-detail, .size-pro-detail, .capacity-pro-detail, .origin-pro-detail { cursor: pointer; border: 1px solid #ccc; display: inline-block; position: relative; margin-bottom: 0; padding: 3px 10px; border-radius: 4px; background: #fff; overflow: hidden; }
.magic-pro-detail + .magic-pro-detail, .size-pro-detail + .size-pro-detail, .capacity-pro-detail + .capacity-pro-detail, .origin-pro-detail + .origin-pro-detail { margin-left: 5px; }
.magic-pro-detail.active, .size-pro-detail.active, .capacity-pro-detail.active, .origin-pro-detail.active { border-color: #000; color: #000; }
.magic-pro-detail.active::before, .size-pro-detail.active::before, .capacity-pro-detail.active::before, .origin-pro-detail.active::before { content: ""; padding: 4px; font-size: 10px; line-height: 1; position: absolute; top: -15px; right: -13px; background: #080808; width: 26px; height: 24px; transform: rotate(45deg); border-radius: 100%; }
.magic-pro-detail.active::after, .size-pro-detail.active::after, .capacity-pro-detail.active::after, .origin-pro-detail.active::after { content: ""; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-size: contain; position: absolute; top: 0px; right: 0; width: 6px; height: 6px; }
.magic-pro-detail input[type=radio], .color-pro-detail input[type=radio], .size-pro-detail input[type=radio], .capacity-pro-detail input[type=radio], .origin-pro-detail input[type=radio] { display: none; }
.quantity-pro-detail { width: 100%; max-width: 130px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.quantity-pro-detail span { padding: 0px; width: 44px; height: 44px; color: #a4aaaf; cursor: pointer; border: 1px solid #ced4da; background: #fff; }
.quantity-pro-detail span i { line-height: 44px; font-size: 14px; width: 44px; height: 44px; transition: 0.3s; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; border-radius: 0 5px 5px 0; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; border-radius: 5px 0 0 5px; }
.quantity-pro-detail span:hover i { color: #000; }
.quantity-pro-detail input { height: 44px; border-top: 1px solid #ced4da; border-bottom: 1px solid #ced4da; width: calc(100% - 88px); text-align: center; font-size: 14px; padding: 5px; }
.group-quantity-pro-detail { width: 130px; }
.group-cart-pro-detail { flex: 0 0 calc(100% - 130px); -ms-flex: 0 0 calc(100% - 130px); max-width: calc(100% - 130px); padding-left: 10px; }
.cart-pro-detail a { text-transform: uppercase; display: block; text-align: center; border-radius: 5px; cursor: pointer; transition: 0.4s; border: 1px solid #000; background: #fff; line-height: 42px; }
.cart-pro-detail a.btn-pro { background: #000; color: #fff; }
.cart-pro-detail a.btn-pro:hover { color: #000; background: #fff; }
.cart-pro-detail a.btn-outline-pro { color: #000; }
.cart-pro-detail a.btn-outline-pro:hover { color: #fff; background: #000; }
.cart-pro-detail a.unclick { pointer-events: none; filter: grayscale(1); opacity: 0.5; }
@media screen and (max-width:991px) {
  .cart-pro-detail a { font-size: 12.5px; line-height: 33px; }
}
.cart-product { margin-bottom: 0px; }
.cart-product span { cursor: pointer; width: 49%; float: left; color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.cart-add { margin-right: 2%; background-color: #ec2d3f; }
.cart-add:hover { background-color: #c31829; }
.cart-buy { background-color: #28a745; }
.cart-buy:hover { background-color: #207d36; }
.cuppon-row p { padding-left: 25px; background: url(../images/coupon-icon.webp) no-repeat left center; line-height: 22px; }
.cuppon-row a { color: var(--main-color); }
.lb-header-cuppon svg { width: 30px; margin-right: 5px; }
.cuppon-payment button { width: 100%; height: 42px; background: var(--main-color); color: #fff; border-radius: 5px; }
.color-tooltip { background: #000; color: #fff; position: absolute; left: 50%; top: 0; font-size: 11px; padding: 2px 8px; border-radius: 5px; line-height: 20px; transform: translate(-50%, calc(-100% - 10px)); display: none; }
.color-tooltip::after { border-style: solid; border-width: 3px 2.5px 0 2.5px; border-color: #000 transparent transparent transparent; background: #333333; content: ""; height: 8px; position: absolute; transform: rotate(45deg); width: 8px; left: calc(50% - 4px); bottom: -4px; }
.cupponBox { position: relative; background: #fff; filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15)); padding: 10px; border-radius: 5px; min-height: 100px; }
.cupponBox::before { content: ""; position: absolute; top: 0; left: -3px; height: 100%; width: 10px; color: #fff; background-clip: padding-box; background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, 0.9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y; }
.cuppon__slick--items { padding: 7px; }
.cuppon__slick { margin: 0 -7px; }
.cupponBox_icon { flex: 0 0 90px; -ms-flex: 0 0 90px; max-width: 90px; }
.cupponBox_info { flex: 0 0 calc(100% - 90px); -ms-flex: 0 0 calc(100% - 90px); max-width: calc(100% - 90px); padding-left: 10px; }
.cupponBox_info h3 { font-size: 15px; font-weight: bold; color: var(--main-color); transition: 0.3s; }
.cupponBox_info p { margin: 4px 0; }
.cupponBox_info button { padding: 2px 15px; display: block; font-size: 12px; background: var(--main-color); color: #fff; line-height: 24px; height: 24px; border-radius: 12px; }
.cupponBox_info a { text-decoration: underline; }
.status_card { height: 0; opacity: 0; pointer-events: none; }
.status_card.active { height: auto; opacity: 1; }
.section-main { margin-top: 15px; margin-bottom: 25px; }
.title-main { margin-bottom: 1.5rem; text-align: center; }
.title-main h2 { text-transform: uppercase; font-size: 24px; color: var(--main-color); }
.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; }
.header-container { text-align: center;margin-top: 15px; }
.header-container h2 { font-size: 36px; color: var(--main-color); text-transform: uppercase; }
@media screen and (max-width:767px) {
  .header-container h2 { font-size: 24px; }
}
.titleMain { margin-bottom: 30px; }
.titleMain h2 { font-size: 32px; color: #212529; text-transform: uppercase; width: -moz-fit-content; width: fit-content; margin: 0 auto; position: relative; }
.titleMain h2::before { content: ""; background: #000; width: 160px; height: 1px; position: absolute; top: 50%; right: calc(100% + 15px); opacity: 0.2; }
.titleMain h2::after { content: ""; background: #000; width: 160px; height: 1px; position: absolute; top: 50%; left: calc(100% + 15px); opacity: 0.2; }
.titleMain p { font-size: 14px; color: #212529; }

/* Paging */
.pagination-cus .page-item { margin: 0 4px; }
.pagination-cus .page-item:first-child .page-link { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.pagination-cus .page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.pagination-cus .page-item.active .page-link { background: var(--main-color); color: white; border-color: var(--main-color); }
.pagination-cus .page-item:not(:first-child) .page-link { margin-left: 0; }
.pagination-cus .page-link { color: var(--main-color); padding: 0; width: 35px; height: 35px; line-height: 35px; text-align: center; border: 0; }
.pagination-cus .page-link:hover { z-index: 2; color: white; background-color: var(--main-color); border-color: var(--main-color); }

/* 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(--main-color); background-color: var(--main-color); }
.pagination-ajax a.first { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.first::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; background-image: url(../images/page-first.png); }
.pagination-ajax a.last { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.last::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; background-image: url(../images/page-last.png); }
.pagination-ajax a.prev { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.prev::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; background-image: url(../images/page-prev.png); }
.pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.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; background-image: url(../images/page-next.png); }

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background: rgba(128, 128, 128, 0.15); }
.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 a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }
.box-readmore ul li::before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li ul > li { margin: 0; margin-bottom: 8px; }
.box-readmore ul li ul > li::before { content: counters(item, ".") " "; }

/*tienich-phone*/
.social_fixed { position: fixed; right: 25px; bottom: 110px; z-index: 999999; display: flex; align-items: center; flex-direction: column; gap: 20px; }
.support-online a { position: relative; text-align: left; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 100rem; background: var(--main-color); transition: 0.3s; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
.support-online a:not(.cart-fixed) { animation: hueRotate infinite 600s; }
.support-online a:hover { animation: unset; animation-name: fa-bounce; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.support-online i, .support-online img { max-width: 40px; max-height: 40px; color: #fff; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online .btn-support { cursor: pointer; }
.kenit-alo-circle-fill { width: 60px; height: 60px; top: -7.5px; right: -7.5px; position: absolute; transition: all 0.2s ease-in-out; border-radius: 100%; border: 2px solid transparent; transition: all 0.5s; background-color: rgba(30, 64, 113, 0.5); opacity: 0.75; }
.kenit-alo-circle { width: 55px; height: 55px; top: -5px; left: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 1px solid rgba(30, 64, 113, 0.4); opacity: 0.1; border-color: var(--main-color); opacity: 0.5; }
.social_fixed-phone { width: 100%; position: fixed; left: 0; bottom: 0; height: 55px; line-height: 45px; color: #fff; z-index: 50; display: none; background: var(--main-color); }
.social_fixed-phone ul { list-style: none; margin: 0; padding: 0; display: flex; height: 100%; }
.social_fixed-phone ul li { flex: 0 0 100%/4; -ms-flex: 0 0 100%/4; max-width: 100%/4; width: 100%; }
.social_fixed-phone ul li a { color: #fff; text-decoration: none; font-size: 11px;display: flex; justify-content: center; align-items: center; flex-direction: column; letter-spacing: 1px; line-height: 2; height: 100%; border-left: 1px solid rgba(30, 64, 113, 0.2); padding-top: 3px; }
.social_fixed-phone ul li a i { font-size: 19px; }
.social_fixed-phone img { display: block; margin: 0 auto; height: 19px; max-width: 100%; }
@media screen and (max-width:991px) {
  .social_fixed-phone { display: block; }
}

/* Scroll Top */
.goTop { width: 45px; height: 45px; text-align: center; font-weight: bold; color: #444; text-decoration: none; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; display: flex; justify-content: center; align-items: center; background: var(--main-color); border-radius: 100rem; transition: 1s; margin: 0 auto; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
.goTop i { color: #fff; font-size: 22px; }
.goTop.hide { opacity: 0; visibility: visible; pointer-events: none; }

/* #mmenu */
.mobile_menu_section { flex-direction: column; padding: 10px 0; }
.mobile_menu_section .mobile_menu_section-title { color: var(--main-color); margin-bottom: 5px; }
.mobile_menu_section img, .mobile_menu_section svg { max-width: 14px; max-height: 14px; width: 14px; height: 14px; margin-right: 5px; }
.mobile_menu_section .mobile_menu_help { display: flex; align-items: center; }

/* Animation */
.border-animation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid rgba(30, 64, 113, 0.5); animation: squares 3s linear 0s infinite; opacity: 0; border-radius: 50%; }
.border-animation.border-2 { animation-delay: 1s; }
.border-animation.border-3 { animation-delay: 2s; }
@keyframes squares {
  0% { transform: scale(1); opacity: 0; }
  20% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}
.animated { animation-duration: 1s; animation-fill-mode: both; opacity: 1; }
.animated.infinite { animation-iteration-count: infinite; }
.zoomIn { animation-name: customzoomIn; }
@keyframes customzoomIn {
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
.swing-vertical { animation: top-image-bounce 2s infinite ease-in-out; }
@keyframes top-image-bounce {
  0% { transform: translateY(-8px); }
  50% { transform: translateY(12px); }
  100% { transform: translateY(-8px); }
}
.vibration-icon { animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; }
@keyframes phonering-alo-circle-img-anim {
  0% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
}
.blink_me { -webkit-animation-name: blinker; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@keyframes blinker {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes customfadeIn {
  0% { opacity: 0; }
  to { opacity: 1; }
}
@keyframes customfadeOut {
  0% { opacity: 1; }
  to { opacity: 0; }
}
@keyframes customfadeInUp {
  0% { opacity: 0; transform: translate3d(0, 100px, 0); }
  to { opacity: 1; transform: translateZ(0); }
}
@keyframes customfadeInDown {
  0% { opacity: 0; transform: translate3d(0, -100px, 0); }
  to { opacity: 1; transform: translateZ(0); }
}
@keyframes customfadeInLeft {
  0% { opacity: 0; transform: translate3d(100px, 0, 0); }
  to { opacity: 1; transform: translateZ(0); }
}
@keyframes customfadeInRight {
  0% { opacity: 0; transform: translate3d(-100px, 0, 0); }
  to { opacity: 1; transform: translateZ(0); }
}
.text-nhapnhay { animation: my 700ms infinite; }
@keyframes my {
  0% { color: #ffc853; }
  50% { color: #f00; }
  100% { color: #ffc853; }
}
.rotate360 { animation: rotation 2s infinite linear; }
@keyframes rotation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); }
}

/* Blink */
.blink { animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.menu-slide .col-lg-3 { flex: 0 0 270px; max-width: 270px; }
@media screen and (max-width:1330px) {
  .menu-slide .col-lg-3 { display: none; }
}
.menu-slide .col-lg-9 { flex: 0 0 calc(100% - 270px); max-width: calc(100% - 270px); }
@media screen and (max-width:1330px) {
  .menu-slide .col-lg-9 { flex: 0 0 100%; max-width: 100%; }
}
.cont-menu { display: flex !important; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.cont-menu a { font-size: 14px; color: black; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: calc(100% - 10px); }
.icon-mn1 { margin-right: 15px; }
.wrapper-dropdown-menu { position: relative; height: 100%; border: 1px solid var(--main-color); }
.wrapper-dropdown-menu-slide { background: #fff; padding-top: 0; padding-bottom: 0; height: 100%; }
.show-second-menu .on-bar:hover .wrapper-dropdown-menu { display: block; }
.scroll-second-menu { overflow-y: auto; width: 100%; height: 100%; max-height: calc(100% - 1px); }
.scroll-second-menu::-webkit-scrollbar { width: 5px; height: 10px; }
.scroll-second-menu::-webkit-scrollbar-button { width: 0; height: 0; }
.scroll-second-menu::-webkit-scrollbar-track { background-color: #d4d4d4; }
.scroll-second-menu::-webkit-scrollbar-track-piece { background-color: #e7e7e7; }
.scroll-second-menu::-webkit-scrollbar-thumb { height: 60px; background-color: #d4d4d4; }
.scroll-second-menu::-webkit-scrollbar-corner { background-color: #e7e7e7; }
.scroll-second-menu::-webkit-resizer { background-color: #e7e7e7; }
.second-menu { list-style: none; margin: 0; padding: 0; }
.second-menu > li { padding: 0 10px; display: flex; align-items: center; border-bottom: 1px solid #e1e1e1; height: 50px; }
.second-menu > li > a { position: relative; font-size: 14px; color: black; width: 100%; }
.second-menu > li > a img { max-width: 20px; max-height: 20px; margin-right: 10px; }
.second-menu > li .sub-menu { left: 100%; top: -1px; height: calc(100% + 2px); background: #fff; border-top: 0; transform: rotate3d(0, 1, 0, 90deg); border: 1px solid var(--main-color); }
.second-menu > li .sub-menu li { position: unset; height: 50px; display: flex; align-items: center; justify-content: flex-start; padding: 0 10px; border-bottom: 1px solid #e1e1e1; }
.second-menu > li:hover { background: var(--main-color); border-color: var(--main-color); }
.second-menu > li:hover > .sub-menu { transform: rotate3d(0, 0, 0, 0deg); }
.second-menu > li:hover > a { color: #fb4141; text-decoration: none; }
.second-menu .text-second-menu { padding: 9.2px 25px 9.2px 0; position: relative; white-space: nowrap; display: block; overflow: hidden; text-overflow: ellipsis; }
.sub-menu { margin: 0; width: 240px; list-style: none; padding-left: 0; background: #fff; position: absolute; z-index: 99; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); transform: rotate3d(1, 0, 0, -90deg); transform-origin: 0 0 0; transition: all 0.5s ease; }
.sub-menu li { position: relative; text-align: left; }
.sub-menu li a { position: relative; font-size: 14px; color: black; text-transform: capitalize; width: 100%; }
.sub-menu li a.has-child { padding-right: 15px; margin-right: 0px; }
.sub-menu li a.has-child::after { content: ""; position: absolute; bottom: calc(50% - 2px); right: 15px; width: 5px; height: 5px; border: 1px solid #fafafa; border-top: 0px; border-left: 0px; transform: rotate(45deg); transition: all 0.3s ease-out; border-color: #313131; transform: rotate(-45deg); }
.sub-menu li ul { left: 100%; top: -3px; margin-left: 0px; margin-top: 0; transform: rotate3d(0, 1, 0, 90deg); }
.sub-menu > li:hover { background: var(--main-color) !important; border-color: var(--main-color) !important; }
.sub-menu > li:hover > a { color: #fb4141; text-decoration: none; }
.sub-menu > li:hover > .sub-menu { transform: rotate3d(0, 0, 0, 0deg); }
.sub-menu li:hover > ul { transform: rotate3d(0, 0, 0, 0deg); }
.sub-menu ul li ul li:hover > a.has-child:after, .sub-menu li a.active.has-child:after { border-color: var(--main-color); }
.custom__scroll::-webkit-scrollbar { width: 5px; height: 5px; }
.custom__scroll::-webkit-scrollbar-button { width: 0px; height: 0px; }
.custom__scroll::-webkit-scrollbar-track { background-color: var(--main-color); }
.custom__scroll::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.custom__scroll::-webkit-scrollbar-thumb { height: 50px; background-color: var(--main-color); border-radius: 3px; }
.custom__scroll::-webkit-scrollbar-corner { background-color: #ffffff; }
.hover-transformY:hover img { -webkit-animation-name: spinY; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spinY; -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spinY; -ms-animation-duration: 1s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spinY; animation-duration: 1s; animation-iteration-count: infinite; animation-timing-function: linear; }
@keyframes spinY {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}
@keyframes hueRotate {
  from { filter: hue-rotate(0deg); }
  to { filter: hue-rotate(360deg); }
}
@media (max-width:1230px) {
  .mb15_1230 { margin-bottom: 15px; }
  .header-mobi, .header-mmenu { display: block; }
  .headerBottom, .header-top { display: none; }
  .block-menu { background: #fff; }
  .search-res .icon-search { color: var(--main-color); }
  .search-res .icon-search.active { color: #fff; background: var(--main-color); }
  #header { position: sticky; top: 0; background: #fff; z-index: 999; }
}
@media (max-width:991px) {
  .mb15_991 { margin-bottom: 15px; }
  .mb10_991 { margin-bottom: 10px; }
  .social_fixed { bottom: 95px; }
  .social_fixed .support-online:not(.cart_item) { display: none; }
  .social_fixed .support-online:not(.cart_item).itemCart { display: block; }
}
@media (max-width:767px) {
  .mb15_767 { margin-bottom: 15px; }
  .box__product--price { flex-direction: column; }
  .titleMain h2 { font-size: 24px; }
  .box.news--name { font-size: 14px; }
  .box.news--content { padding: 10px 0; }
  .box.news--pic { border-radius: 5px; }
  .gioithieu--title { font-size: 24px; }
  .box__product { margin: 7px 0; }
  .row.product { margin-top: -7px; margin-bottom: -7px; }
}
@media (max-width:576px) {
  .mb15_576 { margin-bottom: 15px; }
  .social_fixed { bottom: 70px; }
}
@media (max-width:375px) {
  .mb15_375 { margin-bottom: 15px; }
}

/* Product */
@media screen and (max-width:767px) {
  .row-product { margin: 20px -5px 0 -5px; }
}
@media screen and (max-width:767px) {
  .col-product { padding: 0 5px; margin-bottom: 10px; }
}
@media screen and (max-width:991px) {
  .product__price { text-align: center; flex-wrap: wrap; }
}
@media screen and (max-width:991px) {
  .product__price .price__pro_new { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; margin-bottom: 5px; }
}
@media screen and (max-width:991px) {
  .product__price .price__pro_old { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; }
}
@media screen and (max-width:991px) {
  .product__price .price__pro_new + .price__pro_old { margin-left: 0; }
}
@media screen and (max-width:991px) {
  .left-pro-detail { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; padding-right: 0; }
}
@media screen and (max-width:991px) {
  .right-pro-detail { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; padding-left: 0; }
}
@media screen and (max-width:991px) {
  .gallery-thumb-pro { margin-top: 5px; }
}
@media screen and (max-width:767px) {
  .price-new-pro-detail { font-size: 16px; }
}
@media screen and (max-width:767px) {
  .price-old-pro-detail { font-size: 13px; padding: 0 7px; }
}
@media screen and (max-width:991px) {
  .tabs-pro-detail .nav-tabs .nav-link { font-size: 13px !important; }
}

/* News */
@media screen and (max-width:767px) {
  .col-news { padding: 0 5px; margin-bottom: 10px; }
}
@media screen and (max-width:767px) {
  .row-news { margin: 15px -5px 0 -5px; }
}
@media screen and (max-width:767px) {
  .list-news-other { width: 100%; }
}

/* Cart Fix */
#popup-cart.opened { width: 85%; }
@media screen and (max-width:991px) {
  .section-main .form-search { width: 100%; }
}
@media screen and (max-width:991px) {
  .top-cart { margin-top: 2rem; }
}
@media screen and (max-width:991px) {
  .procart { padding: 8px 0; }
  .procart + .procart { border-top: 1px solid #f1f1f1; }
}
@media screen and (min-width:991px) {
  .cart-sticky { position: sticky; top: 60px; }
}
@media screen and (max-width:991px) {
  .pic-procart { flex: 0 0 60px; -ms-flex: 0 0 60px; max-width: 60px; }
  .pic-procart .del-procart { top: 0; left: 0; position: static; margin: 5px auto 0 auto; }
}
@media screen and (max-width:767px) {
  .info-procart { padding: 0 10px; }
}
@media screen and (max-width:991px) {
  .cover-list-pro { border-radius: 0; box-shadow: none; }
}
@media screen and (max-width:991px) {
  .section-cart.bot, .section-cart.top { padding: 0; }
  .section-cart h4 { font-size: 15px; padding: 0 0 15px 0; margin-bottom: 15px; }
  .section-cart > p { font-size: 13px; margin-bottom: 5px; }
  .section-cart .list-procart { padding: 0; border: 0; border-radius: 0; }
}
@media screen and (max-width:991px) {
  .title-cart { font-size: 15px; }
}
@media screen and (max-width:991px) {
  .quantity-pro-detail { max-width: 105px; }
  .quantity-pro-detail span { width: 35px; height: 35px; }
  .quantity-pro-detail span i { line-height: 35px; width: 35px; height: 35px; }
  .quantity-pro-detail input { height: 35px; width: calc(100% - 70px); }
}
@media screen and (max-width:991px) {
  .group-quantity-pro-detail { width: 105px; }
}
@media screen and (max-width:991px) {
  .group-cart-pro-detail { flex: 0 0 calc(100% - 105px); -ms-flex: 0 0 calc(100% - 105px); max-width: calc(100% - 105px); }
}
@media screen and (max-width:991px) {
  .cart-pro-detail a { font-size: 12.5px; line-height: 33px; }
}
@media screen and (max-width:991px) {
  .cupponBox_info h3 { font-size: 14px; }
}
.wrap-user { width: 100%; max-width: 550px; margin: auto; border: 1px solid #18181824; border-radius: 5px; margin-bottom: 10px }
.title-user { background-color: var(--main-color); padding: 12px 15px; border-radius: 5px 5px 0 0; 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 }
.title-user span { color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 700; }
.title-user a { color: #fff; font-size: 13px; font-weight: 600; text-transform: capitalize; }
.form-user { padding: 20px 15px }
.input-user { margin-bottom: .75rem }
.input-user input { font-size: 14px }
.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; background: var(--main-color); border-color: var(--main-color); font-weight: 700; text-transform: uppercase; }
.button-user input:hover { background: var(--main-blue); border-color: var(--main-blue); }
.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::after, .checkbox-user label::before { top: calc(50% - 1rem / 2) }
.radio-user { margin-right: 1rem }
.radio-user:last-child { margin-right: 0 }
.radio-user label::after, .radio-user label::before { top: calc(50% - 1rem / 2) }
.note-user { font-size: 14px; border-top: 1px solid #ddd; padding-top: .5rem }
.note-user a { color: var(--main-blue); font-weight: 500; text-transform: capitalize; text-decoration: underline; }
.note-user a:hover { color: var(--main-color) }

/* Trang trong thanh vien */
.frefix__user__info__container { margin-top: 5rem }
.frefix__user__info__list-group { width: 100%; overflow: hidden; margin-top: 10px; border-radius: unset; padding-left: 10px; margin-bottom: 10px }
.frefix__user__info__list-group .list-group-item { margin-bottom: 5px; outline: #fff; border: unset; border-radius: 0; background: #e7caca; color: #000; border-right: unset; box-shadow: unset; border-radius: 10px 0 0 10px; font-weight: 600; text-transform: capitalize; transition: all .3s linear; }
.frefix__user__info__tab-content { margin-top: 0; padding: 10px 2rem; margin-bottom: 10px }
.frefix__user__info__form-user { margin-top: 20px }
.frefix__user__info__input-user { margin-bottom: 20px }
.frefix__user__info__input-user .input-group-prepend .input-group-text { background-color: #f8f9fa; border: 1px solid #ced4da }
.frefix__user__info__input-user .form-control { height: auto; padding: 10px; font-size: 14px }
.frefix__user__info__button-user { text-align: center }
.frefix__user__info__button-user .btn { width: 100%; padding: 10px; font-size: 14px; background-color: var(--main-color); border-color: var(--main-color); font-weight: 600; text-transform: capitalize; }
.frefix__user__info__button-user .btn:hover { background-color: var(--main-blue); border-color: var(--main-blue); }
.frefix__user__info__input-user .custom-control-label { margin-left: 10px }
.frefix__user__info__input-user .custom-radio { display: inline-block; margin-right: 20px }
.frefix__user__info__container { border: 1px solid #fbecec; border-radius: 10px; overflow: hidden; margin-bottom: 20px }
.tab-content.frefix__user__info__tab-content h3 { font-weight: 700; text-transform: uppercase; font-size: 22px; margin-bottom: 1rem; }
.frefix__user__info__list-group .list-group-item.active, .frefix__user__info__list-group .list-group-item:hover { background: var(--main-color); border-color: var(--main-color); color: #fff; }
.container.frefix__user__info__container .col-md-3 { background: #fbecec; padding-right: 0; padding-left: 0 }
.tab-content.frefix__user__info__tab-content a.out-tk { background: var(--main-color); display: inline-block; text-align: center; padding: 10px 10px; border-radius: 7px; color: #fff; font-weight: 500; transition: all 0.5s; font-size: 14px; }
.tab-content.frefix__user__info__tab-content a.out-tk:hover { background: var(--main-blue); }