.nav_wrap .head_nav > li > a {
  color: #fff;
}
.search i {
  color: #fff !important;
}
.fixed-nav .head_layer {
  background-color: #ffc500 !important;
}
.fixed-nav .nav_wrap {
  background-color: #ffc500 !important;
}
.head_layer{background-color: #ffc500;}
.container {
  max-width: 1440px !important;
}
.btn13 {
  border: 1px solid #d0d0d0;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover {
  color: #fff;
  border-color: #3a3845;
}

.btn13 .bgsqr1 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #3a3845;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13 .bgsqr2 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #3a3845;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover .bgsqr1 {
  border-width: 50px 260px;
}
.btn13:hover .bgsqr2 {
  border-width: 50px 260px;
}
.btn13 .btn-inner {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  padding: 10px 60px;
}
.btn {
  padding: 0;
  margin-top: 30px;
}
.indexabout_video_img {
  position: relative;
  overflow: hidden;
  border-radius:10px;
}
.indexabout_video_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}

/* news */
.indexnews {
  padding: 60px 0 50px 0;
}
.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexnews_title_more {
  padding: 10px 40px;
  border: 1px solid #ffc500;
  display: inline-block;
  font-size: 18px;
  color: #ffc500;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_title_more:hover {
  background-color: #ffc500;
  color: #fff;
}
/* footer */
.footer {
  background-color: #000;
  padding: 60px 0;
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 20px;
}
.footer_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.footer_main .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}
.footer_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  /*text-transform: capitalize;*/
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #ffc500;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #ffc500;
}
.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;*/
  margin-bottom: 20px;
}
.footer_contact li i {
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.footer_contact li p {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footer_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}
.footer_copyrights_name {
  font-size: 14px;
  color: #fff;
}
.footer_copyrights_p p {
  font-size: 14px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 14px;
  color: #fad23c;
  display: inline;
  text-transform: uppercase;
}
.footer_tags {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footer_tags p {
  font-size: 14px;
  color: #ddd;
  text-transform: capitalize;
}
.footer_tags a {
  font-size: 14px;
  color: #ddd;
  display: block;
  margin: 5px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #ffc500;
}
.bg-dark {
  background-color: #fff !important;
}
.navbar-toggler {
  background-color: #222 !important;
}
.indexchoose {
  padding: 80px 0;
}
.indexchoose_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
}
.indexchoose_img {
  position: relative;
}
.indexchoose_img img {
  width: 100%;
  vertical-align: middle;
}
.indexchoose_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexchoose_title span {
  display: block;
  font-size: 24px;
  color: #ffc500;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
}
.indexchoose_title p {
  font-size: 16px;
  color: #333;
}
.indexchoose_list {
  margin-top: 40px;
}
.fivetxt {
  flex: 1;
}
.indexchoose_list li span {
  margin-right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #f8f8f8;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.indexchoose_list li i {
  font-size: 38px;
  color: #fad23c;
  text-align: center;
}
.indexchoose_list li h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.indexchoose_list li p {
  font-size: 14px;
  color: #333;
}
/* about us */
.indexabout{padding: 60px 0;}
.indexabout_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_icon{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 15px;}
.indexabout_icon span{display: block;width: 45px;height: 45px;line-height: 45px;border-radius: 50%;background-color: #ffc500;margin-right: 15px;text-align: center;}
.indexabout_icon i{font-size: 24px;text-align: center;color: #fff;}
.indexabout_icon b{font-size: 16px;color: #ffc500;text-transform: uppercase;}
.indexabout_main h1{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 15px;}
.indexabout_main p{font-size: 16px;color: #333;line-height: 25px;display: -webkit-box;-webkit-line-clamp: 10; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{padding: 10px 30px; margin-top: 20px; display: inline-block; background-color: #ffc500;font-size: 16px;color: #fff;text-align: center;text-transform: uppercase;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_btn:hover{padding: 10px 50px;background-color: #000;}
.indexabout_number{margin-top: 40px;display: flex;flex-wrap: wrap;}
.indexabout_box{background-color: #fff;padding: 30px 20px; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 20px;height: 100%;position: relative;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_box span{display: block;margin: 0 auto 20px auto; width: 60px;height: 60px;line-height: 60px;border-radius: 50%;background-color: #ffc500;text-align: center;}
.indexabout_box span img{width: 40px;height: 40px;text-align: center;}
.indexabout_data{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
.indexabout_data h3{font-size: 42px;color: #000;text-align: center;font-family: "impact";transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_box h4{font-size: 16px;color: #000;text-align: center;margin-bottom: 10px;font-weight: bold;word-wrap: break-word;word-break: break-all;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_box p{font-size: 14px;text-align: center;color: #333;word-wrap: break-word;word-break: break-all;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_box:hover{background-color: #ffc500;}
.indexabout_box:hover h3{color: #fff;}
.indexabout_box:hover h4{color: #fff;}
.indexabout_box:hover p{color: #fff;}
/* indexproduct */
.indexproduct{padding: 60px 0 30px 0;background-color: #f8f6f2;}
.indexproduct_title {margin-bottom: 40px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box{height: 100%;position: relative;overflow: hidden;}
.indexproduct_img{position: relative;overflow: hidden;width: 100%;height: auto;display: block;padding-top: 100%;}
.indexproduct_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content{padding: 20px;background-color: #fff;border-top: 1px dashed #e5e5e5;}
.indexproduct_content h3,.indexproduct_content a{height: calc(1.5 * 2rem);font-size: 18px;color: #000;font-weight: bold;text-align: center;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_mask{position: absolute; display: block; bottom:-100%;left: 0;width: 100%;height: 0;background-color: rgba(252, 231, 158, 0.8);transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.indexproduct_maskcontent{display: none; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}
.indexproduct_maskcontent p{font-size: 16px; text-align: center; word-wrap: break-word;word-break: break-all; color: #000;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_btn{display: inline-block;padding: 10px 40px;font-size: 18px;color: #fff;text-align: center;background-color: #ffc500;margin: 30px auto 0 auto;text-transform: uppercase;font-weight: bold;}
.indexproduct_li:hover .indexproduct_mask{height: 100%;bottom: 0;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}
/* product_brand */
.indexproduct_brand_main {
  padding: 60px 150px;
  position: relative;
  overflow: hidden;
}
.indexproduct_brand_mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.indexproduct_brand_content {
  z-index: 99;
  position: relative;
  width: 60%;
}
.indexproduct_brand_content span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.indexproduct_brand_content h2 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexproduct_brand_content p {
  font-size: 16px;
  color: #fff;
}
.indexproduct_brand_content a {
  padding: 10px 60px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexproduct_brand_content a:hover {
  background-color: #ffc500;
  color: #fff;
}
/* index_photo */
.index_photo{padding: 60px 0;}
.index_photo_flex{display: flex;flex-wrap: wrap;}
.index_photo_li{height: 100%;position: relative;overflow: hidden;}
.index_photo_bigimg{position: relative;overflow: hidden;width: 100%;height: 100%;display: block;padding-top: 100%;}
.index_photo_bigimg img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;vertical-align: middle;}
.index_photo_smallimg:nth-child(2) {margin-top: 30px;display: block;}
.index_photo_smallimg{position: relative;overflow: hidden;width: 100%;height: auto;display: block;padding-top:75%;}
.index_photo_smallimg img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;vertical-align: middle;}
.index_photo_main{margin-top: 30px;display: flex;flex-wrap: wrap;}
.index_photo_content span{display: block;font-size: 42px;color: #ffc500;font-family: "impact";margin-bottom: 10px;}
.index_photo_content h4{font-size: 18px;color: #000;margin-bottom: 10px;word-wrap: break-word;word-break: break-all;}
.index_photo_content p{font-size: 14px;color: #333;word-wrap: break-word;word-break: break-all;}
/* customer */
.customer_flex{display: flex;flex-wrap: wrap;align-items: center;}
.customer_title h2{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 15px;}
.customer_title p{font-size: 16px;color: #333;line-height: 25px;}
.comment_main{border-radius: 20px;overflow: hidden;}
.customer_box{background-color: #ffc500;padding: 40px 30px;height: 100%;}
.indexjia_content p{color: #fff;font-size: 16px;word-wrap: break-word;word-break: break-all;}
.fankui{display: flex;justify-content: space-between;align-items: center;margin-top: 30px;}
.indexjia_rate{display: flex;justify-content: flex-end;align-items: center;}
.indexjia_rate i{color: #fff;font-size: 16px;}
.person_div{display: flex;justify-content: flex-start;align-items: center;}
.person {width: 70px;height: 70px;line-height: 70px;border-radius: 50%;margin-right: 15px;  overflow: hidden;text-align: center;}
.person img{width: 100%;height: 100%;text-align: center;}
.names h3{font-size: 18px;color: #fff;font-weight: bold;}
.names span{font-size: 14px;color: #fff;margin-top: 10px;display: block;}
.customer .swiper-slide{height: auto;}
.customer .swiper-pagination-bullet-active{background-color: #000;}
.hot_product .swiper-pagination-bullet-active{background-color: #ffc500;}
/* global_title */
.global{padding: 60px 0 0 0;}
.global_title{margin-bottom: 30px;}
.global_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;}
.global_title .indexabout_icon{justify-content: center;align-items: center;}
.global_img img{width: 100%;vertical-align: middle;}
/* shi pei */
@media (max-width:576px){
  .scrollsidebar{display: none;}
  .bg-dark{background-color: #ffc500 !important;}
  .indexabout_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 250px;}
  .videobox iframe{max-height: none;min-height: 250px;}
  .indexabout_li {margin-bottom: 30px ;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexproduct{padding: 30px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexabout_main h1{font-size: 30px;}
  .indexproduct_btn{padding: 5px 10px;font-size: 14px;}
  .indexproduct_brand_main{padding: 40px 15px;}
  .indexproduct_brand_content h2{font-size: 20px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content{width: 90%;margin: 0 auto;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;}
  .global{padding: 40px 0 0 0;}
  .global_title h2{font-size: 30px;}
  .index_photo_li{margin-bottom: 30px;height: auto;}
  .index_photo_main{margin-top: 0;}
  .customer_left {margin-bottom: 30px;}
  .customer_box {padding: 20px 10px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 20px;margin-top: 20px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_logo img{max-height: 50px;}
  .footer_contact {margin-top: 30px;}
  .footer{padding: 40px 0 70px 0;}
}
@media (min-width:576px) and (max-width:768px) {
  .scrollsidebar{display: none;}
  .bg-dark{background-color: #ffc500 !important;}
  .indexabout_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 350px;}
  .videobox iframe{max-height: none;min-height: 350px;}
  .indexabout_li {margin-bottom: 30px ;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexproduct{padding: 30px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexabout_main h1{font-size: 30px;}
  .indexproduct_btn{padding: 5px 10px;font-size: 14px;}
  .indexproduct_brand_main{padding: 40px 15px;}
  .indexproduct_brand_content h2{font-size: 20px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content{width: 90%;margin: 0 auto;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;}
  .global{padding: 40px 0 0 0;}
  .global_title h2{font-size: 30px;}
  .index_photo_li{margin-bottom: 30px;height: auto;}
  .index_photo_main{margin-top: 0;}
  .customer_left {margin-bottom: 30px;}
  .customer_box {padding: 20px 10px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 20px;margin-top: 20px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_logo img{max-height: 50px;}
  .footer_contact {margin-top: 30px;}
  .footer{padding: 40px 0 70px 0;}
}
@media (min-width:768px) and (max-width:992px) {
  .scrollsidebar{display: none;}
  .bg-dark{background-color: #ffc500 !important;}
  .indexabout_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 500px;}
  .videobox iframe{max-height: none;min-height: 500px;}
  .indexabout_li {margin-bottom: 30px ;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexproduct{padding: 30px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexabout_main h1{font-size: 30px;}
  .indexproduct_btn{padding: 5px 10px;font-size: 14px;}
  .indexproduct_brand_main{padding: 40px 15px;}
  .indexproduct_brand_content h2{font-size: 20px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content{width: 90%;margin: 0 auto;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;}
  .global{padding: 40px 0 0 0;}
  .global_title h2{font-size: 30px;}
  .index_photo_main{margin-top: 0;}
  .customer_left {margin-bottom: 30px;}
  .customer_box {padding: 20px 10px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 20px;margin-top: 20px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_logo img{max-height: 50px;}
  .footer_contact {margin-top: 30px;}
  .footer{padding: 40px 0 70px 0;}
}
@media (min-width:992px) and (max-width:1199px) {
  .scrollsidebar{display: none;}
  .bg-dark{background-color: #ffc500 !important;}
  .indexabout_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 500px;}
  .videobox iframe{max-height: none;min-height: 500px;}
  .indexabout_li {margin-bottom: 30px ;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexproduct{padding: 30px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexabout_main h1{font-size: 30px;}
  .indexproduct_btn{padding: 5px 10px;font-size: 14px;}
  .indexproduct_brand_main{padding: 40px 15px;}
  .indexproduct_brand_content h2{font-size: 20px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content{width: 90%;margin: 0 auto;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;}
  .global{padding: 40px 0 0 0;}
  .global_title h2{font-size: 30px;}
  .index_photo_main{margin-top: 0;}
  .customer_left {margin-bottom: 30px;}
  .customer_box {padding: 20px 10px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 20px;margin-top: 20px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_logo img{max-height: 50px;}
  .footer{padding: 40px 0 70px 0;}
}
@media (min-width:1200px) and (max-width:1400px) {
  .indexproduct_brand_main{padding: 60px 100px;}
  .videobox{width: 90%;}
}
@media (min-width:1400px) and (max-width:1680px) {}