/*   
Theme Name: Zing Theme
Theme URI: http://zingweb.vn
Description: Design by Nguyen Dang Dinh
Author: Nguyen Dang Dinh
Author URI: http://zingweb.vn
Text Domain: zing_theme
Version: 9
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900');
*{
	margin: 0;
	padding: 0;
	outline:none;
	text-decoration: none;
	list-style-position: inside;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], textarea{-webkit-appearance: none;}
input[type='submit'], button{cursor: pointer; -webkit-appearance: none;}
a{text-decoration: none !important; outline: none !important; color: #105a2c}
a:hover{color: #009240;}
a img{border: none;}
.clr{clear: both;}
.fleft{float: left;}
.fright{float: right;}
.col-2{width: 50%; float: left}
.col-3{width: 33.33%; float: left}
.col-4{width: 25%; float: left}
.view-menu, .view-sub-menu{display: none;}
.img404{width: 100%;}
ul, ol{margin: 0; list-style: none;}
::-webkit-input-placeholder { color:#555 !important; }
::-moz-placeholder { color:#555 !important; } 
:-ms-input-placeholder { color:#555 !important;} 
input:-moz-placeholder { color:#555 !important; }
.button{
	transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
    background: #3a3939;
    color: #fff;
}
.button:hover{
	background: #ff9600;
}
select::-ms-expand {display: none;}
select{
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	padding-right: 20px !important;
}
.zing-select{
	position: relative;
}
.zing-select::after{
	content: "\f0d7";
	font-family: FontAwesome;
	color: #999;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 18px;
	line-height: 0;
}
.zing-date{
	position: relative;
}
.zing-date::after{
	content: "\f073";
	font-family: FontAwesome;
	color: #999;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 14px;
	line-height: 0;
}
.zing-content .wp-caption{
	width: 100% !important;
	text-align: center;
}
.zing-content img{
	display: block;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
.zing-content img.full-width{
	max-height: inherit;
}
.zing-content table{
	width: 100%;
	margin: 0 0 15px 0;
}
.zing-content tr:first-child{
	background: #edeceb;
	font-weight: bold;
}
.zing-content tr:first-child td{
	padding: 6px 10px;
}
.zing-content td{
	padding: 15px 10px;
	text-align: center;
	border: 1px solid #e2dfdd;
}
.zing-content ol{
	counter-reset: li-counter;
}
.zing-content ol li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.zing-content ol li:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #014b92;
    font-weight: 600;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.zing-content li{
	position: relative;
	padding-left: 10px;
}
.zing-content li::before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
	background: #005299;
}
.zing-required{
	color: red;
	font-weight: bold;
}
.mark{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	display: inline-block;
	transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    opacity:0;
    visibility: hidden;
}
.slide-bg{
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #404040;
	background: #edf0f3;
}
body p{
	line-height: 1.5;
	margin-bottom: 15px;
}
#header{
	background: #014b92;
}
.header-top{
	background: #013f7a;
	padding: 10px 0;
	color: #fff;
}
.header-top-left p{
	margin: 3px 0 0 0;
}
.header-top-left a{
	color: #fff;
}
.header-top-left span{
	border-right: 1px solid #fff;
	padding-right: 25px;
	margin-right: 22px;
}
.lang-list span{
	float: left;
	margin: 3px 20px 0 0;
}
.lang-list img{
	width: 43px;
	height: 26px;
	margin: 0 2px;
}
.lang-list-mobile{
	display: none;
}
.header-center{
	padding: 25px 0;
	color: #fff;
}
.header-center-left{
	width: 80%;
}
.logo{
	float: left;
	margin-right: 30px;
}
.logo-mobile{
	display: none;
}
.header-text{
	font-family: Roboto;
	color: #fff;
}
.header-text h1{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0 5px 0;
}
.header-text h2{
	font-size: 17px;
	margin: 0;
	font-weight: 300;
}
.social{
	margin-top: 20px;
}
.social a{
	display: inline-block;
	margin: 0 1px;
}
.main-menu{
	background: #fff;
	float: left;
	width: 100%;
}
.main-menu ul{
	margin: 0;
}
.main-menu > ul > li{
	float: left;
	list-style: none;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    background: url(images/menu_separator.png) no-repeat left center;
}
.main-menu > ul > li:first-child{
	background: no-repeat;
}
.main-menu li a {
    display: block;
    text-decoration: none;
    color: #014b92;
    padding: 11px 18px;
    font-weight: bold;
}
.main-menu li a:hover, .main-menu li.current-menu-item > a, .main-menu li.current-menu-parent > a{
	background: #d3dde7;
}
.slideshow{
	padding: 0;
	background: #e6e9e6;
}
.slideshow .tp-caption{
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff !important;
	font-weight: bold;
	font-size: 13px !important;
}
.tin-noi-bat{
	background: url(images/bg-tin-noi-bat.png) no-repeat top center #e8eae6;
	background-size: cover;
	padding: 0 5px;
}
#footer{
	background: #013f7a;
	color: #fff;
	padding: 0 10px;
}
.footer-top{
	position: relative;
	padding-left: 140px;
	min-height: 75px;
	float: left;
	width: 100%;
}
.footer-top p{
	display: inline-block;
	padding: 0 70px;
	margin: 20px 0 0 0;
	border-right: 1px solid #fff;
}
.footer-top a{
	font-size: 17px;
	color: #fcff00;
}
.footer-top p img{
	margin-right: 15px;
}
.footer-top .social{
	margin-right: 5px;
}
.footer-contact{
	background: #002c56;
	width: 150px;
	height: 75px;
	line-height: 75px;
	font-size: 21px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: -10px;
	padding: 0 15px;
	color: #fff;
}
.footer-contact::after{
	content: "";
	border-top: 10px solid transparent;
	border-left: 10px solid #002c56;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -10px;
}
.footer-center{
	background: #014b92;
	padding: 10px;
}
.footer-menu{
	border-bottom: 1px solid #42a2ff;
	text-align: center;
}
.footer-menu li{
	display: inline-block;
}
.footer-menu li a{
	color: #fff;
	padding: 10px 15px;
	display: block;
}
.footer-menu li a:hover{
	color: #009240;
}
.footer-contact-box{
	padding: 0 50px 0 0;
}
.footer-etc-box{
	padding: 0 0 0 50px;
}
.footer-title{
	font-size: 13px;
	color: #fcff00;
	text-transform: uppercase;
	border-bottom: 1px solid #013f7a;
	margin: 0;
	padding: 15px 0 12px 0;
}
.footer-sub{
	border-top: 1px solid #0065c5;
	padding: 10px 0;
	font-size: 12px;
}
.footer-sub p{
	margin: 0;
}
.footer-etc-box li{
	float: left;
	width: 33.33%;
	margin-bottom: 5px;
}
.footer-etc-box a{
	color: #fff;
}
.footer-etc-box a:hover{
	color: #009240;
}
.copyright p{
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
}
#main-content{
	padding: 10px 20px 20px 20px;
	background: #fff;
}
.content-left{
	width: 73%;
	float: left;
	padding-right: 30px;
}
.sidebar{
	width: 27%;
	float: left;
}
.page-title{
	margin: 10px 0 15px 0;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 0 1px 1px #FFFFFF;
    color: #014b92;
}
.category-title{
	margin: 10px 0 15px 0;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 0 1px 1px #FFFFFF;
    color: #014b92;
}
.zing-content .alignleft{
	float: left;
	margin-right: 15px;
}
.breadcrumb{background: none; margin: 0; padding: 8px 0; color: #fff;}
.breadcrumb span, .breadcrumb a{padding: 0 3px; color: #333;}
.breadcrumb>li+li:before{ content:normal;}
.breadcrumb a:hover{text-decoration:underline !important;}
.breadcrumb .glyphicon-home{color: #555;}
.breadcrumb a:first-child, .breadcrumb a:first-child span{
	padding-left: 0;
}
.content img{
	max-width: 100%;
	width: auto;
}
.post-item{
	position: relative;
	padding-left: 175px;
	min-height: 145px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.post-item img{
	position: absolute;
	top: 0;
	left: 0;
}
.post-img-mobile{
	display: none;
}
.post-title{
	margin: 0 0 10px 0;
	font-size: 14px;
}
.post-title a{
	color: #014b92;
	font-weight: bold;
}
.post-title a:hover{
	color: #009240;
}
.post-date {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
}
.post-date span {
    margin-right: 30px;
    display: inline-block;
}
/* paginate_links */
.paginate_links{ 
	margin:30px 0; 
	clear: both;
	text-align: center;
}
.paginate_links .next, .paginate_links .prev{
	border:none;
	background: none;
}
.paginate_links .next:hover, .paginate_links .prev:hover{
	background: none;
	color: #333;
}
.paginate_links a, .paginate_links span{
	padding: 4px 9px;
    font-size: 12px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    background: #dadada;
}
.paginate_links a:hover{
	background: #105a2c;
	color: #fff;
}
.paginate_links span{
	background: #105a2c;
	border: none;
	color: #fff;
}
.sidebar-widget{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.sidebar-widget p{
	margin: 0;
}
.sidebar-widget .widget-title{
	background: #d3dde7;
	padding: 13px 10px;
}
.widget-title{
	color: #014b92;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding:13px 0;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.widget-title.dotted{
	padding-left: 12px;
}
.widget-title.dotted::after{
	content: "";
    width: 4px;
    height: 4px;
    background: #014b92;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
.widget-sub{
	padding: 15px 10px;
}
.widget-ho-tro p{
	margin-top: 8px;
	padding-left: 25px;
}
.widget-ho-tro p:first-child{
	margin-top: 0;
}
.widget-ho-tro p.ho-tro-user{
	background: url(images/icon-user.png) no-repeat left top;
}
.widget-ho-tro p.ho-tro-email{
	background: url(images/icon-gmail.png) no-repeat left top;
}
.widget-ho-tro p.ho-tro-tel{
	background: url(images/icon-tel.png) no-repeat left top;
}
.widget-ho-tro a{
	color: #333;
}
.widget-ho-tro a:hover{
	color: #009240;
}
.noi-bat-item{
	position: relative;
	min-height: 65px;
	border-bottom: 1px solid #fff;
	padding: 8px 0 8px 80px;
}
.noi-bat-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.noi-bat-item img{
	width: 70px;
	height: 50px;
	position: absolute;
	top: 8px;
	left: 0;
}
.noi-bat-item h4{
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #010101;
}
.noi-bat-item h4 a{
	color: #010101;
}
.noi-bat-item h4 a:hover{
	color: #009240;
}
.noi-bat-item .date{
	font-size: 12px;
	color: #878787;
	margin: 0;
	font-style: italic;
}
.logo-doi-tac .row{
	margin: 0 -8px;
}
.logo-doi-tac-item{
	padding: 0 8px;
}
.logo-doi-tac-item:nth-child(4n+1){
	clear: both;
}
.logo-doi-tac-item img{
	border: 1px solid #ddd;
	width: 100%;
	height: auto;
}
.logo-doi-tac-item p{
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}
.van-ban-table{
	width: 100%;
}
.van-ban-table th{
	border: 1px solid #ddd;
	background: #ccc;
	padding: 10px;
}
.van-ban-table td{
	border: 1px solid #ddd;
	padding: 10px;
}
.contact-head{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 30px;
}
.contact-head p strong{
	color: #888;
}
.acf-map {
	width: 100%;
	height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}
/* contact-page */
.contact-info{
	margin: 20px 0 40px 0;
}
.contact-form{
	background: url(images/bg-contact.png) top right no-repeat #c0c42e;
	padding: 30px 35px 50px 35px;
}
.contact-form h3{
	color: #fff;
	font-size: 20px;
}
.contact-form .form-group {
  width: 100%;
  margin-top: 5px;
  clear: both;
  margin-bottom: 10px;
}
.contact-form .form-control{
	height: 35px;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #999;
}
.form-left {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.form-right {
  width: 50%;
  float: right;
  padding-left: 5px;
}
.contact-form textarea{
	height: 120px;
}
.contact-form .form-gender{
	width: 30%;
	float: left;
	padding-right: 5px;
}
.contact-form .form-first-name{
	width: 70%;
	float: left;
	padding-left: 5px;
}
.contact-form label{
	font-weight: normal;
}
.contact-form textarea{
	height: 120px !important;
}
.send-message{
	height: 48px;
    padding: 0 80px;
    background: #ff5e1e;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
    border-radius: 3px;
    font-size: 20px;
    border: none;
    -moz-box-shadow:inset 0px -2px 0px #d03d02;
	-webkit-box-shadow:inset 0px -2px 0px #d03d02;
	box-shadow:inset 0px -2px 0px #d03d02;
}
.send-message:hover{ background:#e6490b;}
.wsp-pages-title, .wsp-posts-title{
	display: none;
}
.box-link{
	background: #fff;
	padding: 10px 10px 0 10px;
}
.box-link-item{
	margin-bottom: 20px;
}
.box-link-item img{
	width: 100%;
	height: 100%;
}
.box-link-item h4{
	margin: 15px 0 0 0;
    font-size: 14px;
    color: #013f7a;
    font-weight: bold;
    text-transform: uppercase;
}
.box-link-item p{
	color: #414141;
	margin: 0;
}
.dich-vu{
	display: flex;
    flex-flow: row column;
}
.dich-vu-item{
	color: #fff;
	padding: 20px 10px;
	min-height: 130px;
	position: relative;
	padding-right: 100px;
	flex: 1 1 100%;
}
.dich-vu-item a{
	color: #fff !important;
}
.dich-vu-item img{
	position: absolute;
	top: 20px;
	right: 20px;
}
.dich-vu-item h4{
	font-size: 19px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 1.3;
	min-height: 48px;
}
.dich-vu-item p{
	margin: 0;
}
.dich-vu-item:nth-child(1){
	background: #e92e7d;
}
.dich-vu-item:nth-child(2){
	background: #f5a93b;
}
.dich-vu-item:nth-child(3){
	background: #1eb8d4;
}
.dich-vu-item:nth-child(4){
	background: #009240;
}
.home-content{
	background: #d6e9ef;
	padding: 10px;
}
.box-title{
	font-size: 16px;
    font-weight: bold;
    color: #009240;
    text-shadow: 0 1px 1px #FFF;
    margin: 0 0 10px 0;
}
.home-post-item{
	position: relative;
	min-height: 110px;
	padding: 10px 0 10px 150px;
	border-bottom: 1px solid #fff;
}
.home-post-item:last-child{
	border-bottom: 0;
}
.home-post-item img{
	width: 140px;
	height: 90px;
	position: absolute;
	top: 10px;
	left: 0;
}
.home-post-item h3{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.home-post-item h3 a{
	color: #013f7a;
}
.home-post-item h3 a:hover{
	color: #009240;
}
.home-post-item .date{
	font-size: 12px;
	color: #878787;
	margin: 6px 0;
	font-style: italic;
}
.home-post-item p{
	margin: 0;
}
.home-video{
	margin-top: 10px;
}
.home-video p{
	line-height: 0;
}
.home-video iframe{
	width: 100%;
	max-height: 250px;
}
.box-download a{
    background-image: url(images/bg-download.png), url(images/bg-download.png);
    background-position: left 5px center, right 5px center;
    background-repeat: no-repeat;
    background-color: #013f7a;
   	font-size: 13px;
   	text-transform: uppercase;
   	text-align: center;
   	padding: 13px 50px;
   	color: #fff;
   	display: block;
   	border-radius: 3px;
}
.number-phone {
    background: url(images/icon-phone.png) no-repeat scroll left 12px transparent;
    padding: 5px 0 0 52px;
}
.number-phone .sub {
    background: url(images/bgd-phone-pre-left.png) no-repeat scroll left top transparent;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-left: -25px;
    margin-top: -5px;
    padding-bottom: 5px;
    padding-left: 12px;
    position: absolute;
}
.number-phone .sub-inner {
    background: url(images/bgd-phone-pre-right.png) no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: inline-block;
    padding-right: 5px;
}
.big-number {
    color: #3CACA3;
    font-size: 36px;
    line-height: 36px;
    padding-left: 20px;
}
.email-contact {
    font-size: 14px;
    padding-left: 23px;
}