

@media (min-width: 760px){
    @font-face {
        font-family: 'Lato-Regular';
        src: url('fonts/Lato-Regular.eot');
        src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Montserrat';
        src: url('fonts/Montserrat.eot');
        src: url('fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat.woff') format('woff'),
        url('fonts/Montserrat.woff2') format('woff2'),
        url('fonts/Montserrat.ttf') format('truetype'),
        url('fonts/Montserrat.svg#Montserrat') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    body{
        font-family:'Lato-Regular',Arial, sans-serif, serif;
    }
}
@media (max-width: 760px) {
    body{
        font-family:'Arial','Helvetica', sans-serif, serif;
    }
}
@media (min-width: 1600px){
    body{
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px){
    body{
        font-size: 15.5px;
    }
}
@media (max-width: 1200px){
    body{
        font-size: 14px;
    }
}
body{
    line-height: 1.65em;
    font-weight: normal;
    color: #09122b;
    margin:0;
    background: #f7f7f7;

}

html {
    font-size: 10px;
}
a,a:hover,a:focus{  text-decoration: none;transition: all ease .2s;}
a{color: #075cb8;}
a:hover,a:focus{color: #3885d8;text-decoration: none}
p{  margin-bottom: 20px; }
ul, ol{  padding-left: 18px;  }
.noul{  list-style: none;  padding-left: 0;  }
ul li,ol li{  margin-bottom: 10px;  }
.modal-open{  overflow: visible;  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{  line-height: 1.5em;}
h1, h2, h3, h4,  .h1, .h2, .h3, .h4{  font-weight: bold; margin-bottom: 20px; }

h2,.h2{
    font-size: 2.6rem;
}
h3, h3{
    font-size: 1.9rem;
    font-weight: bold;
    margin-top: 0;
}

h4{
    font-size: 1.7rem;
    margin-top: 0;
}
label{
    padding-left: 10px;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 100%;
    }
}

@media(min-width:1200px) {
    .container {
        min-width: 1170px;
        width: 98%;
    }
}

@media(min-width:1400px) {
    .container{
        width: 90%;
        margin: 0 auto;
    }
}


@media (min-width: 1600px){
    .container{
        max-width: 1560px;
    }
}







/*nav*/
@media (min-width: 1400px){
    .logo-part{
        width: 300px;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 35px 32px;
        font-size: 1.03em;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 32px;
    }

}
@media (min-width: 1200px) and (max-width: 1400px){
    .logo-part{
        width: 280px;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding:35px 25px;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 25px;
    }
}
@media (min-width: 1200px){
    .logo-part{
        display: inline-block;
        height: 60px;
        background-size: 100%;

    }
    .head-nav.isStuck .logo-part{
        margin-top: 10px;
        height: 50px;
        background-size: 74%;
    }

}
@media (min-width: 1000px) and (max-width: 1200px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 35px 15px;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 15px;
    }
    .logo-part{
        display: inline-block;
        width: 220px;
        height: 60px;
        background-size: 100%;
    }
    .head-nav.isStuck .logo-part{
        margin-top: 10px;
        height: 50px;
        background-size: 80%;
    }
    .head-nav.isStuck:hover .logo-part{
        background-size: 80%;
    }
}
@media (min-width: 760px) and (max-width: 1000px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 35px 10px;
    }
    .logo-part{
        display: inline-block;
        margin-top: 25px;
        margin-left: 10px;
        width: 190px;
        height: 70px;
        background-size: 100%;
    }
    .head-nav.isStuck .logo-part{
        margin-top: 15px;
        height: 40px;
    }
    .head-nav.isStuck:hover .logo-part{
        background-size: 80%;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 10px;
    }

}



@media (min-width: 760px){
    .logo-part{
        margin-top: 15px;
    }
    .head-nav .top-share{
        padding: 35px 12px;
    }
    .head-nav.isStuck .top-share{
        padding: 20px 12px;
    }
    .navbar-nav{
        float: right;
    }
    .head-nav .navbar-nav>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu{
        width: 100%;
        margin: 0;
        position: absolute;
    }
    .head-nav .dropdown-menu>li{
        position: static;
    }

    .head-nav .dropdown-menu .dropdown>a>.caret{
        position: absolute;
        top:6px;
        right: 15px;
        color: #ddd;
        border: none;
    }
    .head-nav .dropdown-menu .dropdown>a>.caret:before{
        content: '\e947';
        font-family: 'icomoon';
        color: #e68124;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a>.caret:before{
        content: '\e920';
        font-family: 'icomoon';
        top:10px;
        right: 20px;
    }

    .head-nav .navbar-default .navbar-nav>li>a{
        color: #1b3642;
        border-bottom: 2px solid transparent;
        margin-bottom: 0;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover, .head-nav .navbar-default .navbar-nav>li>a:active{
        color: #e68124;
        border-bottom: 2px solid #e68124;
    }

    .head-nav .navbar-default .navbar-nav>li>a>.caret{
       display: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret:before{
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu{
        min-height: 100%;
    }
    .head-nav .navbar-nav>li:nth-child(2){
        position: static;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>a>.caret{
        left: 23%;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li{
        width: 33.33%;
        float: left;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>ul{
        left: 25%;
        width: 75%;
        border: none;
        background: #f9f9f9;
        box-shadow: none;
        height: 500px;
        overflow-y: auto;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>ul::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>ul::-webkit-scrollbar-thumb{
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>ul::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu{
        height: 500px;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a{
        font-weight: bold;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a{
        position: relative;
    }
    .head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu .dropdown-menu a{
        padding: 3px 10px;

    }
    .head-nav .navbar-nav>li>.dropdown-menu ul{
        left: 100%;
        top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        transition: all ease 1s;
        display: block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a:hover{
        background: #f4f4f4;
        transition: all ease 1s;
        color: #1e2733;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        position: absolute;
        left: 100px;
        box-shadow: none;
        top:20px;
        width: 350px;
        border-radius: 0;
        padding: 10px 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li>a{
        padding: 5px 10px;
    }
}
@media (max-width: 760px){
    .logo-part{
        display: inline-block;
        margin-top: 5px;
        margin-left: 0;
        width: 200px;
        height: 50px;
        background-size: 100%;
    }

    .head-nav .dropdown-menu{
        position:inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .navbar-default .navbar-nav>li>a{
        color: #222;
    }
    .head-nav .caret{
        border: none;
    }
    .head-nav .dropdown>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: '+';
        font-size: 1.1em;
        font-weight: bold;
    }

    .head-nav .navbar-nav>li.dropdown>a>.caret:after,  .head-nav .navbar-nav>li.dropdown.on>a>.caret:after{
        top: 15px;
        right: 15px;
    }
    .head-nav .col-md-3.dropdown>a>.caret:after{
        content: '';
    }

    .head-nav .dropdown.on>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: "-";
    }
    .head-nav .navbar-nav{
        margin: 0;
    }

    .head-nav .dropdown-menu>.active>a,.head-nav .dropdown-menu>.active>a:hover,.head-nav .dropdown-menu>.active>a:focus{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px 10px;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li ul{
        margin-top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>a{
        padding: 7px 10px;
    }

    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a{
        font-weight: bold;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a>span{
        display: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        margin: 10px 0 0 0;
        padding-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li{
        line-height: 2.7rem;
    }
    .head-nav .navbar-collapse{
        background: #fff;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        width: 90%;
        overflow: hidden;
        display: inline-block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        line-height:1em;
        margin-bottom: 0;
    }
}

.logo-part{
    background: url(../images/logo.svg) no-repeat;
}

.head-one {
    z-index: 199;
    width: 100%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
}
.head-nav:hover .navbar-default .navbar-toggle .icon-bar,.navbar-default .navbar-toggle .icon-bar{
    background: #888;
}
.head-nav:hover .navbar-default .navbar-toggle,.navbar-default .navbar-toggle{
    border-color: #888;
}



.head-nav.isStuck:hover  .navbar-nav>li>a{
    color: #e68124;
}

.search-btn{
    display: block;
    border-radius: 5px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border: none;
    line-height: 50px;
    background: #54bcce;
    width: 100%;
}
.search-btn:hover,.search-btn:focus{
    color: #fff;
    background: #37aea3;
}
.search-select,.search-select:hover,.search-select:focus{
    position: absolute;
    left: 15px;
    top: 0;
    height: 42px;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: .9em;
    border-right: 1px solid #ddd;
    outline: none;
    border-radius: 0;
}
.head-nav .navbar-nav>li{
    margin-bottom: 0;
}

.head-nav{
    z-index: 90;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.head-nav.isStuck{
    background: #fff;
    position: fixed;
}

.head-nav.isStuck .navbar-default{
    margin-top: 0;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a{
    color:#222;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a:hover{
    color:#e68124;
}
.head-nav.isStuck .navbar-default .navbar-nav>.active>a, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:hover, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:focus{
    color: #e68124;
    background: none;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    background: #fff;
    box-shadow: none;
    font-size: .94em;
}
.head-nav.isStuck .navbar-nav>li>.dropdown-menu{
    background: #fff;
}
.head-nav .dropdown-menu>li{
    margin-bottom: 0;
}
.head-nav .navbar-nav>li>.dropdown-menu>li>a{
    position: relative;
    font-weight: bold;
}

.head-nav.isStuck .dropdown-menu>li>a{
    color: #444;
}
.head-nav.isStuck .dropdown-menu>li>a:hover{
    color: #e68124;
}
.head-nav .dropdown-menu>li>a:hover,.head-nav .dropdown-menu>li>a:hover{
    background: none;
    color: #e68124;
}
.head-nav li.open>a,.head-nav li.open>a:hover,.head-nav li.open>a:focus{
    background: #f9f9f9;
}
.head-nav a:hover{
    color: #e68124;
}
.head-nav .navbar-default{
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom:0;
}

.top-share a{
    display: inline-block;
    color: #839297;
    font-size: 1.15em;
}
.head-nav .navbar-default .navbar-nav>li>a{
    position: relative;
    font-weight: bold;
}
.head-nav .navbar-default .navbar-nav>li>a>span.icon-search-1{
    font-size: 1.2em;
}
.head-nav .navbar-default .navbar-nav>.active>a:before{
    content: '';
}

.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:hover,.head-nav .navbar-default .navbar-nav>.open>a:focus{
    background: none;
    color: #e68124;
    border-bottom: 2px solid #e68124;
}
.head-nav.isStuck .navbar-default  .navbar-nav>.open>a,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:hover,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:focus{
    background: none;
}
.head-nav .navbar-default .navbar-nav>.active>a,
.head-nav .navbar-default .navbar-nav>.active>a:hover,
.head-nav .navbar-default .navbar-nav>.active>a:focus{
    color: #e68124;
    background: none;
    border-top: 4px solid #e68124;
}
.head-nav .navbar-collapse{
    padding: 0;
}
.head-nav .navbar-default{
    position: relative;
}

.head-nav .dropdown-menu>.active>a{
    background: none;
}
.head-nav .dropdown-menu>.active>a:focus,.head-nav .dropdown-menu>.active>a:active{
    color: #e68124;
}

@media (max-width: 768px) {
    .search-xs a{
        display: inline-block;
        color: #666;
        padding: 15px;
        font-size: 17px;
        margin-left: 10px;
    }
    .search-modal .form-control{
        margin-bottom: 20px;
    }

}

/*banner*/

@media (min-width: 760px){
    .index-slide .carousel-caption h2{
        font-size: 2.8em;
        margin-bottom: 25px;
        line-height: 1.35em;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
    }
}
@media (max-width: 760px){
    .index-slide .carousel-caption .container{
        width: 100%;
    }
    .index-slide .carousel-caption h2{
        font-size: 2em;
        margin-bottom: 20px;
    }
    .index-slide .carousel-inner>.item>a{
        width: 100%;
        background-color: #f2f2f2;
        position: relative;
        transform: none;
        display: block;
        height: 600px;
        overflow: hidden;
    }
    .index-slide .carousel-inner>.item>img,.index-slide .carousel-inner>.item>a>img{
        min-width: 0;
        min-height: 0;
        max-width: 400%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
.index-slide .carousel-caption h2{
    position: relative;
}
.index-slide .carousel-caption h2:before{
    content: '';
    display: inline-block;
    width: 100px;
    height: 8px;
    background: #de662f;
    border-radius: 5px;
    position: absolute;
    top: -30px;
}
.index-slide .banner-zero .carousel-caption  h2:before{
    background: none;
}
.index-slide{
    position: relative;
}
.index-slide  .carousel-indicators .active,.index-slide .carousel-indicators li:hover{
    border: 1px solid #fff;
}
.index-slide .carousel-indicators li{
    background:none;
    border: 1px solid #fff;
    width: 30px;
    height: 8px;
    margin: 0 5px;
    position: relative;
    transition: all ease .3s;
}
.index-slide .carousel-indicators li:hover{
    background: #fff;
}
.index-slide .carousel-indicators li.active{
    background: #fff;
    width: 20px;
    height: 8px;
}


.index-slide .carousel-caption{
    text-shadow: none;
    z-index: 33;
    top:0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: left;
    padding: 0;
}
.index-slide .carousel-caption .container{
    display: table;
    height: 100%;
}
.index-slide .carousel-caption .banner-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #fff;
}

.index-slide .carousel-caption h2{
    margin-top: 0;
    font-weight: normal;
    padding-top: 0;
    color: #fff;
}

.index-slide .item>a{
    display: block;
    max-height: 670px;
    height: 73vh;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    text-shadow: none;
    width: 5%;
    z-index: 99;
}

.banner-more{
    display: inline-block;
    padding: 14px 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    transition: all ease .5s;
    letter-spacing: 2px;
}
.banner-zero{
    background-image: url(../images/2023-January-Promo-BOC-Sciences-banner.jpg);
    background-image: -webkit-image-set( url("../images/2023-January-Promo-BOC-Sciences-banner.webp") 1x,url(../images/2023-January-Promo-BOC-Sciences-banner.webp) 2x,url(../images/2023-January-Promo-BOC-Sciences-banner-xs.webp) 3x );
    background-image: image-set( url("../images/2023-January-Promo-BOC-Sciences-banner.webp") 1x,url(../images/2023-January-Promo-BOC-Sciences-banner.webp) 2x,url(../images/2023-January-Promo-BOC-Sciences-banner-xs.webp) 3x );
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.banner-one {
    background-image: url(../images/banner-1.jpg);
    background-image: -webkit-image-set( url(../images/banner-1.webp) 1x,url(../images/banner-1.webp) 2x,url(../images/banner-xs-1.webp) 3x );
    background-image: image-set( url(../images/banner-1.webp) 1x,url(../images/banner-1.webp) 2x,url(../images/banner-xs-1.webp) 3x );
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.banner-two {
    background-image: url(../images/printed-electronics-banner-1.jpg);
    background-image: -webkit-image-set( url(../images/printed-electronics-banner-1.webp) 1x,url(../images/printed-electronics-banner-1.webp) 2x,url(../images/printed-electronics-banner-1-xs.webp) 3x );
    background-image: image-set( url(../images/printed-electronics-banner-1.webp) 1x,url(../images/printed-electronics-banner-1.webp) 2x,url(../images/printed-electronics-banner-1-xs.webp) 3x );
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*banner*/


@media(min-width: 992px) {
    .grid-item {
        --number:auto-fill;
        --width: 160px;
        margin-bottom: 25px;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(var(--number),minmax(var(--width),1fr));
    }

    .grid {
        display: grid;
        --rate: 48% 48%;
        row-gap: 15px;
        grid-template-columns: var(--rate);
        justify-content: space-between;
        margin-bottom: 25px;
    }
}

@media(max-width: 992px) {
    .grid-item>*,.grid >* {
        margin-bottom:30px;
    }
}

.grid-item:before,.grid-item:after,.grid:before,.grid:after {
    display: none;
}

.img-box,.pic-box {
    position: relative;
    min-height: 140px;
    overflow: hidden;
}

.img-box img,.pic-box img {
    min-height: 100%;
    min-width: 100%;
    max-width: 110%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}



