h1,h2,h3,h4,h5,h6{
  color:#000;
  font-weight:normal;
}
th{
  color:#000;
}
header{
  /*position: absolute;*/
  width:100%;
}
header.fix{
  position: fixed;
  top:0;
}
h3.title{
    margin: 20px 0 0 0;
}
h4.title{
    margin: 20px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.lead{
  padding:0;
}

.lead-text{
  font-size: 8pt;
  /*margin: 4px;*/
}
.site-header {
  padding: 10px 0;
  margin-bottom: 0 !important;
  background: #FFF;
}
.site-footer{
  clear: both;
  width: 100%;
}
.fa{
  margin-right: 10px;
}

.jetmenu > li > a {
  border-top: 3px solid #FFFFFF;
  color: #777777;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.273em;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  }
 
#intro{
  background-image: none;
  background-color: rgb(217, 235, 252);
  background-size: cover;
  text-align: center;
  padding: 0;
}

.intro-left, .intro-right{
  /* background-color: #FFFFFF; */
  padding: 120px 0 50px 0;
}

.intro-left{
  background-image: url("../img/main_chem.jpg");
  background-size: cover;
  background-position:center;
}

.intro-right{
  background-image: url("../img/main_bio.jpg");
  background-size: cover;
  background-position:center;
}
.intro-cont{
  background-color:rgba(255,255,255,0.4);
  color:#000;
}
#intro p.description{
  /*background-color: rgba(67, 135, 180, 0.7);*/
  display: block;
  padding: 0 30px 10px;
  text-align: left;
  font-size: 11pt;
  line-height: 18pt;
  height: 9em;
  color:#000;
}

#intro h1{
  /*background-color: rgba(67, 135, 180, 0.7);
  color: white;*/
  display: block !important;
  margin: 0;
  padding: 20px;
  font-size: 28px;
  color:#000;
}

#intro h1 a{
  text-decoration: none;
  /*color: white;*/
  color:#000;
}

#intro h1 a:hover{
  text-decoration: underline;
  color: rgb(0, 235, 252);
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid #63B76C;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  color: #798184;
  font-family: 'Ruda', sans-serif;
  font-weight: 300;
  list-style: none outside none;
  margin: 5px auto;
  padding: 0;
  text-align: center;
}

.breadcrumb-footer{
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid #63B76C;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  color: #798184;
  font-family: 'Ruda', sans-serif;
  font-weight: 300;
  list-style: none outside none;
  margin: 5px auto;
  padding: 0;
  text-align: center;
}

.box_left {
  /* color: #FFF; */
  width:200px;
  height:100px;
  margin-left:10px;
  float:left;
  /* background-color:#F00; */
}
.box_wrap {
  /* width:500px; */
  height:auto;
  /* border:1px solid #000; */
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.white{
  background-color: white;
}

.widget {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.recent_posts li {
  list-style: none;
  display: inline-block;
  width: 49%;
}

a.readmore {
  text-transform: none;
  display: block;
  font-family: 'Ruda', sans-serif !important;
  font-size: 14px;
  font-style: normal;
}

.author_box {
  background: white;
  border: 1px solid white;
  padding: 20px;
}
.title-date{
  margin-left: 10px;
  display: inline;
}

.entry{
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

.entry .entry-block{
  display: flex;
  flex-wrap: wrap; 
  align-items: flex-start;
}


.entry .entry-block .badge{
  width:100px;
}
.entry .entry-block .title-date{
  width:100px;
}

.entry .entry-block .ttl,
.entry .entry-block .ttl_s{
    font-weight: bold;
    font-size:16px;
    margin: 10px 0 0;
    width:100%;
}
/*
.entry .entry-block .ttl{
    margin: 0px;
    font-weight: bold;
    width:calc(100% - 210px);
}
.entry .entry-block .ttl_s{
    margin: 0px;
    font-weight: bold;
    width:calc(100% - 210px);
}*/
.entry .entry-block .text{
  width:100%;
}
.chemi{
  background-image: url("../img/chemical.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}
.science{
  background-image: url("../img/science.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

.text-white{
  color: white;
}

.ipros{
  display: block;
  width: 100%;
}
.corp-info{
  display: block;
  margin: 15px 0 30px;
}

.corp-info dl{
  display:flex;
  flex-wrap:wrap;
  font-size:16px;
  margin: 0 0 20px 0;
}
.corp-info dt{
  font-weight:bold;
  margin-bottom:10px;
  padding-bottom:5px;
  border-bottom: 1px solid #ccc;
  width:100%;
}
.corp-info dd{
  width:100%;
}
.corp-info dd.half{
  width:50%;
  font-size:18px;
}
.lined{
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaaaa;
}

.space-top{
  display: inline-block;
  margin-top: 10px;
}

.recent_posts li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.blogimg{
  margin-bottom: 15px;
}

.jetmenu > li > a {
  border-top: 3px solid #FFFFFF;
  color: #777777;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.273em;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.menutitle{
  display: none;
}

.footer-navi ul {
  list-style: none;
  list-style-position: outside;
  display: inline;
  margin: 5px;
}

.footer-navi{
  text-align: center;
  padding: 20px;
}

.swiper-pagination-bullet-active { background-color: white; }
.swiper-container{
  padding-bottom: 20px;
}

.english{
  display: inline;
}

dl.space-top{
  margin-left: 0;
}

#sidebar a.text-white{
  color: white;
}

.no-padding{
  padding: 0;
}

.content-box {
  background: #FFFFFF;
  /* border: 1px solid #DCDBD7; */
  margin: 0;
  padding: 10px 30px 35px;
}

dl.information{
  margin-left: 0;
  font-size: 110%;
}

ul.footermenu li {
  /* background: url(../img/list_1.png) no-repeat; */
  margin-bottom: 15px;
  /* padding-left: 15px; */
  margin-top: 10px;
}

ul.footermenu >li::before{
  margin-right:4px;
  content:'\f101';
  font-family:FontAwesome;
}

ul.footermenu li a {
  text-decoration: none;
  color: white;
}

.jumbotron{
  margin-top: 100px;
}

ul.menu li{
  /*margin-bottom: 10px;*/
}

.scroll-fade.fade-in {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fid;
  animation-name: fid;
  visibility: visible !important;
}
@-webkit-keyframes fid {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fid {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.read-more{
  background-color: rgb(83, 109, 187);
}

.p-0{ padding:0;}
.p-1{ padding:10px;}
.p-2{ padding:15px;}
.p-3{ padding:20px;}
.mb-0{ margin:0px;}
.mb-1{ margin:10px;}
.mb-2{ margin:15px;}
.mb-3{ margin:20px;}
.mt-0{ margin:0px;}
.mt-10{ margin-top:10px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:50px;}
.mt-60{ margin-top:60px;}

#sidebar .list-group .active{
  color:#fff;
}
#sidebar .list-group .active a{
  color:#fff;
}
.label,
.badge {
  min-width:80px;
}
/*product*/
h3.cat1{
  font-size:18px;
  border-bottom:1px solid #3498db;
  margin-top: 30px;
  padding:5px;
}
.list-inline>li{
  padding:5px 10px;
  font-size:16px;
}
.pankuzu h1{
  font-weight:normal;
  font-size:inherit;
  margin:5px 0;
}
.productpage .alert h3,
.sellerpage h3,
.newspage .alert h4{
  margin-top: 0;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid ;
  margin-bottom: 20px;
  font-weight:normal;

}
.productpage .alert{
  margin-bottom:40px;
}
.productpage .panel-heading{
  color:#fff;
}

/*news*/
.newspage .alert{
  margin-top:40px;
}
.newspage .alert i{
  margin-right:10px;
}
/*seller*/
.sellerpage .alert{
  margin-bottom:40px;
}
.sellerpage h4{
  font-weight:normal;
  font-size:16px;
}
.sellerpage .list-group-item i,
.sellerpage .list-group-item .label,
.brandpage i,
.brandpage .label
.eventpage i,{
  margin-right:10px;
}
.sellerpage .list-group-item .list-inline>li,
.brandpage .list-inline>li{
  padding:5px 15px 5px 5px;
  width:100%;
}
.sellerpage .list-group-item .list-inline{
  margin-bottom: -5px;
}

/*brand*/
.brandpage h3{  
  margin-top: 0;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border:0px;
}


/*event*/
.eventpage dl{
  margin:0;
}
.eventpage .gallery{
  margin-left:0px;
}
.eventpage .gallery img{
  width:20%;
  height: auto;
}
.eventpage .side dd{
  margin-bottom:0;
}


/*companypage*/
.companypage table{
  margin-bottom:60px;
}
.companypage iframe{
  width:100%;
}
/*contactpage*/
.contactpage{
  margin-bottom:30px;
}
.contactpage dd,
.contactpage dt{
  border-top:1px solid #ccc;
  padding:20px 0;
  float:left;
  box-sizing: border-box;
  margin-bottom: 0;

}
.contactpage .form{
  margin:30px 0;
}
.contactpage .ttl{
  width:20%;
  clear:both;
}
.contactpage .atn,
.contactpage .atn2{
  width:10%;
}
.contactpage .atn2 span{
  border:1px solid #999;
  border-radius: 6px;
  padding:3px 8px;
  color:#999;
}
.contactpage .atn span{
  border:1px solid #F00;
  border-radius:6px;
  padding:3px 8px;
  color:#F00;
}
.contactpage dd{
  width:70%;
}
.contactpage input,
.contactpage textarea,
.contactpage select{
  margin-bottom: 0;
}
.contactpage input[type=text],
.contactpage textarea{
  width:100%;
  box-sizing: border-box;
}
.contactpage input[type=text]#half,
.contactpage select{
  width:49%;
  box-sizing: border-box;
}
.contactpage .send{
  text-align:center;
  clear:both;
  padding:50px 0;
  border-top:1px solid #ccc;
}
.contactpage .send .label{
  font-size:16px;
  padding:5px 30px;

}

/*202205-*/
.sidebar .content {
  padding: 5px;
}
#product-general .product-name{
  font-size: 2em;
}
.product-meta-container{
    display: flex;  
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
  margin: 0;
}
.storefront-breadcrumb {
  margin: 0; 
  padding: 5px;
  background: #fff;
}
.storefront-primary-navigation .col-full{
  position: relative;
}
#site-header-cart{
  position: absolute;
  right: 90px;
  top: 0;
  min-width: 200px;
  font-size: 14px;
}
#azmax_search{
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 14px;
  background: #0056b3;
  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 21px;
  box-sizing: border-box;
  padding-top: 6px;
}
#azmax_search i{
  color: #fff;
  /*padding-top: -2px;*/
}
.azmax_search_contaier{
  position:absolute;
  background: #777;
  width: 100%;
  z-index: 100;
  display: none;
}
.azmax_search_contaier2{
  background: #777;
  width: 100%;
  z-index: 100;
}
.azmax_search_box{
  padding: 10px 20px;
}
.azmax_search_box2{
  padding: 20px;
}
.azmax_search_box2 h2{
  font-size: 20px;
  font-weight:bold;
}
.azmax_search_box2 i{
  margin-left:20px;
}
.azmax_search_box2 h2,
.azmax_search_box2 p,
.azmax_search_box2 i{
  color: #fff;
}
.azmax_search_box form,
.azmax_search_box2 form{
  margin: 0;
}
.azmax_search_box label,
.azmax_search_box2 label{
  width: 80%;
}
.azmax_search_box .search-field,
.azmax_search_box2 .search-field{
  width: 100%;
}
.azmax_search_box label,
.azmax_search_box input,
.azmax_search_box2 label,
.azmax_search_box2 input{
  margin-bottom:0px;
}

.main-navigation ul li{
  font-size: 14px;
}
.storefront-primary-navigation{
  border-bottom: 1px solid #ccc;
}
.entry-content{
    ma/*r*/gin: 30px auto !important;
}
.entry-content .search-body-copy {
    margin: 30px auto !important;
}
.container-fixed > .row .entry-content, .archive-container > .row .entry-content {
    padding:  0; */
}
.search-body-copy h3{
  margin: 0;
}
.section.styled .content .border-box .loop-item .main {
    padding: 10px 15px;
}
.section.styled .content .border-box .loop-item {
    padding: 5px 0px;
}

.yith-wcwl-add-button {
  text-align: center;
}
#woocommerce_wrapper_container #product-general {
  padding: 20px 0px;
}

.meta-title{
  font-weight: bold;
}

.add-to-cart .button,
.add-to-cart .btn,
.add-request-quote-button,
.yith_ywraq_add_item_browse_message a{
  padding: 0.25rem 0.5rem;
  font-size: .875rem !important;
  line-height: 1.5;
  border-radius: 0.2rem;
  min-width: 100px;
  margin: 1px 5px;
  display: inline-block;
  text-align: center;
}
.yith_ywraq_add_item_response_message,
.yith_ywraq_add_item_product_message,
.added_to_cart{
  visibility: hidden;
  display: none !important;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    float: left;
    margin-right: 4.347826087%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
    background: #fff;
    padding: 20px;
}

.entry-header {
}
.entry-header .entry-title{
  padding: 30px 0;
  font-size: 1.3em;
}
fieldset{
  padding: 20px;
}
.form-row label {
  min-width: 200px;
}
.added_to_cart{
  /*position: fixed;*/
  /*top: 0;*/
  /*right: 0;*/
  /*display: none;*/
}
.add-request-quote-button{
  background:#0056b3;
  color: #fff;
}
.add-request-quote-button:hover,
.yith_ywraq_add_item_browse_message a:hover{
  color: #fff;
}
.yith_ywraq_add_item_browse_message a{
  background:#666;
  color: #fff;
}
.wc-forward{
  font-size: 14px;
}
.widget_shopping_cart p.buttons{
  padding: 0;
} 
.widget_shopping_cart .buttons a {
    display: block;
    margin-bottom: 0;
}
.widget_shopping_cart p.total{
    padding: 0.5em 0;
}
.site-header-cart .cart-contents::after {
    font-size: 20px;
}
.yith-ywraq-mail-form-wrapper{
  background: #fff ;
}
.yith-ywraq-mail-form-wrapper h3{
  font-size: 1.5rem;
}
.yith-ywraq-mail-form-wrapper .form-row{
  padding: 0 20px;
  margin: 0px; 
}
.yith-ywraq-mail-form-wrapper .form-row {
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form{
  margin-top: 50px;
}

.yith-ywraq-mail-form-wrapper label{
  font-weight: bold;
  color: #000;
  /*padding-left: 20px;*/
}

.yith-ywraq-mail-form-wrapper .woocommerce-input-wrapper{
  width: calc(100% - 200px);
}
.yith-ywraq-mail-form-wrapper .raq-send-request-row{
  margin-top: 30px;
}
.yith-ywraq-mail-form-wrapper .raq-send-request{
  margin: 0 auto;
    background-color: #132a87;
    border-color: #eeeeee;
    color: #fff;
}


.footer {
  background: #2B2E31;
  padding: 25px 0;
  /*position: relative;*/
  overflow: hidden;
  display: block;
  z-index: 1;
  box-shadow: 0px -10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  clear: both;
}

/*.footer ul {
  margin-left: 0;
}

.footer .title {
  border-bottom: 1px solid #696E74;
}

.copyrights p {
  font-size: 12px;
  margin-top: 10px;
}

.footer-menu {
  margin: 10px 0;
}
*/
.footer-left p {
  color: #fff;
}

.footer-menu a {
}
.footer-menu ul {
  list-style: none;
  list-style-position: outside;
  display: inline-block;
  margin: 5px;
}

.footer-menu li {
  line-height: 12px;
  float: left;
  padding: 0 7px;
}
.footer-menu li a{
  color: #fff;
}

/*
.footer .widget h4 {
  color: #ffffff;
}
*/

.copyrights {
  /*background: #3E4246;*/
  padding: 0;
  font-size: 12px;
  border-top: 1px solid #3E4246;
  margin-top: 15px;
  color: #fff;
}

.copyrights a {
  color: #fff !important;
}


.hentry .entry-content .woocommerce-MyAccount-navigation ul  {
    font-size: 12px;
}
.entry-title{
  font-size:  26px;
  color: #24439C;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    padding: 40px;
}
.woocommerce-account h3{
  font-size:  22px;
}

.addresses header.title a {
    margin-top: 0;
}

.woocommerce-Address-title{
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.woocommerce-Addresses,
.address-book{
  float: none !important;
}
.woocommerce-Address-title h3{
  margin-bottom: 0;
}
.woocommerce-Address{
  border-left: 3px solid #132a87;
}
.address_book{
  margin: 50px 0;
}

.wc-address-book-address{
  border-left: 3px solid #ccc;
  padding: 0 10px;
}
.woocommerce-MyAccount-content label,
.validate-state,
.validate-postcode {
  width: 100% !important;
  float: none !important;
}

.woocommerce-input-wrapper{
  width: 100%;
}
#billing_country_field,
#billing_address_nickname-description{
  display: none;
}
.woocommerce-address-fields{
  margin-top: 30px;
}
.wc-block-grid {
  text-align: left;
}
.inner{
  margin-bottom: 70px;
}
.applications-banner-landing-module p{
  color: #fff !important;
}
.section.styled .footer.red {
    background: none;
}
.ko{
  padding-left: 15px;
}
.ko li{
  list-style: none;
}
.page-template-template-fullwidth-php #order_review_heading,
.page-template-template-fullwidth-php #order_review{
  float: none;
  width: 100%;
}
.checkout-fields #shipping_country_field,
.woocommerce-checkout-payment .payment_methods,
#ship-to-different-address-checkbox {
  display: none;
}
table.wishlist_table {
    font-size: 100%;
}
table.wishlist_table .product-add-to-cart,
table.wishlist_table .product-stock-status{
    word-break: keep-all;  
    white-space: nowrap;
}
table.wishlist_table a.add_to_cart{
    font-size: 100%;
    white-space: nowrap;
    display: block !important;
}
.section1 .container{
  margin: 0 auto;
}
.noslide{
    background-position: center !important;
    background-size: cover !important;
}
.message p{
  color:#000;
}
.site-header{
  background: #fff;
}


@media (min-width: 768px){
    .page-template-template-fullwidth-php .content-area,
    .page-template-template-homepage-php .content-area {
        min-height: calc(100% - 328px);  
    }
}


nav,
.sub-menu li a{
  background-color: rgba(240,240,240,1)
}
.sub-menu{
  display: none;
}
.submenu-active{
  display: block;
  z-index: 10000;
  background: #000;
}
body{
  background: #fff;
}
.red #menu-product-lines{
  display: flex;
  flex-wrap: wrap; 
}
.red #menu-product-lines li{
  font-size: 16px;
  width: calc(33% - 20px);
  box-sizing: border-box;
  margin: 8px 10px;
}
.wc-product-meta p.title{
    font-size: 16px;
}
.attributes-list ul{
  font-size: 100%;
  padding-left: 30px;
}

.form-row {
    margin-right: 0px;
    margin-left: 0px;
}
.address_book {
    margin: 10px 0;
    height:60px;
}
.woocommerce-billing-fields__field-wrapper{
  margin-top:80px;
}

form.checkout input[type=text],
form.checkout input[type=tel],
form.checkout input[type=email],
form.checkout textarea{
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #999 !important;
}

form.checkout input[type=text]:disabled,
form.checkout input[type=tel]:disabled,
form.checkout input[type=email]:disabled {
  background: #fff;
  border-color: #fff !important;
  box-shadow: none;
  padding-left:0;
}
form.checkout input[type=text][disabled]::placeholder{
  display: none !important;
  color:#fff;
}
form.checkout input[type=text],
form.checkout input[type=tel],
form.checkout input[type=email],
form.checkout select,
.select2-container--default .select2-selection--single {
    padding: 5px 10px;
    font-weight: 700 !important;
    font-size: 18px !important;
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background: none;
    border: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    padding-left:0;
}

.visual{
  height:300px;
  width:100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual.science{
  background-image: url(../img/top-science.jpg);
}
.visual h2{
  width:60%;
}
.mov,
.topbrand{
  text-align: center;
  width:100%;
  background-size: cover;
  background-position: center;
}
.topbrand{background: rgb(239,239,239);
background: linear-gradient(-10deg, rgba(239,239,239,1) 00%, rgba(239,239,239,0.1) 20%, rgba(239,239,239,0.1) 80%, rgba(239,239,239,1) 100%);
}

.mov.science{
  background-image: url(../img/mov-science.jpg);
}

.mov h3{
  background:rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  padding:20px;
}
.mov iframe{
  margin:30px;
  aspect-ratio: 16 / 9;
  width:100%;
  max-width: 800px;
  height:auto;
}
.topbrand h4{
  font-size: 20px;
}
.topbrand ul{
  display: flex;
  margin:20px auto;
  flex-wrap: wrap;
  width:80%;
  align-items: center;
}
.topbrand li{
  list-style: none;
}
.topbrand li.logo{
  width:25%;
}
.topbrand li.logo img{
  width:100%;
  height:auto;
  padding:10px;
  box-sizing: border-box;
}
.topbrand li.text{
  width: 70%;
  font-size: 16px;
  text-align: left;
  line-height: normal;
}
.btn-n{
  border-radius: 20px;
  background: #333;
  color: #fff;
  padding: 10px 20px;
}