html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  color: #212529;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-bottom: 12px;
  color: #232020;
}
body a {
  text-decoration: none !important;
  color: #232020;
  cursor: pointer;
}
body .price {
  line-height: 20px;
}
body .rate {
  margin-bottom: 5px !important;
}
body .rate i {
  font-size: 16px;
  color: #fab834;
}
body .rate .discount-buy-multi {
  font-size: 12px;
  border-radius: 9px;
  padding: 0px 10px;
  border: 1px solid #0066a6;
  color: #0066a6;
  float: right;
}
body .container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container {
    max-width: 1200px;
  }
}

.form-control {
  box-shadow: 0 0 0 0;
}

.position-fix {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

#menu-scroll {
  width: 100%;
  z-index: 9;
}

@media all and (max-width: 820px) {
  #myPage {
    background: #fff;
  }
}

#sideMenuMobile {
  display: none;
}
@media all and (max-width: 820px) {
  #sideMenuMobile {
    display: block;
    z-index: -1;
  }
}

.readmore:hover {
  color: #222 !important;
  text-decoration: underline !important;
}

.breadcrumb {
  background: unset;
  padding: 15px 0;
}
.breadcrumb li span {
  font-size: 13px;
  font-weight: 400;
}
.breadcrumb li a {
  font-size: 13px;
  font-weight: 400;
  color: #222;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.msgmodal .msgmodal-content .msgmodal-body {
  background: #fff;
  width: 390px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-size: 16px;
  margin-top: 5%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
}
.msgmodal .msgmodal-content .msgmodal-body svg:not(:root) {
  width: 30px;
}
.msgmodal .msgmodal-content .msgmodal-body p {
  margin: 10px 0;
}
.msgmodal .msgmodal-content .msgmodal-body p a {
  width: auto;
  background: none;
  color: #333;
  height: auto;
  transition: 0.3s all ease-in-out;
}
.msgmodal .msgmodal-content .msgmodal-body p a:hover {
  color: #242424;
}
.msgmodal .msgmodal-content .msgmodal-body a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242424;
  color: #fff;
  margin: auto;
  border-radius: 5px;
}

.pagination {
  justify-content: center;
  display: flex;
  padding-bottom: 16px;
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.pagination b {
  display: none;
}
.pagination .current,
.pagination .other-page,
.pagination .next-page,
.pagination .pre-page,
.pagination .last-page,
.pagination .first-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  color: #e79002;
  border: 1px solid #d0d5dd;
}
.pagination .current {
  color: #fff;
  background-color: #e79002;
  border-color: #e79002;
  font-weight: 500;
}
.pagination a:first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination a:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.label_error {
  color: #d33333;
  margin-top: 10px;
  text-shadow: 0px 0px 1px rgba(255, 0, 0, 0.3);
}

#formModal {
  width: 1200px;
  height: 450px;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999999;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  #formModal {
    width: 96%;
    margin: auto;
  }
}
@media all and (max-width: 820px) {
  #formModal {
    width: calc(100% - 30px);
    height: auto;
    max-height: 420px;
    top: 30px;
  }
}
@media all and (max-width: 1199px) {
  #formModal .col-md-6:first-child {
    display: none;
  }
}
#formModal .col-md-6 img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
#formModal .modal-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}
#formModal .modal-content form {
  width: 70%;
  margin: auto;
  padding: 40px 0px;
}
@media all and (max-width: 820px) {
  #formModal .modal-content form {
    width: 90%;
  }
}
#formModal .modal-content form .title-body {
  font-size: 30px;
  font-weight: 400;
  color: #ee4d2d;
  margin-bottom: 20px;
}
@media all and (max-width: 820px) {
  #formModal .modal-content form .title-body {
    font-size: 16px;
  }
}
#formModal .modal-content form .summary {
  font-size: 14px;
  margin-bottom: 30px;
}
#formModal .modal-content form input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
#formModal .modal-content form .btn-modal {
  background: #ee4d2d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin: auto;
  display: block;
}
#formModal .close-btn {
  position: absolute;
  top: -8px;
  right: 20px;
  background: #fff;
  outline: none;
  border: none;
}
#formModal .close-btn span {
  color: #777777;
  font-size: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
}
@media all and (max-width: 820px) {
  #formModal .close-btn span {
    width: 34px;
  }
}
#formModal .modal-header {
  border-bottom: 0 !important;
  padding: 0 !important;
}
#formModal .modal-header .close-btn {
  position: absolute;
  top: -8px;
  right: 10px;
  background: #fff;
  outline: none;
  border: none;
}
#formModal .modal-header .close-btn span {
  color: #777777;
  font-size: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
}
@media all and (max-width: 820px) {
  #formModal .modal-header .close-btn span {
    width: 34px;
  }
}

.fixed {
  position: fixed;
  top: 0px;
  background: #fff;
  z-index: 99;
  width: 100%;
}

header {
  padding: 20px 0;
}

.search-mobi {
  position: unset !important;
}

.search,
.search-mobi {
  position: relative;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}
.search:hover,
.search-mobi:hover {
  color: #4158b8;
}
.search .active-search,
.search-mobi .active-search {
  display: block !important;
}
.search #frmSearch,
.search #frmSearchmobi,
.search-mobi #frmSearch,
.search-mobi #frmSearchmobi {
  display: none;
  position: absolute;
  right: 0;
  top: 52px;
  border-radius: 30px;
  width: 250px;
  z-index: 99;
  box-shadow: 1px 1px 2px 2px #e5e5e5;
}
.search #frmSearch button[type=submit],
.search #frmSearchmobi button[type=submit],
.search-mobi #frmSearch button[type=submit],
.search-mobi #frmSearchmobi button[type=submit] {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 35px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  outline: none;
}
.search #frmSearch button[type=submit] i,
.search #frmSearchmobi button[type=submit] i,
.search-mobi #frmSearch button[type=submit] i,
.search-mobi #frmSearchmobi button[type=submit] i {
  color: #fff;
}
.search #frmSearch button[type=submit]:hover,
.search #frmSearchmobi button[type=submit]:hover,
.search-mobi #frmSearch button[type=submit]:hover,
.search-mobi #frmSearchmobi button[type=submit]:hover {
  cursor: pointer;
}

.scrollToTop {
  display: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: -60px;
  right: 36px;
  width: 36px;
  height: 36px;
  background: #242424;
  border-radius: 25%;
  cursor: pointer;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
}
.scrollToTop.active {
  bottom: 111px;
  display: flex !important;
}

.toggle-menu-side-bar {
  display: none;
}
@media (max-width: 960px) {
  .toggle-menu-side-bar {
    display: block;
    padding-right: 15px;
  }
}
@media all and (max-width: 820px) {
  .toggle-menu-side-bar {
    align-items: center;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .toggle-menu-side-bar {
    padding-right: 15px;
  }
}

.toggle-cat-side-bar {
  display: none;
}
@media (max-width: 960px) {
  .toggle-cat-side-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #242424;
    order: 2;
    margin-bottom: 10px;
  }
  .toggle-cat-side-bar .line-bar {
    background: #242424;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }
  .toggle-cat-side-bar .line-bar:last-child {
    margin-bottom: 0;
  }
}

:root {
  --mm-color-background: #f8f8f8;
}

.popup {
  display: none;
  background: #fff;
  width: 450px;
  position: absolute;
  top: 155px;
  right: 150px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.231372549);
  z-index: 100;
}
@media all and (max-width: 820px) {
  .popup {
    width: 100%;
  }
}
.popup .wrapper-popup .wrapper-popup-header {
  background-color: #1b3765;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .wrapper-popup .wrapper-popup-header p {
  color: #fff;
  font-family: Be Vietnam;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.popup .wrapper-popup .sycn-login {
  background: #232020;
  height: 40px;
  display: flex;
  display: none;
}
@media all and (max-width: 820px) {
  .popup .wrapper-popup .sycn-login {
    height: unset;
  }
}
.popup .wrapper-popup .sycn-login a:first-child {
  padding: 10px 15px;
  border-right: 1px solid #555555;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.popup .wrapper-popup .sycn-login a:last-child {
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
}
.popup .wrapper-popup .content {
  padding: 20px;
}
.popup .wrapper-popup .content p {
  color: #242424;
}
.popup .wrapper-popup .content .top-popup {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.popup .wrapper-popup .content .top-popup .left img {
  width: 100px;
  height: auto;
  max-height: 150px;
  margin: auto;
}
.popup .wrapper-popup .content .top-popup .right {
  width: calc(100% - 100px);
  margin-left: 10px;
}
.popup .wrapper-popup .content .top-popup .right p {
  margin-bottom: 12px;
}
.popup .wrapper-popup .content .top-popup .right .pricex {
  color: #fd0d00;
}
.popup .wrapper-popup .content .top-popup .right .prod_name {
  font-size: 14px;
  color: #242424;
  padding-right: 25px;
  max-height: 38px;
  overflow: hidden;
}
.popup .wrapper-popup .content .top-popup .right .chosen {
  display: initial;
  padding: 5px;
  background: #eee;
}
.popup .wrapper-popup .content .top-popup .right .count-number {
  display: flex;
  position: relative;
  margin-top: 15px;
}
.popup .wrapper-popup .content .top-popup .right .count-number .quantity_two {
  width: 40px;
  height: 26px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.popup .wrapper-popup .content .top-popup .right .count-number .toggle-quantity button {
  width: 24px;
  height: 26px;
  border: 1px solid #cccccc;
}
.popup .wrapper-popup .content .top-popup .right .count-number .float-right {
  float: right;
  color: #242424;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
}
@media (max-width: 400px) {
  .popup .wrapper-popup .content .top-popup .right .count-number .float-right {
    left: 0;
    top: 30px;
  }
}
.popup .wrapper-popup .content .top-popup .right .count-number .float-right .for-time-price {
  color: #fd0d00;
}
.popup .wrapper-popup .content .top-popup .right .size_name {
  padding-left: 10px;
}
.popup .wrapper-popup .content .top-popup .right .float-left {
  float: left;
}
.popup .wrapper-popup .content .bottom-popup {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  display: block;
}
.popup .wrapper-popup .content .bottom-popup p {
  margin-bottom: 12px;
  font-size: 13px;
  color: #242424;
  display: flex;
  justify-content: space-between;
}
.popup .wrapper-popup .content .bottom-popup .prod_name {
  font-size: 13px;
  margin-bottom: 30px;
}
.popup .wrapper-popup .content .bottom-popup .prod_name .price {
  color: #242424;
}
.popup .wrapper-popup .content .bottom-popup .button-cart {
  background: #ee4d2d;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px;
  border-radius: 5px;
  display: block;
  width: 100%;
}
@media all and (max-width: 820px) {
  .popup .wrapper-popup .content .bottom-popup .button-cart {
    padding: 15px 95px;
  }
}

.popup:before {
  position: absolute;
  right: 100px;
  top: -8px;
  width: 9px;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 9px solid #fff;
}
@media all and (max-width: 820px) {
  .popup:before {
    right: 63px;
  }
}

#load {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1280px) {
  body .container {
    padding: 0 15px !important;
  }
}
@media (max-width: 960px) {
  body .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .scrollToTop {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .scrollToTop.active {
    bottom: 65px;
  }
}
@media (max-width: 541px) {
  .pagination .current,
  .pagination .other-page,
  .pagination .next-page,
  .pagination .pre-page,
  .pagination .last-page,
  .pagination .first-page {
    width: 30px;
    height: 30px;
  }
  .label_error {
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .map iframe {
    height: 300px;
  }
  header .block-search .login-area .li_log {
    margin-left: 20px;
  }
  .msgmodal .msgmodal-content .msgmodal-body {
    width: 100%;
  }
  .menu-slide .row .col-block a {
    font-size: 7px;
  }
}
@media (max-width: 370px) {
  header .block-search .login-area a .p-cart {
    font-size: 10px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 580px) and (max-width: 770px) {
  .search {
    top: 10px !important;
    right: 6% !important;
  }
}
@media (min-width: 500px) and (max-width: 580px) {
  .search {
    top: 3px !important;
    right: 8% !important;
  }
}
@media (max-width: 767px) {
  .search {
    position: absolute;
    top: 1px;
    right: 10%;
  }
  .search input[type=text] {
    width: 100%;
    height: 35px;
    padding-right: 0;
    padding-top: 4px;
    padding-left: 10px;
    border-radius: 5px;
    border: 0;
    font-size: 13px;
  }
  .search:-moz-placeholder-shown {
    color: #bbbbbb;
  }
  .search:placeholder-shown {
    color: #bbbbbb;
  }
  .search .btn-search {
    display: none !important;
  }
  .search .block_search {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .search {
    position: relative;
    display: flex;
    align-items: center;
  }
  .search input[type=text] {
    width: 500px;
    font-size: 14px;
    padding: 7px 100px 7px 20px;
    border-radius: 5px;
    background-color: white;
    height: 46px;
    border: 0;
  }
  .search input[type=text]:focus {
    outline: none;
  }
  .search input[type=text]:-moz-placeholder-shown {
    color: #bbbbbb;
  }
  .search input[type=text]:placeholder-shown {
    color: #bbbbbb;
  }
  .search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #666666;
    width: 110px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    height: 46px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 400;
    border: none;
  }
  .search .btn-search:hover {
    cursor: pointer;
    background-color: rgb(117, 117, 117);
  }
}
@media (min-width: 1036px) {
  .search {
    position: relative;
    align-items: center;
    display: flex;
  }
  .search input[type=text] {
    width: 250px;
    font-size: 14px;
    padding: 8px 50px 8px 15px;
    border-radius: 30px;
    background-color: white;
    height: 40px;
  }
  .search input[type=text]:focus {
    outline: none;
  }
  .search input[type=text]:-moz-placeholder-shown {
    color: #bbbbbb;
  }
  .search input[type=text]:placeholder-shown {
    color: #bbbbbb;
  }
}
@media (max-width: 820px) {
  header .mid-home .frmSearch {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }
  header .mid-home .frmSearch input[type=text] {
    border: 1px solid #232020;
  }
  header .mid-home .frmSearch button[type=submit] {
    top: 8px;
  }
  header .mid-home .logo-fix img {
    padding: 5px;
  }
}
@media (max-width: 820px) {
  header .func {
    position: unset;
  }
  header .func .header-box-right a:last-child {
    position: absolute;
  }
  body {
    z-index: -2;
  }
  .multi-media {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */