@media (min-width: 927px) {
  ::-webkit-scrollbar {width: 3px; height: 3px;}
  ::-webkit-scrollbar-thumb {background: #245EB6; border-radius: 10px;}
  ::-webkit-scrollbar-track {background: #d6d6d6;}
}

.d-blue {color: #245EB6!important;}
.bg-d-blue {background-color: #245EB6!important;}
.blue {color: #3477DD!important;}
.bg-blue {background-color: #3477DD!important;}
.gray {color: #969696!important;}
.bg-gray {background-color: #969696!important;}
.yellow {color: #FFE200!important;}
.bg-yellow {background-color: #FFE200!important;}
.red {color: #FF4545!important;}
.bg-red {background-color: #FF4545!important;}

@media (min-width: 1300px) {
  .container {max-width: 1270px;}
}

.pc, .sp {}
@media (min-width: 927px) {
  .sp {display: none!important;}
}
@media (max-width: 926px) {
  .pc {display: none!important;}
}

body {font-family: Arial, sans-serif; font-weight: 500; font-size: 14px;}
a {color: #333; transition: .2s ease all;}
.ffR {font-family: Roboto, Arial, sans-serif;}

.button {display: block; border-radius: 5px; height: 50px; color: #fff; background-color: #245EB6; font-size: 14px; font-weight: bold; width: 100%;}
.button:active {opacity: 0.5;}
.button-icon {position: relative; padding-left: 50px;}
.button-icon:before {content: ""; display: block; width: 50px; height: 50px; position: absolute; top: -1px; left: 0; border-right: 1px solid rgba(0,0,0,0.2);}
.button-fb {background-color: #39579A;}
.button-fb:before {background: url(../img/ico/facebook.svg) center no-repeat; background-size: 9px 20px;}
.button-gg {background-color: #E1492A;}
.button-gg:before {background: url(../img/ico/google-plus.svg) center no-repeat; background-size: 26px 16px;}
.button-zalo {background-color: #168CE0;}
.button-zalo:before {background: url(../img/ico/zalo.svg) center no-repeat; background-size: 15px 18px;}

header,
header {transition: 0.3s ease top; width: 100%;}
.top-header {padding-top: 5px; padding-bottom: 5px;}
.top-header-address {}
.top-header-phone {}
.top-header-social {}
.top-header-social > a {display: block; width: 16px; height: 16px; background: center no-repeat; background-size: contain; margin-left: 15px;}
.top-header-social > a.top-header-facebook {background-image: url(../img/ico_facebook.png);}
.top-header-social > a.top-header-instagram {background-image: url(../img/ico_instagram.png);}
.top-header-social > a.top-header-skype {background-image: url(../img/ico_skype.png);}
.top-header-social img {height: 14px;}

.main-header {}
.main-header-first {height: 80px;}
.main-header .showWhenFixedHeader {display: none;}
.main-header .logo {}
.main-header .form-search {position: relative; width: 40%;}
.main-header .form-search input {width: 100%; height: 42px; border-radius: 3px; border: 0; padding: 0 15px;}
.main-header .form-search input:focus {outline: none;}
.main-header .form-search button {width: 60px; height: 38px; position: absolute; border: 0; top: 2px; right: 2px; border-radius: 3px;}

.main-header-utility {}
.main-header-utility-flex {position: relative;}
.main-header-utility-flex a {display: block; border-radius: 3px; margin: 0 5px; padding: 4px 10px 4px 35px; background: rgba(255,255,255,.1) 10px center no-repeat; font-size: 12px; background-size: 19px 19px; max-width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.main-header-utility-flex a span {}
.main-header-utility-flex a.main-header-utility-orders {background-image: url(../img/ico_orders.svg);}
.main-header-utility-flex a.main-header-utility-noti {background-image: url(../img/ico_noti.svg);}
.main-header-utility-flex a.main-header-utility-user {background-image: url(../img/ico_user.svg);}
.main-header-cart {border: 2px solid #fff; height: 42px; border-radius: 3px; padding: 5px 10px; width: 145px; position: relative;}
.main-header-cart img {display:block; width: 20px; height: 20px;}
.main-header-cart span {display:block;}
.main-header-cart strong {display:block; color: #000; width: 26px; line-height: 26px; height: 26px; text-align: center;  border-radius: 100px;}
.main-header-cart .cart-popup {display: none;}
.main-header-cart .cart-popup {position: absolute; top: 100%; right: 0; padding-top: 10px; color: #000; z-index: 6;}
.main-header-cart .cart-popup-inner {background: #fff; padding: 10px; border-radius: 5px; width: 600px; box-shadow: 0 0 20px rgba(0,0,0,.5);}
.main-header-cart .cart-popup .cart-item {margin-bottom: 10px;}
.main-header-cart .cart-popup .cart-item:last-child {margin-bottom: 0;}
.main-header-cart .cart-popup .cart-item a {color: #245EB6;}
.main-header-cart .cart-popup .cart-item .delete-item-cart {}
.main-header-cart .cart-popup .cart-item .delete-item-cart i {display: block;}
.main-header-cart .cart-popup .cart-item .delete-item-cart span {display: none;}
.main-header-cart .cart-popup .cart-item .cart-item-inner {display: flex; align-items: center;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-image {}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-image img {border-radius: 5px; width: 40px; height: 40px; object-fit: cover;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info {padding: 0 15px; display: flex; align-items: center;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info h4 {font-size: 14px; margin: 0; width: 250px;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info h4 a {}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info .product_mv-buyarea-quantity {margin: 0 15px;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-price {width: 100px;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-price strong,
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-price s {width: auto; text-align: right; display: block; line-height: 1; height: auto;}
.main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-price s {font-size: 12px;}
.main-header-cart .cart-popup .popup_cart_bottom {display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.main-header-cart .cart-popup .popup_cart_bottom a {display: block; line-height: 40px; padding: 0 10px; border-radius: 5px;}
.main-header-cart .cart-popup .popup_cart_bottom span {display: inline-block; margin-left: 10px;}
.main-header-cart .cart-popup .popup_cart_bottom-left {display: flex;}
.main-header-cart .cart-popup .popup_cart_bottom-close {margin-left: 5px;}
.main-header-cart .cart-popup .popup_cart_bottom-close a {background-color: #969696;}
.main-header-cart .cart-popup .popup_cart_bottom-checkout {}
.main-header-cart .cart-popup .popup_cart_bottom-checkout a {background-color: #3477DD;}
.main-header-cart .cart-popup .popup_cart_bottom-right {}
.main-header-cart .cart-popup .popup_cart_bottom-right .currency {font-size: 20px;}

.main-header-cart.opened-popup-cart .cart-popup {display: block;}

.main-header-megamenu {}
.main-header-megamenu a {display: block; position: relative; padding-left: 25px;}

.main-header-megamenu a .hamburgur {position: absolute; width: 18px; height: 1px; background: #fff; left: 0; top: 50%;}
.main-header-megamenu a .hamburgur:before,
.main-header-megamenu a .hamburgur:after {content: ""; display: block; width: 100%; height: 1px; position: absolute; background: #fff; left: 0;}
.main-header-megamenu a .hamburgur:before {top: -6px;}
.main-header-megamenu a .hamburgur:after {bottom: -6px;}

.main-header-megamenu a span {}
.main-header-product-history {}
.main-header-product-history a {display: block; padding-left: 15px; position: relative;}
.main-header-product-history a:before {content: ""; display: block; width: 7px; height: 7px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(135deg); position: absolute; top: 5px; left: 0;}

.main-header-features {padding-bottom: 15px; padding-top: 5px;}
.main-header-features-flex {}
.main-header-features-flex > a {margin-left: 10px; display: block;}
.main-header-features-flex > a img {display: inline-block; vertical-align: middle; margin-right: 5px;}
.main-header-features-flex > a span {display: inline-block; vertical-align: middle; font-size: 12px;}
.main-header-features-fast_delivery {}
.main-header-features-convenient_checkout {}
.main-header-features-point_reward {}
.main-header-features-commit_quality {}
.main-header-features-return_policy {}

.fixedHeader {padding-top: 150px;}
.fixedHeader header {position: fixed; top: -150px; animation: 0.3s headerShow forwards; z-index: 9; box-shadow: 0 0 10px 5px rgba(0,0,0,.5);}
.fixedHeader .top-header {display: none;}
.fixedHeader .main-header {}
.fixedHeader .main-header .form-search {width: 30%;}
.fixedHeader .main-header .showWhenFixedHeader {display: block;}
.fixedHeader .main-header .showWhenFixedHeader .top-header-address {}
.fixedHeader .main-header .showWhenFixedHeader .top-header-hotline {margin-top: 5px;}
/* .fixedHeader .main-header .main-header-second {display: none!important;} */
.fixedHeader .main-header-utility-flex a span {display: none;}
.fixedHeader .main-header-utility-flex a {height: 42px; padding: 0; width: 42px; background-position: center;}

.fixedHeader.product.product-detail .main-header .showWhenFixedHeader {display: flex; align-items: center; max-width: 70%;}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-img {}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-img img {display: block; width: 50px; height: 50px; border-radius: 5px;}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-namepro {margin: 0 20px; overflow: hidden;}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-namepro strong {display: block; font-size: 18px; font-weight: bold; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 300px;}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-namepro span {display: block; font-size: 18px; color: #FFE200;}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button {}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button button {width: 130px; height: 42px; border-radius: 5px; background: #ff4f04; color: #fff; font-size: 14px; box-shadow: none; border: 0; cursor: pointer; text-transform: uppercase;}
.fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button button:active {opacity: 0.5;}

@keyframes headerShow {
  0% {top: -150px;}
  100% {top: 0;}
}

main {padding-bottom: 50px; background-color: #F8F8F8; min-height: calc(100vh - 487px - 158px);}

footer {}
.footer-first {padding-top: 40px;}
.footer-first h4 {font-size: 15px; font-weight: bold; text-transform: uppercase; margin-bottom: 15px;}
.col-information {}
.col-payment-delivery {width: 100%; max-width: 270px;}
.col-contact {width: 100%; max-width: 380px;}
.col-follow-us {}
.footer-list-links, .footer-list-images {padding-left: 0;}
.footer-list-links li, .footer-list-images li {list-style: none;}
.footer-list-links li {line-height: 28px;}
.footer-list-links li a {font-size: 13px;}
.footer-list-images {font-size: 0;}
.footer-list-images li {display: inline-block; vertical-align: middle; margin: 0 10px 10px 0;}
.footer-list-images li a {display: block;}
.footer-list-images li a img {display: block;}
.footer-copyright {padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #EBEBEB; margin-top: 30px;}
.footer-list-social {padding-left: 0;}
.footer-list-social li {list-style: none; display: inline-block; vertical-align: middle; margin: 0 5px;}
.footer-list-social li a {display: block;}
.footer-list-social li a img {display: block; height: 22px;}
.footer-list-bnrapp {padding-left: 0;}
.footer-list-bnrapp li {list-style: none; margin-bottom: 15px;}
.footer-list-bnrapp li a {display: block;}
.footer-list-bnrapp li a img {display: block;}

.currency {}
.currency:after {content: '\20AB'; display: inline-block; margin-left: 0.3rem;}

.breadcrumb {background: transparent;}
.breadcrumb ul {padding-left: 0; margin-bottom: 0;}
.breadcrumb ul li {display: inline-block; vertical-align: middle; list-style: none; margin-right: 10px;}
.breadcrumb ul li a {display: block; color: rgba(51,51,51,.5); position: relative; padding-right: 20px;}
.breadcrumb ul li a:after {content: ""; display: block; border-top: 1px solid rgba(51,51,51,.5); border-right: 1px solid rgba(51,51,51,.5); width: 6px; height: 6px; transform: rotate(45deg); position: absolute; top: 28%; right: 0;}
.breadcrumb ul li span {display: block;}

.btn_addtocart {
  background: transparent;/* dnguyen #FF4545;*/
  color: #3477DD; /* dnguyen #fff; */
  /*padding: 0 10px; /* dnguyen #fff; */
  /*width: 230px;  dnguyen 406px; */
  text-align: center; line-height: 56px; font-size: 16px; font-weight: bold;
  border: 1px solid #3477DD;
  border-radius: 4px; cursor: pointer;
  width: 230px;
}
.btn_addtocart:active {background-color: #ee4545;}
.btn_addtocart img {display: inline-block; vertical-align: middle; margin-right: 10px;}
.btn_addtocart span {display: inline-block; vertical-align: middle;}

.section_title {font-family: Roboto, Arial, sans-serif; font-size: 20px; margin-bottom: 0;}

.product-list-outer {padding: 25px 10px 30px; margin-top: 20px; background: #fff; position: relative;}
.product-list {display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;}
.product-item {width: 20%; cursor: pointer; margin-bottom: 10px;}
.product-item-inner {padding: 10px; border-radius: 14px; position: relative; transition: .2s ease all;}
.product-item-badge {position: absolute; top: 10px; left: 10px; color: #fff; line-height: 22px; padding: 0 5px;}
.product-item-image {background: #eee url(../img/sna_noimage.jpg) center/cover no-repeat; border-radius: 10px; overflow: hidden;aspect-ratio: 1 / 1; /* Chiều cao = chiều rộng */}
.product-item-image img {display: block;
  width: 100%; height: 100%;
  /*height: 210px; width: 100% dnguyen*/
  object-fit: cover;}
.product-item-name {height: 60px; overflow: hidden; margin-top: 10px; font-size: 13px;}
.product-item-price {margin-top: 10px;}
.product-item-price strong {font-size: 20px; font-weight: bold; margin-right: 10px;}
.product-item-price strong:after {content: "₫"; display: inline-block; margin-left: 5px;}
.product-item-price s {opacity: .5;}
.product-item-price s:after {content: "₫"; display: inline-block; margin-left: 2px;}
.product-item-deal-status {margin-top: 10px;}
.product-item-deal-status-bar {background: rgba(52,119,221,.2); color: #fff; text-align: center; line-height: 20px; width: 50%; border-radius: 100px; font-size: 12px; position: relative; overflow: hidden;}
.product-item-deal-status-bar span {position: absolute; left: 0; top: 0; height: 100%; background: #3477DD;}
.product-item-deal-status-bar strong {position: relative; z-index: 2;}
.product-item-deal-status-time {font-size: 12px;}

.product-list-more {margin-top: 15px;}
.product-list-more a {display: block; width: 160px; line-height: 40px; border: 1px solid #3477DD; border-radius: 4px; text-align: center; margin: 0 auto; color: #3477DD; background-color: #fff;}

main.error_main {padding-bottom: 0;}
.error404-banner {position: relative; text-align: center;}
.error404-banner-top {
  height: 140px;
  background-color: #3fc6f5;
  background-image: url(../img/city-cloud.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain;
}
.error404-banner-bottom {height: 130px;}
.error404-banner-content {position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding-bottom: 10px;}
.error404-banner-content:before {display: inline-block; vertical-align: bottom; height: 100%; content: "";}
.error404-banner-content-item {display: inline-block; vertical-align: bottom;}
.error404-banner-content-item.error404-sna {}
.error404-banner-content-item.error404-img {margin: 0 60px 0 30px;}
.error404-banner-content-item.error404-said {text-align: left;}
.error404-banner-content-item.error404-said h1 {color: #fff; font-weight: bold; font-size: 20px; margin-bottom: 27px;}

@media (min-width: 768px) {
  .error404-banner-top {height: 230px;}
  .error404-banner-bottom {height: 120px;}
}

.c_producthistory {margin-top: 30px;}

.product_mv-buyarea {display: flex; justify-content: space-between; margin-top: 20px;}
.product_mv-buyarea-quantity {}
.product_mv-buyarea-quantity span {display: block; line-height: 1;}
.product_mv-buyarea-quantity-box {border: 1px solid #EBEBEB; display: flex; margin-top: 7px; border-radius: 4px; overflow: hidden;}
.product_mv-buyarea-quantity button {width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer;}
.product_mv-buyarea-quantity button:active {background: #ddd;}
.product_mv-buyarea-quantity button.btn_minus {border-right: 1px solid #EBEBEB;}
.product_mv-buyarea-quantity button.btn_minus:before {content: "-"; display: block;}
.product_mv-buyarea-quantity button.btn_plus {border-left: 1px solid #EBEBEB;}
.product_mv-buyarea-quantity button.btn_plus:before {content: "+"; display: block;}
.product_mv-buyarea-quantity .quantity {line-height: 34px; text-align: center; width: 60px;}

.cart {}
.section-cart {}
.section-cart .section-title {font-size: 20px; font-weight: bold; padding: 30px 0 25px; margin-bottom: 0;}
.section-cart .section-title span {font-size: 13px;}
.section-cart .cart-list {background: #fff; padding: 0 25px; border-radius: 10px;}
.section-cart .cart-list .cart-item {position: relative;}
.section-cart .cart-list .cart-item-inner {border-bottom: 1px solid #EBEBEB; padding: 25px 0; display: flex; justify-content: space-between;}
.section-cart .cart-list .cart-item:last-child .cart-item-inner {border-bottom: 0;}
.section-cart .cart-list .cart-item .cart-item-image {}
.section-cart .cart-list .cart-item .cart-item-image img {display: block; width: 150px; height: 150px; border-radius: 5px;}
.section-cart .cart-list .cart-item .cart-item-info {width: calc(100% - 300px); padding: 0 0 0 25px; min-width: 100px}
.section-cart .cart-list .cart-item .cart-item-info h4 {font-size: 14px; font-weight: bold; margin-bottom: 25px;}
.section-cart .cart-list .cart-item .cart-item-info .product_mv-buyarea-quantity {max-width: 130px}
.section-cart .cart-list .cart-item .cart-item-info .product_mv-buyarea-quantity-box {}
.section-cart .cart-list .cart-item .cart-item-info .product_mv-buyarea-quantity-box .btn_minus {}
.section-cart .cart-list .cart-item .cart-item-info .product_mv-buyarea-quantity-box .btn_plus {}
.section-cart .cart-list .cart-item .cart-item-price {flex: auto; text-align: right; line-height: 1;}
.section-cart .cart-list .cart-item .cart-item-price strong {display: block; font-size: 20px; margin-bottom: 5px;}
.section-cart .cart-list .cart-item .cart-item-price s {display: block; opacity: 0.5;}
.section-cart .cart-list .cart-item .delete-item-cart {margin-top: 20px; display: inline-block; color: #3477DD;}
.section-cart .cart-list .cart-item .delete-item-cart i {display: none;}
.section-cart .cart-list .cart-item .delete-item-cart span {display: block;}

.cart-summary {background: #fff; border-radius: 5px; padding: 15px 0;}
.cart-summary-flex {display: flex; justify-content: space-between; padding: 10px 20px; align-items: center;}
.cart-summary-flex span {font-size: 13px; font-weight: bold;}
.cart-summary-flex strong {font-size: 16px;}
.cart-summary-flex-total {border-top: 1px solid #EBEBEB; margin-top: 20px; padding-top: 20px;}
.cart-summary-flex-total strong {font-size: 26px; font-weight: bold; color: #FF4545;}
.cart-summary-btn-checkout {line-height: 50px; height: 50px; background: #FF4545; color: #fff; text-align: center; text-transform: uppercase; border-radius: 5px; margin: 25px 0; cursor: pointer; display: block; border: 0; width: 100%;}
.cart-summary-promotion {background: #fff; padding: 25px 20px; border-radius: 5px;}
.cart-summary-promotion-title {font-weight: bold;}
.cart-summary-promotion-form {margin-top: 10px; position: relative; display: flex; justify-content: space-between; align-items: center;}
.cart-summary-promotion-form input {height: 36px; padding: 0 5px; width: calc(100% - 90px); border: 1px solid #bbb; border-radius: 5px;}
.cart-summary-promotion-form button {width: 80px; height: 36px; background: #3477DD; color: #fff; padding: 0 15px; border: 0; border-radius: 5px; white-space: nowrap; cursor: pointer;}

.main-header-second {position: relative; z-index: 4;}
.main-header-megamenu {}
.main-header-megamenu > a {line-height: 48px;}
.header-mega-menu {position: absolute; top: 100%; left: 0; color: #000; z-index: 2; width: 100%; padding-top: 15px; display: none;}
.header-mega-menu a {color: #000;}
.header-mega-menu ul {background: #fff; padding: 15px;}
.header-mega-menu ul li {list-style: none;}

.header-mega-menu.top_banners-megamenu {width: 100%;}
/*.header-mega-menu.top_banners-megamenu:after {content: ""; display: block; width: calc(100% - 257px); background: #fff; position: absolute; bottom: 0; right: 0; height: calc(100% - 15px); border: 1px solid #EBEBEB; border-radius: 3px;}*/
.header-mega-menu.top_banners-megamenu > ul {width: 250px; margin-bottom: 0; box-shadow: 0 0 50px rgba(0,0,0,.1); padding: 0;}
.header-mega-menu.top_banners-megamenu > ul .mega-menu-child {display: none;}

.top_banners-megamenu {width: 250px;}
.top_banners-megamenu > ul {padding-left: 0; border: 1px solid #EBEBEB; border-radius: 4px; background: #fff; position: relative;}
.top_banners-megamenu > ul > li {list-style: none;}
.top_banners-megamenu > ul > li > a {display: block; padding: 17px 10px; border-bottom: 2px solid #F8F8F8;}
.top_banners-megamenu > ul > li:last-child > a {border-bottom: 0;}
.top_banners-megamenu > ul > li > a > img {display: inline-block; vertical-align: middle; margin-right: 10px; max-height: 20px; width: 20px; object-fit: contain;}
.top_banners-megamenu > ul > li > a > span {display: inline-block; vertical-align: middle; line-height: 24px;}

.top_banners-megamenu > ul > li .mega-menu {position: absolute; top: -1px; left: 100%; z-index: 2; width: 991px; height: calc(100% + 2px); display: none; padding-left: 8px;}
.top_banners-megamenu > ul > li .mega-menu > ul {margin: 0; padding: 20px 10px; border: 1px solid #EBEBEB; background: #fff; overflow: hidden; height: 100%; position: relative; border-radius: 3px; overflow-y: scroll; flex: auto;}
.top_banners-megamenu > ul > li .mega-menu > ul:after {content: ""; display: block; clear: both;}
.top_banners-megamenu > ul > li .mega-menu > ul > li {list-style: none; padding: 0; margin: 0; padding: 0 10px; margin-bottom: 15px;}
.top_banners-megamenu > ul > li .mega-menu.mega-menu-2 > ul > li {float: left; width: 33.33333%;}
.top_banners-megamenu > ul > li .mega-menu > ul > li:nth-child(3n+1) {clear: both;}
.top_banners-megamenu > ul > li .mega-menu > ul > li > a {padding-left: 0;}
.top_banners-megamenu > ul > li .mega-menu > ul > li > ul {}
.top_banners-megamenu > ul > li .mega-menu > ul > li > ul > li {display: none;}
.top_banners-megamenu > ul > li .mega-menu > ul > li > ul > li > a {}

.top_banners-megamenu > ul > li i.fa {display: none;}

@media screen and (max-width: 767px) {
  body.mega-menu-header-hover {overflow: hidden;}
  body.mega-menu-header-hover .header-mega-menu.top_banners-megamenu {overflow-y: scroll; max-height: calc(100vh - 100px);}
  /* body.fixedHeader .main-header .main-header-second {display: block!important;} */
  .top_banners-megamenu > ul > li {position: relative;}
  .top_banners-megamenu > ul > li .mega-menu {position: relative; display: none; top: auto; left: auto; height: auto; width: auto; margin-top: 10px;}
  .top_banners-megamenu > ul > li .mega-menu > ul {padding: 0; border-radius: 0; border: 0;}
  .top_banners-megamenu > ul > li .mega-menu > ul > li,
  .top_banners-megamenu > ul > li .mega-menu > ul > li:nth-child(3n+1),
  .top_banners-megamenu > ul > li .mega-menu.mega-menu-2 > ul > li {float: none; width: auto; padding: 5px 0; margin-bottom: 0;}
  .top_banners-megamenu > ul > li .mega-menu.mega-menu-2 > ul > li > a {padding: 5px 0; font-size: 12px;}
  .header-mega-menu.top_banners-megamenu > ul .mega-menu-child {display: block; padding: 0;}
  .top_banners-megamenu > ul > li .mega-menu > ul > li > ul > li {display: block; padding-left: 15px;}
  .top_banners-megamenu > ul > li .mega-menu > ul > li > ul > li > a {font-size: 12px; padding-left: 0; padding-bottom: 5px;}

  .top_banners-megamenu > ul > li i.fa {display: block; position: absolute; top: 10px; right: 5px; font-size: 20px; color: #3477DD; width: 40px; height: 40px; text-align: center; line-height: 40px;}
  .top_banners-megamenu > ul > li.active i.fa {transform: rotate(180deg);}
  .top_banners-megamenu > ul > li.active .mega-menu {display: block;}
  .top_banners-megamenu > ul > li i.fa:before {pointer-events: none;}
}

body.mega-menu-header-hover {}
body.mega-menu-header-hover main {position: relative;}
body.mega-menu-header-hover main:before {content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.8); z-index: 3;}

.instant-search {position: absolute; top: calc(100% + 10px); left: 0; width: 100%; padding: 5px 0 0; z-index: 5; background: #3477DD; padding: 5px; border-radius: 10px 10px 0 0; height: 380px; overflow-y: scroll; display: none; box-shadow: 0 10px 30px rgba(0,0,0,.5); border-bottom: 5px solid #3477DD; padding-bottom: 0;}
.instant-search .instant-item {display: flex; background: #fff; color: #000; justify-content: space-between; padding: 5px; border-radius: 5px; align-items: center; margin-bottom: 5px;}
.instant-search .instant-item:last-child {margin-bottom: 0;}
.instant-search .instant-item-img {display: block; width: 50px; height: 50px;}
.instant-search .instant-item-name {width: calc(100% - 130px); text-align: left; padding: 0 5px;}
.instant-search .instant-item-price {width: 80px; text-align: right;}
.instant-search-loading {padding: 50px 0; text-align: center;}
.instant-search-loading img {display: inline-block; height: 10px; margin-left: 10px;}
.main-header .form-search button.btn-view-all {position: absolute; top: 432px; right: 0; background: #3477DD; color: #fff; height: 40px; text-align: center; width: 100%; display: none; z-index: 9; border-radius: 0 0 10px 10px; cursor: pointer; padding-bottom: 5px;}
.main-header .form-search button.btn-view-all:focus {outline: none;}

.checkout-success {}
.checkout-success main {padding: 50px 0;}
.checkout-success main .checkout-success-bg-white {background: #fff; padding: 50px 15px; border-radius: 10px;}
.checkout-success main .order-success-text {}
.checkout-success main .order-success-text h2 {font-size: 16px; font-weight: bold; text-transform: uppercase;}
.checkout-success main .order-success-text .order-success-tks {margin-top: 10px;}
.checkout-success main .order-success-text .button {max-width: 340px; margin-top: 30px; margin-left: auto; margin-right: auto; line-height: 50px; height: 50px; padding: 0;}
.checkout-success main .order-success-text .button:active {opacity: .5;}

.submenu-utility-user {position: absolute; top: 100%; right: -80px; padding-top: 10px; z-index: 8; display: none;}
.submenu-utility-user:before {content: ""; display: block; border: 10px solid #fff; width: 0; height: 0; box-sizing: content-box; position: absolute; top: -6px; left: 20px; border-color: transparent transparent #fff transparent;}
.submenu-utility-user ul {padding: 0; background: #fff; padding: 10px 15px; border-radius: 5px; padding-right: 50px; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.submenu-utility-user ul li {list-style: none; padding: 0; margin: 0;}
.submenu-utility-user ul li a {color: #000; padding: 0; margin: 0; display: block; padding: 5px 0; max-width: none; position: relative; transition: .3s ease all; left: 0;}

.fixedHeader .submenu-utility-user:before {left: 50%; transform: translateX(-50%);}
.fixedHeader .submenu-utility-user ul li a {width: auto; padding: 5px 0; height: auto;}
.fixedHeader .submenu-utility-user ul li a span {display: inline-block;}

@media (max-width: 1299px) {
  .main-header .form-search {width: 30%;}
  .main-header-features-flex > div {display: flex; align-items: center; width: 110px;}
  .main-header-cart {width: 75px;}
  .main-header-cart span {display: none;}
  .fixedHeader .main-header .showWhenFixedHeader {font-size: 12px;}
  .product-item {width: 25%;}
  .product-item-inner {}
}

.hamburgur {}

header, header a {color: #fff; text-decoration: none;}

@media (min-width: 927px) {
  a:hover {opacity: .7; text-decoration: none;}
  .button:hover {opacity: 0.9;}
  header a:hover {color: #fff; text-decoration: none;}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button button:hover {opacity: 0.9;}
  /*.product-item:hover .product-item-inner {box-shadow: 0 0 10px rgba(0,0,0,.2);}*/
  .product-list-more a:hover {background: #3477DD; color: #fff; opacity: 1;}
  .product_mv-buyarea-quantity button:hover {background: #f9f9f9;}
  .cart-summary-btn-checkout:hover {opacity: 0.8;}
  .main-header-megamenu:hover .header-mega-menu {display: block;}
  .header-mega-menu a:hover {color: #245EB6;}
  .top_banners-megamenu > ul > li:hover > div {display: flex;}
  .checkout-success main .order-success-text .button:hover {opacity: .8; color: #fff;}
  .submenu-utility-user:hover {display: block;}
  .submenu-utility-user ul li a:hover {left: 5px;}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button button:hover {}
  .product-item:hover .product-item-inner {}
}

.btn_checkout{
    font-size: 16px;
    width: 180px;
  }

@media (max-width: 430px){
  .section-cart .cart-list {background: #fff; padding: 0 5px; border-radius: 10px;}
}

@media (max-width: 926px) {
  .btn_addtocart{
    font-size: 15px;
    width: 200px;
  }
  .btn_checkout{
    font-size: 15px;
    width: 110px;
  }
  .top-header {display: none;}
  .main-header-first {height: 50px;}
  .main-header .logo {position: relative;}
  .main-header .logo a {}
  .main-header .logo a img {height: 30px; width: 105px;}
  .fixedHeader .main-header .form-search,
  .main-header .form-search {width: auto; margin-left: 8px;}
  .main-header .form-search input {position: fixed; top: 50px; left: 0; border: 1px solid #245EB6; border-radius: 0; z-index: 2; display: none;}
  /* .main-header .form-search button {width: 38px; background: transparent!important; position: relative; top: auto; right: auto;} */
  .main-header .form-search button {display: none; position: fixed; top: 52px; z-index: 2;}
  .main-header .form-search button:focus {outline: none; border: 0;}
  .main-header .form-search button.btn-view-all {position: fixed; top: calc(70vh + 89px);}
  .main-header .form-search .instant-search {position: fixed; top: 90px; height: 70vh; border-radius: 0;}
  .main-header .form-search .instant-search .instant-item {border-radius: 0;}
  .main-header .form-search .btn-search-sp {width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
  .main-header .form-search .btn-search-sp.openSearch {position: relative;}
  .main-header .form-search .btn-search-sp.openSearch:before,
  .main-header .form-search .btn-search-sp.openSearch:after {content: ""; display: block; width: 20px; height: 2px; background: #fff; transform: rotate(45deg); position: absolute;}
  .main-header .form-search .btn-search-sp.openSearch:after {transform: rotate(-45deg);}
  .main-header .form-search .btn-search-sp.openSearch img {opacity: 0;}
  .main-header .main-header-utility {display: none!important;}
  .hamburgur {width: 40px; height: 40px; position: relative; display: block; left: -10px;}
  .hamburgur > span {width: 20px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 10px;}
  .hamburgur > span.ham {margin-top: -7px;}
  .hamburgur > span.bur {}
  .hamburgur > span.gur {margin-top: 7px;}
  .main-header-cart {padding: 0; border: 0; width: 40px; height: 40px; border-radius: 0;}
  .main-header-cart > a {height: 40px;}
  .main-header-cart > a img {margin-left: auto; margin-right: auto;}
  .main-header-cart strong {font-size: 10px; width: 18px; line-height: 18px; height: 18px; position: absolute; top: 0; right: 0;}
  .main-header-cart .cart-popup {display: none; right: -15px; padding: 15px; width: 100vw;}
  .main-header-cart .cart-popup-inner {width: 100%;}
  .main-header-cart .cart-popup .popup_cart_bottom {flex-direction: column;}
  .main-header-cart .cart-popup .popup_cart_bottom span {font-size: 10px;}
  .main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info {flex-direction: column; align-items: flex-start; position: relative;}
  .main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info h4 {font-size: 12px;}
  .main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-info .product_mv-buyarea-quantity {margin: 0;}
  .main-header-cart .cart-popup .cart-item .cart-item-inner .cart-item-price {display: none;}
  .main-header-cart .cart-popup .cart-item .delete-item-cart {position: absolute; bottom: 0; right: 0; width: 40px; height: 40px; border: 1px solid #ddd; padding: 12px 13px; border-radius: 4px;}
  .popup_cart_bottom-right {margin-top: 10px;}
  .main-header-cart .cart-popup .popup_cart_bottom-right .currency {color: #FF4545; font-weight: bold;}
  .main-header-second {}
  .main-header-second .main-header-features,
  .main-header-second .main-header-product-history {display: none;}

  .main-header-second .main-header-megamenu > a {display: none;}
  .main-header-second .main-header-megamenu {display: block;}

  body.mega-menu-header-hover {}
  body.mega-menu-header-hover main {}
  body.mega-menu-header-hover main:before {}
  body.mega-menu-header-hover .hamburgur {}
  body.mega-menu-header-hover .hamburgur > span {}
  body.mega-menu-header-hover .hamburgur > span.ham {transform: translate(-50%, -50%) rotate(45deg); transform-origin: 3px 3px;}
  body.mega-menu-header-hover .hamburgur > span.bur {opacity: 0;}
  body.mega-menu-header-hover .hamburgur > span.gur {transform: translate(-50%, -50%) rotate(-45deg); transform-origin: -1px -2px;}
  body.mega-menu-header-hover .header-mega-menu.top_banners-megamenu > ul {width: calc(100% - 0px);}
  body.mega-menu-header-hover .header-mega-menu.top_banners-megamenu {display: block;}

  .fixedHeader {padding-top: 50px;}
  .fixedHeader header {}
  .fixedHeader .top-header {}
  .fixedHeader .main-header {}
  .fixedHeader .main-header .form-search {}
  .fixedHeader .main-header .showWhenFixedHeader {}
  .fixedHeader .main-header .showWhenFixedHeader .top-header-address {}
  .fixedHeader .main-header .showWhenFixedHeader .top-header-hotline {}
  .fixedHeader .main-header .main-header-second {}
  .fixedHeader .main-header-utility-flex a span {}
  .fixedHeader .main-header-utility-flex a {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-img {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-img img {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-namepro {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-namepro strong {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-namepro span {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button button {}
  .fixedHeader.product.product-detail .main-header .showWhenFixedHeader .showWhenFixedHeader-button button:active {}

  footer {}
  .footer-first {flex-direction: column;}
  .footer-first h4 {}
  .col-information {}
  .col-payment-delivery {}
  .col-contact {}
  .col-follow-us {}
  .footer-list-links, .footer-list-images {}
  .footer-list-links li, .footer-list-images li {}
  .footer-list-links li {}
  .footer-list-links li a {}
  .footer-list-images {}
  .footer-list-images li {}
  .footer-list-images li a {}
  .footer-list-images li a img {}
  .footer-copyright {}
  .footer-list-social {}
  .footer-list-social li {}
  .footer-list-social li a {}
  .footer-list-social li a img {}
  .footer-list-bnrapp {}
  .footer-list-bnrapp li {}
  .footer-list-bnrapp li a {}
  .footer-list-bnrapp li a img {}

  .product-list {white-space: nowrap; overflow-x: scroll; flex-wrap: nowrap; margin-left: -15px; margin-right: -15px; padding-left: 5px; padding-right: 5px;}
  .product-item {width: 45%; min-width: 200px;}
  .product-item-inner {}
  .product-item-badge {}
  .product-item-image {}
  /*.product-item-image img {height: 150px;}*/
  .product-item-name {
    /*text-align: center;*/
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .product-item-price {
    /*text-align: center; */
    margin-top: 4px;}
  .product-item-price strong {display: block; font-size: 16px;}
  .product-item-price strong:after {}
  .product-item-price s {display: block;}
  .product-item-price s:after {}
  .product-item-deal-status {flex-direction: column;}
  .product-item-deal-status-bar {width: auto; padding-left: 15px ; padding-right: 15px;}
  .product-item-deal-status-bar span {}
  .product-item-deal-status-bar strong {}
  .product-item-deal-status-time {}

  .breadcrumb {padding-left: 0; padding-right: 0;}
  .breadcrumb ul {}
  .breadcrumb ul li {}
  .breadcrumb ul li a {}
  .breadcrumb ul li a:after {}
  .breadcrumb ul li span {}
}

.highlight {background: yellow; color: red;}

.baokim-area {margin-top: 10px;}
.baokim-area .bk-btn {display: flex; gap: 10px;}
.baokim-area .bk-btn-paynow,
.baokim-area #bk-btn-installment,
.baokim-area #bk-btn-installment-amigo,
.baokim-area #bk-btn-paynow,
.baokim-area .bk-btn-installment,
.baokim-area .bk-btn-installment-amigo {padding-top: 10px; padding-bottom: 10px; flex: 1; margin: 0!important;}

.hidden {display: none!important;}

.section_heading h1,
.section_heading h2 {font-size: 28px;}

.icon_group {
  position: fixed; display: flex; flex-direction: column; bottom: 25px; right: 25px; gap: 10px; overflow: hidden;
  padding: 10px;
  border-radius: 100px;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.ico_zalo_chat {position: absolute; display: block; top: 10px; opacity: 0; pointer-events: none; transition: .3s ease all;}
.ico_zalo_chat:hover {opacity: .9;}
.ico_zalo_chat img {
  width: 60px; height: 60px; position: relative;
  border: 1px solid #3477DD; border-radius: 100px;
}
.ico_zalo_chat span {position: absolute; top: 50%; right: 120%; white-space: nowrap; transform: translateY(-50%); background: rgba(0,0,0,.8); color: #fff; border-radius: 100px; padding: 5px 10px; opacity: 0; transition: .3s ease all;}
.ico_zalo_chat:hover span {opacity: 1;}

.ico_zalo_chat.ico_google_map {transition-delay: .2s;}
.ico_zalo_chat.ico_messenger {transition-delay: .15s;}
.ico_zalo_chat.ico_phone {transition-delay: .1s;}
.ico_zalo_chat.ico_no_link {transition-delay: .05s;}
.ico_zalo_chat.ico_zalo {transition-delay: .0s;}

.ico_zalo_chat.ico_no_link {cursor: normal;}

.icon_group_toggle {
  width: 60px; height: 60px;
  background-color: #3477DD;
  border-radius: 100px; display: flex;
  justify-content: center; align-items: center;
  cursor: pointer; position: relative;
  z-index: 3;
}
.icon_group_toggle:before,
.icon_group_toggle:after {
  content: "";
  display: block;
  transition: .3s ease all; 
  width: 30px; height: 1px;
  border-top: 1px solid white;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.icon_group_toggle:before {}
.icon_group_toggle:after {}
.icon_group_toggle img {display: block; width: 50%; height: 50%; transition: .3s ease all;}
.icon_group_toggle:hover {opacity: 1;}

.open.icon_group {overflow: visible;}
.open.icon_group .ico_zalo_chat {top: 0; opacity: 1; pointer-events: unset; position: relative;}
.open.icon_group .icon_group_toggle img {opacity: 0;}
.open.icon_group .icon_group_toggle:before,
.open.icon_group .icon_group_toggle:after {opacity: 1;}
.open.icon_group .icon_group_toggle:before {transform: translate(-50%, -50%) rotate(45deg);}
.open.icon_group .icon_group_toggle:after {transform: translate(-50%, -50%) rotate(-45deg);}

@media (max-width: 767px) {
  .btn_addtocart{
    font-size: 15px;
    width: 190px;
  }
  .btn_checkout{
    font-size: 15px;
    width: 100px;
  }
  .baokim-area .bk-btn {flex-direction: column;}
  .baokim-area .bk-btn-paynow,
  .baokim-area #bk-btn-installment,
  .baokim-area #bk-btn-installment-amigo,
  .baokim-area #bk-btn-paynow,
  .baokim-area .bk-btn-installment,
  .baokim-area .bk-btn-installment-amigo {width: 100%;}

  .section_heading h1,
  .section_heading h2 {font-size: 24px;}
  .product-category .productcat_main .product-list-outer .product-list {padding-left: 0; padding-right: 0;}
  .product-category .productcat_main .product-list-outer .product-item-inner {padding-left: 5px; padding-right: 5px;}

  .icon_group {
    padding: 5px;
    bottom: 15px; right: 15px;
  }

  .ico_zalo_chat {}
  .ico_zalo_chat img,
  .icon_group_toggle {width: 40px; height: 40px;}
  .icon_group_toggle img {}

  .icon_group.open {}
}

.top_banners-megamenu > ul > li .mega-menu {
  background-color: white;
}
.top_banners-megamenu > ul > li .mega-menu > ul.menu_has_banner {flex: 66% 0 0;}
.top_banners-megamenu > ul > li .mega-menu >.category_banner {flex: 33% 0 0; height: 100%;}
.top_banners-megamenu > ul > li .mega-menu >.category_banner a {display: block; padding: 8px; height: 100%;}
.top_banners-megamenu > ul > li .mega-menu >.category_banner img {width: 100%; height: 100%; object-fit: cover; border-radius: 8px;}
@media (max-width: 926px) {
  .top_banners-megamenu > ul > li.active .mega-menu {display: flex; flex-direction: column;}
  .top_banners-megamenu > ul > li .mega-menu > ul {order: 1;}
  .top_banners-megamenu > ul > li .mega-menu >.category_banner {order: 0;}
}

.header_buttons {display: flex; gap: 4px; align-items: center; justify-content: center; margin-left: auto;}
.header_buttons a {display: block; position: relative; top: auto; opacity: 1; transition: none; animation: none; pointer-events: unset;}
.header_buttons a img {width: 32px; height: 32px;}

.dn_sort_bt{
  color: #000;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 40px;
  cursor: pointer;
  background-color: transparent;
  padding: 5px 10px;
}

.dn_sort_option .dn_active{
  color: #fff;
  background-color: #245EB6;
  border: 1px solid #245EB6;
}

/* ARROWS */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
}

.nav-arrow.left {
    left: 4px;
}

.nav-arrow.right {
    right: 4px;
}

.hidden {
    display: none;
}

.dn_img_cat{
  width: 23px;
  height: 23px;
  display: inline;
}

.dn_cat_level_1{
  display: inline !important;
}