body > .navbar-navsecond {
  position: relative;
  padding: 0.8% 0px 1.4%;
  z-index: 10000;
}

.navbar-collapse.collapse {
  padding-top: 10px;
}

.navbardown {
  padding-top: 0;
}

.navbar-nav {
  margin: 0 -15px;
}

.indexcarousel {
  margin-top: 0;
  height: 350px;
  margin-bottom: 2.5em;
}

p {
  text-align: justify;
}

.indexcarousel-inner > .item:nth-child(1) {
  background-image: none;
  height: 100%;
}

.indexcarousel-inner > .item > img {
  filter: brightness(85%);
}

.carousel-caption {
  bottom: auto;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  line-height: 60px;
  letter-spacing: .5em;
  right: 0;
  left: 0;
}

.indexcarousel-inner > .item > .container > .carousel-caption > p {
  text-align: center;
  font-size: 36px;
  margin: 0;
  letter-spacing: .3em;
}

.sec > .greenbg > h2 {
  text-shadow: 0 1px 2px rgba(255,255,255,.8);
}

.sec > .greenbg > .morebtn > p {
  background: rgba(255,255,255,.5);
  text-align: center;
}

table.table-statistics td {
  text-align: right;
}
table.table-statistics td:first-child {
  text-align: center;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  object-fit: cover;
}


.searchbtn, .searchinput > .input-group > .form-control, .searchdropdown, .supplierlist .twinsinput > .input-group > .formbig, .supplierlist .twinsbtn {
  font-size: 18px;
  line-height: 18px;
}

.searchdropdown {
  padding: 0 6px;
}

.totallistcontent > p {
  display: list-item;
}

.totallisttitle {
  font-size: 22px;
}

.indexnewstitle {
  cursor: default;
}

.indexnewstitle h3 a {
  color: rgb(102, 102, 101);
  text-decoration: none;
}

.blackmaskcontact {
  height: 730px;
  z-index: 1000;
}

.blackmaskcontact > p, .blackmaskcontact > .morebtn > p {
  text-align: center;
}

.bannerbox {
  width: 100%;
  background-image: url(../img/bn1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 730px;
  display: block;
}

.bannerblock {
  margin: 5% 0;
}

.bannerblock > .banner {
  display: inline-block;
}

.banner > img, .banner > a > img {
  width: 100%;
  max-width: 100%;
  margin: 5% 0;
}

.datacard > h2 {
  font-weight: normal;
}

.supplierlist .treelisttitle > h3 {
  color: #993300;
}

.productsearch {
  padding-top: 20px;
}

.newslist > p {
  font-size: 18px;
  line-height: 30px;
}

.newslist > ul {
  list-style: none;
}

.newslist > ul > li {
  line-height: 2.3em;
}

.newslist > ul > li > a {
  float: left;
  width: 65%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-detail p {
  font-size: 18px;
  text-align: justify;
}

.newscontentitle {
  cursor: default;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
  
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}

.newspic p.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.target {
  position: absolute;
  left: 0px;
  top: -80px;
}

.footerad {
  display: block;
}

footer > .col-xs-6 {
  height: 230px;
}

@media screen and (max-width: 1040px) {
  .textlines {
    margin: 0;
  }
  .navbar-nav > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 23%;
  }
  
  .navbar-brand-logo {
    width: 100%;
  }

  .navlogo {
    padding-top: 10px;
    padding-left: 0;
    min-width: auto;
  }
  
  .navbar-nav > li > a {
    font-size: 14px;
  }
  
  .nav.navbar-nav .navdropdown:nth-child(4) .dropdown-menu {
    right: -300px;
  }
  
  .newslist img {
    width: 100%;
    height: auto;
  }
  
  .newslist > ul > li > a {
    width: 55%;
  }
  
  .bannerbox, .blackmaskcontact {
		height: 350px;
	}
  
  .indexcarousel-inner > .item > .container > .carousel-caption > p {
    white-space: normal;
    line-height: 1.1;
    letter-spacing: .2em;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    width: 100%;
  }
  
  .navbar-brand-logo {
    width: 50%;
  }
  
  .navlogo {
    padding-top: 0;
    padding-left: 2em;
    min-width: 250px;
  }
  
  .navbar-collapse.collapse {
    padding-top: 0;
  }
  
  .navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 16px;
  }
  
  div > ul > .changeec:last-child {
    margin-bottom: 60px;
  }
  
  .h2, h2 {
    font-size: 2.5rem;
  }
  .h3, h3 {
    font-size: 2.2rem;
  }
  .container .row p {
    font-size: 1.6rem !important;
    line-height: 2.5rem !important;
    text-align: justify;
  }
  
  .indexcarousel {
    height: 250px;
  }
  .owl-carousel .owl-item img {
    width: 100vw;
    height: 250px;
    min-height: 250px;
    object-fit: cover;
  }
  .carousel-caption {
    right: 0.5%;
    left: 1%;
  }
  .owl-carousel .carousel-caption h1 {
    font-size: 3rem;
    margin: 0;
    line-height: 60px;
  }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    min-height: 250px;
  }
  .sec1, .sec2 {
    background-image: none !important;
  }
  
  .datacard > h2 {
    font-size: 2.2rem;
  }
  
  .totallisttitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 515px) {
  .newslist > ul {
    padding-left: 2em;
  }
  .newslist > ul > li > a {
    width: 95%;
  }
  
  table.table-statistics {
    min-width: 100%;
    background: #fff;
  }
  table.table-statistics tr:nth-of-type(2n){
    background: #eee;
  }
  table.table-statistics th {
    display: none;
  }
  table.table-statistics > tbody > tr:first-child {
    border-top: 1px solid #ddd;
  }
  table.table-statistics > tbody td, table.table-statistics td:first-child {
    display: block;
    text-align: left;
    border: none;
  }
  table.table-statistics td:before {
    content: attr(data-title);
    font-weight: bold;
    width: 17em;
    display: inline-block;
  }
}

@media screen and (max-width: 320px) {
  .navbar-toggle {
    margin-right: -10px;
  }
  
  a.target {
    position: absolute;
    left: 0px;
    top: -65px;
  }
}


/* en */
.is-en .datacard > h2 {
  font-size: 24px;
}

.is-en .datacard > h4 {
  font-size: 14px;
}



@media screen and (max-width: 768px) {
  .is-en.owl-carousel .carousel-caption h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: .2em;
  }
  
  .is-en .sec > .greenbg > h2 {
    font-size: 22px;
  }
  
  .is-en .sec > .greenbg > p {
    line-height: 1.6;
    font-size: 16px;
  }
  
  .is-en .blackmaskcontact > h1 {
    font-size: 30px;
    font-weight: bold;
  }
  
  .is-en .bannerbox, .is-en .blackmaskcontact {
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
  .is-en .datacard > h2 {
    font-size: 22px;
  }
  
  .is-en .datacard > h4 {
    font-size: 12px;
  }
  
  .is-en .blackmaskcontact > h1 {
    font-size: 22px;
  }
  
  .is-en .bannerbox, .is-en .blackmaskcontact {
		height: 550px;
	}
}
