.input-group .form-control,
.form-control{
    height: 45px;
}
.btn{
    height: 45px;
}
a:hover, a:focus{
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
body{
    font-family: 'Open Sans', Arial, sans-serif;   
    color: #000000;
}
.header-top{
    background: #fafafa;
    padding: 18px 0;
}
.btn_search{
    background: #fed343;
    border: solid 1px #fed343;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    color: #333;
}
.btn_cart{
    background: #fed343;
    border: solid 1px #fed343;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 15px;
}

.nav-primary,
.header-menu{
    background: #345d83;
}

.menu-menu-product-container,
#menu-menu-top,
.header_menu_ul{
    height: 63px;
    line-height: 63px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.menu-menu-product-container li,
#menu-menu-top li,
.header_menu_ul li{
    float: left;
    padding: 0px 20px;
}
.menu-menu-product-container ul.menu>li.menu-item-has-children> a >span:after,
.nav-primary ul.menu-primary>li.menu-item-has-children> a >span:after{
    display: table;
    content: '\f107';
    font-family: fontAwesome;
    margin-left: 7px;
    float: right;
}


.menu-menu-product-container ul li a,
#menu-menu-top li a,
.header_menu_ul li a{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.menu-menu-product-container li a:hover,.menu-menu-product-container li.current-menu-item a,
#menu-menu-top li a:hover,#menu-menu-top li.current-menu-item a,
.header_menu_ul li a:hover, .header_menu_ul li a.active, .header_menu_ul li a.current{
    text-shadow: 2px 2px 4px #1b1b1e;
    color: #ffe400;
    position: relative;
}

#menu-menu-top li > a:hover:after,#menu-menu-top li.current-menu-item > a:after,
.header_menu_ul li a:hover:after, .header_menu_ul li a.active:after, .header_menu_ul li a.current:after{
    content: '';   
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px; 
    background-color: #ffe400;
}


#menu-menu-top ul li.current-menu-item > a:after,
#menu-menu-top li ul a:hover:after,#menu-menu-top li.current-menu-item ul a:after{
    display: none;
}


.menu-menu-product-container li a .fa,
#menu-menu-top li a .fa,
.header_menu_ul li a .fa{
    font-size: 25px;
}
.home_owl_carousel_item{
    width: 100%;
    height: 590px;
}
@media (max-width: 460px){
	.home_owl_carousel_item{
		height: 230px;
		background-size: 210% !important;
	}
}
@media (min-width: 1920px){
    .home_owl_carousel_item{
        background-size: 100% !important;
    }
}
.owl-theme .owl-nav.disabled + .owl-dots{
    z-index: 999;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
}
.carousel_title{
    font-weight: bold;
    font-size: 47px;
    color: #ffd447;
    text-transform: uppercase;
    margin-top: 135px;
}
.carousel_title span{
    color: #ffffff;
}
.carousel_description{
    color: #ffffff;
    margin-top: 15px;
}
.carousel_viewmore{
    width: 151px;
    height: 42px;
    line-height: 42px;
    border-bottom: solid 3px #f8b332;
    border-radius: 5px;
    background: #fed343;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
}
.block_title{
    margin: 20px 0px;
    font-weight: bold;
    font-size: 25px;
    color: #e32309;
    padding: 0px 39px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.block_title:after{
    display: none;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 14px;
    height: 14px;
    background: #345d83;
}
.block_title:before{
    display: none;
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 14px;
    height: 14px;
    background: #345d83;
}
.info_timeline_title span{
    font-size: 80px;
    color: #345d83;
    font-weight: bold;
    line-height: 80px;
    margin-right: 10px;
}
.info_timeline_title p{
    font-size: 32px;
    color: #345d83;
    font-weight: bold;
}
.view_more_timeline{
    height: 32px;
    line-height: 32px;
    background: #345d83;
    padding: 0px 35px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
}
.view_more_timeline:hover{
    color: #f8b332;
}
.block_intro{
    background: #f8f8f8;
    padding-bottom: 40px;
}
.chart_title{
    font-weight: bold;
    text-transform: uppercase;
}
.chart_description{
    margin-bottom: 15px;
}
.chart_number{
    text-align: left;
}
.chart_number ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.chart_number ul li{
    display: inline-block;
    padding-left: 50px;
    margin-right: 15px;
}
.chart_number ul li span{
    color: #345d83;
    font-size: 26px;
    font-weight: bold;
}
.manufacture{
    background: url('../images/manufacture.png') center left no-repeat;
}
.engineer{
    background: url('../images/engineer.png') center left no-repeat;
}
.customer{
    background: url('../images/customer.png') center left no-repeat;
}
.block_project .block_title{
    color: #fed343;
}
.block_project .block_title:after, .block_project .block_title:before{
    background: #fed343;
}
.block_project{
    /*background: url('../images/project_background.jpg') no-repeat 50% 0;*/
    position: relative;
    padding-bottom: 70px;
}
.block_project:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,10,30,0.8);
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.block_description{
    color: #fff;
    position: relative;
}
.project_item{
    background: #f0f0f0;
    border-bottom: solid 4px #c0c0c0;
    transition: linear .3s;
}
.project_item:hover {
    border-bottom: solid 4px #345d83;
}
.inner{
    position: relative;
}
.project_slide{
    margin-top: 30px;
}
.project_info{
    padding: 15px;
}

.project_title .woocommerce-loop-product__title,
.project_title a{
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    margin-top: 0px;
}
.project_description{
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}
.project_viewmore{
    color: #fff;
    background: #c0c0c0;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    transition: linear .3s;
}
.project_viewmore:hover{
    background: #345d83;
    color: #fff;
}
.project_image{
    width: 100%;
    height: 212px;
    overflow: hidden;
    /*background: #fff;*/
}
.project_image img{
    transition: linear .3s;
    margin: auto;
}
.project_item:hover .project_image img{
    transform: scale(1.2, 1.2);
}
.project_item:hover .project_viewmore{
    background: #345d83;
    color: #fff;
}
.product_image{
    overflow: hidden;
}
.product_image img{
    transition: linear .3s;
}
.product_title a{
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-transform: uppercase;
    transition: linear .3s;
}
.product_title a:hover{
    color: #345d83;
}
.product_description{
    margin-bottom: 10px;
}
.product_viewmore{
    font-size: 15px;
    color: #cacaca;
    text-transform: uppercase;
    transition: linear .3s;
}
.product_item{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product_item:hover .product_title a{
    color: #345d83;
}
.product_item:hover .product_image img{
    transform: scale(1.2, 1.2);
}
.product_viewmore:hover, .product_item:hover .product_viewmore{
    font-weight: bold;
    color: #f8b332;
}
.block_news{
    position: relative;
    padding: 40px 0 70px 0;
}
.block_news:before{
    content: "";
    background: rgba(245, 245, 245, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.news_tab{
    border-bottom: solid 1px #345d83;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 767px){
	.news_tab{
		margin-bottom: 0px;
	} 
}
.news_tab_ul, .news_tab_ul_page{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.news_tab_ul li, .news_tab_ul_page li{
    display: inline-block;
    margin: 0px 15px -5px 15px;
    border-bottom: solid 8px transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    height: 50px;
    line-height: 25px;
    transition: ease-in-out .3s;
    font-weight: bold;
}
.news_tab_ul_page li a{
	color: #333;
}
.news_tab_ul li:hover, .news_tab_ul li.active, .news_tab_ul_page li.active{
    border-bottom: solid 8px #345d83;
    color: #345d83;
}
.hot_news_title a{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.hot_news_title a:hover{
    color: #345d83;
}
.hot_news_readmore{
    color: #939393;
    border-radius: 5px;
    border: solid 1px #939393;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}
.hot_news_readmore:hover, .hot_news_readmore.active{
    background: #345d83;
    border: solid 1px #345d83;
    color: #ffffff;
}
.hot_news_image{
    overflow: hidden;
}
.hot_news_image img{
    transition: linear .3s;
}
.hot_news_image img:hover{
    transform: scale(1.2, 1.2);
}
.news_title a{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}
.news_title a:hover{
    color: #345d83;
}
.list_news_box{
    margin-bottom: 35px;
}
@media (max-width: 767px){
	.list_news_box{
		margin-bottom: 5px;
	}
	.news_box_content .project_slide{
		    margin-top: 19px;
	}
}
.contact_title{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.contact_name{
    font-size: 17px;
    color: #345d83;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact_info{
    margin-bottom: 40px;
}
.contact_info ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact_info ul li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 7px;
}
.block_partner{
    background: #f8f9f9;
    padding: 20px 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.partner_slide_item{
  /*  float: left;
    margin-right: 15px;*/
    padding: 0 5px;
}
.footer_main{
    background: url('images/footer_bg.png');
    min-height: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_description{
    color: #ffffff;
    margin-top: 20px;
    text-align: justify;
}
.footer_social{
    margin-top: 20px;
}
.footer_social_ul{
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.footer-widgets .widget .footer_social_ul li{
    padding-left: 0px;
}


.footer_social_ul li{
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.footer-widgets .widget .widget-title,
.footer_box_title{
    font-family: UTMAvo;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-widgets .widget .widget-title:before,
.footer_box_title:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: #ffffff;
}
.footer_box_content{
    color: #fff;
}
.footer_box_content ul li a{
    color: #fff;
}
.footer-widgets .widget ul,
.footer_box_ul{
    list-style: none;
    padding: 0px;
}
.footer_box_ul ul{
    list-style: none;
}
.footer-widgets .widget ul li,
.footer_box_ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer-widgets .widget ul li a,
.footer_box_ul li a{
    color: #fff;
}

.footer-widgets .widget ul li:before,
.footer_box_ul li:before{
    position: absolute;
    top: 7px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    content: '';
}

.footer-widgets .widget:first-child ul li:before{
    display: none;
}


.btn_send_email{
    background: #ffd447;
    color: #fff;
}
.no-border{
    border: none;
}
.bg-dark{
    background: #333 !important;
}
.footer_copyright{
    color: #ede8e8 !important;
    height: 50px;
    line-height: 50px;
    background: #03193e;
}
.page_title{
    position: relative;
}
.page_title:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.page_title .block_title{
    color: #fed343;
}
.page_title .block_title:before, .page_title .block_title:after{
    background: #fed343;
}



.breadcrumb,
.page_breadcrum{ 
    border-bottom: solid 1px #ddd;
    box-shadow: 0px 0px 5px 0px #ddd;
    margin-bottom: 30px;
    background: #fff;
    padding: 10px 0px;
    line-height: 30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}
.breadcrumb ul,
.page_breadcrum ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ul li,.breadcrumb .seperator,
.page_breadcrum ul li{
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb a,
.page_breadcrum ul li a, .page_breadcrum a{
    color: #000;
}

.breadcrumb a{
    font-weight: normal;
    margin-right: 10px;
}

.breadcrumb{
    font-weight: bold;
    background-color: #fff; 
}

.btn_send_contact{
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}
.contact_form{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f2f2f2;
}
.page_content .project_item{
    margin-bottom: 30px;
}
.product_relate_box{
    margin-bottom: 30px;
}
.project_list{
    margin-bottom: 50px;
}
.product_relate_title{
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #345d83;
    background: #eaeef2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.relate_product_item{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.relate_product{
    border: solid 1px #ddd;
    margin-bottom: 30px;
}
.relate_product_info{
    padding: 15px;
}
.relate_product_image{
    overflow: hidden;
    max-height: 187px;
}
.relate_product_image img{
    transition: linear .3s;
}
.relate_product_image:hover img{
    transform: scale(1.2, 1.2);
}
.relate_product_title{
    font-size: 18px;
    color: #345d83;
    margin-bottom: 10px;
    font-weight: bold;;
}

.project_description .price,
.relate_product_price{
    font-weight: bold;
    color: #ff0000;
    font-size: 25px;
}
.single_product_price, .relate_product_price{
	font-size: 15px;
	text-transform: uppercase; 
	padding-top: 15px; 
	font-weight: bold;
    color: #ff0000;
	padding-bottom: 15px;
}
.single_product_price span{
	font-size: 17px;
}
/*.project_description:before{
    display: table;
    content: 'GiÃ¡ bÃ¡n: ';
    float: left;
    height: 42px;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 42px;
    margin-right: 5px;
}*/

.relate_product_add{
    height: 35px;
    line-height: 35px;
    width: 100%;
    color: #ffffff;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background: #bfbfbf;
}
.relate_product_add:hover{
    color: #fff;
    background: #345d83;
}
.page_news_list{
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #ddd;
}
.main_product_image{
    position: relative;
    overflow: hidden;
}
.main_product_image img{
    transition: linear .3s
}
.main_product_image img:hover{
    transform: scale(1.2, 1.2);
}
.main_product_box{
    margin-bottom: 60px;
}
.main_product_title{
    position: absolute;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: rgba(232, 193, 62, .8);
    font-size: 25px;
    font-weight: bold;
    color: #355c85;
    padding-left: 20px;
    left: 0px;
    bottom: 0px;
    text-transform: uppercase;
}
.main_product_list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.main_product_list ul li{
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #ddd;
    padding-left: 20px;
    position: relative;
}
.main_product_list ul li:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    width: 8px;
    height: 8px;
    background: #325d80;
}
.main_product_list ul li a{
    font-size: 16px;
    color: #888;
    transition: linear .3s;
}
.main_product_list ul li a:hover{
    color: #325d80;
    font-weight: bold;
    padding-left: 20px;
}
.sidebar_box{
    margin-bottom: 15px;
}
.sidebar_box_title{
    border-radius: 5px 5px 0px 0px;
    background: #ffcc20;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.sidebar_box_content{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    background: #dddddd;
}
.sidebar_box_content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter_cate{
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #bbb;
}
.filter_cate:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #325d80;
    position: absolute;
    top: 6px;
    left: 0;
}
.filter_cate a{
    text-transform: uppercase;
    font-weight: bold;
    color: #325d80;
}
.filter_child a{
    text-transform: none;
    font-weight: normal;
    color: #696969;
    margin-bottom: 5px;
    display: inline-block;
}
.filter_child a:hover{
    color: #325d80;
}
.filter_child{
    position: relative;
}
.filter_child:before{
    position: absolute;
    content: '';
}
.product_action a{
    color: #888;
}
.product_action{
    height: 32px;
    width: 50%;
    line-height: 32px;
}
.category_view{
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    margin-bottom: 30px;
}
.category_viewer{
    margin: 0;
    padding: 0;
}
.category_viewer li{
    margin-right: 10px;
    color: #bbb;
    display: inline-block;
    font-size: 18px;
}
.pagination_ul, ul.page-numbers{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination_ul li, ul.page-numbers li{
    display: inline-block;
    margin-right: 7px;
}
.pagination_ul li a, ul.page-numbers li a, ul.page-numbers li span {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid 1px #bbb;
    color: #bbbbbb;
    line-height: 24px;
    text-align: center;
}
.pagination_ul li a.active, ul.page-numbers li a.active, .pagination_ul li a:hover, ul.page-numbers li a:hover, ul.page-numbers li span.current{
    color: #ffffff;
    background: #325d80;
    border: solid 1px #325d80;
}
.category_info_box_title{
    padding-left: 25px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
}
.category_info_box_title:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000000;
    top: 7px;
    left: 0;
}
.category_info_box_content h1, .category_info_box_content h2, .category_info_box_content h3{
    font-size: 14px;
}
.product_info{
    margin-bottom: 30px;
}
.img_large{
    border: solid 1px #bbb;
    margin-bottom: 15px;
}
.img_large img{
    width: 100%;;
}
.img_thumb{
    margin-bottom: 15px;
}
.img_thumb_item{
    border: solid 1px #bbb;
    max-width: 100px
}
.detail_product_name{
    text-transform: uppercase;
    color: #345d83;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}
.product_status{
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
    color: #ff0103;
    font-weight: bold;
}
.btn_buy{
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #345d83;
    font-size: 20px;
    text-align: center;
    background: #fed343;
}
.select_quantity{
    background: #345d83;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.input_select_quantity{
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}
.product_detail_box{
    margin-bottom: 20px;
}

.woocommerce-tabs .description_tab,
.product_detail_box_title{
    height: 30px;
    line-height: 30px;
    border-bottom: solid 2px #345d83;
}
.product_detail_box_title span{
    background: #345d83;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
}
.product_detail_box_content{
    background: #f2f2f2;
    padding: 15px;
}
.product_header_top{
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
}
.product_header_top_name{
    font-family: UTMAvo;
    font-weight: bold;
    color: #fed343;
    text-transform: uppercase;
}
.product_header_top_welcom{
    font-family: UTMAvo;
    font-weight: bold;
    background: #fed343;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
.product_top_ul{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.product_top_ul li{
    display: inline-block;
    margin-left: 15px;
}
.product_top_ul li a{
    color: #ffffff;
}
.product_top_ul li a:hover{
    color: #fed343;
}
.btn_top_login a{
    display: block;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
    background: #fed343;
    color: #000000 !important;
    border-radius: 3px;
}


.btn_download_catalogue{
    background: #fed444;
    text-align: center;
    text-transform: uppercase;
    color: #335f84;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 5px;
}
.buy_box{
    margin-bottom: 12px;
}
.product_page .table-bordered{
    border: none;
}
.product_page .table-bordered>tbody>tr>td,
.product_page .table-bordered>tbody>tr>th,
.product_page .table-bordered>tfoot>tr>td,
.product_page .table-bordered>tfoot>tr>th,
.product_page .table-bordered>thead>tr>td,
.product_page .table-bordered>thead>tr>th{
    border: none;
    border-bottom: solid 1px #ddd;
}
.login_container{
    padding: 30px 0;
    padding-bottom: 70px;
}
.not_user_title{
    color: #315e88;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: bold;
}
.not_user_box{
    height: 42px;
    line-height: 42px;
    color: #333333;
    background: #f7f7f7;
}
.not_user_box span{
    padding-left: 20px;
    float: left;
}
.btn_login{
    height: 48px;
    line-height: 48px;
    background: #fed444;
    color: #315388;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 3px #e7c041;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.not_user_box .btn_login{
    margin-top: -7px;
}
.have_account_title{
    border-radius: 10px;
    background: #335d83;
    color: #ffffff;
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: UTMAvo;
    text-align: center;
    font-size: 25px;
    margin-top: 75px;
    margin-bottom: 25px;
}
.reget_password{
    height: 48px;
    line-height: 48px;
    text-decoration: underline;
}
.page_login_form .btn_login{
    padding: 0 50px;
}
.notify_cart{
    margin: 30px 0;
    color: #db0000;
}
.table_cart{
    background: #f2f2f2;
    font-size: 16px;
}
.table_cart>tbody>tr>th{
    background: #335d83;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.red{
    color: #db0000;
}
.bold{
    font-weight: bold;
}
.td_product_name{
    font-weight: bold;
    font-size: 25px;
    color: #335d83;
}
.update_cart_box{
    background: #dddddd;
    padding: 5px;
}
.sidebar_user_box{
    margin-bottom: 30px;
}
.sidebar_user_box_title{
    height: 40px;
    line-height: 40px;
    background: #335d83;
    color: #ffffff;
    padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
}
.sidebar_user_box_content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar_user_box_content ul li{
    margin-bottom: 15px;
}
.sidebar_user_box_content ul li a{
    color: #959593;
    transition: linear .3s
}
.sidebar_user_box_content ul li a:hover{
    color: #335f86;
    padding-left: 20px;
    position: relative;
}
.sidebar_user_box_content ul li a:before{
    transition: linear .3s;
}
.sidebar_user_box_content ul li a:hover:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #335f86;
    top: 5px;
    left: 0;
}
.sidebar_user_box_content{
    padding: 15px;
    background: #f6f6f6;
    border-radius: 0px 0px 5px 5px;
}
.checkout_input{
    border-radius:0px;
    background: #f6f6f6;
}
.sidebar_cart_content{
    color: #818181;
}
.sidebar_cart_content_nubmer label{
    color: #345b82;
}
.sidebar_cart_content_subtotal{
    width: 100%; height: 38px; line-height: 38px; text-align: center;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.sidebar_cart_content img{
    max-width: 80px;
}
.sidebar_cart_content table a{
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.sidebar_cart_content_icon{
    color: #335d83;
    cursor: pointer;
}
.sidebar_cart_content_icon i{
    margin-left: 5px;
}
.sp_checkout_title{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bg_none{
    background:none;
}
.checkout_step_title{
    height: 45px;
    line-height: 45px;
    background: #eaedf2;
    cursor: pointer;
}
.checkout_step_number{
    width: 60px;
    float: left;
    color: #ffffff;
    text-align: center;
    background: #9d9d9d;
    margin-right: 15px;
}
.active .checkout_step_number{
    background: #335d83;
}
.checkout_step_content{
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f6f6f6;
    display: none;
}
.checkout_step{
    margin-bottom: 5px;
}
.active .checkout_step_content{
    display: block;
}
.userinfo_top{
    border-bottom: 1px solid #355c83;
}
.userinfo_box_title{
    background: #ffcc20;
    text-transform: uppercase;
    padding-left: 15px;
    color: #345f82;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.userinfo_page_title{
    text-transform: uppercase;
    color: #345f82;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
}
.userinfo_box_title span{
    float: left;
}
.userinfo_box_title a{
    float: right;
    display: inline-block;
    color: #ffcc20;
    background: #345f82;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
}
.userinfo_box{
    margin-bottom: 20px;
}

/************** MOBILE *******************/
.header_mobile{
    height: 50px;
    background: #f2f2f2;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #ffcc20;
}
.header_mobile_logo{
    text-align: center;
}
.header_mobile_logo img{
    height: 45px;
    margin-top: 3px;
}
.btn_show_menu{
    font-size: 30px;
    color: #ffcc20;
}
.header_mobile_menu{
    height: 50px;
    position: relative;
}
.mobile_menu_container{
    width: 320px;
    background: #f2f2f2;
    padding: 15px;
    position: absolute;
    top: 50px;
    right: 0;
}
.mobile_menu_ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 15px;
    padding-top: 15px;
    /*border-top: solid 1px orange;*/
}
.mobile_menu_ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mobile_menu_ul li a{
    color: #fff;
}


/*menu css*/
.clearfix:after{
    display: table;
    content: '';
    clear: both;
}

.menu .sub-menu,
#menu-menu-top .sub-menu,
.header_menu_ul .sub-menu{
    position: absolute;
    z-index: 10;
    display: none;
    background: #335d83;    
    padding-left: 0px;
    margin:auto;
    padding-bottom: 20px;
    transition: .5s linear;
    padding-top: 20px;
    border-bottom:  1px solid #fcc71f;
    padding: 0 15px;
	padding-bottom: 15px;
}


.has-menu-megas .sub-menu{
    width: 1170px;
    left: 0px;
    right: 0px;

}


.menu .sub-menu li.mega-menu,
#menu-menu-top .sub-menu li.mega-menu{
    width: 22%;
    float: left;
    
}

.nav-primary .menu .has-menu-megas .sub-menu li {
    padding-left: 0px;
    width: 22%;
    float: left;
}



#menu-menu-top .sub-menu li.mega-menu .sub-menu{
    padding: 0px; 
    border: none;
}

.menu .sub-menu li.mega-menu > a,
#menu-menu-top .sub-menu li.mega-menu > a{
    color: #ffce21;
    font-weight: 700;
    font-size: 16px;
    text-indent: 16px;
    line-height: 46px;
}

#menu-menu-top .sub-menu li.mega-menu .sub-menu:after{
    display: none;
}

#menu-menu-top .sub-menu li.mega-menu:hover li
{
    /*padding-left: 0px;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu-menu-product-container .menu .sub-menu li.mega-menu li > a:before,
#menu-menu-top .sub-menu li.mega-menu li > a:before{
        display: table;
    content: "\f105";
    float: left;
    font-family: FontAwesome;
}

#menu-menu-top .sub-menu li.mega-menu:nth-child(4){
    width: 34%;
    padding: 0 15px;
    padding-bottom: 20px;
}
#menu-menu-top .sub-menu li.mega-menu:nth-child(4) a:before{
    display: none;
}

#menu-menu-top .sub-menu li.mega-menu a:before{
    display: none;
}

#menu-menu-top .sub-menu li.mega-menu .sub-menu{
    width: 100%;
    position: relative;
}

#menu-menu-top .sub-menu li.mega-menu .sub-menu:after{
    display: table;
    content: '';
    clear: both;
}

.btn-info{
    font-family: fontAwesome;
}

.menu li:hover .sub-menu,
#menu-menu-top li:hover .sub-menu,
.header_menu_ul li:hover .sub-menu{
    display: block;
}

.menu li .sub-menu{
    margin: auto;
}

.sub-menu li,
.header_menu_ul .sub-menu li{
    float: left;
    /*width: 25%;*/
    list-style: none;
    padding:0px;
}

.sub-menu-li ul{
    padding-left: 0px;
}

.nav-primary .has-menu-megas .sub-menu {
    padding: 0 15px;
}

.menu .sub-menu li,
#menu-menu-top .sub-menu li,
.header_menu_ul .sub-menu li.child-li{
    width: 100%;
    padding: 0px;
    line-height: 33px;
    transition-duration: .2s;
    text-indent: 15px;
}
#menu-menu-top .sub-menu li:nth-child(4n+1){
	clear: left;
}

#menu-menu-top .sub-menu li a:before,
.header_menu_ul .sub-menu li.child-li a:before{
    display: table;
    content: "\f105";
    float: left;
    font-family: FontAwesome;
    margin-right: 10px;
}

.sub-menu li a:hover:after,
.header_menu_ul .sub-menu li.child-li a:hover:after{
    display: none;
}


.header_menu_ul .sub-menu li.child-li.title{
    color: #ffce21;
    font-weight: 700;
    font-size: 16px;
    text-indent: 16px;
    line-height: 46px;
}

.nav-primary .has-menu-megas .sub-menu li.mega-menu > a:before,
#menu-menu-top .sub-menu li.mega-menu > a:before,
.header_menu_ul .sub-menu li.child-li.title a:before{
    display: table;
    content: '';
    background: url(images/li_title.png) no-repeat;
    width: 8px;
    height: 8px;
    float: left;
    margin-top: 18px;
    z-index: 12;
}

.header_menu_ul .sub-menu li{
    color: #fff;
    text-transform: uppercase;
}

#menu-menu-top .sub-menu li{
    padding: 0px;
}

.nav-primary .menu .has-menu-megas .sub-menu li:hover,
#menu-menu-top .sub-menu li:hover,
.header_menu_ul .sub-menu li.child-li:hover{
    padding-left: 15px;
    color: #fecf21;
}

.sub-menu li:hover  >a,
.header_menu_ul .sub-menu li.child-li:hover > a{
    text-decoration: none;
}

.sub-menu li a,
.header_menu_ul li li a{
    color: inherit;
}
.sub-menu .img-menu{
    display: block;
    margin:auto;
    width: 80%;
}
.img-block{
    padding-top: 60px;
}
.img-block a:hover:after{
    display: none;
}

.menu-image-title-below .menu-image-title,
.img-text{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fed641;
    border-top: 1px solid #5c7d9c;
    border-bottom:  1px solid #5c7d9c;
    text-shadow: 2px 2px #000;
}

.menu-image-title-below .menu-image-title{
        width: 100%;
    display: block;
}

.menu-image-title-below img{
    padding-top: 60px;
}

.menu-image-not-hovered .menu-image-title {
    width: 100%;
    display: block;
}
.menu-image-not-hovered .menu-image-title, .img-text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fed641;
    border-top: 1px solid #5c7d9c;
    border-bottom: 1px solid #5c7d9c;
    text-shadow: 2px 2px #000;
}

.mega-menu a{
    width: 100%;
}

.sub-menu-wrap .sub-menu-li{
    width: 33.3%;
    float: left;
}
.sub-menu-wrap .sub-menu-li:nth-child(3n+1){
    clear: left;
}
.img-content{
    padding-top: 60px;
}

.menu-menu-product-container .sub-menu li a,
#menu-menu-top .sub-menu li a{
    font-size: 14px;
}

#menu-menu-top li.current-menu-item .sub-menu li a{
    color: #fff;
    font-weight: normal;
}

#menu-menu-top li.current-menu-item .sub-menu li:hover a{
    color: #fecf21;
    font-weight: bold;
}

.pos_relative{
    position: relative;
}
.pos_absolute{
    position: absolute;
}

.sub-menu,
.width_300{

    width: 300px;
}

.sub-menu{
    position: absolute;
    z-index: 1;
    margin-top: -3px;
}


.mm-title{
    text-indent: -99999px;
    background: #fff url(../images/logo.png) center center no-repeat;
    background-size: 66% 100%
}

.mm-navbar{
    background: #fff;
}


#toggle-top{
    margin:auto;
    display: block;
    text-align: center;
}


/*wp css*/
.title-area{
    display: none;
}

.nav-primary .wrap,
.site-header .wrap{
    width: 1170px;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}


.site-header:after{
    display: table;
    content: '';
    clear: both;
}

.site-header{
    background: #fafafa;
    padding: 36px 0;
}

.nav-primary,.menu,
#menu-menu-top{
    margin: 0px;
    padding: 0 15px;
}

.nav-primary ul li{
    list-style: none;
}

.wpcf7-form-control-wrap{
    width: 89%;
    float: left;
}
.input-group input[type="submit"].btn_send_email{
    font-family: fontAwesome;
    width: 11%;
}

.input-group input[type="email"]{
        border-radius: 4px 0 0 4px!important;

}

.input-group input[type="submit"]{
    border-radius: 0 4px 4px 0!important;
}


.col-sm-4:nth-child(3n+1){
    clear: left;
}

.nav-primary ul.sub-menu > li > .sub-menu{
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.nav-primary ul.sub-menu>li>.sub-menu>li {
    width: 25%;
    float: left;
}



.relate_product_title .woocommerce-loop-product__title{
    font-size: 18px;
}

.woocomerce-form.woocommerce-form-login.login{
    border: none;
}


#menu-menu-top li a:hover span{
    color: #ffe400;
    text-shadow: 2px 2px 4px #1b1b1e;
}



/*yith compare  css*/

.woocommerce.product.compare-button{
    float: right;
    padding-left: 5px;
    width: 50%;
}

.woocommerce.product.compare-button a{
        padding: 5px;
    line-height: 20px;
    font-weight: normal;
    background-color: inherit;
    color: #888;
}

.yith-wcwl-add-to-wishlist{
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 0px;
}

.product_action .clear{
    clear: none;
}

.pull-right a.remove{
    color: red;
    font-weight: bold;
}
.info_image_show{
    background: #fff;
}
.info_image_show img{
    margin: auto;
}
.technical_data h1, .technical_data h2, .technical_data h3{
    font-size: 14px;
}
.relate_product_title a{
    height: 48px;
    display: block;
    overflow: hidden;
}
.relate_product_price{
    height: 35px;
}
/*
.menu-image{
    display: table !important;
    margin: 0px auto;
    margin-bottom: 15px;
}*/
.wp-post-image{
	max-width: 100%;
}
.content-sidebar-wrap{
	overflow: hidden;
}
@media(max-width: 768px){
	.mega-menu{
		width: 100%;
	}
	.menu-image-title-below{
		display: none !important;
	}
	.sub-menu  li{
		width: 100%;
	}
} 
.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 0px 5px 0px 0px !important; padding: 0px !important;
	width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    display: inline-block; 
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	color: #ffffff;
    background: #325d80;
    border: solid 1px #325d80; 
}
@media (max-width: 460px){
	.news_title{
		margin-top: 15px;
	}	
} 
.page_news_title{
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
} 
.metaslider{
	margin: 20px auto;
}
#menu-menu-top li{
	padding: 0px 15px;
} 
.sidebar_box_content td a{
	font-size: 13px;
}

