body{
	color: #9b9fa0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.bor{ border: 1px solid red; }


@media (min-width: 1200px) {
    .container{
        max-width: 1006px;
    }

    .no_padding{
		padding-left: 0px;
	    padding-right: 0px;   	
    }
}

.note.no_padding{
	padding-left: 0px;
	padding-right: 0px;   	
}

.height_10{ height: 10px; }
.height_12{ height: 12px; }
.height_15{ height: 15px; }
.height_20{ height: 20px; }
.height_23{ height: 23px; }
.height_25{ height: 25px; }
.height_30{ height: 30px; }
.height_35{ height: 35px; }
.height_40{ height: 40px; font-size: 16px; padding-top: 8px;}
.height_45{ height: 45px; }
.height_50{ height: 50px; }
.height_55{ height: 55px; }


.mg-r20{
	margin-right: 20px;
}


.mg-b0{
	margin-bottom: 0 !important;
}

.mg-b15{
	margin-bottom: 15px;
}

.survey_header{
	padding: 15px;
}
@media (min-width: 1200px) {
    .survey_header{
		padding-top: 20px;
		padding-bottom: 35px;
		margin-left: -60px;
    }
}

.survey_h2{
	font-size: 20px;
    color: #ffffff;
    padding: 13px 30px 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin: 0px;
	text-align: center;

	background: #ff6500;
}

.survey_bg{
	background-color: #f6fafd;
}
.survey_border{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0px; 
	padding: 0 10px;
}

.ul_campaign{
	padding-top: 20px;
	padding-bottom: 27px;
}
ul.ul_campaign {
	list-style-type:disc;
	padding-left: 62px;
	margin-bottom: 0px;
}
ul.ul_campaign li{
    font-size: 44px;
    line-height: 25px;
    padding-left: 0px;
}
ul.ul_campaign li span{
    font-size: 14px;
    vertical-align: middle; 
    margin-left: -7px;
    letter-spacing: 2px;
}
.ul_campaign .title{
	letter-spacing: 0.5px;	
}

.survey_form_input{
	/*max-width: 548px;*/
	max-width: 578px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.survey_form_input h3{
	font-size: 18px;
	color: #808080;
	letter-spacing: 2.2px;
	line-height: 1.8;
	margin: 0px;
	padding-top: 45px;
	padding-bottom: 15px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.survey_form_input h3{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.survey_form_input .form-group{
	margin-bottom: 0px;
}
.survey_form_input .form-control{
	font-size: 16px;
	padding: 12px;
	height: 40px;
	border-radius: 5px;
	border-color: #d9d9d9;
	margin-bottom: 10px;
}
.survey_form_input label{
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #ff6500;
	/*font-weight: 400;*/
}

.survey_form_input label.error{
	margin-top: 0;
	margin-bottom: 0;
	color: red;
	display: block;
	font-size: 12px;
    font-weight: normal;
}
.required,
.survey_form_input label span{
	color: #ff6500;
}

.survey_form_input .note{
	font-size: 13.5px;
	color: #929192;
	letter-spacing: 1.9px;
}


/*Form inline*/
.survey_form_input .form-inline .form-control {    
    display: inline-block;
}
.survey_form_input .form-inline.inline_name .form-control{
	width: 49%;
}

/*Form radio*/
.survey_form_input .radio-inline{
	font-size: 16px;
}

/*[custom checkbox]*/
.custom-checkbox label{
	margin: 0 15px 0 0;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"]{
	display: none;
}
.custom-checkbox .vir-label{
	cursor: pointer;
    margin-bottom: 10px;
}
.custom-checkbox .vir-content{
    vertical-align: middle;
    font-size: 16px;
    margin-left: 6px;
    font-weight: normal;
    color: #666666;
	line-height: 1;
}
.custom-checkbox .vir-checkbox{
	width: 21px;
    height: 21px;
	border: 1px solid #a3a3a3;
	border-radius: 50px;
	background: #ffffff;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}



.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox:before,
.custom-checkbox input[type="radio"]:checked + .vir-label .vir-checkbox:before{
    content: "";
    background: #a3a3a3;
    border-radius: 50px;
    height: 11px;
    width: 11px;
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 4px;
}

.custom-checkbox .vir-checkbox.square-style,
.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox.square-style:before,
.custom-checkbox input[type="radio"]:checked + .vir-label .vir-checkbox.square-style:before{
	border-radius: 0px;
}

/*[custom checkbox/]*/

/*Start select*/
.survery_custome_select .dropdown-toggle:hover, 
.survery_custome_select .dropdown-toggle:active, 
.survery_custome_select .open .dropdown-toggle {
	background:none !important; 
	color: #666666 !important;
}
.survery_custome_select.btn-group .btn:first-child .btn-default,
.survery_custome_select.btn-group .btn:first-child .btn-default:hover,
.survery_custome_select.btn-group .btn:first-child .btn-default:active,
.survery_custome_select.btn-group .btn:first-child .btn-default:visited,
.survery_custome_select.btn-group .btn:first-child .btn-default:focus{
	padding: 12px;
}
.survery_custome_select .btn-default,
.survery_custome_select .btn-default:hover,
.survery_custome_select .btn-default:active,
.survery_custome_select .btn-default:visited,
.survery_custome_select .btn-default:focus,
.survery_custome_select .dropdown-toggle {
    background: none;
    color: #666666;
    height: 40px;
    text-align: left;
    font-size: 16px;    
    line-height: 1;
    margin-bottom: 10px;
}
.survery_custome_select .dropdown-toggle .caret{
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.survery_custome_select .btn-default,
.survery_custome_select .btn-default:hover,
.survery_custome_select .btn-default:active,
.survery_custome_select .btn-default:visited,
.survery_custome_select .btn-default:focus{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.survery_custome_select .dropdown-toggle{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;	
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;	
}
.survery_custome_select .dropdown-toggle,
.survery_custome_select .dropdown-toggle:hover,
.survery_custome_select .dropdown-toggle:active,
.survery_custome_select .dropdown-toggle:visited,
.survery_custome_select .dropdown-toggle:focus{ width: 30px !important; }
.survery_custome_select.btn-group .btn:first-child{ width: 55px; }
.survery_custome_select .dropdown-menu{ min-width: 85px; margin-top: -10px; }
/*End select*/

/*Form birth day*/
.inline_span_text{
	font-size: 16px;
	position: relative;
	top: -2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	/*font-weight: 600;*/
}
.survery_custome_select .btn.year_birth{ 
	width: 90px !important; 
}
@media (max-width: 500px) {
	.inline_span_text{
		padding-left: 2px;
		padding-right: 2px;
	}
/*	.survery_custome_select.btn-group .btn:first-child{ width: 20px; }*/
/*	.survery_custome_select .btn.year_birth{ width: 30px !important; }*/
}

.dropdown-menu.year_birth{
	min-width: 120px;
}

ul.dropdown-menu{
	max-height: 325px;
	overflow: auto;
}

/*Form email*/
.survey_form_input .form-inline.inline_email .form-control{
	width: 46%;
}
@media (max-width: 560px) {
	.survey_form_input .form-inline.inline_email .form-control{
		width: 45%;
	}
}

/*Code*/
.survey_form_input .form-inline.inline_code .form-control{
	width: 120px;
}

.survey_form_input .form-inline.inline_code .form-control.automatic_address{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
	border: 2px solid #ffffff;
	font-size: 14px !important;
	margin-left: 7px;
	line-height: 10px;
}

/*Resident type*/
.survery_custome_select .btn.standard_btn_select{ 
	width: 229px !important;
}
.dropdown-menu.standard_btn_select{
	min-width: 259px;
}
/*Resident type*/

.question{
	font-size: 17px;
	color: #ff6500;
	letter-spacing: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}

/*Term of use*/
.terms_of_use{
	padding: 0 25px;
    overflow-y: auto;
    height: 190px;
    overflow-x: hidden;
}
.terms_of_use p{
	letter-spacing: 2.5px;
	margin-bottom: 1px;
	line-height: 20px;
}
.check_terms_of_user .custom-checkbox .vir-content{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #333333;
}
.check_terms_of_user .custom-checkbox .vir-label{
    margin-bottom: 0px;
}
.check_terms_of_user .custom-checkbox .vir-checkbox{
	width: 17px;
    height: 17px;
	border: 1px solid #666666;
	box-shadow: -1px -1px 5px #cdcdcd;
	border-radius: 0px;
}
.check_terms_of_user .custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox:before,
.check_terms_of_user .custom-checkbox input[type="radio"]:checked + .vir-label .vir-checkbox:before{
    background: #404040;
    border-radius: 0px;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
}
.check_terms_of_user{
	background-color: #ffffff;
	margin-top: 30px;
	margin-bottom: 25px;
	text-align: center;
	padding: 11px;
}
@media (max-width: 768px) {
    .check_terms_of_user{
		margin-top: 15px;
		margin-bottom: 25px;
    }
	ul.ul_campaign {
		padding-left: 50px;
	}
}

.btn_servey{
	padding: 0;
}

/*Btn apply*/
.apply_now{
	font-size: 34px;
	letter-spacing: 3.5px;
	text-align: center;
	border: 0px;
	background-color: #009245;
	border-radius: 10px;
	color: #ffffff;
	padding: 9px;
	padding-bottom: 10px;
	width: 100%;
	font-weight: 600;
	display: block;
	position: relative;
}
.apply_now:hover,
.apply_now:active{
	color: #ffffff;
}
.play_icon{
	position: relative;
}
.play_icon:after,
.apply_now:after{
	content: "";
	background: url('/www/images/survey/play_button.png') no-repeat;
	display: block;
	width: 29px;
	height: 29px;
	top: 50%;
	right: 20px;
	margin-top: -14px;
	position: absolute;
}

.apply_now:active,
.apply_now:hover{
	color: #ffffff;
	text-decoration: none;
}

/*Btn back*/

.btn_back{
	padding-left: 0;
	padding-right: 20px;
}

.btn_back_sms{
	padding-right: 20px;
}

.back_to_survey{
	font-size: 34px;
	letter-spacing: 3.5px;
	text-align: center;
	border: 0px;
	background-color: #aaa;
	border-radius: 10px;
	color: #ffffff;
	padding: 9px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}

.back_to_survey:active,
.back_to_survey:hover{
	color: #ffffff;
	text-decoration: none;
}

/*SMS-Manul*/
.link-text{
	font-size: 16px;
    color: #333;
	word-break: break-all;
}



/*Footer*/
.img_end{
	text-align: center;
	padding-top: 55px;
	padding-bottom: 65px;
}
footer {
	padding-top: 40px;
	background: #1a1a1a;
	color: #E5E6E6;
	font-size: 16px;
	text-align: center;
	min-height: 230px;
	font-weight: bold;
}
footer .instance,
footer a {
	color: #E5E6E6;
	padding-right: 15px;
}
footer a:focus,
footer a:hover {
	color: #E5E6E6;
}
footer .copyright {
	padding-top: 40px;
}
@media (max-width: 768px) {
    .img_end{
		padding-top: 40px;
		padding-bottom: 70px;
    }
}

@media (max-width: 360px) {
	footer .instance,
	footer a {
		display: block;
    	text-align: center;
    	padding: 10px 0;
	}
}



@media only screen and (max-width : 768px) {
    .copy{
    	padding-top: 14px;
		padding-bottom: 30px;
    }
}
.footer_img{
	line-height: 0;
	padding-top: 15px;
}
@media only screen and (max-width : 768px) {
    .footer_img {
		padding-top: 35px;
    }
}

.footer_img img:first-child{
	padding-bottom: 5px;
}

/*Company*/
.survey_company{
	padding: 0 0 140px 0;
}

.survey_company_top{
	padding-top: 0;
	padding-bottom: 50px;
}

.survey_company_item{
	padding-top: 25px;
}
.survey_company_item h4{
	font-size: 17px;
	line-height: 1;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;	
	color: #ff6500;
	letter-spacing: 1.8px; 
	font-weight: 600;
}
.survey_company_item p{
	font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.8;
    margin-bottom: 0px;
}
.survey_company_item p:last-child{
	padding-bottom: 15px;
}
.survey_company_item span{
	font-size: 11px;
	line-height: 1;
	color: #0071bc;
	padding-bottom: 65px;
	display: inline-block;
	letter-spacing: 2.2px; 
	font-weight: 600;
}

.survey_company_bottom h2{
	border-radius: 5px;
}

.f-menu-wp{
	text-align: center;
}
.f-menu{
	overflow: hidden;
	padding-left: 1px;
	display: inline-block;
	
}
.f-menu a{
	color: white;
	padding: 0px 10px;
	display: block;
	float: left;
	margin-left: -1px;
	line-height: 1;
}

.footer .f-container{
	display: table;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
}

.footer .f-container .copy{
	padding-bottom: 0;
}

.padding-1{
	padding: 0 15px;
}

.confirm .form-group .form-inline{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

@media only screen and (max-width : 768px) {
	.f-menu-wp{
		text-align: left;
	}
	.footer .f-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.f-menu a{
		margin-bottom: 10px;
	}
	.footer .f-container .copy{
		padding-top: 4px;
	}
}

/*Policy*/
.survey_policy{
	padding-bottom: 140px;
}

.survey_policy p{
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 1.8;
	margin-bottom: 0px;
}

.survey_policy_title{
	padding-top: 30px;
	padding-bottom: 20px;	
}

.survey_policy_item{
    padding-top: 15px;
    padding-bottom: 30px;	
}
.survey_policy_item h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 8px;
    color: #ff6500;
    letter-spacing: 1.8px;
    font-weight: 600;
}
.survey_policy_item ol{
	margin-bottom: 0px;
	padding-left: 25px;
}
.survey_policy_item ol li{
	line-height: 2;
}

.sub_h{
	color: #0071bc;
}

.survey_end{
	text-align: right;
	margin-top: 25px;
	margin-bottom: 90px;
}
.padding_left_10{
	padding-left: 10px;
}
.padding_left_30{
	padding-left: 30px;
}
.padding_right_10{
	padding-right: 10px;
}

.check_sms{
	border-radius: 10px;
	font-weight: 400 !important;
	font-size: 16px;
	text-align: center;
}

.check_sms:hover{
	color: #ffffff;	
}


@media only screen and (max-width : 768px) {
	.check_sms{
		display: block;
		font-size: 13px;
	}
    .btn_back {
     	padding-right: 0; 
	}
	.btn_back {
		padding: 0 15px 10px 15px;
	}

	.btn_back_sms {
     	padding-right: 0; 
	}
	.btn_back_sms {
		padding: 0 15px 10px 15px;
	}
	
	.survey_form_input .padding-1{
		padding: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.survey_company_item span,
	.survey_company_item h4,
	.survey_company_item p{
		line-height: 1.5;
	}
	
	.header > .height_55{
		height: 0;
	}
	
	.survey_page_header{
		margin-top: 20px;
	}
}

@media only screen and (max-width : 480px) {
	.survey_form_input .form-inline.inline_name .xs-100,
	.xs-100{
		width: 100px;
	}
	.footer .f-container{
		padding: 20px 0;
	}
	
	.f-menu{
		display: block;
	}
	.f-menu a{
		display: block;
		border: 0;
		float: none;
		text-align: center;
		color: #d9eaff;
		text-decoration: underline;
		margin-bottom: 20px;
	}
	.copy{
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	
	
	.brithday-group .year_birth > .custom-select{
		min-width: 75px;
	}
	
	.brithday-group .survery_custome_select > .custom-select {
		min-width: 55px;
	}
	.brithday-group .custom-select:before{
		content: none;
	}
	
	.padding-1 .custom-checkbox > label{
		display: block;
		margin-right: 0;
		width: 100%;
	}
}

/*custom-select*/

.custom-select{
	width: 100%;
	display: inline-block;
    position: relative;
    min-width: 259px;
    margin-bottom: 10px;
}

.custom-select select {
	width: 100%;
	height: 40px;
	position: relative;
    padding: 6px 12px 6px 12px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #9d9d9d;
    background: none;
    z-index: 2;
}

.custom-select::after {
    content: "";
    color: #666666;
    position: absolute;
    right: 10px;
    top: 45%;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    z-index: 1;
}

.custom-select::before {
    content: "";
    color: #666666;
    font-size: 12px;
    position: absolute;
    right: 30px;
    border-right: 1px solid rgb(204, 204, 204);
    top: 0;
    bottom: 0;
    z-index: 1;
}

.year_birth > .custom-select {
	min-width: 120px;
}

.survery_custome_select > .custom-select {
	min-width: 85px;
}