/*Add font ================================*/
/*--------------box-------------*/
.box {
  width: 100%;
  margin-bottom: 15px;
}
.box .box-title {
  font: 500 1.0666666667rem/150% Noto Sans JP, sans-serif;
  text-transform: uppercase;
  color: #035d91;
  margin-bottom: 15px;
}
.box .box-content {
  position: relative;
}

/*-------------box_mid-------------*/
.box_mid {
  display: block;
}

/*-------------box_menu-------------*/
.box_menu .box-content {
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #fff;
}

.box_menu .box-content > * {
  position: relative;
}

.box_menu li {
  display: block;
  width: 100%;
}

.box_menu .box-content > ul > li {
  padding-right: 0px;
}

.box_menu li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  color: #444444;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea;
}

.box_menu li a > div {
  position: relative;
  display: block;
  padding-left: 25px;
}

.box_menu li a > div:before {
  font-family: "ficon";
  content: "\e806";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #f7941e;
}

.box_menu li a:before {
  content: "";
  display: block;
  position: absolute;
  background: #484848;
  top: 0px;
  left: -100%;
  bottom: 0px;
  width: 100%;
  transition: all 300ms ease-out 0s;
}

.box_menu li:first-child a {
  border-top: none;
}

.box_menu li:last-child a {
  border-bottom: none;
}

.box_menu li a:hover,
.box_menu li a.current {
  color: #fff;
}

.box_menu li a:hover:before,
.box_menu li a.current:before {
  left: 0px;
}

.box_menu li a:hover:after,
.box_menu li a.current:after {
  display: none;
}

.box_menu li a:hover > div:before,
.box_menu li a.current > div:before {
  color: #fff;
}

.box_menu li ul {
  display: none;
  background: #fff;
  width: 12em;
}

.box_menu .sm-simple.sm-vertical a span.sub-arrow {
  right: 10px;
  margin-left: 0px;
}

/*-------------ims-statistic-------------*/
.ims-statistic > .srow:after {
  content: "";
  display: block;
  clear: both;
}

.ims-statistic > .srow > .rtitle,
.ims-statistic > .srow > .rcontent {
  float: left;
}

.ims-statistic > .srow > .rtitle {
  padding-right: 10px;
  font-weight: bold;
}

/*-------------ims_navigation-------------*/
.ims_navigation {
  text-align: left;
  margin-bottom: 0;
  padding: 13px;
  background: #f9f9f9;
}
.ims_navigation ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ims_navigation ol li {
  float: left;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
}
@media (min-width: 601px) {
  .ims_navigation ol li {
    padding-left: 24px;
  }
}
.ims_navigation ol li.first {
  padding-left: 0px;
}
.ims_navigation ol li:last-child a {
  font-weight: 700;
}
.ims_navigation ol li:not(:first-child):before {
  display: block;
  content: "\f105";
  color: #000;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 48%;
  transform: translateY(-47%);
  font-size: 12px;
  left: 3px;
}
@media (min-width: 601px) {
  .ims_navigation ol li:not(:first-child):before {
    left: 9px;
  }
}
.ims_navigation ol li a {
  color: #000;
}
.ims_navigation ol li a i {
  padding-right: 5px;
}
.ims_navigation ol li a:hover {
  color: #666666;
}

.full .nav {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: left;
  margin-bottom: 0;
  padding: 13px;
  background: #f9f9f9;
}
.full .nav a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
}
/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px;
}

.fileupload .upload-progress.show {
  display: block;
}

.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px;
}

.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px;
}

.fileupload .list_uploaded:after {
  content: "";
  display: block;
  clear: both;
}

.fileupload .list_uploaded .pic-item {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 80px;
  width: 25%;
}

.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px;
}

.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  top: -5px;
  font-weight: normal;
  border: 1px solid #CE2C2C;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
  background-color: #fff;
}

.fileupload .btn-upload {
  background: #ffffff;
  border: 1px solid #42b3e5;
  color: #000;
  overflow: hidden;
  position: relative;
  padding: 3px 10px;
  display: inline-block;
}

.fileupload .btn-upload input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*----------------list_share----------------*/
.list_share {
  text-align: right;
}

.box_support {
  margin-bottom: 40px;
}
.box_support > .title {
  font: 600 1.2rem/150% "Open Sans";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #ffa200;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0;
  position: relative;
}
.box_support > .title:before {
  content: "";
  width: 12px;
  height: 24px;
  border-style: solid;
  border-width: 12px 6px 12px 6px;
  border-color: #df8e00 #df8e00 transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.box_support .list_item {
  background: linear-gradient(to top, #0b80b6 30%, #085c85);
  padding: 0 10px;
  margin-left: 12px;
}
@media (min-width: 1200px) {
  .box_support .list_item {
    padding: 0 40px;
  }
}
.box_support .list_item .nick.phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.box_support .list_item .nick.phone:not(:last-child) {
  border-bottom: 1px solid #0b8bc8;
}
.box_support .list_item .nick.phone .pic {
  flex: 0 0 45px;
  max-width: 45px;
}
.box_support .list_item .nick.phone > div {
  flex: 1 1;
  width: auto;
  padding-left: 20px;
}
.box_support .list_item .nick.phone > div .title {
  font: 400 1rem/150% "Open Sans", sans-serif;
  color: #fff;
}
.box_support .list_item .nick.phone > div .phone {
  font: 800 1.2rem/150% "Open Sans", sans-serif;
  color: #fff;
}

.box_support2 {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  margin-bottom: 30px;
}
.box_support2 > .title {
  font: 700 0.9333333333rem/150% Noto Sans JP, sans-serif;
  color: #414040;
  background: #f4f2f2;
  width: 100%;
  padding: 7px 8px 7px 30px;
  margin-bottom: 0;
  position: relative;
}
.box_support2 > .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 18px;
  background: url("[DIR_IMAGES]support.png") center center no-repeat;
  background-size: contain;
}
.box_support2 .list_item .box_hotline {
  font: 300 0.8rem/150% Noto Sans JP, sans-serif;
  color: #414040;
  padding: 10px 8px;
  padding-left: 30px;
  position: relative;
}
.box_support2 .list_item .box_hotline:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  width: 16px;
  height: 18px;
  background: url("[DIR_IMAGES]phone-working-indicator.png") center center no-repeat;
  background-size: contain;
}
.box_support2 .list_item .box_hotline p {
  padding: 2px 0;
}
.box_support2 .list_item .box_social {
  border-top: 1px dotted #eaeaea;
  padding: 10px 0;
  margin: 0 8px;
}
.box_support2 .list_item .box_social > span, .box_support2 .list_item .box_social a.solo-item {
  display: block;
  padding-left: 22px;
  position: relative;
}
.box_support2 .list_item .box_social > span {
  font: 700 0.9333333333rem/150% Noto Sans JP, sans-serif;
  color: #464747;
  margin-bottom: 10px;
}
.box_support2 .list_item .box_social > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url("[DIR_IMAGES]speech-message.png") center center no-repeat;
  background-size: contain;
}
.box_support2 .list_item .box_social a.solo-item {
  font: 300 0.8666666667rem/150% Noto Sans JP, sans-serif;
  color: #414040;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}
.box_support2 .list_item .box_social a.solo-item i {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.box_support2 .list_item .box_social a.solo-item i.fa-facebook-square {
  color: #0256b4;
}
.box_support2 .list_item .box_social a.solo-item i.fa-skype {
  color: #008ad9;
}
.box_support2 .list_item .box_social a.solo-item i.fa-zalo:before {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url("[DIR_IMAGES]zalo-icon.png") center center no-repeat;
  background-size: contain;
}
.box_support2 .list_item .box_social a.solo-item i.fa-viber {
  color: #a717a5;
}

.box_menu_left {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.box_menu_left > .title {
  font: 700 0.9333333333rem/150% Noto Sans JP, sans-serif;
  text-transform: uppercase;
  color: #457a00;
  padding-bottom: 5px;
}
.box_menu_left ul li {
  padding: 5px 0;
  padding-left: 10px;
  margin-left: -10px;
}
.box_menu_left ul li a {
  font: 400 0.9333333333rem/150% Noto Sans JP, sans-serif;
  color: #404040;
  transition: none;
}
.box_menu_left ul li:hover, .box_menu_left ul li:focus, .box_menu_left ul li.active {
  background: #faa71e;
  position: relative;
}
.box_menu_left ul li:hover:before, .box_menu_left ul li:focus:before, .box_menu_left ul li.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 50%;
  background: linear-gradient(to top left, #faa71e 50%, transparent 52%);
}
.box_menu_left ul li:hover:after, .box_menu_left ul li:focus:after, .box_menu_left ul li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 15px;
  height: 50%;
  background: linear-gradient(to bottom left, #faa71e 50%, transparent 52%);
}
.box_menu_left ul li:hover a, .box_menu_left ul li:focus a, .box_menu_left ul li.active a {
  font-weight: 600;
  color: #fff;
}

.box_product_column {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .box_product_column {
    display: block;
  }
}
@media (max-width: 600px) {
  .box_product_column {
    display: block;
  }
}
.box_product_column > .title {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
.box_product_column > .title:before {
  content: "";
  width: 12px;
  height: 12px;
  position: static;
  display: inline-block;
  margin-right: 5px;
  border: none;
  background: #ffc107;
  position: relative;
  top: -1px;
}
.box_product_column > .content {
  border: 1px solid #ebebeb;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.box_product_column > .content .list_item_product .owl-nav {
  display: block;
  position: absolute;
  top: -59px;
  right: 0;
}
.box_product_column > .content .list_item_product .owl-nav .owl-prev {
  margin-right: 5px;
}
.box_product_column > .content .list_item_product .owl-nav > button {
  font-size: 23px;
  text-align: center;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  width: 40px;
  margin: auto;
  padding: 0;
  bottom: 0;
  border: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #979797;
  background: 0 0;
  background-color: #fff;
  top: 0;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.box_product_column > .content .list_item_product .owl-nav > button:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.box_product_column > .content .list_item_product .owl-item:after {
  display: none;
}
.box_product_column > .content .list_item_product .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
}
.box_product_column > .content .list_item_product .row_item .col_item .item {
  flex-wrap: wrap;
  padding: 20px;
}
@media (min-width: 601px) {
  .box_product_column > .content .list_item_product .row_item .col_item .item {
    display: flex;
  }
}
.box_product_column > .content .list_item_product .row_item .col_item .item .img {
  flex: 0 0 100%;
  max-width: 100%;
}
.box_product_column > .content .list_item_product .row_item .col_item .item .info {
  text-align: left;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
}
.box_product_column > .content .list_item_product .row_item .col_item .item .info .info-price {
  margin-top: 5px;
}
.box_product_column > .content .list_item_product .row_item .col_item .item .info .add_cart .btn_add_cart_now {
  flex: 0 0 100%;
  max-width: 100%;
}
.box_product_column > .content .list_item_product .row_item .col_item .item .info .add_cart .form_add_cart {
  justify-content: left;
}
.box_product_column > .content .list_item_product .row_item .col_item .item .info .add_favorite {
  font-size: 1.4rem;
  position: absolute;
  bottom: 3px;
  left: 50px;
  padding: 0;
}
.box_product_column > .content .list_item_product .row_item .col_item:not(:last-child) .item {
  border-bottom: 1px solid #e1e1e1;
}
.box_product_column > .content .btn-next {
  background: #b0b0b0;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.box_product_column > .content .btn-next i {
  color: #fff;
}
.box_product_column > .content .btn-next:focus {
  box-shadow: none;
  outline: none;
}

.box_r {
  margin-bottom: 30px;
}
.box_r .title {
  font: 600 1.2rem/150% Noto Sans JP, sans-serif;
  color: #3a3a3a;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.box_r .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #3a3a3a 30%, #ececec 30%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_r .box_search {
  position: relative;
}
.box_r .box_search .btn_search, .box_r .box_search .btn_clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.box_r .box_search .text_search {
  width: 100%;
  border: 1px solid #ececec;
  padding: 5px 10px;
}
.box_r .box_search .btn_search {
  right: 5px;
}
.box_r .box_search .btn_clear {
  right: 35px;
  display: none;
}
.box_r .content_list_taglink {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.box_r .content_list_taglink li {
  padding-right: 5px;
}
.box_r .content_list_taglink li a {
  color: #999;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 2px 10px;
}
.box_r .banner_item img {
  width: 100%;
  height: auto;
}

.box_banner_product {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.box_banner_product.slick-initialized {
  display: block;
  opacity: 1;
}
.box_banner_product .item img {
  width: 100%;
  height: auto;
}

.news_scroll {
  margin-top: 25px;
  padding-top: 15px;
}
.news_scroll .title {
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.news_scroll .title:before {
  content: "";
  width: 12px;
  height: 12px;
  position: static;
  display: inline-block;
  margin-right: 5px;
  border: none;
  background: #ffc107;
  position: relative;
  top: -1px;
}
.news_scroll .articles-name {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.news_scroll .post-sub-info {
  padding: 0;
  position: relative;
  padding-top: 10px;
  margin-bottom: 8px;
  border-top: 4px solid #ffc107;
}
.news_scroll .post-sub-info:before {
  content: "";
  display: block;
  height: 4px;
  width: 33.33%;
  background-color: #3c70c6;
  position: absolute;
  top: -4px;
  right: 0;
}
.news_scroll .post-sub-info:after {
  content: "";
  display: block;
  height: 4px;
  width: 33.33%;
  background-color: #f00909;
  position: absolute;
  top: -4px;
  left: 0;
}
.news_scroll .post-sub-info li {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #bbb;
  display: inline-block;
  margin-right: 15px;
}
.news_scroll .post-image {
  margin-bottom: 14px;
}
.news_scroll .post-image a {
  position: relative;
  display: block;
  overflow: hidden;
}
.news_scroll .post-image .entry-time {
  color: #fff;
  background-color: #355386;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 11;
}
.news_scroll .post-image .entry-time span {
  margin-bottom: -6px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.news_scroll .news_scroll_content .owl-nav {
  display: block;
  position: absolute;
  top: -59px;
  right: 0;
}
.news_scroll .news_scroll_content .owl-nav .owl-prev {
  margin-right: 5px;
}
.news_scroll .news_scroll_content .owl-nav button {
  font-size: 23px;
  text-align: center;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  width: 40px;
  margin: auto;
  padding: 0;
  bottom: 0;
  border: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #979797;
  background: 0 0;
  background-color: #fff;
  top: 0;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.news_scroll .news_scroll_content .owl-nav button:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.news_scroll a.btn-readmore {
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 20px;
  background: #ffc107;
  color: #ffffff;
  margin-top: 20px;
}/*# sourceMappingURL=box.css.map */