@charset "UTF-8";
@font-face {
  font-family: "UTM_bold";
  src: url("../fonts/UTM/UTMAvoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTM";
  src: url("../fonts/UTM/UTMAvo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/UTM/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato_Heavy";
  src: url("../fonts/UTM/Lato-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTM";
  src: url("../fonts/UTM/UTMAvo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Baloo_Regular";
  src: url("../fonts/UTM/Baloo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "UTM", sans-serif !important;
}
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%;
  margin: 0 auto;
  padding: 0 !important;
  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: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container {
    max-width: 1200px;
  }
}
@media all and (max-width: 820px) {
  body .container .row .col-lg-1,
  body .container .row .col-lg-10,
  body .container .row .col-lg-11,
  body .container .row .col-lg-12,
  body .container .row .col-lg-2,
  body .container .row .col-lg-3,
  body .container .row .col-lg-4,
  body .container .row .col-lg-5,
  body .container .row .col-lg-6,
  body .container .row .col-lg-7,
  body .container .row .col-lg-8,
  body .container .row .col-lg-9,
  body .container .row .col-md-1,
  body .container .row .col-md-10,
  body .container .row .col-md-11,
  body .container .row .col-md-12,
  body .container .row .col-md-2,
  body .container .row .col-md-3,
  body .container .row .col-md-4,
  body .container .row .col-md-5,
  body .container .row .col-md-6,
  body .container .row .col-md-7,
  body .container .row .col-md-8,
  body .container .row .col-md-9,
  body .container .row .col-sm-1,
  body .container .row .col-sm-10,
  body .container .row .col-sm-11,
  body .container .row .col-sm-12,
  body .container .row .col-sm-2,
  body .container .row .col-sm-3,
  body .container .row .col-sm-4,
  body .container .row .col-sm-5,
  body .container .row .col-sm-6,
  body .container .row .col-sm-7,
  body .container .row .col-sm-8,
  body .container .row .col-sm-9,
  body .container .row .col-xs-1,
  body .container .row .col-xs-10,
  body .container .row .col-xs-11,
  body .container .row .col-xs-12,
  body .container .row .col-xs-2,
  body .container .row .col-xs-3,
  body .container .row .col-xs-4,
  body .container .row .col-xs-5,
  body .container .row .col-xs-6,
  body .container .row .col-xs-7,
  body .container .row .col-xs-8,
  body .container .row .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (min-width: 1700px) {
  body .container .row .col-lg-1 {
    width: 11.333333%;
  }
}
@media all and (min-width: 1800px) {
  body .container .row .col-lg-1 {
    width: 9.333333%;
  }
}
@media all and (min-width: 1700px) {
  body .container .row .col-2-top {
    width: 38.666667%;
  }
}
@media all and (min-width: 1800px) {
  body .container .row .col-2-top {
    width: 40.666667%;
  }
}
body .container-800 {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container-800 {
    max-width: 880px;
  }
}
@media (min-width: 1600px) {
  body .container-800 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  body .container-800 {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  body .container-800 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container-800 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container-800 {
    max-width: 880px;
  }
}
body .container-1200 {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container-1200 {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  body .container-1200 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  body .container-1200 {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  body .container-1200 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container-1200 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container-1200 {
    max-width: 1300px;
  }
}
body .container-90p {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container-90p {
    max-width: 95%;
  }
}
@media (min-width: 1600px) {
  body .container-90p {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  body .container-90p {
    max-width: 95%;
  }
}
@media (min-width: 820px) {
  body .container-90p {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  body .container-90p {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  body .container-90p {
    max-width: 95%;
  }
}
body .container-1100 {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container-1100 {
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  body .container-1100 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  body .container-1100 {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  body .container-1100 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container-1100 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container-1100 {
    max-width: 1100px;
  }
}
body .container-1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px !important;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container-1000 {
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  body .container-1000 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  body .container-1000 {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  body .container-1000 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container-1000 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container-1000 {
    max-width: 1000px;
  }
}
body main {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  body main {
    padding-bottom: 35px;
  }
}

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

.position-fix {
  width: 100%;
}

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

.fix-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}

#main {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 820px) {
  #main {
    padding-bottom: 0;
  }
}
#main.main_home {
  border-top: none;
}
#main .h1_title {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #242424;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
}
#main .title_block {
  font-size: 30px;
  text-align: center;
  margin: 36px 0 20px;
  text-transform: uppercase;
}
@media all and (max-width: 820px) {
  #main .title_block {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 16px;
  }
}
#main .main-container {
  display: flex;
  flex-wrap: wrap;
}
#main .main-container .main-menu {
  width: 240px;
}
#main .main-container .main-content {
  width: 90%;
  margin: 0 5%;
}

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

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

.style-menu {
  position: fixed;
  z-index: 2;
  top: 9%;
  left: 0;
  background-color: #fff;
}
.style-menu .nav-link {
  font-weight: 700;
  font-size: 16px;
}

.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;
}

.collapse.in {
  display: block;
}

.pagination {
  justify-content: center;
  display: flex;
  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;
  height: 30px;
  width: 30px;
  color: #000;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  margin: 0 5px;
}
.pagination .current {
  color: #fff;
  background-color: #ccc;
  font-weight: 500;
}

.label_error {
  color: #d33333;
  margin-top: 10px;
  text-shadow: 0px 0px 1px rgba(255, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.block-menu-pro {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 820px) {
  .block-menu-pro {
    display: none;
  }
}

.add-to-wish-list {
  display: flex !important;
  visibility: unset !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}
.add-to-wish-list svg path {
  border: 1px solid red;
}
.add-to-wish-list.added {
  border-color: red;
}
.add-to-wish-list.added path {
  fill: red;
}

.add-to-wish-list-session {
  display: flex !important;
  visibility: unset !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}
.add-to-wish-list-session svg path {
  border: 1px solid red;
}
.add-to-wish-list-session.added {
  border-color: red;
}
.add-to-wish-list-session.added path {
  fill: red;
}

#imageModal {
  width: 700px;
  height: 500px;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  padding: 20px 0px !important;
  margin: auto;
  z-index: 999999;
  overflow: hidden;
}
@media all and (max-width: 820px) {
  #imageModal {
    width: calc(100% - 30px);
  }
}
#imageModal .modal-content {
  width: 100%;
  overflow: hidden;
}
#imageModal .modal-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#imageModal .close-btn {
  position: absolute;
  top: -10px;
  right: 0px;
}
#imageModal .close-btn span {
  color: #000;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
}

#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;
  }
}

#modalPopupHome .modal-dialog {
  width: auto;
  margin: 30px 10px;
}

#modalPopupHome .modal-content {
  height: auto;
  border-radius: 10px;
}

#modalPopupHome .modal-body {
  padding: 10px;
}

#modalPopupHome .item img {
  border-radius: 10px;
}

#modalPopupHome .owl-stage-outer {
  border-radius: 10px;
}

#modalPopupHome .item {
  grid-template-columns: 1fr;
}

#modalPopupHome .owl-nav {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  top: 30%;
}

#modalPopupHome .popup_content {
  padding-top: 20px;
}

#modalPopupHome .popup_content p {
  margin-bottom: 10px;
  line-height: normal;
}

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

.header_new {
  background: #FDCD00;
}

.bg-red {
  background-image: url("/templates/default/images/Thanh Ngang.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  width: 74%;
  right: 0;
}
.bg-red .ml-custom {
  margin-left: 7%;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .bg-red .ml-custom {
    margin-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-red .ml-custom {
    margin-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-red {
    width: 100%;
    left: 125px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .bg-red {
    width: 100%;
    left: 15%;
  }
}
@media (max-width: 768px) {
  .bg-red {
    background: transparent;
  }
}

header {
  height: 60px;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}
header .mobile {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #fff;
  background: #ececec;
}
header .mobile .container {
  height: 100%;
}
header .mobile .row-brand {
  display: flex;
  height: 100%;
  align-items: center;
}
header .mobile .row-brand a {
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
@media all and (min-width: 1023px) {
  header .mobile .row-brand a {
    padding: 0 20px;
  }
}
header .mobile .row-brand a img {
  max-height: 30px;
}
header .mobile .row-brand a:last-child {
  border: none;
}
header .mobile .row-brand a:first-child {
  padding-left: 0;
}
header .nav-item {
  margin: 0 12px;
  position: relative;
}
header .nav-item a {
  color: #e60e15;
  font-size: 23px;
  line-height: 26px;
}
header .nav-item a:hover {
  color: #e60e15;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  header .nav-item a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .nav-item a {
    font-size: 18px;
    font-weight: 700;
  }
}
header .nav-item::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: -10%;
  width: 1px;
  height: 50%;
  background: #e60e15;
}
header .nav-item:nth-child(5)::after {
  display: none;
}
header .nav-item:last-child::after {
  display: none;
}
header .btn-dangky {
  border-radius: 100px;
  border: 2px solid #05e5bf;
  background: #2bbaa2;
  padding: 8px 24px;
  color: #fff;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
header .btn-dangky:hover {
  background: #05e5bf;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  header .btn-dangky {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .btn-dangky {
    margin-left: 0;
  }
}
header .mid-home {
  display: grid;
  grid-template-columns: 1% 15% auto;
  align-items: center;
}
@media (max-width: 768px) {
  header .mid-home {
    justify-content: space-between;
    display: flex;
  }
}
@media (max-width: 768px) {
  header {
    background-image: url("/templates/default/images/Thanh Ngangmb.png");
    background-size: cover;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.vi {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
}

footer {
  background-color: yellow;
  padding: 30px 50px;
  grid-template-columns: 68% 30%;
  gap: 20px;
}
footer .foot-700 .title {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
}
@media (max-width: 768px) {
  footer .foot-700 .title {
    font-size: 40px;
  }
}
footer .foot-700 .coppy-right {
  font-size: 35px;
  line-height: 40px;
  color: #242424;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
footer .foot-700 .coppy-right::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #e91414;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  footer .foot-700 .coppy-right {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 13px;
    margin-top: 10px;
  }
}
footer .foot-700 .addres,
footer .foot-700 .phone {
  color: #242424;
  font-size: 28px;
  line-height: 37px;
}
@media (max-width: 768px) {
  footer .foot-700 .addres,
  footer .foot-700 .phone {
    font-size: 16px;
    line-height: 25px;
    color: #242424;
  }
}
footer .footer-300 {
  background-color: #fff;
  position: relative;
  margin: -100px 0 -30px;
  padding: 10px 20px 30px;
  border: 3px solid #c45e2b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
footer .footer-300 .title {
  font-size: 29px;
  color: #c45e2b;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  font-family: "UTM_bold";
}
@media (max-width: 768px) {
  footer .footer-300 .title {
    font-size: 23px;
  }
}
footer .footer-300 .network .title {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer .footer-300 .network .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  footer .footer-300 {
    margin-top: 50px;
  }
}
@media (min-width: 300px) and (max-width: 480px) {
  footer .footer-300 {
    margin-top: 70px;
  }
}
footer .footer-300::before {
  content: "";
  position: absolute;
  background: url(../images/Gấu.png) no-repeat center center/100%;
  top: -71px;
  left: 5%;
  width: 104px;
  z-index: -1;
  height: 109px;
}
footer .footer-300::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: #c45e2b;
  border-radius: 0px 0px 5px 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  footer {
    grid-template-columns: auto;
    padding: 30px 15px;
    position: relative;
    z-index: 9;
  }
}

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

.modal.in {
  opacity: 1;
}

.toggle-menu-side-bar {
  display: none;
}
@media (max-width: 960px) {
  .toggle-menu-side-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #242424;
    order: 1;
    position: absolute;
    right: 10px;
    top: 32px;
  }
  .toggle-menu-side-bar .line-bar {
    background: #242424;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }
  .toggle-menu-side-bar .line-bar:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 820px) {
  .toggle-menu-side-bar {
    align-items: center;
  }
}

.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;
}

#modalPopupHome .modal-dialog {
  width: 1080px;
}
#modalPopupHome .modal-content {
  border: none;
  height: 700px;
  border-radius: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
#modalPopupHome .modal-body {
  padding: 30px;
  position: relative;
}
#modalPopupHome .close-btn {
  position: absolute;
  right: 18px;
  top: 30px;
  background: none;
  border: none;
  outline: none;
  z-index: 5;
}
#modalPopupHome .item {
  display: grid;
  grid-template-columns: 640px auto;
  grid-gap: 0 30px;
}
#modalPopupHome .item img {
  border-radius: 30px;
}
#modalPopupHome .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 640px);
  display: flex;
  padding-left: 30px;
  margin: 0;
}
#modalPopupHome .popup_content {
  padding-top: 70px;
  text-align: center;
}
#modalPopupHome .popup_content p {
  margin-bottom: 20px;
}
#modalPopupHome .owl-prev,
#modalPopupHome .owl-next {
  height: 30px;
  width: 16px;
}
#modalPopupHome .owl-prev i,
#modalPopupHome .owl-next i {
  display: none;
}
#modalPopupHome .owl-prev {
  margin-right: 35px;
  background: url("/img/left-arrow (1).svg");
}
#modalPopupHome .owl-next {
  background: url("/img/right-arrow (1).svg");
}
#modalPopupHome .owl-stage-outer {
  border-radius: 30px;
}
#modalPopupHome .at-share-btn-elements a {
  margin: 0 4px !important;
  background: none !important;
}
#modalPopupHome .at-share-btn-elements a svg {
  fill: #737373 !important;
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #eee;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f1f1f1;
}
.autocomplete-suggestions .autocomplete-group strong {
  font-weight: bold;
  color: #ce0021;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  width: 100%;
}
.autocomplete-suggestions .autocomplete-suggestion a {
  display: table;
  width: 100%;
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.autocomplete-suggestions .autocomplete-suggestion a span {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}
.autocomplete-suggestions .autocomplete-suggestion a span img {
  width: 40px;
}
.autocomplete-suggestions .autocomplete-suggestion a div {
  display: table-cell;
  vertical-align: middle;
}
.autocomplete-suggestions .autocomplete-suggestion a div h3 {
  font-size: 14px;
  font-weight: normal;
}
.autocomplete-suggestions .autocomplete-suggestion a div p {
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion a img {
  display: inline-block;
  width: 15%;
}
.autocomplete-suggestions .autocomplete-suggestion a:hover {
  color: #242424;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #737373;
  border-radius: 5px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #242424;
  border-radius: 5px;
}
.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);
}

.lds-spinner {
  color: #242424;
  display: block;
  margin: auto;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #242424;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  body .container,
  body .container-800 {
    padding: 0 15px !important;
  }
}
@media (max-width: 960px) {
  body .container {
    width: 100%;
    max-width: 100%;
  }
  body .container-800 {
    width: 100%;
    max-width: 100%;
  }
  body .container-1100 {
    width: 100%;
    max-width: 100%;
  }
  header .header-box-right a:nth-child(4) {
    position: absolute;
    right: 55px;
  }
  header .header-box-right a .span-cart {
    display: none;
  }
  header .header-box-right .li_log {
    display: none;
    text-align: right;
  }
  header .mid-home .col-md-2 {
    padding: 0;
  }
  header .top .top-menu a {
    font-size: 12px;
    margin-right: 10px;
  }
  header .top .top-menu a:last-child {
    margin-right: 0;
  }
  header .mid .row-mid {
    justify-content: center;
  }
  header .top .row-top a {
    width: 100%;
    justify-content: center;
    padding: 0 0;
  }
  header .top .row-top header .block-search {
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: none;
    height: auto;
  }
  header .block-search form {
    order: 3;
    width: calc(100% - 30px);
    margin-bottom: 15px;
    padding-left: 20px;
  }
  header .block-search .home-btn {
    order: 1;
  }
  header .block-search .cart {
    order: 3;
  }
  header .block-search .login-area {
    order: 5;
  }
  header .cart {
    position: absolute;
    top: 170px;
    right: 15px;
    z-index: 99;
  }
  header .mobile {
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
  }
  header .mobile a {
    width: 100%;
    justify-content: center;
    padding: 10px 0px;
    text-align: center;
    border-right: 1px solid #fff;
  }
  header .mobile a img {
    max-height: 25px;
    max-width: 96%;
    height: auto;
  }
  header .mobile a:last-child {
    border: 0;
  }
  header .block-search .mid-box {
    display: flex;
  }
  header .block-search form input {
    width: 100%;
  }
  header .mid .row-mid .right {
    display: none;
  }
  .container-productscat {
    display: none;
  }
  .block-babeeni .row {
    display: flex;
    flex-wrap: wrap;
  }
  .block-babeeni .row .col-block:first-child {
    border-left: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .block-babeeni .row .col-block:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .block-babeeni .row .col-block:nth-child(4) {
    border-right: none;
  }
  #main .main-container .main-menu {
    display: none;
  }
  #main .main-container .main-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .block-search .login-area .dropusermenu .usermenu {
    display: none;
  }
  header .block-search .login-area a .p-cart {
    margin-left: 5px;
  }
  #modalPopupHome .modal-dialog {
    width: auto;
    margin: 30px 10px;
  }
  #modalPopupHome .modal-content {
    height: auto;
    border-radius: 10px;
  }
  #modalPopupHome .modal-body {
    padding: 10px;
  }
  #modalPopupHome .item img {
    border-radius: 10px;
  }
  #modalPopupHome .owl-stage-outer {
    border-radius: 10px;
  }
  #modalPopupHome .item {
    grid-template-columns: 1fr;
  }
  #modalPopupHome .owl-nav {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
    top: 30%;
  }
  #modalPopupHome .popup_content {
    padding-top: 20px;
  }
  #modalPopupHome .popup_content p {
    margin-bottom: 10px;
    line-height: normal;
  }
}
@media (max-width: 820px) {
  .menu-slide {
    margin-bottom: 0 !important;
  }
  .menu-slide .row {
    display: flex;
  }
  .menu-slide .row .col-block {
    width: 33.33333333%;
    padding: 0 5px 0;
    font-size: 12px;
  }
  .menu-slide .row .col-block:last-child {
    display: none;
  }
  .menu-slide .row .col-block:before {
    height: 25%;
    top: 25%;
    width: 1px;
  }
  .menu-slide .row .col-block:nth-child(3):before {
    display: none;
  }
  .block-babeeni .row .col-block {
    width: 50%;
    padding: 20px 0;
  }
  footer .container .row .col {
    width: 100%;
  }
  .scrollToTop {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .scrollToTop.active {
    bottom: 65px;
  }
}
@media (max-width: 650px) {
  header .block-search .login-area a svg {
    margin-right: 0;
  }
  header .block-search .login-area .li_log {
    margin-left: 25px;
  }
  header .block-search .login-area .li_log span,
  header .block-search .login-area .li_log i {
    display: none;
  }
}
@media (max-width: 541px) {
  header .block-search {
    flex-wrap: wrap;
    height: auto;
  }
  header .block-search .home-btn {
    width: 110px;
  }
  header .mid-home .frmSearch {
    left: 75px;
    width: calc(100% - 170px);
  }
  header .head-search .block-search .home-btn {
    width: 110px;
  }
  .block {
    margin-bottom: 20px;
  }
  .menu-slide .row .col-block a {
    font-size: 12px;
  }
  .menu-slide .row .col-block a svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
  .block .h1_block {
    font-size: 16px;
    margin-top: 0;
  }
  .block-babeeni .row .col-block a {
    font-size: 12px;
  }
  .block-babeeni .row .col-block a svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
  .block-babeeni {
    margin-top: 0;
  }
  #main .h1_title {
    font-size: 16px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .pagination .current,
  .pagination .other-page,
  .pagination .next-page,
  .pagination .pre-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;
  }
  .block-babeeni .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;
  }
}
.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #eee;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f1f1f1;
}
.autocomplete-suggestions .autocomplete-group strong {
  font-weight: bold;
  color: #ce0021;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  width: 100%;
}
.autocomplete-suggestions .autocomplete-suggestion a {
  display: table;
  width: 100%;
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.autocomplete-suggestions .autocomplete-suggestion a span {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}
.autocomplete-suggestions .autocomplete-suggestion a span img {
  width: 40px;
}
.autocomplete-suggestions .autocomplete-suggestion a div {
  display: table-cell;
  vertical-align: middle;
}
.autocomplete-suggestions .autocomplete-suggestion a div h3 {
  font-size: 14px;
  font-weight: normal;
}
.autocomplete-suggestions .autocomplete-suggestion a div p {
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion a img {
  display: inline-block;
  width: 15%;
}
.autocomplete-suggestions .autocomplete-suggestion a:hover {
  color: #242424;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #737373;
  border-radius: 5px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #242424;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .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;
  }
  .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;
  }
  .search input[type=text] {
    width: 300px;
    font-size: 14px;
    padding: 8px 30px 8px 15px;
    border-radius: 5px;
    background-color: white;
    height: 40px;
    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;
  }
}
@media (max-width: 820px) {
  .count-products {
    width: 20px !important;
    height: 20px !important;
    top: -7px !important;
    left: 20px !important;
    padding-top: 2px !important;
  }
  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;
  }
  .search {
    position: absolute;
    right: 15%;
  }
  .search input[type=text] {
    width: 400px;
    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 .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);
  }
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-xs-1,
  .row .col-xs-10,
  .row .col-xs-11,
  .row .col-xs-12,
  .row .col-xs-2,
  .row .col-xs-3,
  .row .col-xs-4,
  .row .col-xs-5,
  .row .col-xs-6,
  .row .col-xs-7,
  .row .col-xs-8,
  .row .col-xs-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header .mid-home .logo-fix img {
    padding: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  header .mid-home .logo-fix img {
    margin-left: unset !important;
  }
}
@media (max-width: 450px) {
  .search {
    position: absolute;
    right: 25%;
  }
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-xs-1,
  .row .col-xs-10,
  .row .col-xs-11,
  .row .col-xs-12,
  .row .col-xs-2,
  .row .col-xs-3,
  .row .col-xs-4,
  .row .col-xs-5,
  .row .col-xs-6,
  .row .col-xs-7,
  .row .col-xs-8,
  .row .col-xs-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@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;
  }
}
.lg-thumb-outer {
  height: auto !important;
}

.bg-xam {
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .img-footer-700 {
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */