@media only screen and (max-width: 768px) {
    .active1 {
        background: #06c;
    }

    .nav_active {
        min-height: 892px;
        background: #333;
    }

    .li1,
    .li2,
    .li3,
    .li4,
    .li5,
    .li6 {
        width: 100%;
        transition: 0.8s;
        -moz-transition: 0.8s;

        -webkit-transition: 0.8s;

        -o-transition: 0.8s;

        min-height: 892px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 769px) {

    .li1,
    .li2,
    .li3,
    .li4,
    .li5,
    .li6 {
        width: 18.6%;
        transition: 0.8s;
        -moz-transition: 0.8s;

        -webkit-transition: 0.8s;

        -o-transition: 0.8s;

        min-height: 892px;
        margin-right: 0px;
    }

    .active1 {
        width: 44.2% !important;
        background: #fff;
    }

    .nav_active {
        width: 18.6%!important;
        min-height: 892px;
        background: #333;
    }
}
.li1:hover .list_box{background-color:rgba(0,0,0,0);}
.list_boxhh{opacity: 0;}
.listnr{position:absolute; top:30%;}
.li1:hover .list_boxhh{opacity: 1;
  background-repeat:no-repeat;
  background-position:top center;bottom:8%;position:absolute;left:0px;padding: 30px 10%;
 width:100%; margin:0 auto;}
.li2:hover .list_boxhh{opacity: 1;
  background-repeat:no-repeat;
  background-position:top center;  bottom:8%;position:absolute; left:0px;padding: 30px 10%;
 width:100%; margin:0 auto;}

.li3:hover .list_boxhh{opacity: 1;
  background-repeat:no-repeat;
  background-position:top center;
 bottom:8%;position:absolute;left:0;padding: 30px 10%;
 width:100%; margin:0 auto;}

.li4:hover .list_boxhh{opacity: 1;
  background-repeat:no-repeat;
  background-position:top center;bottom:8%;position:absolute;left:0;padding: 30px 10%;
 width:100%; margin:0 auto;}
.li1:hover .listnr{opacity: 0; }
.li2:hover .listnr{opacity: 0; }
.li3:hover .listnr{opacity: 0; }
.li4:hover .listnr{opacity: 0; }
#company{
    width: 100%;
}
#company li {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}

.list_box>img {
    -moz-transition: all 2.4s ease 0s;
    -ms-transition: all 2.4s ease 0s;
    -o-transition: all 2.4s ease 0s;
    -webkit-transition: all 2.4s ease 0s;
    transition: all 2.4s ease 0s;
    display: block;
    width: 50px;
    margin-bottom: 20px;
}

#company li {
    overflow: hidden;
}

#company li:hover img {
   -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#company li>img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: none;
    moz-transition: all 2.4s ease 0s;
    -ms-transition: all 2.4s ease 0s;
    -o-transition: all 2.4s ease 0s;
    -webkit-transition: all 2.4s ease 0s;
    transition: all 2.4s ease 0s;
    display: block;
    height: 100%;
}

.list_title {
    font-weight: bold;
    font-size: 22px; margin:70px 0 ;
    line-height: 46px;
}

.list_box {
    padding: 30px 30px 40px 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.8s;
    -moz-transition: 0.8s;

    -webkit-transition: 0.8s;

    -o-transition: 0.8s;

}

.list_box:hover {
    color: #fff;
   
}

.active1 .list_box {
    background-color: rgba(0, 0, 0, 0);
}

.list_text {
    font-weight: 100;
    font-size: 12px;
    line-height: 26px;
    width: 30em;
}

.more_btn {
    padding: 0px 20px;
    float: left;
    display: block;
    line-height: 36px;
    height: 40px;
    margin-top: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: bold;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active1 {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active1:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active1 {
    color: white;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active1:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.codrops-header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 300;
    font-size: 2.5em;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 0.6em;
    opacity: 0.7;
}

.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

section {
    text-align: center;
}

section h2 {
    font-weight: 300;
    font-size: 2em;
    padding: 1em 0;
}

.codrops-header+section {
    padding-top: 1.5em;
}

.bt6 {
    font-weight: bold;
    line-height: 2em;
    font-size: 1.25rem;
    color: #454545;
}

@media screen and (max-width: 25em) {
    .codrops-icon span {
        display: none;
    }
}

.li1 {
    width: 44.2%;
}

.li2 {
    width: 18.6%;

}

.li3 {
    width: 18.6%;

}

.li4 {
    width: 18.6%;

}




@media only screen and (max-width: 768px) {
    .li3 {

        width: 100% !important
    }

    .li1 {
        width: 100% !important
    }

    .li2 {
        width: 100% !important
    }

    #c_static_001_P_516-1645059733196 .e_html-1 {
        display-radio: 1;
        background_radio: 1;
        min-width: 0px;
        max-height: 100%;
        min-height: 550px;
        max-width: 1560px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        height: 3000px !important;
    }
}

.more_btn {
    padding: 0px;
    float: left;
    line-height: 36px;
    height: 40px;
    margin-top: 20px;
    border: none;
    font-size: 30px;
}

.list_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 46px;
    text-align: left;
}

.list_titleh {
    font-weight: bold;
    font-size: 26px;
    line-height: 46px; color:#21388E;
    text-align: left;
}
.list_text {
    font-weight: 100;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    text-align: left;
}
.list_texth {
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    width: 100%; font-weight:bold; color:#000;
    text-align: left;
}
.conallh{font-size:16px; line-height:32px; color:#333; margin:30px 0;}
.conallh img{-moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
     -webkit-transform: scale(1, 1) !important; 
    transform: scale(1, 1) !important;}
.list_box {
    padding: 65px 30px 40px 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
}

@media only screen and (max-width: 768px) {

    .li1,
    .li2,
    .li3,
    .li4,
    .li5,
    .li6 {
        width: 100%;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        min-height: 480px;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.list_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-align: left;
}