@font-face {
  font-family: "raph";
  src: url("../frontend/fonts/Raphtalia Personal Use.ttf") format("truetype");
  font-display: swap;
}
.raph {
  font-family: "raph";
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
html {
  overflow-x: hidden;
}

a {
  color: #4f4e4e;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:hover {
  color: #CB1D28;
  text-decoration: none;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: url("../frontend/loading.gif") no-repeat center !important;
  background-size: 50px;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.img-cover, .object-cover {
  width: auto;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.img-contain {
  width: auto !important;
  max-width: 90%;
  max-height: 90%;
}

.row.pd10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.pd10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.pd8 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.pd8 > * {
  padding-left: 8px;
  padding-right: 8px;
}
.row.pd5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.pd5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

body {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Mulish", sans-serif;
  width: 100%;
  overflow-x: hidden;
  color: #4f4e4e;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
}
body.mm-wrapper_opened {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  body.in {
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

.top-mobile {
  background: #07458e;
  position: fixed;
  width: 100%;
  height: 45px;
  top: 0;
  z-index: 999;
}
.top-mobile .open-mobile-menu {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
}
.top-mobile .open-mobile-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.top-mobile .open-mobile-menu a {
  padding-left: 10px;
  font-size: 20px;
  color: #fff;
}
.top-mobile .m-logo img {
  height: 40px;
  padding-right: 10px;
}
.top-mobile .search-button {
  color: #fff;
}

.search-box-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: transparent\9 ;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  z-index: 9999;
  top: 0;
  left: 0;
}
.search-box-mobile .search {
  margin: 0 auto;
  position: fixed;
  background: transparent;
  border: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
}
.search-box-mobile .search .close-search-box-mobile {
  position: absolute;
  right: 5px;
  font-size: 30px;
  color: #fff;
}
.search-box-mobile .search form {
  width: 90%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
}
.search-box-mobile .search form input {
  background: transparent;
  display: block;
  height: 50px;
  border-radius: 0;
  width: calc(100% - 60px);
  text-indent: 10px;
  outline: none;
  float: left;
  border: 1px solid #fff;
  border-right: 0;
  color: #000;
  background: #fff;
  font-size: 18px;
}
.search-box-mobile .search form input::-webkit-input-placeholder {
  color: #666;
}
.search-box-mobile .search form input::-moz-placeholder {
  color: #666;
}
.search-box-mobile .search form input:-ms-input-placeholder {
  color: #666;
}
.search-box-mobile .search form input:-moz-placeholder {
  color: #666;
}
.search-box-mobile .search form button {
  display: block;
  float: left;
  border-radius: 0;
  outline: none;
  background: #da2724;
  color: #fff;
  height: 50px;
  width: 60px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
}

.top-box {
  background: #f1f1f1;
  height: 40px;
  line-height: 40px;
}
.top-box form {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid silver;
}
@media (min-width: 1200px) {
  .top-box form {
    width: 300px;
  }
}
.top-box form .form-control, .top-box form .btn {
  background: none;
  padding: 0 0.75rem;
  border: 0;
  height: 25px;
  line-height: 25px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  font-size: 13px;
}
.top-box form .form-control.btn-default, .top-box form .btn.btn-default {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
.top-box form .form-control:focus, .top-box form .btn:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .re-container-sm {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  header .re-container-sm {
    display: block !important;
    -webkit-box-shadow: 0px 4px 8px rgba(182, 182, 182, 0.18);
    -moz-box-shadow: 0px 4px 8px rgba(182, 182, 182, 0.18);
    box-shadow: 0px 4px 8px rgba(182, 182, 182, 0.18);
  }
}
header .re-container-sm .re__nav {
  background: #fff;
}
header .re-container-sm .re__nav .logo {
  height: 40px;
  margin-left: 15px;
  width: calc(100% - 115px);
}
@media (min-width: 768px) {
  header .re-container-sm .re__nav .logo {
    width: 100%;
    position: relative;
    z-index: 990;
  }
  header .re-container-sm .re__nav .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
header .re-container-sm .re__nav .re__nav_right {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
  line-height: 40px;
}
header .re-container-sm .re__nav .re__nav_right .cart_menu_m {
  position: relative;
  float: right;
  font-size: 14px;
  font-weight: 700;
}
header .re-container-sm .re__nav .re__nav_right .cart_menu_m span {
  display: inline-block;
  margin-left: 5px;
  line-height: 30px;
  height: 25px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  top: 1px;
}
header .re-container-sm .re__nav .re__nav_right .cart_menu_m span i {
  font-size: 17px;
}
header .re-container-sm .re__nav .re__nav_right .cart_menu_m span i.pos {
  position: absolute;
  font-style: normal;
  color: #fff;
  top: -5px;
  right: -8px;
  line-height: 15px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #07458e;
  width: 15px;
  height: 15px;
  font-size: 10px;
}
header .re-container-sm .re__nav .re__nav_right .search_mobile_button {
  float: right;
  line-height: 38px;
  font-size: 18px;
  width: 38px;
  text-align: center;
}
header .re-container-sm .re__nav .re__nav_right .search_mobile_button i {
  width: 38px;
  line-height: 38px;
}
header .re-container-sm .re__nav .re__nav_right #nav_list {
  float: right;
  line-height: 38px;
  font-size: 18px;
  width: 38px;
}
header .re-container-sm .re__nav .re__nav_right #nav_list i {
  width: 38px;
  line-height: 38px;
}
header .re-container-sm .re__nav .re__nav_right .lang {
  font-size: 16px;
  text-decoration: underline;
}
header .re-container-sm .re__bg-pushmenu.in {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 16000000;
}
header .re_pushmenu {
  background: #F2F2F2 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 312px;
  z-index: 16000003;
  overflow: hidden;
  transition: right 0.5s ease 0s;
  right: -312px;
}
header .re_pushmenu.in {
  right: 0px;
}
header .re_pushmenu .re__control-menu {
  float: right;
  padding-right: 16px;
  color: #2C2C2C;
  height: 96px;
  display: table;
  top: 0;
  right: 0;
  z-index: 9999999;
  position: relative;
  padding: 16px !important;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
header .re_pushmenu .re__control-menu #divUserStt {
  width: 100%;
  display: block;
  overflow: hidden;
}
header .re_pushmenu .re__control-menu #divUserStt .re__btn {
  width: calc(50% - 8px);
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 0px !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  padding: 13px 15px;
  border-radius: 8px;
  float: left;
  text-align: center;
}
header .re_pushmenu .re__control-menu #divUserStt .re__btn:first-child, header .re_pushmenu .re__control-menu #divUserStt .re__btn.has-border {
  margin-right: 8px;
  color: #2C2C2C;
  background: #fff;
  border: solid 1px #ccc;
}
header .re_pushmenu .re__control-menu #divUserStt .re__btn:last-child {
  margin-left: 8px;
  margin-right: 0px;
  color: #fff;
  background: #E03C31;
  border: solid 1px #E03C31;
}
header .re_pushmenu .re__control-menu #divUserStt .login-avatar .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}
header .re_pushmenu .re__control-menu #divUserStt .login-avatar .noti_menu {
  position: relative;
  float: right;
  font-size: 14px;
  font-weight: 700;
}
header .re_pushmenu .re__control-menu #divUserStt .login-avatar .noti_menu span {
  display: inline-block;
  margin-left: 5px;
  line-height: 30px;
  height: 25px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  top: 1px;
}
header .re_pushmenu .re__control-menu #divUserStt .login-avatar .noti_menu span i {
  font-size: 17px;
}
header .re_pushmenu .re__control-menu #divUserStt .login-avatar .noti_menu span i.pos {
  position: absolute;
  font-style: normal;
  top: -5px;
  right: -10px;
  line-height: 15px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #07458e;
  width: 15px;
  height: 15px;
  font-size: 10px;
}
header .re_pushmenu .re__control-menu #Header_UserControl_divPostProduct {
  width: 100%;
  display: block;
  overflow: hidden;
}
header .re_pushmenu .re__control-menu #Header_UserControl_divPostProduct .re__btn {
  color: #2C2C2C;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  letter-spacing: -0.2px;
  padding: 13px 15px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  padding: 13px 15px;
  border-radius: 8px;
  text-align: center;
  display: block;
}
header .re_pushmenu .re__control-menu .re__btn:hover {
  background: #ccc !important;
}
header .re_pushmenu .re__right-menu {
  float: left;
  width: 100%;
}
header .re_pushmenu .re__right-menu .re__home-header-menu {
  overflow-y: auto;
  height: calc(100vh - 144px);
  padding-bottom: 0px;
  background: #F2F2F2;
}
header .re_pushmenu .re__right-menu .re__home-header-menu .re__arrrow {
  background: url("https://staticfile.batdongsan.com.vn/images/mobile/icons/16x16/chevron-down.svg") no-repeat 32px center !important;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 64px !important;
  height: 40px !important;
  transition: none !important;
  margin-top: 0px !important;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul {
  display: table-row;
  float: left;
  position: relative;
  z-index: 99999999999999;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  list-style: none;
  width: 100%;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li {
  margin-left: 0px !important;
  position: relative;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 !important;
  border: none;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  color: #2C2C2C;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0 > a {
  padding: 12px 48px 12px 19px !important;
  width: 100%;
  overflow: hidden;
  display: block;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0 > a .icon {
  width: 15px;
  display: inline-block;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0 ul {
  display: none;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0 ul a {
  padding: 12px 15px 12px 40px !important;
  width: 100%;
  overflow: hidden;
  display: block;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0:hover {
  background: #f2f2f2;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0.re__active {
  background: #f2f2f2;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0.re__active > a {
  border-left: 2px solid #ea0000;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0.re__active .re__arrrow {
  background: url("https://staticfile.batdongsan.com.vn/images/mobile/icons/16x16/chevron-up.svg") no-repeat 32px center !important;
}
header .re_pushmenu .re__right-menu .re__home-header-menu ul li.lv0.re__active ul {
  display: block;
}
@media (min-width: 992px) {
  header .header-wrap {
    display: block !important;
  }
}
header .header-wrap .logo-group > a {
  height: 120px;
}
header .header-wrap .logo-group > a img {
  max-height: 95%;
  max-width: 100%;
}
header .menu {
  position: static;
  z-index: 999;
  background: #07458e;
}
header .menu .navbar {
  padding: 0;
  z-index: 999;
  position: static;
}
header .menu .navbar .navbar-collapse a {
  text-transform: capitalize;
}
header .menu .navbar .navbar-collapse ul li {
  position: relative;
}
header .menu .navbar .navbar-collapse ul li.static {
  position: static;
}
header .menu .navbar .navbar-collapse ul li.nav-item .nav-link {
  padding: 0 10px;
  line-height: 50px;
  position: relative;
  font-size: 14px;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  header .menu .navbar .navbar-collapse ul li.nav-item .nav-link {
    font-size: 16px;
    margin: 0 3px 0 0;
  }
}
@media screen and (min-width: 1350px) {
  header .menu .navbar .navbar-collapse ul li.nav-item .nav-link {
    margin: 0 20px 0 0;
  }
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover .nav-link {
  color: orange;
  text-shadow: none;
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover > ul:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover .nav-block {
  opacity: 1;
  visibility: visible;
}
header .menu .navbar .navbar-collapse ul li.nav-item:first-child .nav-link:after {
  height: 0;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul {
  position: absolute;
  min-width: 220px;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  visibility: hidden;
  list-style: none;
  padding: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-top: 0.5px solid #ddd;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li a {
  padding: 0 15px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  min-width: 150px;
  line-height: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li ul {
  min-width: 200px;
  z-index: 99;
  background: #ddd;
  border-left: 0.5px solid #ddd;
  border-top: 0;
  top: 0;
  text-align: left;
  left: 100%;
  padding: 0;
  list-style: none;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li:hover > ul:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li:hover > a {
  background: #ddd;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
}
header .menu .navbar .navbar-collapse ul li.nav-item > ul {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
header .menu .navbar .navbar-collapse ul li.nav-item.mini-cart a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
header .menu .navbar .navbar-collapse ul li.nav-item.mini-cart a .pos {
  color: #ea0000;
}
header .menu .navbar .nav-block {
  transition: all 0.3s ease 0s;
  z-index: 2;
  border: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  left: 0;
  text-align: left;
  display: block;
  height: 540px;
  opacity: 0;
  visibility: hidden;
  padding: 3vh 0;
  -webkit-box-shadow: 0 5px 8px #828282;
  -moz-box-shadow: 0 5px 8px #828282;
  box-shadow: 0 5px 8px #828282;
}
header .menu .navbar .nav-block .wrap-box {
  height: 100%;
}
header .menu .navbar .nav-block .col-1 {
  width: 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
header .menu .navbar .nav-block .col-1 a {
  display: block;
  font-size: 14px;
}
header .menu .navbar .nav-block .col-1 a img {
  height: 70px;
  filter: grayscale(100%);
}
header .menu .navbar .nav-block .col-1 a:hover {
  color: #ea0000;
}
header .menu .navbar .nav-block .col-1 a:hover img {
  filter: grayscale(0);
}
header .menu .navbar .nav-block .col-2 {
  width: 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
header .menu .navbar .nav-block .col-1, header .menu .navbar .nav-block .col-2 {
  height: 500px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
header .menu .navbar .nav-block .col-1::-webkit-scrollbar, header .menu .navbar .nav-block .col-2::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
header .menu .navbar .nav-block .col-1::-webkit-scrollbar-track, header .menu .navbar .nav-block .col-2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
header .menu .navbar .nav-block .col-1::-webkit-scrollbar-thumb, header .menu .navbar .nav-block .col-2::-webkit-scrollbar-thumb {
  background: #07458e;
}
header .menu .navbar .nav-block .col-1::-webkit-scrollbar-thumb:hover, header .menu .navbar .nav-block .col-2::-webkit-scrollbar-thumb:hover {
  background: #07458e;
}
header .menu .navbar .nav-block .col-1 a {
  text-transform: uppercase;
  font-weight: 600;
}
header .menu .navbar .nav-block .col-1 a.active img {
  filter: grayscale(0);
}
header .menu .navbar .nav-block .col-2 > div {
  display: none;
}
header .menu .navbar .nav-block .col-2 > div.active {
  display: flex;
}
header .menu .navbar .nav-block .col-2 .item-p {
  flex: 0 0 20%;
  width: 20%;
}
header .menu .navbar .nav-block .col-2 .item-p .img-box-wrap {
  width: 100%;
  height: 90px;
  border: 1px solid #c2c0c0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
header .menu .navbar .nav-block .col-2 .item-p .name {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: limit-lines;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
header .menu .navbar .nav-block .col-2 .item-p:hover .img-box-wrap {
  border: 1px solid #ea0000;
}
header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  animation: stuckMoveDown 0.6s;
}
header.fixed .header-wrap {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
header.fixed .header-wrap .logo-group {
  display: none !important;
}

.slide .owl-nav {
  margin: 0;
  position: static;
}
.slide .owl-nav [class*=owl-] {
  background: transparent;
  color: #07458e !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px !important;
}
.slide .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.slide .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.slide .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #07458e;
}
.slide .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 3px solid #6b3212;
  background: #6b3212;
  opacity: 0.6;
  margin: 5px;
}
.slide .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #6b3212;
}
.slide .owl-dots .owl-dot:hover span, .slide .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #CB1D28;
  border-color: #CB1D28;
}
.slide .item {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.slide .item .img-box {
  width: 100vw;
  height: 600px;
}
@media (max-width: 991.98px) {
  .slide .item .img-box {
    height: 55vh;
  }
}
.slide .item.video-container {
  width: 100vw;
  height: 600px;
}
@media (max-width: 991.98px) {
  .slide .item.video-container {
    height: 55vh;
  }
}
.slide .item.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 600px;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .slide .item.video-container iframe {
    height: 55vh;
  }
}

.home-products.site-index.list-product-page {
  min-height: 0;
}
.home-products.site-index.list-product-page .item-wrap {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.home-products.site-index.list-product-page:before, .home-products.site-index.list-product-page:after {
  display: none !important;
}
.home-products .owl-nav {
  margin: 0;
  position: static;
}
.home-products .owl-nav [class*=owl-] {
  background: transparent;
  color: #ddd !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px !important;
}
.home-products .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.home-products .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.home-products .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #ddd;
}
.home-products .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 3px solid #6b3212;
  background: #6b3212;
  opacity: 0.6;
  margin: 5px;
}
.home-products .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #6b3212;
}
.home-products .owl-dots .owl-dot:hover span, .home-products .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #CB1D28;
  border-color: #CB1D28;
}
@media (min-width: 768px) {
  .home-products .owl-nav {
    margin: 0;
    position: static;
  }
  .home-products .owl-nav [class*=owl-] {
    background: transparent;
    color: #ddd !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 30px !important;
  }
  .home-products .owl-nav [class*=owl-].owl-next {
    right: -35px;
  }
  .home-products .owl-nav [class*=owl-].owl-prev {
    left: -35px;
  }
  .home-products .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #ddd;
  }
}
@media (min-width: 992px) {
  .home-products .owl-nav {
    margin: 0;
    position: static;
  }
  .home-products .owl-nav [class*=owl-] {
    background: transparent;
    color: #ddd !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 32px !important;
  }
  .home-products .owl-nav [class*=owl-].owl-next {
    right: -40px;
  }
  .home-products .owl-nav [class*=owl-].owl-prev {
    left: -40px;
  }
  .home-products .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #ddd;
  }
}
@media (min-width: 1200px) {
  .home-products .owl-nav {
    margin: 0;
    position: static;
  }
  .home-products .owl-nav [class*=owl-] {
    background: transparent;
    color: #ddd !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 35px !important;
  }
  .home-products .owl-nav [class*=owl-].owl-next {
    right: -50px;
  }
  .home-products .owl-nav [class*=owl-].owl-prev {
    left: -50px;
  }
  .home-products .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #ddd;
  }
}
.home-products .owl-nav [class*=owl-] {
  opacity: 1;
}

.relation-home {
  position: relative;
}
.relation-home .container {
  position: relative;
  z-index: 10;
}
.relation-home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(to bottom, #fff, #f5f5f5);
}
.relation-home .site-index {
  min-height: 0;
}
.relation-home .site-index .all-brands .list-all-brands .item {
  width: auto !important;
}
@media (min-width: 992px) {
  .relation-home .site-index .all-brands .list-all-brands .item {
    padding: 0 30px !important;
  }
}

.title-box .title {
  font-size: 70px;
  color: #07458e;
  line-height: 1;
}
@media (min-width: 768px) {
  .title-box .title {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .title-box .title {
    font-size: 85px;
  }
}
@media (min-width: 1200px) {
  .title-box .title {
    font-size: 90px;
  }
}
.title-box .title.white {
  color: #fff;
}
.title-box .brief {
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title-box .brief {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .title-box .brief {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .title-box .brief {
    font-size: 20px;
  }
}

.about-home .content-style {
  width: 93%;
}

.box-slide-owl .owl-nav {
  margin: 0;
  position: static;
}
.box-slide-owl .owl-nav [class*=owl-] {
  background: transparent;
  color: #fff !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px !important;
}
.box-slide-owl .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.box-slide-owl .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.box-slide-owl .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #fff;
}
.box-slide-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 3px solid #6b3212;
  background: #6b3212;
  opacity: 0.6;
  margin: 5px;
}
.box-slide-owl .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #6b3212;
}
.box-slide-owl .owl-dots .owl-dot:hover span, .box-slide-owl .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #CB1D28;
  border-color: #CB1D28;
}
@media (min-width: 768px) {
  .box-slide-owl .owl-nav {
    margin: 0;
    position: static;
  }
  .box-slide-owl .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 35px !important;
  }
  .box-slide-owl .owl-nav [class*=owl-].owl-next {
    right: -35px;
  }
  .box-slide-owl .owl-nav [class*=owl-].owl-prev {
    left: -35px;
  }
  .box-slide-owl .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .box-slide-owl .owl-nav {
    margin: 0;
    position: static;
  }
  .box-slide-owl .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 40px !important;
  }
  .box-slide-owl .owl-nav [class*=owl-].owl-next {
    right: -40px;
  }
  .box-slide-owl .owl-nav [class*=owl-].owl-prev {
    left: -40px;
  }
  .box-slide-owl .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .box-slide-owl .owl-nav {
    margin: 0;
    position: static;
  }
  .box-slide-owl .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 45px !important;
  }
  .box-slide-owl .owl-nav [class*=owl-].owl-next {
    right: -50px;
  }
  .box-slide-owl .owl-nav [class*=owl-].owl-prev {
    left: -50px;
  }
  .box-slide-owl .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #fff;
  }
}
.box-slide-owl .owl-nav [class*=owl-] {
  opacity: 1;
}

.service-home {
  background: url("../frontend/images/assortment-dishes-georgian-european-cuisine-old-wooden-background-free-space-text-top-view_187166-15486.png") no-repeat;
  background-size: cover;
}
.service-home .item-wrap .item .box {
  position: relative;
}
.service-home .item-wrap .item .box .img-box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 200px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-home .item-wrap .item .box .img-box img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-home .item-wrap .item .box .info-box {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-home .item-wrap .item .box .info-box .brief {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: limit-lines;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  height: inherit;
  color: #fff;
  font-size: 14px;
}
.service-home .item-wrap .item .box:hover {
  cursor: pointer;
}
.service-home .item-wrap .item .box:hover .img-box img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
}
.service-home .item-wrap .item .box:hover .info-box .brief {
  color: orange;
}

.register-home {
  background: #d3d3d3;
}
.register-home .title-box-1 .icon {
  font-size: 50px;
  line-height: 1;
  color: #07458e;
}
@media (min-width: 992px) {
  .register-home .title-box-1 .icon {
    font-size: 60px;
  }
}
.register-home .title-box-1 .text .title {
  font-size: 20px;
  color: #07458e;
  font-weight: 600;
}
@media (min-width: 768px) {
  .register-home .title-box-1 .text .title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .register-home .title-box-1 .text .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .register-home .title-box-1 .text .title {
    font-size: 30px;
  }
}
.register-home #email {
  line-height: 50px;
  background: #07458e;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 992px) {
  .policy-home .item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
}
.policy-home .item .img-box img {
  height: 45px;
}
.policy-home .item .name {
  color: #07458e;
}

footer {
  background: #f2f2f2;
  color: #07458e;
}
footer a {
  color: #07458e;
}
footer a:hover {
  color: orange;
}
@media (max-width: 767.98px) {
  footer .top-section-footer .element-55 {
    flex: 0 0 100%;
    width: 100%;
  }
  footer .top-section-footer .element-22 {
    flex: 0 0 50%;
    width: 50%;
  }
}
footer .top-section-footer .info .item .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background: #0f6ddc;
  flex: 0 0 65px;
}
footer .top-section-footer .info .item .text {
  flex: 0 0 calc(100% - 75px);
  width: calc(100% - 75px);
}
footer .top-section-footer .info .item .text * {
  line-height: 1.3;
}
footer .top-section-footer .info .item .text .name {
  color: #7fa8d7;
  font-weight: 600;
}
footer .top-section-footer .info .item .text strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  footer .top-section-footer .element-55 {
    flex: 0 0 55%;
    width: 55%;
  }
}
footer .title {
  position: relative;
  color: #7fa8d7;
  font-weight: 600;
}
footer ul {
  list-style: none;
}
footer ul li a {
  text-transform: capitalize;
}
footer .copyright {
  line-height: 25px;
}
footer .copyright .logo-footer img {
  max-height: 50px;
  max-width: 100%;
}
@media (min-width: 992px) {
  footer .copyright .logo-footer img {
    height: 25px;
  }
}
@media (min-width: 992px) {
  footer .copyright .logo-footer {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  footer .copyright .copyright-text {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  footer .copyright .list-icons {
    font-size: 20px;
  }
}
footer .copyright #gototop {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #000;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  cursor: pointer;
}
footer .copyright #gototop:hover {
  background: #ea0000;
  background: #fff;
}

.site-index {
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80vh;
}
@media (min-width: 992px) {
  .site-index .slidebar {
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .site-index .main {
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .site-index.site-full {
    min-height: 700px;
  }
  .site-index.site-full .main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-index .navbar-banner {
  border-bottom: 1px solid #e5e6e9;
}
.site-index .navbar-banner .breadcrumbs-box .breadcrumb {
  position: relative;
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.site-index .navbar-banner .breadcrumbs-box .breadcrumb > li::after {
  content: ">";
  padding: 0 10px;
}
.site-index .navbar-banner .breadcrumbs-box .breadcrumb > li:last-child::after {
  content: "";
  display: none;
}
.site-index .title-site {
  font-weight: 700;
  font-size: 20px;
}
.site-index .list-news .item {
  border: 1px solid #e5e6e9;
  background: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.site-index .list-news .item .img-box {
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .site-index .list-news .item .img-box {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .site-index .list-news .item .img-box {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .site-index .list-news .item .img-box {
    height: 300px;
  }
}
.site-index .list-news .item .img-box a {
  width: 100%;
  height: 100%;
}
.site-index .list-news .item .img-box a img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .list-news .item .info .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: inherit;
}
@media (min-width: 768px) {
  .site-index .list-news .item .info .name {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
  }
}
@media (max-width: 767.98px) {
  .site-index .list-news .item .info .name i {
    display: none;
  }
}
.site-index .list-news .item .info .brief {
  font-size: 14px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
@media (min-width: 768px) {
  .site-index .list-news .item .info .brief {
    min-height: 41px;
  }
}
.site-index .list-news .item .date {
  border-top: 1px solid #e5e6e9;
}
.site-index .list-news .item:hover {
  -webkit-box-shadow: 0 3px 15px #b0b0b0;
  -moz-box-shadow: 0 3px 15px #b0b0b0;
  box-shadow: 0 3px 15px #b0b0b0;
}
@media (min-width: 768px) {
  .site-index .list-news > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-index .list-news > .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-index .news .tag {
  background: #2196f3;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.site-index .news .tag:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 13px;
}
.site-index .news .tag:after {
  background: #fff;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #2196f3;
  border-top: 16px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
}
.site-index .news .tag:hover {
  background-color: crimson;
  color: white;
}
.site-index .news .tag:hover:after {
  border-left-color: crimson;
}
.site-index .slidebar .box .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.site-index .slidebar .box.sl-news .list-news-latest {
  counter-reset: popular-counter;
}
.site-index .slidebar .box.sl-news .list-news-latest .col-12 {
  border-bottom: 1px #e1e1e1 dotted;
}
.site-index .slidebar .box.sl-news .list-news-latest .col-12:last-child {
  border-bottom: 0;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article {
  border-bottom: 1px #d3d3d3 dotted;
  padding: 15px 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article:last-child {
  border-bottom: 0;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article:before {
  display: table;
  content: " ";
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image {
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  max-width: 60px;
  position: relative;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image a {
  display: block;
  height: 50px;
  overflow: hidden;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image a img {
  min-width: 100%;
  height: 50px;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image a.d-flex img.m-auto {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  min-width: 0;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-content {
  padding-left: 15px;
  overflow: hidden;
  -ms-flex: 1 1;
  flex: 1 1;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-content .title {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  max-height: 44px;
}
.site-index .slidebar .sl-qc img {
  width: 100%;
}
.site-index .slidebar .sl-cat .sl-cat-link {
  border-bottom: 1px solid #e2e2e2;
}
.site-index .slidebar .sl-cat .sl-cat-link:last-child {
  border-bottom: 0;
}
.site-index .wrap {
  background: #fff;
  border: 1px solid #e5e6e9;
}
@media (min-width: 992px) {
  .site-index .wrap {
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .site-index .wrap .title {
    padding: 6px 12px !important;
    font-size: 20px;
    font-weight: 600 !important;
  }
}
.site-index .map-contact iframe {
  width: 100% !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .site-index .map-contact iframe {
    height: 400px !important;
  }
}
@media (min-width: 1200px) {
  .site-index .map-contact iframe {
    height: 450px !important;
  }
}
.site-index .product .product-top-box .img a {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 300px;
}
.site-index .product .product-top-box .img a img {
  max-width: 80%;
  max-height: 80%;
}
@media (min-width: 992px) {
  .site-index .product .product-top-box .img a {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .site-index .all-brands .list-all-brands .item {
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: 50px !important;
  }
}
.site-index .all-brands .list-all-brands .item img {
  height: 40px;
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  .site-index .all-brands .list-all-brands .item img {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .site-index .all-brands .list-all-brands .item img {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .site-index .all-brands .list-all-brands .item img {
    height: 80px;
  }
}
.site-index .all-brands .list-all-brands .item:hover img {
  filter: grayscale(0);
}
.site-index.list-product-page {
  position: relative;
}
.site-index.list-product-page .container {
  z-index: 10;
  position: relative;
}
.site-index.list-product-page .top-image img {
  max-width: 70%;
  max-height: 120px;
}
.site-index.list-product-page:before {
  content: "";
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-index.list-product-page:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../frontend/images/Green-Leaf-PNG-Transparent.png"), url("../frontend/images/center.png"), url("../frontend/images/right.png");
  background-position: top left, top center, top right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .site-index.list-product-page:after {
    background-size: 30%;
  }
}
.site-index.list-product-page .categories .wrap-box {
  background: #e3e3e3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 767.98px) {
  .site-index.list-product-page .categories .wrap-box .box {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-index.list-product-page .categories .wrap-box {
    height: 100%;
  }
}
.site-index.list-product-page .categories .wrap-box .title {
  color: #07458e;
  font-weight: 600;
}
.site-index.list-product-page .categories .wrap-box .active {
  color: #CB1D28;
}
@media (min-width: 1200px) {
  .site-index.list-product-page .list-products .item-wrap {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.site-index.list-product-page .list-products .item .product-box {
  cursor: pointer;
}
.site-index.list-product-page .list-products .item .product-box:hover .img-box-wrap span, .site-index.list-product-page .list-products .item .product-box:hover .img-box-wrap:after {
  opacity: 1;
}
.site-index.list-product-page .list-products .item .product-box:hover .info-box .name {
  color: #07458e;
  text-shadow: 0 1px 2px #ccc;
}
.site-index.list-product-page .list-products .item .product-box .img-box-wrap {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.site-index.list-product-page .list-products .item .product-box .img-box-wrap span {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 25px);
  z-index: 5;
  opacity: 0;
}
.site-index.list-product-page .list-products .item .product-box .img-box-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
}
.site-index.list-product-page .list-products .item .product-box .img-box {
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
}
@media (min-width: 768px) {
  .site-index.list-product-page .list-products .item .product-box .img-box {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .site-index.list-product-page .list-products .item .product-box .img-box {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .site-index.list-product-page .list-products .item .product-box .img-box {
    height: 180px;
  }
}
.site-index.list-product-page .list-products .item .product-box .info-box .name {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: limit-lines;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  line-height: 22px;
  min-height: 44px;
}
.site-index.list-product-page .list-products .item .product-box .info-box .price {
  font-weight: 600;
  color: red;
}
.site-index.list-product-page .list-products .item .product-box .info-box .number-add {
  width: 40px;
  text-align: center;
  height: 31px;
}
.site-index.contact-page {
  background: url("../frontend/images/Group 19 (1).png") no-repeat;
  background-size: cover;
}
.site-index.contact-page .info .item .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background: #0f6ddc;
  flex: 0 0 65px;
  color: #fff;
}
.site-index.contact-page .info .item .text {
  flex: 0 0 calc(100% - 75px);
  width: calc(100% - 75px);
}
.site-index.contact-page .info .item .text * {
  line-height: 1.3;
  color: #fff;
}
.site-index.contact-page .info .item .text .name {
  font-weight: 600;
}
.site-index.contact-page .info .item .text strong {
  font-weight: 600;
}
.site-index.brand-partner .brand-partner-info {
  background: #f1f0ef;
}
.site-index.brand-partner .brand-partner-info .info .tit {
  font-size: 2rem;
  font-weight: 700;
}
.site-index.brand-partner .brand-partner-info .info .content-style {
  font-size: 14px;
}
.site-index.brand-partner .brand-partner-info .info .icon-box .item img {
  height: 70px;
}
.site-index.brand-partner .brand-partner-info .info .icon-box .item .name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
.site-index.brand-partner .brand-partner-info .info .icon-box .item .brief {
  font-size: 13px;
}
.site-index.brand-partner .brand-partner-info .img-box img {
  width: 100%;
}
.site-index.brand-partner .enquiry-form {
  max-width: 820px;
}
.site-index.brand-partner .enquiry-form h2 {
  font-weight: 700;
}
.site-index.brand-partner .enquiry-form .box .tit {
  font-weight: 700;
}
.site-index.brand-partner .enquiry-form .box .form-control {
  line-height: 36px;
}
.site-index.brand-partner .enquiry-form .box select {
  height: 50px;
}
.site-index.brand-partner .enquiry-form .box .form-group.has-error .form-control {
  border-color: #dc3545;
}
.site-index.brand-partner .enquiry-form .box .form-group.has-error .help-block-error {
  font-size: 13px;
}
.site-index.brand-partner .enquiry-form .box .item {
  position: relative;
  padding-top: 10px;
}
.site-index.brand-partner .enquiry-form .box .item .label {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 30px;
  top: 0;
  background: #fff;
  padding: 0 10px;
  line-height: 1;
}
.site-index.brand-partner .enquiry-form .box .item1 .label {
  font-size: 15px;
}
.site-index.brand-partner .enquiry-form .box .item1 .radio-box .radio {
  background: #f8f8f8;
  border: 1px solid #d4cfcc;
  border-radius: 3px 50px 50px 3px;
  padding: 10px 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.site-index.brand-partner .enquiry-form .box .item1 .radio-box .radio label {
  margin: 0;
}
@media (min-width: 768px) {
  .site-index.brand-partner .enquiry-form .box .item1 .radio-box div[role=radiogroup] {
    display: flex;
    flex-wrap: wrap;
  }
  .site-index.brand-partner .enquiry-form .box .item1 .radio-box div[role=radiogroup] > .radio:nth-child(odd) {
    margin-right: 2%;
  }
}
.site-index.brand-partner .enquiry-form .box .item1.has-checkbox .checkbox label {
  background: #f8f8f8;
  border: 1px solid #d4cfcc;
  border-radius: 3px 50px 50px 3px;
  padding: 10px 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.site-index.brand-partner .enquiry-form .box .item1.has-checkbox .checkbox label label {
  margin: 0;
}
.site-index.brand-partner .enquiry-form .box .item1.has-checkbox .form-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-index.brand-partner .enquiry-form .box .item1.has-checkbox .form-group {
    display: flex;
    flex-wrap: wrap;
  }
  .site-index.brand-partner .enquiry-form .box .item1.has-checkbox .form-group > .radio:nth-child(odd) {
    margin-right: 2%;
  }
}
.site-index.brand-partner .enquiry-form .box .item1.has-checkbox .info-note {
  font-size: 13px;
}
.site-index.brand-partner .enquiry-form .box .item-select option {
  display: none;
}
.site-index.brand-partner .enquiry-form .box .item-select option.show {
  display: block;
}
.site-index.brand-partner .enquiry-form .btn {
  width: 100%;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.site-index.brand-partner .alert.alert-success {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .site-index.brand-partner .alert.alert-success {
    font-size: 18px;
  }
}
.site-index.brand-partner .item.rel {
  position: relative;
}
.site-index.brand-partner .item.rel .result {
  position: absolute;
  top: 65px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 99;
  background: #f5f5f5;
  border: 1px solid silver;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
}
.site-index.brand-partner .item.rel .result ul {
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  padding: 10px;
}
.site-index.brand-partner .item.rel .result ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #888;
}
.site-index.brand-partner .item.rel .result ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.site-index.brand-partner .item.rel .result ul::-webkit-scrollbar-thumb {
  background-color: #07458e;
}
.site-index.brand-partner .item.rel .result li {
  list-style: none;
  line-height: 25px;
  margin-bottom: 8px;
  cursor: pointer;
}
.site-index.brand-partner .item.rel .result li:hover, .site-index.brand-partner .item.rel .result li.selected {
  background: #f2f2f2;
}
.site-index .shopping-cart .hidden-box {
  display: none;
}
.site-index .shopping-cart .hidden-box.show {
  display: block;
}
.site-index .shopping-thanks .title-box {
  background: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.site-index .shopping-thanks .table-no-border table {
  width: 100%;
  margin-bottom: 20px;
}
.site-index .shopping-thanks .table-no-border table td {
  vertical-align: top;
  padding: 5px 5px 5px 0;
}
.site-index .shopping-thanks .foot {
  font-size: 20px;
}

.pagination {
  margin: 1rem 0 1rem 0;
}
.pagination > li {
  color: #000;
  border: 1px solid #dee2e6;
  text-align: center;
  font-size: 1rem;
  background-color: #fff;
  margin-left: -1px;
}
.pagination > li a,
.pagination > li span {
  padding: 0 0.75rem;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  display: block;
  color: #000;
  text-decoration: none;
}
.pagination > li.active {
  background-color: #bbbfc2 !important;
  border-color: #bbbfc2 !important;
  cursor: pointer;
  text-decoration: none;
}
.pagination > li.active * {
  color: #fff;
}
.pagination > li:hover {
  background-color: #dee2e6;
  cursor: pointer;
  text-decoration: none;
}

.content-style a {
  color: #00aab5;
}
.content-style a:hover {
  color: #CB1D28;
}
.content-style p {
  margin: 0 0 15px 0;
}
.content-style img {
  height: auto !important;
}
.content-style img.with-100 {
  width: 100%;
}
.content-style iframe, .content-style img {
  max-width: 100% !important;
}
.content-style table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.content-style table td p {
  margin: 0;
}
.content-style h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-style h1.title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-style h2 {
  font-size: 130%;
  line-height: 180%;
}
.content-style h3 {
  font-size: 120%;
  line-height: 170%;
}
.content-style h4 {
  font-size: 100%;
  line-height: 160%;
}
.content-style h5 {
  font-size: 100%;
  line-height: 150%;
}
.content-style .goback {
  font-weight: bold;
}
.content-style blockquote {
  background: rgb(248, 244, 232);
  padding: 5px 20px;
  border: 1px dashed #C90002;
}
.content-style blockquote > * {
  margin: 15px 0;
}
.content-style ul {
  padding-left: 20px;
}

.list-video .item iframe, .list-video .item img {
  width: 100% !important;
}
.list-video .item .img-box a {
  display: block;
  position: relative;
}
.list-video .item .img-box a::after {
  content: "";
  background: url("../images/play-icon.png") no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-size: 100%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0.9;
}
.list-video .item .name {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
}

.help-block {
  color: #ea0000;
}

.custom-table table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.custom-table th {
  background: #eaeaea;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.custom-table td, .custom-table th {
  padding: 12px;
}
.custom-table h4 {
  line-height: 25px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .custom-table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .custom-table table {
    border: 0;
  }
  .custom-table td, .custom-table tr {
    display: block;
    text-align: left !important;
  }
  .custom-table tr:first-child, .custom-table th {
    display: none;
  }
  .custom-table .hidden {
    display: none;
  }
  .custom-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .custom-table tr {
    border: 1px solid #ccc;
  }
  .custom-table tr + tr {
    margin-top: 1.5em;
  }
  .custom-table td {
    /* make like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    background-color: #f5f5f5;
    text-align: left;
  }
  .custom-table td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    margin-left: -40%;
    width: 30%;
    float: left;
  }
}

.title .mota {
  color: orange;
  font-size: 13px;
  margin-left: 10px;
  font-style: italic;
}
.title .mota a {
  color: green;
}
@media (min-width: 992px) {
  .title .mota {
    font-size: 17px;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .title .mota {
    font-size: 19px;
  }
}

.modal-dialog.modal-xl {
  max-width: 85% !important;
}

.fix_hotline {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background: #ea0006;
  color: #fff;
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.fix_hotline:hover {
  background: #c00005;
  color: #fff;
}
@media (min-width: 992px) {
  .fix_hotline {
    font-size: 18px;
    line-height: 42px;
    padding: 0 15px;
  }
}

#quick-view-product .modal-header {
  position: absolute;
  right: -40px;
  top: -30px;
}
#quick-view-product .modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #ea0000;
  opacity: 1;
}
@media (min-width: 992px) {
  #quick-view-product .product-image {
    height: 100%;
  }
}
#quick-view-product .product-image .img-box {
  height: 250px;
}
@media (min-width: 992px) {
  #quick-view-product .product-image .img-box {
    height: 100%;
  }
}
#quick-view-product .product-brief .title {
  font-size: 16px;
  color: #07458e;
}
@media (min-width: 992px) {
  #quick-view-product .product-brief .title {
    font-size: 20px;
  }
}

.noClick {
  pointer-events: none;
}

.success-add-to-cart {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  z-index: 999;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
}
.success-add-to-cart.active {
  display: block;
}

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