/*Add font ================================*/
/* --------------------------------------*/
.topnav .menu-wrapper > li > ul {
  display: none !important;
}

.full.home .nav {
  padding: 0;
}
.full.home #ims-content {
  padding: 0;
}
@media (min-width: 1300px) {
  .full.home #ims-content {
    flex: 0 0 74.3%;
    max-width: 74.3%;
  }
}
@media (min-width: 1300px) {
  .full.home #ims-column_left {
    padding: 0;
    flex: 0 0 270px;
    max-width: 270px;
    order: 0;
  }
}
@media (max-width: 823px) {
  .full.home #ims-column_left {
    order: 1;
  }
}
.full.home .banner {
  width: 100vw;
  margin: 40px 0;
  margin-left: calc(-50vw + 50%);
  text-align: center;
}
.full.home .product_promo .header_title {
  text-align: center;
  margin-bottom: 20px;
}
.full.home .product_promo .header_title .title {
  font-size: 28px;
  font-weight: bold;
  color: #0c1f58;
  display: block;
  text-transform: uppercase;
}
.full.home .product_promo .header_title .note {
  font-size: 16px;
  color: #848484;
}
.full.home .product_promo .list-title {
  display: flex;
  justify-content: center;
  padding: 0 0 25px 0;
}
.full.home .product_promo .list-title a {
  text-transform: uppercase;
  border: 1px solid #545454;
  color: #545454;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 15px;
  cursor: pointer;
}
@media (min-width: 601px) {
  .full.home .product_promo .list-title a {
    border-radius: 25px;
    font-size: 16px;
    margin: 0 10px;
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  .full.home .product_promo .list-title a {
    font-size: 16px;
    margin: 0 18px;
    padding: 8px 30px;
  }
}
.full.home .product_promo .list-title a.active {
  color: #ffffff;
  background: #0c1f58;
  box-shadow: 0 0 10px 0px #08153e;
}
.full.home .product_promo .product_item .none {
  display: none;
}
.full.home .product_promo .product_item .active {
  display: block;
}
.full.home .product_promo .list_item_product .owl-item:after {
  display: none;
}
.full.home .product_promo .list_item_product .row_item .col_item {
  padding: 0;
}
@media (min-width: 992px) {
  .full.home .product_promo .list_item_product .row_item .col_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.full.home .product_promo .owl-nav {
  display: block !important;
  margin-top: 0;
}
.full.home .product_promo .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  top: 45%;
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #bdbdbd;
  text-indent: -999px;
}
@media (max-width: 600px) {
  .full.home .product_promo .owl-nav .owl-prev {
    left: -15px;
  }
}
.full.home .product_promo .owl-nav .owl-prev:before {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 12px;
  transform: rotate(45deg);
}
.full.home .product_promo .owl-nav .owl-prev:after {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 21px;
  transform: rotate(-45deg);
}
.full.home .product_promo .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 45%;
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #bdbdbd;
  text-indent: -999px;
}
@media (max-width: 600px) {
  .full.home .product_promo .owl-nav .owl-next {
    right: -15px;
  }
}
.full.home .product_promo .owl-nav .owl-next:before {
  position: absolute;
  left: 23px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 12px;
  transform: rotate(-45deg);
}
.full.home .product_promo .owl-nav .owl-next:after {
  position: absolute;
  left: 23px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 21px;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .full.home .partner {
    width: 100vw;
    margin-left: calc(-50vw + 32.9%);
  }
}
@media (max-width: 823px) {
  .full.home .partner .container {
    padding: 0;
  }
}
.full.home .partner .box {
  position: relative;
  padding: 30px 0;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
.full.home .partner .banner_item {
  text-align: center;
}
.full.home .partner .banner_item img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 992px) {
  .full.home .box_qc {
    width: 100vw;
    margin-left: calc(-50vw + 32.9%);
  }
}
@media (max-width: 823px) {
  .full.home .box_qc .container {
    padding: 0;
  }
}
.full.home .box_qc .box {
  margin-top: 25px;
  padding-top: 15px;
  margin-bottom: 0;
}
.full.home .box_qc .box .banner_item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.full.home .box_qc .box .banner_item:hover a:before {
  right: -262px;
  top: -70px;
  opacity: 0.8;
}
.full.home .box_qc .box .banner_item:hover a:after {
  left: -262px;
  bottom: -70px;
  opacity: 0.8;
}
.full.home .box_qc .box .banner_item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.full.home .box_qc .box .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;
}
.full.home .box_qc .box .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;
}

.section_hot {
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0px #dcdcdc;
  border-radius: 5px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .section_hot {
    margin-top: -85px;
  }
}
.section_hot .item {
  position: relative;
}
.section_hot .item h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.section_hot .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.section_hot .owl-nav {
  display: block !important;
  margin-top: 0;
}
.section_hot .owl-nav .owl-prev {
  position: absolute;
  left: -55px;
  top: 40%;
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #bdbdbd;
  text-indent: -999px;
}
@media (max-width: 600px) {
  .section_hot .owl-nav .owl-prev {
    left: -25px;
  }
}
.section_hot .owl-nav .owl-prev:before {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 12px;
  transform: rotate(45deg);
}
.section_hot .owl-nav .owl-prev:after {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 21px;
  transform: rotate(-45deg);
}
.section_hot .owl-nav .owl-next {
  position: absolute;
  right: -55px;
  top: 40%;
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #bdbdbd;
  text-indent: -999px;
}
@media (max-width: 600px) {
  .section_hot .owl-nav .owl-next {
    right: -25px;
  }
}
.section_hot .owl-nav .owl-next:before {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 12px;
  transform: rotate(-45deg);
}
.section_hot .owl-nav .owl-next:after {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 21px;
  transform: rotate(45deg);
}

.section_brand {
  margin-top: 30px;
}
.section_brand .header_title {
  text-align: center;
  margin-bottom: 20px;
}
.section_brand .header_title .title {
  font-size: 28px;
  font-weight: bold;
  color: #0c1f58;
  display: block;
  text-transform: uppercase;
}
.section_brand .header_title .note {
  font-size: 16px;
  color: #848484;
}
.section_brand .list_title {
  display: flex;
  background: #f8f8f8;
  justify-content: center;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.section_brand .list_title .title {
  cursor: pointer;
  text-align: center;
}
.section_brand .list_title .title img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.section_brand .list_pro {
  display: none;
}
.section_brand .list_pro.show {
  display: block;
}
.section_brand .list_pro .list_item_product .owl-item:after {
  display: none;
}
.section_brand .list_pro .list_item_product .row_item .col_item {
  padding: 0;
}
@media (min-width: 992px) {
  .section_brand .list_pro .list_item_product .row_item .col_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_brand .list_pro .list_item_product .row_item .row_empty {
  flex: 0 0 100%;
  text-align: center;
}
.section_brand .list_pro .owl-nav {
  display: block !important;
  margin-top: 0;
}
.section_brand .list_pro .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  top: 45%;
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #bdbdbd;
  text-indent: -999px;
}
@media (max-width: 600px) {
  .section_brand .list_pro .owl-nav .owl-prev {
    left: -15px;
  }
}
.section_brand .list_pro .owl-nav .owl-prev:before {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 12px;
  transform: rotate(45deg);
}
.section_brand .list_pro .owl-nav .owl-prev:after {
  position: absolute;
  left: 20px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 21px;
  transform: rotate(-45deg);
}
.section_brand .list_pro .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 45%;
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #bdbdbd;
  text-indent: -999px;
}
@media (max-width: 600px) {
  .section_brand .list_pro .owl-nav .owl-next {
    right: -15px;
  }
}
.section_brand .list_pro .owl-nav .owl-next:before {
  position: absolute;
  left: 23px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 12px;
  transform: rotate(-45deg);
}
.section_brand .list_pro .owl-nav .owl-next:after {
  position: absolute;
  left: 23px;
  width: 1px;
  height: 13px;
  background: #333;
  content: "";
  top: 21px;
  transform: rotate(45deg);
}

.news_footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #f8f8f8;
  padding: 40px 0;
  margin-top: 20px;
}
.news_footer .header_title {
  margin-bottom: 30px;
}
.news_footer .header_title .title {
  font-weight: bold;
  font-size: 28px;
  color: #0c1f58;
  text-transform: uppercase;
}
.news_footer img {
  max-width: 100%;
  height: auto;
}
.news_footer .list_new .item {
  display: flex;
}
.news_footer .list_new .item h3 a {
  font-size: 16px;
  color: #0c1f58;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_footer .list_new .item .short {
  font-size: 13px;
  display: none;
}
@media (min-width: 601px) {
  .news_footer .list_new .item .short {
    display: block;
  }
}
.news_footer .list_new .item .img {
  flex: 0 0 165px;
  max-width: 165px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.news_footer .list_new .item .seemore {
  text-decoration: underline;
}

.about {
  padding: 30px 0 0;
}
.about .title {
  font-size: 20px;
  color: #0c1f58;
  text-transform: uppercase;
  font-weight: 500;
}