body,html{
  padding: 0;
  margin: 0;
  font-size: 0;
  background: #f8f8fb;
  font-family: 'Fira Sans Condensed', sans-serif;
}
button{font-family: 'Fira Sans Condensed', sans-serif;}
a:focus,img:focus,button:focus{
  outline:none;
}
.espa{
  position: fixed;
  width: 90%;
  max-width: 600px;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.row{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.row-white{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  border:1px solid #ebecf7;
}
#header .row{position: relative;}
#header{
  width: 100%;
  background: #fff;
  height: 85px;
  padding: 10px 0;
}
#header .logo,#headerh .logo{
  margin: 10px 0;
  height: 65px;
  display: inline-block;
  width: 20%;
  position: relative;
}
#header .logo img ,#headerh .logo img{
  max-height: 100%;
  max-width: 98%;
}
#header .menu,#headerh .menu{
  display: inline-block;
  vertical-align: top;
  width:80%;
  text-align: right;
  padding: 35px 0;
}
#headerh .menu,#header .menu{padding-right: 70px; box-sizing: border-box;}
#header .menu ul,#headerh .menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: auto;
    display: inline-block;
}
#header .menu ul li:hover > .sub-menu,#headerh .menu ul li:hover > .sub-menu{
  display: block;
}
#header .sub-menu,#headerh .sub-menu{
  position: absolute;
  top:18px;
  left: 0;
  display: none;
  background: #fafafa;
  z-index: 90;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  font-size: 0;
  box-shadow: 0px 3px 21px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 21px -13px rgba(0, 0, 0, 0.75);
}
#header .sub-menu p,#headerh .sub-menu p{
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin: 8px 0;
  width: 33.333%;
  font-size: 15px;
  box-sizing: border-box;
}
#header .menu ul li,#headerh .menu ul li{
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  font-weight:500;
  vertical-align: top;
}
#header .menu ul li a,#headerh .menu ul li a{
  text-decoration: none;
  font-size: 15px;
  font-weight:500;
}
#header .menu ul li a,#headerh .sub-menu p a{color:#343434 !important;transition: ease 0.25s;}
#headerh .menu ul li a{color:#fff;transition: ease 0.25s;}
#headerh .menu a:hover, #header .menu a:hover{color:#f1f1f1;}
#headerh .sub-menu p a:hover{color:#1075B8 !important;}
#headerh .lang,#header .lang{
  list-style: none;
  right: 0;
  top:35px;
  position: absolute;
  padding-right: 20px;
  height: 18px;
  overflow: hidden;
  transition: ease 0.24s;
  cursor: pointer;
}
#headerh .lang a{color:#fff;text-decoration: none;}
#header .lang a{color:#343434;text-decoration: none;}
#headerh .lang::before,#header .lang::before{
  content:"\f107";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top:3px;
  right: 2px;
  font-size: 15px;
  font-weight: 600;
  color:#fff;
}
#header .lang::before{color:#343434;}
#headerh .lang:hover,#header .lang:hover{height: auto;}
#headerh .lang li,#header .lang li{
  color:#fff;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 16px;
  vertical-align: top;
  font-weight: 500;
}
#breadcrumps{
  background: url(/images/breadcrumbs.jpg) center repeat-x;
  width: 100%;
  padding:25px 0 0 0;
  box-sizing: border-box;
  margin-bottom: 85px;
}
.container{
  box-shadow: 0px 3px 21px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow:0px 3px 21px -13px rgba(0, 0, 0, 0.75);
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 40px 40px 45px 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  bottom:-55px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#breadcrumps .title{
  font-size: 25px;
  color:#343434;
  padding: 0;
  margin-bottom: 50px;
}
.main-title{
  padding: 0;
  margin:0 0 35px 0;
  font-size: 25px;
  color:#1075B8;
}
#breadcrumps .brd{
  height: 55px;
  padding: 18px 40px;
  border-top:1px solid #e1e1e1;
  background: #fff;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color:#858585;
}
#breadcrumps .brd a{color:#858585;text-decoration: none;}
.mrg-btm-40{margin-bottom: 40px;}
#footer{
  background: #05284B;
  min-height: 100px;
  padding: 30px 0;
  padding-bottom: 30px;
  position: relative;
}
#footer .box{
  margin: 30px 0;
  padding: 30px 10px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}
#footer .box-e{  width: 35%;  }
#footer .box-m{  width: 30%;  }
#footer .box h3{
  font-size: 19px;
  font-weight: 600;
  color:#fff;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer .box .fpost{
  padding:5px 10px 5px 85px;
  margin: 0 0 10px 0;
  width: 100%;
  box-sizing: border-box;
  position:relative;
}
#footer .box .fpost .fcover{
  width: 60px;
  height: 60px;
  position: absolute;
  top:5px;
  left: 0;
}
#footer .box .fpost .fcover img{
  width: 100%;
  border-radius: 4px;
}
#footer .box .fpost a{
  color:#81a4c7;
  font-size: 15px;
  text-decoration: none;
}
#footer .box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .box ul li{
  margin: 0;
  padding: 5px 0
}
#footer .box ul li a{
  color:#81a4c7;
  font-size: 15px;
  text-decoration: none;
}
#footer .box-e h4{
  color:#81a4c7;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#footer .box .fci{
  color:#81a4c7;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 0;
  margin: 0;
}
.footer-ptn-top{
  margin-top: 150px;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  box-sizing: border-box;
}
.footer-ptn{
  -webkit-clip-path: polygon(0 100%, 100% 83%, 100% 100%);
  clip-path: polygon(0 100%, 100% 80%, 100% 100%);
  background-color: #05284B;
  position: absolute;
  bottom: -1px;
  left:0;
  width: 100%;
  height: 370px;
}
.footer-call-us{
  width: 90%;
  min-height: 160px;
  margin:-150px 5% 0 5%;
  padding: 40px 200px 40px 40px;
  box-sizing: border-box;
  background: #1075B8;
  border-radius: 4px;
  position: relative;
}
.footer-call-us h2{
  font-size: 28px;
  color:#fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.footer-call-us p{
  font-size:15px;
  padding: 0;
  margin:20px 0 0 0;
  color:#fff;
}
.footer-call-us a{
  background: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  color:#1075B8;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  top:50%;
  transform: translateY(-50%);
  right: 50px;
  position: absolute;
}
.prdview{
  width: 25%;
  padding:15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.prdviewc{
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebecf7;
  padding: 10px;
  box-sizing: border-box;
}
.prdviewc .cover{
  width: 100%;
  padding-top:75%;
  box-sizing: border-box;
  position: relative;
}
.prdviewc .cover img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
}
.prdviewc h4{
  font-size: 15px;
  line-height: 1.3em;
  min-height: 2.6em;
  color:#343434;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.prdviewc h3{
  font-size: 14px;
  line-height: 1.3em;
  color:#555;
  font-weight: 500;
  text-align: center;
  margin:10px 0 5px 0;
  padding: 0;
  text-decoration: none;
}
@media only screen and (min-width:641px) and (max-width:960px){
.prdview{width:33.33%;}
}
@media only screen and (min-width:481px) and (max-width:640px){
.prdview{width:50%;}
#header .menu, #headerh .menu{display: none;}
}
@media only screen and (max-width:480px){
#header .menu, #headerh .menu{display: none;}
.footer-call-us{padding:40px 20px;}
.footer-call-us h2{display: block;}
.footer-call-us p{margin-bottom: 40px;}
.footer-call-us a{position: static; transform: none; right: auto; top: auto;}
#footer .box-e,#footer .box-m{width: 100%; margin: 0; padding: 20px;}
.row-white{padding: 40px 20px;}
.prdview{width:50%;}
}
@media only screen and (max-width:320px){
.prdview{width:100%;}
}
