@charset "UTF-8";

/*main*/
:root { --color-ye: #F7CB4B; --color-min-red: #FBF4F4; --color-red: #BB232B; --color-dark-red: #840108; --animate-delay: 0.5s; --footer-color: #fff; --four-color: #fbad37; --hover-color: black; --main-color: #0C9447; --sec-color: #fb4141; --thir-color: #6e6e6e }
.archivo { font-family: "Archivo", serif; }
.lexend-deca { font-family: "Lexend Deca", serif; }
body { font-family: "Lexend Deca", serif; serif; font-size: 14px; margin: 0; }
.full { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9 }
a { color: inherit; transition: .3s }
a:hover { text-decoration: none }
h2, h3, h4, h5, h6, p { margin-bottom: 0 }
figure { margin-bottom: 0 }
button, input, textarea { border: none; outline: 0 }
input[type=number] { -moz-appearance: textfield }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 }
.w-clear:after { clear: both; content: ""; display: block }
.hidden { display: none }
.clear { clear: both }
.none { display: none }
.hidden-seoh { height: 0; margin: 0; overflow: hidden; visibility: hidden }
.wrapper { margin: 0 auto; padding: 0 15px; position: relative }
.wrap-content { margin: 0 auto; max-width: 1230px; padding: 0 15px; position: relative; z-index: 2; }
.wrap-content_lg { margin: 0 auto; max-width: 1290px; padding: 0 15px }
img { height: auto; max-width: 100% }
img:not([src]) { visibility: hidden }
img.lazy { opacity: 0 }
img:not(.initial) { transition: opacity 1s }
img.error, img.initial, img.loaded { opacity: 1 }
img.img-fluid, img.img-full, img.img-responsive { height: auto; width: 100% !important }
div[data-slick] { display: none }
div[data-slick].loaded { display: block }
.custom-select, .form-control, .form-control-plaintext:not(textarea) { height: calc(1em + 1.25rem + 8px) }
.text-sm { font-size: .875rem !important }
.breadCrumbs { background-color: var(--color-min-red); }
.breadCrumbs .wrapper { padding: .75rem 15px }
.breadCrumbs .wrapper .breadcrumb { background-color: transparent; border-radius: 0; margin-bottom: 0; padding: 0 }
.breadCrumbs .wrapper .breadcrumb-item a { color: #212529 }
.breadCrumbs .wrapper .breadcrumb-item.active a { color: #6c757d }
.breadcrumb-item a span { color: #333; font-style: normal; font-weight: 00; line-height: normal; text-align: center }
.breadcrumb-item+.breadcrumb-item::before { color: #333; }
.breadcrumb { background: var(--color-min-red); padding: 10px 0; }
.widthBox { width: 100%; margin: 0 auto; max-width: 1220px; padding: 0 10px; position: relative }
.w100 { height: auto; width: 100% }
.cl-m { color: #1e4071 }
.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 0 }
.padding-0 { padding: 0 0 }
.overText1 { -webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal }
.overText2 { -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal }
.overText3 { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal }

/*menu*/
.block-menu { position: relative; width: 100%; left: 0; top: 0; z-index: 99; }
.block-menu.sticky { position: fixed; }
#fix { position: sticky; top: 0; z-index: 9999; }
#fix .headerBottom { background: transparent; }
.menu { }
.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: 0; justify-content: space-evenly; width: 100%; }
.menu ul.primary-menu > li { text-align: center; }
.menu ul.primary-menu > li > a { }
.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 { }
.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; color: #333; padding: 20px 10px; text-decoration: none !important; font-size: 16px; font-weight: 500; text-transform: capitalize; }
.menu ul li a:before { content: ''; width: 0%; height: 2px; background: var(--color-red); position: absolute; bottom: 0; left: 0; transition: all 0.5s; }
.menu ul li:hover > a:before, .menu ul li a.active:before { width: 100%; }
.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 #333; 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(--color-red); }
.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after { }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #fafafa; border-radius: 0.25rem; 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; padding-right: 0; }
.menu ul li ul li a { font-weight: 500; 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 { }
.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after { }
.menu ul li ul li a { padding: 10px 10px 9px 10px; text-transform: capitalize; }
.menu ul li ul li ul { top: 0; left: 100%; margin-top: 0px; }

/* mmenu*/
#menu { display: none }
.mm-navbar__title { text-transform: uppercase; font-size: 17px; font-weight: 600; color: var(--color-red) !important; !i; !; }
#hamburger { display: block; height: 20px; position: relative; width: 35px; color: var(--color-red); }
#hamburger span, #hamburger::after, #hamburger::before { background: var(--color-red); content: ""; display: block; height: 2px; left: 0; position: absolute; transition-property: transform, top, bottom, left, opacity; transition: none .5s ease .5s; width: 100% }
#hamburger::before { top: 0 }
#hamburger span { top: 50%; transform: translateY(-50%) }
#hamburger::after { bottom: 0 }
.mm-wrapper_opening #hamburger::after, .mm-wrapper_opening #hamburger::before { 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 rgb(12 148 71 / 36%); }
.menu-m .menu-m-inside { align-items: center; display: flex; justify-content: space-between }
.menu-m .menu-m-inside img { max-height: 68px; }
.mm-listitem>a { border-bottom: 1px solid #f0f0f0; font-weight: 400; text-transform: capitalize; }
.mm-btn:after, .mm-btn:before { border: 2px solid var(--mm-color-button); border-bottom: none; border-right: none; }
.header-mmenu { display: none }

/*search-res*/
.search-res { position: relative }
.search-res .icon-search { color: #212529; cursor: pointer; font-size: 17px; height: 40px; line-height: 38px; margin: 0; text-align: center; width: 40px; color: var(--color-red); border: 2px solid var(--color-red); border-radius: 7px; }
.search-res .icon-search.active { background: #fff; border-radius: 100%; color: #1e4071 }
.search-res .search-grid { background: #fff; border-radius: 25px; border: 1px solid var(--color-red); height: 40px; line-height: normal; opacity: 0; overflow: hidden; position: absolute; right: 0; top: 50px; transition: .3s; width: 0; z-index: 2 }
.search-res .search-grid input { border: none; color: #333; float: right; line-height: 38px; outline: 0; width: calc(100% - 40px); }
.search-res .search-grid input::-moz-placeholder { color: #ccc; }
.search-res .search-grid input::placeholder { color: #ccc }
.search-res .search-grid button { background: #fff; border: none; cursor: pointer; display: block; float: left; font-size: 17px; height: 38px; line-height: 38px; margin: 0; outline: 0; text-align: center; width: 35px }
.search-res .search-grid.active { opacity: 1; width: 350px; }
.book-res { }
.book-res a { background: var(--color-red); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 7px; }

/*slideshow*/
.control-owl { left: 0; position: absolute; top: calc(50% - 22.5px); width: 100%; z-index: 2 }
.control-owl button { align-items: center; background-color: #000; border-radius: 3px; border: 0; color: #fff; cursor: pointer; display: block; display: flex; font-size: 25px; height: 45px; justify-content: center; margin: 0; opacity: .5; outline: 0; padding: 0; position: absolute; text-align: center; top: 0; transition: .3s ease-out; width: 45px }
.control-owl button.owl-prev { left: 20px }
.control-owl button.owl-next { right: 20px }
.control-owl button:hover { opacity: 1 }
.dots-slideshow { align-items: center; bottom: 15px; display: flex; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); z-index: 9 }
.dots-slideshow .owl-dot { background: #f2f2f2; border-radius: 50%; cursor: pointer; height: 10px; margin: 0 5px; transition: .3s; width: 10px }
.dots-slideshow .owl-dot.active { background: #aaa }

/*tieuchi*/
.tieuchi { background-size: cover; background: #f5f5f5 center no-repeat; overflow: hidden; padding: 40px 0 }
.box__tieuchi { align-items: center; display: flex; flex-direction: column; justify-content: center; position: relative }
.box__tieuchi:hover img { transform: rotateY(180deg) }
.box__tieuchi:hover .box__tieuchi--name { color: #1e4071 }
.box__tieuchi--pic { flex-shrink: 0; margin-bottom: 10px }
.box__tieuchi--pic img { max-height: 100px; transition: .5s }
.box__tieuchi--content { text-align: center }
.box__tieuchi--name { color: #212529; font-size: 16px; font-weight: 700; text-transform: uppercase; transition: .5s }
.box__tieuchi--desc { color: #636366 }
.box__tieuchi__row { flex-direction: row }
.box__tieuchi__row--pic { margin-bottom: 0; margin-right: 15px }
.box__tieuchi__row--content { text-align: left }

/*newsletter*/
.newsletter .input-cell { margin-bottom: 10px }
.newsletter .text-newsletter { border-radius: unset; height: 45px }
.newsletter .btn-send .submit-newsletter { align-items: center; background: 0 0; color: #000; display: flex; justify-content: center; min-height: 45px; min-width: 100%; padding: 0 10px; text-transform: uppercase; width: -moz-fit-content; width: fit-content }
.newsletter .btn-send .submit-newsletter:hover { background: #000; background: #ec2d3f; color: #fff; text-decoration: none }
.newsletter::-webkit-input-placeholder { color: #ccc }
.newsletter::-moz-placeholder { color: #ccc }
.newsletter:-ms-input-placeholder { color: #ccc }
.newsletter:-moz-placeholder { color: #ccc }

/*gioithieu*/
.gioithieu { overflow: hidden; padding: 60px 0 }
.gioithieu--title { color: #1e4071; font-size: 36px; font-weight: 700; margin-bottom: 25px; text-transform: uppercase }
.gioithieu--title span { color: #6e6e6e }
.gioithieu--desc { margin-bottom: 24px }
.gioithieu .d-flex { align-items: center; flex-wrap: wrap; gap: 20px; justify-content: space-between }
.gioithieu .d-flex .btn--gioithieu { align-items: center; background: #1e4071; border-radius: 3px; color: #fff; display: flex; font-size: 14px; justify-content: center; min-height: 36px; min-width: 147px; padding: 0 10px; text-transform: capitalize; width: -moz-fit-content; width: fit-content }
.gioithieu .d-flex .btn--gioithieu:hover { background: #000; color: #fff; text-decoration: none }
.gioithieu .d-flex .hotline { align-items: center; display: flex; gap: 10px }
.gioithieu .d-flex .hotline p { color: #212529; font-size: 12px }
.gioithieu .d-flex .hotline a { color: #1e4071; font-size: 16px; line-height: 1.2 }
.gioithieu .d-flex .hotline a:hover { color: #fb4141 }
.info { background-size: cover; background: #1e4071 center no-repeat; padding: 25px 0 }
.info--container { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between }
.info .item { align-items: center; display: flex; gap: 10px }
.info .item h3 { font-size: unset }
.info .item h3 a { color: #fff; font-size: 16px; line-height: 1.2 }

/*all__list*/
.all__list { overflow: hidden; padding: 25px 0 }
.list__product { padding: 25px 0 }
.row.product { margin-bottom: -30px; margin-top: -30px }
.box__product { background: #fff; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15); margin: 15px 0; margin: 30px 0; position: relative }
.box__product:hover .box__product--content { transition: .7s }
.box__product--content { background: #fff; text-align: center }

/*duan*/
.duan { overflow: hidden; padding: 50px 0 }
.box__duan { border-radius: 10px; overflow: hidden; position: relative }
.box__duan--content { align-items: start; background: linear-gradient(0deg, rgba(30, 64, 113, .5) 0, rgba(255, 255, 255, 0) 100%); bottom: 0; display: flex; flex-direction: column; height: 100%; justify-content: end; left: 0; padding: 15px; pointer-events: none; position: absolute; right: 0; top: 0; width: 100% }
.box__duan--name { color: #fff; font-size: 16px; margin-bottom: 10px; pointer-events: all }
.box__duan--name:hover { color: #fb4141 }
.box__duan--date { color: #fff }
.box__duan--btn { bottom: 15px; color: #fff; pointer-events: all; position: absolute; right: 15px }
.box__duan--btn i { font-size: 12px; margin-left: 5px }
.box__duan--btn:hover { color: #fb4141 }

/*tintuc__video*/
.tintuc__video { padding: 50px 0 }
.tintuc__video .title { margin-bottom: 30px }
.tintuc__video .title h2 { color: #212529; font-size: 32px; text-transform: uppercase }
.tintuc__video .slick__tintuc { margin: -7px 0 }
.box__tintuc { align-items: center; border: unset !important; display: flex !important; gap: 12px; margin: 6px 0; position: relative }
.box__tintuc--pic { flex-shrink: 0; max-width: 50%; position: relative }
.box__tintuc--name { color: #212529; font-size: 16px; margin-bottom: 5px }
.box__tintuc--name:hover { color: #fb4141 }
.box__tintuc--desc { color: #888; font-size: 14px; margin-bottom: 5px }
.box__tintuc--date { align-items: center; display: flex; gap: 12px }
.box__tintuc--date p { color: #6b6b6b }
.box__tintuc--date p img { display: unset; margin-right: 5px }
.line__right { background: #fff; height: 16px; width: 1px }
#show_popup { padding: 0 !important }
.fw-normal { font-weight: 400 !important }
.text-main { color: var(--main-color) }
.btn-main { background: var(--main-color); color: #fff; transition: .4s }
.btn-main:hover { background: #fff; border: 1px solid var(--main-color); color: var(--main-color) }
.btn-outline-main { background: #fff; border: 1px solid var(--main-color); color: var(--main-color); transition: .4s }
.btn-outline-main:hover { background: var(--main-color); color: #fff }
.share-box { background: #f2f2f2; background: unset; border-radius: 10px; padding: 15px; padding: unset }
.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 }
.flex-box { display: flex !important; flex-wrap: wrap }
.text-split { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal }
.overflow-hidden { overflow: hidden }
.cursor-pointer { cursor: pointer }
.hover-scale { display: block; overflow: hidden }
.hover-scale img { transition: .7s !important }
.hover-scale:hover img { transform: scale(1.1) }
.hover-rotateZ img { transition: .8s !important }
.hover-rotateZ:hover img { transform: rotateZ(30deg) }
.hover-rotateY img { transition: .8s !important }
.hover-rotateY:hover img { transform: rotateY(180deg) }
.bg { background-position: center center; background-repeat: no-repeat; background-size: cover }
.yt { aspect-ratio: 139/106; position: relative }
.transition { transition: .3s ease-out }
.grecaptcha-badge { display: none !important; height: 0 !important; overflow: hidden; visibility: hidden !important; width: 0 !important }
coccocgrammar { display: none }
.modal-quickiew { max-width: 1000px !important }
.fw-bold { font-weight: 700 }
.ft-italic { font-style: italic }
.slick-data { display: none !important }
.slick-data.loaded { display: block !important }
.slick-data.slick-dotted { margin-bottom: 0 }
.alert-warning strong { font-weight: 700; font-weight: unset }
#google_translate_element { opacity: 0; position: absolute; z-index: 999 }
a[aria-haspopup=true] { pointer-events: none }
.list .tab-content>.tab-pane { display: block !important; height: 0; opacity: 0; visibility: hidden }
.list .tab-content>.tab-pane.active { height: auto; opacity: 1; visibility: visible }
.col-news { margin-bottom: 20px; padding: 0 10px }
.row-news { margin: 20px -10px 0 -10px }
.news_box { position: relative }
.news_box:hover .news__name a { color: var(--hover-color) }
.news__name { color: #000; margin: 15px 0 7px 0 }
.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; font-size: 16px; font-weight: 600; text-transform: capitalize; }
.list-news-other { list-style: disc; padding-left: 17px; width: 100%; }
.list-news-other li { padding: 7px 0 }
.list-news-other li:not(:last-child) { border-bottom: 1px solid #eee }
.list-news-other li a { color: #333; text-transform: none; font-weight: 500; }
.list-news-other li a:hover { color: #ec2d3f }
.box.news { position: relative }
.box.news--pic { border-radius: 10px; box-shadow: 0 3px 5px rgba(0, 0, 0, .2); display: block; flex-shrink: 0; overflow: hidden; position: relative }
.box.news--abs__date { background: #9acd32; border-bottom-right-radius: 20px; display: inline-block; left: 0; padding: 5px 5px; pointer-events: none; position: absolute; top: 0 }
.box.news--abs__date p { color: #fff; font-size: 16px; text-align: center; text-decoration: underline }
.box.news--abs__date span { color: #fff }
.box.news--content { padding: 15px 0 }
.box.news--name { color: #000; font-size: 16px; font-weight: 700 }
.box.news--name:hover { color: #1e4071 }
.box.news--date { align-items: center; display: flex; gap: 12px; margin-top: 10px }
.box.news--date p { color: #6b6b6b }
.box.news--date p img { margin-right: 5px }
.box.news--desc { color: #000; margin-bottom: 10px }
.box.news--btn { color: #1e4071; font-size: 14px; font-weight: 700 }
.box.news--btn:hover { color: #fb4141 }
.section-du-an .box__duan { margin: 10px 0 }
.row-product { margin: 25px -12px 0 -12px }
.col-product { margin-bottom: 24px; padding: 0 12px }
.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 { align-items: baseline; display: flex; justify-content: center }
.price__pro_new a, .price__pro_new strong { color: #c00; font-size: 20px }
.product__price .price__pro_new+.price__pro_old { margin-left: 7px }
.discount-pro-detail { background-color: #ec2d3f; border-radius: 20px; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 9px }
.left-pro-detail { -ms-flex: 0 0 40%; flex: 0 0 40%; margin-bottom: 20px; max-width: 40%; padding-right: 10px; position: relative; text-align: center }
.left-pro-detail .MagicZoom { background-color: #fff; position: relative; z-index: 10 }
.right-pro-detail { -ms-flex: 0 0 60%; flex: 0 0 60%; margin-bottom: 20px; max-width: 60%; padding-left: 30px }
.tabs-pro-detail { -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 2rem; max-width: 100% }
.grid-pro-detail { margin-bottom: 3rem }
.gallery-thumb-pro { margin-top: 10px; position: relative }
.control-pro-detail { top: calc(50% - 12.5px) }
.control-pro-detail button { background-color: transparent; background: rgba(0, 0, 0, .4); border-radius: 50%; color: #fff; font-size: 23px; height: 25px; opacity: 1; width: 25px }
.control-pro-detail button.owl-prev { left: 10px }
.control-pro-detail button.owl-next { right: 10px }
.title-color, .title-size { color: #4ea8cd; font-weight: 400 }
.thumb-pro-detail { background-color: #fff; border-radius: 5px; border: 2px solid transparent; cursor: pointer; display: block !important; overflow: hidden }
.thumb-pro-detail img { border-bottom: 0 !important; box-shadow: none !important; filter: brightness(100%) !important; padding-bottom: 0 !important }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #333 }
.title-pro-detail { color: #212529; color: #333; font-size: 22px; font-size: 24px; font-style: normal; font-weight: 600; font-weight: 700; line-height: normal; margin-bottom: 10px; text-transform: capitalize }
.top-info-pro-detail { align-items: baseline; display: flex; list-style: none; margin: 0 0 10px 0; padding: 0 }
.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 a, .top-info-pro-detail li span { color: #007bff; font-weight: 700; margin-left: 2px }
.comment-pro-detail { align-items: center; display: flex; justify-content: flex-start }
.social-plugin-pro-detail { align-items: center; display: flex; margin-bottom: 1rem; margin-top: 1rem !important; }
.desc-pro-detail { margin-bottom: 1rem }
.attr-pro-detail { list-style: none; margin-bottom: 15px; margin: 0; padding: 0 }
.attr-pro-detail li { margin-bottom: 15px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; }
.attr-pro-detail li:last-child { margin-bottom: 0 }
.attr-label-pro-detail { color: #212529; display: block; font-size: 14px; font-weight: 700; margin-bottom: 0; }
.attr-content-pro-detail { margin-bottom: 0 }
.price-new-pro-detail { color: #d4001b; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal }
.price-old-pro-detail { color: #6c757d; font-size: 16px; padding: 0 10px; text-decoration: line-through }
.tabs-pro-detail .nav-tabs { justify-content: center; gap: 10px; }
.tabs-pro-detail .nav-tabs .nav-item .nav-link { border-bottom: 2px solid transparent; border: 0; font-size: 17px; margin-bottom: 0; font-weight: 600; text-transform: capitalize; }
.tabs-pro-detail .nav-tabs .nav-item .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item .nav-link:hover { border-bottom-color: #fff; color: var(--color-red); background: #e5f5ec; }
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-bottom-color: #555; font-weight: 700 }
.contact-article { margin-bottom: 3rem }
.contact-input { margin-bottom: 15px; position: relative }
.contact-input textarea { height: 150px; resize: none }
.contact-input .custom-file-label::after { content: attr(title) }
.contact-map { height: 500px; position: relative }
.contact-map iframe { height: 100% !important; left: 0; position: absolute; top: 0; width: 100% !important }
.col-photo { margin-bottom: 20px; padding: 0 10px }
.row-photo { margin: 20px -10px 0 -10px }
.box:hover a, .box:hover h3 { color: #fb4141 !important }
.box.photo { text-align: center }
.box.photo .hover-scale { border-radius: 5px }
.box.photo .name { color: #1e4071; display: block; font-size: 15px; font-weight: 700; margin-top: 10px }
.cart-fixed { align-items: center; background: var(--main-color); border-radius: 100%; color: #fff !important; display: flex !important; height: 40px; justify-content: center; position: relative; text-align: center; width: 40px }
.cart-fixed .count-cart { background: #ec2d3f; border-radius: 100%; color: #fff; font-size: 11px; height: 20px; line-height: 20px; position: absolute; right: -5px; text-align: center; top: 0; width: 20px; z-index: 1000 }
.popup-cart .total-procart { border-bottom: 1px solid #eee; border-top: 1px solid #eee; padding: 15px 0 }
.popup-cart .total-procart p:last-child { font-size: 19px }
#popup-cart .card-cover { background: 0 0; bottom: 0; position: fixed; right: 0; top: 0; z-index: 99999 }
#popup-cart .cart-background { background-color: rgba(0, 0, 0, .5); height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; transition: all .4s cubic-bezier(.645, .045, .355, 1); visibility: hidden; z-index: -1 }
#popup-cart .price-new-cart { color: var(--color-red); font-weight: 500; font-size: 16px; }
#popup-cart .cart-dialog { background: #fff; bottom: 0; box-shadow: 0 2px 12px rgba(0, 0, 0, .12); max-width: 90vw; position: absolute; right: 0; top: 0; transform: translateX(120%); transition: transform .35s ease, right .25s ease, visibility 0s; transition: transform .5s; width: 480px; z-index: 1000 }
#popup-cart .wrap-cart { border-color: #e7e7e7; border-left: 0; border-right: 0; box-shadow: none; height: 100%; left: 0; overflow-y: scroll; overscroll-behavior: none; padding: 5px 10px; position: absolute; top: 0; width: 100% }
#popup-cart .wrap-cart::-webkit-scrollbar { border-radius: 3px; height: 10px; width: 5px }
#popup-cart .wrap-cart::-webkit-scrollbar-button { height: 0; width: 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 { background-color: #d4d4d4; height: 60px }
#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 { background: var(--main-color); border-radius: 5px; border: 1px solid var(--main-color); color: #fff; display: block; margin-bottom: 10px; padding: 10px 0; transition: .4s; font-weight: 600; text-transform: capitalize; }
#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-color: #f9f9f9; border-radius: 0; margin-left: 0 }
#popup-cart .cart-header { padding: 15px 10px }
#popup-cart .close-cart { background: 0 0; border: none; color: #333; font-size: 25px; height: 25px; outline: 0; width: 25px }
#popup-cart .cart-title { color: var(--main-color); font-size: 18px; font-weight: 700; text-transform: uppercase; }
#popup-cart .cart-header strong { color: var(--color-red); }
#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: 400 }
#popup-cart .cart-footer .total-procart p:last-child { font-size: 18px; font-weight: 700; color: var(--color-red); }
#popup-cart .cart-body { flex-grow: 1; position: relative }
#popup-cart .del-procart { color: #ec2d3f; cursor: pointer; display: block; font-size: 15px; height: 15px; position: absolute; right: 0; top: calc(50% - 7.5px); width: 15px }
#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 { right: 0; transform: translateX(0); transition-delay: .1s; transition-duration: .3s; transition: transform .35s ease, right .25s ease, visibility 0s; width: 480px }
#popup-cart.opened { width: 85% }
.no-cart { border-top: 1px solid #f9f9f9; padding: 15px 10px }
.no-cart p { margin: 10px 0 }
.no-cart a { color: #1a73e8; display: inline-block; text-decoration: underline }
.no-cart .form-search { margin: 30px auto 0 auto; position: relative; width: 50% }
.no-cart input { border: 1px solid #ccc; height: 40px; outline: 0; padding: 0 40px 0 20px; width: 100% }
.no-cart button { border: 1px solid #ccc; cursor: pointer; height: 100%; outline: 0; position: absolute; right: 0; top: 0; width: 40px }
.buymore-cart { color: var(--main-color); cursor: pointer; margin: 0; text-transform: capitalize; font-weight: 300; }
.buymore-cart:hover { color: var(--color-red); }
.buymore-cart i { font-size: 12px; margin-right: 2px; margin-top: 5px; vertical-align: top }
.wrap-cart { background: #fff; border: 1px solid #d8d8d8; box-shadow: 0 0 20px rgba(0, 0, 0, .15); padding: 20px 15px }
.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 { -ms-flex: 0 0 85px; flex: 0 0 85px; max-width: 85px; position: relative }
.pic-procart .del-procart { color: #999; cursor: pointer; display: block; font-size: 15px; height: 15px; left: -7.5px; position: absolute; top: -7.5px; width: 15px }
.pic-procart .del-procart i { display: block }
.pic-procart .del-procart:hover { color: red }
.pic-procart img { border: 1px solid #ededed; display: block }
.price-info-cart strong { margin-right: 10px }
.price-info-cart del { color: #8f9bb3; font-size: 12px }
.name-procart a { color: #000; display: block; font-size: 14px; font-weight: 700; transition: .3s }
.name-procart a:hover { color: #ec2d3f }
.properties-procart { display: block; font-size: 13px }
.properties-procart p { display: inline-block; margin-bottom: 0 }
.properties-procart p:first-child { margin-right: 10px }
.properties-procart p strong { font-weight: 700 }
.quantity-counter-procart { align-items: stretch; border: 1px solid #f9f9f9; display: flex; height: 25px; line-height: normal; margin-left: calc(100% - 90px); margin-top: 5px; text-align: center; width: 90px }
.counter-procart { background-color: #f9f9f9; border: 0; color: #333; cursor: pointer; font-size: 10px; font-weight: 700; outline: 0; width: 30% }
.counter-procart:focus, .counter-procart:hover { 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 { border-left: 1px solid #f9f9f9; border-right: 1px solid #f9f9f9; border: 0; box-shadow: none; box-sizing: border-box; color: #333; outline: 0; padding: 0; text-align: center; width: 40% }
.price-procart { -ms-flex: 0 0 95px; flex: 0 0 95px; max-width: 95px; text-align: right }
.info-procart { flex-grow: 1; padding: 0 15px }
.price-new-cart { color: var(--color-red); margin-bottom: 0; font-weight: 500; }
.total-procart { align-items: baseline; display: flex; justify-content: space-between; padding: 5px 0 }
.total-price { font-size: 20px; font-weight: 700; color: var(--color-red); }
hr.hr-md { margin: .5rem 0 }
.link-to-payment { background: var(--main-color); border-radius: 0; border-radius: 5px; border: 1px solid var(--main-color); color: #fff; display: block; font-weight: 700; margin-top: 15px; padding: 10px 5px; text-align: center; text-decoration: none; text-transform: uppercase; transition: .4s }
.link-to-payment:hover { background: #fff; color: var(--main-color) }
.section-cart { background: #fff; border-radius: 5px }
.section-cart.top { padding: 15px }
.section-cart.bot { border-radius: 0 0 5px 5px; padding: 15px }
.section-cart h4 { border-bottom: 1px solid #eae4e8; color: var(--main-color); font-size: 16px; font-weight: 700; padding: 15px }
.section-cart>p { font-size: 14px; margin-bottom: 15px }
.title-cart { color: var(--main-color); font-size: 16px; font-weight: 700; margin-bottom: 15px; margin-bottom: 25px; position: relative }
.title-cart a { color: #000; font-size: 14px; font-weight: 400 }
.title-cart a:hover { color: #1e4071 }
.procart.procart-label { background: var(--main-color); color: #fff; font-weight: 700; padding: 10px }
.input-cart { margin-bottom: .5rem; position: relative }
.input-cart textarea { height: 100px; resize: none }
.input-cart select { cursor: pointer }
.payments-cart { margin-bottom: 5px; min-height: auto; text-align: left }
.payments-cart:last-child { margin-bottom: 0 }
.payments-cart input { top: calc(50% - .625rem) }
.payments-label { background: #eee; border-radius: 3px; color: #313131 !important; cursor: pointer; display: block; margin-bottom: 0; padding: 10px 15px; font-weight: 500; text-transform: capitalize; }
.payments-label::after, .payments-label::before { top: calc(50% - .5rem) }
.payments-label.active { background: var(--color-red); color: #fff !important }
.payments-info { background: #f5efef; border-radius: 5px; height: 0; opacity: 0; overflow: hidden; visibility: hidden }
.payments-info p { margin-bottom: 1em }
.payments-info.active { height: auto; margin-top: 5px; opacity: 1; padding: 10px 15px; visibility: visible }
.btn-cart { background: var(--main-color); border: 1px solid var(--main-color); color: #fff; font-size: 14px; font-weight: 700; height: 40px; text-transform: uppercase }
.btn-cart:hover { background: #fff; color: var(--main-color) }
.empty-cart { color: #23527c !important; display: block; padding: 25px 30px; text-align: center; width: 100% }
.empty-cart i { color: red; font-size: 70px }
.empty-cart p { color: #333; font-size: 18px; margin: 15px 0 }
.empty-cart span { border-radius: 3px; border: 1px solid #2e9ef2; display: inline-block; font-size: 16px; max-width: 325px; padding: 10px; text-transform: uppercase; width: 100% }
.color-pro-detail { align-items: center; background: #fff; border-radius: 10px; border: 1px solid #c6c6c6; cursor: pointer; display: block; display: flex; justify-content: center; margin: 0; overflow: hidden; padding: 9px 23px; position: relative }
.color-pro-detail.active::after { box-shadow: 0 0 4px rgba(0, 0, 0, .5) }
.color-pro-detail:hover .color-tooltip { display: block }
.capacity-pro-detail, .magic-pro-detail, .origin-pro-detail, .size-pro-detail { background: #fff; border-radius: 4px; border: 1px solid #ccc; cursor: pointer; display: inline-block; margin-bottom: 0; overflow: hidden; padding: 3px 10px; position: relative }
.capacity-pro-detail+.capacity-pro-detail, .magic-pro-detail+.magic-pro-detail, .origin-pro-detail+.origin-pro-detail, .size-pro-detail+.size-pro-detail { margin-left: 5px }
.capacity-pro-detail.active, .magic-pro-detail.active, .origin-pro-detail.active, .size-pro-detail.active { border-color: #000; color: #000 }
.capacity-pro-detail.active::before, .magic-pro-detail.active::before, .origin-pro-detail.active::before, .size-pro-detail.active::before { background: #080808; border-radius: 100%; content: ""; font-size: 10px; height: 24px; line-height: 1; padding: 4px; position: absolute; right: -13px; top: -15px; transform: rotate(45deg); width: 26px }
.capacity-pro-detail.active::after, .magic-pro-detail.active::after, .origin-pro-detail.active::after, .size-pro-detail.active::after { background-repeat: no-repeat; background-size: contain; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==); content: ""; height: 6px; position: absolute; right: 0; top: 0; width: 6px }
.capacity-pro-detail input[type=radio], .color-pro-detail input[type=radio], .magic-pro-detail input[type=radio], .origin-pro-detail input[type=radio], .size-pro-detail input[type=radio] { display: none }
.quantity-pro-detail { align-items: center; display: flex; justify-content: space-between; line-height: normal; max-width: 130px; text-align: center; width: 100% }
.quantity-pro-detail span { background: #fff; border: 1px solid #ced4da; color: #a4aaaf; cursor: pointer; height: 44px; padding: 0; width: 44px }
.quantity-pro-detail span i { font-size: 14px; height: 44px; line-height: 44px; transition: .3s; width: 44px }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0; border-radius: 0 5px 5px 0 }
.quantity-pro-detail span.quantity-minus-pro-detail { border-radius: 5px 0 0 5px; border-right: 0 }
.quantity-pro-detail span:hover i { color: #000 }
.quantity-pro-detail input { border-bottom: 1px solid #ced4da; border-top: 1px solid #ced4da; font-size: 14px; height: 44px; padding: 5px; text-align: center; width: calc(100% - 88px) }
.cart-pro-detail { display: flex; justify-content: flex-start; align-items: stretch; gap: 1rem; }
.cart-pro-detail a { padding: 8px 10px; font-weight: 600; text-transform: capitalize; font-size: 15px; cursor: pointer; }
.btn-outline-pro { border: 2px solid var(--color-red); color: var(--color-red); border-radius: 7px; }
.btn-pro { border: 2px solid var(--color-red); color: var(--color-red); border-radius: 7px; }
.btn-outline-pro:hover { background: var(--color-red); color: #fff; }
.btn-pro:hover { background: var(--color-red); color: #fff; }
.group-quantity-pro-detail { width: 130px }
.group-cart-pro-detail { -ms-flex: 0 0 calc(100% - 130px); flex: 0 0 calc(100% - 130px); max-width: calc(100% - 130px); padding-left: 10px }
.cart-product { margin-bottom: 0 }
.cart-product span { border-radius: 3px; color: #fff; cursor: pointer; float: left; padding: 7px 5px; text-align: center; text-transform: capitalize; width: 49% }
.cart-add { background-color: #ec2d3f; margin-right: 2% }
.cart-add:hover { background-color: #c31829 }
.cart-buy { background-color: #28a745 }
.cart-buy:hover { background-color: #207d36 }
.cuppon-row p { background: url(../images/coupon-icon.webp) no-repeat left center; line-height: 22px; padding-left: 25px }
.cuppon-row a { color: var(--main-color) }
.lb-header-cuppon svg { margin-right: 5px; width: 30px }
.cuppon-payment button { background: var(--main-color); border-radius: 5px; color: #fff; height: 42px; width: 100% }
.color-tooltip { background: #000; border-radius: 5px; color: #fff; display: none; font-size: 11px; left: 50%; line-height: 20px; padding: 2px 8px; position: absolute; top: 0; transform: translate(-50%, calc(-100% - 10px)) }
.color-tooltip::after { background: #333; border-color: #000 transparent transparent transparent; border-style: solid; border-width: 3px 2.5px 0 2.5px; bottom: -4px; content: ""; height: 8px; left: calc(50% - 4px); position: absolute; transform: rotate(45deg); width: 8px }
.cupponBox { background: #fff; border-radius: 5px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, .15)); min-height: 100px; padding: 10px; position: relative }
.cupponBox::before { 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, .9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y; color: #fff; content: ""; height: 100%; left: -3px; position: absolute; top: 0; width: 10px }
.cuppon__slick--items { padding: 7px }
.cuppon__slick { margin: 0 -7px }
.cupponBox_icon { -ms-flex: 0 0 90px; flex: 0 0 90px; max-width: 90px }
.cupponBox_info { -ms-flex: 0 0 calc(100% - 90px); flex: 0 0 calc(100% - 90px); max-width: calc(100% - 90px); padding-left: 10px }
.cupponBox_info h3 { color: var(--main-color); font-size: 15px; font-weight: 700; transition: .3s }
.cupponBox_info p { margin: 4px 0 }
.cupponBox_info button { background: var(--main-color); border-radius: 12px; color: #fff; display: block; font-size: 12px; height: 24px; line-height: 24px; padding: 2px 15px }
.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-bottom: 25px; margin-top: 15px }
.title-main { margin-bottom: 1.5rem; text-align: center }
.title-main h2 { color: #1e4071; font-size: 24px; font-weight: 700; text-transform: uppercase }
.time-main { color: #999; margin-bottom: .75rem }
.time-main i { margin: 3px 7px 0 0; vertical-align: top }
.time-main span { display: inline-block; vertical-align: top }
.header-container { text-align: start }
.header-container h2 { color: #333; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase; padding-bottom: 1rem; position: relative; }
.header-container h2:before { content: ''; width: 70px; height: 3px; background: var(--color-red); position: absolute; bottom: 0; left: 0; }
.titleMain2 { margin-bottom: 1.5rem; }
.titleMain2 h2 { color: #333; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase; padding-bottom: 1rem; position: relative; }
.titleMain2 h2 b { font-weight: 600; }
.bar { height: 4px; width: 85px; background: var(--color-red); position: relative; border-radius: 5px; overflow: hidden; margin-bottom: 16px }
.bar:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 5px; background: #fff; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: MOVE-BG }
@keyframes MOVE-BG {
	from { transform: translateX(0) }
	to { transform: translateX(85px) }
}
.titleMain { margin-bottom: 30px }
.titleMain h2 { color: #212529; font-size: 32px; margin: 0 auto; position: relative; text-transform: uppercase; width: -moz-fit-content; width: fit-content }
.titleMain h2::before { background: #000; content: ""; height: 1px; opacity: .2; position: absolute; right: calc(100% + 15px); top: 50%; width: 160px }
.titleMain h2::after { background: #000; content: ""; height: 1px; left: calc(100% + 15px); opacity: .2; position: absolute; top: 50%; width: 160px }
.titleMain p { color: #212529; text-align: center }
.pagination-cus .page-item { margin: 0 4px }
.pagination-cus .page-item:first-child .page-link { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.pagination-cus .page-item:last-child .page-link { border-bottom-right-radius: 0; border-top-right-radius: 0 }
.pagination-cus .page-item.active .page-link { background: var(--main-color); border-color: var(--main-color); color: #fff }
.pagination-cus .page-item:not(:first-child) .page-link { margin-left: 0 }
.pagination-cus .page-link { border: 0; color: var(--main-color); height: 35px; line-height: 35px; padding: 0; text-align: center; width: 35px }
.pagination-cus .page-link:hover { background-color: var(--main-color); border-color: var(--main-color); color: #fff; z-index: 2 }
.pagination-ajax { text-align: center }
.pagination-ajax a { background-color: #fff; border: 1px solid #e6e6e6; color: #666 !important; cursor: pointer; display: inline-block; font-size: 13px; height: 35px; line-height: 33px; margin: 0 3px 3px 3px; text-decoration: none !important; vertical-align: top; width: 35px }
.pagination-ajax a.current, .pagination-ajax a:hover { background-color: var(--main-color); border-color: var(--main-color); color: #fff !important }
.pagination-ajax a.first { background-color: #fff !important; position: relative; text-indent: -9999px }
.pagination-ajax a.first::before { background-color: transparent; background-image: url(../images/page-first.png); background-position: center; background-repeat: no-repeat; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
.pagination-ajax a.last { background-color: #fff !important; position: relative; text-indent: -9999px }
.pagination-ajax a.last::before { background-color: transparent; background-image: url(../images/page-last.png); background-position: center; background-repeat: no-repeat; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
.pagination-ajax a.prev { background-color: #fff !important; position: relative; text-indent: -9999px }
.pagination-ajax a.prev::before { background-color: transparent; background-image: url(../images/page-prev.png); background-position: center; background-repeat: no-repeat; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
.pagination-ajax a.next { background-color: #fff !important; position: relative; text-indent: -9999px }
.pagination-ajax a.next::before { background-color: transparent; background-image: url(../images/page-next.png); background-position: center; background-repeat: no-repeat; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
.box-readmore { background: rgba(128, 128, 128, .15); border-radius: 5px; border: 1px solid #dedede; margin-bottom: 2rem; padding: 8px 15px }
.box-readmore ul { counter-reset: item; list-style-type: none; margin-bottom: 0; margin-top: 8px; padding-left: 0 !important }
.box-readmore ul li { counter-increment: item; display: table; margin-bottom: 5px }
.box-readmore ul li a { color: #333; 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-bottom: 8px; margin: 0 }
.box-readmore ul li ul>li::before { content: counters(item, ".") " " }
.mobile_menu_section { flex-direction: column; padding: 10px 0; font-weight: 400; color: #333; !i; !; }
.mobile_menu_section .mobile_menu_section-title { color: var(--color-red); margin-bottom: 5px }
.mobile_menu_section img, .mobile_menu_section svg { height: 14px; margin-right: 5px; max-height: 14px; max-width: 14px; width: 14px }
.mobile_menu_section .mobile_menu_help { align-items: center; display: flex }
.mobile_menu_help svg path { fill: #333; }
.border-animation { animation: squares 3s linear 0s infinite; border-radius: 50%; border: 1px solid var(--color-red); height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100% }
.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(.3, .3, .3) }
	50% { -webkit-transform: rotate(0) scale(1) skew(1deg); background-position: 100% 50%; color: red; opacity: 0; opacity: 1; transform: translateY(12px) }
}
.swing-vertical { animation: top-image-bounce 2s infinite ease-in-out }
@keyframes top-image-bounce {
	0% { 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) }
	30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
	40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
}
.blink_me { -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-timing-function: linear; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-name: blinker; -webkit-animation-timing-function: linear; animation-duration: 1s; animation-iteration-count: infinite; animation-name: blinker; animation-timing-function: linear }
@keyframes blinker {
	0% { opacity: 1 }
}
@keyframes customfadeIn {
	0% { opacity: 0 }
	to { -webkit-transform: rotate(359deg); filter: hue-rotate(360deg); opacity: 0; opacity: 1; transform: rotateY(360deg); transform: translateZ(0) }
}
@keyframes customfadeOut {
	0% { opacity: 1 }
}
@keyframes customfadeInUp {
	0% { opacity: 0; transform: translate3d(0, 100px, 0) }
}
@keyframes customfadeInDown {
	0% { opacity: 0; transform: translate3d(0, -100px, 0) }
}
@keyframes customfadeInLeft {
	0% { opacity: 0; transform: translate3d(100px, 0, 0) }
}
@keyframes customfadeInRight {
	0% { opacity: 0; transform: translate3d(-100px, 0, 0) }
}
.text-nhapnhay { animation: my .7s infinite }
@keyframes my {
	0% { color: #ffc853 }
}
.rotate360 { animation: rotation 2s infinite linear }
@keyframes rotation {
	from { -webkit-transform: rotate(0) }
}
.blink { animation-duration: 1s; animation-iteration-count: infinite; animation-name: blink; animation-timing-function: linear }
@keyframes blink {
	0% { opacity: 1 }
}
@keyframes gradient {
	0% { background-position: 0 50% }
}
.menu-slide .col-lg-3 { flex: 0 0 270px; max-width: 270px }
.menu-slide .col-lg-9 { flex: 0 0 calc(100% - 270px); max-width: calc(100% - 270px) }
.cont-menu { align-items: center; display: flex !important; flex-wrap: wrap; justify-content: space-between }
.cont-menu a { color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 10px) }
.icon-mn1 { margin-right: 15px }
.wrapper-dropdown-menu { border: 1px solid #1e4071; height: 100%; position: relative }
.wrapper-dropdown-menu-slide { background: #fff; height: 100%; padding-bottom: 0; padding-top: 0 }
.show-second-menu .on-bar:hover .wrapper-dropdown-menu { display: block }
.scroll-second-menu { height: 100%; max-height: calc(100% - 1px); overflow-y: auto; width: 100% }
.scroll-second-menu::-webkit-scrollbar { height: 10px; width: 5px }
.scroll-second-menu::-webkit-scrollbar-button { height: 0; width: 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 { background-color: #d4d4d4; height: 60px }
.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 { align-items: center; border-bottom: 1px solid #e1e1e1; display: flex; height: 50px; padding: 0 10px }
.second-menu>li>a { color: #000; position: relative; width: 100% }
.second-menu>li>a img { margin-right: 10px; max-height: 20px; max-width: 20px }
.second-menu>li .sub-menu { background: #fff; border-top: 0; border: 1px solid #1e4071; height: calc(100% + 2px); left: 100%; top: -1px; transform: rotate3d(0, 1, 0, 90deg) }
.second-menu>li .sub-menu li { align-items: center; border-bottom: 1px solid #e1e1e1; display: flex; height: 50px; justify-content: flex-start; padding: 0 10px; position: unset }
.second-menu>li:hover { background: #1e4071; border-color: #1e4071 }
.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 { display: block; overflow: hidden; padding: 9.2px 25px 9.2px 0; position: relative; text-overflow: ellipsis; white-space: nowrap }
.sub-menu { background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, .15); list-style: none; margin: 0; padding-left: 0; position: absolute; transform-origin: 0 0 0; transform: rotate3d(1, 0, 0, -90deg); transition: all .5s ease; width: 240px; z-index: 99 }
.sub-menu li { position: relative; text-align: left }
.sub-menu li a { color: #000; position: relative; text-transform: capitalize; width: 100% }
.sub-menu li a.has-child { margin-right: 0; padding-right: 15px }
.sub-menu li a.has-child::after { border-color: #313131; border-left: 0; border-top: 0; border: 1px solid #fafafa; bottom: calc(50% - 2px); content: ""; height: 5px; position: absolute; right: 15px; transform: rotate(-45deg); transform: rotate(45deg); transition: all .3s ease-out; width: 5px }
.sub-menu li ul { left: 100%; margin-left: 0; margin-top: 0; top: -3px; transform: rotate3d(0, 1, 0, 90deg) }
.sub-menu>li:hover { background: #1e4071 !important; border-color: #1e4071 !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 li a.active.has-child:after, .sub-menu ul li ul li:hover>a.has-child:after { border-color: #1e4071 }
.custom__scroll::-webkit-scrollbar { height: 5px; width: 5px }
.custom__scroll::-webkit-scrollbar-button { height: 0; width: 0 }
.custom__scroll::-webkit-scrollbar-track { background-color: #1e4071 }
.custom__scroll::-webkit-scrollbar-track-piece { background-color: #fff }
.custom__scroll::-webkit-scrollbar-thumb { background-color: #1e4071; border-radius: 3px; height: 50px }
.custom__scroll::-webkit-scrollbar-corner { background-color: #fff }
.hover-transformY:hover img { -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-name: spinY; -moz-animation-timing-function: linear; -ms-animation-duration: 1s; -ms-animation-iteration-count: infinite; -ms-animation-name: spinY; -ms-animation-timing-function: linear; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-name: spinY; -webkit-animation-timing-function: linear; animation-duration: 1s; animation-iteration-count: infinite; animation-name: spinY; animation-timing-function: linear }
@keyframes spinY {
	from { transform: rotateY(0) }
}
@keyframes hueRotate {
	from { filter: hue-rotate(0) }
}
.wrap-user { border-radius: 5px; border: 1px solid #18181824; margin-bottom: 10px; margin: auto; max-width: 550px; width: 100% }
.title-user { -ms-flex-align: end; -ms-flex-pack: justify; -webkit-box-align: end; -webkit-box-pack: justify; align-items: flex-end; background-color: #d4001b; border-radius: 5px 5px 0 0; display: -ms-flexbox; display: -webkit-box; display: flex; justify-content: space-between; padding: 12px 15px }
.title-user span { color: #fff }
.title-user a { color: #fff; font-size: 12px }
.form-user { padding: 0 15px }
.input-user { margin-bottom: .75rem }
.input-user input { font-size: 14px }
.button-user { -ms-flex-align: center; -ms-flex-pack: justify; -webkit-box-align: center; -webkit-box-pack: justify; align-items: center; display: -ms-flexbox; display: -webkit-box; display: flex; justify-content: space-between; margin-bottom: 1rem }
.button-user input { font-size: 14px }
.checkbox-user, .radio-user { cursor: pointer }
.checkbox-user input { height: auto; top: calc(50% - 1.25rem / 2) }
.checkbox-user label { cursor: pointer; font-size: 14px }
.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 { border-top: 1px solid #ddd; font-size: 14px; padding-top: .5rem }
.poly .dropdown.poly-fw .dropdown-menu { box-shadow: 0 6px 12px rgba(0, 0, 0, .175); left: 0; right: 0 }
.poly .dropdown:hover .dropdown-menu { display: block }
.poly .nav>li>a img { height: 24px; width: 24px }
.poly .nav>li>a .caret { color: #999 }
.poly .navbar-nav>.open>a, .poly .navbar-nav>.open>a:focus, .poly .navbar-nav>.open>a:hover { background-color: transparent }
.poly .nav>li>a { background-color: transparent; color: #333; font-size: 13px; font-weight: 700; min-height: 15px; padding: 14px 7px; text-transform: uppercase }
.poly .collapse, .poly .dropdown, .poly .dropup, .poly .nav { position: static }
.poly .container { position: relative }
.poly .dropdown-menu { left: auto }
.poly .mega-list .list-item { -ms-flex-wrap: wrap; display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px }
.poly .mega-list .list-item .item { -ms-flex-align: center; -ms-flex: 0 0 calc(25% - 10px); -webkit-box-align: center; -webkit-box-flex: 0; align-items: center; border-radius: 50px; border: 1px solid #666; display: -ms-flexbox; display: -webkit-box; display: flex; flex: 0 0 calc(25% - 10px); margin-bottom: 10px; margin-left: 5px; margin-right: 5px; overflow: hidden }
.poly .mega-list { padding: 20px 15px }
.poly .mega-list .list-item .item a { -ms-flex-align: center; -o-transition: all .4s ease-in-out; -webkit-box-align: center; -webkit-transition: all .4s ease-in-out; align-items: center; color: #666; display: -ms-flexbox; display: -webkit-box; display: flex; font-weight: 400; height: 100%; padding-bottom: .45rem; padding-left: .5rem; padding-right: .5rem; padding-top: .45rem; text-transform: uppercase; transition: all .4s ease-in-out; width: 100% }
.poly .mega-list .list-item .item:hover a { background: #222; color: #fff }
.poly .mega-list .list-item .item a span { font-size: 15px; margin-left: 2px }
.poly .mega-list .list-brand .brand-item { -ms-flex-wrap: wrap; display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; margin-top: 2.5rem }
.poly .mega-list .list-brand .brand-item .item { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; margin-bottom: 15px; text-align: center }
.poly .mega-list .list-brand .brand-item .item a { display: block }
.poly .mega-list .list-brand .brand-item .item a img { -o-transition: all .3s ease-in-out; -webkit-filter: grayscale(100%) contrast(25%); -webkit-transition: all .3s ease-in-out; filter: grayscale(100%) contrast(25%); margin: 0 auto; max-width: 100%; transition: all .3s ease-in-out; vertical-align: middle }
.poly .mega-list .list-brand .brand-item .item:hover a img { -webkit-filter: inherit; filter: inherit }
.poly .mega-list .list-item .item:hover a .img-icon img { filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(0) hue-rotate(250deg) brightness(108%) contrast(105%) }
.accordion-header .icon { transition: transform .3s ease }
.accordion-header .icon.rotate { transform: rotate(90deg) }
.faq__list__pro { background: #fff; border-radius: 15px; border: 1px solid #c6c6c6; margin-top: 27px; padding: 29px }
.faq__list__pro--title { margin-bottom: 26px; text-align: center }
.faq__list__pro--title span { color: #333; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; text-align: center; text-transform: capitalize }
.accordion-header { background: #fff; border-radius: 15px !important; border: 1px solid #c6c6c6 }
.accordion-header h3 a { color: #333; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; text-transform: capitalize }
#faqAccordion .card { border: unset; padding-bottom: 17px }
.product__control__custome-next.product__control__custome.slick-arrow { right: -10px }
.product__control__custome-prev.product__control__custome.slick-arrow { left: -10px }
.btn__google.btn.btn-primary.btn-flat.rounded-0 { background: #181818 }
.box__product--name { -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #333; display: -webkit-box; font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 10px; min-height: 34px; overflow: hidden; text-overflow: ellipsis; word-break: break-word }
.box__product--price { align-items: center; display: flex; gap: 20px; justify-content: center; margin-top: 10px }
.box__product--null, .box__product--regular { color: #898989; font-style: normal; font-weight: 600; line-height: normal }
.box__product--sale { color: #d4001b; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; text-align: right }
.box__product--null:hover { color: var(--sec-color) }
.section-tin-tuc .box__tintuc { align-items: unset }
.section-tin-tuc .box__tintuc--name { font-size: 17px }
.left-pro-detail, .right-pro-detail { flex: 0 0 50%; max-width: 50% }
.section-tin-tuc .box__tintuc--btn { background: var(--main-color); bottom: 0; color: #fff; padding: 5px 10px; position: absolute; right: 0 }
.box__product--content article { max-height: 70%; overflow: hidden; position: relative }
.box__product--content article::after { background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%); bottom: 0; content: ''; height: 20px; left: 0; position: absolute; width: 100% }
.ul-tabs-pro-detail { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin-bottom: 20px; margin-top: 0; padding: 0; position: relative }
.ul-tabs-pro-detail li { align-items: center; border-radius: 20px; color: #222; cursor: pointer; display: flex; font-family: var(--title-font); font-size: 16px; height: 40px; justify-content: center; margin: 0 5px 10px 5px; padding: 0 20px; position: relative }
.ul-tabs-pro-detail li.active, .ul-tabs-pro-detail li:hover { background: var(--main-color); color: #fff }
.content-tabs-pro-detail { display: none; position: relative }
.content-tabs-pro-detail.active { display: block }
.ul-news li { color: #fff; font-size: 12px }
.header__top { background: #181818; padding: 12px 0 }
.slogan__text { color: #fff; font-style: normal; font-weight: 400; line-height: normal; text-align: center }
.headerBottom__container { align-items: center; display: flex; justify-content: space-between }
.list__control__search { display: flex; gap: 55px; list-style: none; margin-bottom: 11px; padding-left: 30px }
.list__control__search li a { align-items: center; color: #333; display: inline-flex; font-style: normal; font-weight: 500; gap: 7px; line-height: normal; text-align: center }
.headerBottom { padding: 15px 0 }
.form-search input::placeholder { color: #b6b7b9; font-style: normal; font-weight: 500; line-height: normal; text-indent: 15px }
.box__menu__list ul { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none }
.box__menu__list ul li a { align-items: center; border-bottom: unset; border-right: unset; border-top: unset; border: 1px dashed #b6b7b9; color: #898989; display: flex; flex-direction: column; font-style: normal; font-weight: 500; gap: 12px; line-height: normal; text-align: center }
.icon__menu { align-items: center; display: flex; height: 40px; justify-content: center; width: 40px }
.box__menu__list { width: 40% }
.box__menu__list ul li:last-child a { border-right: 1px dashed #b6b7b9 }

/*tagsSearch*/
.tagsSearch { color: #333; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase }
.tagsSearch__wrapper { padding: 32px 0 }
.tagsSearch__item { border-radius: 10px; color: #fff; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; margin: 0 5px; padding: 15px 10px; text-align: center }
.tagsSearch__list { margin: 0 -5px }
.tagsSearch__title { margin-bottom: 21px }
.tagsSearch__list__custome { align-items: center; background: 0 0; display: flex !important; padding: 0; position: absolute; top: 50%; transform: translateY(-50%) }
.tagsSearch__list__slide { position: relative }
.tagsSearch__list__custome.tagsSearch__list__prev { left: -10px }
.tagsSearch__list__custome.tagsSearch__list__next { right: -10px }

/*technologyNews*/
.technologyNews__item { margin: 0 10px }
.technologyNews__list__slide { margin: 0 -10px }
.technologyNews__title h2 { color: #333; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase }
.technologyNews__item__title { -webkit-line-clamp: 2; color: #333; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal }
.technologyNews__item__thumbnail { border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); margin-bottom: 14px; overflow: hidden }
.technologyNews__nav { align-items: center; display: flex; justify-content: space-between; margin-bottom: 31px }
.technologyNews__navControl a { align-items: center; background: #d4001b; background: #e4e5e4; border-radius: 4500px; color: #181818; color: #fff; display: inline-flex; font-size: 12px; font-style: normal; font-weight: 600; gap: 5px; line-height: normal; padding: 11px 25px; text-align: center }
.technologyNews__wrapper { padding-bottom: 71px }
.newsletter--title p { color: #898989; font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px }
.newsletter__container { align-items: center; background: #f5f5f5; border-radius: 500px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25) inset; display: flex; margin: 20px 0 }
.newsletter__button { align-items: center; background: #333; background: #d4001b; border-radius: 50px; display: flex; height: 50px; justify-content: center; position: relative; width: 50px }
.newsletter__input input { background: 0 0; border: unset; height: 50px; text-indent: 20px }
.newsletter__input { flex: 1 }
.newsletter__button input { background: 0 0; height: 100%; position: absolute; width: 100% }
.newsletter__input input::placeholder { color: #818181; font-style: normal; font-weight: 400; line-height: normal }
.newsletter__input input:focus { background: 0 0; border-radius: 500px 0 0 500px; border: unset; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25) inset }
.list__social { display: flex; padding: 0; margin: 0; list-style: none; gap: 5px 10px; }
.list__products { display: grid; gap: 27px 21px; grid-template-columns: repeat(5, 1fr); margin-bottom: 30px }
.list__products .box__product { margin: 0; padding: 8px 8px 20px 8px }
.brand-catalogy__list { display: grid; gap: 10px; grid-template-columns: repeat(9, 1fr) }
a.brand-catalogy__item img { height: 20px; max-width: none; min-width: 86px; object-fit: contain }
a.brand-catalogy__item { align-items: center; border-radius: 4px; border: 1px solid #e5e7eb; display: flex; height: 34px; justify-content: center; padding: 2px 4px; text-align: center }
.list__brand-catalogy { margin-bottom: 20px }
.list__filter__pro ul { align-items: center; display: flex; gap: 16px; list-style: none }
.list__filter__pro ul li a { align-items: center; background: #f3f4f6; border-radius: 10px; border: 1px solid #e7e7e7; color: #333; cursor: pointer; display: flex; font-style: normal; font-weight: 500; gap: 6px; line-height: normal; padding: 11px 17px }
.title__filter span { color: #333; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal }
.list__filter__pro { margin: 2rem 0 }
.title__filter { margin-bottom: 17px }
.list__filter__pro ul li a.active { background: #fef2f2; border-color: #d4001b }
.attr-content-pro-detail.capacity-detail { background: #fff; border-radius: 10px; border: 1px solid #c6c6c6; overflow: hidden; position: relative; text-align: center }
.attr-content-pro-detail.capacity-detail a strong { color: #898989; font-style: normal; font-weight: 500 !important; text-align: center }
.list__capacity { display: grid; gap: 19px; grid-template-columns: 1fr 1fr 1fr }
span.price-new-capacity { color: #898989; font-style: normal; font-weight: 400; line-height: normal }
.attr-content-pro-detail.capacity-detail a { display: block; padding: 8px 0 }
.attr-content-pro-detail.capacity-detail.active { border-color: #d4001b }
.attr-content-pro-detail.capacity-detail.active a strong { color: #d4001b }
.attr-content-pro-detail.capacity-detail.active a span { color: #d4001b }
.attr-content-pro-detail.capacity-detail.active:before { background-position: center center; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCAxNkg4LjkzNjgxQzE1LjA0NTEgMTYgMjAgMTAuOTk0MyAyMCA0LjgyMzMxVjBIOC44NDY1NEMzLjk2MTg5IDAgMCA0LjAwMjUzIDAgOC45MzczVjE2WiIgZmlsbD0iI0Q0MDAxQiIvPgogIDxwYXRoIGQ9Ik01IDguODYxMjRMNy42ODU4IDEwLjcwMzRDNy42ODU4IDEwLjcwMzQgMTAuNTI2NSA1Ljk1NDU1IDE0IDNDMTQgMyA4LjY1NDIzIDEwLjkxODcgOC40OTkyOCAxM0w1IDguODYxMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat; color: #fff; content: ''; font-size: 10px; height: 16px; left: 0; padding-bottom: 2px; padding-left: 4px; position: absolute; top: 0; width: 20px }
.attr-content-pro-detail--color { display: grid; gap: 19px; grid-template-columns: 1fr 1fr 1fr }
.image__photo img { height: 34px; object-fit: cover; width: 34px }
label.color-pro-detail.text-decoration-none.active { background: #fff; border-radius: 10px; border: 1px solid #d4001b }
label.color-pro-detail.text-decoration-none.active:before { background-position: center center; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCAxNkg4LjkzNjgxQzE1LjA0NTEgMTYgMjAgMTAuOTk0MyAyMCA0LjgyMzMxVjBIOC44NDY1NEMzLjk2MTg5IDAgMCA0LjAwMjUzIDAgOC45MzczVjE2WiIgZmlsbD0iI0Q0MDAxQiIvPgogIDxwYXRoIGQ9Ik01IDguODYxMjRMNy42ODU4IDEwLjcwMzRDNy42ODU4IDEwLjcwMzQgMTAuNTI2NSA1Ljk1NDU1IDE0IDNDMTQgMyA4LjY1NDIzIDEwLjkxODcgOC40OTkyOCAxM0w1IDguODYxMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat; color: #fff; content: ''; font-size: 10px; height: 16px; left: 0; padding-bottom: 2px; padding-left: 4px; position: absolute; top: 0; width: 20px }
span.name__attr { color: #898989; font-style: normal; font-weight: 500; line-height: normal }
.group__action__addCart { align-content: stretch; display: flex; gap: 14px }
.btn__addCartPro { width: 145px }
.btn__buyNowPro { width: calc(100% - 159px) }
.btn__buyNowPro a { background: #d4001b; border-radius: 10px; cursor: pointer; display: block; padding: 12px 0; text-align: center }
.btn__addCartPro a { align-items: center; background: #fff; border-radius: 10px; border: 1px solid #d4001b; cursor: pointer; display: block; display: flex; flex-direction: column; gap: 5px; height: 100%; justify-content: center }
.btn__addCartPro a span { color: #d4001b; font-style: normal; font-weight: 400; line-height: normal; text-align: center }
a.btn-pro.btn__changeNew { background: #333; border-radius: 10px; display: block; padding: 12px 0 }
a.btn-pro.btn__changeNew span { color: #fff; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; text-align: center; text-transform: uppercase }
.btn__changeNew__pro { margin-top: 14px; text-align: center }
a.btn-pro.btn__changeNew p { color: #fff; font-style: normal; font-weight: 400; line-height: normal; text-align: center }
.form__sale__pro { background: #fff; border-radius: 15px; margin-bottom: 23px }
.header__title__sale { background: #fde2e2; border-radius: 15px 15px 0 0; padding: 12px 23px }
.header__title__sale span { align-items: center; color: #d4001b; display: flex; font-size: 16px; font-style: normal; font-weight: 500; gap: 8px; line-height: normal; text-transform: uppercase }
.content__sale__pro { border-radius: 0 0 15px 15px; border-top: 0; border: 1px solid #c6c6c6; padding: 9px 17px }
.banner__catagory__item a { border-radius: 20px; display: block; overflow: hidden }
.banner__catagory__item { margin-top: 40px }
.info__product-detail--content { background: #fff; border-radius: 15px; border: 1px solid #c6c6c6; padding: 32px }
.info__product-detail--article { background: #fff; border-radius: 15px; border: 1px solid #c6c6c6; height: 100%; padding: 20px 0 }
span.info__product-detail--content--title { color: #333; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; text-align: center }
span.info__product-detail--article--title { color: #333; display: block; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; padding-top: unset; padding: 24px }
.info__product-detail { border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; padding-top: 71px }
div#info-pro-detail { max-height: 500px; overflow: hidden; position: relative }
.cps-block-content_btn-showmore { background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .91) 50%, #fff 55%); bottom: 0; display: block; left: 0; margin-bottom: 0; padding-top: 50px; position: absolute; right: 0; text-align: center; width: 100% }
a.btn-show-more.button__content-show-more { align-items: center; color: #333; display: flex; font-size: 16px; font-style: normal; font-weight: 500; gap: 5px; justify-content: center; line-height: normal; text-align: center }
.menu ul.primary-menu>li>a.active { }
a.btn__primary.btn-secon:hover { color: #fff }
.frefix__user__info__container { border-radius: 10px; border: 1px solid #0000003b; margin-bottom: 20px; margin-top: 5rem; overflow: hidden }
.frefix__user__info__list-group { border-radius: unset; margin-bottom: 10px; margin-top: 10px; overflow: hidden; padding-left: 10px; width: 100% }
.frefix__user__info__list-group .list-group-item { background: #181818; border-radius: 0; border-radius: 10px 0 0 10px; border-right: unset; border: unset; box-shadow: unset; color: #fff; margin-bottom: 5px; outline: #fff }
.frefix__user__info__tab-content { margin-bottom: 10px; margin-top: 0; padding: 10px 2rem }
.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 { font-size: 14px; height: auto; padding: 10px }
.frefix__user__info__button-user { text-align: center }
.frefix__user__info__button-user .btn { font-size: 16px; padding: 10px; width: 100% }
.frefix__user__info__input-user .custom-control-label { margin-left: 10px }
.frefix__user__info__input-user .custom-radio { display: inline-block; margin-right: 20px }
.tab-content.frefix__user__info__tab-content h3 { font-weight: 700; text-transform: uppercase }
.frefix__user__info__list-group .list-group-item.active { background: #fff; border-color: #fff; color: #000 }
.container.frefix__user__info__container .col-md-3 { background: #181818; padding-left: 0; padding-right: 0 }
.frefix__user__info__list-group .list-group-item:hover { background: #ffffff3d; transition: all .3s linear }
a.list-group-item.list-group-item-action.active:hover { color: #fff }
.btn-primary { background: var(--color-red); border-color: var(--color-red); }
.btn-primary:hover { background: #07328ce3 }
a.btn__google { border-radius: 4px !important; display: flex; gap: 10px; justify-content: center; margin-top: 10px; margin: 0 auto; width: 80% }
a.btn__google img { max-width: 25px }
ul.technical-content li:nth-child(odd) { background: #f8f8f8 }
li.technical-content-item div { color: #333; font-style: normal; font-weight: 400; line-height: normal; text-align: start; width: 50% }
li.technical-content-item p { color: #333; font-style: normal; font-weight: 600; line-height: normal; width: 40% }
ul.technical-content li { padding: 14px 23px !important }
.btn__viewDetail__technical { margin: 40px 11px 0 11px; text-align: center }
.btn__viewDetail__technical a { border-radius: 15px; border: 1px solid #c6c6c6; color: #333; display: block; font-style: normal; font-weight: 500; line-height: normal; padding: 15px; text-align: center }
.info__product-detail .row .col-md-4 { height: 100%; position: sticky; top: 0 }
.technologyNews__item__title:hover { color: #d4001b }
a.box__product--pic img { border-radius: 5px }
.item-categories-outer a { -webkit-text-decoration: none; background-position: 100% 100%; background-position: center bottom; background-repeat: no-repeat; background-size: 90px; border-radius: 10px; box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15); display: block; min-height: 125px; overflow: hidden; position: relative; text-decoration: none; width: 100% }
.list__product__Cat { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; position: relative }
.item-categories-outer { width: 10% }
.item-categories-outer a span { color: #fff; display: block; font-size: 14px; font-weight: 600; margin-top: 5px; max-width: 114px; padding: 0 5px; width: 100%; word-break: break-word }
.menu ul.primary-menu>li>a:hover { }
.list__filter__pro ul li a.checked, .list__filter__pro ul li a:hover { background: #fef2f2; border-color: #d91e36 }
.keyword-autocomplete { background: #fff; border-radius: 0 0 20px 20px; border-top: unset; border: 1px solid #00000033; left: 0; max-height: calc(80px * 4); max-height: calc(98px * 5); overflow-x: hidden; overflow-y: auto; overflow: hidden; padding-bottom: 1rem; padding: 5px; position: absolute; right: 0; top: 100%; width: 100% }
.autocomplete_item { border-bottom: 1px solid #b3b3b333; display: block }
.autocomplete_item a { align-items: center; display: flex !important; gap: .5rem; padding: .2rem !important }
.autocomplete_item a picture { border-radius: 5px; border: 1px solid #18181854; max-width: 10%; max-width: 15%; min-width: 15%; min-width: 20%; padding: 2px }
.autocomplete_item a section { flex-grow: 1; position: relative }
.autocomplete_item a h3 { color: #222; font-size: 14px; margin: 0 }
.autocomplete_item a p { align-items: center; display: flex; float: none; gap: 10px; height: unset; line-height: unset; text-align: left; width: 100% }
.autocomplete_item a p span { font-size: 14px }
.autocomplete_item a p span.price-per { background: red; border-radius: 4px; color: #fff; font-size: 10px; height: auto; line-height: unset; padding: 2.5px 5px; right: 0; top: 0; width: auto; z-index: 2 }
.box__search { position: relative; z-index: 99 }
form.form-search.search.w-clear.active { border-radius: 22px 22px 0 0 }
.box__product--main, .box__product--sale { color: #d4001b; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; text-align: right }
span.price-new { color: var(--color-red); font-size: 16px; font-style: normal; font-weight: 600; line-height: normal }
span.price-old { color: #b0b0b0; font-style: normal; font-weight: 300; line-height: normal; text-decoration: line-through; padding-left: 5px; }
p.price-old-cart { text-decoration: line-through }
.autocomplete_item:hover { background: #e1e1e145 }
.img__color__pro.text-center { margin-top: 5px }
a.btn__primary:hover { background: #fff; box-shadow: 0 0 10px 0 #000; color: #181818 }
a.btn__primary:hover svg path { fill: #000 }
.btn__primary.btn-secon:hover { background: #fff; color: #000 !important }
.box__menu__list ul li a:hover { color: #181818; transition: all .3s linear }
.header__menu.sticky.animate__animated.animate__fadeInDown { position: fixed; top: 0; width: 100%; z-index: 999 }
.img__color__pro.text-center a { box-shadow: inset 0 2px 1px rgba(0, 0, 0, .25) }
.alert-warning { background: var(--color-min-red); border-color: var(--color-min-red); color: #333; font-weight: 500; }
ul.technical-content { padding: 0 5px }
.keyword__autoComplete { align-items: center; display: flex; flex-wrap: wrap; gap: 15px; margin: 28px 0 }
.keyword__autoComplete span { color: #333; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal }
.keyword__autoComplete__container { display: flex; flex-wrap: wrap; gap: 15px }
.keyword__autoComplete__container a { background: #fff; border-radius: 500px; border: 1px solid #898989; color: #898989; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; padding: 16px 25px; text-align: center }
.control__mobile { display: none }
ul.list__social li { border-radius: 500px; transition: all .3s linear }
ul.list__social li:hover { box-shadow: 0 0 10px 0 #000 }
a.btn__primary svg path { fill: #181818 }
.technologyNews__navControl a svg path { fill: #181818 }
li.filter__pro__item a svg { height: 18px; width: 18px }
.slide__main .slick-dots { bottom: 0; right: 0; text-align: end }
.slide__main .slick-dots button:before { background-color: #fff; border-radius: 50%; border: 1px solid #fff; box-shadow: 0 0 2px 0 #000000b3; color: transparent; display: inline-block; height: 12px; opacity: 1; width: 12px }
.slide__main .slick-dots button { height: 12px; width: 12px }
.slide__main .slick-dots li.slick-active button:before { background: #b6b7b9; border-color: #b6b7b9; color: transparent; opacity: 1 }
.product__navSlide__container .slick-track { margin-left: auto }
.slick-dotted.slick-slider { margin-bottom: 0 }
#popup .modal-content { background: 0 0; border: unset }
#popup .modal-dialog { border: unset; max-width: 600px }
#popup .modal-content .modal-header { border: unset; position: absolute; right: 10px; top: 0; z-index: 999 }
.text-decoration-line-through { text-decoration: line-through }

/*template news*/
.BoxNewsTemplate { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; gap: 1.5rem; margin-bottom: 1rem; }
.ItemNews { width: calc((100% - 3rem)/3); border: 1px solid #eee; padding: 10px; border-radius: 10px; overflow: hidden; position: relative; top: 0; transition: all 0.5s; }
.ItemNews:hover { top: -5px; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
.picNews { border-radius: 6px; margin-bottom: 10px; }
.nameNews { font-size: 18px; line-height: 25px; -webkit-line-clamp: 2; min-height: 50px; margin-bottom: 10px; }
.nameNews:hover { color: var(--color-red); }
.ItemNews a { color: #333; }
.descNews { -webkit-line-clamp: 3; font-size: 15px; }

/*template product*/
.BoxProduct { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; gap: 1rem; margin-bottom: 1.5rem; }
.itemProduct { width: calc((100% - 3rem)/4); padding: 5px 5px 10px; border: 1px solid #eee; border-radius: 10px; text-align: center; transition: all 0.4s; }
.itemProduct:hover { box-shadow: rgb(12 148 71 / 70%) 0px 2px 8px, rgb(12 148 71 / 70%) 0px 2px 3px; }

/* header */
#header { }
.dts-headTop { padding: 1rem 0; }
.dts-headTop .widthBox { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.logo-header { width: auto; max-width: 174px; }
.hotline_book { max-width: 350px; display: flex; justify-content: flex-end; gap: 10px; }
.hotlineHead { }
.hotlineHead a { padding: 10px 1.5rem; background: var(--color-min-red); color: var(--color-red); font-size: 14px; font-weight: 700; border: 2px solid var(--color-min-red); border-radius: 3rem; transition: all 0.5s; display: flex; align-items: center; justify-content: flex-start; }
.hotlineHead svg { margin-right: 5px; }
.hotlineHead a:hover { background: var(--color-red); color: var(--color-min-red); }
.hotlineHead a:hover svg path { fill: var(--color-min-red); }
.hotlineHead a svg path { transition: all 0.5s; }
.bookHead { }
.bookHead a { padding: 10px 1.5rem; background: var(--color-red); color: var(--color-min-red); font-size: 14px; font-weight: 700; border: 2px solid var(--color-red); border-radius: 3rem; transition: all 0.5s; display: flex; align-items: center; justify-content: flex-start; text-transform: capitalize; }
.bookHead svg { margin-right: 5px; }
.bookHead a:hover { background: var(--color-min-red); color: var(--color-red); }
.bookHead a:hover svg path { fill: var(--color-red); }
.bookHead a svg path { transition: all 0.5s; }

/*search*/
.search { position: relative; z-index: 9; width: 40%; max-width: 425px; }
.form-search { background: #F6F6F6; border-radius: 500px; border: 5px solid #F6F6F6; display: flex; height: auto; overflow: hidden; width: 100%; align-items: center; justify-content: space-between; }
.form-search input { background: 0 0; height: 100%; padding: 0 10px; width: calc(100% - 42px); color: #898989; }
.form-search button { height: 38px; width: 38px; background: none; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.form-search button:hover { background: var(--color-min-red); }
.form-search button i { color: var(--color-red); font-size: 18px; }
.dts-headBot { box-shadow: rgba(0, 0, 0, 0.35) 0px 17px 12px -17px; }

/*animation star*/
.posi-ab { position: absolute; z-index: 1; }
.icon-star-image img { animation: zoom 1s linear 1s infinite; }
@keyframes zoom {
	0% { transform: scale(1); }
	50% { transform: scale(0.8); }
	100% { transform: scale(1); }
}
.rotate img { animation: rotate 30s infinite linear; }
@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.ani_star1 { height: auto !important; top: 10%; left: -50px; }
.icon_pic1 { top: 50%; left: 0; transform: translate(0, -50%); }
.icon_pic2 { bottom: 17%; right: 0; }
.icon_pic3 { top: 15%; right: 7%; }
.ani_star2 { top: 7%; left: 5%; }
.ani_star3 { top: 50%; right: 0%; }
.ani_star4 { bottom: 31%; left: 0; }
.circle_exp { top: 2rem; right: 4rem; }
.ani_star5 { bottom: 2rem; left: 1rem; }
.ani_star6 { top: 9rem; right: 1rem; }
.ani_star7 { top: 12rem; right: 4rem; }
.ani_star8 { top: 5rem; right: 10%; }
.ani_star9 { bottom: 2rem; left: 0; }
.ani_star10 { top: 25%; left: 5%; }
.ani_star11 { bottom: 50%; right: 7%; }
.ani_star12 { bottom: 20%; right: 0rem; }
.phone { animation: ring 4s .7s ease-in-out infinite; transform-origin: 50% 4px; }
@keyframes ring {
	0% { transform: rotate(0); }
	5% { transform: rotate(30deg); }
	10% { transform: rotate(-28deg); }
	15% { transform: rotate(34deg); }
	20% { transform: rotate(-32deg); }
	25% { transform: rotate(30deg); }
	30% { transform: rotate(-28deg); }
	35% { transform: rotate(26deg); }
	40% { transform: rotate(-24deg); }
	45% { transform: rotate(22deg); }
	50% { transform: rotate(-20deg); }
	55% { transform: rotate(18deg); }
	60% { transform: rotate(-16deg); }
	65% { transform: rotate(14deg); }
	70% { transform: rotate(-12deg); }
	75% { transform: rotate(10deg); }
	80% { transform: rotate(-8deg); }
	85% { transform: rotate(6deg); }
	90% { transform: rotate(-4deg); }
	95% { transform: rotate(2deg); }
	100% { transform: rotate(-1deg); }
}
.leftright { transform: translateY(-100px); animation: exportmoveobject 3s infinite linear alternate; }
@keyframes exportmoveobject {
	50% { left: 50px; }
}

/* slider */
.section-slider { background: var(--color-min-red); }
.BoxSlider { width: 100%; max-width: 1220px; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin: 0px auto; padding: 2rem 10px 0; }
.sliderLeft { width: 41%; position: relative; max-width: 500px; }
.sliderLeft .slider.slider-for { width: 100%; height: 100%; position: absolute; }
.sliderLeft .slider.slider-for div { height: 100%; }
.infoSli { padding: 1rem 0; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: center; gap: 1.5rem; position: relative; }
.nameSli { color: #000; font-family: Archivo; font-size: 32px; font-weight: 600; line-height: 40px; text-transform: capitalize; width: 100%; }
.nameSli b { color: var(--color-red); font-weight: 600; display: block; }
.infoSli p { width: 100%; color: #898989; font-size: 16px; line-height: 25px;    /* 156.25% */ position: relative; }
.infoSli span { display: flex; width: 100%; justify-content: flex-start; gap: 5px; align-items: center; }
.infoSli span b { color: var(--color-ye); font-size: 16px; font-style: normal; font-weight: 400; }
.bookSli { display: flex; background: var(--color-red); color: #fff; padding: 5px 5px 5px 20px; justify-content: center; align-items: center; gap: 1rem; border-radius: 3rem; font-size: 16px; font-weight: 500; text-transform: capitalize; transition: all 0.6s; }
.bookSli i { width: 45px; height: 45px; background: #fff; color: var(--color-red); display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 50%; transition: all 0.5s; }
.bookSli:hover { background: var(--color-ye); color: #333; }
.bookSli:hover i { color: #333; }

/*sliderRight*/
.sliderRight { width: 57%; max-width: 705px; position: relative; }
.itemSli { display: flex; justify-content: center; align-items: flex-end; position: relative; }
.picSli { }
.picSli img { max-height: 633px; }
.doctorSli { position: absolute; bottom: 2rem; left: 10px; border-radius: 20px; background: #FFF; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10); padding: 10px; display: flex; justify-content: flex-start; align-items: center; gap: 1rem; transform: translateY(-2rem); animation: exportmoveobject 3s infinite linear alternate; }
.picDoctor { border-radius: 13px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10); overflow: hidden; width: 100px; }
.infoDoctor { }
.infoDoctor b { color: #333; font-size: 20px; font-weight: 600; }
.infoDoctor span { color: #898989; font-size: 16px; font-weight: 400; -webkit-line-clamp: 1; }
.i_tooth { width: 87px; height: 87px; background: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: all 0.5s; }
.i_tooth img { }
.i_tooth:hover { background: var(--color-red); }
.i_tooth:hover img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(212deg) brightness(105%) contrast(102%); }
.i_tooth img { transition: all 0.5s; }
.BoxContactSli { background: var(--color-red); padding: 2rem 0; }
.BoxContactSli .wrap-content { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.contactSli { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 10px; }
.iconContact { width: 53px; height: 53px; display: flex; justify-content: center; align-items: center; border-radius: 10px; background: #FFF; }
.contactSli p { color: #fff; text-transform: capitalize; line-height: 25px; }
.contactSli p b { display: block; font-size: 20px; font-weight: 600; }
.contactSli p span { font-size: 16px; }
.contactBook { }
.contactBook a { border: 1px solid #fff; display: flex; padding: 5px 5px 5px 15px; border-radius: 2rem; justify-content: center; align-items: center; gap: 10px; color: #fff; font-weight: 500; transition: all 0.5s; }
.contactBook a i { width: 40px; height: 40px; background: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: var(--color-red); transition: all 0.5s; }
.contactBook a:hover { background: var(--color-min-red); color: var(--color-red); }
.contactBook a svg path { transition: all 0.5s; }
.contactBook a:hover svg path { fill: var(--color-red); }
.contactBook a:hover i { background: var(--color-red); color: #fff; }

/*about*/
.dts-wrap-about { padding: 2rem 0; }
.dts-wrap-about .wrap-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.AboutLeft { width: 45%; max-width: 522px; position: relative; padding: 0 0 10rem; }
.AboutRight { width: 52%; }
.picAb1 { max-width: 395px; border-radius: 20px; overflow: hidden; width: 80%; }
.picAb2 { position: absolute; bottom: 0; right: 0; max-width: 390px; border: 10px solid #fff; border-radius: 20px; overflow: hidden; width: 80%; }
.titleAbout { margin-bottom: 1.5rem; }
.titleAbout small { color: var(--color-ye); font-size: 12px; font-weight: 500; text-transform: uppercase; padding-left: 20px; background: url(../images/icon/icon3.png) no-repeat left center; }
.titleAbout h3 { color: #333; font-size: 32px; font-weight: 600; line-height: 40px; text-transform: capitalize; }
.titleAbout h3 b { color: var(--color-red); font-weight: 600; display: block; }
.descAbout { color: #898989; font-size: 16px; line-height: 25px; -webkit-line-clamp: 10; margin-bottom: 1rem; }
.seemore { }
.seemore a { display: inline-flex; background: var(--color-red); color: #fff; padding: 5px 5px 5px 20px; border-radius: 3rem; font-size: 16px; font-weight: 500; text-transform: capitalize; transition: all 0.6s; justify-content: center; align-items: center; gap: 1rem; }
.seemore a i { width: 45px; height: 45px; background: #fff; color: var(--color-red); display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 50%; transition: all 0.5s; }
.seemore a:hover { background: var(--color-ye); color: #333; }
.seemore a:hover i { color: #333; }

/*services*/
.dts-wrap-services { padding: 3rem 0 2rem; background: var(--color-min-red); position: relative; }
.title-desk { margin-bottom: 2rem; text-align: center; width: 100%; }
.title-desk h2 { color: #333; font-family: Archivo; font-size: 32px; font-weight: 600; text-transform: capitalize; position: relative; padding: 0 3rem; margin-bottom: 10px; display: inline-block; background: url(../images/icon/icon1.png) no-repeat left center, url(../images/icon/icon2.png) no-repeat right center; }
.title-desk h2 b { font-weight: 600; color: var(--color-red); }
.title-desk p { color: #898989; font-size: 16px; font-weight: 400; text-transform: capitalize; }
.title-desk span { display: block; width: 100%; font-family: Archivo; font-size: 16px; font-weight: 600; }
.title-desk span i { margin: 0 7px; font-size: 5px; vertical-align: middle; }
.itemListSer { width: 95%; max-width: 270px; margin: 10px auto; border-radius: 15px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); padding: 1.5rem 1rem; transition: all 0.5s; }
.iconListSer { height: 54px; margin-bottom: 1rem; }
.nameListSer { margin-bottom: 1rem; color: #333; font-size: 16px; font-weight: 600; text-transform: capitalize; -webkit-line-clamp: 1; }
.descListSer { color: #898989; font-size: 14px; line-height: 20px; text-transform: capitalize; margin-bottom: 1rem; }
.itemListSer span { color: var(--color-red); font-weight: 600; text-transform: capitalize; }
.itemListSer:hover { background: var(--color-red); }
.itemListSer:hover .iconListSer img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7443%) hue-rotate(316deg) brightness(100%) contrast(93%); }
.itemListSer:hover h3, .itemListSer:hover p, .itemListSer:hover span { color: #fff; }
.cont_services { margin-bottom: 2rem; }
.dts-wrap-services .seemore { text-align: center; }
.dts-wrap-video { padding: 1rem 0 1rem; background: var(--color-min-red); position: relative; }
.dts-wrap-video:after { content: ''; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; background: #fff; z-index: 1; }
.dts-wrap-video .wrap-content { position: relative; z-index: 9; padding: 0; border-radius: 1rem; overflow: hidden; }
.dts-wrap-video .wrap-content:after { content: ''; width: 100%; height: 100%; background: #00000052; position: absolute; top: 0; left: 0; z-index: 1; }
.dts-wrap-video .wrap-content a { position: relative; z-index: 99; width: 100%; padding: 1rem 2rem; min-height: 350px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 2rem; color: #fff; align-content: center; text-align: center; }
.dts-wrap-video p { width: 100%; color: #FFF; text-align: center; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-family: Archivo; font-size: 32px; font-style: normal; font-weight: 600; line-height: 45px;    /* 140.625% */ text-transform: capitalize; max-width: 460px; }
.viewVideo { width: 100% }
.viewVideo span { background: var(--color-red); padding: 12px 20px; min-width: 200px; border-radius: 2rem; font-weight: 600; font-size: 15px; display: inline-block; position: relative; transition: 0.6s; }
.viewVideo span:hover { background: var(--color-ye); color: #333; }
.viewVideo span:before { content: ''; width: calc(100% + 12px); height: calc(100% + 12px); background: hsl(0deg 0% 100% / 30%); position: absolute; top: -6px; left: -6px; border-radius: 3rem; z-index: -1; animation: zoom2 1s linear 1s infinite; }
.viewVideo span:after { content: ''; width: calc(100% + 24px); height: calc(100% + 24px); background: hsl(0deg 0% 100% / 30%); position: absolute; top: -12px; left: -12px; border-radius: 3rem; z-index: -1; animation: zoom2 1s linear 1s infinite; }

/* chayso */
.dts-wrap-Numb { padding: 1rem 0 2rem; }
.dts-wrap-Numb .wrap-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; gap: 2rem; }
.namchay { width: calc((100% - 6rem)/4); }
.namchay b { display: block; color: var(--color-red); font-size: 36px; font-weight: 600; position: relative; }
.namchay span { color: #333; font-size: 20px; font-weight: 600; text-transform: capitalize; }
.namchay p { padding: 1rem 0 0; color: #898989; font-size: 14px; font-weight: 400; line-height: 20px;    /* 142.857% */ border-top: 1px solid #EAEAEA; margin-top: 10px; }
.namchay b:after { content: '+'; }
.namchay.item_thongso3 b:after { content: '%'; }

/* tieuchi */
.dts-wrap-tieuchi { padding: 2rem 0; }
.dts-wrap-tieuchi .wrap-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem 0; }
.TcLeft, .TcRight { width: calc((100% - 365px)/2); display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; gap: 3.5rem; }
.TcCen { width: 345px; height: 345px; position: relative; }
.item_Tc { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.infoTc { width: calc(100% - 60px); text-align: right; }
.picTc { width: 44px; }
.infoTc b { color: #333; font-size: 16px; font-weight: 600; text-transform: capitalize; margin-bottom: 7px; display: block; }
.TcRight .item_Tc .infoTc { text-align: left; }
.circle_teeth { position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); background: #fff; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; }
.circle_teeth img { max-height: 240px; }
.circle_Tc.rotate { width: 100%; height: 100%; }

/* question */
.dts-wrap-question { padding: 2rem 0 1rem; }
.dts-wrap-question .wrap-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 2rem; }
.QuestionLeft { width: 48%; max-width: 570px; border-radius: 20px; overflow: hidden; }
.QuestionRight { width: calc(52% - 2rem); }
.title-ques { margin-bottom: 2rem; color: var(--color-red); font-family: Archivo; font-size: 32px; font-weight: 600; text-transform: capitalize; display: inline-block; padding-right: 3rem; background: url(../images/icon/icon2.png) no-repeat right center; }
.title-ques b { color: #333; font-weight: 600; }
.question__container { }
.i-box-question h3 span, .i-box-question h4 span { font-size: 18px; color: #333; font-weight: 500; }
.question__item .i-box-question h3, .question__item .i-box-question h4 { background: #fff; padding: 12px 10px 12px 0; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; margin: 0; text-align: left; gap: 1rem; }
.question__item .i-box-question h3.active, .question__item .i-box-question h4.active { color: var(--color-red); }
.question__item .i-box-question h3.active span, .question__item .i-box-question h4.active span { color: var(--color-red); }
.question__item .i-box-question h3.active i, .question__item .i-box-question h4.active i { transform: rotate(90deg); color: var(--color-red); }
.question__item .i-box-question h3 i, .question__item .i-box-question h4 i { color: #333; font-size: 20px }
.i-desc-question { padding: 10px; padding-left: 20px; color: #898989; font-size: 15px; line-height: 26px; font-weight: 400; text-align: justify; }
.question__item { cursor: pointer; margin-bottom: 10px; overflow: hidden; border-bottom: 1px solid #DCDCDC; }
.i-box-question { background: #fff; }
.i-desc-question { display: none }
.i-box-question.active .i-desc-question { display: block }
.question__item:last-child { border-bottom: none; }

/* ketqua */
.dts-wrap-ketqua { padding: 1rem 0; }
.pic_ketqua { width: 97%; max-width: 580px; border-radius: 1rem; overflow: hidden; line-height: 0; margin: 0px auto; }
.cont_ketqua { margin-bottom: 1.5rem; }
.dts-wrap-ketqua .seemore { text-align: center; }

/* cus */
.dts-wrap-cus { padding: 2rem 0; }
.BoxCustomer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.CustemerLeft { width: 45%; position: relative; padding-bottom: 3rem; }
.CustemerRight { width: 52%; }
.picCusBig { width: 75%; max-width: 376px; border-radius: 1rem; overflow: hidden; }
.infoCusBig { position: absolute; right: 0; bottom: 0; width: 85%; border-radius: 20px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); padding: 1rem 1rem; }
.infoCusBig_top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid #dcdcdc; margin-bottom: 10px; }
.infoCusBig_top b { color: #333; font-size: 40px; font-weight: 500; text-transform: capitalize; }
.infoCusBig_top span { width: calc(100% - 115px); font-size: 16px; }
.infoCusBig_bot { display: flex; justify-content: space-between; align-items: center; }
.infoCusBig_bot b { width: calc(100% - 115px); text-transform: capitalize; }
.itemCus { padding-bottom: 5rem; }
.descCus { margin-bottom: 2rem; }
.descCus img { margin-bottom: 2rem; }
.descCus span { -webkit-line-clamp: 4; font-size: 15px; font-weight: 300; line-height: 30px; }
.infoCus { display: flex; align-items: center; justify-content: flex-start; gap: 1rem; }
.picCus { width: 100px; overflow: hidden; border-radius: 50%; }
.nameCus { }
.nameCus img { margin-bottom: 7px; }
.nameCus b { color: #333; font-size: 20px; font-weight: 500; text-transform: capitalize; }
.cont_cus .slick-prev, .cont_cus .slick-next { top: auto; bottom: 0; transform: translate(0, 0%); width: 35px; height: 35px; border: 1px solid var(--color-red); border-radius: 50%; }
.cont_cus .slick-prev { left: 0; }
.cont_cus .slick-next { right: auto; left: 3rem; }
.cont_cus .slick-prev:before, .cont_cus .slick-next:before { color: var(--color-red); font-family: var(--fa-style-family, "Font Awesome 6 Pro"); font-weight: 600; }
.cont_cus .slick-prev:before { content: '\f053'; }
.cont_cus .slick-next:before { content: '\f054'; }

/* blog */
.dts-wrap-blog { padding: 2rem 0; }
.itemBlogIndex { width: 94%; margin: 0px auto; }
.PicBlogIndex { border-radius: 1rem; margin-bottom: 1rem; }
.InfoBlogIndex { }
.nameBlog { color: #333; font-size: 20px; font-weight: 500; line-height: 25px;    /* 150% */ text-transform: capitalize; -webkit-line-clamp: 2; min-height: 50px; margin-bottom: 10px; }
.nameBlog:hover { color: var(--color-red); }
.descBlog { color: #898989; line-height: 22px;    /* 178.571% */ margin-bottom: 1rem; }
.InfoBlogIndex span { color: var(--color-red); font-weight: 600; text-transform: capitalize; }
.InfoBlogIndex span i { position: relative; vertical-align: middle; right: 0; transition: all 0.5s; }
.InfoBlogIndex span:hover i { transform: rotate(45deg); right: -5px; }
.InfoBlogIndex span:hover { color: #333; }

/* chi nhanh */
.dts-wrap-chinhanh { padding: 1rem 0 3rem; }
.item_cnin { width: 94%; margin: 0px auto; text-align: center; position: relative; border-radius: 10px; overflow: hidden; }
.pic_cnin { position: relative; }
.item_cnin img { transition: all 0.5s; }
.item_cnin:hover img { transform: scale(1.2); }
.info_cnin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.info_cnin a { width: 100%; height: 100%; background: #00000033; color: #fff; display: flex; align-items: flex-end; justify-content: center; flex-wrap: wrap; padding: 1rem; gap: 10px; align-content: flex-end; }
.name_cnin { width: 100%; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-size: 20px; font-weight: 600; text-transform: capitalize; }
.info_cnin span { text-transform: capitalize; font-weight: 500; }

/* Phong kham trong */
.BoxPhongkham { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; gap: 1rem; }
.item_cn { width: calc((100% - 2rem)/3); box-shadow: 0 0 10px #bb232b40; border-radius: 10px; overflow: hidden; }
.info_cn { padding: 1rem; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; }
.info_cn_left { width: calc(100% - 70px); }
.info_cn_right { width: 60px; display: flex; align-items: center; justify-content: center; }
.info_cn_bot { width: 100%; margin-top: 1rem; display: flex; justify-content: center; align-items: center; gap: 1rem; }
.name_cn { font-size: 17px; font-weight: 600; text-transform: capitalize; margin-bottom: 10px; }
.info_cn_left span { display: block; }
.info_cn_left span i { color: var(--color-red); margin-right: 5px; }
.info_cn_right a { width: 100%; height: auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; font-size: 12px; border: 1px solid var(--color-red); border-radius: 7px; color: var(--color-red); padding: 5px; text-align: center; font-weight: 600; }
.info_cn_right a i { font-size: 22px; }
.info_cn_right a span { width: 100%; }
.info_cn_right a:hover { background: var(--color-red); color: #fff; }
.call_cn { display: inline-block; background: var(--color-min-red); padding: 7px 12px; color: var(--color-red); font-weight: 600; border-radius: 2rem; }
.call_cn:hover { background: var(--color-red); color: var(--color-min-red); }
.book_cn { border: 1px solid var(--color-red); display: inline-block; padding: 6px 12px; border-radius: 2rem; color: var(--color-red); font-weight: 600; text-transform: capitalize; }
.book_cn:hover { color: var(--color-min-red); background: var(--color-red); }

/*footer*/
.footer { background: var(--color-min-red); position: relative; }
.footer_top { padding: 2rem 0; }
.footer_top .wrap-content { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 2rem 15px; border-bottom: 1px solid #bc242c33; }
.footer_top h4 { color: #333; font-family: Archivo; font-size: 32px; font-weight: 600; text-transform: capitalize; padding-right: 32px; position: relative; }
.footer_top h4:after { content: ''; position: absolute; width: 47px; height: 45px; background: url(../images/icon/sli2.png) no-repeat; background-size: 100% 100%; transform: rotateZ(-90deg); top: -24px; right: 0; }
.bookFooter { display: flex; background: var(--color-red); color: #fff; padding: 5px 5px 5px 20px; justify-content: center; align-items: center; gap: 1rem; border-radius: 3rem; font-size: 16px; font-weight: 500; text-transform: capitalize; transition: all 0.6s; }
.bookFooter i { width: 45px; height: 45px; background: #fff; color: var(--color-red); display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 50%; transition: all 0.5s; }
.bookFooter:hover { background: var(--color-ye); color: #333; }
.bookFooter:hover i { color: #333; }
.footer_wrapper { padding: 2rem 0; }
.footer_wrapper .wrap-content { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; color: #898989; }
.Footer-col:nth-child(1) { width: 30%; }
.Footer-col:nth-child(2) { width: 19%; }
.Footer-col:nth-child(3) { width: 19%; }
.Footer-col:nth-child(4) { width: 25%; }
.footerLogo { margin-bottom: 1rem; }
.Footer-title { font-weight: 600; font-size: 19px; text-transform: capitalize; margin-bottom: 1rem; font-family: Archivo; color: var(--color-red); }
.footer-ul { padding: 0; margin: 0; list-style: none; }
.footer-ul li { margin-bottom: 1rem; }
.footer-ul li a { text-transform: capitalize; font-weight: 400; color: #333; }
.footer-ul li a:hover { color: var(--color-red); padding-left: 3px; }
.footer-ul li a:hover svg path { fill: var(--color-red); }
.content__footer__mor { font-size: 15px; margin-bottom: 1rem; }
.footer-info { padding: 0; margin: 0; list-style: none; }
.footer-info li { margin-bottom: 1rem; color: #333; }
.footer-info li:last-child { margin-bottom: 0; }
.footer-ul li:last-child { margin-bottom: 0; }
.copyright { background: none; text-align: center; color: var(--color-red); font-size: 15px; font-weight: 500; }
.copyright b { font-weight: 700; }
.copyright .wrap-content { padding: 1.3rem 0; border-top: 1px solid #bc242c33; }
.copyright { background: none; text-align: center; color: var(--color-red); font-size: 15px; font-weight: 500; }
.copyright b { font-weight: 700; }
.copyright .wrap-content { padding: 1.3rem 0; border-top: 1px solid #bc242c33; }

/*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(--color-dark-red); 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%; }

/* 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(--color-dark-red); 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; }

.col-video {width: calc((100% - 3rem)/4);}

.row-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}
@media screen and (max-width:1366px) {
	.ani_star1 { left: 0px; }
}
@media screen and (max-width:1270px) {
	.list__products__slide .slick-prev, .list__products__slide .slick-next { top: 100%; width: 40px; height: 40px; box-shadow: 0 0 5px #0c9447ad; border-radius: 7px; transform: translate(0, -100%); }
	.list__products__slide { padding-bottom: 4rem; }
	.list__products__slide .slick-prev:before, .list__products__slide .slick-next:before { color: var(--color-red); }
	.list__products__slide .slick-prev { left: calc(50% - 45px); }
	.list__products__slide .slick-next { right: calc(50% - 45px); }
}
@media screen and (max-width:1230px) {
	.menu-m { padding: 10px 0 }
	.menu-slide .col-lg-3 { display: none }
	.menu-slide .col-lg-9 { flex: 0 0 100%; max-width: 100% }
	.block-menu { background: #fff }
	.block-menu.sticky { background: #fff }
	.search-res .icon-search { }
	.search-res .icon-search.active { color: #fff; background: var(--color-red); }
	.mb15_1230 { margin-bottom: 15px }
}
@media (max-width:1200px) {
	.slideshow, .slideshow div { height: 100%; }
	.slide__item img { width: 100%; height: 100%; object-fit: cover; }
	.nameBlog { font-size: 18px; }
	.InfoBlogIndex .nameBlog { font-size: 16px; }
	.footer-ul li a { font-size: 14px; }
	.row-20 { margin: 0; }
	.circle_exp { right: 2rem; }
	.titleAbout h3 { font-size: 26px; line-height: 30px; }
	.titleAbout h3 { font-size: 26px; line-height: 30px; }
	.titleAbout { margin-bottom: 1rem; }
	.dts-wrap-video { width: calc(100% - 20px); }
	.circle_teeth img { max-height: 70%; }
}
@media (max-width:1100px) {
	.circle_exp { right: 0rem; }
}
@media (max-width:1024px) {
	.header-mmenu, .header-mobi { display: block }
	.menu ul li a, .menu ul li span { font-size: 15px; }
	.danhmuc_sp { width: auto; }
	.dts-headTop { display: none; }
	.head-mobi { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
	.dts-headBot { display: none; }
	.slide__subs { display: none; }
	.slide__main { width: 100%; max-width: 100%; }
	.logo-header { width: auto; }
	.picSli img { max-height: 550px; }
	.nameSli { font-size: 26px; line-height: 32px; }
	.infoSli p { font-size: 15px; }
	.bookSli { font-size: 15px; }
	.bookSli i { width: 40px; height: 40px; }
	.contactSli p b { font-size: 18px; }
	.titleAbout h3 { font-size: 28px; line-height: 35px; }
	.descAbout { font-size: 15px; }
	.seemore a { font-size: 15px; }
	.seemore a i { width: 40px; height: 40px; }
	.title-desk h2 { font-size: 28px; }
	.title-desk p { font-size: 15px; }
	.namchay span { font-size: 18px; }
	.title-ques { font-size: 28px; margin-bottom: 1rem; }
	.i-box-question h3 span, .i-box-question h4 span { font-size: 16px; }
	.i-desc-question { font-size: 14px; line-height: 24px; }
	.nameCus b { font-size: 18px; }
	.name_cnin { font-size: 18px; }
	.footer_top h4 { font-size: 28px; }
	.bookFooter { font-size: 15px; }
	.bookFooter i { width: 40px; height: 40px; }
}
@media (max-width:991px) {
	#show_popup { transform: scale(.8) }
	.mb15_991 { margin-bottom: 15px }
	.mb10_991 { margin-bottom: 10px }
	.title-cart { font-size: 15px }
	.cupponBox_info h3 { font-size: 14px }
	.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) }
	.group-quantity-pro-detail { width: 105px }
	.group-cart-pro-detail { flex: 0 0 calc(100% - 105px); -ms-flex: 0 0 calc(100% - 105px); max-width: calc(100% - 105px) }
	.procart { padding: 8px 0 }
	.procart+.procart { border-top: 1px solid #f1f1f1 }
	.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 }
	.cover-list-pro { border-radius: 0; box-shadow: none }
	.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 }
	.gallery-thumb-pro { margin-top: 5px }
	.left-pro-detail { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; padding-right: 0 }
	.right-pro-detail { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; padding-left: 0 }
	.product__price { text-align: center; flex-wrap: wrap }
	.product__price .price__pro_new { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; margin-bottom: 5px }
	.product__price .price__pro_old { flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100% }
	.product__price .price__pro_new+.price__pro_old { margin-left: 0 }
	.section-main .form-search { width: 100% }
	.tabs-pro-detail .nav-tabs .nav-link { font-size: 13px !important }
	.header__menu { display: none }
	.header__top { display: none }
	.top-cart { margin-top: 2rem }
	.cart-sticky { position: sticky; top: 60px }
	.d-lg-list { display: list-item !important }
	.BoxProduct { gap: 10px; }
	.itemProduct { width: calc((100% - 20px) / 3); }
	.nameProduct { font-size: 15px; }
	.TcCen { width: 250px; height: 250px; }
	.TcLeft, .TcRight { width: calc((100% - 270px) / 2); }
	.circle_teeth { width: calc(100% - 24px); height: calc(100% - 24px); }
	.infoTc b { font-size: 15px; margin-bottom: 5px; }
	.infoTc p { font-size: 13px; font-weight: 300; }
	.title-ques { padding-right: 2rem; }
	.i-box-question h3 span, .i-box-question h4 span { font-size: 15px; }
	.question__item .i-box-question h3, .question__item .i-box-question h4 { padding: 5px 10px 5px 0; }
	.question__item .i-box-question h3 i, .question__item .i-box-question h4 i { font-size: 14px; }
	.infoCusBig_top b { font-size: 30px; }
	.infoCusBig_top span { width: calc(100% - 85px); font-size: 14px; }
	.footer_top h4 { font-size: 24px; }
	.Footer-col:nth-child(1) { width: calc(50% - 0.5rem); order: 1; }
	.Footer-col:nth-child(2) { width: calc(50% - 0.5rem); order: 3; }
	.Footer-col:nth-child(3) { width: calc(50% - 0.5rem); order: 4; }
	.Footer-col:nth-child(4) { width: calc(50% - 0.5rem); order: 2; }
	.footer_wrapper .wrap-content { gap: 1rem; }
	.footer-ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; gap: 10px; }
	.footer-ul li { width: calc((100% - 10px)/2); margin: 0; }
	.list__social { justify-content: center; }
	.item_cn { width: calc((100% - 2rem) / 2); }
	.BoxPhongkham { gap: 2rem; }
}
@media screen and (max-width:870px) {
	.Footer-col:nth-child(1) { order: 1; width: 57%; }
	.Footer-col:nth-child(4) { order: 2; width: 40%; }
	.Footer-col:nth-child(2) { order: 3; }
	.Footer-col:nth-child(3) { order: 4; }
	.Footer-col:nth-child(2), .Footer-col:nth-child(3) { width: 48%; margin-top: 1rem; }
	.footer-ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; }
	.footer-ul li { width: 47%; position: relative; }
	.footer-ul li:before { content: '-'; }
	.picSli img { max-height: 450px; }
	.nameSli { font-size: 23px; line-height: 28px; }
	.infoSli span { display: none; }
	.doctorSli { bottom: 1rem; padding: 5px; }
	.picDoctor { width: 75px; }
	.infoDoctor b { font-size: 17px; }
	.infoDoctor span { font-size: 15px; }
	.i_tooth img { max-height: 35px; }
	.i_tooth { width: 55px; height: 55px; }
	.sliderRight { width: 50%; }
	.sliderLeft { width: 48%; }
	.contactSli p { width: 100%; }
	.iconContact { margin: 0px auto; }
	.contactSli { text-align: center; }
	.dts-wrap-Numb .wrap-content { gap: 10px; }
	.namchay { width: calc((100% - 30px) / 4); }
	.namchay span { font-size: 16px; }
	.namchay p { padding: 10px 0 0; }
}
@media screen and (min-width:768px) {
	.wrapper { max-width: 750px }
}
@media screen and (max-width:768px) {
	#show_popup { transform: scale(.7) }
	.tieuchi { padding: 20px 0 }
	.gioithieu { padding: 30px 0 }
	.gioithieu--title { font-size: 24px }
	.info { padding: 12.5px 0 }
	.info-procart { padding: 0 10px }
	.info__product-detail { padding-top: 15px }
	.info__product-detail--content { padding: 10px }
	.info__product-detail--content--title { font-size: 20px }
	.all__list { padding: 12.5px 0 }
	.list__product { padding: 12.5px 0 }
	.list__products { grid-template-columns: repeat(2, 1fr); gap: 10px }
	.list__filter__pro ul { flex-wrap: wrap; gap: 10px }
	.list__capacity { grid-template-columns: 1fr 1fr; gap: 10px }
	.list-news-other { width: 100% }
	.row-news { margin: 15px -5px 0 -5px }
	.row-product { margin: 20px -5px 0 -5px }
	.row.product { margin-top: -7px; margin-bottom: -7px }
	.col-news { padding: 0 5px; margin-bottom: 10px }
	.col-product { padding: 0 5px; margin-bottom: 10px }
	.price-new-pro-detail { font-size: 16px }
	.price-old-pro-detail { font-size: 13px; padding: 0 7px }
	.box__product { margin: 7px 0 }
	.box__product.slick-slide { padding: 5px; margin: 5px }
	.box__product--sale { font-size: 14px }
	.box__product--null, .box__product--regular { font-size: 13px }
	.box__product--price { gap: 2px; flex-direction: column; min-height: 34px }
	.box__product--name { font-size: 13px }
	.primary_nav { flex-direction: column; gap: 14px }
	.product__navControl { display: grid; grid-template-columns: repeat(2, 1fr); width: 100% }
	.product__navSlide { width: 80%; margin: 0 }
	.product__navSlide__item a { font-size: 12px; padding: 7px }
	.brand-catalogy__list { grid-template-columns: repeat(3, 1fr) }
	.control__mobile { display: block }
	.product__navControl__item-pc { display: none }
	.menu-slide.wrap-content { padding: 5px }
	.wrap-content_lg { padding: 5px }
	.slide__container { display: block; padding: 5px 0 }
	.titleMain h2 { font-size: 24px }
	.title-pro-detail { font-size: 20px }
	.faq__list__pro--title { margin-bottom: 10px }
	.faq__list__pro--title span { font-size: 18px }
	.faq__list__pro { margin-bottom: 15px; padding: 10px }
	.accordion-header h3 a { font-size: 14px }
	.box.news--name { font-size: 14px }
	.box.news--content { padding: 10px 0 }
	.box.news--pic { border-radius: 5px }
	.mb15_767 { margin-bottom: 15px }
	.technologyNews__wrapper { padding-bottom: 20px }
	.technologyNews__item__title { font-size: 14px }
	.technologyNews__title h2 { font-size: 20px }
	.tagsSearch__item { font-size: 12px }
	.keyword__autoComplete__container { gap: 5px }
	.keyword__autoComplete__container a { font-size: 12px; padding: 10px }
	.group__action__addCart { flex-direction: column }
	.btn__buyNowPro { width: 100% }
	.btn__addCartPro { width: 100% }
	.btn__addCartPro a { padding: 5px }
	span.info__product-detail--content--title { font-size: 20px }
	.attr-content-pro-detail--color { grid-template-columns: 1fr 1fr; gap: 10px }
	.section-slider { padding: 0; }
	.InfoBlogIndex .nameBlog { font-size: 15px; line-height: 20px; min-height: 40px; }
	.Footer-col:nth-child(1), .Footer-col:nth-child(2), .Footer-col:nth-child(3), .Footer-col:nth-child(4) { width: 100%; text-align: center; }
	.BoxNewsTemplate { gap: 1rem; }
	.ItemNews { width: calc((100% - 1rem) / 2); }
	.dts-wrap-Numb .wrap-content { gap: 2rem; }
	.namchay { width: calc((100% - 2rem)/2); text-align: center; }
	.contactBook { display: none; }
	.contactSli { width: calc((100% - 1rem)/2); }
	.TcCen { width: 200px; height: 200px; }
	.TcLeft, .TcRight { width: calc((100% - 220px) / 2); }
	.QuestionLeft { display: none; }
	.QuestionRight { width: 100%; }
	.col-video {
        width: calc((100% - 1rem) / 2);
    }
}
@media screen and (min-width:701px) {
	.map_cn { display: none; }
}
@media screen and (max-width:700px) {
	.BlogLeft { display: none }
	.BlogRight { width: 100%; }
	.itemProduct { width: calc((100% - 10px) / 2); }
	.book_cn span { display: none; }
	.BoxPhongkham { gap: 1rem; }
	.item_cn { width: calc((100% - 1rem) / 2); }
	.map_cn { border: 1px solid var(--color-red); display: inline-block; padding: 6px 10px; color: var(--color-red); font-weight: 600; text-transform: capitalize; border-radius: 50%; }
	.call_cn span { display: none; }
	.info_cn_right { display: none; }
	.info_cn_left { width: 100%; }
	.map_cn i { font-weight: 500; }
	.book_cn { }
	.info_cn_bot { gap: 10px; }
	.info_cn { text-align: center; }
	.TcCen { display: none; }
	.TcLeft, .TcRight { width: calc((100% - 10px) / 2); gap: 1rem; }
	.sliderLeft { width: 60% }
	.sliderRight { width: 35%; }
	.doctorSli { display: none; }
	.ani_star2 { top: 0%; left: 0%; }
	.ani_star2 img { max-height: 35px; }
	.i_tooth { width: 35px; height: 35px; }
	.i_tooth img { max-height: 20px; }
	.ani_star3 { top: 35%; }
	.ani_star3 img { max-height: 30px; }
	.nameSli { font-size: 20px; line-height: 25px; }
	.infoSli { gap: 10px; }
	.infoSli p { font-size: 13px; }
	.bookSli { font-size: 13px; }
	.bookSli i { width: 35px; height: 35px; }
	.contactSli p b { font-size: 16px; }
	.AboutLeft { width: 100%; margin: 0px auto; }
	.AboutRight { width: 100%; }
	.footer_top h4 { width: 100%; text-align: center; }
	.bookFooter { }
	.footer_top .wrap-content { flex-wrap: wrap; justify-content: center; }
	.footer_top { padding: 1rem 0 1rem; }
}
@media screen and (max-width:650px) {
	.nameListPro { font-weight: 600; font-size: 16px; }
	.footer_wrapper .wrap-content { gap: 1rem; }
	.Footer-col:nth-child(1) { width: 100%; text-align: center; }
	.Footer-col:nth-child(4) { width: 100%; text-align: center; }
	.Footer-col:nth-child(2), .Footer-col:nth-child(3) { text-align: center; }
	.list__social { justify-content: center; }
	.Footer-col:nth-child(2), .Footer-col:nth-child(3) { margin-top: 0; }
	span.price-new { font-size: 15px; }
	span.price-old { font-size: 13px; }
	.addCartProduct a { font-size: 13px; padding: 5px 10px; }
	.titleMain2 h2 { font-size: 20px; }
	.nameNews { font-size: 16px; line-height: 22px; min-height: 44px; }
	.nameSli { font-size: 16px; line-height: 22px; }
	.infoSli p { display: none; }
	.iconContact { }
	.contactSli p b { font-size: 14px; }
	.contactSli p span { font-size: 12px; }
	.titleAbout h3 { font-size: 25px; line-height: 30px; }
	.CustemerLeft { width: 100%; margin-bottom: 1rem; }
	.CustemerRight { width: 100%; }
}
@media screen and (min-width:576px) {
	#show_popup { transform: scale(.6); }
	.wrapper { max-width: 570px; }
	.mb15_576 { margin-bottom: 15px; }
	.social_fixed { bottom: 80px; }
	.item-categories-outer { width: 70px !important; }
	.item-categories-outer a { min-height: 90px !important; background-size: 40px !important; }
	.item-categories-outer a span { font-size: 10px !important; }
}
@media (max-width:575px) {
	.title-desk h2 { font-size: 24px; }
	.title-ques { font-size: 24px; }
}
@media (max-width:525px) {
	.item_Tc { text-align: center; }
	.infoTc { order: 1; width: 100%; text-align: center; }
	.picTc { order: 0; margin: 0px auto 10px; }
	.TcRight .item_Tc .infoTc { text-align: center; }
}
@media (max-width:475px) {
	.footer-ul li { width: 100% }
	.ItemNews { padding: 5px; width: calc((100% - 10px) / 2); }
	.BoxNewsTemplate { gap: 10px; }
	.nameNews { font-size: 15px; }
}
@media (max-width:425px) {
	.priceProduct span { display: block; }
	span.price-old { padding: 0; }
}
@media (max-width:375px) {
	.mb15_375 { margin-bottom: 15px }
}