@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&display=swap&subset=vietnamese');

*{
    margin:0;
    padding:0
}
body{
    background:#eee;
	overflow-x: hidden;
}
img{
    border:0
}
a{
    text-decoration:none
}
ul{
    list-style:none
}
.clr{
    clear:both
}
p{
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    text-rendering:geometricPrecision
}
input[type=text],input[type=tel],textarea{
    -webkit-appearance:none
}
body,input,button,option,textarea,label,legend,h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font:14px/24px 'Roboto', sans-serif !important;
    color:#333;
    outline:none;
}

[class^="icon-"],[class*="icon-"]{
    background-repeat:no-repeat;
    display:inline-block;
    height:30px;
    width:30px;
    line-height:30px;
    vertical-align:middle
}
@media all and (-webkit-min-device-pixel-ratio:1.5){
    [class^="icon-"],[class*="icon-"]{
        background-size:175px 180px
    }
}
header{
    background:#FFF;
}
nav{
    display:block;
    width:100%;
    max-width:1170px;
    margin:auto
}
nav ul{
    display:block;
    overflow:visible
}
nav li{
    float:left;
    overflow:visible
}
nav li a{
    display:block;
    padding:19px 22px 18px;
    font-size:16px;
    font-weight:600;
    color:#80298f;
    transition:all .3s ease-out
}
nav li a:hover{
    /* background:#a1298f; */
    color:#fff;
}
nav li:first-child{
    background:#a1298f;
    margin-right:30px
}
nav li:first-child a{
    padding:6px 15px 5px
}
nav li:first-child a img{
    width:160px;
    height:40px
}
a:hover {
	text-decoration: none;
}
.icon-logo{
    background-position:0 0;
    width:157px;
    height:27px
}
.signin{
    float:right
}
.signup{
    float:right
}
.login{
    float:right
}
.login img{
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:20px;
    border-radius:20px;
    margin-right:5px
}
.selectbox{
    display:inline-block;
    overflow:auto;
    border:1px solid #ddd;
    border-radius:4px;
    width:96%;
    padding:4%;
    font-size:14px;
    color:#444;
    resize:none;
    text-indent:0
}
nav li.login a{
    padding:18px 22px 17px
}
nav li.login a:hover{
    background:#fed700;
    color:#000
}
nav li .dropuser{
    display:none;
    position:absolute;
    top:50px;
    width:200px;
    padding:10px 0;
    z-index:9;
    background:#fff;
    border-radius:5px;
    box-shadow:0 5px 4px 6px rgba(0,0,0,.2)
}
nav li .dropuser:before{
    content:'';
    width:0;
    height:0;
    border-bottom:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    position:absolute;
    top:-10px;
    left:0;
    right:0;
    display:block;
    margin:auto
}
nav li .dropuser a{
    padding:10px;
    color:#4a90e2
}
nav li .dropuser a:hover{
    background:#fff;
    color:#333
}
nav li.login:hover .dropuser{
    display:block
}
nav li .oninter{
    background:#00a1e6;
    padding:13px 22px;
    margin:5px 10px 0;
    border-radius:30px;
    color:#fff
}
.bgcover{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: hsla(200,40%,30%,.4);
    background-image: url(../image/banner.jpg);
    background-repeat: repeat-x;
    background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
    animation: 120s para infinite linear;
	min-height: 200px;
}
.bgcover .mask {
	position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: rgba(14, 19, 37, 0.8);
}
@keyframes para {
	100% {
		background-position: 
			-5000px 20%,
			-800px 95%,
			500px 0,
			1000px 100%,
			400px 0;
		}
}
.formIndex .formAction {
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
}
.formIndex {
	padding-top: 30px;
}
.formIndex h1 {
	font-size: 30px;
}
.buttonReg {
	background: #41d641;
    padding: 10px 30px;
    display: block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
	text-decoration: none;
}
.buttonReg:hover,.btnCreat:hover {
	background: #2a942a;
    color: white;
    text-decoration: none;
}
.btnRegN {
	background: #ff9900;
    padding: 10px 30px;
    display: block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
	text-decoration: none;
}
.btnRegN:hover {
	background: #da942a;
    color: white;
    text-decoration: none;
}
.bgcover .counthome{
    display:block;
    overflow:hidden;
    padding:5% 15px 15px;
    font-size:50px;
    color:#fff;
    text-align:center;
    line-height:28px
}
.btnCreat {
	background: #41d641;
    color: white !important;
}
.btnLogin {
	background: #802390;
	color: white !important;
}
.btnLogin:hover {
	background: #43174a;
}
.boxsearch{
    position:absolute;
    top:25%;
    left:0;
    right:0;
    bottom:0;
    display:block;
    margin:auto;
    width:100%;
    max-width:1130px;
    padding:20px;
    height:100px;
    background:rgba(0,0,0,.65)
}
.boxsearch form{
    float:left;
    position:relative;
    width:100%;
    margin-right:10px
}
.boxsearch input{
    display:inline-block;
    padding:20px 0;
    border:1px solid #bebebe;
    background:#fff;
    font-size:16px;
    text-indent:10px;
    color:#666;
    width:66%
}
.boxsearch button[type="submit"]{
    padding:22px 30px;
    font-size:16px;
    font-weight:600;
    color:#fff;
    background:#873495;
    border:1px solid #460550;
    cursor:pointer;
	display: inline-block;
}
.boxsearch a{
    color:#333
}
.boxsearch #ulSugguest{
	display: inline-block;
}
.sugguest{
    display:none;
    overflow:visible;
    position:relative;
    top:2px;
    right:3px;
    background:#fff;
    border:1px solid #eee;
    margin:0 10px 0 0;
    border-radius:4px;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.5);
    z-index:5
}
.sugguest:before,.sugguest:after{
    content:'';
    width:0;
    height:0;
    position:absolute;
    bottom:100%;
    left:25%;
    border-bottom:10px solid #eee;
    border-left:10px solid transparent;
    border-right:10px solid transparent
}
.sugguest:after{
    border-width:8px;
    border-bottom-color:#fff;
    margin-left:2px
}
.sugguest li{
    display:block;
    overflow:hidden;
    padding:5px;
    border-bottom:1px solid #eee
}
.sugguest li:hover{
    background:#f3f3f3
}
.sugguest li:last-child{
    border:0
}
.sugguest li a{
    display:block;
    overflow:hidden
}
.sugguest li h4{
    display:block;
    overflow:hidden;
    line-height:1.3em;
    color:#333;
    font-size:14px;
    padding:5px 0
}
.sugguest li strong{
    position:absolute;
    top:15px;
    right:5px;
    background:#fd7c7d;
    border-radius:3px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
    padding:0 5px
}
.local{
    float:left;
    padding:20px 10px;
    margin-right:10px;
    border:1px solid #bebebe;
    background:#fff;
    width:19%;
    font-size:16px;
    cursor:pointer;
    position:relative
}
.local span{
    display:block;
    overflow:hidden;
    position:relative
}
.local span:after{
    content:'';
    width:0;
    height:0;
    border-top:6px solid #666;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    float:right;
    margin-top:5px
}
.listcity{
    display:none;
    overflow:visible;
    position:absolute;
    top:60px;
    left:0;
    right:0;
    z-index:5;
    background:#fff;
    border:1px solid #eee;
    border-radius:4px;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.5)
}
.listcity:before,.listcity:after{
    content:'';
    width:0;
    height:0;
    position:absolute;
    bottom:100%;
    left:25%;
    border-bottom:10px solid #eee;
    border-left:10px solid transparent;
    border-right:10px solid transparent
}
.listcity:after{
    border-width:8px;
    border-bottom-color:#fff;
    margin-left:2px
}
.listcity a{
    display:block;
    overflow:hidden;
    line-height:1.3em;
    color:#333;
    font-size:14px;
    padding:10px
}
.listcity a:hover{
    background:#f5f5f5
}



.filjob div.tgdd{
    background:#fff;
    border: 1px solid lightblue;
}
.filjob div.dmx{
    background:#fff;
    border: 1px solid lightcoral;
}
.filjob div.bhx{
    background:#fff;
    border: 1px solid lightpink;
}
.filjob div.vuivui{
    background:#fff;
    border: 1px solid lightgreen;
}
.filjob div.ankhang{
    background:#fff;
    border: 1px solid lightgreen;
}
.filjob div.ankhangk{
        background:#fff;
    border: 1px solid violet;
}
.filjob div b{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:block;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    margin:auto;
    width:10px;
    height:10px;
    transition:all .5s ease-out
}
.filjob div b:before{
    content:'';
    border-bottom:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    float:left;
    position:relative;
    top:0;
    left:-5px
}
.filjob div:hover b{
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100)
}
.filjob div .hotjob{
    display:none;
    position:absolute;
    top:100%;
    left:-47%;
    z-index:3;
    width:400px;
    max-height:none;
    background:#fff;
    padding:10px;
    border-radius:6px;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.5);
    transition:all .3s ease-out
}
.filjob div:hover .hotjob{
    display:block
}
.filjob div.tgdd .hotjob{
    left:0
}
.filjob div.dmx .hotjob{
    left:-27%
}
.filjob div.bhx .hotjob{
    left:-25%
}
.filjob div.vuivui .hotjob{
    left:auto;
    right:0
}
.filjob div .hotjob a{
    display:block;
    overflow:hidden;
    border-bottom:1px solid #eee;
    position:relative;
    transition:all .3s ease-out;
    padding:10px 0
}
.filjob div .hotjob a:last-child{
    border:0
}
.filjob div .hotjob h3{
    display:block;
    overflow:hidden;
    font-size:15px;
    color:#333;
    font-weight:500;
    line-height:1.3em;
    transition:all .3s ease-out
}
.filjob div .hotjob a:hover h3{
    color:#288ad6
}
.filjob div .hotjob label{
    display:block;
    overflow:hidden;
    font-size:12px;
    color:#666
}
.filjob div .hotjob strong{
    position:absolute;
    top:10px;
    right:0;
    background:#fd7c7d;
    border-radius:3px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
    padding:0 5px
}

.leftcont{
}
.listjobs{
    display:block;
    overflow:hidden;
    background:#fff;
    margin-top: 30px;
}
.listjobs li{
    display:block;
    overflow:hidden;
    border-bottom:1px solid #eee;
    position:relative;
    transition:all .3s ease-out
}
.listjobs a{
    display:block;
    overflow:hidden;
    padding:5px 10px
}
.listjobs div{
    overflow:hidden;
    padding-right:10px;
}
.listjobs div img{
    display:block;
    width:100px;
}
.listjobs h3{
    display:block;
    overflow:hidden;
    font-size:16px;
    /*width: 75%;*/
    font-weight:500;
    line-height:1.3em;
    transition:all .3s ease-out
}
.listjobs span{
    display:block;
    overflow:hidden;
    font-size:14px;
    color:#666
}
.listjobs li strong{
    position:absolute;
    top:5px;
    right:5px;
    border-radius:3px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
    padding:0;
}
.listjobs li:hover h3{
    color:#288ad8
}
.listjobs li:hover{
    box-shadow:0 0 5px 1px #bcbcbc;
    background:#f9ebfb
}
.viewmore{
    display:block;
    overflow:hidden;
    position:relative;
    font-size:14px;
    color:#288ad6;
    text-align:center;
    transition:all .3s ease-out;
    width:100%;
}
.viewmore:after{
    content:'';
    width:0;
    right:0;
    border-left:6px solid #288ad6;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    display:inline-block;
    vertical-align:middle;
    margin:-2px 0 0 5px;
    transition:all .3s ease-out
}
.viewmore:hover{
    background:#288ad6;
    border-color:#288ad6;
    color:#fff;
    width: 100%;
	text-decoration: none;
}
.viewmore:hover:after{
    border-left:6px solid #fff
}
.righcont{
    float:right;
    overflow:visible;
    width:30%
}
.righttil{
	display: block;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    background: #802390;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.tagjob{
    display:block;
    overflow:visible;
    margin-bottom:15px
}
.tagjob div{
    display:block;
    position:relative;
    font-size:15px;
    color:#333;
    background:#fff;
    border-bottom:1px solid #ddd
}
.tagjob div a{
    display:block;
    padding:13px 10px;
    color:#333;
    font-size:16px
}
.tagjob div a:before{
    content:'•';
    display:inline-block;
    vertical-align:middle;
    font-size:30px;
    color:#fdd000;
    margin-right:5px
}
.tagjob .fastjob{
    display:none;
    position:absolute;
    top:100%;
    left:-47%;
    z-index:3;
    width:400px;
    background:#fff;
    padding:10px;
    border-radius:6px;
    box-shadow:0 2px 4px 3px rgba(0,0,0,.15);
    transition:all .3s ease-out
}
.tagjob .fastjob:before,.tagjob .fastjob:after{
    content:'';
    width:0;
    height:0;
    border-bottom:12px solid #eee;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    position:absolute;
    bottom:100%;
    right:33%
}
.tagjob .fastjob:after{
    border-width:12px;
    border-bottom-color:#fff;
    top:-9px
}
.tagjob div:hover .fastjob{
    display:block
}
.tagjob .fastjob a{
    display:block;
    padding:5px 0 10px 0;
    border-bottom:1px solid #ddd
}
.tagjob .fastjob a:last-child{
    border:0
}
.tagjob .fastjob a:before{
    display:none
}
.tagjob .fastjob h3{
    display:block;
    overflow:hidden;
    font-size:15px;
    color:#333;
    font-weight:500;
    line-height:1.3em;
    transition:all .3s ease-out
}
.tagjob .fastjob a:hover h3{
    color:#288ad6
}
.tagjob .fastjob label{
    display:block;
    overflow:hidden;
    font-size:12px;
    color:#666
}
.tagjob .fastjob strong{
    position:absolute;
    top:15px;
    right:5px;
    background:#fd7c7d;
    border-radius:3px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
    padding:0 5px
}
.listitem{
    display:block;
    overflow:hidden;
    margin-bottom:15px
}
.listitem li{
    display: block;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
}
.listitem li:nth-child(2n){
    /*background:#ecf9f9*/
}
.listitem li:before{
    content:'';
    width:0;
    height:0;
    border-left:10px solid #3bb54a;
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    position:absolute;
    top:0;
    bottom:0;
    left:-2px;
    display:block;
    margin:auto
}
.listitem li:after{
    content:'';
    width:3px;
    background:#3bb54a;
    position:absolute;
    left:0;
    top:0;
    bottom:0
}
.listitem li span{
    display:block;
    margin:auto;
    position:absolute;
    top:50%;
    left:20px;
    right:20px;
    transform:translateY(-50%)
}
.proviso{
    display:block;
    overflow:hidden
}
.proviso li{
    display:block;
    padding:0;
    background:#fff;
    font-size:16px;
    position:relative;
    margin-bottom:5px;
    overflow:hidden;
    border-radius:5px 0 0 5px
}
.proviso li span{
	color: #555;
    padding: 10px 10px 10px 61px;
    display: block;
    text-decoration: none;
}
.proviso li:hover span{
    color:#288ad6
}
.proviso li a {
    display:block;
    overflow:hidden;
	text-decoration: none;
}
.proviso li div{
	width: 50px;
    bottom: 0;
    background: #ffd500;
    position: absolute;
    left: 0;
    top: 0;
}
.proviso li div b{
    font-size:22px;
    color:#000;
    text-align:center;
    display:block;
    margin:auto;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    transform:translateY(-50%)
}
.news{
    display:block;
    overflow:hidden;
    clear:both;
    margin:10px auto 0;
    background:#fff;
    padding:10px 0
}
.newsbar{
    display:block;
    overflow:hidden;
    font-size:22px;
    padding:10px 0 20px 10px
}
.newsbar a{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    color:#288ad6;
    margin-left:15px
}
.newsbar a:hover{
    color:#333
}
.newslist{
    display:block;
    overflow:hidden;
    background:#fff
}
.newslist li{
    overflow:hidden;
    display:block;
    border-top:1px solid #ddd;
    margin-bottom:15px;
    padding-top:15px
}
.newslist li a{
    display:block;
    overflow:hidden;
    padding:0 10px
}
.newslist li img{
    float:left;
    width:145px;
    height:145px;
    margin-right:15px
}
.newslist li h3{
    display:block;
    overflow:hidden;
    font-size:18px;
    color:#666;
    font-weight:600;
    margin-bottom:5px
}
.newslist li:hover h3{
    color:#288ad6
}
.newslist li p{
    display:block;
    overflow:hidden;
    font-size:15px;
    color:#666;
    line-height:30px
}
.calenda{
    display:block;
    overflow:hidden;
    padding:15px 0;
    font-size:20px;
    color:#fff;
    background:#00aeef;
    margin-bottom:15px;
    text-align:center;
    border-radius:6px
}
.calenda:hover{
    color:#ff0
}
.breadcrumb{
    display:block;
    overflow:hidden;
    background:#fff;
    line-height:56px;
    padding:0 10px;
    border-bottom:1px solid #ddd;
    margin:10px 0
}
.breadcrumb li{
    display:inline-block;
    vertical-align:middle;
    overflow:hidden
}
.breadcrumb li a{
    display:inline-block;
    white-space:nowrap;
    font-size:14px;
    color:#288ad6;
    padding:0 10px 0 0
}
.breadcrumb span{
    display:inline-block;
    font-size:20px;
    color:#999;
    padding:2px 5px 0 0;
    line-height:1
}
.breadcrumb li h1,.breadcrumb li h2{
    display:inline-block;
    font-size:14px;
    color:#288ad6;
    font-weight:normal;
    line-height:32px
}
.breadcrumb li h1 a{
    color:#288ad6
}
.breadcrumb li h2 a{
    padding-left:2px;
    color:#288ad6
}
footer{
    width:100%;
    overflow:hidden;
}

.contfoot{
    display:block;
    overflow:hidden;
    margin:30px auto;
    width:100%;
    max-width:1170px
}
.contfoot li{
    float:left;
    width:28%;
    overflow:hidden
}
.contfoot li:nth-child(2){
    width:22%;
    margin:0 9%
}
.contfoot li:last-child{
    width:32%
}
.contfoot li a{
    display:block;
    overflow:hidden;
    font-size:14px;
    color:#288ad8;
    line-height:30px
}
.contfoot li a:hover{
    color:#555
}
.contfoot p{
    display:block;
    overflow:hidden;
    font-size:14px;
    color:#666;
    line-height:23px;
    width:85%;
    padding-left:10px
}
.contfoot p a{
    display:inline-block;
    line-height:normal;
    vertical-align:middle
}
.contfoot li span{
    display:block;
    overflow:hidden;
    clear:both;
    margin-bottom:10px
}
.contfoot li:last-child a{
    display:inline-block;
    margin:0 5px 5px 0
}
.contfoot li div{
    padding:5px;
    border-radius:4px
}
.contfoot li div img{
    display:block;
    width:160px;
    height:40px
}
.contfoot li .dd{
    background:#000
}
.contfoot li .vv{
    background:#fe7500
}
.contfoot li .dx{
    background:#00aeef
}
.contfoot li .hx{
    background:#008848
}
.icon-dmx{
    background-position:0 -30px;
    width:157px;
    height:27px
}
.icon-bhx{
    background-position:0 -60px;
    width:151px;
    height:26px
}
.icon-vuivui{
    background-position:0 -90px;
    width:115px;
    height:28px
}
.icon-acanda{
    background-position:-125px -87px;
    width:16px;
    height:17px;
    margin-right:3px
}
.icon-resul{
    background-position:-143px -87px;
    width:12px;
    height:16px;
    margin:-1px 6px 0 2px
}
.icon-com{
    background-position:-122px -130px;
    width:16px;
    height:15px;
    margin-right:4px
}
.icon-news{
    background-position:-125px -106px;
    width:12px;
    height:16px;
    margin:0 6px 0 2px
}
.icon-fb{
    background-position:-105px -130px;
    width:16px;
    height:16px;
    margin-right:4px
}
.boxsignin{
    display:none;
    overflow:hidden;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    z-index:15;
    margin:auto;
    padding:30px 50px 50px;
    width:350px;
    transform:translateY(-50%);
    border-radius:6px;
    background:#fff;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.5)
}
.closes{
    position:absolute;
    right:10px;
    top:10px;
    float:right;
    font-size:22px;
    font-weight:bold;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    filter:alpha(opacity=20);
    padding:0;
    cursor:pointer;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    width:20px;
    height:20px
}
.mess{
    color:#414042;
    font-size:22px;
    overflow:hidden;
    margin:20px 0;
    line-height:28px
}
.btngg{
    background-color:#cc3e2f;
    margin-bottom:15px;
    line-height:0;
    padding:16px 0;
    font-size:18px;
    color:#fff;
    border-radius:6px;
    display:block;
    overflow:hidden
}
.btngg span{
    display:inline-block;
    vertical-align:middle;
    padding:10px 0;
    margin-left:-20px
}
.btngg b{
    font-size:20px;
    border-right:1px solid #f5f5f5;
    float:left;
    overflow:hidden;
    text-align:center;
    padding:10px;
    margin:0 10px 0 20px
}
.btnfb{
    background-color:#4c66a4;
    margin-bottom:15px;
    line-height:0;
    padding:16px 0;
    font-size:18px;
    color:#fff;
    border-radius:6px;
    display:block;
    overflow:hidden
}
.btnfb span{
    display:inline-block;
    vertical-align:middle;
    padding:10px 0;
    margin-left:-12px
}
.btnfb b{
    font-size:26px;
    border-right:1px solid #f5f5f5;
    float:left;
    overflow:hidden;
    text-align:center;
    padding:10px;
    margin:0 10px 0 20px;
    width:27px
}
.user,.pass{
    display:block;
    padding:10px 0;
    border:1px solid #ccc;
    border-radius:4px;
    background:#fff;
    font-size:14px;
    color:#666;
    text-indent:10px;
    line-height:30px;
    height:18px;
    width:100%;
    margin:0 -1px 10px
}
.forget{
    display:block;
    overflow:hidden;
    text-align:right;
    color:#288ad6;
    padding:10px 0
}
.forget:hover{
    text-decoration:underline
}
.submit{
    display:block;
    overflow:hidden;
    padding:12px 0;
    border:0;
    background:#ffd500;
    font-size:16px;
    color:#000;
    border-radius:4px;
    width:100%;
    cursor:pointer;
    margin-top:10px;
    font-weight:600
}
.boxsignup{
    display:none;
    overflow:hidden;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    z-index:15;
    margin:auto;
    padding:30px 50px 50px;
    width:350px;
    transform:translateY(-50%);
    border-radius:6px;
    background:#fff;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.5)
}
.boxapply{
    display:none;
    overflow:hidden;
    position:fixed;
    top:50%;
    left:0;
    right:0;
    z-index:15;
    margin:auto;
    padding:30px 50px 50px;
    width:350px;
    transform:translateY(-50%);
    border-radius:6px;
    background:#fff;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.5)
}
.boxapply .submit{
    width:150px;
    float:left;
    display:block
}
.boxapply .reject{
    width:150px;
    display:block;
    overflow:hidden;
    float:right;
    padding:12px 0;
    border:0;
    background:rgba(146,146,146,.5);
    font-size:16px;
    color:#000;
    border-radius:4px;
    cursor:pointer;
    margin-top:10px;
    font-weight:600
}
.boxapply .selectbox{
    margin-bottom:15px;
    width:100%
}
.boxapply .label{
    float:left;
    padding:0 10px 10px 10px
}
.boxapply .note{
    float:left;
    padding:10px;
    font-size:15px
}
.boxforgotpass{
    display:none;
    overflow:hidden;
    position:fixed;
    top:50%;
    left:0;
    right:0;
    z-index:15;
    margin:auto;
    padding:30px 50px 50px;
    width:350px;
    transform:translateY(-50%);
    border-radius:6px;
    background:#fff;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.5)
}
.boxforgotpass .inputcaptcha{
    float:left;
    display:inline-block;
    width:35%;
    display:block;
    padding:10px 0;
    border:1px solid #ccc;
    border-radius:4px;
    background:#fff;
    font-size:14px;
    color:#666;
    text-indent:10px;
    line-height:30px;
    height:18px;
    margin:0 -1px 10px
}
.boxforgotpass .imgcaptcha{
    margin-left:10px;
    float:left;
    display:inline-block;
    width:auto;
    height:40px
}
.fixbody{
    overflow:hidden
}
.overlay{
    background:rgba(0,0,0,.75);
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:9;
    display:none;
    cursor:pointer
}
.bartest{
    background:#1499de;
    overflow:hidden;
    padding:20px;
    color:#fff;
    font-size:24px;
    font-weight:600;
    line-height:1em;
    margin-bottom:5px
}
.candi{
    display:block;
    overflow:hidden;
    padding:10px;
    font-size:16px;
    background:#fff
}
.candi div{
    display:block;
    overflow:hidden;
    margin:10px 0
}
.candi div b,.candi div span{
    float:left
}
.candi div span{
    margin-left:50px
}
.subtable{
    margin-top:5px;
    background:#e4e4e4
}
.subtable .bg-head{
    background:#f7f7f7
}
.subtable td,.subtable th{
    padding:10px
}
.subtable tr{
    background:#fff
}
.subtable span{
    color:#000
}
.subtable strong{
    color:#20d320;
    font-weight:600
}
@media screen and (max-width:1024px){
    .boxsearch{
        max-width:978px
    }
    .boxsearch form{
        width:100%
    }
    nav li a{
        padding:19px 15px
    }
    nav li.login a{
        padding:18px 7px 17px
    }
    .contfoot li:nth-child(2){
        margin:0 7%
    }
    .contfoot li:last-child{
        width:35%
    }
}
#alertBox{
    width:100%;
    left:0;
    margin-top:0
}
#alertBox{
    width:50%;
    left:25%;
    margin-top:80px
}
.listitems {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.listitems li:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #3bb54a;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    display: block;
    margin: auto;
}
.listitems li:after{
	content: '';
    width: 3px;
    background: #3bb54a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.listitems li{
	display: block;
    padding: 0;
    background: #fff;
    font-size: 16px;
    position: relative;
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
.listitems li span {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
}
iframe {
	max-width: 100% !important;
}