#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.main-tuyendung{
	background: url('../images/tuyen-dung.jpg');
	background-size: cover;
	position: relative;
}
.tuyendung-box{
	padding-top: 70px;
	padding-bottom: 70px;
}
.td-text{
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	padding: 60px 15px 30px;
	font-size: 16px;
}
.td-text p{margin-bottom: 15px;}
.td-text a{color: #333;}
.td-text ul{margin-bottom: 30px;}
.td-form{
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
	padding: 15px;
}
.td-form-box{
	background: rgba(1,113,184,0.6);
	padding: 45px 15px 30px;
	border-radius: 10px;
}
.hh-tuyendung{
	margin-top: 5px;
}
.hh-tuyendung p{margin-bottom: 0px;}
.hh-tuyendung input[type="text"], .hh-tuyendung input[type="email"], .hh-tuyendung input[type="tel"], .hh-tuyendung select{height: 25px; width: 100%; border: none; outline: none; padding-left: 10px; }
.hh-submit{text-align: center;}
.hh-submit input[type="submit"]{border-radius: 5px; padding: 8px 15px 7px; border: none; background: #FFCF1F; font-size: 18px;}
.hh-submit input[type="submit"]:hover{box-shadow: 1px 3px 5px rgba(0,0,0,0.6);}
.random-capital-quiz label{display: flex; width: 100%;}
.random-capital-quiz label span{float: left; margin-right: 10px;}

.td-list-box{ padding: 50px 0;} /*background: #e5e5e5 url('../images/bg-3.png') no-repeat left bottom ;*/
.td-header{
	color: #0171B8;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
}
.td-vitri{
	color: #555;
    padding: 5px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
    position: relative;
}
.td-vitri h2{
	font-size: 16px;
    font-weight: bold;
    color: #0171b8;
    padding-bottom: 5px;
    margin:2px 0;
    padding-right: 120px;
}
.td-an{
    display: none;
}
.td-vitri h2 i {
    color: #ea8a2b;
    float: left; 
    margin-right: 5px;
}
.td-vitri .vitri_title{display: table;}
.td-vitri a{
	color: #e8892a;
}
.td-vitri a:hover{ color: #0171b8; }
.td-nd{
	padding: 10px 20px;
    clear: both;
    border-top: 1px dashed #999;
    margin-top: 10px;
}
.td-list-ut{
	position: absolute;
	top: 5px;
	right: 5px;
}
.td-list-ut a{
	display: block;
	background: #fc9a3f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    right:;
    color: #fff;
}
.td-list-title{padding-left: 25px;}
.td-list-content{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
}
.td-list{
	-ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.td-hot {
	position: absolute;
	left: -10px;
	top: -10px;
	z-index:1;
	width: 45px;
}
/*Chế độ*/
.td-bg{
	background: #F6F9FE;
	padding: 50px 0;
}

.td-list-cd ul{margin: 0; padding:0; list-style: none; margin-top: 20px;}
.td-list-cd ul li{font-size: 17px; margin-bottom: 10px; position: relative; padding-left: 15px; }
.td-list-cd ul li:before{
	content: '*';
	position: absolute;
	top:3px;
	left: 0;
}
.td-list-cd ul li .fa{
	color: #0171b8;
    font-size: 28px;
    float: left;
    margin-right: 10px;
}
.td-list-cd ul li .cd-content{display: table;}
.td-hd{margin-top: 30px;}
.hd-gallery .hd-bg-control{background-size: 18px 44px; background-color: rgba(0,0,0,0.7);}
.mg-30{margin-top: 30px;}
.td-sh-img{margin-top: 30px; text-align: center;}
.td-event{padding: 50px 0;}
@media only screen and (max-width: 1199px){
	.td-list-title{padding-left: 10px;}
}
@media only screen and (max-width: 991px){
	.td-form{margin-top: 20px;}
	.td-sh-img{margin-top: 20px;}
	.td-showroom-box{margin-top: 20px;}
}
@media only screen and (max-width: 767px){
	.td-list-cd ul li{display: table;}
	.tuyendung-box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.td-list {
	    -ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    width: 100%;
	}
	.td-list-title{padding: 0;}
	.td-vitri h2{font-size: 14px;}
	.td-header{font-size: 20px;}
	.ft-maps iframe{ width: 100%; }
}
@media only screen and (max-width: 359px){
	.w100{width: 100%;}
	.qrcode{right: 0;}
}