@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf'); 
}


@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url('../fonts/OpenSans-LightItalic.ttf'); 
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf'); 
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.ttf'); 
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.ttf'); 
}


@font-face {
  font-family: 'Gothic-Regular';
  src: url('../fonts/GOTHIC.TTF'); 
}

@font-face {
  font-family: 'Gothic-Bold';
  src: url('../fonts/GOTHICB.TTF'); 
}
@font-face {
  font-family: 'Gothic-Italic';
  src: url('../fonts/GOTHICI.TTF'); 
}

@font-face {
  font-family: 'CircularStd-Black';
  src: url('../fonts/CircularStd-Black.otf'); 
}
@font-face {
  font-family: 'CircularStd-Bold';
  src: url('../fonts/CircularStd-Bold.otf'); 
}
@font-face {
  font-family: 'CircularStd-Book';
  src: url('../fonts/CircularStd-Book.otf'); 
}

@font-face {
  font-family: 'CircularStd-BlackItalic';
  src: url('../fonts/CircularStd-BlackItalic.otf'); 
}


@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../fonts/CircularStd-Medium.otf'); 
}



html{
    }
body{
     font-family: 'OpenSans-Regular';
        background: #ffffff;
        font-size: 13px;
    height: 100%;
    overflow:auto;
}


img {
	max-width: 100%;
	height: auto;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#262e70;
	text-decoration: none;
}
input[type="text"],input[type="email"]{
	border: 1px solid #bdbdbd !important;
	padding: 5px 10px;
}
button {
    background-color: #3089c5 !important;
    border-color: #3089c5 !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

input[type="submit"] {
    background-color: #262e70 ;
    border:0;
    color: #FFF ;
    font-size: 11px ;
    font-family: 'Gothic-Bold';
    text-transform: uppercase;
     padding: 7px 17px;
    text-shadow: none;
}


h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.55em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
table, table tr, table td {
	border: 1px solid #e7e7e7;
	padding: 8px;
}
header{
    width: 100%;
    float: left;
    padding: 15px 0px;
}
.pull_l{
     float: left;
}
.pull_r{
     float: right;
}
.contain{
    width:1000px;
   margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    clear: both;
}
#main-page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
   
}
.contain_in{
   
     margin: 0px 15px;
    
     float: left;
}

.contain_full{
}
.logo{
    float: left;
    width: 30%;
    padding-top: 5px;
}
.head_right{
    width: 70%;
    max-width: 70%;
    float: right;
}
.top{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.mainmenu{
    float: left;
    width: 100%;
}
.mainmenu nav > ul{
    list-style: none;
    padding: 0;
    margin:0;
    float: right;

}
.mainmenu nav > ul > li{
    list-style: none;
    float: left;
    position: relative;

}
.mainmenu nav > ul > li > a{
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 15px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: left;
font-family: 'OpenSans-Regular';
border: 1px solid #fff;
}
.mainmenu nav > ul > li > a:hover{
    color: #fff;
    text-decoration: none;
    background: #262e70;
}

.mainmenu nav > ul > li.current-menu-item > a{
    color: #fff;
    text-decoration: none;
    background: #262e70;
}


#content_main{
    width: 100%;
    float: left;
}
.top-hotline{
    float: right;
    font-family: 'Gothic-Regular';
    font-size: 13px;
}
.top-email{
     float: right;
    font-family: 'Gothic-Regular';
    font-size: 13px;
    padding-right: 20px;
}
.top i{
    color: #262e70;
    padding-right: 7px;
}

.slideshow{
        width: 100%;
        float: left;
        overflow:hidden;
}
.slide{
        position: relative;
        width: 100%;
        float: left;
}
.slide .image{
        width: 100%;
        float: left;

}
.slide .caption{
    display: none;
    position: absolute;
    bottom: 85px;
    width: 70%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );


}


.slide .tit{
    font-size: 22.8px;
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'CircularStd-Bold';
    opacity: 1;
    text-transform: uppercase;
}
.box_cc{
    position: relative;
    padding: 20px;
    float: left;
}
.slide .desc{
    width: 100%;
    float: left;
    color: #fff;
    font-family: 'CircularStd-Bold';
    font-size: 16px;
}


.flex-control-nav {
    bottom: 0px  !important;
}

.flex-control-paging li a {

    background: #3089c5 !important;
    box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
    background: #262e70 !important;
}
.ssp_no_chrome_slider_default{
    margin: 0 !important;
}
.box_about{
    width: 100%;
    float: left;
    background-image: url('../images/bg_about.png');
    background-repeat: repeat;
    background-size: 100% auto;
    padding: 40px 0px;
}
.desc_about{
    width: 100%;
    float: left;
    color: #fff;
     font-family: 'OpenSans-LightItalic';
     font-size: 14.58px;
     text-align: center;
}
.homepage_top{
    width: 100%;
    float: left;
    background-image: url('../images/bg_boxhometop.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 35px 0px;
}
.item_box{
    width: 310px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 31%;
}
.box_homepagetop{
    margin-left: -10px;
     margin-right: -10px;
}
.item_box .image{
    width: 100%;
    float: left;
    margin-bottom: 2px;
}
.item_box .image img{
    float: left;
}
.item_box .name{
    width: 100%;
    float: left;
    background-image: url('../images/title_box2.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
    border-bottom: 2px solid #023515;
    padding: 8px 0px;
    position: relative;
}
.item_box .name a{
    color: #fff;
    font-family: 'Gothic-Bold';
    font-size: 14.58px;
    padding-left: 10px;

}
.item_box .name a:hover{
    text-decoration: none;
}
.item_box .name span{
   float: right;
   width: 35px;
   height: 35px;
    background-image: url('../images/butt_box2.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.item_box .desc{
    width: 100%;
    float: left;
     background-image: url('../images/des_boxtop.png');
    background-position: left top;
    background-repeat: repeat-x;
   font-family: 'OpenSans-LightItalic';
   font-size: 13.75px;
       line-height: 23px;
}
.item_box .desc .de{
     padding: 10px 15px 20px;
     float: left;
     margin:0;
     display: flex;
     height: 145px;
}
.item_box .desc ul{
    list-style: none;
    padding: 0;
    float: left;
    padding-right: 15px;
    margin: 0;
}
.item_box .desc ul li{
    width: 100%;
    float: left;
    position: relative;
      background-image: url('../images/dot_box2.png');
   background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.item_box .desc ul.ct_h li{
    background-image: none;
}
.item_box .desc ul.ct_h li i{
    color: #262e72;
    padding-right: 5px;
}
#footer{
    width: 100%;
    float: left;
       background-image: url('../images/bg_footer.png');
   background-position: left top;
    border-top: 5px solid #020406;
    padding: 18px 0px 20px;
    color: #fff;
}
#footer a{
    color: #fff;
}
.copyright{
    width: 40%;
    float: left;
    font-size: 13px;
 font-family: 'OpenSans-Light';   
  
}
.address-footer{
    width: 60%;
    float: right;
}
.add-footer{
    float: right;
    text-align: right;
    width: 100%;
    font-size: 12px;
}
.line-f-2{
    width: 100%;
    float: left;
    font-size: 12px;
}
.email-footer{
    float: right;
    padding-left: 30px;
}
.hotline-footer{
    float: right;
}
.homepage_bottom{
    width: 100%;
    float: left;
    border-top: 1px dashed #f6f6f6;
    padding: 30px 0px;
}
.box_homepagebottom{
    margin-right: -10px;
    margin-left: -10px;
}
.box_item{
    width: 310px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 31%;
}
.box_title{
    width: 100%;
    float: left;
     padding-bottom: 5px;
    margin-bottom: 15px;
      border-bottom: 1px solid #dedede;
}
.box_title span{
     background-image: url('../images/icon_tit.png');
    background-repeat: no-repeat;
    background-position: left 9px;
    font-size: 24px;
    color: #333;
    padding-left: 20px;
    font-family: 'Gothic-Regular';
  
    
}
.box_cont{
    width: 100%;
    float: left;
}
.box_port{
    margin-right: -6px;
    margin-left: -6px;
}
.box_port .item{
    float: left;
    width: 98px;
    padding-left: 6px;
    padding-right: 6px;
}
.box_port .item .image{
    width: 100%;
    float: left;
}
.readmore{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.readmore a{
    color: #2c2f91;
    float: left;
    font-size: 11px;
     background-image: url('../images/icon_read.png');
    background-repeat: no-repeat;
    background-position: right 6px;
    padding-right: 13px;

}

.box_cont .image{
    width: 100%;
    float: left;
    text-align: center;
}
.box_cont .image img{
    margin: 0 auto;
}
.box_clients{
    margin-right: -5px;
    margin-left: -5px;
}
.box_clients .item{
    float: left;
    width: 33%;
    height: 38px;
    margin-bottom: 10px;
}
.clear{
    clear: both;
}
#content{
    width: 100%;
    float: left;
    position: relative;
}
.image_slide{
    width: 100%;
    float: left;
    position: relative;
}
.image_slide img{
    width: 100%;
    float: left;
}
.bg_thumb {
    width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
    background:rgba(0,0,0,0.5);
}
.box_tit{
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 70px;
}
.title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumbs{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
     font-family: 'OpenSans-LightItalic';
     font-size: 16px;
}
.breadcrumbs ul{
    list-style: none;
    padding: 0;
    margin: 0;
        display: inline-flex;
}
.breadcrumbs ul li{
    padding-right: 10px;
}
.breadcrumbs a{
    color: #fff;
    font-family: 'OpenSans-LightItalic'; 
}
.box_content{
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.page_about strong{
    font-size: 20px;
    color: #262e70;
}
.box_customer{
    width: 100%;
    float: left;
}
.box_customer .item{
   
    width: 20%;
    float: left;
    margin-bottom: 30px;
}
.box_customer .it{
 padding:0px 10px;

}
.box_customer .item .image{
    width: 100%;
    float: left;
    border:1px solid #c2c2c2;
}
.box_customer .item .image img{
    width: 100%;
    float: left;
}
.page_awards{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col_c_l{
    width: 50%;
    float: left;
}
.col_c_r{
    width: 50%;
    float: right;
}

.contact-form{
   margin-right: -5px;
   margin-left: -5px;
  margin-top: 30px;
}
.line-contact{
    width: 48%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-bottom: 10px;
}
.title_contact{
    width: 100%;
    float: left;
    color: #333333;
    font-size: 15px;
    font-family: 'Gothic-Bold';
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.line-contact input{
    width: 224px;
    float: left;
}
.line-contact_t{
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.line-contact_t textarea{
    width: 494px;
    float: left;
    height: 140px;
    max-width: 95%;
}
.line-contact_sub{
    width: 100%;
    float: left;
    padding-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.wpcf7-form-control-wrap{
    float: left;
}
.line-contact_sub input{
    float: right;
    margin-right: 10px;
}
.box_c{
    padding: 20px 0px;
    float: left;

}
.box_add_c{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.title_c{
    width: 100%;
    float: left;
    color: #333;
    font-size: 17.5px;
     font-family: 'OpenSans-Bold';
     text-transform: uppercase;
    margin-bottom: 10px;
}
.line_c{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.store_c{
    color: #262e70;
     font-size: 14px;
     font-family: 'OpenSans-Bold';
     text-transform: uppercase;
    margin-bottom: 8px;
}
.line_c .add{
    width: 100%;
    float: left;
     font-family: 'OpenSans-LightItalic';
    font-size: 14px;
}
.line_c i{
    padding-right: 7px;
    color: #262e70;
    float: left;
    font-size: 17px;
    padding-top: 2px;
}
.line_c span{
    width: 70%;
    float: left;
}
.desc_pro{
    width: 100%;
    float: left;
    color: #333;
    font-size: 15px;
    font-family: 'OpenSans-LightItalic';
    margin-bottom: 20px;
}
.box_products{
/*    margin-right: -10px;
    margin-left: -10px;*/
}
.box_products .item{
    width: 310px;
    float: left;
    margin-right: 2%;
    max-width: 32%;
    margin-bottom: 25px;
}
.box_products .item:nth-child(3n)
{
    margin-right: 0;
}
.box_products .item .image{
    width: 100%;
    float: left;
    text-align: center;
}
.box_products .item .image img{
    max-height: 320px;
    width: auto;
    margin:auto;
    }
.box_products .item .name{
    width: 100%;
    float: left;
    text-align: center;
    padding: 13px 0px; 
    color: #262e70;
    text-transform: uppercase;
    font-size: 14px;
     font-family: 'OpenSans-Semibold';
}

.ssp_slider_default_html>li.slide, .wsp_default_skin>li.slide img{
    width: 100%;
    float: left;
    max-width: 100%;
}
.box_awards .item{
       float: left;
    width: 65px;
    max-width: 20%;
    padding-left: 6px;
    padding-right: 6px;

}
.box_awards .item .image{
    width: 100%;
    float: left;
    border: 1px solid #cac8c8;
}

.box_awards{
    margin-right: -6px;
    margin-left: -6px;
}

/*Left-sidebar*/
.main-right
{
    width: 720px;
    float: right;    
}
.left-sidebar
{
    width: 220px;
    float: left;
    margin-top: 40px;
}
.left-sidebar ul
{
    margin: 0;
    padding: 0;
}
.left-sidebar li
{
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.left-sidebar li a
{
    line-height: 30px;
    color: #000;
    display: block;
    text-transform: capitalize;
}
#nav_menu-2
{
    border-bottom: none;
}
.left-sidebar li.current-menu-item a.active , .left-sidebar li.current-menu-item a.acti
{
    color: #262e70;
    font-weight: bold;
    background-image: url(../images/m_left_li_hov.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 12px;
}
.image-maxheight
{
    display: flex;
}
.image-maxheight img
{
    max-height: 320px;
    width: auto;
}
.image-maxheight a
{
    margin:auto;
}
.left-sidebar ul ul
{
    padding-left: 20px;
}
.left-sidebar ul ul li
{
    border-bottom: none;
}
.left-sidebar ul ul li:last-child
{
    margin-bottom: 10px;
}

.single_product .name
{
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 12px;
    padding-top: 20px;
    font-weight: 700;
    font-style: normal;
    color: #172a53;
    font-style: normal;
}
.single_product .left-image
{
    width: 40%;
    float: left;
}

.single_product .right-content
{
    width: 55%;
    float: right;
}
.single_product .right-content ul
{
    padding-left: 20px;
}
.single_product .right-content ul li
{
    line-height: 30px;
}

.category-page .item
{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.category-page .item:nth-child(3n)
{
    margin-right: 0;
}
.category-page .item .image
{
    padding: 20px;
}
.category-page .item .name
{
    text-align: center;
    font-size: 18px;
    font-style: normal !important;
    font-family: 'OpenSans-Regular';
    min-height: 70px;
}
.single_product .desc_pro
{
    font-family: 'OpenSans-Regular';
}


.contact-form form
{
    margin-left: 5px;
}

.contact-form input
{
    float: left;
    width: 43%;
    margin-right:2%;
    margin-bottom: 10px;
    min-width: 212px;
}
.contact-form input:nth-child(2n)
{
    margin-right: 0;
    margin-left: 2%;
}
.contact-form textarea
{
    width: 100%;
    max-width: 480px;
}
.err_form
{
    color: red;
    line-height: 27px;
    font-weight: bold;
}
.success_form
{
    color: #262e70;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}
