﻿
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans.woff2') format('woff2');
    src: url('fonts/NotoSans.eot?#iefix') format('embedded-opentype'),
    url('fonts/NotoSans.woff') format('woff'),
    url('fonts/NotoSans.eot'),
    url('fonts/NotoSans.ttf') format('truetype'),
    url('fonts/NotoSans.svg#NotoSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumWeb';
    src:url('fonts/TitilliumWeb.woff2') format('woff2');
    src: url('fonts/TitilliumWeb.eot?#iefix') format('embedded-opentype'),
    url('fonts/TitilliumWeb.woff') format('woff'),
    url('fonts/TitilliumWeb.eot'),
    url('fonts/TitilliumWeb.ttf') format('truetype'),
    url('fonts/TitilliumWeb.svg#TitilliumWeb') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family:'NotoSans',Arial, sans-serif, serif;
    line-height: 1.8em;
    font-weight: normal;
    color: #333;
    margin:0;
}

.form-control:focus,.form-control,.has-error .form-control:focus,.has-error .form-control,.has-success .form-control,.has-success .form-control:focus{  box-shadow: none;  }

a,a:hover,a:focus{  text-decoration: none;font-family: "TitilliumWeb";  transition: all ease .2s;}
a{color: #629ae8;font-size: 1.05em}
a:hover,a:focus{color: #426ca7;text-decoration: none}
p{  margin-bottom: 25px; }
ul, ol{  padding-left: 18px;  }
.noul{  list-style: none;  padding-left: 0;  }
ul li,ol li{  margin-bottom: 7px;  }
.red{  color: red;}
.orange{color: #fa8b15;}
.gray{  color: #777;}
.mtop10,.mt-10{  margin-top: 10px;  }
.mtop15,.mt-15{  margin-top: 15px;  }
.mtop20,.mt-20{  margin-top: 20px;  }
.mtop30,.mt-30{ margin-top: 30px;  }
.mtop40,.mt-40{  margin-top: 40px;  }
.mtop50,.mt-50{  margin-top: 50px;  }
.mbottom10,.mb-10{  margin-bottom: 10px;  }
.mbottom15,.mb-15{  margin-bottom: 15px;  }
.mbottom20,.mb-20{  margin-bottom: 20px;  }
.mbottom30,.mb-30{  margin-bottom: 30px;  }
.mbottom40,.mb-40{  margin-bottom: 40px;  }
.mbottom50,.mb-50{  margin-bottom: 50px;  }
.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;font-family: "TitilliumWeb"; }
h2,.h2{
    font-size: 2.8rem;
}
h3, h3{
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 0;
}

h4{
    font-size: 1.9rem;
    margin-top: 0;
}
label{
    padding-left: 10px;
}

@media(min-width: 992px) {
    .grid-item {
        --number:auto-fill;
        --width: 160px;
        margin-bottom: 25px;
        display: grid;
        grid-gap: 15px;
        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>div,.grid >div {
        margin-bottom: 30px;
    }

    .grid-item>a,.grid-item>span,.grid >a,.grid >span {
        margin-bottom: 20px;
    }
}

.grid-item:before,.grid-item:after,.grid:before,.grid:after {
    display: none;
}


.show-center,.ServiceShowPic {font-size:0.95em;text-align:center;line-height:1.7em !important;color:#666666;}
.show-center img,.ServiceShowPic img {margin:auto;}
.show-left,.ServiceShowleftPic {margin-right:15px;text-align:center;color:#666666;display:inline-block;}
.show-right,.ServiceShowrightPic {margin-left:15px;text-align:center;color:#666666;display:inline-block;}
.show-center,.show-left,.show-right,
.ServiceShowPic,.ServiceShowrightPic,.ServiceShowleftPic
{font-size:0.95em;text-align:center;line-height:1.7em !important;}
.show-center img,.show-left img,.show-right img,
.ServiceShowPic img,.ServiceShowrightPic img,.ServiceShowleftPic img
{display:block;max-width:100%;height:auto;margin-bottom:15px;margin-left:auto;margin-right:auto;}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Reference,.reference{  font-size: 0.95em;  color: #666666;  }
.Reference p,.reference p{  margin-bottom: 10px;  }
.Reference ol,.reference ol{  margin-bottom: 15px;  padding-left: 15px;  }

@media (min-width:992px) {
    .ServiceShowrightPic,.show-right{
        float: right;
    }
    .ServiceShowleftPic,.show-left{
        float: left;
    }
}

@media (max-width:992px) {
    .ServiceShowrightPic,.show-right,.ServiceShowleftPic,.show-left{
        width: 100%;
    }
}


.service-box ul,.service-box ol,.product-box ul,.product-box ol{
    margin-bottom: 20px;
}
.service-box ul ul,.product-box ul ul{
    margin-bottom: 10px;
}
.service-box{
    margin-top: 50px;
}
/*---------------services end ---------------*/

.control-form input[type=radio], .control-form input[type=checkbox] {
    margin: 7px 0 0 0;
    line-height: normal;

}


@media (min-width: 1600px){
    .container{
        max-width: 1500px;
    }
}
@media (min-width: 1400px){
    .container{
        width: 90%;
        margin: 0 auto;
    }
    body{
        font-size: 16px;
    }
    html {
        font-size: 10px;
    }
}



@media (min-width: 992px){
    .col-md-9 .service-box{
        padding-right: 20px;
    }
    div[class*='col-md'].padding-right-0{
        padding-right: 0;
    }
    div[class*='col-md'].padding-left-0{
        padding-left: 0;
    }



}


@media (min-width: 760px) and (max-width: 1400px){
    body{
        font-size: 15px;
    }
    html {
        font-size: 10px;
    }
}
@media (min-width: 760px){
    .index-slide .carousel-caption h2{
        font-size: 2.6em;
        margin-bottom: 35px;
        line-height: 1.3em;
    }
    .index-slide .carousel-caption p{
        font-size: 1.1em;
        line-height: 1.6em;
    }
    .one-pic-1{
        right: 50%;
    }
    .index-one{
        margin-top: -50px;
        height: 630px;
    }
    .one-box,.one-table,.index-one a{
        height: 550px;
    }
    .three-table{
        height: 290px;
    }
    .three-head{
        position: absolute;
    }
    .three-part{
        padding: 240px 0 40px 0;
    }
    .three-cell{
        padding: 0 17%;
    }

    .contact-inquiry .inquiry-part{
        padding: 60px 20px;
    }
    .service-inquiry .inquiry-part{
        padding:40px 30px;
    }
    .form-group{
        margin-bottom: 25px;
    }
    .title-inq {
        text-align: right;
        margin-top: 50px;
    }

    .contact-box div[class*='col-md']:after{
        content: '';
        display: inline-block;
        min-height: 150px;
        width: 1px;
        border-right: 1px solid rgba(255,255,255,.2);
        position: absolute;
        right: 5%;
        top: 0;
    }

    .contact-box div[class*='col-md']:last-child:after {
        border: none;
    }
}
@media (max-width: 760px){
    body{
        font-size: 16px;
    }
    html {
        font-size: 10px;
    }
    .index-slide .carousel-caption h2{
        font-size: 2em;
        margin-bottom: 20px;
    }
    .index-slide .carousel-inner>.item>a{
        width: 100%;
        background: #f2f2f2;
        position: relative;
        transform: none;
        display: block;
        height: 500px;
        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%);
    }
    .one-pic-1{
        right: 0;
    }
    .one-box{
        padding: 40px 0;
    }
    .three-table{
        padding: 30px 0;
    }
    .three-cell{
        padding: 0 10px;
    }
    .three-part{
        padding:40px 0;
    }
    .molarity-box,.dilution-box{
        padding: 30px 10px;
    }
    .contact-inquiry .inquiry-part{
        padding: 60px 10px;
    }

    .title-inq {
        margin-top: 20px;
    }

    .about-cell{
        padding-top: 730px;
    }
}
.delighter.f-right-1 { transform:translate(-100%); opacity:0; transition: all .5s ease-out; }
.delighter.f-right-2 { transform:translate(-100%); opacity:0; transition: all 1s ease-out; }
.delighter.f-right-3 { transform:translate(-100%); opacity:0; transition: all 1.5s ease-out; }
.delighter.f-right-1.started,.delighter.f-right-2.started,.delighter.f-right-3.started { transform:none; opacity:1; }


.delighter.f-left-1 { transform:translate(100%); opacity:0; transition: all .5s ease-out; }
.delighter.f-left-2 { transform:translate(100%); opacity:0; transition: all 1s ease-out; }
.delighter.f-left-3 { transform:translate(100%); opacity:0; transition: all 1.5s ease-out; }
.delighter.f-left-1.started,.delighter.f-left-2.started,.delighter.f-left-3.started { transform:none; opacity:1; }


.delighter.f-bottom-1 { transform:translatey(20%); opacity:0; transition: all .5s ease-out; }
.delighter.f-bottom-2 { transform:translatey(20%); opacity:0; transition: all 1s ease-out; }
.delighter.f-bottom-1.started,.delighter.f-bottom-2.started { transform:none; opacity:1; }

.delighter.f-top-1 { transform:translatey(-20%); opacity:0; transition: all .5s ease-out; }
.delighter.f-top-2 { transform:translatey(-20%); opacity:0; transition: all 1s ease-out; }
.delighter.f-top-1.started,.delighter.f-top-2.started { transform:none; opacity:1; }

.index-slide .carousel-indicators{
    z-index: 60;
   bottom: 10%;
}
.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;
    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%;
}

.index-slide .carousel-caption h2{
    margin-top: 0;
    font-weight: bold;
    color: #82AB28;
    font-family: "TitilliumWeb";
    padding-top: 0;
}
.index-slide .carousel-caption p{
    color: #222;
}
.index-slide .item>a{
    display: block;
    height: 86vh;
}
.index-slide .item>a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    background: #acc88f;
    opacity: 0.3;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}
.index-slide .item>a:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}
.index-slide .item>a.banner-one:after{
    background: url(../images/banner-1.jpg) center top no-repeat;
    background-size: cover;
}
.index-slide .item>a.banner-two:after{
    background: url(../images/banner-2.jpg) center top no-repeat;
    background-size: cover;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    text-shadow: none;
    width: 5%;
    z-index: 99;
}

.carousel-caption h2 {
    animation: sport-h2 1s linear;
    -moz-animation: sport-h2 1s linear;
    -webkit-animation: sport-h2 1s linear;
    -o-animation: sport-h2 1s linear;
}
.carousel-caption p {
    animation: sport-p 2s linear;
    -moz-animation: sport-p 2s linear;
    -webkit-animation: sport-p 2s linear;
    -o-animation: sport-p 2s linear;
    text-shadow: none;
}
.carousel-caption .banner-more {
    animation: sport-p 2.2s linear;
    -moz-animation: sport-p 2.2s linear;
    -webkit-animation: sport-p 2.2s linear;
    -o-animation: sport-p 2.2s linear;
    text-shadow: none;
}


@-webkit-keyframes sport-h2 {
    0% {transform: translateY(-80px);  opacity: 0;}
    100% {transform: translateY(0px); opacity: 1  }
}
@keyframes sport-h2 {
    0% {transform: translateY(-80px);  opacity: 0;}
    100% {transform: translateY(0px); opacity: 1  }
}
@-o-keyframes sport-h2 {
    0% {transform: translateY(-80px);  opacity: 0;}
    100% {transform: translateY(0px); opacity: 1  }
}

@-moz-keyframes sport-h2 {
    0% {transform: translateY(-80px);  opacity: 0;}
    100% {transform: translateY(0px); opacity: 1  }
}

@-webkit-keyframes sport-p {
    0% {transform: translateY(80px);opacity: 0;}
    50%{opacity: 0;}
    100% {transform: translateY(0px);opacity: 1}
}
@keyframes sport-p {
    0% {transform: translateY(80px);opacity: 0;}
    50%{opacity: 0;}
    100% {transform: translateY(0px);opacity: 1}
}
@-o-keyframes sport-p {
    0% {transform: translateY(80px);opacity: 0;}
    50%{opacity: 0;}
    100% {transform: translateY(0px);opacity: 1}
}
@-moz-keyframes sport-p {
    0% {transform: translateY(80px);opacity: 0;}
    50%{opacity: 0;}
    100% {transform: translateY(0px);opacity: 1}
}

.banner-more{
    display: inline-block;
    padding: 14px 30px;
    background: #82ab28;
    border: 1px solid #82ab28;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: .05rem;
    transition: all ease .5s;
    border-radius: 6px;
    margin-top: 20px;
}
.banner-more span{
    font-size: 1.4em;
    padding-left: 20px;
}
.banner-more:hover,.banner-more:focus{
    background: none;
    letter-spacing: .1rem;

    border: 1px solid #82ab28;
    color: #82ab28;
}



.index-one{
    overflow: hidden;
}
.one-box{
    position: relative;
}
.one-table{
    width: 100%;
}
.one-table p{
    margin-bottom: 17px;
    font-size: .98em;
    line-height: 1.6em;
}
.index-one a{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    width: 100%;
}
.index-one a h2{
    color: #fff;
}
.one-pic-1{
    background: url(../images/index-pic-1.jpg);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    margin-right: -85px;
}
.one-bg{
    position: static;
    transition: all ease .5s;
}
.one-bg:hover .one-pic-1,.one-bg:focus .one-pic-1{
    background: url(../images/index-pic-1-1.jpg);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
}
.one-pic-2{
    background: url(../images/index-pic-2.jpg);
    height: 100%;
    position: absolute;
    right: 0;
    top: 50px;
    left: 50%;
    bottom: 0;
    z-index: 2;
    background-size: cover;
    margin-left: 15px;
    border-bottom: 7px solid #e45434;
    margin-bottom: -50px;
}
.one-bg h2{
    font-size: 2.8rem;
    position: relative;
}
.one-bg h2:before{
    content: '';
    display: inline-block;
    width: 120px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: -20px;
}
.read-more{
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #274068;
    letter-spacing: .05rem;
    line-height: 1.9em;
    transition: all ease .5s;
    border-radius: 6px;
    margin-top: 20px;
}
.read-more:hover{
    background-image: linear-gradient(to right, #3E4724, #ea684b);
    color: #fff;
    letter-spacing: .1rem;
    border: 1px solid transparent;
}
.one-table .read-more,.three-cell .read-more{
    border: 1px solid #fff;

}
.one-table .read-more:hover,.three-cell .read-more:hover{
    background: rgba(255,255,255,.1);
    color: #fff;
    letter-spacing: .1rem;
    border: 1px solid rgba(255,255,255,.3);
}

.index-title{
    font-size: 2.8rem;
    color: #0f3a48;
    margin: 65px 0 55px 0;
    text-align: center;
}
.index-two{
    overflow: hidden;
    padding: 200px 0 40px 0;
    background: url(../images/top-down.svg)  #fff;
    background-position: 0 -260px;
    background-repeat: repeat-x;
    background-size: 4.5%;
    margin-top: -200px;
}

.tow-a{
    display: block;
    margin-bottom: 10px;
    position: relative;
    color: #333;
    background: #fff;
    text-align: center;
}
.tow-a a{
    color: #07353c;
}
.tow-a a:hover,.tow-a a:focus{
    color: #e4360f;
}
.two-box{
    overflow: hidden;
    height: 30vh;
    position: relative;
}

.two-img,.three-img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
}
.two-img img,.three-img img{
    min-height: 100%;
    min-width: 100%;
}
.tow-a:hover .two-img{
    -webkit-transform: rotateZ(1deg);
    -moz-transform: rotateZ(1deg);
    -ms-transform: rotateZ(1deg);
    -o-transform: rotateZ(1deg);
    transform: rotateZ(1deg) scale3d(1.1,1.1,1);
}


.two-title{
    display: table;
    margin-bottom: 10px;
    width: 100%;
}
.two-title h2{
    margin: 0;
    display: table-cell;
    width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
    color: #07353c;
    font-size:2.2rem;
    transition: all ease .5s;
}
.tow-a:hover .two-title h2{
    color: #e4360f;
}
.tow-a:hover .two-text{
   transform: translateY(-10px);
}
.two-text{
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    width: 90%;
    margin: -50px auto 20px auto;
    position: relative;
    z-index: 2;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 4px solid #82AB28;
    transition: all ease .5s;
    min-height: 278px;
}
.two-description{
    font-family: "Noto Sans";
    color: #213f40;
    line-height: 2em;
}
.two-description a{
    font-family: "Noto Sans";
}


.index-three{
    overflow: hidden;
    background: url(../images/top-down.svg)  #fff;
    background-position: 0 -260px;
    background-repeat: repeat-x;
    background-size: 4.5%;
    margin-bottom: 150px;
}
.three-bg{
    height: 360px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #222;
}
@media(min-width: 992px) {
  .three-box{
      width: 40%;
  }
}

.three-bg:hover,
.three-bg h2{
    color: #82AB28;
}
.side-nav{
    margin-top: 50px;
}
.side-title >a{
    color: #274068;
}

ul.navMenu{
    margin-bottom: 15px;
    padding-left: 0;
    border-right: 1px solid #ddd;
}
.navMenu> li { display: block; margin: 0 0 10px 0;  position: relative;  border-left: 1px solid #ccc;padding-left: 15px;line-height: 1em}
.navMenu> li.open{border-left: 2px solid #c87c5f;background: #f9f9f9;padding: 10px 0 10px 15px;}
.navMenu>li.open>ul.sub-menu{display: block;}
.navMenu>li.open>ul.sub-menu>li.open>ul.sub-menu{display: block;}
.navMenu>li>a { display: inline-block;overflow: hidden;color:#203552;transition: all .3s; position: relative; text-decoration: none;  padding:0;  width: 88%;line-height: 1.56em }
.navMenu>li>a:hover{color: #e78919;}
.arrow:before {cursor: pointer;content: "\e910";float: right;padding:2px 10px;display: inline;font-family: "icomoon";color: #617590;}
.arrow.open:before {cursor: pointer; float: right;padding:2px 10px; display: inline; font-family: "icomoon";content: "\e90e";color: #617590;line-height: 1.6em; }
.navMenu>li>.arrow:before{
    padding: 3px 10px 5px 0;
    cursor: pointer;
}
.navMenu>li>a:before{
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "icomoon";
    font-weight: 900;
    color: #666;
}
.navMenu>li>ul.sub-menu{
    margin-top: 10px;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu{
    margin: 0;
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding: 0;
    display: none;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu{
    font-size: 1.5rem;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a{

}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{
    color: #e78919;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:before{
    color: #333;
}
.navMenu>li ul.sub-menu li{
    margin-bottom: 7px;
}
.navMenu>li ul.sub-menu>li>a{
    display: inline-block;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #2a394e;
}
.navMenu>li>ul.sub-menu>li>a:hover{
    color: #e78919;
}
.navMenu>li>ul.sub-menu>li>a:before{
    top: 3px;
    position: absolute;
    left: 0;
    color: #e78919;
}
.navMenu>li>ul.sub-menu .sub-menu li>a {
    display: inline-block;
    padding-left: 15px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #82ab28;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu{
    list-style: none;
    font-size: .9em;
    padding: 10px 0;
    display: none;
    margin-top: 0;
    background: #f4f7fc;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li{
    margin-bottom: 0;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a{
    color: #555;
    padding-left: 15px;
    height: 22px;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:before{
    content: '';
}
.navMenu>li>ul.sub-menu .sub-menu li>a:before{
    content: '+ ';
    top: 0;
    position: absolute;
    left: 0;
    color: #82ab28;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu .sub-menu {
    padding: 8px;
    margin-bottom: 0;
    background: #eeeeee;
}


.three-banner{
    border-top: 1px solid #ddd;
}



.second-title h1{
    margin: 0 0 50px 0;
    font-size: 3.6rem;
    position: relative;
}
.second-title h1:after{
    content: '';
    display: inline-block;
    height: 3px;
    width: 100px;
    background: #e4360f;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.second-box{
    background: rgba(229, 246, 228, 0.7);
    border-bottom: 1px solid #f2f2f2;
}
.bread-box a{
    color: #222;
}
.breadcrumb>li.active{
    color: #222;
}
.bread-box .breadcrumb{
    font-size: .9em;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
}
.bread-box .breadcrumb>li{
    margin-bottom: 15px;
}
.bread-box .breadcrumb>li+li:before{
    color: #666;
    padding: 0 15px;
    font-size: .9em;
}


.search-list,.services-list {
    margin-bottom: 25px;
}

@media(min-width: 992px) {
    .search-list,.services-list {
        grid-gap: 4px;
        margin-bottom: 25px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 992px){
    .search-list a,.services-list a{
        margin-bottom: 10px;
    }
}
.search-list a,.search-list span,.services-list a,.services-list span {
    display: block;
    align-content: center;
    padding: 5px 10px;
    background: linear-gradient(to right, #edf6f7, #f9f9f9);
    transition: all ease .4s;
    min-height: 50px;
    line-height: 1.35em;
    font-weight: bold;
}

.search-list a:hover,.services-list a:hover {
    transform: scale(1.03);
    background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
}

.servcie-one {
    height: 600px;
    display: table;
    width: 100%;
}

.service-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.service-cell.about-cell p{
    font-size: 1.6rem;
    line-height: 1.8em;
}
.service-cell.about-cell h3{
    margin-bottom: 10px;
    font-size: 2rem;
}
.service-cell a{
    display: block;
    transition: all ease .5s;
}
.service-cell a:hover h2{
    color: #e4360f;
}
.service-cell a:hover .read-more{
    background-image: linear-gradient(to right, #3E4724, #ea684b);
    color: #fff;
    border: 1px solid transparent;
}
.service-cell h2,.services-bottom h2{
    font-size: 3rem;
    font-weight: bold;
    margin-top: 0;
}
.service-cell p{
    font-size: 1.8rem;
    color: #274068;
    line-height: 2em;
}
.services-bottom p{
    margin-bottom: 15px;
    color: #274068;
}
.service-cell p:last-child{
    margin-bottom: 0;
}
.services-bottom{
    background: url("../images/services-bottom-bg.jpg") no-repeat fixed;
    background-size: cover;
    padding: 100px 0 150px 0;
}
.tech-title{
    position: relative;
    margin: 30px 0;
}
.tech-title:after{
    content: '';
    display: inline-block;
    height: 3px;
    width: 100px;
    background: #e4360f;
    position: absolute;
    top: 48%;
    margin-left: 30px;
}
.tech-box{
    margin-top: 50px;
}
.tech-box a{
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.tech-pic{
    background: #eee;
    padding: 50px 20px;
    border-radius: 20px;
    height: 290px;
    overflow: hidden;
}
.tech-image{
    height: 190px;
    overflow: hidden;
    transition: all ease .5s;
}
.tech-image img{
    min-height: 100%;
    min-width: 100%;
}
.tech-box a:hover .tech-image{
    box-shadow: 0 0 20px #999;
}
.tech-box a:hover h3{
    color: #82AB28;
}
.about-box{
    position: relative;
}
.about-one{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2
}

.about-back{
    background: rgba(238,238,238,.7);
}
.identify-box{
    position: relative;
}
.identify-box .check-fa {
    position: absolute;
    top: 15px;
    right: 150px;
    font-size: 22px;
    color: #82ab28;
}

.identify-box img{
    position: absolute;
    top:0;
    right:0;
    width:120px;
    height:54px;
    cursor:pointer;
    border: 1px solid #82ab28;
}

.form-control{
    background: #fff;
    border: 1px solid #82ab28;
    color: #222;
    font-size: 1.6rem;
    height: 54px;
}

.input-group .input-group-addon:hover{
    cursor: pointer;
}
.form-control:hover,.form-control:focus{
    border: 1px solid #999;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control:-moz-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control::-moz-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control:-ms-input-placeholder {
    color: #888; !important;
    font-size: 1.5rem;
}
.form-control::-ms-input-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control::placeholder {
    color: #888;
    font-size: 1.5rem;
}
.side-inquiry .col-md-3{
    width: 100%;
}

.side-inquiry{
    border-radius: 20px;
    margin-top: 30px;
    background: -webkit-linear-gradient(to bottom,#9ab077, #c87c5f);
    background: -moz-linear-gradient(to bottom,#9ab077, #c87c5f);
    background: linear-gradient(to bottom,#9ab077, #c87c5f);
}
.side-inquiry h3{
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.side-inquiry h3>span{
    display: inline-block;
    padding: 6px 20px;
    background: #82ab28;
    color: #fff;
    text-transform: uppercase;
}
.side-inquiry .form-control{
    border:1px solid #9ca9bb;
}

.side-inquiry .inquiry-part{
    padding: 45px 10px;
    margin: 40px 0;
}
.side-inquiry .form-group{
    margin-bottom: 20px;
}
.side-inquiry div[class*='col-md'].form-group{
    width: 100%;
}
.side-related{
    background: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
}
.side-related h3{
    background: -webkit-linear-gradient(to right,#9ab077, #c87c5f);
    background: -moz-linear-gradient(to right,#9ab077, #c87c5f);
    background: linear-gradient(to right,#9ab077, #c87c5f);
    padding: 25px 20px;
    text-align: center;
    color: #fff;
}
.side-related ul{
    padding: 10px 20px;
    list-style: none;
    line-height: 1.6em;
}
.side-related ul>li{
    margin-bottom: 13px;
}
.side-related ul>li>a{
    font-weight: bold;
}

.contact-inquiry{
    background: #ececed;
    padding: 5% 10%;
}
.contact-inquiry .inquiry-part{
    box-shadow: 0 10px 10px #f3f3f3;
    background: #fff;
    padding: 5%;
}
.inquiry-part{
    margin: 70px 10px 130px 10px;
}
.service-inquiry h3{
    color: #333;
    margin-top: 30px;
    border-bottom: 2px solid #82ab28;
    margin-bottom: 0;
}
.service-inquiry h3>span{
    display: inline-block;
    padding: 10px 25px;
    background: #e4360f;
    color: #fff;
    margin-bottom: -1px;
}
.inquiry-submit{
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    background: #274068;
    color: #fff;
    border-radius: 6px;
}
.inquiry-submit{
    width: 100%;
}
.inquiry-submit:hover,.inquiry-submit:focus{
    background: #e4360f;
}
.side-one{
    margin-top: 40px;
    position: relative;
    font-size: .92em;
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.side-one span{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.side-one:after{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom,#9ab077, #c87c5f);
    background: -moz-linear-gradient(to bottom,#9ab077, #c87c5f);
    background: linear-gradient(to bottom,#9ab077, #c87c5f);
}

.contact-box{
    padding: 40px 40px 20px 40px;
    background: linear-gradient(to right, #505442, #3c3d39);
    color: #fff;
}
.contact-box a{
    color: #fff;
}
.contact-box h3{
    position: relative;
    margin-top: 0;
}
.contact-box h3:before{
    content: '';
    display: inline-block;
    height: 2px;
    width: 50px;
    position: absolute;
    background: #e4360f;
    bottom: -10px;
}



table{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
.service-box table ul, .service-box table ol, .product-box table ul, .product-box table ol{
    margin-bottom: 0;
}
.service-box table ul>li:last-child, .service-box table ol>li:last-child, .product-box table ul>li:last-child, .product-box table ol>li:last-child{
    margin-bottom: 0;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 10px 8px;
    line-height: 1.428571429;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.service-table tr:first-child{
    background: #274068;
    color: #fff;
}

.careers-box{
    overflow: hidden;
    background: url(../images/top-down.svg) #fff;
    background-position: 0 -400px;
    background-repeat: repeat-x;
    background-size: 4.5%;
    padding-top: 60px;
    padding-bottom: 20px;
}

.view-position{
    display: inline-block;
    padding: 15px 26px;
    background: #e4360f;
    color: #fff;
    border-radius: 6px;
    transition: all ease .5s;
    font-weight: bold;
    margin-top:20px;
    letter-spacing: .05rem;
}
.view-position:hover{
    color: #fff;
    background: #274068;
    letter-spacing: .1rem;
}
.careers-next{
    color: #fff;
    margin-top: 80px;
    height: 360px;
}
.careers-join{
    display: table;
    height: 360px;
    width: 100%;
}
.careers-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-bottom: 40px;
}
.careers-cell h2{
    margin-top: 0;
}
.careers-des{
    height: 450px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}
.careers-des:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
    z-index: 0;
}
.careers-text{
    position: absolute;
    z-index: 2;
    top: 130px;
    padding: 20px;
}
.join-team{
    font-size: 1.1em;
    margin-top: 20px;
}
.careers-job{
    background: #eff5fd;
    margin-bottom: 120px;
}
.careers-apply{
    background: #e6eef9;
    padding: 30px 25px 70px 25px;
}
.careers-tab{
    padding: 30px 0 0 20px;
    line-height: 1.65em;
}

.careers-tab h4,.careers-tab ul,.careers-tab p{
    margin-bottom: 15px;
}
.careers-nav{
    margin-top: 50px;
    border-bottom: 2px solid #274068;
}
.careers-nav>li>a{
    padding: 18px 20px;
    font-weight: bold;
    background: #d0daea;
    color: #274068;
    margin-right: 10px;
    border-radius: 0;
}
.careers-nav>li{
    margin-bottom: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: #274068;
    color: #fff;
}






.successinfo .iconarea .iconunit{text-align:center;display:block; width:40px;height:40px; border-radius:40px; background-color:#82ab28;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:#82ab28; display:block;}
.successinfo .iconarea .iconunit img{top:10px;left:5px;position:absolute; z-index:10;}



