@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: "Roboto Slab", serif;
  padding: 0;
  margin: 0;
  color: #343434;
  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;
}

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

/* ---------------------------------------*/
#map_home {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-top: 2px solid #cc0101;
  height: 290px;
}
@media (min-width: 601px) {
  #map_home {
    height: 490px;
  }
}
#map_home #map_canvas {
  height: 100%;
}

.section_advisory {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .section_advisory {
    width: 100vw;
    margin-left: calc(-50vw + 32.9%);
  }
}
@media (max-width: 600px) {
  .section_advisory {
    overflow: hidden;
  }
}
@media (max-width: 823px) {
  .section_advisory .container {
    padding: 0;
  }
}
.section_advisory .icon {
  display: block;
  margin: 0 auto 25px;
  font-size: 80px;
  line-height: 50px;
  color: #000;
  text-align: center;
}
.section_advisory .box {
  border: 1px solid #e2e2e2;
  margin-bottom: 0;
  padding: 35px 70px;
}
@media (min-width: 992px) {
  .section_advisory .box {
    padding: 35px 150px;
  }
}
@media (max-width: 600px) {
  .section_advisory .box {
    padding: 35px 5px;
  }
}
.section_advisory .title {
  text-align: center;
  font-family: var(--font_beExtra);
  font-size: 34px;
  color: #1c6c9d;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section_advisory .note {
  text-align: center;
  font-size: 13px;
  margin-bottom: 3.5rem;
}
.section_advisory .background {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 600px) {
  .section_advisory .background {
    opacity: 0.25;
    pointer-events: none;
    max-height: 100%;
  }
}
.section_advisory .container {
  position: relative;
}
.section_advisory .slick-current .item .client-name {
  color: #ffc107;
}
.section_advisory .item {
  display: flex;
}
@media (max-width: 600px) {
  .section_advisory .item {
    justify-content: center;
  }
}
.section_advisory .item .client-info {
  position: relative;
  top: 1px;
  line-height: 26px;
  color: #333;
  padding: 14px 0;
  font-weight: 300;
  margin-left: 20px;
  font-size: 13px;
}
.section_advisory .item .client-info .client-name {
  font-weight: 700;
}
.section_advisory .slide-control {
  width: 100%;
}
@media (max-width: 900px) {
  .section_advisory .slide-control {
    display: flex;
    max-width: 60%;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
@media (max-width: 600px) {
  .section_advisory .slide-control {
    max-width: 100%;
  }
}
.section_advisory .slide-control .btn-arrow {
  z-index: 12;
  font-size: 1rem;
  color: #b30101;
  opacity: 1;
  top: 68%;
  cursor: pointer;
  background: #ffffff;
  width: 33px;
  height: 33px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 992px) {
  .section_advisory .slide-control .btn-arrow {
    position: absolute;
  }
}
.section_advisory .slide-control .btn-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.section_advisory .slide-control .btn-arrow.btn-next {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .section_advisory .slide-control .btn-arrow.btn-next {
    right: 52%;
    margin: 0;
  }
}
.section_advisory .slide-control .btn-arrow.btn-prev {
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .section_advisory .slide-control .btn-arrow.btn-prev {
    left: 40%;
    margin: 0;
  }
}
.section_advisory .slide-control .btn-arrow:focus, .section_advisory .slide-control .section_focus .box_content .slide-control .btn-arrow:hover {
  opacity: 1;
}
.section_advisory .slick-dots li button:before {
  content: "";
  width: 20px;
  height: 7px;
  background: #ffffff;
  opacity: 1;
  border-radius: 4px;
}
.section_advisory .slick-dots li:hover button:before {
  background: #1c6c9d;
  opacity: 0.5;
}
.section_advisory .slick-dots li.slick-active button:before {
  background: #1c6c9d;
}

.section-block {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  padding: 15px 0;
  background-color: #f9f9f9;
  line-height: 40px;
  color: #aaa;
  font-size: 17px;
}
@media (min-width: 601px) {
  .section-block {
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .section-block .banner_item {
    text-align: center;
  }
}
.section-block .banner_item img {
  max-width: 100%;
  height: auto;
}
.section-block .col-sm-3 .banner_item {
  max-width: 135px;
}
@media (max-width: 600px) {
  .section-block .col-sm-3 .banner_item {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .section-block .content {
    padding: 20px 0;
  }
}
.section-block .col-sm-9 {
  text-align: center;
}
@media (min-width: 601px) {
  .section-block .col-sm-9 {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.section-block .col-sm-9 .content {
  display: inline-block;
  text-align: left;
}
.section-block .col-sm-9 .content span.sale {
  font-weight: bold;
  color: #f00909;
}
.section-block .col-sm-9 .content span.price {
  font-weight: bold;
  color: #000;
}
.section-block .col-sm-9 i {
  margin: 0 20px 0 25px;
}
.section-block .col-sm-9 a {
  border: 2px solid #ffc107;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -3px;
  font-family: inherit;
  color: #1f1f1f;
  white-space: nowrap;
}
.section-block .col-sm-9 a:hover {
  color: #ffc107;
}

.list-pro .title {
  font-size: 20px;
  color: #0c1f58;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.list-pro .list {
  display: flex;
  flex-wrap: wrap;
}
.list-pro .list a {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
@media (min-width: 601px) {
  .list-pro .list a {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .list-pro .list a {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

/* --------------- Header --------------- */
header {
  color: #ffc000;
  background: #112562;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header .header-top {
  padding: 8px 0;
  font-size: 13px;
  display: none;
  background: #0c1f58;
}
@media (min-width: 601px) {
  header .header-top {
    display: block;
  }
}
header .header-top i {
  font-size: 16px;
  color: #92d050;
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .box_left {
  display: flex;
  align-items: center;
}
header .header-top .box_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  header .header-top .box_right {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
header .header-top .box_right ul {
  display: flex;
  justify-content: flex-end;
}
header .header-top .box_right ul li {
  padding: 0 10px 0 0;
  position: relative;
}
header .header-top .box_right ul li:after {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background-color: rgba(224, 224, 224, 0.4);
}
header .header-top .box_right ul li:last-child {
  padding-right: 0;
}
header .header-top .box_right ul li:last-child a {
  padding-right: 0;
}
header .header-top .box_right ul li a {
  padding: 0 20px;
  display: block;
  color: #777;
  transition: color 250ms;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .header-top .header_user {
  padding: 0 15px;
  font-size: 13px;
}
@media (min-width: 992px) {
  header .header-top .header_user {
    display: inline-block;
    float: right;
  }
}
header .header-top .header_user:hover .box_signin {
  opacity: 1;
}
@media (min-width: 992px) {
  header .header-top .header_user:hover .box_signin {
    display: block !important;
  }
}
header .header-top .header_user ul.login {
  position: relative;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
header .header-top .header_user ul.login:before {
  content: "";
  display: none;
  position: absolute;
  width: 1px;
  top: 8px;
  bottom: 8px;
  background: #ffffff;
  left: 0;
}
header .header-top .header_user ul.login:after {
  content: "";
  display: none;
  position: absolute;
  width: 1px;
  top: 8px;
  bottom: 8px;
  background: #ffffff;
  right: 0;
}
header .header-top .header_user ul.login #header_account {
  margin-right: 1rem;
}
header .header-top .header_user .signin_new {
  display: flex;
  align-items: center;
}
header .header-top .header_user .signin_new > i {
  margin-right: 5px;
}
header .header-top .header_user .signin_new span {
  padding: 0 4px;
}
header .header-top .header_user .box_signin {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  padding: 10px;
}
header .header-top .header_user .user_link {
  display: inline-block;
  text-align: center;
}
header .header-top .header_user .user_link i {
  font-size: 2.2rem;
}
header .header-top .header_user .user_link .text {
  font: 300 0.9333333333rem/1.2 "Roboto", sans-serif;
  padding-left: 5px;
}
header .header-top .header_user .user_link .text b {
  font-weight: 700;
  display: block;
}
header .header-top .header_user .sign_group {
  display: none;
}
header .header-top .hotline {
  margin-right: 0;
  position: relative;
  display: none;
}
header .header-top .hotline b {
  display: inline-block;
  padding: 0 15px;
  font-weight: normal;
  line-height: 33px;
}
@media (min-width: 992px) {
  header .header-top .hotline {
    display: block;
  }
}
header .header-top .list_social {
  align-items: center;
  display: flex;
}
header .header-top .list_social a {
  padding-left: 15px;
}
header .header-top .list_social a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
header .header-top .list_social a i:before {
  margin: 0;
  font-size: 16px;
}
header .header-top .list_social a i.fa-facebook-f {
  background: #0153a8;
}
header .header-top .list_social a i.fa-instagram {
  background: #cf0058;
}
header .header-top .list_social a i.fa-youtube {
  background: #ff0000;
}
header .header-top .list_social a i.fa-invision {
  background: #ffffff;
}
header .header-top .list_social a i.fa-pinterest-p {
  background: #ffffff;
}
@media (min-width: 992px) {
  header .header-top {
    display: block;
  }
}
header .header-top a {
  display: block;
}
header .header-top a img {
  width: 100%;
  height: auto !important;
}
header .header-bottom {
  padding: 5px 0;
}
@media (min-width: 992px) {
  header .header-bottom {
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  header .header-bottom {
    padding: 0;
    padding-bottom: 20px;
  }
}
header .header-bottom .row {
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .logo {
  flex: 0 0 100%;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}
@media (min-width: 992px) {
  header .header-bottom .logo {
    text-align: left;
    flex: 0 0 110px;
    max-width: 110px;
  }
}
header .header-bottom .logo img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: auto;
}
@media (max-width: 600px) {
  header .header-bottom .logo img {
    max-width: 135px;
  }
}
header .header-bottom .box_search {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 601px) {
  header .header-bottom .box_search {
    width: 90%;
  }
}
header .header-bottom .box_search #form_search_product {
  border-radius: 5px;
  overflow: hidden;
}
header .header-bottom .box_search .btn_search {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding: 0 22px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  height: 45px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffc107;
  border: 1px;
}
header .header-bottom .box_search .btn_search:focus {
  outline: 0;
}
header .header-bottom .box_search .btn_search.active {
  color: #333;
  border: 1px solid gainsboro;
  border-left: transparent;
}
header .header-bottom .box_search .btn_search i {
  font-size: 1.3333333333rem;
}
@media (max-width: 600px) {
  header .header-bottom .box_search .btn_search span {
    display: none;
  }
}
header .header-bottom .box_search .text_search {
  font-size: 13px;
  background: #fff;
  width: 100%;
  height: 45px;
  z-index: 99;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  outline: none;
  top: 0;
}
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: 65px;
  transform: translateY(-50%);
}
header .header-bottom .right_search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-bottom .right_search .hotLine {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-right: 35px;
}
@media (max-width: 600px) {
  header .header-bottom .right_search .hotLine {
    display: none;
  }
}
header .header-bottom .right_search .hotLine .text {
  text-align: left;
}
header .header-bottom .right_search .hotLine .text b {
  width: 100%;
  display: block;
}
header .header-bottom .right_search .hotLine .icon {
  width: 43px;
  height: 43px;
  display: flex;
  text-align: center;
  line-height: 40px;
  color: #3c70c6;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  header .header-bottom .right_search .hotLine .icon {
    margin-right: 15px;
  }
}
header .header-bottom .right_search .hotLine .icon:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background: url("../../../../../resources/images/hotline.png");
}
header .header-bottom .header_cart {
  margin-left: auto;
  position: relative;
  text-align: right;
}
@media (min-width: 992px) {
  header .header-bottom .header_cart {
    margin: 0 0 0 5px;
  }
}
header .header-bottom .header_cart > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
}
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 .icon {
  width: 53px;
  height: 46px;
  display: flex;
  text-align: center;
  line-height: 40px;
  color: #3c70c6;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  header .header-bottom .header_cart .icon {
    margin-right: 15px;
  }
}
header .header-bottom .header_cart .icon:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 46px;
  background: url("../../../../../resources/images/cart.png");
}
header .header-bottom .header_cart .text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
  text-align: left;
}
@media (min-width: 992px) {
  header .header-bottom .header_cart .text {
    display: block;
  }
}
header .header-bottom .header_cart .text b {
  width: 100%;
  display: block;
}
header .header-bottom .header_cart .text .num {
  font-weight: normal;
}
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;
}
header .header_userMb a {
  color: #ffffff;
}
header .header_userMb a i {
  font-size: 20px;
}

/*----------------------------------------fixed_menu*/
@media (max-width: 600px) {
  header.fixed_menu .logo img {
    max-height: 50px;
    margin: unset;
  }
}
header.fixed_menu .header-top {
  display: none;
}
header.fixed_menu .main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 0;
  transition: 100ms ease-in-out;
}
.full {
  padding: 0px 0px 30px;
}

#container {
  position: relative;
}

#BactoTop {
  width: 35px;
  height: 35px;
  background-color: #d3364a;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease-in-out;
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 90;
  right: 23px;
  background-size: 100%;
  padding: 0px 0px;
  cursor: pointer;
}
#BactoTop i {
  font-size: 1.4666666667rem;
}
@media (min-width: 992px) {
  #BactoTop {
    bottom: 25px;
    right: 25px;
  }
}

.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;
  display: none !important;
}
.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%;
  background: #92d050;
  position: relative;
}
.main-menu .menu-box {
  min-height: 0;
}
@media (min-width: 992px) {
  .main-menu .menu-box {
    flex: 0 0 calc(100% - 235px);
    max-width: calc(100% - 235px);
  }
}
.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;
}
@media (min-width: 992px) {
  .main-menu .button_mb {
    flex: 0 0 235px;
    max-width: 235px;
  }
}
@media (max-width: 600px) {
  .main-menu .button_mb {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 823px) {
  .main-menu .button_mb > ul {
    display: none;
  }
}
.main-menu .button_mb .menu-wrapper > .first > a {
  margin: 0;
  padding: 15px 20px;
  color: #000000;
  background-color: #ffc107;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}
.main-menu .button_mb .menu-wrapper > .first > a:after {
  display: none;
}
.main-menu .button_mb .menu-wrapper > .first > a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.main-menu .button_mb .menu-wrapper > .first ul {
  display: none;
}
.main-menu .button_mb .menu-wrapper > .first ul li a {
  color: #404048;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 15px 0;
  padding-left: 10px;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.main-menu .button_mb .menu-wrapper > .first ul li.dropdown {
  position: relative;
}
.main-menu .button_mb .menu-wrapper > .first ul li.dropdown .fa-angle-down {
  top: 0;
  right: 0;
  text-align: center;
  position: absolute;
  font-weight: normal;
  width: 35px;
  height: 52px;
  line-height: 52px;
}
.main-menu .button_mb .menu-wrapper > .first ul li.dropdown ul {
  display: none;
}
@media (max-width: 600px) {
  .main-menu .container {
    position: relative;
  }
}

.footer-menu ul li {
  padding-bottom: 4px;
}

.iconCart .hotLine {
  display: none;
}
.iconCart .header_cart {
  margin-left: auto;
  position: relative;
  text-align: right;
}
@media (min-width: 992px) {
  .iconCart .header_cart {
    margin: 0 0 0 5px;
  }
}
.iconCart .header_cart > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
}
.iconCart .header_cart > a:hover {
  color: inherit;
}
.iconCart .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;
}
.iconCart .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;
}
.iconCart .header_cart .icon {
  width: 53px;
  display: flex;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .iconCart .header_cart .icon {
    margin-right: 15px;
  }
}
.iconCart .header_cart .icon:after {
  font: 900 1.2rem/150% "Font Awesome 5 Pro";
  content: "";
  position: absolute;
  width: 53px;
  height: 46px;
  line-height: 46px;
}
.iconCart .header_cart .text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
  text-align: left;
}
@media (min-width: 992px) {
  .iconCart .header_cart .text {
    display: block;
  }
}
.iconCart .header_cart .text b {
  width: 100%;
  display: block;
}
.iconCart .header_cart .text .num {
  font-weight: normal;
}
.iconCart .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;
}
.iconCart .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;
}
.iconCart .header_cart .add-to-cart-success p {
  color: #333;
  font-size: 13px;
}
.iconCart .header_cart .add-to-cart-success .btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 252px;
  margin-top: 13px;
}
.iconCart .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;
}

/*------------------ */
.sideMenu {
  top: 100%;
  left: 15px;
  right: 15px;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 9000;
  margin-bottom: 0;
  background: #fff;
}
@media (min-width: 576px) {
  .sideMenu {
    width: 96%;
  }
}
@media (min-width: 768px) {
  .sideMenu {
    width: 96%;
  }
}
.sideMenu::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.sideMenu::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
  border-radius: 10px;
}
.sideMenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #737476;
}
.sideMenu.open {
  display: block;
}
.sideMenu.open .navbar-toggler {
  display: none;
}
.sideMenu.open .navbar-toggler span {
  background: #ffffff;
}
.sideMenu.open #ims-side-menu {
  height: 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%;
}
.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 {
  display: none;
  position: relative;
}
.sideMenu #ims-side-menu ul {
  background: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}
.sideMenu #ims-side-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: unset;
  background-color: #404048;
  border-bottom: 1px solid #505051;
}
.sideMenu #ims-side-menu ul li > a {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
.sideMenu #ims-side-menu ul li > a:before, .sideMenu #ims-side-menu ul li > a:after {
  display: none;
}
.sideMenu #ims-side-menu ul li > a.current {
  color: #ffc107;
}
.sideMenu #ims-side-menu ul li.dropdown i.icon {
  font: 900 1.2rem/150% "Font Awesome 5 Duotone";
  color: #ffc107;
  width: 40px;
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
}
.sideMenu #ims-side-menu ul li.dropdown i.icon::before {
  content: "";
  position: absolute;
  color: inherit;
  opacity: 1;
}
.sideMenu #ims-side-menu ul li.dropdown i.icon::after {
  content: "􏄅";
  color: inherit;
  opacity: 0.4;
}
.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 ul {
  height: 60vh !important;
}
.sideMenu .menu_sub.open {
  transform: translate3d(0, 0, 0);
}
.sideMenu .menu_sub h3 a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
.sideMenu .menu_sub .menu_back {
  font-weight: 600;
  color: #fff;
  background: #777;
  display: block;
  padding: 5px 30px;
}

/* ------****------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 75%;
    max-width: 75%;
  }
}

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

/* ---------------------------------------*/
/* ------****------Column------****------*/
.ja_close .icon-cancel {
  position: relative;
  font-size: 16px;
  color: #cccccc;
}
.ja_close .icon-cancel:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}

.ja_body {
  text-align: center;
}

#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 25%;
    max-width: 25%;
    padding-left: 0;
  }
}
#ims-column_left .box_product_group {
  display: none;
}
@media (min-width: 992px) {
  #ims-column_left .box_product_group {
    display: block;
  }
}
#ims-column_left .box_product_group .banner_item:hover a:before {
  right: -262px;
  top: -70px;
  opacity: 0.8;
}
#ims-column_left .box_product_group .banner_item:hover a:after {
  left: -262px;
  bottom: -70px;
  opacity: 0.8;
}
#ims-column_left .box_product_group .banner_item a {
  display: block;
  position: relative;
  overflow: hidden;
}
#ims-column_left .box_product_group .banner_item a:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffc107;
  right: -292px;
  top: -100px;
  width: 400px;
  height: 200px;
  -khtml-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all 0.5s;
}
#ims-column_left .box_product_group .banner_item a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #009f4f;
  left: -292px;
  bottom: -100px;
  width: 400px;
  height: 200px;
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
}
#ims-column_left .box_product_group .banner_item img {
  max-width: 100%;
  height: auto;
}
#ims-column_left .box_product_column {
  margin-top: 25px;
  padding-top: 15px;
  position: relative;
}
#ims-column_left .box_product_column .title_time {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
#ims-column_left .box_product_column .title_time span {
  width: 50px;
  height: 50px;
  padding: 6px 0;
  background-color: #009f4f;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
#ims-column_left .box_product_column .title_time span b {
  flex: 0 0 100%;
  font-size: 11px;
  font-weight: normal;
}

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

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

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  font-family: var(--font_med);
  font-size: 18px;
  display: inline-block;
  color: #333;
  height: 34px;
  width: 34px;
  line-height: 34px;
  min-width: 25px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 4px;
  border-radius: 2px;
  vertical-align: top;
}

.paginate .btnPage i {
  display: inline-block;
  margin-top: 5px;
}

.paginate .pagecur {
  color: #dd0000;
}

.paginate .btnPage {
  background: #dd0000;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.paginate .btnPage:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(211, 0, 0, 0.23);
  border-radius: 50%;
  left: -5px;
  top: -5px;
  z-index: -1;
}

/* ----------------------------------------*/
.brand_scroll {
  background: #92d050;
  padding: 2rem 0;
}
.brand_scroll p {
  font: 600 2.2666666667rem/150% var(--font_beExtra);
  text-transform: uppercase;
  color: #1c6c9d;
  text-align: center;
  margin-bottom: 1rem;
}
.brand_scroll .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* ----------------------------------------*/
/* ----------------------------------------*/
#main_slides #slider {
  margin-bottom: 0;
}
#main_slides .row .col-md-push-3 {
  order: 1;
}
#main_slides .row .col-md-pull-9 {
  display: none;
}
@media (min-width: 992px) {
  #main_slides .row .col-md-pull-9 {
    display: block;
  }
}
#main_slides .custom-theme-default {
  position: relative;
}
#main_slides .nivo-caption-container {
  height: 100%;
}
#main_slides .nivo-caption-container .slide-title {
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: all 0.1s ease-in-out 0s;
}
#main_slides .nivo-caption-container .slide-title h4 {
  background-color: #009f4f;
  margin-top: 15px;
}
#main_slides .nivo-caption-container .content-caption {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  #main_slides .nivo-caption-container .content-caption {
    display: none;
  }
}
#main_slides .nivo-caption-container .content-caption .content-caption-inner[data-caption-x=center] {
  text-align: center;
}
#main_slides .nivo-caption-container .content-caption .content-caption-inner {
  color: #fff;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  position: relative;
  top: -20px;
  padding-left: 320px;
}
@media (max-width: 823px) {
  #main_slides .nivo-caption-container .content-caption .content-caption-inner {
    padding-left: 220px;
  }
}
#main_slides .nivo-caption-container .content-caption .caption-text {
  display: block;
  text-align: left;
}
#main_slides .nivo-caption-container .content-caption .btn_slider a {
  background-color: #ffc107;
  font-size: 16px;
  padding: 11px 30px 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: padding 250ms;
  display: inline-block;
}
#main_slides .nivo-controlNav {
  line-height: 1;
  position: absolute;
  bottom: 110px;
  left: 0;
  z-index: 8;
  margin-top: 0;
  padding: 0 0 15px 0;
  right: 0;
}
#main_slides .nivo-controlNav a {
  height: 3px;
  width: 15px;
  background: #fff;
}
#main_slides .nivo-controlNav a:hover {
  background-color: #ffc107;
}
#main_slides .nivo-controlNav a.active {
  background-color: #ffc107;
}
#main_slides .menu-wrapper > .first > a {
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: #ffc107;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}
#main_slides .menu-wrapper > .first > a:after {
  display: none;
}
#main_slides .menu-wrapper > .first > a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
#main_slides .menu-wrapper > .first ul li a {
  color: #404048;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 15px 0;
  padding-left: 10px;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
#main_slides .menu-wrapper > .first ul li.dropdown {
  position: relative;
}
#main_slides .menu-wrapper > .first ul li.dropdown .fa-angle-down {
  top: 0;
  right: 0;
  text-align: center;
  position: absolute;
  font-weight: normal;
  width: 35px;
  height: 52px;
  line-height: 52px;
}
#main_slides .menu-wrapper > .first ul li.dropdown ul {
  display: none;
}

#main_slide {
  position: relative;
}
#main_slide .slick-dots {
  bottom: 25px;
  z-index: 99;
}
#main_slide .slick-dots li button:before {
  content: "";
  width: 20px;
  height: 7px;
  background: #ffffff;
  opacity: 1;
  border-radius: 4px;
}
#main_slide .slick-dots li:hover button:before {
  background: red;
  opacity: 0.5;
}
#main_slide .slick-dots li.slick-active button:before {
  background: red;
}
#main_slide .banner_item img {
  width: 100%;
  height: auto !important;
}
#main_slide .row_item {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  display: none;
}
#main_slide .row_item.slick-initialized {
  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;
}

.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;
  font-weight: bold;
  display: block;
}
@media (min-width: 601px) {
  .btn-continue-watch {
    display: inline-block;
  }
}
.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: 130px;
  right: 10px;
  align-items: center;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  z-index: 9999;
}
@media (min-width: 992px) {
  .hotline.sticky {
    display: flex;
  }
}
.hotline.sticky .phone {
  width: 65px;
  height: 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline.sticky .phone .phone-circle {
  width: 130%;
  height: 130%;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(146, 208, 80, 0.4);
  opacity: 0.1;
  position: absolute;
  animation: phonering-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}
.hotline.sticky .phone .phone-circle-fill {
  width: 110%;
  height: 110%;
  background-color: #92d050;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  position: absolute;
  animation: phonering-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}
.hotline.sticky .phone .phone-img-circle {
  width: 70%;
  height: 70%;
  background: #92d050 url(../../../../../resources/images/whatsapp.png) center center no-repeat;
  background-size: 70%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  position: absolute;
  animation: phonering-circle-img-anim 1s infinite ease-in-out;
}

.hotline.sticky.zalo {
  bottom: 200px;
}
.hotline.sticky.zalo .phone-circle {
  border: 2px solid rgba(255, 193, 7, 0.4);
}
.hotline.sticky.zalo .phone-circle-fill {
  background-color: #ffc107;
}
.hotline.sticky.zalo .phone-img-circle {
  background: #ffc107 url(../../../../../resources/images/izalo.png) center center no-repeat;
  background-size: 70% 70%;
}
@keyframes phonering-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  to {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  to {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  to {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.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;
}

.flag_vi {
  width: 32px;
  height: 24px;
  display: inline-block;
  background: yellow url("[DIR_IMAGES]flag_vi.png") no-repeat;
}

.flag_en {
  width: 32px;
  height: 24px;
  display: inline-block;
  background: red url("[DIR_IMAGES]flag_en.png") no-repeat;
}

@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: inline-block;
  order: -1;
}
@media (min-width: 992px) {
  .header-tool {
    display: none;
  }
}

.navbar-toggler {
  padding: 0.25rem 0.8rem;
  height: 50px;
  border: 1px solid #ffc107;
  background: #ffc107;
  border-radius: 0;
}
.navbar-toggler span {
  background: #ffffff;
}

.main-nav {
  margin-bottom: 0;
  z-index: 10;
  justify-content: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
}
#tth-main-menu {
  width: 100%;
}
#tth-main-menu > ul.menu-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
#tth-main-menu > ul.menu-wrapper > li:first-child > a:after, #tth-main-menu > ul.menu-wrapper > li:nth-child(2) > a:after, #tth-main-menu > ul.menu-wrapper > li:nth-child(4) > a:after {
  font: 300 0.8666666667rem/1 "Font Awesome 5 Pro";
  content: "";
  position: absolute;
  right: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  top: 0;
  font-weight: 900;
  border: 0;
  display: none;
}
#tth-main-menu > ul.menu-wrapper > li:last-child a .text:after {
  display: none;
}
#tth-main-menu > ul.menu-wrapper > li > a {
  padding: 15px 34px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
}
#tth-main-menu > ul.menu-wrapper > li > a:hover:before {
  width: 100%;
  background: #ffc107;
  opacity: 1;
}
#tth-main-menu > ul.menu-wrapper > li > a:before {
  width: 100%;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#tth-main-menu > ul.menu-wrapper > li > a.has-submenu::after {
  font: 300 0.8666666667rem/1 "Font Awesome 5 Pro";
  content: "";
  padding-left: 5px;
}
#tth-main-menu > ul.menu-wrapper > li > a.current {
  color: #ff0000;
}
#tth-main-menu > ul.menu-wrapper > li > a.current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffc107;
  bottom: 0;
  left: 0;
  right: 0;
}
#tth-main-menu > ul.menu-wrapper > li > a .text {
  display: inline-flex;
  align-items: center;
}
#tth-main-menu > ul.menu-wrapper > li > a .text:after {
  content: "";
  display: inline-block;
  height: 20px;
  margin: auto;
  vertical-align: middle;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  right: -1px;
  top: 15px;
  display: none;
}
#tth-main-menu > ul.menu-wrapper > li > a .text i.star {
  content: "";
  background: url(../../images/star.png) center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  display: block;
  margin-left: 8px;
}
#tth-main-menu > ul.menu-wrapper > li > a .icon {
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  transition: 300ms;
}
#tth-main-menu > ul.menu-wrapper > li:hover > a, #tth-main-menu > ul.menu-wrapper > li:focus > a, #tth-main-menu > ul.menu-wrapper > li.active > a {
  color: #ff0000;
}
#tth-main-menu > ul.menu-wrapper > li ul {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: 0.2s ease-out;
  transform: translateY(20px);
  position: absolute;
}
#tth-main-menu > ul.menu-wrapper > li ul li {
  min-width: 250px;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}
#tth-main-menu > ul.menu-wrapper > li ul li a {
  color: #000000;
  background: transparent !important;
  display: block;
  padding: 12px 10px;
}
#tth-main-menu > ul.menu-wrapper > li ul li a:hover, #tth-main-menu > ul.menu-wrapper > li ul li a:focus {
  color: #ffc107;
}
#tth-main-menu > ul.menu-wrapper > li ul li ul {
  left: 100%;
  opacity: 0;
  top: 0px;
}
#tth-main-menu > ul.menu-wrapper > li ul li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: 0.3s ease-in;
  transform: translateY(0px);
}
#tth-main-menu > ul.menu-wrapper > li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: 0.3s ease-in;
  transform: translateY(0px);
}
#tth-main-menu > ul.menu-wrapper li.dropdown .fa-angle-down {
  top: 0;
  right: 0;
  text-align: center;
  position: absolute;
  font-weight: normal;
  width: 20px;
  height: 46px;
  line-height: 46px;
  color: #000000;
}
#tth-main-menu > ul.menu-wrapper li.dropdown .fa-angle-down:before {
  content: "";
}
#tth-main-menu > ul.menu-wrapper .dropdown-item {
  white-space: normal;
}

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

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

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

/* -------------- Footer -------------- */
footer {
  background: #112562;
  color: #ffc000;
  padding-top: 60px;
  font-size: 13px;
}
footer .wrap-flex {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  position: relative;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer .footer-block-title {
  clear: both;
  overflow: hidden;
}
footer .block-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}
footer .block-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 40px;
  background: #92d050;
  height: 2px;
}
@media (min-width: 601px) {
  footer .block-title {
    margin-bottom: 30px;
  }
}
footer #footer-middle .custom-footer-content span {
  color: #ffc107;
  font-weight: 700;
}
@media (min-width: 601px) {
  footer .footer-top {
    padding: 0 0 30px;
  }
}
footer .footer-top .custom-footer-content li {
  position: relative;
  margin-bottom: 14px;
  line-height: 24px;
}
footer .footer-top .custom-footer-content .image {
  clear: both;
  overflow: hidden;
  padding-left: 72px;
  height: 70px;
  position: relative;
}
footer .footer-top .custom-footer-content .image .image-small {
  position: absolute;
  left: 0;
  top: 6px;
}
footer .footer-top .custom-footer-content .image h5 a {
  color: #000;
  font-weight: 700;
  font-family: inherit;
  line-height: 30px;
  font-size: 14px;
}
footer .footer-top .footer-links .footer-list li {
  position: relative;
  line-height: normal;
}
footer .footer-top .footer-links .footer-list li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffc107;
  position: relative;
  top: -3px;
  margin-right: 8px;
  transition: all 0.3s;
}
footer .footer-top .footer-menu .menu-item {
  margin-bottom: 14px;
}
footer .footer-top .footer-menu .menu-item .footer-menu-title {
  position: relative;
}
footer .footer-top .footer-menu .menu-item .footer-menu-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffc107;
  position: relative;
  top: -3px;
  margin-right: 8px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  footer .footer-top .footer-top4, footer .footer-top .footer-top2, footer .footer-top .footer-top1 {
    margin-bottom: 25px;
  }
}
footer #footer-copyright {
  padding: 10px 0;
  background: #0c1f58;
}
footer #footer-copyright .copyright {
  line-height: 1.7;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 601px) {
  footer #footer-copyright .copyright {
    padding: 0;
  }
}
footer #footer-copyright .copyright a {
  color: #ffc107;
}
footer #footer-copyright .widget-currency:hover .hover-content {
  top: auto;
  bottom: 33px;
  visibility: visible;
  opacity: 1;
}
footer #footer-copyright .widget-currency .widget-title {
  cursor: pointer;
  padding: 10px 0;
}
footer #footer-copyright .widget-currency .widget-title .currency-default {
  margin-left: 10px;
}
footer #footer-copyright .widget-currency .widget-title i {
  margin-left: 3px;
}
footer #footer-copyright .widget-currency .hover-content {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  position: absolute;
  top: 130%;
  min-width: 70px;
  z-index: 99;
  background-color: #fff;
  border-radius: 3px;
  border-top: 2px solid transparent;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
  bottom: 50px;
  top: auto;
  min-width: 120px;
  padding: 5px 15px;
}
footer #footer-copyright .widget-currency .hover-content li a {
  font-size: 13px;
}
footer #footer-copyright .widget-currency .hover-content li.selected a {
  color: #ffc107;
}
footer .payments {
  text-align: center;
}
@media (min-width: 601px) {
  footer .payments {
    text-align: right;
  }
}
footer .list_social {
  margin-top: 20px;
}
footer .list_social a {
  margin-left: 4px;
  margin-right: 4px;
}
footer .list_social a i {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border-radius: 32px;
}
footer .list_social a i.fa-facebook-f {
  background-color: #3b5998;
  border-color: #3b5998;
}
footer .list_social a i.fa-twitter {
  background-color: #00aced;
  border-color: #00aced;
}
footer .list_social a i.fa-google-plus-g {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
footer .list_social a i.fa-invision {
  background-color: #007bb6;
  border-color: #007bb6;
}
footer .list_social a i.fa-pinterest-p {
  background-color: #cb2027;
  border-color: #cb2027;
}
footer .list_social a i.fa-instagram {
  border-color: #f09433;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
footer .register_email {
  display: flex;
  flex-flow: wrap;
}
footer .register_email .note {
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  footer .register_email .note {
    flex: 0 0 100%;
  }
}
footer .register_email #form_res_email {
  position: relative;
  flex: 0 0 100%;
}
@media (min-width: 601px) {
  footer .register_email #form_res_email {
    flex: 0 0 100%;
  }
}
footer .register_email #form_res_email input {
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  padding-right: 35px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  border-radius: 0;
  font-weight: 400;
}
footer .register_email #form_res_email button {
  line-height: 34px;
  height: 34px;
  margin: 0;
  border: none;
  background: #ffc107;
  padding: 0 15px;
  border-radius: 3px;
  text-transform: uppercase;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  right: 4px;
  top: 3px;
  bottom: 3px;
}

/* ------------------------------------ */
.js-facebook-messenger-container {
  height: 0;
  overflow: hidden;
}

.js-facebook-messenger-container.open {
  height: auto;
}

.js-facebook-messenger-container.closed, .js-facebook-messenger-tooltip.closed {
  display: none !important;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000000000000000000;
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.js-facebook-messenger-box.rubberBand {
  animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.js-facebook-messenger-box {
  bottom: 70px;
  right: 15px;
}

.js-facebook-messenger-box {
  background: #1182fc;
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-box {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  background: #1182FC;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 1;
  overflow: hidden;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container {
  transform: translateY(50px);
  bottom: 110px;
  right: 35px;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
  width: 300px;
}

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}

.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 300px;
  background: #1182FC;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}

.js-facebook-messenger-box {
  background: #1182fc;
}

.js-facebook-messenger-top-header {
  width: 300px;
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-box {
  bottom: 70px;
  right: 15px;
}

.js-facebook-messenger-container {
  transform: translateY(50px);
  bottom: 135px;
  right: 35px;
}

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}