:root{
	--color: #004DAD;
}
html,body{margin: 0;padding: 0;width: 100%;background: white;color: #000;}
.headTop{
	padding: 9px 4.32vw;
	background: var(--color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.82vw;
}
.headTop>span{
	color: white;
	display: none;
}
table.table{
	color: #000;
}
.headTop .nav li a:hover,
.headTop .nav li:hover{background: transparent!important;}
.headTop .nameAbbr div{
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-nav .open .dropdown-menu{position: absolute!important;background: white!important;}
section{
	margin: 0 auto;
	width: 1030px;
	max-width: calc(100% - 30px);
}
.body{
	display: flex;
}
.body .bodyContent{
	width: 735px;
	max-width: 100%;
}
.body .rightMenu{
	margin-left: 30px;
	width: 235px;
	flex-shrink: 0;
}
.body .rightMenu .countdown{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 10px;
}
.body .rightMenu .countdown>img{
	margin-bottom: 24px;
}
.rightMenu .menu{
	display: flex;
	flex-direction: column;
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	padding: 40px 0;
	margin: 30px 0;
}
.rightMenu .menu div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	font-weight: 700;
	background: #ffffff;
	border: 2px solid var(--color);
	border-radius: 100px;
	margin-bottom: 14px;
	padding: 8px 0;
	cursor: pointer;
}
.rightMenu .menu div.active{
	background: var(--color);
	color: white;
}
.rightMenu .qrcode{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.rightMenu .qrcode img{
	width: 155px;
	margin-bottom: 8px;
}
.rightMenu .qrcode div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 135px;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
}
.rightMenu .qrcode div span{
	text-align: center;
}
.foot{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	color: #000000;
	line-height: 18px;
	margin-top: 120px;
	padding-bottom: 70px;
}
.foot span{
	text-align: center;
}
.logo{
	margin-bottom: 34px;
	height: 67px;
}
.kv{
	width: 100%;
}
.title{
	display: flex;
	flex-direction: column;
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	border-bottom: 3px solid var(--color);
	margin-top: 60px;
	margin-bottom: 45px;
	padding-bottom: 25px;
}
.title div:last-child{
	font-size: 24px;
}
.fontTitle{
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	line-height: 18px;
}
.fontText{
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 30px;
}
.fontText1{
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 8px;
}
.downOne{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.downOne span:first-child{
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	color: var(--color);
	margin-right: 14px;
}
.downOne span:last-child{
	padding: 8px 45px;
	background: var(--color);
	border-radius: 100px;
	color: white;
	font-size: 20px;
	font-weight: 600;
}
.btn{
	border-radius: 8px;
	font-size: 20px;
	padding: 10px 20px;
}
.btn[download]>span{
	/*white-space: initial;*/
	font-size: 15px;
	line-height: 24px;
}
.input-group-btn .btn{
	padding: 13px 20px !important;
	font-size: 13px;
}
.modeCard{
	border: 1px solid #004dad;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 16px 9px;
	padding-left: 24px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 30px;
}
.modeCard:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 100%;
	background: var(--color);
}
.modeCard .name{
	font-size: 18px;
	font-weight: 700;
}
.modeCard .text{
	font-size: 15px;
	margin-top: 15px;
}
.userWin{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.userWin .view{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.userWin .view>i{
	font-size: 35px;
	color: white;
	margin-bottom: 14px;
	display: inline-block;
}
.userWin .view .form{
	background: white;
	width: 515px;
	max-width: 95vw;
	border-radius: 15px;
	padding: 35px 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-height: 80vh;
	overflow-y: scroll;
}
.userWin .formView{
	width: 100%;
}
.userWin .view .form .name{
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: #010101;
	border-bottom: 2px solid #010101;
	margin-bottom: 30px;
}
.userWin .view .form .form-control{
	margin-bottom: 12px;
}
.userWin .view .form .form-control.bootstrap-select,
.form-control{
	background: #ffffff;
	border: 1px solid var(--color)!important;
	border-radius: 5px!important;
	padding: 9px 20px!important;
	height: auto;
	min-height: 36px;
	font-size: 18px;
}
.userWin .view .form .form-control.bootstrap-select{
	background: transparent!important;
}
.userWin .bootstrap-select button.btn{
	padding: 0!important;
	border: none!important;
	background: transparent!important;
}
.userWin .bootstrap-select button.btn:focus{
	border: none!important;
}
.userWin .bootstrap-select .dropdown-toggle .caret{
	right: 0;
}
.userWin .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	padding-left: 20px;
}
.form-control:focus{
	border: 1px solid var(--color);
}
.required{
	position: relative;
	width: 100%;
}
.required:not(.no):before{
	content: '*';
	position: absolute;
	left: 20px;
	top: calc(25% );
	font-size: 18px;
	color: #ff0000;
}
.required input,
.required select{
	padding-left: 40px!important;
}
.userWin .view .form .gotoChangePwd{
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	color: var(--color);
	cursor: pointer;
}
.userWin .view .form>.btn{
	width: 53.79%;
	border-radius: 100px;
	margin-top: 37px;
}
.userWin .view .form .goto{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--color);
}
.userWin .agreement{
	display: flex;
	align-items: flex-start;
	color: #535353;
	font-size: 14px;
}
.userWin .agreement div{
	cursor: pointer;
}
.userWin .agreement l{
	color: var(--color);
}
.selectView{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.selectView input{
	z-index: 0;
	position: absolute;
	border: none!important;
	margin-left: 40px;
	width: calc(100% - 50px);
	padding-left: 0!important;
}
.selectView select{
	position: absolute;
	z-index: 1;
	background: transparent!important;
	border: none!important;
	margin-left: 40px;
	width: calc(100% - 50px);
	padding-left: 0!important;
}
.content-group .selectView select{
	width: calc(100% - 25px);
}
.countdownDate{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.countdownDate div{
	flex: 1;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--color);
	color: white;
	font-size: 25px;
	font-weight: 600;
	margin: 0 3px;
	padding: 7px 0;
	border-radius: 5px;
}
.countdownDate div span:last-child{
	font-size: 15px;
	font-weight: 400;
}
.menuIcon{
	display: none!important;
}
.menuIcon a{
	color: white;
}
.nav.navbar-nav.navbar-right{
	display: flex;
	align-items: center;
}
.text-bold{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-row{
	display: flex;
}
.form-row .left{
	flex-shrink: 0;
}
.form-row .left img{
	width: 239px;
	height: 239px;
	display: block;
	border: 1px solid var(--color);
	padding: 5px;
	border-radius: 5px;
}
.form-row .right{
	flex: 1;
}
.ke-container,
.ke-container-simple .ke-statusbar,
.ke-container-simple .ke-toolbar{
	border-color: var(--color)!important;
}
.ke-container{
	border-radius: 5px!important;
}
.card-title>div{
	justify-content: flex-start;
}
.switchView{
	display: flex;
	align-items: flex-end;
}
.switch{
	width: 55px;
	height: 25px;
	border: 1px solid var(--color);
	border-radius: 100px;
	position: relative;
	display: inline-block;
	margin-bottom: 6px;
	cursor: pointer;
}
.switch:before{
	content: '';
	position: absolute;
	left: 2.5px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: var(--color);
	border-radius: 100%;
}
.switch:after{
	content: '';
	position: absolute;
	right: 2.5px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 100%;
}
.switch.active{
	background: var(--color);
}
.titleRow{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
	color: var(--color);
	margin-bottom: 26px;
}
.titleRow i{
	width: 7px;
	height: 21px;
	background: var(--color);
	flex-shrink: 0;
}
.titleRow .name{
	flex: 1;
	margin: 0 10px;
}
.titleRow .click{
	background: var(--color);
	border-radius: 15px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}
.fontItem{
	font-size: 17px;
}
td{
	font-size: 16px;
}
.td{
	white-space: initial;
}
th{
	font-size: 18px;
	font-weight: 700;
}
.table .click{
	background: var(--color);
	border-radius: 15px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
}
.phoneCode{
	display: flex;
	align-items: center;
	border: 1px solid var(--color) !important;
    border-radius: 5px !important;
    height: auto;
    min-height: 36px;
    margin-bottom: 12px;
}
.phoneCode .code{
    margin-left: 40px;
    font-size: 18px;
}
.phoneCode .form-control{
	margin-bottom: 0!important;
	border: none!important;
	padding-left: 10px !important;
}
.bigTitle{
	font-size: 22px;
	font-weight: 700;
	color: var(--color);
	margin-bottom: 42px;
}
.smallTitle{
	display: flex;
	flex-direction: column;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	padding-left: 17px;
	margin-bottom: 28px;
}
.smallTitle:before{
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	background: var(--color);
	border: 1px solid var(--color);
}
.modelName{
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}
.descTest{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}
.registeation{
	margin-bottom: 30px;
}
.registeation th{
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}
.registeation.table>thead>tr>th,
.registeation.table>tbody>tr>td{
	padding: 10px!important;
	border-color: var(--color);
}
.registeation.table-bordered{
	border-color: var(--color);
}
.registeation.table>thead>tr>th:first-child,
.registeation.table>tbody>tr>td:first-child{
	font-weight: bold;
}
.vueRegistrationw .row{
	margin-bottom: 15px;
}
.vueRegistrationw .row>*{
	margin-bottom: 50px;
}
.vueRegistrationw .btn{
	margin-top: 20px;
	width: 100%;
}
.titleImg{
	position: relative;
	color: #fefefe;
}
.form-title{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}
.form-title>i:before{
    content: '*';
    margin-right: 7px;
    font-size: 18px;
    color: #ff0000;
}
.vueRegistration .row>*>*{
	margin-bottom: 10px;
}
.vueRegistration .list .item{
	display: flex;
	font-size: 16px;
	color: #010101;
	margin-bottom: 20px;
}
.vueRegistration .list .item i{
	margin-right: 8px;
	flex-shrink: 0;
	color: var(--color);
	margin-top: 4px;
}
.btn-rounded{
	border-radius: 100px;
}
.px-50{
	padding-left: 50px;
	padding-right: 50px;
}
.vueRegistration .btn{
	margin-bottom: 50px;
}
.vueRegistration .titleName{
	margin-bottom: 34px;
	font-size: 22px;
	font-weight: 700;
	color: var(--color);
	margin-top: 50px;
}
@media (min-width:769px){
	.vueRegistrationw .row{
		margin-left: -50px;
	    margin-right: -50px;
	}
	.vueRegistrationw .row>*{
	    padding-left: 50px;
	    padding-right: 50px;
	}
}
.titleImg img{
	width: 100%;
}
.titleImg .name{
	position: absolute;
	top: 7.8%;
	left: 19.6%;
	font-size: 20px;
	font-weight: 600;
}
.titleImg .sub-title{
	position: absolute;
	top: 59%;
	left: 45%;
	font-size: 15px;
	font-weight: 700;
}
.ticket .item{
	display: flex;
	padding: 20px 25px;
	margin-bottom: 15px;
	background: #f7fcfe;
	border: 1px solid var(--color);
	border-radius: 8px;
}
.ticket .item i{
	margin-top: 4px;
	margin-right: 15px;
	font-size: 22px;
	color: var(--color);
}
.ticket .item .info{
	display: flex;
	flex-direction: column;
}
.ticket .item .info .name{
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.ticket .item .info .tip{
	margin-top: 15px;
}
.ticket .item .info .red{
	margin: 15px 0;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fe0000;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.ticket .item .info .file{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	text-align: center;
}
.ticket .item .info .file img{
	width: 150px;
	height: 150px;
	border: 1px solid var(--color);
	padding: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}
.paymentView .item{
	border: 1px solid var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
}
.paymentView .item.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 0 0 40px 40px;
	border-style: solid;
	border-color: transparent transparent var(--color); transparent;
	z-index: 1;
}
.paymentView .item.active:before{
	content: '√';
	position: absolute;
	bottom: -2px;
    right: 7px;
	font-size: 18px;
	z-index: 2;
	color: white;
}
.paymentView .item .name{
	margin: 0 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.payBank{
	border-top: 1px solid #dcdcdc;
	margin-top: 25px;
	padding-top: 20px;
	font-size: 15px;
}
.payBank .item{
	display: flex;
	align-items: flex-start;
}
.payBank .item:before{
	content: '';
	width: 4px;
	height: 4px;
	margin-right: 7px;
	border-radius: 100%;
	background: #000;
	display: inline-block;
	margin-top: 9px;
}
.payBank .imgView{
	border: 1px solid var(--color);
	border-radius: 8px;
	padding: 20px 30px;
	background: #F7FCFE;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.payBank .imgView .red{
	font-size: 16px;
	font-weight: 600;
	color: #fe0000;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
	text-align: center;
}
.payBank .imgView .file{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.payBank .imgView .file img{
	width: 150px;
	height: 150px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid var(--color);
	margin-bottom: 20px;
	cursor: pointer;
}
.radioView{
	display: flex;
	align-items: center;
	font-size: 20px;
}
.radioView .item{
	display: flex;
	align-items: center;
}
.radioView .item i{
	color: var(--color);
	margin-right: 15px;
	font-size: 20px;
}
.invoiceView{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #dcdcdc;
}
.invoiceView label{
	font-size: 18px;
	color: #010101;
}
.winView{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.winView .view{
	width: 500px;
	max-width: 90vw;
	padding: 20px 25px;
	border-radius: 15px;
	background: white;
	display: flex;
	flex-direction: column;
}
.winView .view .titleWin{
	font-size: 20px;
	font-weight: 600;
	color: #010101;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 35px;
}
.winView .view .html{
	margin-bottom: 35px;
}
.winRegistration .html{
	display: flex;
	font-size: 18px;
}
.winRegistration .html i{
	font-size: 40px;
	margin-right: 13px;
}
.winRegistration .item{
	border-radius: 8px;
	padding: 20px;
	border: 1px solid var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.winRegistration .item.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 0 0 40px 40px;
	border-style: solid;
	border-color: transparent transparent var(--color); transparent;
	z-index: 1;
}
.winRegistration .item.active:before{
	content: '√';
	position: absolute;
	bottom: -2px;
    right: 7px;
	font-size: 18px;
	z-index: 2;
	color: white;
}
.winRegistration .item img{
	margin-bottom: 15px;
	width: 70%;
}
.winRegistration .btns{
	display: flex;
	flex-direction: initial;
	align-items: center;
	justify-content: space-between;
}
table.userTable>*:nth-child(3) tr th{
	padding-top: 35px!important;
}
@media (max-width:769px){
	.headTop{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.headTop>span{
		display: inline-block;
	}
	.rightMenu{
		display: none;
	}
	.menuIcon{
		display: inline-block!important;
	}
	.sidebar-mobile-main .rightMenu{
		display: inline-block;
		position: fixed;
		top: 65px;
		right: 0;
		height: calc(100vh - 65px);
		background: rgba(0, 0, 0, .8);
		padding: 20px;
		width: 75vw;
		overflow-y: scroll;
	}
	.rightMenu .qrcode div{
		color: white;
	}
	.downOne{
		flex-direction: column;
	}
	.body{
		margin-top: 75px;
	}
	.userWin .view .form>.btn{
		width: 80vw;
	}
	.userWin .view{
		margin-top: 50px;
	}
	.rightMenu .menu{
		align-items: center;
	}
	.rightMenu .menu div{
		width: 80%;
		padding: 3px 0;
	}
	.form-row{
		flex-direction: column;
	}
}