@font-face {
	font-family: 'Carlito-Bold';
	font-display: swap;
	src: url('fonts/Carlito-Bold.woff2') format('woff2'), url('fonts/Carlito-Bold.woff') format('woff'), url('fonts/Carlito-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Carlito-Bold.ttf') format('truetype'), url('fonts/Carlito-Bold.svg#Carlito-Bold') format('svg');
}

@font-face {
	font-family: 'Montserrat-Light';
	font-display: swap;
	src: url('fonts/Montserrat-Light-6.woff2') format('woff2'), url('fonts/Montserrat-Light-6.woff') format('woff'), url('fonts/Montserrat-Light-6.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light-6.ttf') format('truetype'), url('fonts/Montserrat-Light-6.svg#Montserrat-Light-6') format('svg');
}

.siq_bR{
	bottom: 100px !important;
}
.speakbtn{
	bottom: 100px !important;
}
body {
    font-family: 'Montserrat-Light';
    font-size: 16px;
    color: #444;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Carlito-Bold';
}
h4, .h4 {
    font-size: 19px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 15px;
}

.font-head{
	font-family: 'Carlito-Bold';
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
}
.side-title{
	font-size: 19px;
}

a {
    color: #196ca1;
    text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
    transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg) scale(.3);
    }
}

.maincon, .container {
	width: 100%;
	margin: auto;
	height: auto;
	padding: 0px 12%;
	max-width: 2000px;
}
@media screen and (min-width:2000px) {
	.maincon, .container {
		padding: 0px 240px;
	}
}
@media screen and (max-width:1580px) {
	.maincon, .container {
		padding: 0px 9%;
	}
}
@media screen and (max-width:1400px) {
	.maincon, .container {
		padding: 0px 5%;
	}
}
@media screen and (max-width:1000px) {
	.maincon, .container {
		padding: 0px 30px;
	}
}
@media screen and (max-width:800px) {
	.maincon, .container {
		padding: 0px 15px;
	}
}


.form-control,
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-radius: 2px;
}
p {
    margin-bottom: 15px;
}
ul,ol{
    padding-left: 20px;
}
.noul{
    padding: 0;
    list-style: none;
}
li{
    margin-bottom: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop50 {
    margin-top: 50px;
}

.mbottom10 {
    margin-bottom: 10px;
}

.mbottom20 {
    margin-bottom: 20px;
}

.mbottom30 {
    margin-bottom: 30px;
}

.mbottom40 {
    margin-bottom: 40px;
}

.mbottom50 {
    margin-bottom: 50px;
}

.content-box .list-icon1{
	padding-left: 28px;
}
.content-box .list-icon1>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.content-box .list-icon1>li:before{
	content: '';
    position: absolute;
    top: 3px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon1.png) no-repeat 0px center/15px;
}


.ServiceShowPic {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5em;
    color: #888888;
}

.ServiceShowPic img {
    margin: auto;
}

.ServiceShowleftPic {
    margin-right: 15px;
    text-align: center;
    color: #888888;
    display: inline-block;
}

.ServiceShowrightPic {
    margin-left: 15px;
    text-align: center;
    color: #888888;
    display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5em;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.Reference {
    font-size: 0.9em;
    color: #666666;
}
.Reference p{
    margin-bottom: 10px;
}
.Reference ol{
    margin-bottom: 15px;
    padding-left: 15px;
}
.carousel-caption span{
    font-family: 'Carlito-Bold';
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.carousel-caption span:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 80px;
    height: 5px;
    background: #78b532;
    transform: translateX(-50%);
}



/*start media*/


@media (max-width: 1400px) {
    .pronav .nav>li>a{
        padding: 10px;
        font-size: 0.95em;
    }
}

@media only screen and (min-width:1000px) and (max-width:1600px) {
    .carousel-caption{
        left: 13%;
        right: 35%;
    }
}


@media only screen and (min-width:1000px) {
    .ServiceShowrightPic {
        float: right;
    }
    .ServiceShowleftPic {
        float: left;
    }

    .pro-tab{
        position: relative;
        height: 100px;
    }
    .pro-tab .product-tab{
        border-bottom: none;
        position: absolute;
        bottom: -80px;
        left: 0;
    }
    .cas-product .col-md-3{
        width: 20%;
    }
    .content-box{
        padding-left: 40px;
    }
    .service-content .tab-pane .container{
        padding: 50px 0 30px 400px;
    }
    .service-tab{
        position: absolute;
        top:50px;
        left: 15px;
        width: 300px;
        border-bottom: none;
    }
    .carousel-caption{
        text-align: center;
        top:30%;
    }
    .carousel-caption h2 a{
        font-size: 26px;
        line-height: 2em;
    }
    .carousel-caption h1 a{
        font-size: 26px;
        line-height: 2em;
    }
    .carousel-caption .banner-title a{
        font-size: 26px;
        line-height: 2em;
    }
    .carousel-caption span{
    	font-size: 18px;
    }
    .bread-box{
        padding: 180px 0 0 0;
        height: 400px;
    }

}

@media only screen and (max-width:1000px) {
    .pro-tab{
     margin: 30px 0 10px 0;
    }
    .pro-tab .product-tab{
        border-bottom: none;
      }
    .carousel-caption{
        bottom: 15%
    }
    .carousel-caption h2 a{
        font-size: 18px;
        line-height: 1.6em;
    }
    .carousel-caption h1 a{
        font-size: 18px;
        line-height: 1.6em;
    }
    .carousel-caption .banner-title a{
        font-size: 18px;
        line-height: 1.6em;
    }
    .bread-box{
        padding: 180px 0 0 0;
        height: 450px;
    }

}

@media only screen and (min-width:768px) and (max-width:1000px) {}

@media only screen and (min-width:480px) and (max-width:768px) {}
@media only screen and (min-width:480px){
    .product-tab.nav-tabs>li>a.pro-wbox{
        width: 200px;
        height: 130px;
    }
    .pro-tab .overlay span{
        height: 120px;
    }
    .pro-tab li.active:after{
        top:123px;
        left: 45%;
    }
    .product-content .tab-pane {
        padding: 130px 0 100px 0;
    }
    .inuiry-moblie{
        display: none;
    }
}
@media only screen and (min-width:320px) and (max-width:480px) {
    .product-tab.nav-tabs>li{
        width: 50%;
        margin-bottom: 20px;
    }
    .product-tab.nav-tabs>li>a.pro-wbox{
        width: 100%;
        height: 60px;
    }
    .pro-tab li.active:after{
        top:54px;
        left: 45%;
    }
    .product-content .tab-pane {
        padding: 30px 0;
    }

    .service-content>.tab-pane{
        display: block;
        padding: 30px 0;
    }
    .inuiry-moblie{
        display: block;
    }


}


/*end media*/


.pro-work {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 2px solid #aaaaaa;
    padding-bottom: 20px;
}

.pro-wbox {
    width: 100%;
    background: #f2f2f2;
    position: relative;
    transform: none;
    display: block;
    height: 210px;
    overflow: hidden;
}

.pro-wbox img {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    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%);
}

.pro-work .overlay {
    background: rgba(83, 168, 111, .7);
    height: 80%;
    left: 10%;
    opacity: 0;
    position: absolute;
    top: 10%;
    width: 80%;
    -moz-transition: opacity, .5s;
    -o-transition: opacity, .5s;
    -webkit-transition: opacity, .5s;
    transition: opacity, .5s;
    z-index: 4;
    padding: 8px 10px;
    color: #ffffff;
    font-size: 1.1em;
}

.pro-work img {
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s;
}

.pro-wbox:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
}

.pro-wbox:hover .overlay {
    opacity: 1;
}

.pro-work h4 {
    font-size: 18px;
}
.pro-tab li.active:after{
    content: '\e92a';
    color: #aaaaaa;
    font-family: 'icomoon';
    position: absolute;
    font-size: 1.3em;
}




.service-content{
    min-height: 800px;
}
.service-content .tab-pane{
    color: #ffffff;
    min-height:800px;
}

.service-tab.nav-tabs>li>a{
    border: 1px solid #ffffff;
    display: block;
    color: #ffffff;
    text-shadow: 0 0 1px #444;
    height: 80px;
    width: 300px;
    margin-bottom: 20px;
    font-size: 17px;
}
.service-name{
    font-size: 22px;
    margin:0 0 25px 0 ;
}
.service-list{
    margin-bottom: 5px;
}
.service-list div[class*=col-md]>a{
    display: block;
    padding: 5px 10px;
    background: #eeeeee;
    margin-bottom: 15px;
    border-radius: 3px;
}
.service-list div[class*=col-md]>a:hover{
    background: #196ca1;
    color: #fff;
    text-decoration: none;

}

.more-detail{
    display: inline-block;
    padding: 6px 25px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
}
.more-detail:hover{
    background: #ffffff;
    color: #196ca1;
    text-decoration: none;
}



.service-inquiry .quick-inquiry{
    color: #ffffff;
    margin-top: 40px;
}
.Inquiry-mobile .service-inquiry .quick-inquiry{
    color: #444;
    margin-top: 0;
    padding: 0;
}
.Inquiry-mobile .service-inquiry .quick-inquiry label{
    color: #444;
}
.Inquiry-mobile .service-inquiry .quick-inquiry h3{
    display: none;
}
.Inquiry-mobile .service-inquiry .quick-inquiry .font-head{
    display: none;
}
.code-note{
    font-size: 0.8em;
    line-height: 1.45em;
    display: block;
    margin-top: 5px;
    padding-left: 10px;
}
.code-note span{
    color: #fc6c02;
}
.inuiry-moblie,.inuiry-moblie:focus{
    width: 100%;
    background: #196ca1;
    color: #ffffff;
    font-size: 17px;
    margin-top: 30px;
    outline: none;
}
.quick-inquiry{
    padding: 10px 0 30px 0;
    margin-bottom: 30px;
}
.quick-inquiry .form-control:hover{
    background: none;
    transition: all ease 0.4s;

}
.quick-inquiry h3{
    margin-bottom: 20px;
}
.quick-inquiry .font-head{
	margin-bottom: 20px;
	font-size: 24px;
}
.inquiry-submit{
    background: #196ca1;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.inquiry-submit:hover{
    text-decoration: none;
    border: 1px solid #196ca1;
    color: #196ca1;
    background: none;
}
.service-inquiry .quick-inquiry label{
    color: #ffffff;
}
.quick-inquiry label{
    padding-left: 10px;
    font-weight: normal;
}
.quick-inquiry label span{
    color: #fa910a;
}
.foot-form-full-box{
	width: 100%;
	height: auto;
	padding: 30px 0px 0px;
}
.product-tab.nav-tabs>li>a.pro-wbox{
    margin-right: 20px;
    border: none;
}
.pro-tab .nav-tabs>li.active>a, .pro-tab .nav-tabs>li.active>a:hover, .pro-tab .nav-tabs>li.active>a:focus{
    border: none;
    box-shadow: 0 0 10px #999;
}
.pro-tab li .overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0%;
    opacity: 1;
    position: absolute;
    top: 0%;
    width: 100%;
    -moz-transition: opacity, .5s;
    -o-transition: opacity, .5s;
    -webkit-transition: opacity, .5s;
    transition: opacity, .5s;
    z-index: 4;
    color: #f0f0f0;
    font-size: 1.15em;
    text-align: center;
    display: table;
    font-weight: bold;
}

.pro-wbox:hover .overlay,.pro-tab li.active .overlay {
    opacity: 1;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}


.pro-tab .overlay span{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.product-content .tab-pane {
    color: #ffffff;
}
.product-content .tab-pane a{
    color: #ffffff;
}


.pro-stitle{
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0 ;
}
.cas-product p{
    font-size: 0.94em;
}
.product-content .more-detail{
    margin-top: 20px;
}
.product-content .more-detail:hover{
    color: #196ca1;
}
.bread-box{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.contact-us-bg{
    background: url('../images/default/inquiry-bg.jpg') no-repeat center ;
    background-size: cover;
}
.inquiry-bg{
    background: url('../images/default/inquiry-bg.jpg') no-repeat center;
    background-size: cover;
}
.bread-box a{
    color: #fff;
}
.bread-box a:hover,.bread-box a:focus{
    color: #fff;
    text-decoration: underline;
}
.bread-box .breadcrumb{
    background: none;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 0px;
    margin-top: 50px;
}
.bread-box .breadcrumb li:last-child{
    color: #fff;
}
.detail-ce .panel-heading{
    position: relative;
    padding-right: 30px;
}
.detail-ce .panel-heading{
    background: #196ca1;
    cursor: pointer;
}
.detail-ce .panel-heading a{
    color: #ffffff;
}
.detail-ce .panel-heading a:hover{
    color: #ddd;
    text-decoration: none;
}
.detail-ce .panel-heading:after{
    content: '\e91b';
    color: #ffffff;
    position: absolute;
    right: 10px;
    font-family: 'icomoon';
    top:25%;
}
.detail-ce .panel-heading.collapsed:after{
    content: '\e907';
    position: absolute;
    font-size: 0.8em;
    right: 10px;
    font-family: 'icomoon';
    top:25%;
    color: #ffffff;
}
.detail-ce{
    margin: 50px 0;
}
.detail-ce .panel-body ul{
    padding: 0;
    list-style: none;
}
.detail-ce .panel-body{
    padding: 0;
}
.detail-ce .panel-body ul>li{
    margin-bottom: 0;
}
.detail-ce .panel-body ul>li>a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}
.detail-ce .panel-body ul>li:last-child>a{
    border-bottom: none;
}
.detail-ce .panel-body ul>li>a:hover{
    background: #f0f0f0;
    text-decoration: none;
}

.content-box{
    padding-top: 30px;
    margin-bottom: 60px;
}
.content-box h2{
	font-size: 23px;
}
.content-box h3{
    font-size: 21px;
}
.content-box h4,.content-box h5,.content-box h6{
    font-size: 20px;
}
.content-box h3.content-title{
    margin-bottom: 30px;
    font-size: 26px;
}
.content-box h1.content-title{
    margin-bottom: 30px;
    font-size: 26px;
}
.adress-contact{
    list-style: none;
    padding: 0;
}
.adress-contact li{
    margin-bottom: 10px;
}

.identify-box{
    position: relative;
}
.identify-box img{
    position: absolute;
    top:0;
    right:0;
    border: 1px solid #ddd;
}
.identify-box .check-fa {
    position: absolute;
    top: 7px;
    right: 135px;
    font-size: 18px;
    color: #7b9d3b;
}

table{
    width: 100%;
}

table,table tr{
    border: 1px solid #ddd;
}

table th,
table td {
    padding: 0.7em 12px;
    text-align: left;
}

table th {
    background: #196ca1;
    color: #fff;
    text-transform: uppercase;
}



table tr td a,table tr td a:hover{
    text-decoration:none;
}

table tr:nth-of-type(2n+2) td {
    background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .92rem;
    padding: 0;
    line-height: 1.45;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding:8px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 8px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top; width:70%; display: inline-block; padding-top:8px;
}
.table-cas tr:first-child{
    background: #196ca1;
    color: #fff;
}
table.table-cas tr:nth-of-type(2n+2) td{
    background: none;
}
.table.table-cas>thead>tr>th, .table.table-cas>tbody>tr>th, .table.table-cas>tfoot>tr>th, .table.table-cas>thead>tr>td, .table.table-cas>tbody>tr>td, .table.table-cas>tfoot>tr>td{
    padding: 0.8em 0.7em;
}
.search-title,.second-title{
    background: #e6eaef;
    padding: 8px 15px;
    margin-bottom: 25px;
}
.search-service{
    margin-bottom: 40px;
}
.search-service a,.related-ser a{
  display: block;
  padding: 0.5em 0.7em;
   border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: 0.25s;
}
.search-service a:hover,.related-ser a:hover{
    text-decoration: none;
    background: #eee;
}
.related-ser{
    margin-top: 15px;
    margin-bottom: 40px;
}


.list-part{
    position: relative;
    margin-bottom: 20px;
}
.list-box{
    width: 100%;
    background: #f2f2f2;
    position: relative;
    transform: none;
    display: block;
    height: 160px;
    overflow: hidden;
    border-radius: 15px 25px;
}
.list-box img{
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    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%);
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s;
}

.list-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
}

.list-name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 10px 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s;
    color: #ffffff;
    background: rgba(40,108,172,0.85);
}

.list-box:hover .list-name{
    background: rgba(54,128,199,0.5);
}

.pro-detail {
    text-align: center;
    height: 60px;
    position: relative;
}
.btn-play {
    position: absolute;
    top:40%;
    left: 47%;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    border: 1px solid #227eb7;
    background: #227eb7;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
}
.btn-play:hover,.btn-play:focus{
    text-decoration: none;
    color: #fff;
    background: #74ae36;
    border: 1px solid #74ae36;
}
.pro-detail .btn-play span:before{
    content: "\e91e";
}
.pro-detail .btn-play.collapsed span:before{
    content: "\e91b";
}
.btn-play:before {
    -webkit-animation: 1s videomodule-anim linear infinite;
    animation: 1s videomodule-anim linear infinite;
}

.btn-play:after{
    -webkit-animation: 2s videomodule-anim linear infinite;
    animation: 2s videomodule-anim linear infinite;
}
.btn-play:before, .btn-play:after {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    border-radius: 50px;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
}

@-webkit-keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68); }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0; } }

@keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68); }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0; }
}
.pro-cas{
    margin-bottom: 10px;
}
.pro-cas div[class*='col-md']{
    margin-bottom: 8px;
}
.carousel-control,.carousel-control.right,.carousel-control.left{
    width: 5%;
    background-image:none
}
.feature-box{
    padding: 50px 0;
    text-align: center;
    background: url(../images/index-part-four.jpg) no-repeat center;
    background-size: cover;
}

.index-title{
    margin-bottom: 20px;
}
.plat-p{
    font-size: 18px;
    line-height: 1.9em;
}
.index-title span{
    color: #196ca1;
}
.index-more{
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    border: 2px solid #78b532;
    color: #fff;
     background: #78b532;
    position: relative;
    z-index: 1;
    transition: color .35s;
    height: 42px;
    line-height: 38px;
    padding: 0px 10px;
    text-align: center;
    border-radius: 30px;
    margin-top: 30px;
}

.index-more:hover{
    color: #78b532;
    text-decoration: none;
}
.index-more:focus{
    color: #78b532;
    text-decoration: none;
}
.index-more:before,.index-more:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.001%;
    background: #fff;
    border-radius: 30px;
}
.index-more:before{top:0;transition:height 0s}
.index-more:after{bottom:0;transition:height .35s}
.index-more:hover:before{height:100%;transition:height .35s  }
.index-more:hover:after{height:100%;background:transparent;transition:height 0s}

.carousel-control  .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
}
.carousel-control  .glyphicon-chevron-left:hover,.carousel-control .glyphicon-chevron-right:hover{
    background: #fff;
    color: #196ca1;
    text-decoration: none;
    text-shadow: none;
}


.carousel-caption h2 a {
    color: #fff;
    text-decoration: none;
}
.carousel-caption h1 a {
    color: #fff;
    text-decoration: none;
}
.carousel-caption .banner-title{
	font-family: 'Carlito-Bold';
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-top: 20px;
}
.carousel-caption .banner-title a {
    color: #fff;
    text-decoration: none;
}
.carousel-caption p a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

.banner-more{
    padding: 12px 25px;
    background: #78b532;
    text-shadow: none;
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
    border-radius: 30px;
    display:inline-block;
}
.banner-more:hover{
    color: #fff;
    background: #196ca1;
}
.carousel-caption h3 a:hover,.carousel-caption h3 a:focus{
    text-decoration: none;
}
.part-one{
    background: url(../images/index-part-one.jpg) no-repeat center fixed;
    background-size: cover;
}
.part-two{
    background: url(../images/index-part-two.jpg) no-repeat center fixed;
    background-size: cover;
}
.part-three{
    background: url(../images/index-part-three.jpg) no-repeat center fixed;
    background-size: cover;
}
.part-four{
    background: url(../images/index-part-four.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1.9em;
}
.part-box{
    font-size: 17px;
    line-height: 1.9em;
    min-height: 455px;
    padding: 35px 0;
    margin: 60px 0;
}
.part-box h2 a{
    font-size: 26px;
    color: #444;
    text-decoration: none;
}
.part-icon{
    padding-top: 40px;
    color: #196ca1;
    font-weight: bold;
}
.part-icon div[class*="col-md"]{
    margin-bottom: 20px;
}
.part-icon span{
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}
.carousel-inner .item{
	height: 100vh;
    min-height: 600px;
    background-size: cover;
}
.carousel-inner .item .pic{
	width: 100%;
	height: 100%;
	position: relative;
}
.carousel-inner .item .pic:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.2);
}
.carousel-inner .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-inner .item a:hover{
	text-decoration: none;
}
.carousel-inner .item .text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 100%;
	height: auto;
	padding: 0px 20%;
	text-align: center;
}
.carousel-inner .item .text .banner-title{
	text-align: center;
	color: #fff;
	font-family: 'Carlito-Bold';
    line-height: 1.3;
    font-size: 35px;
    display: block;
    margin-bottom: 25px;
}
.carousel-inner .item .text p{
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	max-width: 800px;
	margin: auto;
}
.carousel-inner .item .text p span{
	color: #7ac943;
}
.carousel-inner .item .line-icon{
	width: 100px;
	height: 6px;
	display: inline-flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
}
.carousel-inner .item .line-icon:before{
	content: '';
	width: 20%;
	height: 100%;
	background: #fff;
}
.carousel-inner .item .line-icon:after{
	content: '';
	width: 70%;
	height: 100%;
	background: #196ca1;
}
.carousel-inner .item-style1 .pic:before{
	content: none;
}
.carousel-inner .item-style1 .text .banner-title{
	color: #1a1a1a;
}
.carousel-inner .item-style1 .text p{
	color: #1a1a1a;
	margin-bottom: 25px;
}
.carousel-inner .item-style1 .line-icon{
	margin-bottom: 0px;
}
.carousel-inner .item-style2 .pic:before{
	content: none;
}
.carousel-inner .item-style1 .text{
	top: 40%;
}
.carousel-control, .carousel-control.right, .carousel-control.left{
	width: 50px;
	height: 50px;
	top: 45%;
	transform: translateY(-50%);
	z-index: 555;
}
.carousel-control .glyphicon-chevron-right{
	position: static;
	width: 100%;
	height: 100%;
	line-height: 50px;
}
.carousel-control .glyphicon-chevron-left{
	position: static;
	width: 100%;
	height: 100%;
	line-height: 50px;
}
.gene-search{
	position: absolute;
	width: 1300px;
	max-width: 90%;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	z-index: 33;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 60px;
	border-radius: 15px;
}
.gene-search .pic-icon{
	width: 130px;
}
.gene-search .pic-icon img{
	width: 100%;
	height: auto;
}
.gene-search .gene-form{
	width: calc(100% - 220px);
}
.gene-search .gene-form form{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 0px;
	margin-top: 0px;
}
.gene-search .gene-form form select{
	height: 100%;
	width: 160px;
	border-radius: 0px;
	border: none;
	background: #f2f2f2;
	font-size: 15px;
	color: #000;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 0px 10px;
	outline: none;
}
.gene-search .gene-form form input{
	height: 100%;
	width: calc(100% - 310px);
	border-radius: 0px;
	border: none;
	background: #f2f2f2;
	font-size: 16px;
	color: #000;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 0px 15px;
}
.gene-search .gene-form form button{
	width: 150px;
	height: 100%;
	background: #196ca1;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.gene-search .gene-form form button:hover{
	background: #78b532;
}
.gene-search .gene-form .link-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px 15px;
}
.gene-search .gene-form .link-list a{
	color: #4d4d4d;
	margin-right: 30px;
	margin-bottom: 8px;
}
.gene-search .gene-form .link-list a:hover{
	color: #196ca1;
}

#productBox>.row{
    margin-bottom: 20px;
}
#productBox>.row:nth-of-type(odd){
    background: #f9f9f9;
}
.pro-title {
    margin-top: 40px;
    font-size: 23px;
    margin-bottom: 30px;
}
.pro-cat{
    border-left: 2px solid #e1ebd7;
    padding: 0 15px;
}
.pro-cat .row{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.pro-cat .row:first-child{
    border-top: 1px solid #dddddd;
}
.pro-cat.more-pro .row:last-child{
    border-bottom: none;
}
.pro-cat.more-pro .row:first-child{
    border-top: none;
}
.more-pro{
    background: #f9f9f9;
}
.successinfo{padding-left:0px;line-height:30px;color:#888888;padding-right:0px;padding-bottom:20px;}
.page-title h2{margin: 30px 0;text-align: center;}
.successinfo .iconarea{}
.successinfo .iconarea .iconunit{text-align:center;display:block; width:40px;height:40px; border-radius:40px; background-color:#196ca1;color:#ffffff;line-height:40px;font-weight: bolder;font-size:22px; position:relative;z-index:9;}
.successinfo .tit{font-size:20px;font-weight:bold;color:#196ca1; display:block;margin-top: 0px;}
.successinfo .iconarea .iconunit img{top:10px;left:5px;position:absolute; z-index:10;} 


.navMenu{
    margin: 20px 0 30px 0;
    padding: 0;
}
.navMenu> li { display: block; margin: 0; padding: 0;border: 1px solid #ddd; position: relative;font-size: 0.95em; }
.navMenu>li>a {background: #196ca1;margin-bottom: 0; display: inline-block; overflow: hidden;color:#fff;transition: all .3s; position: relative; text-decoration: none; font-size: 17px;  padding: 15px 0 15px 5px; font-weight: 900; width: 88%; }
.navMenu>li>span{width: 12%;float: right;background: #196ca1;}
.navMenu>li>span.arrow:before{width: 12%;padding:15px 15px 15px 0;text-align: center;color: #fff; }
.arrow:before {cursor: pointer; content: "\e96d";font-weight: bold;  float: right;  padding: 0 5px; display: inline;  font-family: "icomoon";    color: #8cb065;font-size: 13px; }
.arrow.open:before {cursor: pointer; float: right;  padding:2px 5px; display: inline;  font-family: "icomoon";  content:"\e90b";     color: #b7d17d; font-size: 16px;}
.navMenu>li> .arrow:before{
    font-weight: 900;
    padding: 20px 5px 15px 10px;
    cursor: pointer;
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.navMenu>li>ul.sub-menu li{
    margin-bottom: 0; 
}
.navMenu>li>ul.sub-menu>li{
    border-bottom: 1px solid #ddd;
}
.navMenu>li>ul.sub-menu>li:last-child{
    border-bottom: none;
}
.navMenu>li .sub-menu{
    margin-bottom: 10px;
}
.navMenu>li>ul.sub-menu>li>a{
    display: inline-block;
    padding:8px 5px;
    position: relative;
    width: 88%;
    font-size: 0.98em;
    line-height: 1.45em;
}
.navMenu>li>ul.sub-menu>li>a:before{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #ddd;
}
.navMenu>li>ul.sub-menu li:hover{
    background: #f2f2f2;
    text-decoration: none;
}
.navMenu>li>ul.sub-menu li:hover a{
    color: #444;
    text-decoration: none;
}
.navMenu>li>ul.sub-menu .sub-menu li>a {
    display: inline-block;
    padding-left: 5px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.96em;
    position: relative;
    width: 90%;
    color: #74ae36;
    margin-bottom: 2px;
}
.navMenu>li>ul.sub-menu .sub-menu li>a:hover{
    color: #196ca1;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu{
    list-style: none;
    font-size: 0.95em;
    background: #f9f9f9;
    padding-top: 10px;
    display: none;
    padding-left: 0;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a{
    color: #888;
    padding-left: 10px;
    height: 20px;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:before{
    content: '';
}
.navMenu>li>ul.sub-menu .sub-menu li>a:before{
    top: 0px;
    position: absolute;
    left: 0;
    color: #8cb065;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu .sub-menu {
    padding: 8px;
    margin-bottom: 0;
    background: #eee;
}
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a {  }
.navMenu>li>ul li ul .arrow:before{
	line-height: 18px;
}
.sidebar{
    margin-top: 20px;
}
.contact-part {
    border-bottom: 2px solid #72ac34;
    border-top: 2px solid #72ac34;
    padding: 15px 6px;
    font-size: 0.95em;
    margin-bottom: 40px;
}
.promise-part {
    padding-bottom: 20px;
    border-top: 2px solid #98aeba;
    border-bottom: 2px solid #98aeba;
    margin-bottom: 50px;
}
.promise-part p {
    font-size: 0.9em;
    line-height: 1.3em;
}
.promise-part span {
    display: block;
    margin: 15px 0 5px 0;
    text-align: center;
    font-size: 0.90em;
    line-height: 1.45em;
}
.promise-part img {
    display: inline-block;
}
.promise-part .promise-part-title{
	    margin-bottom: 15px;
	    font-family: 'Carlito-Bold';
    line-height: 1.3em;
    font-size: 24px;
    margin-top: 20px;
}

.pronav{
    margin: 30px 0;
}
.pronav .nav-tabs{
    border-bottom: 2px solid #196ca1;
}
.pronav .nav-tabs>li>a{
    border-top: 2px solid #196ca1;
    border-left: 2px solid #196ca1;
    border-right: 2px solid #196ca1 ;
    margin-left: 3px;
    cursor: pointer;
    border-radius: 0;
    font-weight: bold;
    background: #196ca1;
    color: #fff;
}
.pronav .nav-tabs>li{
    margin-bottom: -2px;
}
.pronav .nav-tabs>li>a:hover{
    border-top: 2px solid #196ca1;
    border-left: 2px solid #196ca1;
    border-right: 2px solid #196ca1;
    background: none;
    color: #196ca1;
    border-bottom: 2px solid #fff;
    transition: 0s;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    cursor: pointer;
    background: #fff;
    color: #196ca1;
    box-shadow: none;
    border-top: 2px solid #196ca1;
    border-left: 2px solid #196ca1;
    border-right: 2px solid #196ca1;
    border-bottom: 2px solid #fff;
    transition: 0s;
}
.pronav .tab-content>.tab-pane{
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pronav .tab-content>.tab-pane:hover{
    box-shadow: 0 0 2px #ddd;
}
.pronav table th{
    background: #74ae36;
    padding: 0.45em 12px;
}
.promore{
    display: inline-block;
    font-size: 1.1em;
    background: #74ae36;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: color .35s;
    padding: 7px 30px;
    text-align: center;
}
.promore:hover{
    text-decoration: none;
    background: #196ca1;
    color: #fff;
    box-shadow: 0 0 4px #196ca1;
}
.pronav .tab-content .row{
    margin-bottom: 20px;
    margin-top: 20px;
}
.pronav .tab-content div[class*='col-md'] a{
    background: #f2f2f2;
    padding:5px 10px;
    display: block;
    margin-bottom: 10px;
    border:1px solid #eee;
    transition: 0.2s;
    border-radius: 3px;
}
.pronav .tab-content div[class*='col-md'] a:hover{
    border:1px solid #eee;
    background: none;
    text-decoration: none;
    box-shadow: 0 0 2px #f9f9f9;
}
table.table-gene th, table.table-gene td {
    text-align: center;
}
.table-gene a{
    display: inline-block;
    width: 100%;
}
.table-gene a:hover{
    background: #196ca1;
    color: #fff;
}
.related-part{
    margin-top: 30px;
}


.careers-box{
    padding: 0 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.careers-box h4{
    margin-top: 0;
    margin-bottom: 15px;
}
.careers-box .row{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.careers-box p{
    font-size: .9em;
    color: #555;
    margin-bottom: 0;
}
.careers-box p>span{
    color: #999;
}
.apply-now{
    display: inline-block;
    padding: 5px 15px;
    background: #7b9d3b;
    color: #fff;
    margin-top: 25px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    float: right;
}
.apply-now:hover,.apply-now:focus{
    background: #287cb2;
    color: #fff;
    text-decoration: none;
}
.careers-form{
    margin-top: 40px;
}
.careers-form label{
    padding-left: 10px;
}
.careers-form .form-control{
    min-height: 40px;
}
.careers-form .inquiry-submit{
    margin-left: 0;
    margin-top: 20px;
}
h3.careers-title{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    margin-bottom: 30px;
}

.note-part{
    background: #ffd42a;
    padding: 10px;
    font-size: 15px;
    display: block;
    border-radius: 5px;
    margin: 30px 0;
}
.note-part span{
    color: #f95800;
    padding-right: 5px;
}


.toper-nav{
	width: 100%;
	background: #fff;
}
.toper-nav.fixed{
	background: #fff;
}
.nav-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.nav-box .logos img{
	width: auto;
	height: 40px;
}
.nav-box .navbar{
	width: auto;
}
.crispr-part .nav-box .navbar-nav>li{
	width: auto;
	margin-right: 20px;
}
.crispr-part .nav-box .navbar-nav>li:last-child{
	margin-right: 0px;
}
.crispr-part .nav-box .navbar-default .navbar-nav>li>a{
	padding: 15px 5px;
	font-size: 16px;
	color: #1a1a1a;
}
.crispr-part .nav-box .navbar-default .navbar-nav>li>a:hover{
	background: #196ca1;
	color: #fff;
}
.crispr-part .nav-box .navbar-nav>li>a:before{
	content: none;
}
.crispr-part .nav-box .navbar-nav>li:last-child>a:after{
	content: none;
}
.nav-box .searchicon{
	width: 62px;
	height: 36px;
	background: #196ca1;
	color: #fff;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.nav-box .searchicon:before{
	content: "\e980";
	font-family: 'icomoon' !important;
	font-size: 20px;
	color: #fff;
}
.nav-box .searchicon.shows:before{
	content: '\2716';
}
.nav-box .searchicon:hover{
	background: #78b532;
}
.toper-nav .crispr-part .navbar-default{
	position: static;
}
.toper-nav .crispr-part .navbar-collapse{
	position: static;
}
.toper-nav .crispr-part .navbar-nav>li>.dropdown-menu{
	left: 50%;
	transform: translateX(-50%);
}
.toper-nav .crispr-part .navbar-nav>li.old-dropdown>.dropdown-menu{
	left: 0px;
	transform: none;
}
.toper-nav .crispr-part .navbar-nav>li.old-dropdown>.dropdown-menu li{
	width: 100%;
}
.navbar .navbar-brand{
	display: none !important;
}
.top-search{
	position: absolute;
	right: 0px;
	top: 100%;
	display: none;
	width: 500px;
	max-width: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.top-search input{
	outline: none;
}
.search-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    padding: 0px 20px;
    background: #196ca1;
    cursor: pointer;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.search-icon:hover{
	background: #78b532;
}
#carousel-example-generic{
	overflow: hidden;
	padding-bottom: 1px;
}
.carousel .banner-icon{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: -1px;
    min-width: 1800px;
    transform: translateX(-50%);
}
.carousel .banner-icon img{
	width: 100%;
	height: auto;
}
.indexsection1{
	width: 100%;
	height: auto;
	padding: 40px 0px 0px;
}
.indexsection1 .index-title{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px;
}
.indexsection1-list{
	width: 100%;
	height: auto;
	position: relative;
}
.indexsection1-list .swiper-slide{
	height: auto;
}
.indexsection1-list .swiper-slide .pic{
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.indexsection1-list .swiper-slide .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.indexsection1-list .swiper-slide:hover .pic img{
	transform: scale(1.1); 
}
.indexsection1-list .swiper-slide:hover{
	text-decoration: none;
}
.indexsection1-list .swiper-slide .text{
	width: 100%;
	height: auto;
}
.indexsection1-list .swiper-slide .text h3{
	color: #196ca1;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}
.indexsection1-list .swiper-slide .text p{
	color: #444;
	font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 0px;
}
.indexsection1-list .swiper-slide:hover .text h3{
	color: #78b532;
}
.indexsection1-btn{
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.indexsection1-btn a{
	margin-top: 0px;
}
.content-title{
	margin-bottom: 25px;
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 70px;
	z-index: 222;
	margin-bottom: 25px;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 5px;
}
.page-title-list .list-item{
	padding: 7px 5px;
	font-size: 16px;
	line-height: 1.3;
	min-height: 40px;
	color: #fff;
	cursor: pointer;
	width: calc(25% - 5px);
	background: #196ca1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-title-list .list-item:hover{
	color: #fff;
	background: #78b532;
}
.page-title-list .list-item.shows{
	color: #fff;
	background: #78b532;
}
.page-title-text{
	display: flex;
	text-align: center;
	padding: 8px 0px;
	color: #196ca1;
	font-size: 27px !important;
	margin-bottom: 15px !important;
	align-items: center;
	justify-content: center;
	margin-top: 60px !important;
}
.page-title-text:before{
	content: '';
	width: 50px;
	height: 1px;
	background: #196ca1;
	margin-right: 15px;
}
.page-title-text:after{
	content: '';
	width: 50px;
	height: 1px;
	background: #196ca1;
	margin-left: 15px;
}
.info-item1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	padding-top: 30px;
}
.info-item1 .list-item{
	width: 48%;
	margin-bottom: 30px;
	text-decoration: none;
	position: relative
}
.info-item1 .list-item .pic{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.info-item1 .list-item .pic img{
	width: auto;
	height: 160px;
	max-width: 100%;
	object-fit: contain;
}
.info-item1 .list-item h3{
	text-align: center;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
}
.info-item1 .list-item .text{
	width: 100%;
	height: auto;
	min-height: 240px;
	padding: 15px 20px;
	background: #fff;
	border: 2px solid #287cb2;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: all .3s;
	transform: translate(-50%,-50%) scale(.5); 
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 3;
}
.info-item1 .list-item .text p{
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px;
}
.info-item1 .list-item:hover .text{
	transform: translate(-50%,-50%) scale(1); 
	opacity: 1;
}
.info-pic-left{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-pic-left .pic{
	width: auto;
	flex-shrink: 0;
	margin-right: 25px;
	max-width: 100%;
}
.info-pic-left .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-left .text{
	width: 100%;
}
.info-pic-left .text p:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-pic-right .pic{
	width: auto;
	flex-shrink: 0;
	margin-left: 25px;
	max-width: 100%;
}
.info-pic-right .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-right .text{
	width: 100%;
}
.info-pic-right .text p:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-item2{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding: 15px 15px;
	border: 1px solid #ddd;
}
.info-item2:hover{
    box-shadow: 0 0 5px #ddd;
}
.info-item2 .info-pic-right{
	margin-bottom: 0px;
}
.info-item2 .info-pic-left{
	margin-bottom: 0px;
}
.info-item3 {
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 2%;
}
.info-item3 .list-item {
	width: 32%;
	margin-bottom: 30px;
	margin-top: 210px;
	position: relative;
	border-radius: 0px 100px 30px 0px;
	background: rgb(242, 242, 242);
	padding: 25px 10px 10px;
	text-decoration: none;
}
.info-item3 .list-item .pic {
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: -200px;
	z-index: -1;
	border-radius: 10px;
}
.info-item3 .list-item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item3 .list-item:hover .pic img {
	transform: scale(1.1);
}
.info-item3 .list-item p {
	color: #000;
}
.info-item3 .list-item .style1 {
	padding-right: 20px;
	min-height: 30px;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
}
.info-item3 .list-item:hover .style1 {
	color: #196ca1;
}
.info-item4{
	width:100%;
	height: auto;
}
.info-item4-list{
	width:100%;
	height: auto;
}
.info-item4-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item4-list>.row:before{
	content: none;
}
.info-item4-list>.row:after{
	content: none;
}
.info-item4-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item4-list .list-item{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.info-item4-list .list-item .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.info-item4-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item4-list .list-item .pic:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.3);
	z-index: 2;
	transition: all .2s;
}
.info-item4-list .list-item:hover .pic:before{
	background: rgba(25,115,175,.8);
}
.info-item4-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item4-list .list-item .text{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: 30px 15px 40px;
	transform: translateY(30%);
	transition: all .3s;
}
.info-item4-list .list-item:hover .text{
	transform: translateY(0%);
}
.info-item4-list .list-item .text h3{
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
}
.info-item4-list .list-item .text h3 a{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.info-item4-list .list-item .text .text-content{
	opacity: 0;
	transition: all .2s;
}
.info-item4-list .list-item:hover .text .text-content{
	opacity: 1;
}
.info-item4-list .list-item .text p{
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
.info-item4-list .list-item .text ul li{
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.info-item4-list .list-item .text span{
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 8px;
	margin-top: 15px;
}
.info-item4-list .list-item .text span:before{
	content: '\279E';
	font-size: 22px;
}
.info-item5 {
	width: 100%;
	height: auto;
	padding: 50px 50px;
	margin-bottom: 40px;
	background: rgb(248, 250, 250);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item5 .text {
	width: 47%;
}
.info-item5 .pic {
	width: 47%;
	position: relative;
}
.info-item5 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item5 .text h3{
	margin-top: 0px;
}
.info-item5 .text .text-list {
	width: 100%;
	height: auto;
	padding-top: 15px;
}
.info-item5 .text .text-list .text-list-content {
	width: 100%;
	height: auto;
	padding-left: 40px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 0px;
	line-height: 1.3;
}
.info-item5 .text .text-list .text-list-content .list-number {
	width: 22px;
	height: 22px;
	border: 1px solid #454545;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 12px;
	background: rgb(248, 250, 250);
	z-index: 2;
}
.info-item5 .text .text-list .text-list-content:before {
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px solid #454545;
	position: absolute;
	left: 10px;
	top: 5px;
}
.info-item5 .text .text-list .text-list-content ul{
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
}
.info-item5 .text .text-list .text-list-content ul li{
	margin-bottom: 0px;
}
.info-item5 .text .text-list .text-list-content:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item5 .text .text-list .text-list-content:last-child:before {
	content: none;
}
.info-item6 {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.info-item6 .list-title {
	width: 100%;
	height: auto;
	padding: 12px 10px 12px 35px;
	background: #f5f5f5;
	cursor: pointer;
	position: relative;
}
.info-item6 .list-title:before {
	content: '+';
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 24px;
	color: #196ca1;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.info-item6 .list-title p {
	color: #196ca1;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item6 .list-title:hover p {
	color: #78b532;
}
.info-item6 .list-title h2 {
	color: #196ca1;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.info-item6 .list-title:hover h2 {
	color: #196ca1;
}
.info-item6 .list-title:hover:before {
	color: #78b532;
}
.info-item6 .list-text {
	width: 100%;
	height: auto;
	padding: 20px 15px 10px;
	display: none;
}
.info-item6 .list-title.shows:before {
	content: '-';
}
.info-item7 {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 10px;
}
.info-item7 .list-item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item7 .list-item:last-child {
	border-bottom: none;
}
.info-item7 .list-item .pic {
	width: 270px;
	height: 200px;
	position: relative;
}
.info-item7 .list-item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item7 .list-item .text {
	width: calc(100% - 300px);
}
.info-item7 .list-item .text p{
	margin-bottom: 10px;
}
.info-item7 .list-item .text p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-item7 .list-item .text .style1 {
	color: #000;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
}
.info-item7 .list-item .text .style1 a {
	font-weight: inherit;
	font-size: inherit;
}
.info-item8{
	width:100%;
	height: auto;
}
.info-item8>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item8>.row:before{
	content: none;
}
.info-item8>.row:after{
	content: none;
}
.info-item8>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item8 .list-item{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	transition: all .2s;
}
.info-item8 .list-item:hover{
	transform: translateY(-6px);
}
.info-item8 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
}
.info-item8 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item8 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item8 .list-item .text{
	width: 100%;
	padding: 20px 12px 5px;
}
.info-item8 .list-item .text h3{
	margin-top: 0px;
	margin-bottom: 10px;
}
.info-item9{
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.info-item9 p{
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 10px;
}
.info-item9 .style1{
	font-size: 25px;
}

.page-faq-list {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.page-faq-list .list-item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.page-faq-list .list-item .list-title {
	width: 100%;
	height: auto;
	padding: 12px 20px 12px 45px;
	background: #f5f5f5;
	cursor: pointer;
	position: relative;
}
.page-faq-list .list-item .list-title:before {
	content: '+';
	position: absolute;
	left: 15px;
	top: 16px;
	font-size: 24px;
	color: #1973af;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.page-faq-list .list-item .list-title p {
	color: #196ca1;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.page-faq-list .list-item .list-title:hover p {
	color: #78b532;
}
.page-faq-list .list-item .list-title h2 {
	color: #1973af;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.page-faq-list .list-item .list-title:hover h2 {
	color: #78b532;
}
.page-faq-list .list-item .list-title:hover:before {
	color: #78b532;
}
.page-faq-list .list-item .list-text {
	width: 100%;
	height: auto;
	padding: 25px 20px 10px;
	display: none;
}
.page-faq-list .list-item .list-title.shows:before {
	content: '-';
}
.vlp-item3{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vlp-item3 .list-item{
	width: 49%;
	margin-bottom: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 20px;
}
.vlp-item3 .list-item .list-number{
	font-size: 40px;
	color: #2E75B6;
	flex-shrink: 0;
	margin-top: 30px;
}
.vlp-item3 .list-item .list-text{
	padding-left: 20px;
	border-left: 2px solid #2E75B6;
	height: 100%;
}
.vlp-item3 .list-item .list-text ul:last-child{
	padding-bottom: 0px;
}
.vlp-item3 .list-item .list-text ul li{
	margin-bottom: 0px;
}
.vlp-item3 .list-item .list-text p:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.vlp-item46{
	width: 1200px;
	max-width:100%;
	height: auto;
	margin: 20px auto 20px;
	position: relative;
}
.vlp-item46:before{
	content: '';
	width:1px;
	height: 100%;
	background: #8fbedc;
	position: absolute;
	top: 0px;
	left: 50%;
}
.vlp-item46 .list-item{
	width:100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.vlp-item46 .list-item .list-number{
	width:46px;
	height: 46px;
	background: #1973af;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translateX(-22px);
}
.vlp-item46 .list-item p{
	margin-bottom: 10px;
}
.vlp-item46 .list-item ul{
	margin-bottom: 10px;
}
.vlp-item46 .list-item .style1{
	font-size: 18px;
}
.vlp-item46 .list-item:nth-child(2n){
	justify-content: flex-end;
}
.vlp-item46 .list-item .list-text{
	width:calc(50% - 60px);
}


.vlp-item46-style2{
	width: 100%;
	max-width:100%;
	height: auto;
	margin: 20px auto 20px;
	position: relative;
}
.vlp-item46-style2:before{
	content: '';
	width:1px;
	height: 100%;
	background: #8fbedc;
	position: absolute;
	top: 0px;
	left: 23px;
}
.vlp-item46-style2 .list-item{
	width:100%;
	height: auto;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	padding-left: 70px;
}
.vlp-item46-style2 .list-item .list-number{
	width:46px;
	height: 46px;
	background: #1973af;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0%;
	top: -8px;
}
.vlp-item46-style2 .list-item p{
	margin-bottom: 10px;
}
.vlp-item46-style2 .list-item ul{
	margin-bottom: 10px;
}
.vlp-item46-style2 .list-item .style1{
	font-size: 18px;
}
.vlp-item46-style2 .list-item .list-text{
	width: 100%;
}


.vlp-item47{
	width:100%;
	height: auto;
}
.vlp-item47>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.vlp-item47>.row:before{
	content: none;
}
.vlp-item47>.row:after{
	content: none;
}
.vlp-item47>.row>div{
    padding: 0px 10px;
	margin-bottom: 16px;
}
.vlp-item47 .list-item{
	width: 100%;
	height: 100%;
	display: block;
	background: #f9fafb;
	border-left: 4px solid #1973af;
	border-radius: 10px;
	padding: 20px 20px 5px;
	transition: all .2s;
}
.vlp-item47 .list-item:hover{
	transform: translateY(-6px);
}
.pagecontent{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0px 60px;
}
.pagecontent .leftnav{
	width: 320px;
}
.pagecontent .rightcon{
	width: calc(100% - 360px);
}

@media (max-width: 1800px) {



.crispr-part .nav-box .navbar-nav>li {
    margin-right: 5px;
}
.toper-nav .container {
    padding: 0px 50px;
}
    
}

@media (max-width: 1400px) {


.pagecontent .leftnav{
	width: 300px;
}
.pagecontent .rightcon{
	width: calc(100% - 340px);
}
.indexsection1 .swiper-button-prev{
	left: -20px;
}
.indexsection1 .swiper-button-next{
	right: -20px;
}
.carousel-inner .item .text p{
	font-size: 18px;
}
.carousel-inner .item .text .banner-title{
	font-size: 30px;
}
.crispr-part .nav-box .navbar-nav>li {
    margin-right: 0px;
}
.crispr-part .nav-box .navbar-default .navbar-nav>li>a{
	font-size: 16px;
}
.nav-box .logos img {
    height: 30px;
}
.toper-nav .container {
    padding: 0px 15px;
}
	
}


@media (max-width: 1200px) {



.pagecontent{
	flex-direction: column-reverse;
}
.pagecontent .leftnav{
	width: 100%;
}
.pagecontent .rightcon{
	width: 100%;
	margin-bottom: 10px;
}
.info-item5 .pic {
	width: 100%;
	height: 200px;
	margin-top: 20px;
}
.info-item5 .text {
	width: 100%;
}
.info-item5 {
	flex-wrap: wrap;
	padding: 30px 15px;
}
.info-item4-list>.row>div{
    width: 50%;
}
.page-title-list-box{
	overflow: auto;
}
.page-title-list{
	column-gap: 0px;
}
.page-title-list .list-item {
    flex-grow: 1;
    white-space: nowrap;
    width: auto;
    padding: 7px 10px;
}
.content-title{
	font-size: 24px;
}
.carousel-inner .item .text p{
	font-size: 16px;
}
.carousel-inner .item .text .banner-title{
	font-size: 26px;
}
.gene-search .gene-form {
    width: calc(100% - 130px);
}
.gene-search{
	padding: 25px 25px;
}
.gene-search .pic-icon {
    width: 100px;
}
.toper-nav .crispr-part .navbar-header {
    position: absolute;
    right: 100px;
}
.toper-nav .crispr-part .navbar-nav>li>.dropdown-menu>li>a{
	padding: 8px 0px;
}
.toper-nav .crispr-part .caret{
	display: none;
}
.toper-nav .crispr-part .dropdown-menu>.dropdown>a>.caret{
	display: none;
}
.toper-nav .crispr-part .navbar-nav>li.old-dropdown>.dropdown-menu{
	width: 100%;
	position: static;
	padding-left: 15px;
}
.toper-nav .crispr-part .navbar-nav>li>.dropdown-menu>li>.dropdown-menu{
	max-height: none;
	display: block !important;
}
.toper-nav .crispr-part .dropdown-menu>li{
	width: 100%;
	float: none;
}
.toper-nav .crispr-part .navbar-nav>li>.dropdown-menu {
    left: 0%;
    transform: none;
    display: block;
    width: 100%;
    position: static;
}
.crispr-part .nav-box .navbar-default .navbar-nav>li>a{
	text-align: left;
}
.crispr-part .navbar-nav{
	background: #fff;
	float: none;
	max-height: calc(100vh - 120px);
    overflow: auto;
}
.toper-nav .crispr-part .navbar-collapse{
	display: none !important;
}
.toper-nav .crispr-part .navbar-collapse.in{
	display: block !important;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 100%;
	max-height: none;
}
.crispr-part .nav-box .navbar-nav>li{
	width: 100%;
}
.nav-box .navbar-header .navbar-toggle{
	display: block;
}
    
}


@media (max-width: 1000px) {


.info-item8>.row>div{
    width: 100%;
}
.vlp-item47>.row>div{
    width: 100%;
}
.vlp-item46{
	margin-top: 0px;
}
.vlp-item46:before{
	content: none;
}
.vlp-item46 .list-item{
	width:100%;
	justify-content: flex-start !important;
	margin-bottom: 5px;
}
.vlp-item46 .list-item .list-number{
	display: none;
}
.vlp-item46 .list-item .list-text{
	width: 100%;
}
.vlp-item3 .list-item{
	width: 100%;
}
.info-item3 {
	justify-content: flex-start;
}
.info-item3 .list-item {
	width: 49%;
}
.info-pic-right{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-right .pic{
	max-width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-right .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-right .text{
	width: 100%;
}

.info-pic-left{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-left .pic{
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-left .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-left .text{
	width: 100%;
}
.gene-search .gene-form .link-list a{
	font-size: 14px;
	margin-right: 10px;
}
	
}

@media (max-width: 800px) {



.info-item7 .list-item {
	flex-wrap: wrap;
	justify-content: center;
}
.info-item7 .list-item .pic {
	max-width: 100%;
	margin-bottom: 25px;
}
.info-item7 .list-item .text {
	width: 100%;
}
.info-item5 .text .text-list .text-list-content{
	padding-left: 30px;
}
.info-item4-list>.row>div{
    width: 100%;
}
.info-item3 .list-item .pic{
	padding-bottom: 250px;
}
.info-item3 .list-item {
	width: 100%;
}
.info-item1 .list-item{
	width: 100%;
}
.page-title-text:after{
	width: 30px;
	content: none;
}
.page-title-text:before{
	width: 30px;
	content: none;
}
.page-title-text{
	font-size: 22px !important;
	margin-top: 20px !important;
}
.speakbtn{
	width: 60px !important;
}
.indexsection1 .swiper-button-prev{
	left: -10px;
}
.indexsection1 .swiper-button-next{
	right: -10px;
}
.gene-search .gene-form .link-list a{
	margin-bottom: 0px;
}
.gene-search .gene-form form input{
	width: calc(100% - 260px);
	font-size: 15px;
}
.gene-search .gene-form form button{
	width: 100px;
	font-size: 15px;
}
.carousel-inner .item .text{
	padding: 0px 30px;
}
.carousel-inner .item-style1 .text{
	padding-bottom: 160px;
}
.carousel-inner .item .text .banner-title {
    font-size: 22px;
}
.gene-search .pic-icon {
    margin-bottom: 10px;
}
.gene-search{
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 10px 10px;
	max-width: calc(100% - 30px);
}
.gene-search .gene-form {
    width: 100%;
}
	
}

@media (max-width: 600px) {




.vlp-item3 .list-item{
	column-gap: 10px;
}
.vlp-item3 .list-item .list-text{
	padding-left: 10px;
}
.vlp-item3 .list-item .list-number {
    font-size: 25px;
}
.gene-search{
	bottom: 60px;
}
.gene-search .gene-form form button{
	width: 100%;
	height: 40px;
	border-radius: 0px;
}
.gene-search .gene-form form input{
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
}
.gene-search .gene-form form select{
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
	border-radius: 0px;
}
.gene-search .gene-form form{
	flex-wrap: wrap;
	height: auto;
}
	
}


@media (max-width: 500px) {




.info-item1 .list-item .text{
	padding: 20px 10px;
}
.toper-nav .container {
    padding: 0px 10px;
}
.nav-box .logos img {
    height: 25px;
}
.toper-nav .crispr-part .navbar-header {
    right: 60px;
}
.nav-box .searchicon{
	width: 50px;
}
    
}