@charset "UTF-8";
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("../fonts/SF-UI-Display-Regular.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("../fonts/SF-UI-Display-Medium.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("../fonts/SF-UI-Display-Semibold.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: bold;
  src: url("../fonts/SF-UI-Display-Bold.otf");
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: "SF Display";
  color: black;
  margin: 0;
  margin-right: 15px;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 14px;
  background: #f9f9f9;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: inherit;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
body h1 {
  font-size: 2.1em;
}
body h2 {
  font-size: 1.75em;
}
body h3 {
  font-size: 1.4em;
}
body h4 {
  font-size: 1.15em;
}
body h5 {
  font-size: 1em;
}
body h6 {
  font-size: 0.85em;
}
body a {
  outline: none;
  text-decoration: none;
  font-weight: 400;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body a:hover, body a:focus {
  color: #377ECC;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body img {
  border: none;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
body section {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body .go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #377ECC;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(55, 126, 204, 0.5);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
body .go-top:hover {
  background: #377ECC;
}
body .go-top:hover span:nth-child(1) {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  left: 7px;
  top: 18px;
}
body .go-top:hover span:nth-child(2) {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  left: 19px;
  top: 18px;
}
body .go-top span {
  position: absolute;
  top: 20px;
  width: 15px;
  height: 2px;
  background: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body .go-top span:nth-child(1) {
  left: 5px;
}
body .go-top span:nth-child(2) {
  left: 20px;
}
body button:focus {
  outline: none;
}
body input:focus,
body select:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 126, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(55, 126, 204, 0.5);
}

body .xzoom-source img,
body .xzoom-preview img,
body .xzoom-lens img {
  z-index: 1051;
}
body .overlay-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.05);
}
body .overlay-menu.overlay-in {
  display: block;
}
body .modal {
  cursor: url("../img/cursor.png"), auto;
  z-index: 1050;
}
body .mfp-bg {
  z-index: 1052;
}
body .mfp-wrap {
  z-index: 1053;
}
body .swal2-popup .swal2-styled.swal2-confirm {
  background: #377ECC;
}
body .swal2-popup .swal2-styled.swal2-confirm a {
  font-weight: 500;
}
body .ui-widget.ui-widget-content {
  z-index: 1050;
}

.pagination {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 20px;
}
.pagination .page-item .page-link, .pagination li .page-link {
  background: none;
  border: 1px solid #666;
  color: #585858;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  padding: 0;
  background: white;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link.active {
  background: #377ECC;
  color: white;
}
.pagination li .page-link:hover, .pagination li .page-link:focus, .pagination li .page-link.active {
  background: #377ECC;
  color: white;
}

.bread-crumb {
  color: black;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
}
.bread-crumb .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.bread-crumb .breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}
.bread-crumb .breadcrumb .breadcrumb-item:before {
  content: "/";
  padding-left: 10px;
  padding-right: 15px;
}
.bread-crumb .breadcrumb .breadcrumb-item:hover {
  color: #377ECC;
}
.bread-crumb .breadcrumb .breadcrumb-item.active {
  color: #377ECC;
}

.quickview {
  cursor: url("../img/cursor.png"), auto;
}
.quickview .modal-content {
  cursor: default;
}
.quickview .modal-content .modal-body img {
  margin-bottom: -5px;
}
.quickview .modal-content .modal-body h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.quickview .modal-content .modal-body h5 {
  margin-bottom: 15px;
}
.quickview .modal-content .modal-body h4 {
  color: #377ECC;
  font-weight: bold;
  margin-bottom: 15px;
}
.quickview .modal-content .modal-body h4 span {
  font-weight: 400;
  color: #585858;
  text-decoration: line-through;
  margin-left: 20px;
}
.quickview .modal-content .modal-body p {
  margin-bottom: 20px;
  color: #656565;
}
.quickview .modal-content .modal-body input {
  width: 40px;
  height: 40px;
  padding-left: 5px;
  margin: 0 5px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 3px;
}
.quickview .modal-content .modal-body .cart-btn {
  border: 2px solid #377ECC;
}
.quickview .modal-content .modal-body .cart-btn:hover {
  background: none;
  border-color: black;
}
.quickview .modal-content .modal-body .xzoom-thumbs a {
  background: none;
  margin: 1px;
}
.quickview .modal-content .modal-body .xzoom-thumbs .xactive {
  border: 1px solid #377ECC;
}
.quickview .modal-content .modal-body .tags {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e1e1e1;
}
.quickview .quantity {
  margin: 30px 0;
}
.quickview .quantity a {
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  background: #377ECC;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #377ECC;
}
.quickview .quantity a:hover {
  background: none;
  color: #377ECC;
}
.quickview .tags span a {
  color: #377ECC;
}
.quickview .tags span a:hover {
  text-decoration: underline;
}

.modal-img {
  position: relative;
}
.modal-img .owl-theme .owl-nav button.owl-prev,
.modal-img .owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 30% !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.modal-img .owl-theme .owl-nav button.owl-prev:hover,
.modal-img .owl-theme .owl-nav button.owl-next:hover {
  color: #377ECC !important;
}
.modal-img .owl-theme .owl-nav button.owl-prev:focus,
.modal-img .owl-theme .owl-nav button.owl-next:focus {
  outline: none;
}
.modal-img .owl-theme .owl-nav button.owl-prev {
  left: 0;
}
.modal-img .owl-theme .owl-nav button.owl-next {
  right: 0;
}

.contact-page {
  margin-bottom: 50px;
}
.contact-page .box-contact {
  color: black;
}
.contact-page .box-contact input {
  height: 40px;
}
.contact-page .box-contact textarea {
  height: 100px;
}

.footer {
  background: #252525;
  color: white;
  padding-top: 30px;
}
.footer h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #383838;
  text-transform: uppercase;
  font-weight: 600;
}
.footer h4 i {
  float: right;
  margin-top: -4px;
  display: none;
}
.footer ul li {
  margin-bottom: 15px;
  color: #ccc;
}
.footer ul li i {
  margin-right: 10px;
  color: #377ECC;
  font-size: 14px;
}
.footer ul li a {
  color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.footer ul li a:hover {
  color: #377ECC;
}
.footer i {
  font-size: 20px;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer i:hover {
  color: #377ECC;
}
.footer .support h5 {
  text-transform: uppercase;
}
.footer .support img {
  float: left;
  margin-right: 5px;
  width: 70px;
}
.footer .support h6 {
  color: #377ECC;
}
.footer .copyright {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #383838;
}

.selection_img_search, .selection_bubble_root {
  display: none;
}

.header-top .container {
  display: flex;
}
.header-top .search {
  width: calc(100% - 600px);
  margin: 35px 0;
}
.header-top .search form {
  position: relative;
}
.header-top .search input {
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: white;
  padding-left: 10px;
}
.header-top .search input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-top .search button {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  text-align: center;
  border: 0;
  background: #377ECC;
  cursor: pointer;
  border-radius: 3px;
  height: 40px;
  width: 100px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.header-top .search button:hover {
  background: #FDD043;
  color: black;
}
.header-top .logo {
  margin: 33px 0;
  width: 300px;
}
.header-top .logo a {
  font-weight: bold;
}
.header-top .hotline {
  margin: 25px 0;
  width: 300px;
  text-align: right;
}
.header-top .hotline i {
  color: #377ECC;
  padding-right: 10px;
  font-size: 40px;
  display: inline-block;
}
.header-top .hotline-detail {
  display: inline-block;
  text-align: left;
}
.header-top .hotline-detail h4 {
  font-weight: 600;
}
.header-top .hotline-detail h5 {
  color: #585858;
}

.menu {
  z-index: 1000;
  position: relative;
  height: 62px;
}
.menu.down {
  position: fixed;
  width: 100%;
  top: 0;
  right: 15px;
  background: #377ECC;
}
.menu.down .main-menu .nav {
  padding-top: 0;
}
.menu .container {
  position: relative;
}
.menu .main-menu {
  position: relative;
  background: #377ECC;
}
.menu .main-menu .nav {
  display: block;
  padding-top: 1px;
  text-align: center;
}
.menu .main-menu .nav li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 19px 0;
  position: relative;
}
.menu .main-menu .nav li:hover ul {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: initial;
}
.menu .main-menu .nav li:hover ul li {
  display: block;
}
.menu .main-menu .nav li ul {
  position: absolute;
  width: 300px;
  left: 0;
  top: 61px;
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 0;
  text-align: left;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu .main-menu .nav li ul li {
  padding: 0;
  display: none;
}
.menu .main-menu .nav li ul li a {
  font-weight: 400;
  text-transform: initial;
  font-size: 14px;
  color: #444444;
  padding: 10px 20px;
  display: block;
  width: 299px;
  border-bottom: 1px solid #f4f4f4;
}
.menu .main-menu .nav li ul li a:hover {
  color: white;
  background: #377ECC;
}
.menu .main-menu .nav li .active {
  background: #FDD043;
  color: black;
}
.menu .main-menu .nav li a {
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  padding: 0;
  display: initial;
  padding: 15px 17px;
  text-transform: uppercase;
}
.menu .main-menu .nav li a:hover {
  background: #FDD043;
  color: black;
}
.menu .main-menu .nav li a i {
  font-size: 20px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  margin: -5px 0;
  margin-left: 5px;
}

.title-page {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.title-page h1 a {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  padding-bottom: 10px;
  border-bottom: 2px solid #377ECC;
  cursor: default;
}

.title-left {
  height: 50px;
  width: 100%;
  background: #FDD043;
  color: black;
  cursor: default;
}
.title-left h4 {
  font-weight: 600;
  line-height: 50px;
  margin-left: 15px;
}

.category-home {
  margin: 30px 0;
}
.category-home .container {
  display: grid;
  grid-template-areas: "box1 box1 box2" "box1 box1 box3";
  height: 530px;
  grid-gap: 30px;
}
.category-home .box-category {
  transition: 0.3s;
  overflow: hidden;
}
.category-home .box-category a {
  position: relative;
  display: block;
}
.category-home .box-category a img {
  transition: 0.5s;
}
.category-home .box-category a:hover::before, .category-home .box-category a:hover::after {
  transform: none;
  width: 50%;
}
.category-home .box-category a:hover img {
  transform: scale(1.2);
}
.category-home .box-category a::before, .category-home .box-category a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgba(55, 126, 204, 0.2);
  transition: 0.5s;
}
.category-home .box-category a::before {
  left: 0;
  transform: translateX(-120%);
}
.category-home .box-category a::after {
  right: 0;
  transform: translateX(120%);
}
.category-home .box-category.box-1 {
  grid-area: box1;
}
.category-home .box-category.box-2 {
  grid-area: box2;
}
.category-home .box-category.box-3 {
  grid-area: box3;
}

.main-home .container {
  display: flex;
}
.main-home .left {
  width: 255px;
}
.main-home .right {
  width: calc(100% - 255px - 30px);
  margin-left: 30px;
}
.main-home .contact-home {
  background-image: url("../img/bg-contact.png");
  background-size: cover;
  text-align: center;
  padding: 30px 15px;
}
.main-home .contact-home img {
  width: 80px;
  margin-bottom: 15px;
}
.main-home .contact-home h3 {
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
.main-home .contact-home h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #377ECC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.main-home .contact-home h5 {
  color: #585858;
  margin-bottom: 15px;
}
.main-home .contact-home-btn {
  margin: 25px 0;
}
.main-home .contact-home-btn a {
  padding: 15px;
  text-transform: uppercase;
  background: #377ECC;
  color: white;
}
.main-home .contact-home-btn a:hover {
  background: #FDD043;
  color: black;
}
.main-home .contact-home h6 {
  margin-bottom: 10px;
  color: #999999;
  font-style: italic;
}
.main-home .contact-home h4 {
  font-weight: 500;
  font-size: 15px;
}
.main-home .newsletter {
  background-image: url("../img/bg-letter.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 50px 15px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
.main-home .newsletter h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.main-home .newsletter form {
  display: flex;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.main-home .newsletter form button {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  background: #377ECC;
  color: white;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.main-home .newsletter form button:hover {
  background: #FDD043;
  color: black;
}
.main-home .newsletter form input {
  width: calc(100% - 110px);
  height: 40px;
  background: none;
  border: 2px solid white;
  color: #ccc;
  padding-left: 10px;
  margin-right: 10px;
}
.main-home .newsletter form input::placeholder {
  color: #ccc;
}
.main-home .newsletter form input:focus {
  border-color: #377ECC;
  box-shadow: none;
}

.category, .seller, .contact-home, .trademark, .product-zone, .product-carousel {
  background: white;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.category ul {
  padding: 20px 15px;
  padding-bottom: 0;
}
.category ul li {
  margin-bottom: 15px;
}
.category ul li a {
  color: #585858;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.category ul li a:hover {
  color: #377ECC;
}

.seller-zone {
  padding: 10px 15px;
  padding-bottom: 0;
  margin-bottom: -1px;
}
.seller .box-seller {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.seller .box-seller-img {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.seller .box-seller-img:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.seller .box-seller-img img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  transition: 0.3s;
}
.seller .box-seller-detail {
  width: calc(100% - 90px);
  margin-left: 10px;
}
.seller .box-seller-detail h5 {
  margin-bottom: 5px;
}
.seller .box-seller-detail h5 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seller .box-seller-detail p {
  color: #999999;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.trademark-zone {
  padding: 15px 5px;
  display: flex;
  flex-wrap: wrap;
}
.trademark-zone a {
  padding: 7px 10px;
  background: #e1e1e1;
  color: #585858;
  margin: 5px;
  border-radius: 3px;
}
.trademark-zone a:hover {
  background: #377ECC;
  color: white;
}

.product .nav-tabs {
  border-bottom: 0;
}
.product .nav-tabs li a {
  padding: 12px 15px;
  background: white;
  border: 1px solid #e1e1e1;
  margin-right: -1px;
  border-radius: 0;
}
.product .nav-tabs li a::before, .product .nav-tabs li a::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #377ECC;
  z-index: 1;
  top: -1px;
  transition: 0.3s;
}
.product .nav-tabs li a::before {
  left: 0;
  transform: translateX(-100%);
}
.product .nav-tabs li a::after {
  right: 0;
  transform: translateX(100%);
}
.product .nav-tabs li a.active {
  background: #377ECC;
  border-color: #377ECC;
  color: white;
}
.product .nav-tabs li a.active:hover {
  color: white;
  border-color: #377ECC;
}
.product .nav-tabs li a.active:hover::before, .product .nav-tabs li a.active:hover::after {
  content: none;
}
.product .nav-tabs li a:hover {
  border: 1px solid #e1e1e1;
  position: relative;
  color: #377ECC;
}
.product .nav-tabs li a:hover::before, .product .nav-tabs li a:hover::after {
  transform: none;
}
.product .nav-tabs li:last-child a {
  margin-right: 0;
}
.product-zone {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.product .owl-carousel {
  background: white;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.product .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e1e1e1;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #585858;
  position: absolute;
  top: -40px;
  border-radius: 0;
  margin: 0;
  transition: 0.3s;
  background: #FDD043;
  color: black;
}
.product .owl-carousel .owl-nav button:hover {
  background: #377ECC;
}
.product .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.product .owl-carousel .owl-nav button.owl-prev {
  right: 40px;
}

.title-right h4 {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  display: table;
  margin-bottom: -1px;
  background: #377ECC;
  color: white;
}

.box-product {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid transparent;
  padding: 10px;
  background: white;
  margin-bottom: 20px;
}
.box-product:hover {
  border: 1px solid #FDD043;
}
.box-product:hover .box-product-img-custom {
  opacity: 1;
}
.box-product-img {
  position: relative;
  height: 175px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-product-img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.box-product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-product-img-custom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.box-product-img-custom i {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 5px 9px;
  background: #e1e1e1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
}
.box-product-img-custom i:hover {
  background: #377ECC;
  color: white;
}
.box-product-detail p {
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}
.box-product-detail h5 {
  margin-bottom: 5px;
}
.box-product-detail h5 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #377ECC;
}
.box-product-detail h5 a:hover {
  color: #FDD043;
}

.news .news-carousel {
  padding: 30px;
  background: white;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.news .news-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e1e1e1;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #585858;
  position: absolute;
  top: -40px;
  border-radius: 0;
  margin: 0;
  transition: 0.3s;
  background: #FDD043;
  color: black;
}
.news .news-carousel .owl-nav button:hover {
  background: #377ECC;
}
.news .news-carousel .owl-nav button.owl-next {
  right: 0;
}
.news .news-carousel .owl-nav button.owl-prev {
  right: 40px;
}

.box-news {
  padding: 10px;
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.box-news-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.box-news-img h5 {
  padding: 5px 10px;
  background: #377ECC;
  color: white;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.box-news-img img {
  transition: 0.3s;
}
.box-news-img img:hover {
  filter: brightness(0.7);
}
.box-news-detail h4 {
  margin-bottom: 5px;
}
.box-news-detail h4 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.box-news-detail h5 a {
  color: #377ECC;
}
.box-news-detail h5 a:hover {
  letter-spacing: 1px;
}
.box-news-detail h5 a i {
  padding-left: 5px;
}

.product-page {
  margin-bottom: 10px;
}
.product-page .container {
  display: grid;
  grid-template-columns: 255px calc(100% - 285px);
  grid-gap: 30px;
}
.product-page .main {
  background: white;
  padding: 20px 0;
  height: fit-content;
  border: 1px solid #e1e1e1;
}
.product-page .main .product-zone {
  border: 0;
  margin-bottom: 0;
}
.product-page .main h3 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-left: 20px;
}
.product-page .main-zone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 20px;
}
.product-page .main .product-detail {
  padding: 0 15px;
}
.product-page .main .product-detail h3 {
  margin-left: 0;
}
.product-page .main .product-detail-1-img .xzoom-thumbs {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 25px;
  position: relative;
}
.product-page .main .product-detail-1-img .xzoom-thumbs img {
  width: auto;
  height: 80px;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .xzoom-gallery:hover {
  border-color: #377ECC;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .xactive {
  border-color: #377ECC;
  -webkit-box-shadow: 0px 0px 3px 0px #377ECC;
  box-shadow: 0px 0px 3px 0px #377ECC;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev,
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev:hover, .product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev:focus,
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next:hover,
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next:focus {
  color: #377ECC;
  background: none;
  outline: none;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev {
  left: -12%;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next {
  right: -12%;
}
.product-page .main .product-detail-1-detail {
  color: #585858;
  margin-bottom: 30px;
}
.product-page .main .product-detail-1-detail h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
  font-size: 14px;
}
.product-page .main .product-detail-1-detail p {
  color: #585858;
  margin-bottom: 10px;
}
.product-page .main .product-detail-1-detail h4 {
  color: #377ECC;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-page .main .product-detail-1-detail h4 span {
  color: #585858;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 30px;
}
.product-page .main .product-detail-1-detail h5 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.product-page .main .product-detail-1-detail .quantity a {
  padding: 15px 30px;
  background: #377ECC;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #377ECC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .main .product-detail-1-detail .quantity a:hover {
  color: #377ECC;
  background: none;
}
.product-page .main .product-detail-2-title .nav-tabs {
  border-bottom: 2px solid #666;
  margin-bottom: 30px;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link {
  padding-bottom: 11px;
  border: none;
  border-bottom: 2px solid #383838;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link.active, .product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link:hover {
  background: none;
  border: none;
  border-bottom: 2px solid #377ECC;
  padding-bottom: 11px;
  color: #377ECC;
}
.product-page .main .product-detail .tab-content {
  color: #585858;
}
.product-page .main .similar h2 {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}

.news-page {
  margin-bottom: 40px;
}
.news-zone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

.page-detail {
  margin-bottom: 40px;
}
.page-detail h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.page-detail img {
  margin-bottom: 20px;
}
.page-detail .similar {
  margin-top: 50px;
}
.page-detail .similar img {
  margin: 0;
}

.news-page h2 {
  margin-bottom: 10px;
}
.news-page h4.date {
  color: #377ECC;
  margin-bottom: 15px;
  font-weight: 500;
}
.news-page h4.date i {
  margin-right: 5px;
}

@media (max-width: 1200px) {
  body {
    margin-left: 15px;
  }

  .container {
    max-width: calc(100% - 30px);
  }

  .menu .main-menu .nav li a {
    font-size: 14px;
    padding: 15px 13px;
  }

  .category-home .container {
    height: 45vw;
  }

  .box-product-img {
    height: calc(100vw / 4 - 120px);
  }
}
@media (max-width: 992px) {
  .toggleMenu {
    display: block;
    position: fixed;
    right: 15px;
    top: 9px;
    z-index: 10;
    color: black;
  }
  .toggleMenu i {
    font-size: 26px;
  }

  .header-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 60px;
    left: 15px;
    background: white;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .header-top .logo {
    margin: 10px 0;
  }
  .header-top .hotline {
    margin: 0;
  }
  .header-top .search {
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0;
    margin: 0;
    z-index: -1;
    transition: 0.3s;
    transform: translateY(-50%) scaleY(0);
  }
  .header-top .search.active {
    transform: translateY(0) scaleY(1);
  }

  article {
    padding-top: 60px;
  }

  .menu {
    height: auto;
    background: white;
    position: fixed;
    top: 0;
  }
  .menu.down {
    border: 0;
  }
  .menu.down .main-menu .nav li {
    padding: 20px 30px;
  }
  .menu.down .main-menu .nav li ul li {
    padding: 0;
  }
  .menu .main-menu {
    border: 0;
    position: absolute;
    left: -15px;
    top: 0;
    width: 100%;
    background: none;
  }
  .menu .main-menu .nav {
    display: block;
    text-align: left;
    background: white;
    position: absolute;
    width: 300px;
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    opacity: 0;
    padding: 0;
    margin: 0;
    padding-top: 30px;
    left: 15px;
    z-index: 1010;
    color: black;
    overflow-y: scroll;
  }
  .menu .main-menu .nav.out {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .menu .main-menu .nav li {
    display: block;
    padding: 20px 30px;
  }
  .menu .main-menu .nav li:first-child {
    margin-top: 30px;
  }
  .menu .main-menu .nav li a {
    line-height: 1.5;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
  }
  .menu .main-menu .nav li a:hover {
    background: none;
  }
  .menu .main-menu .nav li .active {
    background: none;
    color: #377ECC;
  }
  .menu .main-menu .nav li ul {
    width: 300px;
    top: 50px;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    padding-top: 0;
    height: auto;
    position: fixed;
    z-index: 1000;
    margin-left: 0;
  }
  .menu .main-menu .nav li ul:hover::before {
    display: none;
  }
  .menu .main-menu .nav li ul::before {
    content: "Trở lại";
    font-size: 12px;
    position: absolute;
    top: -33px;
    left: 15px;
    color: #377ECC;
  }
  .menu .main-menu .nav li ul li {
    width: 100%;
  }
  .menu .main-menu .nav li ul li:first-child {
    margin-top: 0;
  }
  .menu .main-menu .nav li ul li a {
    padding: 15px 20px;
  }
  .menu .search {
    background: white;
    position: fixed;
    top: 1px;
    height: 58px;
    right: 90px;
    width: calc(100% - 80px);
  }
  .menu .search input, .menu .search button {
    color: black;
  }
  .menu .search input {
    border-bottom-color: black;
  }
  .menu .search input::-webkit-input-placeholder {
    color: black;
  }
  .menu .search input:-ms-input-placeholder {
    color: black;
  }
  .menu .search input::-ms-input-placeholder {
    color: black;
  }
  .menu .search input::placeholder {
    color: black;
  }

  .nav-close {
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: 10px;
    color: black;
  }

  .search-btn {
    display: block;
    position: fixed;
    right: 55px;
    top: 11px;
    z-index: 10;
    color: black;
  }
  .search-btn i {
    font-size: 24px;
  }

  .category-home .container {
    grid-gap: 15px;
  }

  .main-home .container, .product-page .container {
    display: block;
  }
  .main-home .left, .product-page .left {
    display: none;
  }
  .main-home .right, .product-page .right {
    width: 100%;
    margin-left: 0;
  }

  .box-product-img {
    height: calc(100vw / 4 - 50px);
  }

  .product-zone, .product-page .main-zone {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .header-top .logo {
    display: none;
  }
  .header-top .hotline {
    text-align: left;
  }

  .product-zone, .product-page .main-zone {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .box-product-img {
    height: calc(100vw / 3 - 56px);
  }

  .category-home {
    margin-top: 15px;
  }
  .category-home .container {
    display: block;
    height: 100%;
  }
  .category-home .container .box-category.box-1 {
    margin: 5px;
  }
  .category-home .container .box-category.box-3, .category-home .container .box-category.box-2 {
    width: calc(50% - 12px);
    display: inline-block;
    margin: 5px;
  }

  .news-page .news-zone {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer h4 {
    border-bottom: 0;
  }
  .footer h4 i {
    display: block;
  }
  .footer ul {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
    margin-top: -10px;
  }
  .footer ul.active {
    height: 100%;
    display: block;
  }

  .box-product {
    margin-bottom: 0;
  }
  .box-product:hover {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .box-product-img {
    height: calc((100vw / 2) - 42px);
  }
  .box-product-img-custom {
    display: none;
  }

  .product-zone, .product-page .main-zone, .product .owl-carousel {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    background: none;
    border: 0;
  }

  .title-page h1 {
    font-size: 1.45em;
  }

  .product .nav-tabs {
    margin-bottom: 15px;
  }
  .product .nav-tabs li {
    width: 100%;
    text-align: center;
  }
  .product .nav-tabs li a {
    margin-right: 0;
    background: #FDD043;
    color: black;
  }

  .news-page .news-zone {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .header-top .hotline {
    margin: 10px 0;
  }
  .header-top .hotline a {
    color: #377ECC;
  }
  .header-top .hotline i {
    display: none;
  }
  .header-top .hotline h4 {
    font-size: 15px;
  }

  .category-home {
    margin: 0 -5px;
    margin-bottom: 15px;
  }

  .product-page .main {
    background: none;
    padding: 0;
    border: 0;
  }
  .product-page .main h3 {
    margin-left: 0;
  }
  .product-page .main .pagination {
    margin-right: 0;
  }

  .product-page .main .product-detail {
    padding: 0;
  }

  .news .news-carousel {
    padding: 15px;
  }
}

/*# sourceMappingURL=layout.css.map */
