@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: "Lora", sans-serif;
  padding: 0;
  margin: 0;
  color: #212529;
  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;
}

#popup_banner_a {
  padding: 20px;
}
@media (min-width: 992px) {
  #popup_banner_a {
    max-width: 50%;
  }
}
#popup_banner_a img {
  max-width: 100%;
  height: auto;
}

#homeloadscreen {
  display: none;
}

.loading-home-item {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.45, 0, 0.55, 1);
  will-change: opacity;
  z-index: 9;
}

.loading-home-item.is-show {
  opacity: 1;
}

.loading-home-item.is-show-done {
  opacity: unset;
  will-change: unset;
}

.js-show {
  transition: all 0.8s;
  transform: translate(0, 50px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 1;
}
@media (min-width: 1100px) {
  .js-show {
    opacity: 1;
  }
}

.js-show.is-shown {
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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

.home_contact {
  position: fixed;
  right: 20px;
  bottom: 0;
  min-width: 400px;
  z-index: 9;
  transform: translate3d(0, 100%, 0);
  transition: 350ms;
}
.home_contact.show {
  transform: translate3d(0, 0, 0);
}
.home_contact button.send {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #dcac31;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border-radius: 15px 15px 0px 0px;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}
.home_contact #form_home {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px 0px 0px 0px;
  background: #ffffff;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
  font-size: 18px;
}
.home_contact #form_home .form-group label {
  color: #800080;
  font-weight: bolder;
}
.home_contact #form_home .form-group input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: auto;
}
.home_contact #form_home .form-group textarea {
  border: 1px solid #ccc;
  height: 140px;
  border-radius: 4px;
}
.home_contact #form_home .form-group .select2 .select2-selection {
  height: 47.75px;
}
.home_contact #form_home .form-group .select2 .select2-selection .select2-selection__rendered {
  line-height: 47.75px;
}
.home_contact #form_home .row-btn {
  text-align: center;
}
.home_contact #form_home .btn-contact {
  font-weight: bold;
  color: #ffffff;
  background: #7b2382;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
  height: 55px;
  width: 215px;
  border-radius: 5px;
}

/* ---------------------------------------*/
#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%;
}

.ims-list-icon {
  position: fixed;
  right: 10px;
  z-index: 199;
  bottom: 100px;
  width: 40px;
}
@media (min-width: 992px) {
  .ims-list-icon {
    width: 54px;
    bottom: 200px;
    right: 15px;
  }
}
.ims-list-icon a {
  display: block;
  margin-bottom: 9px;
  width: 40px;
}
@media (min-width: 992px) {
  .ims-list-icon a {
    width: 54px;
  }
}
.ims-list-icon a img {
  width: 100%;
  height: auto;
}
.ims-list-icon i {
  background: #b81c22;
  color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 35px;
}

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

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

.js-facebook-messenger-box {
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  background: #b81c23;
  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: 36px;
  height: 36px;
  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: 25px;
  height: 25px;
  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: 80px;
}

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

.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 300px;
  background: #b81c23;
  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: #b81c23;
}

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

.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: 80px;
}

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

@media (max-width: 600px) {
  .js-facebook-messenger-box {
    width: 40px;
    height: 40px;
  }
  .js-facebook-messenger-box svg#fb-msng-icon {
    width: 23px;
    height: 23px;
    top: 9px;
    left: 9px;
  }
}

.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: 45px 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;
  }
}
@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;
  }
}
.section-block .col-sm-9 .content {
  display: inline-block;
}
.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;
}
.section-block .col-sm-9 a:hover {
  color: #ffc107;
}

/* --------------- Header --------------- */
header {
  background: #6a1f7c;
  height: 70px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  color: #ffffff;
  position: relative;
  z-index: 9;
}
header .logo {
  display: flex;
  align-items: end;
}
@media (max-width: 823px) {
  header .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 600px) {
  header .logo {
    align-items: center;
  }
}
header .logo > img {
  margin-left: 16px;
}
header .logo img {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 40px;
}
header .box_social {
  margin-left: 30px;
  position: relative;
  display: none;
}
@media (min-width: 1300px) {
  header .box_social {
    display: block;
  }
}
header .box_social:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .box_social a {
  padding-left: 30px;
  font-size: 18px;
}
header .header-top {
  padding: 4px 0;
  font-size: 13px;
  display: none;
}
@media (min-width: 601px) {
  header .header-top {
    display: block;
  }
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .box_left {
  display: flex;
  align-items: center;
}
@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 .hotline {
  margin-right: 25px;
  padding-right: 30px;
  position: relative;
}
header .header-top .hotline i {
  font-size: 10px;
}
header .header-top .hotline b {
  background: #ffc107;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin-left: 10px;
  font-weight: normal;
  line-height: 33px;
}
header .header-top .hotline {
  margin-right: 0;
}
@media (max-width: 900px) {
  header .header-top .hotline {
    text-align: right;
  }
}
@media (max-width: 600px) {
  header .header-top .hotline {
    flex: 0 0 100%;
    text-align: center;
  }
}
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;
  display: block;
  color: #b80006;
  border-radius: 50%;
  text-align: center;
}
header .header-top .list_social a i:before {
  margin: 0;
  font-size: 18px;
}
header .header-top .list_social a i.fa-facebook-f {
  background: #ffffff;
}
header .header-top .list_social a i.fa-twitter {
  background: #ffffff;
}
header .header-top .list_social a i.fa-google-plus-g {
  background: #ffffff;
}
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 {
  background: #ffffff;
  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 .box_search {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 601px) {
  header .header-bottom .box_search {
    width: 80%;
  }
}
header .header-bottom .box_search .btn_search {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 22px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  height: 42px;
  border-radius: 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;
}
header .header-bottom .box_search .text_search {
  font-size: 13px;
  background: #fff;
  width: 100%;
  height: 42px;
  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: 45px;
  transform: translateY(-50%);
}
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: -webkit-fit-content;
  width: -moz-fit-content;
  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% NotoSansJP-Regular, 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: 40px;
  height: 40px;
  border: 1px solid #303030;
  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: 24px;
  height: 24px;
  background: url("../../../../../resources/images/cart.png");
}
header .header-bottom .header_cart .text {
  font: 600 0.9333333333rem/1.2 "Noto Sans";
  text-transform: uppercase;
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .header_cart .text {
    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;
}

/*----------------------------------------fixed_menu*/
header.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(106, 31, 124, 0.8);
}

#container {
  position: relative;
}

#BactoTop {
  background-color: #b81c22;
  border-radius: 4px;
  position: fixed;
  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: 999;
  background-size: 100%;
  padding: 0px 0px;
  cursor: pointer;
  bottom: 80px;
  right: 15px;
  width: 30px;
  height: 30px;
}
#BactoTop i {
  font-size: 1.4666666667rem;
}
@media (min-width: 992px) {
  #BactoTop {
    right: 24px;
    width: 35px;
    height: 35px;
  }
}

.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%;
  position: relative;
  padding: 10px 40px;
}
@media (min-width: 992px) {
  .main-menu {
    padding: 17px 40px;
  }
}
.main-menu .menu-wrapper {
  display: flex;
  align-items: center;
}
.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;
}
.main-menu .header_user {
  background-color: #ffc107;
  color: #fff;
  padding: 0 15px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .main-menu .header_user {
    display: inline-block;
    float: right;
  }
}
.main-menu .header_user:hover .box_signin {
  opacity: 1;
}
@media (min-width: 992px) {
  .main-menu .header_user:hover .box_signin {
    display: block !important;
  }
}
.main-menu .header_user ul.login {
  position: relative;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
.main-menu .header_user ul.login:before {
  content: "";
  display: none;
  position: absolute;
  width: 1px;
  top: 8px;
  bottom: 8px;
  background: #ffffff;
  left: 0;
}
.main-menu .header_user ul.login:after {
  content: "";
  display: none;
  position: absolute;
  width: 1px;
  top: 8px;
  bottom: 8px;
  background: #ffffff;
  right: 0;
}
.main-menu .header_user ul.login #header_account {
  margin-right: 1rem;
}
.main-menu .header_user .signin_new {
  display: flex;
  align-items: center;
}
.main-menu .header_user .signin_new a {
  font-weight: 700;
  line-height: 50px;
}
.main-menu .header_user .signin_new span {
  padding: 0 4px;
}
.main-menu .header_user .box_signin {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  padding: 10px;
}
.main-menu .header_user .user_link {
  display: inline-block;
  text-align: center;
}
.main-menu .header_user .user_link i {
  font-size: 2.2rem;
}
.main-menu .header_user .user_link .text {
  font: 300 0.9333333333rem/1.2 NotoSansJP-Regular, sans-serif;
  padding-left: 5px;
}
.main-menu .header_user .user_link .text b {
  font-weight: 700;
  display: block;
}
.main-menu .header_user .sign_group {
  display: none;
}
@media (max-width: 600px) {
  .main-menu .container {
    position: relative;
  }
}
.main-menu #box_lang {
  display: none;
}
@media (min-width: 992px) {
  .main-menu #box_lang {
    display: block;
  }
}
.main-menu #box_lang ul {
  display: flex;
  justify-content: flex-end;
}
.main-menu #box_lang ul li:first-child a:before, .main-menu #box_lang ul li:first-child a:after {
  display: none;
}
.main-menu #box_lang ul li a {
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.main-menu #box_lang ul li a:after {
  content: "";
  height: 17px;
  width: 1px;
  background: #151f38;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}
.main-menu #box_lang ul li a:before {
  content: "";
  height: 17px;
  width: 1px;
  background: rgba(21, 31, 56, 0.3);
  position: absolute;
  left: 1px;
  top: 60%;
  transform: translateY(-50%);
}

.footer-menu .group {
  position: relative;
}
.footer-menu .group .box_all {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  background: #ffffff;
  padding: 0.25rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.footer-menu .group .box_all.show {
  display: block;
}
.footer-menu .all {
  position: relative;
  cursor: pointer;
}
.footer-menu .all:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*------------------ */
.sideMenu {
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 9000;
  margin-bottom: 0;
  height: 0;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 576px) {
  .sideMenu {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sideMenu {
    width: 100%;
  }
}
.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 #ims-side-menu {
  height: 100vh;
  text-align: center;
  background: #691f7c;
}
.sideMenu #ims-side-menu .lgo {
  padding: 20px 0;
}
.sideMenu #ims-side-menu .lgo img {
  max-width: 250px;
}
.sideMenu.opens {
  height: auto;
}
.sideMenu.open {
  display: block;
}
.sideMenu.open .navbar-toggler span {
  background: #ffffff;
}
.sideMenu #box_lang {
  display: block;
}
@media (min-width: 992px) {
  .sideMenu #box_lang {
    display: none;
  }
}
.sideMenu #box_lang ul {
  display: flex;
  justify-content: center;
}
.sideMenu #box_lang ul li {
  border-bottom: 0 !important;
}
.sideMenu #box_lang ul li a.current {
  color: #ffffff !important;
  text-decoration: none !important;
}
.sideMenu #box_lang ul li:first-child a:before, .sideMenu #box_lang ul li:first-child a:after {
  display: none;
}
.sideMenu #box_lang ul li a {
  padding: 15px 5px !important;
}
.sideMenu #box_lang ul li a:after {
  content: "";
  height: 17px;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}
.sideMenu #box_lang ul li a:before {
  content: "";
  height: 17px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 1px;
  top: 60%;
  transform: translateY(-50%);
}
.sideMenu .list_social a {
  margin-left: 4px;
  margin-right: 4px;
}
.sideMenu .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;
}
.sideMenu .list_social a i.fa-facebook-f {
  color: #151f38;
  background-color: #fff;
  border-color: #fff;
}
.sideMenu .list_social a i.fa-twitter {
  background-color: #00aced;
  border-color: #00aced;
}
.sideMenu .list_social a i.fa-google-plus-g {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.sideMenu .list_social a i.fa-invision {
  background-color: #007bb6;
  border-color: #007bb6;
}
.sideMenu .list_social a i.fa-pinterest-p {
  background-color: #cb2027;
  border-color: #cb2027;
}
.sideMenu .copyright {
  color: #ffffff;
  padding: 10px 0;
}
.sideMenu .navbar-toggler {
  position: absolute;
  top: 2.5px;
  right: 0;
  border: 0;
}
@media (min-width: 992px) {
  .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: #ec1b23;
  border-color: #ec1b23;
}
.sideMenu #ims-side-menu {
  display: none;
  position: relative;
}
.sideMenu #ims-side-menu ul {
  border: 0;
  padding: 0;
  margin: 0;
}
.sideMenu #ims-side-menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sideMenu #ims-side-menu ul li > a {
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 16px;
  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: #DCAC31;
  text-decoration: underline;
}
.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: #691f7c;
  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: #355386;
  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: #3c70c6;
  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;
  padding-left: 50px;
}

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

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  display: inline-block;
  color: #333333;
  font-weight: bold;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 1px;
  border-radius: 0;
  vertical-align: center;
  background: #cccccc;
}

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

.paginate .pagecur {
  color: #ffffff;
  background: #7b2382;
}

.paginate .btnPage {
  background: #7b2382;
  color: #ffffff;
  position: relative;
  width: 50px;
}
.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;
  display: none;
}

/* ----------------------------------------*/
.brand_scroll {
  padding: 0 0 2rem;
}
.brand_scroll .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  max-height: 70px;
}

/* ----------------------------------------*/
/* ----------------------------------------*/
.banner-in {
  margin-top: 3px;
}
.banner-in img {
  width: 100%;
}

#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: #3c70c6;
  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: 0;
  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_slide {
  position: relative;
}
#main_slide .slick-dots {
  bottom: 10px;
}
@media (min-width: 601px) {
  #main_slide .slick-dots {
    bottom: 25px;
  }
}
#main_slide .slick-dots li {
  width: 15px;
  height: 15px;
}
#main_slide .slick-dots li button {
  width: 15px;
  height: 15px;
}
#main_slide .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7b2382;
  opacity: 0.5;
  border-radius: 50%;
}
#main_slide .slick-dots li:hover button:before {
  background: #7b2382;
  opacity: 0.5;
}
#main_slide .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #7b2382;
}
#main_slide .banner_item img {
  width: 100%;
  height: auto !important;
}
#main_slide .item {
  position: relative;
}
#main_slide .item img {
  width: 100%;
  height: auto !important;
}
#main_slide .item .group-btn {
  position: absolute;
  bottom: 100px;
  left: 0px;
  padding: 0 10%;
  flex-direction: row;
  justify-content: center;
  display: none;
}
@media (min-width: 992px) {
  #main_slide .item .group-btn {
    display: flex;
  }
}
#main_slide .item .group-btn a {
  background-color: #D69929;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
#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;
  }
}

.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% NotoSansJP-Regular, 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;
}

.flag_vi {
  display: inline-block;
}

.flag_en {
  display: inline-block;
}

@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% NotoSansJP-Regular, sans-serif;
  width: auto;
  color: #333;
}
@media (min-width: 992px) {
  ul[class*=wrap-suggestion] li a h3 {
    font: 700 0.9333333333rem/150% NotoSansJP-Regular, 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% NotoSansJP-Regular, 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;
}
@media (min-width: 992px) {
  .header-tool {
    display: none;
  }
}

.navbar-toggler {
  padding: 0.25rem 0.8rem;
  height: 50px;
  border: 1px solid transparent;
  background: transparent;
  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;
  justify-content: center;
}
#tth-main-menu > ul.menu-wrapper > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 30px;
}
#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: #DCAC31;
  text-decoration: underline;
}
#tth-main-menu > ul.menu-wrapper > li > a.current:before {
  content: "";
  display: none;
  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: #DCAC31;
  text-decoration: underline;
}
#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;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}
#tth-main-menu > ul.menu-wrapper > li ul li {
  min-width: 290px;
  padding: 0;
}
#tth-main-menu > ul.menu-wrapper > li ul li a {
  color: #000000;
  font-size: 16px;
  background: transparent !important;
  display: block;
  padding: 0.25rem 1.5rem;
}
#tth-main-menu > ul.menu-wrapper > li ul li a:hover, #tth-main-menu > ul.menu-wrapper > li ul li a:focus {
  background: #DCAC31 !important;
}
#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 .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: #fff;
  position: relative;
}
footer .box-footer {
  padding: 30px 5%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
  justify-content: left;
}
@media (max-width: 992px) {
  footer .box-footer {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  footer .box-footer .box {
    width: 33.333%;
  }
}
footer .box-footer .box h5 {
  color: #762A85;
  font-weight: 300;
  font-size: 20px;
}
footer .box-footer .box .liners {
  margin-left: 0px !important;
  border-bottom: 2px solid #ECAD34;
  width: 80px;
}
footer .box-footer .box .list {
  padding: 16px 0;
}
footer .box-footer .box .list .footer-menu-title.dropdown-toggle:after {
  display: none;
}
footer .box-footer .box .list .footer-menu-title.dropdown-toggle a {
  color: #7b2382;
  font-weight: bolder;
}
footer .box-footer .box .list .footer-menu-title.dropdown-toggle a i {
  color: #646569;
}
footer .box-footer .box .list ul {
  margin: 0;
}
footer .box-footer .box .list ul li {
  padding: 0;
}
footer .box-footer .box .list a {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
  display: block;
}
footer .footer1 {
  text-align: center;
  font-size: large;
  color: #762a85;
  padding-bottom: 20px;
}
footer .footer2 {
  padding: 32px 5%;
  text-align: right;
  font-size: 16px;
  color: #646569;
}
footer .payments {
  text-align: center;
}
@media (min-width: 601px) {
  footer .payments {
    text-align: right;
  }
}
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: #151f38;
  font-size: 16px;
  padding: 0;
  border-radius: 32px;
}
footer .list_social a i.fa-facebook-f {
  background-color: #fff;
  border-color: #fff;
}
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;
}
@media (min-width: 601px) {
  footer .register_email .note {
    flex: 0 0 30%;
  }
}
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 70%;
  }
}
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: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  background: #ffc107;
  padding: 0 15px;
  border-radius: 0;
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  right: 0;
  top: 0;
  bottom: 0;
}

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