@import url('fonts.css');
body{
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    background: #ffffff;
}
a:hover, a:focus{
    color: #428bca;
    text-decoration:none
}
.ui-widget-content {
   background: transparent;
   border: 0px;
}
.ui-widget-header {
   background: transparent;
   border: 0px;
   border-bottom: 1px solid #444;
   border-radius: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
   border-bottom: 0;
}
.ui-tabs .ui-tabs-nav li:focus,.ui-tabs .ui-tabs-nav li a:focus {
   outline: none;
}
.ui-tabs-panel  {
   border: 1px solid #444 !important;
   border-top: 0px !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
   color: #767676;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
   border: 1px solid #444;
   color: #444;
   }.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
       color: #444;
   }
   .scrollTo-top {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 20px;
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
    z-index: 500;
}
.scrollTo-top:hover{
    background-color: rgba(0, 0, 0, 0.6);
}
.scrollTo-top i {
    padding: 3px 10px;color:#fff
}
.gmap iframe{
    max-width:100%
}
.container{
    width: 970px;
}
.divider-custom{
    border-color:#989898
}
div.article{
    padding-bottom: 20px;
    margin-bottom:20px;
}
.logo-and-some-content{
    padding-bottom:20px
}
.comp-name{
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 43px;
    margin-right: -11%;
    margin-left: 3%;
    width: 41%;
    color: #373482;
}
.ind-project a{
    color:#2b2b2b;
    display:block;
    padding:10px;
    background:#ececec
}
.ind-project a:hover{
    background:#994f00;
    color:#fff
}
.ind-project a:hover h2{
    color:#fff
}
.ind-project a h2{
    font-size:16px;
    margin:5px 0px;
    color:#994f00
}
.tt_slick .slick-prev, .tt_slick .slick-next{
    height: 45px;
    top: 43%;
}
#index{
    margin-bottom: 20px;
}
.tt_slick .slick-prev{
    left: -17px;
}
.tt_slick .slick-next{
    right: -17px;
}
.tt_slick .slick-prev:before{
    position: absolute;
    content:'';
    background: url(/file/self/left_button.png) no-repeat center;
    left: 0;
    top:  0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 40px;
}
.tt_slick .slick-next:before{
    position: absolute;
    content:'';
    background: url(/file/self/right_button.png) no-repeat center;
    left: 0;
    top:  0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 40px;
}

#ind-product .container{
    position: relative;
}
.your-class{
    position: relative;
    padding:20px 10px;
    background:url(/file/self/ind_product_background.jpg) no-repeat bottom center;
    z-index: 2;
}
#ind-product .container:after{
   position: absolute;
   content: '';
   background: url(/file/self/shadow.png) no-repeat center;
   width: 100%;
   max-width: 963px;
   height: 68px;
   bottom: 8px;
   left: 0;
   right: 0;
   margin: auto;
}
.your-class h2{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}
.your-class .slick-next,.your-class .slick-prev{
    background:#005aab;
    width:20px;height:40px;
}
.your-class .slick-next{
    border-radius:0px 30px 30px 0px;
    right:-20px
}
.your-class .slick-prev{
    border-radius:30px 0px 0px 30px;
    left:-20px
}
.your-class div{
    margin: 0px 10px;
}
.your-class div a h2{
    margin:10px auto;
    font-size:15px;
    color:#fff
}



.product-item{
    margin-bottom:20px
}
.product-item:hover a h3{
    color:#d96767
}
.product-item:hover a img{
    opacity:0.7
}
.product-item a h3{
    color:#282828;
    font-size:16px;
    margin:5px 0px;
}
.product-one h1{
    margin:0px;
    margin-bottom:20px;
    font-size:20px;
    color:#ed1b24;
    text-transform: uppercase;
}
.product-detail .product-one img{
    max-width: 390px !important;
    height: auto !important;
}
.flexslider{
    margin:0px 0px 10px 0px !important;
}
#image-slider{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;border:1px solid #ba89b6}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
/*=================== Start tabs ui ===============*/
#tabs{
    margin-bottom:20px
}
.tabs{
    background:#fff;
    border-radius:0px
}
.tabs>ul{
    background:#7FD900;
    border-color:#7FD900;
    border-radius:0px
}
.tabs>ul>li{
    color:#ba89b6;
    border-radius:0px
}
.tabs>div{
}
/*=================== End tabs ui ===============*/
.project-item{
    margin-bottom:20px
}
.project-item a h2 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #005aab;
}
.project-item:hover a h2{
    color:#e21e2a
}
.facility-item{
    margin-bottom:20px
}
.facility-item a h2{
    color:#282828;
    font-size:16px;
    margin:5px 0px;
    height: 30px;
}
.facility-item:hover a h2{
    color:#d96767
}

.search-content{
    width:100%;margin:20px auto;overflow:hidden
}
.search-content h1{
    font-size:16px;margin-bottom:10px
}
.search-content h2::before{

}
.search-content h2{
    font-weight:bold;font-size:14px;text-transform: uppercase;
}
.search-content ul li{
    margin-bottom:20px
}
.search-content ul li em{
    display:block;color:#006621
}
.search-content ul li span{
    color:#666
}
.ind-facility-list .row:not(:first-child) {
    margin-top: 10px;
}
.ind-facility-list .row:not(:first-child) .ind-facility a{
    min-height: 227px;
}
@media(max-width:767px){

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

@media(min-width:1200px){

}

.tabs{
    background: transparent;
}

.tabs>ul{
    background: transparent;
    border-color: transparent;
    border-bottom:  1px solid #444;

}







header .topbar{
    padding-top: 7px;
    padding-bottom: 7px;
}
header .topbar ul {
	margin: 0;
	padding-left: 0;
}
header .topbar ul li {
	list-style: none;
	float: left;
	margin-right: 13px;
    font-size: 16px;
	line-height: 30px;
	color: #8d99a9;
}
header .topbar ul li a {
	color: #8d99a9;
}
header .topbar ul li a:hover {
	color: #005aab;
}
.frm_sdt,.hotline-and-search .text-right{
    padding-right:0;
}
.hotline-and-search > div:first-child span{
    color:#ff0000!important;
}
.hotline-and-search > div:nth-child(1){
    color:#ff0000;
    line-height:30px;
    font-size:13px;
}
.hotline-and-search div:nth-child(2) input[type="text"]{
    border-radius:20px 0px 0px 20px;
    border-right:none;
	height: 30px;
    font-size: 11px;
    padding-top: 9px;
}
.hotline-and-search div:nth-child(2) span{
    border-radius:0px 20px 20px 0px;
    background:#fff;
    border-left:none;
	color: #d5d4d9;
}
::-webkit-input-placeholder {
	color: #878787;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #878787;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #878787;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #878787;
	text-transform: uppercase;
}
header .logo-and-menu {
	background-color: #005aab;
	line-height: 80px;
}
header .logo-and-menu a {
	display: block;
}
header .logo-and-menu .menu {
	margin: 0;
	padding-left: 0;
	text-align: right;
	width: 100%;
}
header .logo-and-menu .menu:after {
	content: '';
	display: table;
	clear: both;
}
header .logo-and-menu .menu li {
	list-style: none;
	font-size: 14px;	
	text-transform: uppercase;
	padding-left: 1.8%;
	padding-right: 1.8%;
	position: relative;
	display: inline-block;
}
header .logo-and-menu .menu li:hover:after,
header .logo-and-menu .menu li.active:after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #ed1b24;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
header .logo-and-menu .menu li a {
	color: #fff;
	font-size: 12px;
}
#ind-slider .welcome{
	font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background-color: #353535;
}
#about-and-featured-product {
	margin-top: 69px;
}
#about-and-featured-product .about h3.title {
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0;
    margin-bottom: 36px;
    padding-bottom: 13px;
}
#about-and-featured-product .about > p {
}
#about-and-featured-product .about > p.sum {
	font-size: 14px;
	font-weight: bold;
}
#about-and-featured-product .about > p.excerpt {
	font-size: 12px;
}
#about-and-featured-product .about > .list_li {
	margin-top: 50px;
}
#about-and-featured-product .about > .list_li ul li{
	color: #005aab;
	margin-bottom: 12px;
	font-size: 14px;
}
#about-and-featured-product .about > .list_li ul {
	margin: 0;
}
#about-and-featured-product .about > .list_li ul li:last-child{
	margin-bottom: 0;
}
#about-and-featured-product .about > a.more {
	color: #fff;
	background-color: #005aab;
	margin-top: 63px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 234px;
	line-height: 43px;
}
#about-and-featured-product .about > a.more:hover {
	background-color: #e01e2b;
}
#about-and-featured-product .about h3.title a {
	color: #4e4e4e;
}	
#about-and-featured-product .about h3.title span {
	font-weight: bold;
	color: #ed1b24;
}
#about-and-featured-product .featured-product {
	padding-left: 30px;
}
#about-and-featured-product .featured-product h3.title {
    color: #005aab;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0;
    margin-bottom: 36px;
    padding-bottom: 13px;
}
#about-and-featured-product .featured-product .item {
	height: 260px;
}
#about-and-featured-product .featured-product .item .img {
	display: block;
}
#about-and-featured-product .featured-product .item .img img {
	width: 100%;
}
#about-and-featured-product .featured-product .item h4 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    max-height: 38px;
    overflow: hidden;
    line-height: 1.3;
}
#about-and-featured-product .featured-product .item h4 a {
	color: #005aab;	
}
#about-and-featured-product .featured-product .item h4 a:hover {
	color: #e01e2b;
}
#about-and-featured-product .featured-product .item p {
	font-size: 12px;
	line-height: 1.3;
    max-height: 45px;
    overflow: hidden;
}
section#facility {
	margin-top: 35px;
}
section#facility h3.title {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
	margin-top: 0;
	margin-bottom: 35px;
}
section#facility h3.title a {
	display: inline-block;
    color: #005aab;
	border-bottom: 3px solid #005aab;
	padding-bottom: 8px;
}
section#home-news {
    margin-top: 60px;
}
section#home-news .item-news {
	max-height: 97px;
	overflow: hidden;
	margin-bottom: 30px;
}
section#home-news .item-news .img {
	float: left;
    width: 120px;	
}
section#home-news .item-news .img img {
	width: 100%;
}
section#home-news .item-news .info {
    width: calc(100% - 130px);
    float: right;
}
section#home-news .item-news .info h4 {
    margin: 0;	
	font-weight: bold;
	font-size: 15px;
    line-height: 1.3;
}
section#home-news .item-news .info h4 a {
	color: #333;
	font-size: 12px;
	line-height: 1.25;
	display: block;
}
section#home-news .item-news .info h4 a:hover {
	color: #e01e2b;
}
section#home-news .item-news .info p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.3;
}
section#home-news h3.title {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 13px;
}
section#home-news h3.title a {
    color: #005aab;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
}
footer {
	background-color: #005aab;
	margin-top: 45px;
	padding-top: 40px;
}
footer .logo-produce p {
    font-size: 12px;
    color: #fff;
    margin-top: 25px;
    margin-left: 60px;
}
footer .foot-menu {
	margin-bottom: 0;
}
footer .foot-menu li {
	font-size: 14px;
	list-style: none;
    margin-bottom: 8px;
}
footer .foot-menu li a {	
	color: #fff;
}
footer .foot-menu li a:hover {
	text-decoration: underline;
}
footer .company {
	border-bottom: 1px solid #337bbc;
	padding-bottom: 9px;
}
footer .company h3 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #5ca2e5;
    line-height: 1.3;
}
footer .social ul:after {
	content: '';
	display: table;
	clear: both;
}
footer .social ul li {
	list-style: none;
	float: left;
	margin-left: 9px;
}
footer .social ul li a {
	color: #fff;
	font-size: 19px;
}
footer .social ul li a:hover {
	color: #ed1b24;
}
footer .footer-contact {
	font-size: 12px;
	color: #fff;
	margin-top: 17px;
}
footer .footer-bot {
	font-size: 12px;
	color: #fff;
	line-height: 62px;
    border-top: 1px solid #2b76b9;
    margin-top: 45px;	
}
footer .footer-bot .copyright .design {
	color: #f57e00;
}
.breadcrumb {
    background: transparent;
    font-size: 12px;
	padding-left: 0;
}
.breadcrumb li a{
    color: #979797
}
.product-category a{
    display: block;
    padding: 11px 20px 9px;
    color: #9d9d9d;
    text-transform: uppercase;
    margin-bottom: 5px;
    border: 1px solid #1e7cbe;
    background: #eee;
}
.product-category a:hover,.product-category a.active{
    color:#fff;
    background: #005aab;
}

section#page h2.page-title {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
	margin-top: 0;
	margin-bottom: 35px;
	padding-bottom: 8px;
}
section#page h2.page-title span {
	display: inline-block;
    color: #005aab;
	border-bottom: 3px solid #005aab;
	padding-bottom: 8px;
}
section#page .single-project h1.title {
	font-size: 30px;	
	font-weight: normal;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
}
section#page .project-relative {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0;
    margin-bottom: 13px;
    padding-bottom: 13px;
    color: #005aab;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
}
section#page .project-relative {
	margin-top: 60px;
}
.news-item {
    height: 340px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-item .img {
	display: block;
    border: 1px solid #e1e1e1;
}
.news-item .img img {
	width: 100%;
}
.news-item h4 {
    margin: 0;
    font-weight: bold;
    margin-top: 10px;
}
.news-item h4 a {
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    display: block;
}
.news-item h4 a:hover {
	color: #ed1b24;
}
.news-item p {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 7px;	
    margin-bottom: 0;
}
.career-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.career-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.career-item .img a {
	display: block;
}
.career-item .img a img {
	width: 100%;
}
.career-item .info h4 {
	margin-top: 0;
    line-height: 1.3;
}
.career-item .info h4 a {
	color: #005aab;
    font-weight: bold;
    font-size: 20px;
}
.career-item .info h4 a:hover {
	color: #ed1b24;
}
.contact-wrap .form-control {	
	border-radius: 0;
}    
.contact-wrap .contact-form label {
    font-size: 18px;
}
.btn-custom {
	background-color: #005aab;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 0;
    padding: 13px 30px 10px;
    margin-right: 20px;
}
.btn-custom:hover {
	background-color: #ed1b24;
}
.ind-facility-list a img {
	width: 318px;
	border: 1px solid #fff;
}