html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  color: #212529;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
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 15px !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: 1140px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1140px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .container {
    max-width: 1140px;
  }
}
@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 !important;
    padding-right: 5px !important;
  }
}
@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%;
  }
}

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

.main-content {
  padding: 30px;
  background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-content {
    padding: 15px 0 40px !important;
    margin-bottom: 30px;
  }
}

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

.p-50 {
  height: 50px;
}

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

.collapse.in {
  display: block;
}

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

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

footer {
  color: #fff;
  background: #fc9f08;
  font-size: 14px;
  text-align: center;
}
footer .footer-info p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
footer .footer-bottom {
  background: #e79002;
  margin-top: 15px;
  padding: 10px 0;
}
footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

footer {
  color: #fff;
  background: #fc9f08;
  font-size: 14px;
  text-align: center;
}
footer p {
  margin-bottom: 0;
}
footer .navbar {
  background: none;
  text-align: center;
}
footer .navbar .navbar-nav li a.nav-link {
  text-align: left;
}
footer .navbar .navbar-nav li a.nav-link:hover {
  background: #faa73f;
}
footer .navbar .navbar-collapse.show {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
footer.bg-yellow .navbar-nav li a.nav-link {
  text-align: left;
}
footer.bg-yellow .navbar-nav li a.nav-link:before {
  height: 26px;
  top: 9px;
  background: #ce9800;
}
footer.bg-yellow .navbar-nav li a.nav-link:hover {
  background: transparent;
  color: #ce9800;
}
footer .footer-bottom {
  background: #e79002;
  margin-top: 15px;
  padding: 10px 0;
}

.navbar {
  background: url(../images/bg-nav.png) repeat-x top left/auto 100%;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.navbar.navbar-yellow {
  background: #f1b50e;
  border-bottom: 2px solid #ce9800;
  border-top: 1px solid #ffdf99;
}
.navbar.navbar-yellow .navbar-nav li a.nav-link:before {
  background: #ffdf99;
  top: 10px;
  right: 0;
  width: 1px;
  height: 26px;
}
.navbar.navbar-yellow .navbar-nav li a.nav-link:hover {
  background: #ce9800;
}
.navbar.navbar-yellow .navbar-nav li .dropdown-menu {
  background: #f1b50e;
}
.navbar.navbar-yellow .navbar-nav li .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ce9800;
}
.navbar.navbar-yellow .navbar-nav li .dropdown-menu .dropdown-item:hover {
  background: #ce9800;
}
.navbar .navbar-toggler {
  position: absolute;
  right: 16px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar .navbar-nav li a.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.75rem 1.2rem;
  position: relative;
  font-size: 14px;
}
.navbar .navbar-nav li a.nav-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 36px;
  background: url(../images/bg-seperator.png) no-repeat right center/auto 30px;
}
.navbar .navbar-nav li a.nav-link:hover {
  background: #fbc019;
}
.navbar .navbar-nav li .dropdown-menu {
  background: #fbc019;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #fbc019;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-item:hover {
  background: url(../images/bg-menu-hover.jpg) repeat-x left center/auto 100%;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.navbar .navbar-collapse.show {
  background: #fbc019;
  margin-top: 10px;
}
.navbar .navbar-collapse.show .navbar-nav li a.nav-link {
  background: none;
}
.navbar .form-inline {
  padding-right: 15px;
  position: absolute;
  right: 0;
}
.navbar .form-inline .btn-search {
  background: none;
  height: 36px;
  border-radius: 0;
}
.navbar .form-inline input {
  border-radius: 0;
  border: none;
  height: 36px;
  display: none;
  margin-right: 0 !important;
}
.navbar .form-inline.active input {
  display: block;
}
.navbar .form-inline.active .btn-search {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .navbar .form-inline {
    right: 40px;
  }
}
@media (max-width: 567px) {
  .navbar .form-inline input {
    width: 190px;
  }
}
@media (max-width: 768px) {
  footer .navbar .navbar-nav li a.nav-link {
    padding: 0.6rem;
  }
  footer .navbar .navbar-nav li a.nav-link:before {
    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 {
  background: #e5e5e5;
}
header ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  height: 36px;
}
header ul li {
  display: inline-block;
  overflow: hidden;
}
header ul li a {
  padding: 7px 15px;
  display: flex;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  height: 36px;
  line-height: 21px;
}
header ul li a .site-logo {
  width: 20px;
  height: 20px;
  display: block;
}
header ul li a .site-logo.site-tn {
  background: url(/images/logo-clb-gray.png) no-repeat top left/100%;
}
header ul li a .site-logo.site-ctd {
  background: url(/images/logo-chuthapdo-gray.png) no-repeat top left/100%;
}
header ul li a .site-name {
  font-weight: bold;
  margin-left: 10px;
}
header ul li a.active {
  background-color: #fff;
}
header ul li a.active .site-logo.site-tn {
  background: url(/images/logo-clb-tinhnguoi.png) no-repeat top left/100%;
}
header ul li a.active .site-name.site-text-tn {
  color: #f1b50c;
}
@media (max-width: 768px) {
  header ul li a.active .site-name.site-text-tn {
    display: none;
  }
}
.header-top .nav-all .nav-top {
  display: flex;
  padding: 5px 15px;
}
.header-top .nav-all .nav-top .navbar-brand {
  width: 60%;
  padding: 0;
}
@media (max-width: 768px) {
  .header-top .nav-all .nav-top .navbar-brand {
    width: auto;
  }
}
.header-top .nav-all .nav-top .nav-top-right {
  width: 40%;
  text-align: right;
  display: flex;
  align-content: right;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header-top .nav-all .nav-top .nav-top-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-top .nav-all .nav-top {
    padding: 5px 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;
  width: 350px;
  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: 0;
  height: 100%;
  width: 35px;
  background: #4158b8;
  border: 1px solid #fff;
  border-radius: 5px;
  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 {
  background: #ff8123;
  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;
}

.block .h1_block {
  font-family: Monstserrat-Bold, sans-serif;
  font-size: 24px;
  color: #242424;
  text-transform: uppercase;
  margin-top: 15px;
}
.block .babeeni_svg {
  max-width: 100%;
}

.menu-slide .row {
  text-align: center;
  margin: 0;
}
.menu-slide .row .col-block {
  padding: 0 0;
  position: relative;
}
.menu-slide .row .col-block:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 1px;
  background: #e5e6e7;
}
.menu-slide .row .col-block:last-child:before {
  display: none;
}
.menu-slide .row .col-block a {
  display: block;
  color: #333;
  transition: 0.3s all linear;
}
.menu-slide .row .col-block a .cl1,
.menu-slide .row .col-block a .cl2 {
  transition: 0.3s all linear;
}
.menu-slide .row .col-block a svg {
  display: block;
  margin: 0 auto 30px;
}
.menu-slide .row .col-block a:hover .cl1 {
  fill: #242424;
}
.menu-slide .row .col-block a:hover .cl2 {
  fill: #fff;
}

.modal.in {
  opacity: 1;
}

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

#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 {
    padding: 0 15px !important;
  }
}
@media (max-width: 960px) {
  body .container {
    width: 100%;
    max-width: 100%;
  }
  header {
    display: flex !important;
    flex-wrap: wrap;
  }
  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,
  .pagination .last-page,
  .pagination .first-page {
    width: 30px;
    height: 30px;
  }
  .label_error {
    font-size: 12px;
  }
}
.mb-mail-to {
  display: none;
}
@media (max-width: 768px) {
  .mb-mail-to {
    display: inline-block;
  }
}

@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 (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: 350px;
    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;
  }
  .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 (max-width: 450px) {
  footer .bottom-footer {
    padding: 0 15px;
  }
  footer .bottom-footer .bottom {
    display: unset;
  }
  footer .bottom-footer .bottom .left {
    margin-bottom: 15px;
  }
}
@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;
}

.scroll-left {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 20;
}
.scroll-left ul {
  list-style: none;
  padding-left: 0;
  width: 48px;
}
.scroll-left ul li a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.scroll-left ul li a.ic-facebook {
  background: #3b5999;
}
.scroll-left ul li a.ic-youtube {
  background: #fbc019;
}
.scroll-left ul li a.ic-twitter {
  background: #55acee;
}
.scroll-left ul li a.ic-google {
  background: #fbc019;
}
.scroll-left ul li a img {
  width: 24px;
  height: 24px;
  display: block;
}

@media (min-width: 768px) {
  .custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .scroll-left {
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    background: #e79002;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.6);
  }
  .scroll-left ul {
    width: 100% !important;
  }
  .scroll-left ul li {
    display: inline-block;
    width: 25%;
    float: left;
  }
  .scroll-left ul li a {
    width: 100%;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */