@charset "UTF-8";
@font-face {
  font-family: Roboto-Regular;
  src: url("../font/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto-Bold;
  src: url("../font/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto-Thin;
  src: url("../font/Roboto/Roboto-Thin.ttf");
}
@font-face {
  font-family: Roboto-Italic;
  src: url("../font/Roboto/Roboto-Italic.ttf");
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  font-family: Roboto-Regular, sans-serif !important;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body a {
  text-decoration: none !important;
  color: #333;
  cursor: pointer;
}
body .content a,
body .content-news a {
  text-decoration: none !important;
  color: #337ab7;
  cursor: pointer;
}
body .container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 100%;
}
body .container .row {
  margin-left: 0px;
  margin-right: 0px;
}

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

.position-fix {
  width: 100%;
}

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

#main {
  border-top: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
#main.main_home {
  border-top: none;
}
#main .main-container {
  display: flex;
  flex-wrap: wrap;
}
#main .main-container .main-menu {
  width: 240px;
}
#main .main-container .main-content {
  width: calc(100% - 240px);
  padding-left: 20px;
}
#main .main-right .hospital {
  padding: 10px 10px 10px 40px !important;
}
#main .main-right .hospital .red {
  margin-left: 0px !important;
}

.hospital {
  padding: 10px 10px 10px 40px !important;
}
.hospital .red {
  margin-left: 0px !important;
}

.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs .breadcrumb {
  background: #f7f8f9;
  padding: 15px 0;
}
.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumbs .breadcrumb .breadcrumb-item i {
  padding-left: 5px;
}

.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: 20px 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: #e42014;
}
.msgmodal .msgmodal-content .msgmodal-body a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e42014;
  color: #fff;
  font-family: GoogleSans-Bold, sans-serif;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}

.collapse.in {
  display: block;
}

.title-cmt {
  font-weight: 600;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
  display: flex;
}
.pagination b {
  display: none;
}
.pagination .current,
.pagination .other-page,
.pagination .next-page,
.pagination .pre-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  border: 1px solid #737373;
  margin: 0 5px;
}
.pagination .current {
  background: #e42014;
  font-family: GoogleSans-Bold, sans-serif;
  color: #fff;
  border: none;
}
.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;
  background: #fff;
}
@media all and (max-width: 768px) {
  .block-menu-pro {
    display: none;
  }
}
.block-menu-pro .ul-menu {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 960px) {
  .block-menu-pro .ul-menu {
    display: none;
  }
}
.block-menu-pro .li-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.block-menu-pro .li-menu .a-menu {
  font-family: GoogleSans-Bold, sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
}
.block-menu-pro .li-menu .a-menu span {
  color: #737373;
  transition: 0.3s all ease-in-out;
}
.block-menu-pro .li-menu .a-menu:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 4px;
  background: #e42014;
  transition: 0.3s all ease-in-out;
}
.block-menu-pro .li-menu .a-menu.hover span {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  color: #e42014;
}
.block-menu-pro .li-menu .a-menu.hover:before {
  width: 100%;
  transform: scale(1.3, 1);
  -webkit-transform: scale(1.3, 1);
  -moz-transform: scale(1.3, 1);
  -o-transform: scale(1.3, 1);
  -ms-transform: scale(1.3, 1);
}
.block-menu-pro .li-menu .drop-sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  top: 50px;
  left: 0;
  z-index: 100;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu {
  display: flex;
  justify-content: center;
  margin: 0 -30px;
  padding: 40px 0;
  height: auto;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu img {
  display: block;
  width: 200px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu a {
  color: #333;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu a:hover {
  color: #e42014 !important;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu .col-menu {
  padding: 0 30px;
  border-right: 1px solid #e3e3e3;
  line-height: 30px;
}
.block-menu-pro .li-menu .drop-sub-menu .main-drop-menu .col-menu:last-child {
  border-right: none;
}
.block-menu-pro .li-menu .drop-sub-menu.active {
  display: block;
}

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

header .large-head .large-head-top {
  background-color: #eeeeee;
  padding: 8px 0;
}
header .large-head .large-head-top .list_item_head {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header .large-head .large-head-top .list_item_head .item {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .large-head .large-head-top .list_item_head .item p {
  margin-bottom: 0;
  line-height: 17.58px;
  font-weight: 700;
  font-size: 15px;
  color: #333333;
}
header .large-head .large-head-content {
  background-color: #e42014;
  padding: 8px 0;
}
header .large-head .large-head-content .box .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  align-items: center;
}
header .large-head .large-head-content .box .box-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .large-head .large-head-content .box .box-left .menu_show .catpro {
  font-weight: 700;
  font-size: 15px;
  line-height: 17.58px;
  color: #ffffff;
}
header .large-head .large-head-content .box .box-left .menu_show:hover {
  cursor: pointer;
}
header .large-head .large-head-content .box .box-left .hotline-head .hotline {
  font-weight: 700;
  font-size: 15px;
  line-height: 17.58px;
  color: #ffffff;
}
header .large-head .large-head-content .box .head_search {
  margin-top: 5px;
  position: relative;
}
header .large-head .large-head-content .box .head_search .frmSearch {
  display: flex;
}
header .large-head .large-head-content .box .head_search .frmSearch #keyword {
  outline: none;
  border: 1px solid #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
}
header .large-head .large-head-content .box .head_search .frmSearch button {
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending {
  display: none;
  background: #fff;
  border-radius: 8px;
  left: 0;
  max-width: 440px;
  position: absolute;
  top: 34px;
  width: 100vw;
  z-index: 999;
  padding: 5px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .list_trending .title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 5px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .list_trending .title .trending_h4 {
  margin: 0px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .list_trending .list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .list_trending .list_item .item {
  width: calc((100% - 20px) / 2);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 10px;
  color: #000;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .list_trending .list_item .item img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .list_trending .list_item .item p {
  margin-bottom: 0;
  font-size: 13px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .history_search {
  padding: 5px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .history_search .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .history_search .top .left,
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .history_search .top .right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 15px;
}
header .large-head .large-head-content .box .head_search .trending_searchbox #box_trending .history_search .bottom .item {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}
header .large-head .large-head-content .box .head_search .suggest_block {
  position: absolute;
  display: none;
  z-index: 999;
  background: #fff;
  margin: 0 6px 6px -1px;
  width: 100vw;
  max-width: 445px;
  top: 34px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 0.5px #e42014;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_categories {
  font-family: Arial, Helvetica, sans-serif;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_categories .item_cat {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #7d7d7d;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_categories .item_cat:hover {
  background: #f0f0f0;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products {
  font-family: Arial, Helvetica, sans-serif;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd {
  display: grid !important;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 15px;
  padding: 8px 10px;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd img {
  width: 60px !important;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd .right span {
  color: #333;
  font-size: 13px;
  line-height: normal;
  font-weight: 700;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd .right .money {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd .right .money .price {
  font-size: 14px;
  color: #fd0000;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd .right .money .price_old {
  color: #797979;
  font-weight: normal;
  text-decoration: line-through;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd .right::before {
  background-color: transparent;
}
header .large-head .large-head-content .box .head_search .suggest_block .suggest_products .item_prd:hover {
  background: #d9eef8;
}
header .large-head .large-head-content .box .head_search .suggest_block .title-suggest {
  font: normal 15px Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  padding: 10px;
  background: #f3f3f3;
  color: #000;
}
header .large-head .large-head-content .box .head_search .bgr_trending {
  display: none;
  top: 50px;
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  left: 0;
  position: fixed;
  transition: 0.3s;
  width: 100%;
  z-index: 888;
}
header .large-head .large-head-content .box .box-right {
  display: grid;
  grid-template-columns: 90% auto;
  align-items: center;
}
header .large-head .large-head-content .box .box-right .box-right-gird {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
header .large-head .large-head-content .box .box-right .box-right-gird .head_quote,
header .large-head .large-head-content .box .box-right .box-right-gird .tracuusuachua {
  border-right: 1px solid #fff;
  margin-right: 30px;
}
header .large-head .large-head-content .box .box-right .box-right-gird .head_quote a,
header .large-head .large-head-content .box .box-right .box-right-gird .tracuusuachua a {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .large-head .large-head-content .box .box-right .box-right-gird .head_quote a span,
header .large-head .large-head-content .box .box-right .box-right-gird .tracuusuachua a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 14.41px;
  color: #ffffff;
  text-transform: uppercase;
}
header .large-head .large-head-content .box .box-right .giohang .dropdown2 {
  position: relative;
}
header .large-head .large-head-content .box .box-right .giohang .dropdown2 a {
  position: relative;
}
header .large-head .large-head-content .box .box-right .giohang .dropdown2 a .count-cart {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  top: -10px;
  position: absolute;
  left: 12px;
}
header .list_item_head_mb {
  display: none !important;
  padding: 15px 0;
}
header .list_item_head_mb .owl-nav {
  display: block;
}
header .list_item_head_mb .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 20px;
  transform: translateY(-50%);
}
header .list_item_head_mb .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 20px;
  transform: translateY(-50%);
}
header .list_item_head_mb .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  header .list_item_head_mb {
    display: block !important;
  }
}
header .small-head {
  display: none;
}
header .fixed1 {
  position: fixed;
  top: 0px;
  z-index: 9999999;
  width: 100%;
}
header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .top {
  background-color: #ececec;
  width: 100%;
  height: 40px;
}
header .top a {
  padding: 0 20px;
  border-right: 1px solid #fff;
  height: 100%;
  align-items: center;
  display: flex;
  color: #333;
}
header .top .container {
  height: 100%;
}
header .top .row-top {
  display: flex;
  height: 100%;
  align-items: center;
}
header .top .row-top a {
  transition: 0.1s all ease-in-out;
}
header .top .row-top a img {
  max-height: 30px;
}
@media all and (max-width: 768px) {
  header .top .row-top a img {
    max-height: 22px;
    max-width: 80%;
    height: auto;
  }
}
header .top .row-top a:hover {
  color: #fff;
}
header .top .row-top .flex {
  display: flex;
}
@media all and (max-width: 768px) {
  header .top .row-top .flex {
    display: none;
  }
}
header .top .row-top .flex .fb img {
  height: 32px !important;
  width: 32px !important;
}
header .top .row-top .flex a {
  padding: 0px 0px 0px 20px;
  border: none;
}
header .top .row-top .flex a img {
  border-radius: 6px;
}
header .top .row-top .flex .fb:hover svg path {
  fill: #5794e6;
}
header .top .row-top .flex .insta:hover svg path {
  fill: #e63613;
}
header .top .row-top .flex .yt:hover svg path {
  fill: #e64e2c;
}
header .top .row-top .li_log {
  margin-left: 30px;
  position: relative;
}
header .top .row-top .li_log:first-child {
  margin-left: 0;
}
header .top .row-top a {
  display: flex;
  align-items: center;
}
header .top .row-top a svg {
  margin-right: 5px;
}
header .top .row-top a .username {
  width: 81px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
header .top .row-top .dropusermenu {
  position: absolute;
  top: 0;
  left: 36px;
  padding-top: 40px;
  z-index: 100;
  display: none;
}
header .top .row-top .dropusermenu .usermenu {
  width: 240px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 10px 20px;
}
header .top .row-top .dropusermenu .usermenu:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
header .top .row-top .dropusermenu .usermenu a {
  line-height: 30px;
  color: #737373;
}
header .top .row-top .dropusermenu .usermenu a:hover {
  font-family: GoogleSans-Bold, sans-serif;
  color: #f6b626;
}
header .top .row-top .li_log:hover .dropusermenu {
  display: block;
}
header .top .container-top {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mid {
  height: 50px;
}
header .mid .container {
  height: 100%;
}
header .mid a {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
header .mid a svg {
  margin-right: 10px;
}
header .mid .row-mid {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .mid .row-mid .phone {
  margin-left: 65px;
  margin-top: 10px;
}
header .mid .row-mid .phone a {
  width: 120px;
  color: #fff;
  font-weight: 600;
}
header .mid .row-mid .right-box {
  margin-top: 5px;
}
header .mid .row-mid .right-box a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
header .mid .row-mid .right-box a img {
  margin-right: 10px;
}
header .mid .row-mid .right-box .quote {
  padding-right: 30px;
  margin-left: 40px;
  border-right: 1px solid;
  align-items: end;
}
header .mid .row-mid .right-box .quote span {
  margin-top: 5px;
}
header .mid .row-mid .right-box .cart {
  float: right;
}
header .mid .row-mid .right-box #box-cart {
  float: right;
  margin-right: 55px;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}
header .mid .row-mid .right-box #box-cart button span {
  text-transform: uppercase;
  font-weight: 600;
}
header .mid .row-mid .right-box #box-cart .count-cart {
  position: absolute;
  top: -12px;
  left: 19px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
}
header .mid .row-mid .right-box #box-cart .dropbtn {
  background-color: unset;
  color: white;
  font-size: 14px;
  border: none;
}
header .mid .row-mid .right-box #box-cart .dropbtn span {
  vertical-align: sub;
}
header .mid .row-mid .right-box #box-cart .dropdown {
  position: relative;
  display: inline-block;
}
header .mid .row-mid .right-box #box-cart .dropdown-content {
  display: none;
  position: absolute;
  top: 23px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
header .mid .row-mid .right-box #box-cart .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
header .mid .row-mid .right-box #box-cart .dropdown-content a:hover {
  background-color: #0642ad;
  color: #fff;
}
header .mid .row-mid .right-box #box-cart .dropdown:hover .dropdown-content {
  display: block;
}
header .mid .row-mid .right-box #box-cart .dropdown:hover .dropbtn {
  background-color: unset;
}
header .mid.dropdown .dropdown-header {
  color: #fff;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 14px;
}
header .mid.dropdown .dropdown-menu a {
  font-weight: 500;
  padding-top: 10px;
  font-size: 14px;
}
header .mid.dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #003b56;
}
header .mid.dropdown .dropdown-menu:hover {
  background-color: red;
}
header .mid:hover .dropdown-menu {
  display: block;
}
header .head-search .block-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}
header .head-search .block-search .mid-box {
  width: 450px;
  background: #fff;
}
@media all and (max-width: 768px) {
  header .head-search .block-search .mid-box {
    margin-top: 10px;
    width: 100%;
  }
}
header .head-search .block-search .mid-box .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
header .head-search .block-search .mid-box .inner .time span {
  color: #000 !important;
}
header .head-search .block-search .mid-box .inner .time iframe {
  margin-left: 20px;
}
@media all and (max-width: 768px) {
  header .head-search .block-search .li_log {
    display: block !important;
    order: 4;
    position: relative;
  }
  header .head-search .block-search .li_log:first-child {
    margin-left: 0;
  }
  header .head-search .block-search .li_log .username {
    vertical-align: super;
  }
  header .head-search .block-search .li_log .dropusermenu {
    display: none;
  }
  header .head-search .block-search .li_log .dropusermenu .usermenu {
    width: 240px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 10px 20px;
  }
  header .head-search .block-search .li_log .dropusermenu .usermenu:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  header .head-search .block-search .li_log .dropusermenu .usermenu a {
    line-height: 30px;
    color: #737373;
  }
  header .head-search .block-search .li_log .dropusermenu .usermenu a:hover {
    font-family: GoogleSans-Bold, sans-serif;
    color: #f6b626;
  }
  header .head-search .block-search .li_log:hover .dropusermenu {
    display: block;
  }
}
header .head-search .block-search form {
  position: relative;
  display: flex;
  align-items: center;
}
header .head-search .block-search form input {
  width: 390px;
  height: 40px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #cdd2d3;
  padding: 10px;
}
header .head-search .block-search form input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(252, 212, 51, 0.6);
  border-color: #e42014;
}
header .head-search .block-search form button {
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  width: 60px;
  height: 40px;
  background: #e42014;
  border: none;
  outline: none;
}
header .head-search .block-search .cart {
  display: flex;
}
header .head-search .block-search .cart .a-cart {
  display: flex;
  align-items: center;
  position: relative;
}
header .head-search .block-search .cart .a-cart .p-cart {
  position: absolute;
  right: 0px;
  background: #ef7598;
  border: 1px solid #ef7598;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
header .head-search .block-search .cart .a-cart svg {
  margin-right: 10px;
}
header .head-search .block-search .cart .over-stock {
  margin-right: 50px;
}
@media all and (max-width: 768px) {
  header .head-search .block-search .cart .over-stock {
    display: none;
  }
}
header .head-search .block-search .home-btn {
  width: 180px;
}
header .bot ul {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}
header .bot ul li {
  height: 100%;
}
header .bot ul li a {
  height: 100%;
  display: block;
  align-items: center;
  color: #737373;
  font-family: GoogleSans-Bold, sans-serif;
  padding-top: 14px;
}
header .bot ul li a:hover {
  color: #e42014;
  border-bottom: 4px solid #e42014;
}

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

.block {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 63px;
}
.block .h1_block {
  font-family: GoogleSans-Regular, sans-serif;
  font-size: 24px;
  color: #ef7598;
  text-transform: uppercase;
  margin-top: 15px;
}
.block .babeeni_svg {
  max-width: 100%;
}

.block_1 {
  background: #f7f8f9;
  padding-top: 15px;
  padding-bottom: 0px !important;
}

.b_block {
  margin-bottom: 70px;
}

.about_us {
  padding-bottom: 80px;
}
.about_us h2 {
  margin-bottom: 40px;
}
.about_us h3 {
  margin-bottom: 18px;
}
.about_us p {
  margin-bottom: 12px !important;
  font-size: 16px;
}

.menu-slide {
  padding: 40px 0px;
  text-align: unset;
}
.menu-slide .row .col-block {
  padding: 0 0;
  position: relative;
}
.menu-slide .row .col-block a {
  position: relative;
  display: block;
  color: #e42014;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all linear;
  text-transform: uppercase;
}
.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 img {
  margin-right: 25px;
  height: 64px;
  width: auto;
}
.menu-slide .row .col-block a:after {
  content: "";
  width: 40px;
  height: 60px;
  background: url(/image/next.svg) center center no-repeat;
  background-size: 38px;
  position: absolute;
  right: 15%;
  top: 0px;
}

.block-service {
  text-align: center;
  padding-top: 40px;
}

footer {
  padding: 43px 0px;
  background: #f7f8f9;
}
footer p {
  margin-bottom: 8px;
}
footer p span {
  vertical-align: text-bottom;
}
footer ul {
  padding: 0;
  margin-top: 25px;
  list-style: none;
}
footer .menu_footerr {
  display: grid;
  grid-template-columns: 18% 20% 20% auto;
  gap: 10px;
}
footer .menu_footerr .info_footer ul li {
  display: flex;
  align-items: center;
}
footer .menu_footerr .info_footer ul li p {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
footer .menu_footerr .info_footer ul li p .info_sdt_footer {
  color: #e42014;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
footer .menu_footerr .info_footer ul li p .info_hd_footer,
footer .menu_footerr .info_footer ul li p .info_email_footer {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: contents;
}
footer .menu_footerr .level0 ul li {
  padding: 10px 0;
  line-height: 0 !important;
}
footer .menu_footerr .level0 ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
footer .menu_footerr .address {
  margin-bottom: 30px;
}
footer .menu_footerr .address .address-title {
  position: relative;
}
footer .menu_footerr .address .address-title a {
  font-family: GoogleSans-Bold, sans-serif;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #0642ad;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
footer .menu_footerr .address .address-title::before {
  content: "";
  width: 77px;
  height: 2px;
  background: #e42014;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
footer .menu_footerr .address ul li {
  line-height: 24px;
}
footer .menu_footerr .address .address_ {
  margin-top: 24px;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 0;
}
footer .menu_footerr .address .address_ .address_item {
  padding: 3.7px 0;
  cursor: pointer;
}
footer .menu_footerr .address .address_ .address_item img {
  width: 15px !important;
  height: 15px !important;
}
@media (max-width: 768px) {
  footer .menu_footerr {
    display: none;
  }
}
footer .menu_footerr_mb {
  display: none;
}
footer .menu_footerr_mb .support_online {
  background-color: #fff;
  padding: 0 16px;
  margin-bottom: 15px;
}
footer .menu_footerr_mb .support_online ul {
  margin: 10px 0;
}
footer .menu_footerr_mb .support_online ul li {
  line-height: 25px;
}
footer .menu_footerr_mb .support_online ul li a {
  color: #000;
}
footer .menu_footerr_mb .support_online #childMenu_bot_1 ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 24px;
}
footer .menu_footerr_mb .support_online #childMenu_bot_1 ul li p {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
footer .menu_footerr_mb .support_online #childMenu_bot_1 ul li p .info_sdt_footer {
  color: #e42014;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
footer .menu_footerr_mb .support_online #childMenu_bot_1 ul li p .info_email_footer {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: contents;
}
footer .menu_footerr_mb .support_online #childMenu_bot_1 ul li p .info_hd_footer {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: contents;
}
@media (max-width: 768px) {
  footer .menu_footerr_mb {
    display: block;
  }
  footer .menu_footerr_mb .title_item {
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
  }
  footer .menu_footerr_mb .title_item .menubot {
    display: inline-block;
    float: right;
    padding: 0 5px;
  }
  footer .menu_footerr_mb .title_item .fa-angle-down {
    display: none;
  }
  footer .menu_footerr_mb .title_item .fa-angle-up {
    display: block;
  }
  footer .menu_footerr_mb .title_item.collapsed .fa-angle-down {
    display: block;
  }
  footer .menu_footerr_mb .title_item.collapsed .fa-angle-up {
    display: none;
  }
  footer .menu_footerr_mb .address-title {
    position: relative;
    margin: 0 0 26px 0;
    padding-top: 21px;
  }
  footer .menu_footerr_mb .address-title a {
    font-size: 16px;
    font-weight: 600;
    color: #0642ad;
    text-transform: uppercase;
    padding: 15px 0;
  }
  footer .menu_footerr_mb .address-title::before {
    content: "";
    width: 77px;
    height: 2px;
    background: #e42014;
    position: absolute;
    top: 52px;
    left: 0px;
  }
  footer .menu_footerr_mb .address ul li {
    font-size: 11px;
    line-height: 20px;
  }
}
footer .slide_footer_news .new-container {
  padding: 20px 32px;
  background-color: #fff;
  border-radius: 16px;
}
footer .bank-footer img {
  margin: 20px auto 0;
  display: block;
}

.modal.in {
  opacity: 1;
}

.toggle-menu-side-bar {
  display: none !important;
}
@media (max-width: 768px) {
  .toggle-menu-side-bar {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #e42014;
    margin-top: 5px;
  }
  .toggle-menu-side-bar .line-bar {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }
  .toggle-menu-side-bar .line-bar:last-child {
    margin-bottom: 0;
  }
}

.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: #e42014;
    order: 2;
    margin-bottom: 10px;
  }
  .toggle-cat-side-bar .line-bar {
    background: #ef7598;
    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: #e42014;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #737373;
  border-radius: 5px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #e42014;
  border-radius: 5px;
}
.fix-popup {
  opacity: 0.3;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 55px;
  right: 0px;
  z-index: 99;
}
.popup .wrapper-popup {
  background: #fff;
  width: 370px;
  float: right;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.231372549);
  z-index: 100;
}
@media all and (max-width: 345px) {
  .popup .wrapper-popup {
    width: 100%;
  }
}
.popup .wrapper-popup .content p {
  color: #737373;
}
.popup .wrapper-popup .content .top-popup {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.popup .wrapper-popup .content .top-popup .left img {
  width: 100px;
  height: 100px;
  margin: auto;
}
.popup .wrapper-popup .content .top-popup .right {
  margin-left: 10px;
}
.popup .wrapper-popup .content .top-popup .right p {
  margin-bottom: 12px;
}
.popup .wrapper-popup .content .top-popup .right .prod_name {
  font-size: 14px;
  color: #737373;
  font-weight: 600;
  padding-right: 25px;
  max-height: 38px;
  overflow: hidden;
}
.popup .wrapper-popup .content .top-popup .right .model {
  padding-right: 10px;
  border-right: 1px solid #737373;
}
.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 .top-popup .right .float-right {
  float: right;
  color: red;
  font-size: 16px;
  font-weight: 600;
}
.popup .wrapper-popup .content .bottom-popup {
  float: right;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.popup .wrapper-popup .content .bottom-popup p {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  color: #737373;
}
.popup .wrapper-popup .content .bottom-popup .prod_name {
  font-size: 16px;
  margin-bottom: 30px;
}
.popup .wrapper-popup .content .bottom-popup .prod_name .price {
  color: #ef7598;
}
.popup .wrapper-popup .content .bottom-popup .button-cart {
  background: #e42014;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  display: block;
  text-align: center;
}
@media all and (max-width: 768px) {
  .popup .wrapper-popup .content .bottom-popup .button-cart {
    padding: 15px;
  }
}

.popup:before {
  content: "";
  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;
}

.popup2 {
  display: none;
  background: #fff;
  width: 329px;
  height: 60px;
  position: absolute;
  top: 150px;
  color: red;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.231372549);
  z-index: 100;
}
@media all and (max-width: 345px) {
  .popup2 {
    width: 100%;
  }
}
.popup2 .wrapper-popup .content p {
  color: #737373;
}
.popup2 .wrapper-popup .content .top-popup {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.popup2 .wrapper-popup .content .top-popup .left img {
  width: 100px;
  height: 100px;
  margin: auto;
}
.popup2 .wrapper-popup .content .top-popup .right {
  margin-left: 10px;
}
.popup2 .wrapper-popup .content .top-popup .right p {
  margin-bottom: 12px;
}
.popup2 .wrapper-popup .content .top-popup .right .prod_name {
  font-size: 14px;
  color: #737373;
  font-weight: 600;
  padding-right: 25px;
  max-height: 38px;
  overflow: hidden;
}
.popup2 .wrapper-popup .content .top-popup .right .model {
  padding-right: 10px;
  border-right: 1px solid #737373;
}
.popup2 .wrapper-popup .content .top-popup .right .size_name {
  padding-left: 10px;
}
.popup2 .wrapper-popup .content .top-popup .right .float-left {
  float: left;
}
.popup2 .wrapper-popup .content .top-popup .right .float-right {
  float: right;
  color: red;
  font-size: 16px;
  font-weight: 600;
}
.popup2 .wrapper-popup .content .bottom-popup {
  float: right;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popup2 .wrapper-popup .content .bottom-popup p {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  color: #737373;
}
.popup2 .wrapper-popup .content .bottom-popup .prod_name {
  font-size: 16px;
  margin-bottom: 30px;
}
.popup2 .wrapper-popup .content .bottom-popup .prod_name .price {
  color: #ef7598;
}
.popup2 .wrapper-popup .content .bottom-popup .button-cart {
  background: #e42014;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 100px;
}
@media all and (max-width: 768px) {
  .popup2 .wrapper-popup .content .bottom-popup .button-cart {
    padding: 15px 95px;
  }
}

.popup2:before {
  content: "";
  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;
}

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

.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;
  }
  .block-menu-pro .container {
    padding: 0 !important;
  }
  .large-head .container {
    padding: 0 !important;
  }
}
@media all and (max-width: 1023px) {
  .about_us {
    position: relative;
    padding-bottom: 20px;
  }
  .about_us h2 {
    font-size: 14px !important;
    margin: 8px auto 12px;
    max-width: 250px;
  }
  .about_us h3 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .about_us .visible {
    max-height: unset !important;
  }
  .about_us .inner-content,
  .about_us .inner-content2 {
    max-height: 117px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_us .inner-content h3 strong,
  .about_us .inner-content2 h3 strong {
    font-size: 14px;
  }
  .about_us .showmore {
    color: #0066a6;
  }
  .about_us #showmore1 {
    position: absolute;
    left: 57%;
    top: 192px;
  }
  .about_us #showmore2 {
    margin-top: 5px;
    margin-left: 5px;
  }
  .about_us #collapse1,
  .about_us #collapse2 {
    color: #0066a6;
    cursor: pointer;
  }
}
@media all and (max-width: 1023px) {
  .large-head {
    display: block;
  }
  .large-head .left {
    display: block;
  }
  .large-head .large-head-content .hotline-head {
    display: none;
  }
  .small-head {
    display: none;
    background: #e42014;
    padding-bottom: 10px;
  }
  .small-head .top {
    background: #e42014;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .small-head .top a {
    color: #fff;
    border: none;
  }
  .small-head .top .phone,
  .small-head .top .quote {
    margin-top: 5px;
  }
  .small-head .top .toggle-menu-side-bar {
    display: block !important;
  }
  .small-head .top .toggle-menu-side-bar .line-bar {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }
  .small-head .top .img-responsive {
    margin: 10px auto 0px;
    width: 32px;
    height: 32px;
  }
  .small-head .top .right-box .dropdown2 {
    text-align: right;
    position: relative;
    display: inline-block;
    top: 10px;
  }
  .small-head .top .right-box .dropdown-content2 {
    display: none;
    position: absolute;
    left: -84px;
    top: 22px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  .small-head .top .right-box .dropdown2:hover .dropdown-content2 {
    display: block;
  }
  .small-head .top .right-box .count-cart {
    width: 17px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    float: right;
    color: #000;
    position: absolute;
    top: -3px;
    right: 12px;
  }
  .small-head .frmSearch {
    position: relative;
    margin-top: 15px;
  }
  .small-head .frmSearch #keyword2 {
    width: 94%;
    margin: auto;
  }
  .small-head .frmSearch button {
    position: absolute;
    top: 7px;
    right: 4%;
    border: none;
    background: #fff;
  }
}
@media (max-width: 1024px) {
  .fixed {
    position: fixed;
    top: 0px;
    z-index: 9999999;
    width: 100%;
  }
  .menu-slide {
    margin-bottom: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0px !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 a img {
    height: 20px;
    width: auto;
    margin-right: 10px;
  }
  .menu-slide .row .col-block a p {
    max-width: 62px;
  }
  .menu-slide .row .col-block a:after {
    width: 17px;
    height: 32px;
    background-size: 18px;
    top: -5px;
    right: 10%;
  }
  .menu-slide .row .col-block:before {
    height: 25%;
    top: 25%;
    width: 1px;
  }
  .menu-slide .row .col-block:nth-child(3):before {
    display: none;
  }
  .block-service {
    padding-top: 25px;
  }
  .block-service .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .block-service .cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
  }
  .block-service .cat .chose-item {
    padding: 10px 8px;
    width: unset;
    height: unset;
  }
  .block-service .cat .chose-item .item .cat_name {
    font-size: 10px;
    max-height: 35px;
    overflow: hidden;
  }
  .block-service .cat .chose-item .item img {
    width: auto;
    height: 85px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .block-why-chosen .top .title_why_2 {
    font-size: 14px;
    margin: 8px auto 12px;
    max-width: 220px;
  }
  .block-why-chosen .item {
    padding: 0px 5px;
  }
  .block-why-chosen .item .banner-content .title {
    font-size: 12px;
    margin: 15px 0 0 0px;
  }
  .block-why-chosen .item .banner-content .content {
    display: none;
  }
  .block-why-chosen .item .a_img img {
    width: 40px;
    height: 40px;
    margin: auto;
  }
  .about_us {
    position: relative;
    padding-bottom: 20px;
  }
  .about_us h2 {
    font-size: 14px !important;
    margin: 8px auto 12px;
    max-width: 250px;
  }
  .about_us h3 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .about_us .visible {
    max-height: unset !important;
  }
  .about_us .inner-content,
  .about_us .inner-content2 {
    max-height: 117px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_us .inner-content h3 strong,
  .about_us .inner-content2 h3 strong {
    font-size: 14px;
  }
  .about_us .showmore {
    color: #0066a6;
  }
  .about_us #showmore1 {
    position: absolute;
    left: 54%;
    top: 195px;
  }
  .about_us #showmore2 {
    margin-top: 5px;
    margin-left: 5px;
  }
  .about_us #collapse1,
  .about_us #collapse2 {
    color: #0066a6;
    cursor: pointer;
  }
  .block-graduate .top .title_why_2 {
    font-size: 14px;
    margin: 8px auto 12px;
    max-width: 250px;
  }
  .block-graduate .top .title_why_3 {
    padding-bottom: 20px;
  }
  .block-graduate .item {
    padding: 1px 5px;
    height: 120px;
  }
  .block-graduate .item .banner-content .title {
    font-size: 10px;
  }
  .block-graduate .item .banner-content .content {
    display: none;
  }
  .block-graduate .item .a_img {
    display: block;
    height: 60px;
    width: 64px;
    margin: auto;
  }
  .block-graduate .item .a_img img {
    width: 64px;
    height: auto;
    max-height: 55px;
    overflow: hidden;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 5px auto 0px;
  }
  footer .container .row .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .row .col:nth-child(1) p:last-child {
    justify-content: flex-start;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .scrollToTop.active {
    bottom: 30px;
  }
  footer .bank-footer img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .about_us {
    position: relative;
    padding-bottom: 20px;
  }
  .about_us h2 {
    font-size: 14px !important;
    margin: 8px auto 12px;
    max-width: 250px;
  }
  .about_us h3 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .about_us .visible {
    max-height: unset !important;
  }
  .about_us .box_contents {
    max-height: 470px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_us .box_contents h3 strong {
    font-size: 14px;
  }
  .about_us .showmore {
    color: #0066a6;
    cursor: pointer;
  }
  .about_us #showmore1 {
    position: relative;
    color: #0066a6;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
  }
  .about_us #showmore1:before {
    height: 55px;
    margin-top: -30px;
    content: "";
    display: block;
    background: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0.35) 95%);
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .about_us #showmore1:hover {
    color: red;
  }
  .about_us #showmore2 {
    margin-top: 5px;
    margin-left: 5px;
    color: #0066a6;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  .about_us #showmore2:before {
    height: 55px;
    margin-top: -30px;
    content: "";
    display: block;
    background: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0.35) 95%);
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .about_us #collapse1,
  .about_us #collapse2 {
    color: #0066a6;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  .about_us #collapse1:hover,
  .about_us #collapse2:hover {
    color: red;
  }
  .menu-slide .row .col-block a {
    display: flex;
  }
  .menu-slide .row .col-block a p {
    margin-top: 20px;
  }
  footer .row .col:nth-child(1) p:last-child {
    justify-content: flex-start;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .scrollToTop.active {
    bottom: 30px;
    right: 120px;
    background: #0642ad;
  }
  footer .bank-footer img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 1023px) {
  .fixed {
    position: fixed;
    top: 0px;
    z-index: 9999999;
    width: 100%;
  }
  .trending_searchbox #box_trending {
    display: none;
    background: #fff;
    border-radius: 8px;
    left: 0;
    max-width: 1023px;
    position: absolute;
    top: 157px;
    width: 100vw;
    z-index: 999;
    padding: 5px;
  }
  .trending_searchbox #box_trending .list_trending .title {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 5px;
  }
  .trending_searchbox #box_trending .list_trending .title .trending_h4 {
    margin: 0px;
    font-size: 15px;
    color: #000;
  }
  .trending_searchbox #box_trending .list_trending .list_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .trending_searchbox #box_trending .list_trending .list_item .item {
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
    color: #000;
  }
  .trending_searchbox #box_trending .list_trending .list_item .item img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .trending_searchbox #box_trending .list_trending .list_item .item p {
    margin-bottom: 0;
    font-size: 13px;
  }
  .trending_searchbox #box_trending .history_search {
    padding: 5px;
  }
  .trending_searchbox #box_trending .history_search .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .trending_searchbox #box_trending .history_search .top .left,
  .trending_searchbox #box_trending .history_search .top .right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
  }
  .trending_searchbox #box_trending .history_search .bottom .item {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .suggest_block {
    position: absolute;
    display: none;
    z-index: 999;
    background: #fff;
    margin: 0 6px 6px -1px;
    width: 100vw;
    max-width: 1023px;
    top: 148px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 0.5px #e42014;
  }
  .suggest_block .suggest_categories {
    font-family: Arial, Helvetica, sans-serif;
  }
  .suggest_block .suggest_categories .item_cat {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #7d7d7d;
  }
  .suggest_block .suggest_categories .item_cat:hover {
    background: #f0f0f0;
  }
  .suggest_block .suggest_products {
    font-family: Arial, Helvetica, sans-serif;
  }
  .suggest_block .suggest_products .item_prd {
    display: grid !important;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 15px;
    padding: 8px 10px;
  }
  .suggest_block .suggest_products .item_prd img {
    width: 60px !important;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .suggest_block .suggest_products .item_prd .right span {
    color: #333;
    font-size: 13px;
    line-height: normal;
    font-weight: 700;
  }
  .suggest_block .suggest_products .item_prd .right .money {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .suggest_block .suggest_products .item_prd .right .money .price {
    font-size: 14px;
    color: #fd0000;
  }
  .suggest_block .suggest_products .item_prd .right .money .price_old {
    color: #797979;
    font-weight: normal;
    text-decoration: line-through;
  }
  .suggest_block .suggest_products .item_prd .right::before {
    background-color: transparent;
  }
  .suggest_block .suggest_products .item_prd:hover {
    background: #d9eef8;
  }
  .suggest_block .title-suggest {
    font: normal 15px Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding: 10px;
    background: #f3f3f3;
    color: #000;
  }
}
.bgr_trending {
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  left: 0;
  position: fixed;
  transition: 0.3s;
  width: 100%;
  z-index: 888;
}
.bgr_trending .menu-slide {
  margin-bottom: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}
.bgr_trending .menu-slide .row {
  display: flex;
}
.bgr_trending .menu-slide .row .col-block {
  width: 33.33333333%;
  padding: 0 5px 0;
  font-size: 12px;
}
.bgr_trending .menu-slide .row .col-block a img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.bgr_trending .menu-slide .row .col-block a p {
  max-width: 62px;
}
.bgr_trending .menu-slide .row .col-block a:after {
  width: 17px;
  height: 32px;
  background-size: 18px;
  top: -5px;
  right: 10%;
}
.bgr_trending .menu-slide .row .col-block:before {
  height: 25%;
  top: 25%;
  width: 1px;
}
.bgr_trending .menu-slide .row .col-block:nth-child(3):before {
  display: none;
}
.bgr_trending .block-service {
  padding-top: 25px;
}
.bgr_trending .block-service .title {
  margin-bottom: 10px;
  font-size: 14px;
}
.bgr_trending .block-service .cat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}
.bgr_trending .block-service .cat .chose-item {
  padding: 10px 8px;
  width: unset;
  height: unset;
}
.bgr_trending .block-service .cat .chose-item .item .cat_name {
  font-size: 10px;
  max-height: 35px;
  overflow: hidden;
}
.bgr_trending .block-service .cat .chose-item .item img {
  width: auto;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  overflow: hidden;
}
.bgr_trending .block-why-chosen .top .title_why_2 {
  font-size: 14px;
  margin: 8px auto 12px;
  max-width: 220px;
}
.bgr_trending .block-why-chosen .item {
  padding: 0px 5px;
}
.bgr_trending .block-why-chosen .item .banner-content .title {
  font-size: 12px;
  margin: 15px 0 0 0px;
}
.bgr_trending .block-why-chosen .item .banner-content .content {
  display: none;
}
.bgr_trending .block-why-chosen .item .a_img img {
  width: 40px;
  height: 40px;
  margin: auto;
}
.bgr_trending .about_us {
  position: relative;
  padding-bottom: 20px;
}
.bgr_trending .about_us h2 {
  font-size: 14px !important;
  margin: 8px auto 12px;
  max-width: 250px;
}
.bgr_trending .about_us h3 {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
.bgr_trending .about_us .visible {
  max-height: unset !important;
}
.bgr_trending .about_us .inner-content,
.bgr_trending .about_us .inner-content2 {
  max-height: 117px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.bgr_trending .about_us .inner-content h3 strong,
.bgr_trending .about_us .inner-content2 h3 strong {
  font-size: 14px;
}
.bgr_trending .about_us .showmore {
  color: #0066a6;
}
.bgr_trending .about_us #showmore1 {
  position: absolute;
  left: 54%;
  top: 195px;
}
.bgr_trending .about_us #showmore2 {
  margin-top: 5px;
  margin-left: 5px;
}
.bgr_trending .about_us #collapse1,
.bgr_trending .about_us #collapse2 {
  color: #0066a6;
  cursor: pointer;
}
.bgr_trending .block-graduate .top .title_why_2 {
  font-size: 14px;
  margin: 8px auto 12px;
  max-width: 250px;
}
.bgr_trending .block-graduate .top .title_why_3 {
  padding-bottom: 20px;
}
.bgr_trending .block-graduate .item {
  padding: 1px 5px;
  height: 120px;
}
.bgr_trending .block-graduate .item .banner-content .title {
  font-size: 10px;
}
.bgr_trending .block-graduate .item .banner-content .content {
  display: none;
}
.bgr_trending .block-graduate .item .a_img {
  display: block;
  height: 60px;
  width: 64px;
  margin: auto;
}
.bgr_trending .block-graduate .item .a_img img {
  width: 64px;
  height: auto;
  max-height: 55px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px auto 0px;
}
.bgr_trending footer .container .row .col {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.bgr_trending footer .row .col:nth-child(1) p:last-child {
  justify-content: flex-start;
}
.bgr_trending footer .menu-footer .level0 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bgr_trending footer .left-ft .logo-ft {
  display: none;
}
.bgr_trending .scrollToTop {
  right: 30px;
  width: 30px;
  height: 30px;
}
.bgr_trending .scrollToTop.active {
  bottom: 30px;
}
.bgr_trending footer .bank-footer img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 767px) {
  header .top a {
    border-right: none;
  }
  .large-head {
    display: none;
  }
  .small-head {
    display: block !important;
    background: #e42014;
    padding-bottom: 10px;
  }
  .small-head .top {
    background: #e42014;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .small-head .top .phone,
  .small-head .top .quote {
    display: none;
  }
  .small-head .top a {
    color: #fff;
  }
  .small-head .top .toggle-menu-side-bar {
    margin: 10px 0 0px;
  }
  .small-head .top .img-responsive {
    margin: 10px auto 0px;
    width: 32px;
    height: 32px;
  }
  .small-head .top .right-box {
    text-align: right;
  }
  .small-head .top .right-box .dropdown2 {
    position: relative;
    display: inline-block;
    top: 10px;
  }
  .small-head .top .right-box .dropdown-content2 {
    display: none;
    position: absolute;
    left: -84px;
    top: 22px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  .small-head .top .right-box .dropdown2:hover .dropdown-content2 {
    display: block;
  }
  .small-head .top .right-box .count-cart {
    width: 17px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    float: right;
  }
  .small-head .frmSearch {
    position: relative;
    margin-top: 15px;
  }
  .small-head .frmSearch #keyword2 {
    width: 94%;
    margin: auto;
  }
  .small-head .frmSearch button {
    position: absolute;
    top: 7px;
    right: 4%;
    border: none;
    background: #fff;
  }
  .small-head .trending_searchbox #box_trending {
    display: none;
    background: #fff;
    border-radius: 8px;
    left: 0;
    max-width: 440px;
    position: absolute;
    top: 155px;
    width: 100vw;
    z-index: 999;
    padding: 5px;
  }
  .small-head .trending_searchbox #box_trending .list_trending .title {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 5px;
  }
  .small-head .trending_searchbox #box_trending .list_trending .title .trending_h4 {
    margin: 0px;
    font-size: 15px;
    color: #000;
  }
  .small-head .trending_searchbox #box_trending .list_trending .list_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .small-head .trending_searchbox #box_trending .list_trending .list_item .item {
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
    color: #000;
  }
  .small-head .trending_searchbox #box_trending .list_trending .list_item .item img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .small-head .trending_searchbox #box_trending .list_trending .list_item .item p {
    margin-bottom: 0;
    font-size: 13px;
  }
  .small-head .trending_searchbox #box_trending .history_search {
    padding: 5px;
  }
  .small-head .trending_searchbox #box_trending .history_search .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .small-head .trending_searchbox #box_trending .history_search .top .left,
  .small-head .trending_searchbox #box_trending .history_search .top .right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
  }
  .small-head .trending_searchbox #box_trending .history_search .bottom .item {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .small-head .suggest_block {
    position: absolute;
    display: none;
    z-index: 999;
    background: #fff;
    margin: 0 6px 6px -1px;
    width: 100vw;
    max-width: 445px;
    top: 148px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 0.5px #e42014;
  }
  .small-head .suggest_block .suggest_categories {
    font-family: Arial, Helvetica, sans-serif;
  }
  .small-head .suggest_block .suggest_categories .item_cat {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #7d7d7d;
  }
  .small-head .suggest_block .suggest_categories .item_cat:hover {
    background: #f0f0f0;
  }
  .small-head .suggest_block .suggest_products {
    font-family: Arial, Helvetica, sans-serif;
  }
  .small-head .suggest_block .suggest_products .item_prd {
    display: grid !important;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 15px;
    padding: 8px 10px;
  }
  .small-head .suggest_block .suggest_products .item_prd img {
    width: 60px !important;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .small-head .suggest_block .suggest_products .item_prd .right span {
    color: #333;
    font-size: 13px;
    line-height: normal;
    font-weight: 700;
  }
  .small-head .suggest_block .suggest_products .item_prd .right .money {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .small-head .suggest_block .suggest_products .item_prd .right .money .price {
    font-size: 14px;
    color: #fd0000;
  }
  .small-head .suggest_block .suggest_products .item_prd .right .money .price_old {
    color: #797979;
    font-weight: normal;
    text-decoration: line-through;
  }
  .small-head .suggest_block .suggest_products .item_prd .right::before {
    background-color: transparent;
  }
  .small-head .suggest_block .suggest_products .item_prd:hover {
    background: #d9eef8;
  }
  .small-head .suggest_block .title-suggest {
    font: normal 15px Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding: 10px;
    background: #f3f3f3;
    color: #000;
  }
  .small-head .bgr_trending {
    display: none;
    top: 92px;
    background: rgba(0, 0, 0, 0.2);
    height: 100vh;
    left: 0;
    position: fixed;
    transition: 0.3s;
    width: 100%;
    z-index: 888;
  }
  .fixed {
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
  }
  .menu-slide {
    margin-bottom: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0px !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 a img {
    height: 20px;
    width: auto;
    margin-right: 10px;
  }
  .menu-slide .row .col-block a p {
    max-width: 62px;
  }
  .menu-slide .row .col-block a:after {
    width: 17px;
    height: 32px;
    background-size: 18px;
    top: -5px;
    right: -5%;
  }
  .menu-slide .row .col-block:before {
    height: 25%;
    top: 25%;
    width: 1px;
  }
  .menu-slide .row .col-block:nth-child(3):before {
    display: none;
  }
  .block-service {
    padding-top: 25px;
  }
  .block-service .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .block-service .cat {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 8px;
  }
  .block-service .cat .chose-item {
    padding: 10px 8px;
    width: unset;
    height: unset;
  }
  .block-service .cat .chose-item .item .cat_name {
    font-size: 10px;
    max-height: 35px;
    overflow: hidden;
  }
  .block-service .cat .chose-item .item img {
    width: auto;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .block-why-chosen .top .title_why_2 {
    font-size: 14px;
    margin: 8px auto 12px;
    max-width: 220px;
  }
  .block-why-chosen .item {
    padding: 0px 5px;
  }
  .block-why-chosen .item .banner-content .title {
    font-size: 12px;
    margin: 15px 0 0 0px;
  }
  .block-why-chosen .item .banner-content .content {
    display: none;
  }
  .block-why-chosen .item .a_img img {
    width: 40px;
    height: 40px;
    margin: auto;
  }
  .about_us {
    position: relative;
    padding-bottom: 20px;
  }
  .about_us h2 {
    font-size: 14px !important;
    margin: 8px auto 12px;
    max-width: 250px;
  }
  .about_us h3 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .about_us .visible {
    max-height: unset !important;
  }
  .about_us .inner-content,
  .about_us .inner-content2 {
    max-height: 117px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_us .inner-content h3 strong,
  .about_us .inner-content2 h3 strong {
    font-size: 14px;
  }
  .about_us .inner-content img,
  .about_us .inner-content2 img {
    height: auto !important;
  }
  .about_us .showmore {
    color: #0066a6;
  }
  .about_us #showmore1 {
    position: absolute;
    left: 57%;
    top: 192px;
  }
  .about_us #showmore2 {
    margin-top: 5px;
    margin-left: 5px;
  }
  .about_us #collapse1,
  .about_us #collapse2 {
    color: #0066a6;
    cursor: pointer;
  }
  .menu-slide .row .col-block a {
    font-size: 8px;
    display: inline-flex;
  }
  .menu-slide .row .col-block a p {
    font-size: 8px;
  }
  .menu-slide .row .col-block a svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
  .block-graduate .top .title_why_2 {
    font-size: 14px;
    margin: 8px auto 12px;
    max-width: 250px;
  }
  .block-graduate .top .title_why_3 {
    padding-bottom: 20px;
  }
  .block-graduate .item {
    padding: 1px 5px;
    height: 120px;
  }
  .block-graduate .item .banner-content .title {
    font-size: 10px;
  }
  .block-graduate .item .banner-content .content {
    display: none;
  }
  .block-graduate .item .a_img {
    display: block;
    height: 60px;
    width: 64px;
    margin: auto;
  }
  .block-graduate .item .a_img img {
    width: 64px;
    height: auto;
    max-height: 55px;
    overflow: hidden;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 5px auto 0px;
  }
  footer .container .row .col {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .row .col:nth-child(1) p:last-child {
    justify-content: flex-start;
  }
  footer .menu-footer .level0 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .scrollToTop.active {
    bottom: 30px;
  }
  footer .bank-footer img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 650px) {
  .menu-slide .row .col-block a {
    font-size: 7px;
    display: inline-flex;
  }
  .menu-slide .row .col-block a p {
    font-size: 8px;
  }
  .menu-slide .row .col-block a svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
  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 all and (min-width: 1201px) {
  .menu-slide .row .col-block a {
    display: flex;
  }
  .menu-slide .row .col-block a p {
    margin-top: 20px;
  }
}
@media all and (max-width: 1200px) {
  header .mid .row-mid .right-box .quote {
    margin-left: 30px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1150px) {
  header .mid .row-mid .right-box .quote {
    margin-left: 25px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1110px) {
  header .mid .row-mid .right-box .quote {
    margin-left: 25px;
    padding-right: 30px;
  }
}
@media all and (max-width: 1050px) {
  header .mid .row-mid .right-box .quote {
    margin-left: 25px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  footer .menu-footer .level0 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .block-search {
    flex-wrap: wrap;
    height: auto;
  }
  header .block-search .home-btn {
    width: 110px;
  }
  header .head-search .block-search .home-btn {
    width: 110px;
  }
  .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu-slide .row .col-block a {
    font-size: 12px;
    display: inline-flex;
  }
  .menu-slide .row .col-block a p {
    font-size: 8px;
  }
  .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;
  }
  footer .row .col:nth-child(1) img {
    width: 180px;
  }
  .block-babeeni {
    margin-top: 0;
  }
  #main .h1_title {
    font-size: 26px;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .pagination .current,
  .pagination .other-page,
  .pagination .next-page,
  .pagination .pre-page {
    width: 30px;
    height: 30px;
  }
  footer .menu-footer {
    margin-bottom: 0;
  }
  footer .menu-footer .level0 {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 !important;
  }
  footer .menu-footer .level0 > a {
    margin-bottom: 0;
    font-size: 14px;
  }
  footer .menu-footer .level0 .sub-item {
    margin-bottom: 0;
    margin-top: 5px;
  }
  header .top .row-top a {
    font-size: 12px;
  }
  .label_error {
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .map iframe {
    height: 300px;
  }
  header .block-search .login-area .li_log {
    margin-left: 20px;
  }
  .msgmodal .msgmodal-content .msgmodal-body {
    width: 100%;
  }
  .menu-slide .row .col-block a {
    font-size: 12px;
    display: inline-flex;
  }
  .menu-slide .row .col-block a p {
    font-size: 8px;
  }
  .menu-slide .row .col-block a svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
  .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;
  }
}
.sau-sao-duy-nhat {
  background-image: url("/upload_images/images/2021/07/28/bg-6-sao.jpg");
  width: 100%;
  height: auto;
  background-size: 100%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .sau-sao-duy-nhat {
    width: 60%;
  }
}

.title-6-sao-duy-nhat {
  padding: 20px 40px 0px 40px;
}

.title-6-sao-duy-nhat p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.sau-sao-duy-nhat ul {
  color: #ffffff;
  font-weight: bold;
  list-style-type: none;
  margin-top: 10px;
  padding: 0;
}

.sau-sao-duy-nhat ul li .text-number {
  margin-left: 35px;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 11px;
}

.sau-sao-duy-nhat ul li {
  background-image: url("/images/sao.svg");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.internal-link {
  margin-bottom: 25px;
}

.social-icons {
  margin-left: 25px;
  display: flex;
  align-items: inherit;
}
@media all and (max-width: 768px) {
  .social-icons {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .social-icons {
    flex-wrap: wrap;
    max-width: 179px;
  }
}
@media (max-width: 768px) {
  .social-icons .ovf-auto {
    white-space: nowrap;
    overflow: auto;
  }
}
.social-icons a {
  width: 27px;
  height: 27px;
  display: inline-block;
}
.social-icons a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.content p img,
.content-news p img {
  margin-top: 12px;
  margin-bottom: 12px;
}

#imageModal {
  width: 450px;
  height: 450px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 0px !important;
  margin: auto;
  z-index: 999999;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  #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;
}

.totop button:hover,
.totop a:hover {
  background-color: #ffdc19;
  transform: scale(1.1);
  /* phóng to 20% */
}
@media (max-width: 768px) {
  .totop button:hover,
  .totop a:hover {
    background-color: unset;
  }
}

.totop {
  position: fixed;
  right: 1.5rem;
  bottom: 2.5rem;
  z-index: 9999;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: 15rem;
}

.totop img {
  width: 30px;
  border-radius: 15px;
}

.buttip {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  gap: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  transition: all 0.25s ease 0s;
  color: black;
  text-align: left;
  border: none;
  cursor: pointer;
}

.buttip img {
  transition: transform 0.25s ease 0s;
}

.tiptext {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.2;
}
.tiptext .mb {
  display: none;
}
.tiptext .pc {
  display: block;
}

.zalo1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  gap: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  transition: all 0.25s ease 0s;
  color: black;
  text-align: left;
}

.buttonchat {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  gap: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  transition: all 0.25s ease 0s;
  color: black;
  text-align: left;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

#cs-live-chat {
  right: 12% !important;
  display: none;
  bottom: 2em !important;
}
@media (max-width: 768px) {
  #cs-live-chat {
    bottom: 0 !important;
    box-shadow: unset !important;
  }
  #cs-live-chat #cs_widget_logo {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .totop {
    width: unset !important;
    bottom: 1em !important;
    gap: 5px !important;
  }
  .totop img {
    width: 40px !important;
    height: 40px !important;
  }
  .totop .tiptext {
    display: none;
  }
  .totop .but1 {
    order: 1;
    bottom: 7.5em;
    position: absolute;
    width: unset !important;
    right: 0;
    background: unset;
    box-shadow: unset;
  }
  .totop .but2 {
    order: 2;
    right: 4em;
    position: absolute;
    width: unset !important;
    background: unset;
    box-shadow: unset;
  }
  .totop .but3 {
    order: 4;
    flex-flow: row-reverse;
    background: #fff;
    border-radius: 1.5rem;
  }
  .totop .but3 .tiptext {
    display: block;
  }
  .totop .but3 .tiptext .pc {
    display: none;
  }
  .totop .but3 .tiptext .mb {
    display: block;
  }
  .totop .but3 .tiptext span {
    display: none;
  }
  .totop .but4 {
    order: 3;
    box-shadow: unset;
    width: 48px !important;
    margin-left: 7.5em;
    background: unset;
  }
}
.for-click {
  z-index: 100 !important;
  position: relative;
  /* or absolute/fixed based on your layout */
}/*# sourceMappingURL=style.css.map */