@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%;
}

.form-control {
  -webkit-box-shadow: 0 0 0 0;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  width: 100%;
}

.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%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
          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;
  -webkit-transition: 0.3s all ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e42014;
  color: #fff;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}

.collapse.in {
  display: block;
}

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

.pagination {
  margin-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination b {
  display: none;
}

.pagination .current,
.pagination .other-page,
.pagination .next-page,
.pagination .pre-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  border: 1px solid #737373;
  margin: 0 5px;
}

.pagination .current {
  background: #e42014;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-menu-pro .li-menu .a-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-menu-pro .li-menu .a-menu span {
  color: #737373;
  -webkit-transition: 0.3s all ease-in-out;
  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;
  -webkit-transition: 0.3s all ease-in-out;
  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;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: unset !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 .small-head {
  display: none;
}

header .fixed1 {
  position: fixed;
  top: 0px;
  z-index: 9999999;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .left {
  width: 8%;
  float: left;
  margin: auto;
}

header .left a img {
  width: 59px;
  height: 56px;
  margin: auto;
}

header .right {
  width: 92%;
  float: left;
}

header .right:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100px;
  width: 1103px;
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #e42014;
  z-index: -1;
}

header .top {
  background-color: #ececec;
  width: 100%;
  height: 40px;
}

header .top a {
  padding: 0 20px;
  border-right: 1px solid #fff;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}

header .top .container {
  height: 100%;
}

header .top .row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top .row-top a {
  -webkit-transition: 0.1s all ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          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 {
  color: #f6b626;
}

header .top .row-top .li_log:hover .dropusermenu {
  display: block;
}

header .top .container-top {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .mid {
  height: 50px;
}

header .mid .container {
  height: 100%;
}

header .mid a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mid a svg {
  margin-right: 10px;
}

header .mid .row-mid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 2fr;
      grid-template-columns: 1fr 2fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 .mid-box {
  margin-top: 5px;
}

header .mid .row-mid .mid-box .frmSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mid .row-mid .mid-box .frmSearch #keyword {
  outline: none;
  border: 1px solid #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
}

header .mid .row-mid .mid-box .frmSearch button {
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

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: 52px;
  margin-left: 55px;
  border-right: 1px solid;
}

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: 40px;
  /* 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;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      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;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            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;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
            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 {
    color: #f6b626;
  }
  header .head-search .block-search .li_log:hover .dropusermenu {
    display: block;
  }
}

header .head-search .block-search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(252, 212, 51, 0.6);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .head-search .block-search .cart .a-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .bot ul li {
  height: 100%;
}

header .bot ul li a {
  height: 100%;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #737373;
  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: #CF0204;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.scrollToTop.active {
  bottom: 111px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.block {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 63px;
}

.block .h1_block {
  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;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  text-transform: uppercase;
}

.menu-slide .row .col-block a .cl1,
.menu-slide .row .col-block a .cl2 {
  -webkit-transition: 0.3s all linear;
  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.html) center center no-repeat;
  background-size: 38px;
  position: absolute;
  right: 15%;
  top: 0px;
}

.block-service {
  text-align: center;
}

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 .row .left-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1100px) {
  footer .row .left-ft .logo-ft {
    margin-right: 15px;
  }
}

footer .row .left-ft h2 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0642ad;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

footer .row .left-ft h2::after {
  content: "";
  width: 64px;
  height: 3px;
  background: #e42014;
  position: absolute;
  top: 75%;
  left: 0px;
}

@media all and (min-width: 1200px) {
  footer .row .left-ft a {
    margin-right: 18%;
  }
}

footer .row1 {
  padding-bottom: 40px;
}

footer .menu-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: -40px;
}

footer .menu-footer a {
  cursor: pointer;
}

footer .menu-footer .level0 {
  margin-bottom: 40px;
  list-style: none;
  position: relative;
  padding-left: 55px;
}

footer .menu-footer .level0 > a {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0642ad;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

footer .menu-footer .level0 > a:after {
  content: "";
  width: 64px;
  height: 2px;
  background: #e42014;
  position: absolute;
  top: 75%;
  left: 0px;
}

footer .menu-footer .level0 .sub-item {
  margin-bottom: 10px;
}

footer .menu-footer .level0 .sub-item:last-child {
  margin-bottom: 0;
}

footer .menu-footer .level0 a:hover {
  font-weight: bold;
  color: #0642ad;
}

footer .bank-footer img {
  margin: 20px auto 0;
  display: block;
}

.modal.in {
  opacity: 1;
}

.toggle-menu-side-bar {
  display: none;
}

@media (max-width: 768px) {
  .toggle-menu-side-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #e42014;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            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;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: 640px auto;
      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: -webkit-box;
  display: -ms-flexbox;
  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%20(1.html).svg");
}

#modalPopupHome .owl-next {
  background: url("../../../img/right-arrow%20(1.html).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;
  -webkit-box-shadow: 1px 1px 9px 2px #0000003b;
          box-shadow: 1px 1px 9px 2px #0000003b;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 1px 1px 9px 2px #0000003b;
          box-shadow: 1px 1px 9px 2px #0000003b;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          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) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@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: none !important;
  }
  .small-head {
    display: block !important;
    background: #e42014;
    padding-bottom: 10px;
  }
  .small-head .top {
    background: #e42014;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15% 20% 25% 25% 15%;
        grid-template-columns: 15% 20% 25% 25% 15%;
  }
  .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 {
    padding: 0px 10px;
  }
  .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 .dropdown2 .dropbtn {
    margin-top: 10px;
  }
  .small-head .top .right-box .dropdown-content2 {
    display: none;
    position: absolute;
    left: -84px;
    top: 22px;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            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;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 35px;
    width: 35px;
    height: 35px;
  }
  .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: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #fff), color-stop(95%, rgba(255, 255, 255, 0.35)));
    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: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #fff), color-stop(95%, rgba(255, 255, 255, 0.35)));
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-slide .row .col-block a p {
    margin-top: 20px;
  }
  footer .row .col:nth-child(1) p:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 35px;
    width: 35px;
    height: 35px;
  }
    .scrollToTop.active {
        bottom: 100px;
        right: 35px;
        background: #CF0204;
    }
  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%;
  }*/
  .menu-slide {
    margin-bottom: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }
  .menu-slide .row {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 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 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .row .col:nth-child(1) p:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .menu-footer .level0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 35px;
    width: 35px;
    height: 35px;
  }
  .scrollToTop.active {
    bottom: 100px;
  }
  footer .bank-footer img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  header .top a {
    border-right: none;
  }
  .small-head {
    display: block !important;
    background: #e42014;
    padding-bottom: 10px;
  }
  .small-head .top {
    background: #e42014;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        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 {
    padding: 0px 10px;
  }
  .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 .dropdown2 .dropbtn {
    margin-top: 10px;
  }
  .small-head .top .right-box .dropdown-content2 {
    display: none;
    position: absolute;
    left: -84px;
    top: 22px;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            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;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 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: 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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .menu-footer .level0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  footer .left-ft .logo-ft {
    display: none;
  }
  .scrollToTop {
    right: 35px;
    width: 35px;
    height: 35px;
  }
  .scrollToTop.active {
    bottom: 100px;
  }
  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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header .block-search {
    -ms-flex-wrap: wrap;
        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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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.html");
  width: 100%;
  height: 328px;
  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;
}

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

.sau-sao-duy-nhat ul li:nth-child(1) {
  background-image: url("../../../upload_images/images/2021/08/09/number1.html");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.sau-sao-duy-nhat ul li:nth-child(2) {
  background-image: url("../../../upload_images/images/2021/08/09/number2.html");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.sau-sao-duy-nhat ul li:nth-child(3) {
  background-image: url("../../../upload_images/images/2021/08/09/number3.html");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.sau-sao-duy-nhat ul li:nth-child(4) {
  background-image: url("../../../upload_images/images/2021/08/09/number4.html");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.sau-sao-duy-nhat ul li:nth-child(5) {
  background-image: url("../../../upload_images/images/2021/08/09/number5.html");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.sau-sao-duy-nhat ul li:nth-child(6) {
  background-image: url("../../../upload_images/images/2021/08/09/number6.html");
  background-position: 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.social-icons {
  margin-left: 55px;
}

@media all and (max-width: 768px) {
  .social-icons {
    margin: 0;
    text-align: center;
  }
}

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

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  /*left: -30px;*/
}

.owl-carousel .owl-nav .owl-prev .fa-angle-left:before {
  content: url(../img/img-contents/prev.svg);
}

.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}

.owl-carousel .owl-nav .owl-prev:hover .fa-angle-left:before {
  content: url(../img/img-contents/prev1.svg);
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: -30px;
}

.owl-carousel .owl-nav .owl-next .fa-angle-right:before {
  content: url(../img/img-contents/next.svg);
}

.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}

.owl-carousel .owl-nav .owl-next:hover .fa-angle-right:before {
  content: url(../img/img-contents/next1.svg);
}

#bannerHome .owl-nav .owl-prev {
    position: absolute;
    top: 75%;
    right: 50px;
    display: none
}

#bannerHome .owl-nav .owl-prev .fa-angle-left:before {
  content: url(../img/img-contents/prev.svg);
}

#bannerHome .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}

#bannerHome .owl-nav .owl-prev:hover .fa-angle-left:before {
  content: url(../img/img-contents/prev1.svg);
}

#bannerHome .owl-nav .owl-next {
  position: absolute;
  top: 75%;
  right: 30px;
  display:none
}

#bannerHome .owl-nav .owl-next .fa-angle-right:before {
  content: url(../img/img-contents/next.svg);
}

#bannerHome .owl-nav .owl-next.disabled {
  opacity: 0.5;
}

#bannerHome .owl-nav .owl-next:hover .fa-angle-right:before {
  content: url(../img/img-contents/next1.svg);
}
/*# sourceMappingURL=style.css.map */