/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
/*red: ff1316*/
body{
	font-family: 'Saira', sans-serif;
	font-weight:normal;
	font-size:16px;
}
.txt-color-1{
	color:#083f88;
}
.break{
	clear:both;
}
#stl-content .fulltext{
	line-height:1.5;
}
#stl-content .fulltext h2, #stl-content .fulltext h3, #stl-content .fulltext h4,
.page-title-2,
.contactcontent h4,
#stl-left .block .b-title,
.page-title h3, .page-title h1, .page-title h2,
.top-hotline,
div.product-list .item h4{
	color:#083f88;
}
.main-menu{
	background-color:#083f88;
}
#stl-content .fulltext h2, #stl-content .fulltext h3, #stl-content .fulltext h4{
	font-weight:bold;
}
#stl-content .fulltext h2{
	font-size:22px;
}
#stl-content .fulltext h3{
	font-size:20px;
}

#stl-content .fulltext h4{
	font-size:18px;
}

#stl-content .fulltext li{
	margin-top:7px;
}
.page-banner-section h2{
	text-transform:uppercase;
}
.page-banner-section *{
	color:#FFF;
	text-shadow:3px 3px 3px #666;
}
#topcontrol{z-index:10;}
.btn-default{
	background:#1076bc;
}

.block-note{
	text-align:center;
	max-width:500px;
	margin:0 auto;
	margin-bottom:50px;
}
.copyContainer{
	max-width:650px;
	margin:0 auto;
}
.top-line span a{
	color:#1076bc;
}
.top-line{
  border-bottom: solid 1px #e8e8ee;
  font-size:12px;
  line-height:20px;
  background-color:#fafafa;
}
.top-line span{
	font-weight:600;
}
.blbanners .item{
	text-align:center;
}
.top-line .search-form{
	float:right;
	border:1px solid #dddddd;
	width:200px;
}
.top-line .search-form button{
	background:none;
	border:none;
	color:#3a77dd;
	font-size:15px;
	height:22px;
	width:25px;
	padding:0;
	margin:0;
	float:right;
}
.top-line .search-form input{
	width:85%;
	background:none;
	border:none;
	height:22px;
	padding-left:10px;
	color:#999;
}
header .logo-search {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
header.active .logo-search{
	height:0;
	padding:0;
}
.navbar-brand h1, .logo h1{
	margin:0;
	padding:0;
	display:inline-block;
	line-height:1;
}
.navbar-brand img{
	float:left;
	max-width:250px;
	margin:5px 0;
	max-height:70px;
}
.logo img{
	margin:5px 0;
	/*max-height:130px;*/
}
.top-search{
	margin-top:35px;
	margin-bottom:10px;
}

.main-menu{
	border-bottom:1px solid #999;
}
.navbar-nav > li > a{
	text-transform:uppercase;
	font-weight:700;
}
.home-article, .homeimages, .choose-us, .banner-about, .our-teams, .ourservices{
	padding-top:50px;
	padding-bottom:50px;
}
.home-article{
	background:#f8f8f8;
	font-size:16px;
	line-height:1.7;
}
.home-article h3{
	font-size:30px;
}
.home-article .text{
	margin-bottom:30px;
}
.homebanner, #home-section{
	position:relative;
	margin-top:250px;
}

.homebanner{
	position:relative;
	margin-top:130px;
}
.homebanner img{
	width:100%;
}
.homebanner .info{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:2;
	text-align:center;
}
.homebanner .info h3{
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:9%;
	color:#262262;
	line-height:1.3;
}

/* home banner */
.homeimages img{
	width:100%;
	transition: all 700ms ease 0s;
}
.homeimages .items .img-left{
	width:50%;
	float:left;
}
.homeimages .items .img-right{
	width:50%;
	float:left;
	padding-left:30px;
}
.homeimages .items .img-right .item3, .homeimages .items .img-right .item4{
	width:50%;
	float:left;
	margin-top:30px;
}
.homeimages .items .img-right .item3{
	padding-right:15px;
}
.homeimages .items .img-right .item4{
	padding-left:15px;
}
.homeimages .items .item > a{
	position:relative;
	overflow:hidden;
	display:block;
}
.homeimages .items .item:hover img{
	transform: scale(1.1);
}
.homeimages .items .item .info{
	position:absolute;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
	margin:0;
	width:100%;
	left:0;
	top:0;
	text-align:center;
	transition: all 400ms ease 0s;
	margin-top:130%;
	color:#FFF;
}
.homeimages .items .item:hover .info{
	margin-top:0;
}
.homeimages .items .item .info h4{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	margin-top:50%;
	transform: translateY(-50%);
	line-height:1.5;
}
.homeimages .items .item2 .info h4{
	margin-top:25%;
}


/* home project */
.home-projects{
}
.home-projects .list .item{
	width: 25%;
	float:left;
}
.home-projects .list .item .thumb{
	text-align:center;
	position:relative;
	overflow:hidden;
}
.home-projects .list .item .thumb img{
	max-width:100%;
	width:100%;
	transition: all 400ms ease 0s;
}
.home-projects .list .item .thumb img:hover{transform: scale(1.05);}
.home-projects .list .item .thumb .info{
	position:absolute;
	bottom:0;
	padding:25px 15px;
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	margin:0;
	width:100%;
	left:0;
	color:#FFF;
  	
}
.home-projects .list .item .info .num{
	color:#FFF;
	font-size:48px;
	font-weight:bold;
}
.home-projects .list .item .info > a{
	display:block;
	text-decoration:none;
	color:inherit;
}
.home-projects .list .item .thumb h4{
	margin:0 0 5px 0;
}
.home-projects .list .item .thumb h4 a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}
.home-projects .list .item p{
	margin:0;
	font-size:14px;
}
/**/
.choose-us{
	padding-bottom:0;
}
.choose-us .section-home{
	height:400px;
	overflow:hidden;
	position:relative;
}
.choose-us .section-home.image-left{
}
.choose-us .section-home a{
	color:inherit;
}
.choose-us .section-home .cover-image{
	width:50%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
.choose-us .section-home.image-left .cover-image{
	left:0;
	right:auto;
}
.choose-us .section-home .cover-image .intro-cover-image{
	background-position:50% 50%;
	width:100%;
	height:400px;
	transition: all 400ms ease 0s;
	background-repeat:no-repeat !important;
	background-size:100% auto !important;
}
.choose-us .section-home .cover-image:hover .intro-cover-image{
	transform: scale(1.05);
}
.choose-us .section-home .intro-content{
	padding:60px 70px 20px 0;
	font-size:16px;
	line-height:1.5;
}
.choose-us .section-home.image-left .intro-content{
	padding-right:0;
	padding-left:70px;
}
.choose-us .section-home .intro-content h4{
	font-size:24px;
	margin-bottom:25px;
	line-height:1.6;
	max-width:360px;
}
.clients-section{
	background:#f8f8f8;
}
.clients-section .logos-list {
	/*border-top: 1px dashed #d3d3d3;
	border-bottom: 1px dashed #d3d3d3;*/
	margin: 0px 0;
	list-style: none;
	padding-left:0;
}
.clients-section .logos-list li img{
	max-width:100%;
}

.clients-section .logos-list li {
	position: relative;
	float: left;
	width: 20%;
	padding: 20px 10px;
	text-align: center;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.contact-now{
	background: linear-gradient(77deg, #08ddfe, #1e78a5);
	height:211px;
	text-align:center;
	color:#FFF;
	
}
.contact-now .l{
	background:url(../images/contact-l.png) no-repeat left;
	background-size:contain;
}
.contact-now .r{
	background:url(../images/contact-r.png) no-repeat right;
	padding:40px 0;
	background-size:contain;
}

.contact-now h4{
	font-size:24px;
	font-weight:bold;
	max-width:500px;
	margin:0 auto;
	text-align:center;
	margin-bottom:25px;
	line-height:1.4;
}
.contact-now a{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:10px 30px;
	border:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
}
.product-slider{
	background: linear-gradient(77deg, #08ddfe, #1e78a5);
	text-align:center;
	color:#FFF;
	
}
.product-slider .l{
	background:url(../images/contact-l.png) no-repeat left;
	background-size:contain;
}
.product-slider .r{
	background:url(../images/contact-r.png) no-repeat right;
	padding:20px 0;
	background-size:contain;
}

.product-slider h4{
	font-size:24px;
	font-weight:bold;
	max-width:500px;
	margin:0 auto;
	text-align:center;
	margin-bottom:25px;
	line-height:1.4;
}
.product-slider .item{
	text-align:center;
	padding:15px;
}
.product-slider .item img{
	display:inline-block;
}
.product-slider .n{
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
}
/*http://stdvn.com/san-pham-std/*/
/*
.main-menu{
	background:url(../images/nav-bg.png) no-repeat center bottom / 100% 73px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active, .navbar-nav > li > a{
	color:#FFF !important;
}*/
/**/ 
.page-title{
	text-align:center;
	overflow:hidden;
	position:relative;
	margin-bottom:45px;
}
.page-title p{
	padding-top:15px;
	max-width:800px;
	margin:0 auto;
}
.page-title h3, .page-title h1, .page-title h2{
	font-size:24px;
	text-align:center;
	margin:0;
	padding:25px 20px;
	font-weight:bold;
	display:block;
	position:relative;
	font-weight:bold;
}
.page-title h1:after,
.page-title h2:after,
.page-title h3:after{
	position:absolute;
	height:3px;
	content:" ";
	bottom:0;
	width:45px;
	left:50%;
	transform: translateX(-50%);
	background: linear-gradient(to right, #08e2ff, #1e0e94);
	
}
.page-title-2 h3 a{
	color:inherit;
	text-decoration:none;
}
.page-title-2{
	text-align:left;
}
.page-title-2 h3, .page-title-2 h1, .page-title-2 h2{
	text-align:left;
	padding-left:0;
	font-weight:bold;
	text-transform:uppercase;
}
.page-title-2 h1:after,
.page-title-2 h2:after,
.page-title-2 h3:after{
	left:0;
	transform: translateX(0%);
}
#message{
	position:absolute;
	z-index:9999;
	width:100%;
	left:0;
	top:0;
}
.services-offer-section .offer-post h2 a,
.projects-section .project-title h2, .projects-section .project-title h3, .about-section h1, .news-section h2, .news-section h3,
.clients-section h2,
footer .up-footer h2, footer .up-footer h6 {
	/*font-family:Tahoma, Geneva, sans-serif !important;*/
	font-family:Arial, Helvetica, sans-serif;
}
.fb-like-box{
	background:#FFF;
	width:100% !important;
}
.fb-like-box iframe, .fb-like-box > span{
	width:100% !important;
}
.contactcontent .top-infotext{
	max-width:650px;
	text-align:center;
	margin:0 auto;
	margin-bottom:60px;
}
.contactcontent .inputbox{
	width:100%;
	margin-bottom:26px;
	min-height:40px;
	margin-top:10px;
}
.contactcontent textarea{
	height:100px;
}
.contactcontent h1, .contactcontent h2{
	color:#1076bc;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
}
.contactcontent table tr td{
	padding:25px 0;
}
.contactcontent td.lb{
	padding-right:25px;
}
.contactcontent .top-text{
	color:#999;
	margin-top:25px;
}
.contactcontent h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:0;
}
.contactcontent .gmap{
	border:1px solid #ccc;
	margin-bottom:50px;
}
.contactcontent .gmap iframe{
	width:100% !important;
}
address{
	margin:0;
}

.b-project-right h3 span{
	color:#ffba00;
}
.b-project-right .content{
	border:1px solid #CCC;
	padding:15px 0;
	text-align:center;
}
.b-project-right img{
	max-width:100%;
}
.b-project-right h5{
	margin:5px 0;
	height:39px;
	font-size:13px;
	text-align:center;
}.b-project-right h5 a{
	color:inherit;
}
table.list tr td{
	padding:3px 5px;
}
table.list tr.title td{
	background:#CCC;
	text-align:center;
	font-weight:bold;
}
.services-offer-section .offer-post{
	text-align:center;
}
.services-offer-section img{
	border: 1px solid #f4bc16;
	border-radius: 50%;
	width:auto !important;
}

.articles-section{
	padding:15px 0;
}
.articles-section .article-title h3{
	margin-bottom:25px;
}
.articles-section .article-title h3 a{
	color:inherit;
	text-transform:uppercase;
}
.articles-section .item{
	margin-bottom:10px;
}
.articles-section .item img{
	max-width:100%;
}
.articles-section .item h4{
	margin-bottom:5px;
}
.articles-section .item h4 a{
	color:inherit;
	font-size:15px;
	font-weight:bold;
}
.articles-section .more{
	float:right;
	font-size:13px;
}
a.block-more{
	display:inline-block;
	clear:	both;
	color:#666 !important;
	margin-top:10px;
	font-size:16px;
	border:1px solid #666;
	padding:3px 15px;
	border-radius: 2px;
	text-decoration:none !important;
}
a.block-more:hover{color:#ffba00 !important; background:#FFF; border-color:#ffba00;}

.articles-video .item iframe{
	width:100% !important;
	height:380px;
}

a.more-view{
	display:inline-block;
	text-align:center;
	background:#ffba01;
	color:#000;
	font-size:17px;
	padding:15px 25px;
	text-decoration:none;
	border-radius: 15px;
	transition: all 200ms ease 0s;
}
a.more-view:hover{
	background:#f2f2f2;
	color:#ffba01;
	text-decoration:none;
}
.our-teams{
}
.our-teams ul{
	list-style:none;
}
.our-teams img{
	max-width:100%;
}
.our-teams .item{
	
}
.our-teams .item .info{
	padding:10px 10px;
}
.our-teams .item .info .n{
	font-weight:500;
	font-size:18px;
	margin-bottom:5px;
	margin-top:10px;
}
.banner-section h2.home-title{
	font-size:30px !important;
	line-height:1.3;
	color:#666666 !important;
}
.comment-section{
	padding:50px 0 30px 0;
}
.comment-section .item {
	padding:0 10px;
	text-align:center;
}
.comment-section .item .txt{
	border:1px solid #CCC;
	padding:15px 15px 3px 15px;
	border-radius: 17px;
	min-height:185px;
	text-align:left;
	position:relative;
	color:#666 ;
}
.comment-section .item .txt:after{
	content:" ";
	position:absolute;
	width:24px;
	height:17px;
	background:url(../images/arrow-cm.jpg) no-repeat;
	bottom:-17px;
	left:46%;
}
.comment-section .item .avatar{ text-align:center; margin:25px 0 15px 0;}
.comment-section .item .avatar img{
	width:125px;
	height:125px;
	border:5px solid #ffcc00;
	border-radius: 50%;
	margin:0 auto;
}
.comment-section .item h5{
	margin:0;
	font-weight:bold;
}

.block-4{
	background:#f0f0f0;
	padding:50px 0;
}
.contact-form .title{
	color:#ffcc00;
	background:url(../images/icon-info.png) no-repeat left;
	font-size:21px;
	text-transform:uppercase;
	padding:15px 0 15px 90px;
	margin-bottom: 25px;
	max-width:300px;
}
.contact-form .input-group{
	width:100%;
	margin-bottom:15px;
}
.contact-form .input-group .form-control{
	background:none;
	border-radius: 5px;
	min-height:40px;
}
.contact-form .button{
	color:#666;
	border-radius: 18px;
	padding:10px 25px;
	font-size:16px;
	font-weight:bold;
}
.contact-form .button:hover{color:#FFF; background:#000;}

/* footer */
footer{
	color:#FFF;
	background:#1c1a33;
	font-size:12px;
}
footer a{
	color:inherit;
	text-decoration:none !important;
}
footer a:hover{
	color:#ccc;
}
footer .blockcontact .b-title{
	font-weight:bold;
	font-size:18px;
	margin-bottom:25px;
	text-transform:uppercase;
}
footer .blockcontact p{
	font-size:12px;
	margin-bottom:20px;
	margin-top:0;
}
footer .blockcontact strong{
	display:inline-block;
	font-size:13px;
	font-weight:600;
}
footer .blockcontact td strong{
	margin-bottom:8px;
}
footer .bt2{
	text-align:right;
}
footer ul.menu{
	list-style:none;
	margin:0;
	padding:0;
	
}
footer ul.menu li{
	margin:0;
	padding:0;
	display:inline-block;
	margin:0 15px;
	text-transform:uppercase;
}
footer ul.menu li:last-child{
	margin-right:0;
}
footer .blockcopyright{
	margin-top:25px;
	color:#747194;
}
.social-icons{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:100px;
}
.social-icons li{
	display:inline-block;
	margin:0 10px;
	font-size:18px;
}
.social-icons li:last-child{margin-right:0;}
#stl-left{
	border-right:1px solid #22479e;
}
#stl-left .block {
	margin-bottom:50px;
}
#stl-left .block .b-title{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.article-list-2 .item{
	margin-bottom:30px;
}
.article-list-2 .item .thumb{
	display:block;
	float:left;
	margin-right:30px;
}
.article-list-2 .item h5{
	font-size:16px;
	margin-bottom:10px;
}
.article-list-2 .item h5 a{
	color:#1e1e1e;
}
.article-list-2 .item p{
	margin-top:0;
	color:#9b9b9b;
	font-size:15px;
}

/* our services */
.ourservices .item{
	text-align:center;
	margin-bottom:30px;
}
.ourservices .item .thumb{
	display:block;
	position:relative;
	overflow:hidden;
}
.ourservices .item .thumb img{
	transition: all 500ms ease 0s;
}
.ourservices .item .thumb img:hover{
	transform: scale(1.1);
}
.ourservices .item h4{
	font-weight:bold;
}
/* about */
.about-text{
	border-bottom:1px solid #eee;
	padding-bottom:50px;
	margin-bottom:30px;
}
.banner-about{
	background:#f8f8f8;
}
.about-vision{
	padding-bottom:70px;
}
.about-vision .section-home{
	height:400px;
	overflow:hidden;
	position:relative;
}
.about-vision .section-home.image-left{
}
.about-vision .section-home a{
	color:inherit;
}
.about-vision .section-home .cover-image{
	width:50%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
.about-vision .section-home.image-left .cover-image{
	left:0;
	right:auto;
}
.about-vision .section-home .cover-image .intro-cover-image{
	background-position:50% 50%;
	width:100%;
	height:400px;
	transition: all 400ms ease 0s;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
}
.about-vision .section-home .cover-image:hover .intro-cover-image{
	transform: scale(1.05);
}
.about-vision .section-home .intro-content{
	padding:60px 60px 20px 0;
	font-size:16px;
	line-height:1.5;
}
.about-vision .section-home.image-left .intro-content{
	padding-right:0;
	padding-left:60px;
}
.about-vision .section-home .intro-content h4{
	font-size:24px;
	margin-bottom:25px;
	line-height:1.6;
	max-width:360px;
}
/* support 247 */
.support247{
	border-top:2px solid #170a77;
	border-bottom:2px solid #170a77;
	margin:15px 0;
	padding:7px 0;
}
.support247 .inner{
	background:#170a77;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	padding:10px 5%;
	border-radius:12px;
}
/* our partners page */
.partners-list .items{
	clear:both;
}
.partners-list .items .item{
	width:20%;
	float:left;
}
.partners-list .items .item .inner{
	border:1px solid #eee;
	margin:3%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.partners-list .items .item .inner img{
	transition: all 400ms ease 0s;
}
.partners-list .items .item .inner img:hover{
	transform: scale(1.1);
}

ul.div2 li{
	width:50%;
	float:left;
	padding-right:30px;
}
ul.div2 li:nth-child(2n){
	float:right;
}

@media (max-width: 1024px) {
	#stl-content .fulltext img{
		width:auto;
		height:auto;
		max-width:100%;
	}
}

@media (max-width: 1000px) {
	#stl-content .fulltext img, .projectcontent .fulltext img{
		width:auto;
		height:auto;
		max-width:100%;
	}
	#stl-content .fulltext table{
		width:auto;
	}
}
@media (max-width: 767px) {
	.top-search{
		margin-top:0;
		margin-bottom:5px;
	}	
	#stl-left{
		border-right:none;
		float:none;
	}
	.navbar-brand img{
		max-height:35px;
		margin:0;
		margin-top:5px;
		margin-left:15px;
	}
	.navbar-nav li.drop ul.dropdown{
		background:none;
		box-shadow:none;
	}
	.navbar-nav li.drop ul.dropdown li{
		border:none;
	}
	.navbar-nav li.drop ul.dropdown li a{
		color:#FFF;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#FFF;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color:transparent;
	}
	.navbar-default .navbar-toggle{
		border-color:#FFF;
	}
	.logo img{
		max-height:110px;
	}
	.logo{
		text-align:center;
		margin:10px 0;
	}
	.homebanner,#home-section{
		margin-top:160px;
	}
	.homebanner{
		margin-top:45px;
	}
	.homebanner .info h3{
		font-size:15px;
	}
	.home-article .button{
		margin-bottom:45px;
	}
	.homeimages .items .img-left{
		width:100%;
		margin-bottom:30px;
	}
	.homeimages .items .img-right{
		width:100%;
		padding-left:0px;
	}
	.choose-us .section-home{
		height:auto;
	}
	.choose-us .section-home .cover-image .intro-cover-image{
		height:auto !important;
	}
	.choose-us .section-home .intro-content{
		padding-top:0px;
	}
	.choose-us .section-home.image-left .intro-content{
		padding-left:0px;
	}
	.home-projects .list .item{
		width: 50%;
	}
	footer .bt2{
		text-align:left;
		margin-top:25px;
	}
	.about-vision .section-home{
		height:auto;
	}
	.about-vision .section-home .cover-image .intro-cover-image{
		height:auto !important;
	}
	.about-vision .section-home .intro-content{
		padding-top:0px;
	}
	.about-vision .section-home.image-left .intro-content{
		padding-left:0px;
	}
	footer ul.menu li{
		margin:0 5px;
	}
	#home-section .tp-caption.finewide_medium_white span{
		padding-left:10px;
	}
}

@media (max-width: 640px) {
	#home-section .tp-banner .tp-caption.small_text{
		display:none;
	}
	#home-section .tp-banner .trans-btn, #home-section .tp-banner .trans-btn2{
		display:none;
	}
	.articles-video .item iframe{
		height:200px;
	}
	.banner-section h2.home-title{
		font-size:14px !important; 
	}
	.support247{
		text-align:center;
	}
	ul.div2 li{
		width:100%;
		float:none !important;
		padding-right:0;
	}	
}

