@charset "UTF-8";
/*Add font ================================*/
::-webkit-scrollbar {
  width: 17px;
  background-color: #DFDFDF;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999;
  border: 2px solid #DFDFDF;
}

/* ---------------Body--------------- */
body {
  font-size: 0.9333333333rem;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#ims-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999999;
  background: #0003;
  background-size: 150px;
  margin: 0px;
}

.home-btn-highlight {
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 15px;
  color: #fff;
  top: 100px;
  background: #097198;
  box-shadow: 0 0 10px 0 #fff;
  padding: 12px 16px 13px 33px;
  border-radius: 3px;
  z-index: 1100;
  display: none;
}
.home-btn-highlight:hover {
  color: red;
}
@media (min-width: 601px) {
  .home-btn-highlight {
    display: block;
  }
}

/* ------------------------------------*/
/* --------------- Wrapper --------------- */
#ims-wrapper {
  width: 100%;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #ims-wrapper {
    padding-top: 0;
  }
}

/* ---------------------------------------*/
/* --------------- Header --------------- */
header {
  color: #fff;
  background: #dc0021;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 2px #0c8cbd solid;
}
header .header-top {
  background: #0000001c;
  padding: 9px 0;
  display: none;
}
@media (min-width: 992px) {
  header .header-top {
    display: block;
  }
}
header .header-top .hotline {
  display: flex;
  align-items: center;
}
header .header-top .hotline .banner_item {
  display: flex;
  align-items: center;
}
header .header-top .hotline .banner_item p {
  font: 400 0.9333333333rem/1 "Roboto", sans-serif;
  padding: 0;
}
header .header-top .hotline .banner_item p:first-child {
  margin-right: 9px;
}
header .header-top .hotline .banner_item:first-child {
  border-right: 1px solid var(--rgb, 0.8);
  padding-right: 1rem;
  margin-right: 1rem;
}
header .header-top #menu-top .menu-wrapper {
  display: flex;
  justify-content: flex-end;
}
header .header-top #menu-top .menu-wrapper li {
  text-align: right;
  flex: 1 1 auto;
  padding-left: 2rem;
}
header .header-top #menu-top .menu-wrapper li a {
  font: 400 0.9333333333rem/1 "Roboto", sans-serif;
  white-space: nowrap;
}
header .header-top #menu-top .menu-wrapper ul {
  display: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  padding: 10px;
  z-index: 100;
}
header .header-top #menu-top .menu-wrapper ul li {
  text-align: left;
  color: #333;
  padding: 5px 0;
}
header .header-top #menu-top .menu-wrapper ul li a {
  font: 400 0.9333333333rem/1 "Roboto", sans-serif;
  white-space: nowrap;
}
header .header-bottom {
  background: var(--rgb, 0.8);
  padding: 12px 0;
}
@media (min-width: 992px) {
  header .header-bottom {
    padding: 3px 0;
    margin-bottom: 0;
  }
}
header .header-bottom .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  header .header-bottom .row {
    position: relative;
  }
}
header .header-bottom .logo {
  flex: 0 0 150px;
  max-width: 150px;
}
@media (min-width: 576px) {
  header .header-bottom .logo {
    flex: 0 0 12%;
    max-width: 12%;
  }
}
@media (min-width: 992px) {
  header .header-bottom .logo {
    flex: 0 0 12%;
    max-width: 12%;
    padding-left: 0;
  }
}
header .header-bottom .logo img {
  max-width: 100%;
  max-height: 55px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  header .header-bottom .logo img {
    max-height: 100%;
    max-width: 135px;
  }
}
header .header-bottom .hotline {
  color: #086f98;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 600px) {
  header .header-bottom .hotline {
    display: none;
  }
}
header .header-bottom .menu_lang {
  padding: 5px 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 601px) {
  header .header-bottom .menu_lang {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (min-width: 1100px) {
  header .header-bottom .menu_lang {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  header .header-bottom .menu_lang {
    flex: 0 0 77%;
    max-width: 77%;
    padding-left: 0;
  }
}
@media (max-width: 823px) {
  header .header-bottom .menu_lang .hotline_lang {
    align-items: center;
  }
}
@media (max-width: 600px) {
  header .header-bottom .menu_lang .hotline_lang {
    position: absolute;
    top: 0;
    right: 0;
  }
}
header .header-bottom .box_search .btn_search {
  color: #333;
  width: 18px;
  height: 30px;
  border: 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  background: transparent;
}
@media (max-width: 823px) {
  header .header-bottom .box_search .btn_search {
    position: absolute;
    right: 10px;
    top: 6px;
  }
}
header .header-bottom .box_search .btn_search:focus {
  outline: 0;
}
header .header-bottom .box_search .btn_search.active {
  color: #333;
}
header .header-bottom .box_search .btn_search i {
  font-size: 1.0666666667rem;
}
header .header-bottom .box_search .text_search {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  background: #fff;
  width: 100%;
  height: 42px;
  border: 1px solid gainsboro;
  box-shadow: 1px 1px 1px 1px #00000087;
  border-radius: 4px;
  padding: 5px 15px;
  outline: none;
}
@media (min-width: 992px) {
  header .header-bottom .box_search .text_search {
    border-color: transparent;
  }
}
header .header-bottom .box_search .text_search:placeholder {
  color: #969696;
}
header .header-bottom .box_search .btn_clear {
  display: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}
header .header-bottom .box_check {
  position: relative;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .box_check {
    display: block;
  }
}
header .header-bottom .box_check .check_order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .header-bottom .box_check .check_order i {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .header-bottom .box_check .check_order i:before {
  font-size: 1.2rem;
  position: absolute;
}
header .header-bottom .box_check .check_order i:after {
  content: "􏋸";
  font-family: "Font Awesome 5 Duotone";
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
header .header-bottom .box_check .check_order .text {
  font: 300 0.9333333333rem/1.2 "Roboto", sans-serif;
  padding-left: 10px;
  max-width: 80px;
}
header .header-bottom .box_check .panel_check {
  font-size: 1.0666666667rem;
  text-align: center;
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 5px;
}
header .header-bottom .box_check .panel_check .text_input {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 10px;
  margin-bottom: 5px;
}
header .header-bottom .box_check .panel_check .btn-check {
  color: #fff;
  background: #ffa800;
  border: 0;
  padding: 5px 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 2px;
  cursor: pointer;
}
header .header-bottom .box_notification {
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .box_notification {
    display: block;
  }
}
header .header-bottom .box_notification a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-bottom .box_notification i {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .header-bottom .box_notification i:before {
  font-size: 1.2rem;
  position: absolute;
}
header .header-bottom .box_notification i:after {
  content: "􏋸";
  font-family: "Font Awesome 5 Duotone";
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
header .header-bottom .box_notification i .num {
  font: 400 0.8rem/1 "Roboto", sans-serif;
  color: #fff;
  background: #ff9000;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  padding: 2px 5px;
  z-index: 1;
}
header .header-bottom .box_notification .text {
  font: 300 0.9333333333rem/1.2 "Roboto", sans-serif;
  padding-left: 10px;
  max-width: 80px;
}
header .header-bottom .header_user {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .header_user {
    display: block;
  }
}
header .header-bottom .header_user:hover .box_signin {
  opacity: 1;
}
@media (min-width: 992px) {
  header .header-bottom .header_user:hover .box_signin {
    display: block !important;
  }
}
header .header-bottom .header_user .box_signin {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  padding: 10px;
}
header .header-bottom .header_user .user_link {
  display: inline-flex;
  align-items: center;
}
header .header-bottom .header_user .user_link i {
  font-size: 2.2rem;
}
header .header-bottom .header_user .user_link .text {
  font: 300 0.9333333333rem/1.2 "Roboto", sans-serif;
  padding-left: 5px;
}
header .header-bottom .header_user .user_link .text b {
  font-weight: 700;
  display: block;
}
header .header-bottom .header_user .sign_group {
  display: none;
}
header .header-bottom .header_cart {
  margin-right: 20px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 992px) {
  header .header-bottom .header_cart {
    margin: unset;
  }
}
header .header-bottom .header_cart > a {
  display: flex;
  align-items: center;
}
header .header-bottom .header_cart > a:hover {
  color: inherit;
}
header .header-bottom .header_cart > a > i {
  font-size: 1.2rem;
  border: 1px solid;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .header-bottom .header_cart > a > i .num_cart {
  font: 400 0.8rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #ff9000;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0px 5px;
}
header .header-bottom .header_cart .text {
  font: 300 0.9333333333rem/1.2 "Roboto", sans-serif;
  padding-left: 10px;
  display: none;
  min-width: 90px;
}
@media (min-width: 576px) {
  header .header-bottom .header_cart .text {
    display: block;
  }
}
header .header-bottom .header_cart .text b {
  font-weight: 700;
  display: block;
}
header .header-bottom .header_cart .add-to-cart-success {
  cursor: default;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 15px #b3b3b3;
  right: 0;
  padding: 15px 20px;
  z-index: 9999;
  top: 40px;
  border-radius: 6px;
}
header .header-bottom .header_cart .add-to-cart-success .btn-close {
  opacity: 0.8;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  color: #888;
}
header .header-bottom .header_cart .add-to-cart-success p {
  color: #333;
  font-size: 13px;
}
header .header-bottom .header_cart .add-to-cart-success .btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 252px;
  margin-top: 13px;
}
header .header-bottom .header_cart .add-to-cart-success::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: -4px;
  right: 15px;
  transform: rotate(45deg);
  background: #fff;
  box-shadow: -1px -1px 0 #dfdfdf;
  z-index: -1;
}

.full {
  padding: 0px 0px 30px;
}

#container {
  position: relative;
}

#BactoTop {
  width: 42px;
  height: 46px;
  background-color: #0f8ebf;
  border-radius: 4px;
  position: fixed;
  bottom: 15%;
  display: block;
  transition: all 0.7s ease-in-out;
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 90;
  right: 1%;
  -ms-background-size: 100%;
  background-size: 100%;
  padding: 8px 0px;
  cursor: pointer;
}
#BactoTop i {
  font-size: 1.4666666667rem;
}
@media (min-width: 992px) {
  #BactoTop {
    bottom: 155px;
  }
}

.form-control {
  border: 1px solid #e0e0e0;
}

.text-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block;
  width: 100%;
}

.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: #0000;
  border-top: 6px solid #fff;
  border-right: 6px solid #0000;
  border-radius: 50%;
  animation: 0.8s spin linear infinite;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.overlay,
.sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  transition: all ease 0.2s;
}
.overlay.open {
  left: 0;
  right: 0;
}

.main-nav {
  margin-left: auto;
  margin-bottom: 0;
  z-index: 10;
  justify-content: flex-start;
  padding: 0;
}

/*------------------ */
.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px #ebebeb solid;
}
.main-menu nav.navbar .nav-item .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.main-menu nav.navbar .nav-item .nav-link .sub-arrow {
  margin-left: 0.755em;
}
.main-menu nav.navbar .nav-item .nav-link .text {
  font-size: 17px;
  font-weight: 500;
}
.main-menu nav.navbar ul.dropdown-menu {
  padding: 10px 0px;
}
.main-menu nav.navbar ul.dropdown-menu .dropdown-item {
  min-width: 250px;
  padding: 7px 20px;
}
.main-menu nav.navbar ul.dropdown-menu .dropdown-item.active {
  color: #f44336;
  text-decoration: none;
  background-color: #f6f6f6;
}

.footer-menu .footer-menu-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-menu ul li {
  padding-bottom: 4px;
}

/*------------------ */
.sideMenu {
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: 9000;
  margin-bottom: 0;
  background: #fff;
  transform: translateX(-100%);
}
@media (min-width: 576px) {
  .sideMenu {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sideMenu {
    width: 45%;
  }
}
.sideMenu.open {
  transform: translateX(0);
  display: block;
  overflow-y: auto;
}
.sideMenu .navbar-toggler {
  position: absolute;
  top: 2.5px;
  right: 0;
  border: 0;
}
@media (min-width: 576px) {
  .sideMenu .navbar-toggler {
    display: none;
  }
}
.sideMenu .box_user {
  color: inherit;
  background: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  border-top: 1px solid #fff;
  padding: 10px 45px 10px 10px;
}
@media (min-width: 576px) {
  .sideMenu .box_user {
    padding: 10px;
  }
}
.sideMenu .box_user .header_cart {
  display: flex;
  align-content: center;
  justify-content: center;
  background: #096295;
  border-radius: 6px;
  padding: 7px 10px;
}
.sideMenu .box_user .header_cart a {
  font: 600 0.8666666667rem/150% "Open Sans";
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.sideMenu .box_user .header_cart a i.fa-shopping-cart {
  font-size: 1.6rem;
  margin-right: 15px;
}
.sideMenu .box_user .header_cart a .num {
  white-space: nowrap;
}
.sideMenu .box_user .header_cart a .num .num_cart {
  color: #ffa200;
}
.sideMenu .box_user .header_cart a .num .text {
  display: block;
  font-weight: 300;
}
.sideMenu .box_user ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
}
.sideMenu .box_user ul li {
  text-align: center;
  flex: 1 1 auto;
}
.sideMenu .box_user ul li a {
  font-size: 0.9666666667rem;
  background: transparent;
  color: inherit;
  padding: 2px 8px;
}
.sideMenu .box_user ul li a:hover, .sideMenu .box_user ul li a:focus, .sideMenu .box_user ul li a:active {
  color: #1a1a1a;
  background: #ffc000;
  border-color: #ffc000;
}
.sideMenu #ims-side-menu {
  min-height: calc(100% - 45px);
  padding-bottom: 50px;
  position: relative;
}
.sideMenu #ims-side-menu ul {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.sideMenu #ims-side-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sideMenu #ims-side-menu ul li > a {
  font: 400 1rem/150% "Roboto", sans-serif;
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
.sideMenu #ims-side-menu ul li > a.current {
  color: #006cf2;
  background: linear-gradient(to right, #eee, transparent);
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon {
  font: 900 1.2rem/150% "Font Awesome 5 Duotone";
  color: #006cf2;
  width: 40px;
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon:before {
  content: "";
  position: absolute;
  color: inherit;
  opacity: 1;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon:after {
  content: "􏄅";
  color: inherit;
  opacity: 0.4;
}
.sideMenu #ims-side-menu ul li.has-submenu i.icon.open {
  transform: translateX(30px);
}
.sideMenu .menu_sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.25);
  transform: translate3d(-120%, 0, 0);
  transition: all 0.5s ease-in-out;
  padding-bottom: 50px;
  z-index: 1;
}
.sideMenu .menu_sub.open {
  transform: translate3d(0, 0, 0);
}
.sideMenu .menu_sub h3 a {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
.sideMenu .menu_sub .menu_back {
  font: 400 1rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #777;
  display: block;
  padding: 5px 30px;
}

.topnav {
  margin-top: 15px;
}
.topnav .row {
  background: #fff;
  align-items: center;
}
.topnav #menu-product {
  flex: 0 0 22%;
  max-width: 22%;
  color: #fff;
  background: #ff9000;
  align-items: center;
  padding: 0;
  position: relative;
}
.topnav #menu-product:hover .arrow-down span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 14px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(2) {
  left: 0px;
  top: 8px;
  width: 9px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(3) {
  left: 7px;
  top: 8px;
  width: 9px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}
.topnav #menu-product .arrow-down {
  width: 18px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.topnav #menu-product .arrow-down span {
  background-color: #FFF;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.topnav #menu-product .arrow-down span:nth-child(1) {
  width: 100%;
  height: 2px;
  display: block;
  top: 0px;
  left: 0px;
}
.topnav #menu-product .arrow-down span:nth-child(2) {
  width: 100%;
  height: 2px;
  display: block;
  top: 6px;
  left: 0px;
}
.topnav #menu-product .arrow-down span:nth-child(3) {
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0px;
  left: 0px;
}
.topnav #menu-product li.nav-item {
  height: 100%;
  position: unset;
}
.topnav #menu-product li.nav-item > a {
  font: 700 1.0826666667rem/1 "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 2px 15px;
}
.topnav #menu-product li.nav-item > a .sub-arrow {
  display: none;
}
.topnav #menu-product li.nav-item > ul {
  width: 100% !important;
  padding: 0;
}
.topnav #menu-product li.nav-item > ul > li {
  padding: 0;
}
.topnav #menu-product li.nav-item > ul > li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product li.nav-item > ul > li a.current {
  color: #333 !important;
  font-weight: bold;
}
.topnav #menu-product li.nav-item > ul > li a .icon {
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topnav #menu-product li.nav-item > ul > li a .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.topnav #menu-product li.nav-item > ul > li a .text {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnav #menu-product li.nav-item > ul > li ul {
  background: #fff;
  display: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 200px !important;
  min-height: 100%;
  position: absolute;
  top: 0 !important;
  padding: 0;
  margin-top: 0 !important;
}
.topnav #menu-product li.nav-item ul li {
  padding: 0;
}
.topnav #menu-product li.nav-item ul li.has-submenu a .sub-arrow {
  display: block;
  color: transparent;
}
.topnav #menu-product li.nav-item ul li.has-submenu a .sub-arrow:before {
  content: "";
  font: 400 1rem/150% "Font Awesome 5 Pro", sans-serif;
}
.topnav #menu-product li.nav-item ul li:hover, .topnav #menu-product li.nav-item ul li:focus, .topnav #menu-product li.nav-item ul li.active {
  color: #333333;
  font-weight: bold;
  background: #eceff1;
}
.topnav #menu-product li.nav-item ul li:hover > a, .topnav #menu-product li.nav-item ul li:focus > a, .topnav #menu-product li.nav-item ul li.active > a {
  color: inherit !important;
}
.topnav #menu-product li.nav-item ul li:hover > a .sub-arrow, .topnav #menu-product li.nav-item ul li:focus > a .sub-arrow, .topnav #menu-product li.nav-item ul li.active > a .sub-arrow {
  color: inherit;
}
.topnav #menu-product .menu-all li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product .menu-all li a .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topnav #menu-product .menu-all li a .icon i {
  color: #da251c;
}
.topnav .promo {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .topnav .promo {
    flex: 0 0 calc(100% - 22%);
    max-width: calc(100% - 22%);
  }
}
.topnav .promo .picture {
  flex: 0 0 221px;
  max-width: 221px;
  display: none;
}
@media (min-width: 992px) {
  .topnav .promo .picture {
    display: block;
  }
}
.topnav .promo .picture img {
  max-width: 221px;
  max-height: 26px;
  width: auto;
  height: auto;
}
.topnav .promo .ticker_promo {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .topnav .promo .ticker_promo {
    flex: 0 0 calc(100% - 102px);
    max-width: calc(100% - 102px);
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .topnav .promo .ticker_promo {
    flex: 0 0 calc(100% - 221px - 102px);
    max-width: calc(100% - 221px - 102px);
  }
}
.topnav .promo .ticker_promo .title {
  font: 700 0.9333333333rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  text-indent: -9999px;
  color: #006fe6;
  flex: 0 0 30px;
  max-width: 30px;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 576px) {
  .topnav .promo .ticker_promo .title {
    text-indent: unset;
    flex: 0 0 auto;
    max-width: unset;
    padding-right: 10px;
  }
}
.topnav .promo .ticker_promo .list_ticker_promo {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .topnav .promo .ticker_promo .list_ticker_promo {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.topnav .promo .ticker_promo .list_ticker_promo.slick-initialized {
  display: block;
}
.topnav .promo .ticker_promo .list_ticker_promo .item a {
  display: block;
  white-space: nowrap;
  padding-right: 30px;
}
.topnav .promo .ticker_promo .list_ticker_promo .item:hover a {
  color: #36a2ff;
}
.topnav .promo .fb-like {
  flex: 0 0 auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .topnav .promo .fb-like {
    flex: 0 0 102px;
    max-width: 102px;
  }
}
@media (min-width: 992px) {
  .topnav .promo .fb-like {
    padding-right: 20px;
  }
}

.feature:not(.slick-slider) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ------****------Content------****------*/
#ims-content {
  display: block;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #ims-content {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #ims-content {
    flex: 0 0 76%;
    max-width: 76%;
  }
}

#ims-content img {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------*/
/* ------****------Column------****------*/
#ims-column_left {
  display: block;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #ims-column_left {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #ims-column_left {
    flex: 0 0 24%;
    max-width: 24%;
    padding-left: 0;
  }
}

#ims-column {
  display: block;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #ims-column {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #ims-column {
    flex: 0 0 24%;
    max-width: 24%;
    padding-right: 0;
  }
}

/* --------------------------------------*/
/* ------****------Fanpage_Facebook------****------*/
#fanpage_facebook {
  background: #ffffff;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------*/
/* ------****------Paginate------****------*/
.paginate {
  padding: 30px 0;
  text-align: right;
}

.paginate .pagetotal {
  background: transparent;
  display: none;
  padding: 0px 2px;
  color: #fff;
}

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  display: inline-block;
  color: #333;
  height: 39px;
  width: 39px;
  line-height: 36px;
  font-size: 15px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  padding: 0px 3px;
  margin: 0px 4px;
  border: 1px solid transparent;
  vertical-align: top;
}

.paginate .btnPage i {
  display: inline-block;
  font-size: 22px;
  margin-top: 3px;
  color: #108ebf;
}

.paginate .pagecur {
  color: #fff;
  background: #108ebf;
  border-color: #108ebf;
}

/* ----------------------------------------*/
.brand_scroll {
  padding-top: 15px;
}
.brand_scroll .row {
  background: #fff;
  padding: 11px 0;
}
.brand_scroll p {
  font: 600 0.9333333333rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #8d8e92;
  background: #fff;
  display: flex;
  align-items: center;
}
.brand_scroll p i {
  font-size: 0.6666666667rem;
  padding-left: 5px;
}
.brand_scroll .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  width: auto !important;
}

/* ----------------------------------------*/
/* ----------------------------------------*/
#main_slide {
  position: relative;
  overflow: hidden;
}
#main_slide .row_item {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  display: none;
}
#main_slide .row_item.slick-slide {
  display: block;
}
@media (min-width: 992px) {
  #main_slide .row_item {
    flex: 1 1 auto;
  }
  #main_slide .row_item .slick-list, #main_slide .row_item .slick-list *:not(img) {
    height: 100%;
  }
}
#main_slide .item a img {
  width: 100%;
  height: auto;
}
#main_slide .owl-theme .owl-dots {
  display: inline-block;
  width: 100%;
  bottom: 20px;
  position: absolute;
}
#main_slide .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px #31c5ff solid;
}
#main_slide .owl-theme .owl-dots .owl-dot.active span, #main_slide .owl-theme .owl-dots .owl-dot:hover span {
  background: #31c5ff;
}

.banner_ads_item img {
  width: 100%;
  height: auto;
}

/* ------****------Footer------****------*/
#ims-scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px;
}

/* --------------------------------------*/
/* ------****------Scroll------****------*/
#ims-scroll_left {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  left: 12px;
  overflow: hidden;
  margin: 0px;
}

#ims-scroll_right {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  right: 0px;
  overflow: hidden;
  margin: 0px;
}

.class_top {
  top: 536px !important;
}

.fr {
  float: right;
}

.menu-header-top ul li {
  float: left;
  padding: 0px 7px;
  font-weight: normal;
  font-size: 14px;
}

.menu-header-top ul li a {
  color: #9b9b9b;
}

.menu-header-top ul li a.current {
  color: #ed3237;
}

.menu-header-top ul li a:hover {
  color: #ed3237;
}

/* --------------------------------------*/
/* --------------------------------------------*/
.slick-list {
  width: 100%;
}
.slick-list .slick-track {
  min-width: 100%;
}

/* ----------------- Product ----------------- */
.btn-add-cart {
  position: relative;
  color: #fff;
  background: #ff4139;
  border-radius: 4px;
  border: solid 1px #0000;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.btn-add-cart + .btn-add-cart {
  margin-left: 20px;
}
.btn-add-cart i {
  margin-right: 6px;
}

.btn-continue-watch {
  text-transform: uppercase;
  color: #ff424e !important;
  border: 2px #ff424e solid;
  padding: 5px 12px;
  display: inline-block;
  font-weight: bold;
}
.btn-continue-watch:hover {
  background: #ff424e;
  color: #ffffff !important;
}

.card-shadow {
  box-shadow: 0 2px 8px 0 #00000029 !important;
}

.loading_spin {
  opacity: 1 !important;
  position: relative;
  color: #ffffff0d;
  pointer-events: none !important;
}
.loading_spin:after {
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: #0000 !important;
  border-top-color: #0000 !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

.loading_red:after {
  border: 2px solid #ff424e;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----------------------------------------------- */
.hotline.sticky {
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: none;
  align-items: center;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
}
@media (min-width: 992px) {
  .hotline.sticky {
    display: flex;
  }
}
.hotline.sticky i {
  font-size: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
}
.hotline.sticky span {
  font: 600 1.6666666667rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #035d91;
  border-radius: 25px;
  display: none;
  opacity: 0;
  padding: 0 10px;
  transition: all 300ms ease;
}
.hotline.sticky:hover span, .hotline.sticky:focus span {
  display: block;
  opacity: 1;
}

.bottom_phone {
  background: #006cf2;
  position: fixed;
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
@media (min-width: 992px) {
  .bottom_phone {
    display: none;
  }
}
.bottom_phone .item {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  border-right: 1px solid gainsboro;
  padding: 10px 3px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  color: inherit;
  font-size: 14px;
}
.bottom_phone .item a {
  color: inherit;
}

.captcha {
  line-height: 30px;
  display: flex;
  align-items: center;
}

.captcha input {
  max-width: 150px;
  display: inline-block;
  margin-left: 10px;
  color: #404041;
}

.captcha span {
  display: inline-block;
  background-color: #6d6e71;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #969696;
  position: relative;
  top: 2px;
  -webkit-user-select: none;
  user-select: none;
}

.captcha .captcha-group {
  display: inline-flex;
  align-items: center;
}

#box_lang ul {
  padding-left: 15px;
}
@media (max-width: 823px) {
  #box_lang ul {
    margin: 0;
  }
}
#box_lang ul li {
  list-style: none;
}
#box_lang ul li .flag_vi {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: yellow url("[DIR_IMAGES]flag_vi.png") no-repeat center;
  border-radius: 50%;
}
#box_lang ul li .flag_en {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("[DIR_IMAGES]flag_en.png") no-repeat center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-thumbs .fancybox-thumbs__list {
    margin: auto;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
label.error {
  color: #f00;
}

.lazy[data-src] {
  opacity: 0;
}
.lazy[data-src].loaded {
  opacity: 1;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
  background: transparent;
}

.text-dark.bg-light:hover, .text-dark.bg-light:focus {
  background: transparent !important;
}

ul[class*=wrap-suggestion] {
  max-height: 320px;
  border: 0 !important;
  overflow-y: auto;
  z-index: 9999;
  padding: 0px;
  background: #fff;
}
ul[class*=wrap-suggestion]::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
ul[class*=wrap-suggestion]::-webkit-scrollbar-thumb {
  background-color: #de382c;
  border-radius: 10px;
}
ul[class*=wrap-suggestion]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}
ul[class*=wrap-suggestion] li {
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-style: dotted;
  padding-bottom: 5px;
}
ul[class*=wrap-suggestion] li > div {
  padding: 0 !important;
}
ul[class*=wrap-suggestion] li > div.ui-state-active {
  border: 0;
  background: #f8f8f8;
  margin: 0 !important;
}
ul[class*=wrap-suggestion] li a {
  display: block;
  padding: 6px;
  overflow: hidden;
  clear: both;
}
ul[class*=wrap-suggestion] li a img {
  float: left;
  width: 50px;
  height: auto;
  margin: 0 6px 0 0;
}
ul[class*=wrap-suggestion] li a h3 {
  display: block;
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  width: auto;
  color: #333;
}
@media (min-width: 992px) {
  ul[class*=wrap-suggestion] li a h3 {
    font: 700 0.9333333333rem/150% "Roboto", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
ul[class*=wrap-suggestion] li a .price_format {
  font-size: 0.8rem;
  color: #c70100;
}

.box_signin {
  width: auto;
  min-width: 265px;
  max-width: 96vw;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 20px;
  transition: opacity 300ms;
  overflow: hidden;
  z-index: 150;
}
.box_signin a {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #4a4a4a;
  background: #fdd835;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  box-shadow: -1px 2px 4px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
.box_signin a i {
  font-size: 1.0666666667rem;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.box_signin a.btn-social {
  justify-content: flex-start;
  padding-left: 50px;
}
.box_signin a.btn-google {
  color: #fff;
  background: #df4a32;
}
.box_signin a.btn-facebook {
  color: #fff;
  background: #3b5998;
}

.header-tool {
  display: block;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .header-tool {
    display: none;
  }
}

.navbar-toggler {
  height: 40px;
  border: 1px solid #108ebf;
}
.navbar-toggler span {
  background: #108ebf;
}

nav:not(.sideMenu) #tth-main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
  align-items: center;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper > li {
  flex: 1 1 auto;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper > li > a {
  font: 700 1rem/150% "Muli", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 10px;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper > li > a:after {
  content: unset;
  display: none;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper:first-of-type > li.first a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper:first-of-type > li.first a i {
  font-size: 0.8rem;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper:last-child {
  justify-content: flex-end;
  margin-left: auto;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul {
  display: none !important;
  padding: 0;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li {
  padding: 0;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a {
  display: block;
  color: #fff;
  background: #006cf2;
  padding: 10px 0;
  padding-left: 3rem;
  padding-right: 2rem;
  position: relative;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:before {
  content: "";
  font: 900 0.6666666667rem/150% "Font Awesome 5 Pro";
  color: inherit;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:hover, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:focus, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a.current {
  color: #333;
  background: #fff;
}
nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:hover:before, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a:focus:before, nav:not(.sideMenu) #tth-main-menu ul.menu-wrapper ul li a.current:before {
  color: #006cf2;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: ease 0.5s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.change .icon-bar:first-child {
  transform: translate3d(0, 6px, 0) rotate(34deg);
}

.change .icon-bar:nth-child(2) {
  opacity: 0;
}

.change .icon-bar:last-child {
  transform: translate3d(0, -6px, 0) rotate(-34deg);
}

.social_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eff2f9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.social_box .register_email {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .social_box .register_email {
    flex: 1 1;
    max-width: unset;
  }
}
.social_box .register_email .title_register {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #6b6b6b;
}
@media (min-width: 576px) {
  .social_box .register_email .title_register {
    padding: 0px 30px 0px 0px;
  }
}
@media (min-width: 576px) {
  .social_box .register_email #form_res_email {
    flex: 1 1;
  }
}
.social_box .register_email .register_input {
  font: 400 1rem/150% "Roboto", sans-serif;
  max-width: 340px;
  width: 100%;
  height: 42px;
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
}
.social_box .register_email .register_input::placeholder {
  color: #e7e7e7;
}
.social_box .register_email .btn_send {
  font: 400 1rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #2ecc71;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 15px;
}
.social_box .follow {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  margin: 10px auto;
}
@media (min-width: 992px) {
  .social_box .follow {
    margin: 0;
  }
}
.social_box .follow a {
  padding: 0 7px;
}
.social_box .follow a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.social_box .follow a i:before {
  font-size: 1.4rem;
}
.social_box .follow a i[class*=facebook] {
  background: #3B5998;
}
.social_box .follow a i[class*=youtube] {
  background: #f00;
}
.social_box .follow a i[class*=twitter] {
  background: #1DA1F2;
}
.social_box .follow a i[class*=zalo] {
  background: #008FE5;
}
.social_box .follow a i[class*=zalo]:before {
  content: "";
  background: url("[DIR_IMAGES]zalo-icon.png") center center no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

/* -------------- Footer -------------- */
footer .footer-col .banner_item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  footer .footer-col {
    flex: 1 1 auto;
  }
}
footer .footer-col > h3 {
  font: 500 1rem/150% "Roboto", sans-serif;
  display: block;
  padding-bottom: 7.5px;
}
footer .footer-col .menu-wrapper > li > a {
  font: 500 1rem/150% "Roboto", sans-serif;
  color: #0072bc;
  display: block;
  padding-bottom: 7.5px;
  pointer-events: none;
}
footer .footer-col .menu-wrapper > li ul li a {
  display: block;
  padding: 2.5px 0;
}
footer .footer-img > h3 {
  font: 500 1rem/150% "Roboto", sans-serif;
  display: block;
  padding-bottom: 7.5px;
}
footer .footer-img .list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-img .list_item .banner_item {
  flex: 1 1 auto;
  text-align: center;
  margin-bottom: 2px;
}
footer .tagfooter {
  font: 400 0.8rem/150% "Roboto", sans-serif;
  text-align: justify;
  color: #808080;
  background: #f8f8f8;
  padding: 15px 15px 0;
  margin-top: 20px;
}
footer .tagfooter p {
  line-height: 24px;
}
footer .tagfooter .copyright {
  color: #333;
  margin-left: auto;
}

/* ------------------------------------ */