body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

a{
    text-decoration: none;
}
.t3{transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}
.t6{transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;-o-transition: 0.6s;-ms-transition: 0.6s;}
#header{
	min-height: 120px;
}
#header .logo{
    display: inline-block;
    margin-top: 5px;
    max-height: 110px;
}
#slider .item img{
	width: 100%;
	height: auto;
}
#slider .item .cc{
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 9;
    color: #fff;
    background: #1937615;
    font-size: 20px;
    padding: 34px 80px;
    max-width: 600px;
}
.produis_sec > div{
	padding: 0 5px;
}
.produiox{
	width: 100%;
	height: 370px;
	background: red;
}
.sechead{
	text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 20px;
}
.menu-main-menu-container{
    float: right;
}
#menu-main-menu{
    padding-left: 0;
    margin-top: 75px;
    margin-bottom: 0;
}
#menu-main-menu > li{
    display: inline-block;
    font-size: 18px;
}
#menu-main-menu > li > ul{
    position: absolute;
    z-index: 99;
    background: #ffffffeb;
    padding: 15px 25px;
    list-style: none;
    display: none;
}
#menu-main-menu > li:hover > ul{
    display: block;
}
#menu-main-menu > li > a{
    display: block;
    padding: 10px 12px;
    color: #193761;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    transition: 0.3s;
}
#menu-main-menu > li > a:hover{
    border-bottom: 3px solid #193761;
}
#menu-main-menu > li > ul li a{
    color: #193761;
    font-size: 18px;
    text-decoration: none;
    display: block;
    line-height: 25px;
}
.headpage{
    width: 100%;
    height: 150px;
    background: url('../img/anner.png') no-repeat center center;
    background-size: cover;
}
.headpage .cover{
    width: 100%;
    height: 100%;
    background: #193761c4;
    text-align: center;
    padding-top: 30px;
}
.headpage .cover img{
    height: 35px;
}
.headpage .cover h1{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 7px;
    font-weight: 700;
}

.produiox{
    width: 100%;
    height: 370px;
    background: #fff;
}
.produiox a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.produiox .image{
    width: 100%;
    height: 320px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.produiox .image img{
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.produiox .image .bg{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 300px;
    transition: 0.3s;
    display: none;
}
.produiox a:hover .image .bg{
    display: block;
}
.produiox h3{
    text-align: center;
    margin: auto;
    font-weight: 500;
    text-transform: uppercase;
    color: #264169;
    font-size: 19px;
    margin-top: 12px;
}

#single .cc h1{
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #264169;
    font-size: 30px;
    margin-bottom: 10px;
}
#single .cc p{
    color: #264169;
    font-size: 17px;
    line-height: 25px;
}
#single .big-img img{
    width: 100%;
    height: auto;
}
.small-imgs{
    width: 100%;
    height: 100px;
    margin-top: 10px;
    padding: 0 15px;
    position: relative;
}
.small-imgs .owl-prev{
    position: absolute;
    width: 15px;
    height: 100px;
    left: -15px;
    top: 0;
    line-height: 100px;
    font-size: 38px;
}
.small-imgs .owl-next{
    position: absolute;
    width: 15px;
    height: 100px;
    right: -15px;
    top: 0;
    line-height: 100px;
    font-size: 38px;
}
.small-imgs .item{
    height: 100px;
    background: #000;
    position: relative;
}
.small-imgs .item img{
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
a.download{
    display: inline-block;
    width: 50%;
    color: #fff;
    background: #1dabd6;
    text-decoration: none;
    margin-top: 10px;
    padding: 9px 0;
    text-align: center;
    font-size: 17px;
}
#footer{
    width: 100%;
    background: url('../img/anner.png') no-repeat center center;
    margin-top: 60px;
    background-size: cover;
}
#footer .cover{
    width: 100%;
    min-height: 100px;
    background: #193761c4;
}
#footer .phonecn{
    display: inline-block;
    width: 100%;
    color: #50cfe2;
    text-transform: uppercase;
    font-weight: 800;
}
#footer .phonecn abbr{
    display: block;
    font-size: 20px;
    color: #fff;
}
#footer .coor{
    color: #fff;
    font-weight: 600;
    display: block;
}
#footer .coor i{
    margin-right: 5px;
}
#footer .col-md-3{
    padding-top: 35px;
    padding-bottom: 20px;
}
.asfooer{
    width: 100%;
    height: 50px;
    background: #193761;
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 5px;
}
.asfooer span{
    position: relative;
    margin-left: 10px;
    top: 6px;
}

.cover-cn{
    background: url('../img/cover-cn.png') no-repeat center center;
    background-size: cover;
}
.cover-cn > .row{
    background: #193761c4;
    padding: 40px 0;
}
.cover-cn h1{
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
}
.cover-cn iframe{
    width: 100%;
    height: 420px;
    border-radius: 15px;
    border: 0;
}
.cover-cn form input[type="text"],
.cover-cn form input[type="email"]{
    width: 100%;
    height: 60px;
    background: #dadfe4;
    padding-left: 20px;
    border-radius: 10px;
    border: 0;
    margin-bottom: 10px;
}
.cover-cn form .col-xs-12{
    padding: 0 5px;
}
.cover-cn form textarea{
    width: 100%;
    height: 210px;
    background: #dadfe4;
    padding-left: 20px;
    border-radius: 10px;
    border: 0;
    margin-bottom: 10px;
}
.cover-cn form input[type="submit"]{
    float: right;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    border: 0;
}
#quisommesnous{
    margin-top: 45px;
}
#quisommesnous .row{
    display: flex;
}
#quisommesnous .col-md-6{
    padding: 0;
}
#quisommesnous .col-md-6 > img{
    width: 100%;
    height: auto;
}
#quisommesnous .col-md-6 .cc{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px 50px;
}
#quisommesnous .col-md-6 .cc h2{
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    color: #264169;
}
#quisommesnous .col-md-6 .cc p{
    color: #264169;
    font-size: 18px;
}
.buttonmenu{
    display: none;
}
.buttonmenu button{
    background: #195ea5;
    border: 0;
    padding: 2px 12px;
    border-radius: 3px;
    color: #fff;
}
@media (max-width: 770px){
    .buttonmenu{
        display: block;
        margin-top: 15px;
    }
    #header{
        text-align: center;
    }
    #header .logo{
        max-height: 70px;
    }
    #menu-main-menu{
        margin-top: 5px;
        background: #5bc2e1;
        display: none;
    }
    #menu-main-menu > li{
        width: 100%;
    }
    #menu-main-menu > li > a{
        padding: 5px 0;
    }
    #menu-main-menu > li:hover > ul{
        position: relative;
        width: 100%;
    }
    .produis_sec .col-xs-6{
        width: 100%;
    }
}

































