@charset "UTF-8";
/* ******************************************************************
	--home.css--
****************************************************************** */
html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	cursor: default;
	font-size: 15px;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 23px;
	overflow-x: hidden;
	background: #eaeaea;
}
a:hover {
	cursor: pointer;
	color: #ec2028;
}
a:focus {
	outline: none
}
img, object, embed {
	height: auto;
}
object, embed {
	height: 100%
}
img {
	-ms-interpolation-mode: bicubic;
	display: inline-block;
}
textarea {
	height: auto;
	min-height: 50px;
	resize: none;
	outline: none;
}
select {
	width: 100%;
	outline: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*{
	outline: none;
}
input, radio{
	outline: none;
}
.clear{
	clear: both;
}
::selection {
    color: #FFF;
    background-color: #be030c;
}
/**************************.header_bar********************************/
.header, .header_bar{
	width: 100%;
	background: #76b800;
}
.header_bar_expand{
	float: left;
	display: block;
	width: 100%;
}
.header_bar_expand .header_bar_expand_left{
	margin: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    width: 100%;
}
.header_bar_expand .header_bar_expand_left li{
	float: left;
	display: block;
	width: auto;
}
.header_bar_expand .header_bar_expand_left li a{
	float: left;
    display: block;
    padding: 10px 20px;
    border-right: 1px solid #8ac326;
    border-left: 1px solid #67ab11;
    color: #333333;
    font-size: 13px;
}
.header_bar_expand .header_bar_expand_left li.active a, .header_bar_expand .header_bar_expand_left li a:hover{
	color: #fff;
	text-decoration: none
}
.header_bar_expand .header_bar_expand_left li:first-child a{
	border-left: 0px solid #67ab11;
	padding-left: 0px;
}
.header_bar_expand .header_bar_expand_left li:last-child a{
	border-right: 0px solid #67ab11;
}
.hot_line_expand{
	float: right;
	display: block;
	width: 60%;
}
.hot_line_expand_span{
	float: left;
	display: block;
	width: 84%;
	height: 40px;
	background: url(../images/icon/icon_tel_head@2x.png) no-repeat #4b9331 20px center;
	background-size: 28px 28px;
	    padding: 8px 0px 10px 55px;
    min-height: 28px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .hot_line_expand_span{
		background: url(../images/icon/icon_tel_head@2x.png) no-repeat #4b9331 20px center;
		background-size: 28px 28px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hot_line_expand_span{
		background: url(../images/icon/icon_tel_head@2x.png) no-repeat #4b9331 20px center;
		background-size: 28px 28px;
	}
}
.hot_line_expand_span .hotline_small{
	float: left;
    display: block;
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    color: #fff;
}
.hot_line_expand_span  span.hotline_small a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    cursor: default;
}
.hot_line_expand_span .hotline_small sup {
    top: -.3em;
    font-size: 16px;
}
.hot_line_close{
	float: right;
    display: block;
    width: 16%;
}
.hot_line_close a{
	float: right;
    display: block;
    width: 100%;
    background: #be030c;
    height: 40px;
    text-align: center;
    padding: 10px;
}
.hot_line_close a img, .modal-header button img{
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
	-moz-transition: width 1s, height 1s, -moz-transform 1s; /* Safari */
    transition: width 1s, height 1s, transform 1s;
}
.hot_line_close a:hover img, .modal-header button:hover img{
	-webkit-transform: rotate(45deg); /* Safari */
	-moz-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
/*******************************scroll top****************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
	filter: alpha(opacity=0); 
	zoom: 1; 
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #ffffff;
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 32px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #d4d4d4;
}
.scroll-top-inner{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
	background-size: 16px 10px;
	text-indent: -9999px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
		background-size: 16px 10px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
		background-size: 16px 10px;
	}
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
	opacity: 1.0;
	filter: alpha(opacity=100); 
	zoom: 1; 
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*******************************social****************************/
.content_social{
	float: left;
    display: block;
    width: 40px;
	z-index: 10;
    margin-top: 200px;
}
.share-fix{
	position: fixed;
}
.share-pause{
	position: absolute;
}
.content_social_zalo, .content_social_face, .content_social_friend{
	float: left;
    display: block;
    width: 40px;
	height: 40px;
}
.content_social_zalo button, .content_social_face button, .content_social_friend button{
	width: 40px;
	height:40px;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border: 0px;
}
.content_social button .tooltiptext {
    visibility: hidden;
    width: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1; 
    height: 40px;
    left: 45px;
    line-height: 33px;
	-webkit-transition: width 0.5s; 
	-moz-transition: width 0.5s; 
    transition: width 0.5s;
}
.content_social_zalo button .tooltiptext {
	top: 0px;
}
.content_social_face button .tooltiptext {
	top: 40px;
}
.content_social_friend button .tooltiptext {
	top: 80px;
}
.content_social_zalo button:hover .tooltiptext{
	background: #0090ed;
	width: 120px;
}
.content_social_face button:hover .tooltiptext{
	background: #163774;
	width: 155px;
}
.content_social_friend button:hover .tooltiptext{
	background: #4b9331;
	width: 120px;
}
.content_social button:hover .tooltiptext {
    visibility: visible;
}
.content_social_zalo button, .content_social_zalo button:hover{
	background: url(../images/icon/icon_zalo@2x.png) no-repeat center center #0090ed;
	background-size: 22px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_social_zalo button, .content_social_zalo button:hover{
		background: url(../images/icon/icon_zalo@2x.png) no-repeat center center #0090ed;
		background-size: 22px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_zalo button, .content_social_zalo button:hover{
		background: url(../images/icon/icon_zalo@2x.png) no-repeat center center #0090ed;
		background-size: 22px 20px;
	}
}
.content_social_face button, .content_social_face button:hover{
	background: url(../images/icon/icon_face_view@2x.png) no-repeat center center #163774;
	background-size: 11px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_social_face button, .content_social_face button:hover{
		background: url(../images/icon/icon_face_view@2x.png) no-repeat center center #163774;
		background-size: 11px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_face button, .content_social_face button:hover{
		background: url(../images/icon/icon_face_view@2x.png) no-repeat center center #163774;
		background-size: 11px 20px;
	}
}
.content_social_friend button, .content_social_friend button:hover{
	background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
	background-size: 20px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_social_friend button, .content_social_friend button:hover{
		background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_friend button, .content_social_friend button:hover{
		background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
		background-size: 20px 20px;
	}
}
.modal.in .modal-dialog {
    z-index: 9999;
}
.modal-header{
	border-bottom: 0px solid #e5e5e5;
	padding: 0px;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
}
.modal-dialog, .modal.in .modal-dialog{
    width: 800px;
}
#myModalFriend .modal-header-title, #myModalUngtuyen .modal-header-title, #myModalUngtuyen_vltn .modal-header-title, #myModaldangky .modal-header-title, #myModalUngtuyenOTP .modal-header-title,
#myModalNoti .modal-header-title{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    float: left;
    display: block;
    background-size: 15px 15px;
    margin-top: 59px;
    padding-left: 45px;
    padding-top: 50px;
    font-size: 40px;
    color: #e9e9e9;
    text-transform: uppercase;
    position: absolute;
    height: 62px;
    z-index: 9999;
    top: 280px;
    right: 343px;
    width: 100%;
}
#myModalFriend .modal-content, #myModalUngtuyen .modal-content, #myModalUngtuyen_vltn .modal-content, #myModaldangky .modal-content, #myModalUngtuyenOTP .modal-content {
	padding-left: 100px;
    background: #ffff;
    border: 0px;
    float: left;
    display: block;
    width: 100%;
}
.modal-content{
	float: left;
    display: block;
    width: 100%;
}
#myModalFriend .modal-header, #myModalUngtuyen .modal-header, #myModalUngtuyen_vltn .modal-header, #myModaldangky .modal-header, #myModalUngtuyenOTP .modal-header{
	padding: 0px;
	border-bottom: 0px solid #e5e5e5;
}
#myModalFriend h4.modal-title, #myModalUngtuyen h4.modal-title, #myModalUngtuyen_vltn h4.modal-title, #myModaldangky h4.modal-title, #myModalUngtuyenOTP h4.modal-title{
	margin-right: 100px;
    padding-top: 20px;
    font-family: 'Tinos', serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
}
#myModalFriend .modal-header button, #myModalFriend_confirm .modal-header button, #myModalUngtuyen .modal-header button, #myModalUngtuyen_confirm .modal-header button,
#myModalUngtuyen_vltn .modal-header button, #myModalUngtuyen_vltn_confirm .modal-header button, #myModaldangky .modal-header button, #myModaldangky_confirm .modal-header button,
#myModalUngtuyenOTP .modal-header button, #myModalNoti .modal-header button{
	background: #be030c;
	color: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-top: 0px;
	opacity: 1;
	filter: alpha(opacity=100); 
	zoom: 1; 
}
#myModalFriend .modal-body, #myModalFriend_confirm  .modal-body, #myModalUngtuyen .modal-body, #myModalUngtuyen_confirm  .modal-body,
#myModalUngtuyen_vltn .modal-body, #myModalUngtuyen_vltn_confirm  .modal-body, #myModaldangky .modal-body, #myModaldangky_confirm  .modal-body, #myModalUngtuyenOTP .modal-body, #myModalNoti .modal-body{
	padding: 15px 100px 15px 0px;
    float: left;
    display: block;
}
.modal-body form{
	padding: 0px;
	margin: 0px;
}
#myModalFriend .modal-body form .form-group, .form-group-label, .form-group-input, .navbar-form .form-group-input input, .navbar-form .form-group-input textarea, .modal-body-confirm,
#myModalUngtuyen .modal-body form .form-group, #myModalUngtuyen_vltn .modal-body form .form-group, #myModaldangky .modal-body form .form-group, #myModalUngtuyenOTP .modal-body form .form-group{
	float: left;
    display: block;
	width: 100%;
}
#myModalFriend .modal-body form .form-group, #myModalUngtuyen .modal-body form .form-group, #myModalUngtuyen_vltn .modal-body form .form-group, #myModaldangky .modal-body form .form-group,
#myModalUngtuyenOTP .modal-body form .form-group{
	margin-bottom: 20px;
}
#myModalFriend .form-group-label, #myModalUngtuyen .form-group-label, #myModalUngtuyen_vltn .form-group-label, #myModaldangky .form-group-label, #myModalUngtuyenOTP .form-group-label{
	margin-bottom: 5px;
}
#myModalFriend .form-group-label sup, #myModalUngtuyen .form-group-label sup, #myModalUngtuyen_vltn .form-group-label sup, #myModaldangky .form-group-label sup, #myModalUngtuyenOTP .form-group-label sup{
	top: -.3em;
    left: 3px;
    color: #ff0000;
}
.navbar-form .form-group-input input, .navbar-form .form-group-input textarea{
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #f3f7fa;
    border: 0px solid #fff;
    border-bottom: 1px solid #d4d4d4;
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
}
.navbar-form .form-group-input textarea{
    padding: 6px 12px;
    line-height: 32px;
	height: auto;
}
#myModalFriend .modal-footer, #myModalFriend_confirm   .modal-footer, #myModalUngtuyen .modal-footer, #myModalUngtuyen_confirm  .modal-footer,
#myModalUngtuyen_vltn .modal-footer, #myModalUngtuyen_vltn_confirm   .modal-footer, #myModaldangky .modal-footer, #myModaldangky_confirm  .modal-footer, #myModalUngtuyenOTP .modal-footer, #myModalNoti .modal-footer{
	float: left;
    display: block;
    padding: 0px;
    margin-bottom: 30px;
	width: 100%;
	padding-right: 100px;
}
#myModalFriend_confirm .modal-footer, #myModalUngtuyen_confirm .modal-footer, #myModalUngtuyen_vltn_confirm .modal-footer, #myModaldangky_confirm .modal-footer, #myModalNoti .modal-footer{
	padding-left: 100px;
}
#myModalFriend .modal-footer .button_send, #myModalFriend_confirm .modal-footer .button_send, #myModalUngtuyen .modal-footer .button_send, #myModalUngtuyen_confirm .modal-footer .button_send,
#myModalUngtuyen_vltn .modal-footer .button_send, #myModalUngtuyen_vltn_confirm .modal-footer .button_send, #myModaldangky .modal-footer .button_send, 
#myModaldangky_confirm .modal-footer .button_send, #myModalUngtuyenOTP .modal-footer .button_send, #myModalNoti .modal-footer .button_send, #myModaldangky{
	float: left;
	display: block;
	width: 48%;
	background: #4b9331;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border: 0px solid #4b9331;
	height: 32px;
	line-height: 32px;
}
#myModalFriend .modal-footer .button_cancel, #myModalUngtuyen .modal-footer .button_cancel, #myModalUngtuyen_vltn .modal-footer .button_cancel, #myModaldangky .modal-footer .button_cancel,
#myModalUngtuyenOTP .modal-footer .button_cancel{
	float: right;
	display: block;
	width: 48%;
	background: #909090;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border: 0px solid #909090;
	height: 32px;
	line-height: 32px;
}
.modal-body-confirm{
	font-family: 'Tinos', serif;
    font-size: 24px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#myModalFriend_confirm .modal-body, #myModalUngtuyen_confirm .modal-body, #myModalUngtuyen_vltn_confirm  .modal-body, #myModaldangky_confirm .modal-body, #myModalNoti .modal-body{
	width: 90%;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ungtuyen_popup{
	line-height: 30px;
}
.modal-body .modal-body-label{
	padding-bottom: 20px;
	float: left;
	display: block;
	width: 100%;
}
#myModalUngtuyen .modal-body form .form-group.dienthoai, #myModalUngtuyen_vltn .modal-body form .form-group.dienthoai, #myModaldangky .modal-body form .form-group.dienthoai, #myModalUngtuyenOTP .modal-body form .form-group.dienthoai{
	width: 48%;
	float: right;
}
.tuvantructuyen_content_input.error input, .form-group-input.error input, .form-group-input.error textarea, .kithinanglucnhatngu_form_row_input.error input{
    border: 0px;
	border-bottom: 1px solid #ff0000;
}

/************************** button hover right******************************/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #76b800;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.button_cancel.hvr-sweep-to-right:before, .vltn_chitiet .button_cancel.hvr-sweep-to-right:before{
	background: #aaaaaa;
}
/*******************************13b****************************/
.content_jobs {
    background: #f3f7fa;
}
.content_header {
    margin-top: 30px;
    margin-bottom: 20px;
	float: left;
    display: block;
    width: 100%;
}
.content_header_left {
    float: left;
    display: block;
    width: auto;
    font-size: 11px;
    padding-top: 10px;
}
.content_header_left a{
	color: #4b9331;
}
.content_header_right, .content_header_right a{
	float: left;
	display: block;
	width: 100%;
	color: #fff;
}
.content_header_right {
    float: right;
    display: block;
    width: 6.5%;
    background: #be030c;
    font-size: 12px;
    color: #fff;
}
.content_header_right a{
	color: #fff;
}
.content_header_right .content_header_right_span {
    background: url(../images/icon/icon_flag@2x.png) no-repeat 7px center;
    padding: 3px 5px 3px 30px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.content_header_right .content_header_right_span{
		background: url(../images/icon/icon_flag@2x.png) no-repeat 7px center;		
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_header_right .content_header_right_span{
		background: url(../images/icon/icon_flag@2x.png) no-repeat 7px center;		
	}
}
.content_header_right .content_header_right_span{
    float: left;
    display: block;
    width: 100%;
}
.content_header_left.news_header_left{
	padding-top: 0px;
}
.content_expand_hoso{
    background: #fff;
    padding: 80px 0px;
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.content_expand_hoso, .hoso_chitiet_title, .hoso, .hoso_content_ct, .hoso_chitiet_ungtuyen, .hoso_chitiet_ungtuyen a, .hoso_mota, .hoso_content, .hoso_footer{
	float: left;
	display: block;
	width: 100%;
}
.hoso_chitiet_title {
    font-family: 'Tinos', serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
}
.content_expand_date_view {
    width: 16%;
    float: left;
    display: block;
    margin: 0px 42% 20px 42%;
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
}
.content_expand_date {
    width: auto;
    float: left;
    display: block;
    font-size: 11px;
    color: #4d4d4d;
}
.content_expand_view {
    width: auto;
    float: right;
    display: block;
    color: #b8c3c8;
    font-size: 12px;
    background: url(../images/icon/icon_view@2x.png) no-repeat left center;
    background-size: 18px 9px;
    padding-left: 23px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.content_expand_view{
		background: url(../images/icon/icon_view@2x.png) no-repeat left center;
		background-size: 18px 9px;		
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_expand_view{
		background: url(../images/icon/icon_view@2x.png) no-repeat left center;
		background-size: 18px 9px;		
	}
}
.content_expand_content_small {
    font-family: 'Tinos', serif;
    font-weight: bold;
    font-size: 20px;
    color: #898989;
    line-height: 30px;
    text-align: center;
}
.content_expand_hoso hr {
    width: 34%;
    float: left;
    display: block;
    margin: 0px 33%;
    border-top: 1px solid #d4d4d4;
    margin-top: 15px;
    margin-bottom: 20px;
}
.hoso{
	margin-top: 10px;
}
.hoso_title{
	float: left;
    display: block;
    width: 62%;
    margin: 0 30px;
    color: #4b9331;
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 25px;
}
.hoso_content_ct{
	text-align: center;
	font-family: 'Tinos', serif;
    font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	border-top: 1px solid #4b9331; 
}
.hoso_content_ct .hoso_luong{
	color: #f00;
}
.hoso_noilamviec .hoso_title{
	background: url(../images/icon/icon_hoso_diadiem@2x.png) no-repeat left 2px;
	background-size: 18px 20px;
    padding-left: 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.hoso_noilamviec .hoso_title{
		background: url(../images/icon/icon_hoso_diadiem@2x.png) no-repeat left 2px;	
		background-size: 18px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hoso_noilamviec .hoso_title{
		background: url(../images/icon/icon_hoso_diadiem@2x.png) no-repeat left 2px;
		background-size: 18px 20px;		
	}
}
.hoso_luong .hoso_title{
	background: url(../images/icon/icon_hoso_luong@2x.png) no-repeat left 2px;
	background-size: 20px 20px;
    padding-left: 25px;
	width: 67%;
    margin: 0 27px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.hoso_luong .hoso_title{
		background: url(../images/icon/icon_hoso_luong@2x.png) no-repeat left 2px;	
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hoso_luong .hoso_title{
		background: url(../images/icon/icon_hoso_luong@2x.png) no-repeat left 2px;
		background-size: 20px 20px;		
	}
}
.hoso_tiendichvu .hoso_title{
	background: url(../images/icon/icon_hoso_dichvu@2x.png) no-repeat left 2px;
	background-size: 20px 20px;
    padding-left: 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.hoso_tiendichvu .hoso_title{
		background: url(../images/icon/icon_hoso_dichvu@2x.png) no-repeat left 2px;	
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hoso_tiendichvu .hoso_title{
		background: url(../images/icon/icon_hoso_dichvu@2x.png) no-repeat left 2px;
		background-size: 20px 20px;		
	}
}
.hoso_hannop .hoso_title{
	background: url(../images/icon/icon_hoso_hannop@2x.png) no-repeat left 2px;
	background-size: 18px 18px;
    padding-left: 25px;
	width: 71%;
    margin: 0 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.hoso_hannop .hoso_title{
		background: url(../images/icon/icon_hoso_hannop@2x.png) no-repeat left 2px;	
		background-size: 18px 18px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hoso_hannop .hoso_title{
		background: url(../images/icon/icon_hoso_hannop@2x.png) no-repeat left 2px;
		background-size: 18px 18px;		
	}
}
.hoso_chitiet_ungtuyen a{
	background: #4b9331;
    color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px solid #4b9331;
    line-height: 40px;
    padding: 0px;
    height: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.hoso_chitiet_ungtuyen a:hover{
	text-decoration: none;
}
.hoso_mota{
	padding: 30px 30px 30px 65px;
	background: url(../images/icon/icon_back_hover_hoso@2x.png) repeat left top #008ed3;
	color: #fff;
	margin-bottom: 30px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.hoso_mota{
		background: url(../images/icon/icon_back_hover_hoso@2x.png) repeat left top #008ed3;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hoso_mota{
		background: url(../images/icon/icon_back_hover_hoso@2x.png) repeat left top #008ed3;	
	}
}
.hoso_content{
	padding: 0px 30px;
}
.hoso_content_coin, .hoso_content_row, .hoso_content_title, .hoso_footer, .hoso_quyenloi, .hoso_quyenloi_title, .hoso_quyenloi_cont{
	float: left;
	display: block;
	width: 100%;
}
.hoso_content_coin{
	border: 1px solid #4b9331; 
}
.hoso_content_row{
	padding: 20px 30px;
}
.hoso_content_row_td{
	background: #f3f7fa;
}
.hoso_content_row_tg{
	background: #e8f0f6;
	border-top: 1px solid #fff;
}
.hoso_content_row_dk{
	background: #dfebf4;
	border-top: 1px solid #fff;
}
.hoso_content_row_lt{
	background: #d1e4f2;
	border-top: 1px solid #fff;
}
.hoso_content_row_tdv{
	background: #c9e1f3;
	border-top: 1px solid #fff;
}
.hoso_content_title, .hoso_content_title a{
	font-family: "latobold", Arial, Helvetica, sans-serif;
    line-height: 26px;
    font-size: 18px;
    color: #4b9331;
    padding-bottom: 10px;
	text-decoration: none;
}
.content_expand_hoso .hoso_content_content hr {
    width: 34%;
    margin: 0px;
    border-top: 1px solid #333;
    margin: 0px 0px 5px 28px;
    
}
.content_expand_hoso ul, .hoso_title_form, .hoso_form, .hoso_form_ct, .hoso_form_ct p, .label_error, .form-group, .form-group-label, .form-group-input,
.modal-footer, .hoso_form_suc{
	float: left;
	display: block;
	width: 100%;
}
.content_expand_hoso .hoso_chitiet_ungtuyen a{
	width: 50%;
    margin: 0px auto;
    float: none;
}
.hoso_content_content{
	float: left;
	width: 100%;
}
.content_expand_hoso .hoso_chitiet_ungtuyen.ungtuyen_tuvan a{
	width: 100%;
	margin: 20px auto;
}
.hoso_footer{
	margin: 10px 0px;
}
.hoso_footer img{
	max-width: 750px;
}
.hoso_quyenloi_title{
	background-color: #e9f9cc;
    border-bottom: 1px solid #4b9331;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	line-height: 25px;
    font-size: 17px;
	padding: 15px 30px 10px 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.text_xanhduong{
	color: #244890;
}
.content_expand_hoso .hoso_quyenloi_cont .hoso_chitiet_ungtuyen a{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.hoso_title_form{
	color: #4b9331;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	line-height: 25px;
    font-size: 17px;
	margin: 20px 0px;
}
.hoso_form_ct{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    background: #fff;
    padding: 30px 50px;
    position: relative;
    margin-top: 0px;
    z-index: 1;
	margin-bottom: 30px;
}
.hoso_form{
	padding: 0px 30px;
}
.hoso_form_ct p{
	margin-bottom: 20px;
}
.label_error {
    color: #ff0003;
    border: 1px solid #ff0003;
    padding: 5px 30px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.navbar-form.navbar-left{
	padding: 0px;
    margin: 0px;
}
.hoten{
	width: 48%;
}
.dienthoai{
	width: 48%;
	float: right;
}
.hoso_form_ct .form-group{
	margin-bottom: 15px;
}
.form-group-label{
	line-height: 22px;
    font-size: 14px;
    padding-bottom: 3px;
}
.form-group-label sup{
	top: -0.3em;
    left: 3px;
    color: #ff0000;
}
.modal-footer{
	padding: 0px;
}
.modal-footer .button_send{
	float: left;
    display: block;
    width: 48%;
    background: #4b9331;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    height: 32px;
    line-height: 32px;
}
.modal-footer .button_cancel{
    float: right;
    display: block;
    width: 48%;
    background: #909090;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    height: 32px;
    line-height: 32px;
}
.hoso_form_suc{
    font-family: 'Tinos', serif;
    font-size: 24px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
	line-height: 32px;
}
.hoso_tuvanvien, .hoso_tuvanvien_cot_name, .hoso_tuvanvien_cot_name, .hoso_tuvanvien_cot_cd, .hoso_tuvanvien_cot_dd, .hoso_chinhanh, #accordion, .hoso_accor,
.hoso_accor_header, .hoso_accor_body, .ungtuyen_dif_left a, .ungtuyen_dif_right a{
	float: left;
	display: block;
	width: 100%;
}
.hoso_tuvanvien_img {
    float: left;
    display: block;
    width: 25%;
}
.hoso_tuvanvien_cot{
	float: left;
    display: block;
    width: 70%;
    padding-top: 30px;
}
.hoso_tuvanvien_cot_name{
	padding-bottom: 10px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.hoso_tuvanvien_cot_cd, .hoso_tuvanvien_cot_dd{
	font-family: 'latoitalic';
}
.hoso_chinhanh{
	border: 1px solid #4b9331;
	margin: 30px auto;
}
.hoso_accor_le{
	background: #f3f7fa;
}
.hoso_accor_chan{
	background: #e8f0f6;
}
.hoso_accor{
	padding: 20px 30px;
}
.hoso_accor_header ul li a{
	color: #4b9331;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.hoso_accor_header ul{
	padding-left: 15px;
	color: #4b9331;
	margin-bottom: 0px;
}
.hoso_accor_body ul li a{
	color: #333;
	text-decoration: underline;
}
.hoso_accor_body ul li a:hover{
	color: #4b9331;
}
.hoso_accor_body ul{
	margin-bottom: 0px;
}
.hoso_accor_body ul ul{
	padding-left: 25px;
}	
.ungtuyen_dif{
	padding: 20px 9% 50px 9%;
	float: left;
	display: block;
	width: 100%;
}
.ungtuyen_dif_left{
	float: left;
	display: block;
	width: 30%;
}
.ungtuyen_dif_left a{
	background: url(../images/icon/icon_pre@2x.png) no-repeat left 2px;
	background-size: 10px 16px;
    padding-left: 25px;
	color: #4b9331;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.ungtuyen_dif_left a{
		background: url(../images/icon/icon_pre@2x.png) no-repeat left 2px;	
		background-size: 10px 16px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ungtuyen_dif_left a{
		background: url(../images/icon/icon_pre@2x.png) no-repeat left 2px;
		background-size: 10px 16px;		
	}
}
.ungtuyen_dif_right{
	float: right;
	display: block;
	width: 30%;
}
.ungtuyen_dif_right a{
	background: url(../images/icon/icon_next@2x.png) no-repeat right 2px;
	background-size: 10px 16px;
    color: #4b9331;
    text-align: right;
    padding-right: 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.ungtuyen_dif_right a{
		background: url(../images/icon/icon_next@2x.png) no-repeat right 2px;
		background-size: 10px 16px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ungtuyen_dif_right a{
		background: url(../images/icon/icon_next@2x.png) no-repeat right 2px;
		background-size: 10px 16px;
	}
}
.ungtuyen_dif_2{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.ungtuyen_dif_2 a{
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.ungtuyen_dif_2.ungtuyen_dif_2_a{
	margin-bottom: 0px;
}
.div_hidden{
	display: none !important;
}
.div_block{
	display: block !important;
}
.div_green{
	color: #4b9331 !important;
}
.div_red{
	color: #ff0000 !important;
}
.modal-body .modal-body-label.label_error{
	color: #ff0003;
    border: 1px solid #ff0003;
    padding: 5px 30px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.noilamviecmongmuon_dropdown{
    float: left;
    display: block;
    width: 100%;
}
.select_style {
    margin-top: 0px;
    height: 32px;
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    display: block;
}
.select_style .select {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    float: left;
    border-bottom: 1px solid #d4d4d4;
    background: #f3f7fa;
}
select {
    width: 100%;
    outline: none;
}
.select_style .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select-span {
    background: url(../images/icon/icon_up@2x.png) no-repeat center center #e9eff3;
	background-size: 12px 8px;
    position: absolute;
    width: 32px;
    height: 32px;
    border-bottom: 1px solid #d4d4d4;
    right: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .select-span {
		background: url(../images/icon/icon_up@2x.png) no-repeat center center #e9eff3;
		background-size: 12px 8px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .select-span {
		background: url(../images/icon/icon_up@2x.png) no-repeat center center #e9eff3;
		background-size: 12px 8px;
	}  
}
.select_style .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 9px 0 9px 9px;
    margin: 0 5px 0 0;
    text-align: left;
    overflow: hidden;
}
.select_style .select .select-styled {
    line-height: 17px;
    height: 32px !important;
    margin-right: 0px;
    color: #333;
    padding-right: 22px;
    background: transparent;
	font-size: 14px;
	text-align: left;
	border-bottom: 0px;
}
.select_style .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: -1px 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #dbd9d9;
    color: #0d1218;
    border-top: none;
    font-size: 14px;
    overflow: auto;
    max-height: 150px;
}
.select_style .select-options li {
    margin: 0;
    padding: 3px 0 3px 10px;
    border-top: 1px solid #e5e5de;
    color: #898989;
    text-align: left;
    font-size: 13px;
}
.select_style ul.select-options li {
    padding: 7px;
}
.label_select {
    border: 0px;
    width: 100%;
    color: #333;
    background: #f3f7fa;
    font-size: 14px;
    line-height: 33px;
    height: 33px !important;
    text-align: left;
    padding-right: 0px;
	padding-left: 8px;
	border-bottom: 1px solid #d4d4d4;
}
.label_select.error{
	border-bottom: 1px solid #ff0000;
}
.label_select_data{
	float: left;
    display: block;
    width: 88%;
}
.new_custom_select li:hover, .label_select_data:hover{
	cursor: pointer;
}
.new_custom_select li:hover{
	color: #be030c;
}
.label_select span{
	background: url(../images/icon/icon_up@2x.png) no-repeat center center #e9eff3;
    background-size: 14px 8px;
	float: right;
	display: block;
	width: 32px;
    height: 32px;
	text-indent: -9999px;
}
.label_select span:hover{
	cursor: pointer;
}
.new_custom_select ul {
    width: 100%;
    border: 1px solid #76b800;
    position: relative;
    z-index: 999;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #0d1218;
    font-size: 14px;
    overflow: auto;
    max-height: 170px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.new_custom_select ul li {
    margin: 0;
    padding: 3px 20px 3px 20px;
    color: #4b9331;
    text-align: left;
    font-size: 12px;
    text-align: left;
}
a.common30_calendar {
    float: left;
    display: block;
    margin-left: 10px;
    background: url(../images/icon/icon_calendar@2x.png) no-repeat center center #e9eff3;
    background-size: 16px 14px;
    width: 32px;
    height: 32px;
    padding: 0px !important;
    margin: 0px 0px 0px 5px !important;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #d4d4d4;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    a.common30_calendar{
		background: url(../images/icon/icon_calendar@2x.png) no-repeat center center #e9eff3;
		background-size: 16px 14px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    a.common30_calendar{
		background: url(../images/icon/icon_calendar@2x.png) no-repeat center center #e9eff3;
		background-size: 16px 14px;
	} 
}
.dienthoai.lich{
	position: relative;
}
#calBorder table{
	border: 1px solid #4b9331;
}
#calBorder table table{
	border: 0px;
}
.calR font{
	font-size: 12px;
	color: #4b9331;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.calTD font.calR{
	color: #fff;
}
.gener_montyear select{
	height: 20px;
	border: 0px;
}
.gener_montyear select.MonthSelector{
    border-right: 1px solid #000;  
}
.calClose img:hover, .calClose img{
	border: 0px !important;
	background: transparent !important;
	margin-right: 10px;
}
.ungtuyen_dif_2 a {
    background: #4b9331;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px solid #4b9331;
    line-height: 32px;
    padding: 0px;
    height: 32px;
}
.bar_footer {
    background: #34363a;
    color: #d4d4d4;
    padding: 0px;
    font-size: 12px;
    line-height: 33px;
    height: 33px;
}
/**************************radio button******************************/
.prettycheckbox, .prettyradio {
	display: block;
    padding: 0px 20px 0px 0px;
    margin: 0;
    width: auto;
    float: left;
}
.prettyradio input{
    border: 1px solid #dde5e8;
    height: 25px;
    line-height: 15px;
    margin: 0;
    padding: 5px 10px;
    width: 300px;
    float: left;
    display: block;
    color: #666666;
}
.custom-radio {
    vertical-align: middle;
    display: none;
    position: relative;
    top: -.15em;
    margin: 2px .4em 0;
    width: 18px;
    height: 18px;
}
.prettycheckbox a, .prettyradio a {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
	background: url(../images/icon/icon_radiobutton_grey@2x.png) no-repeat 0 0;
	background-size: 25px 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .prettycheckbox a, .prettyradio a{
		background: url(../images/icon/icon_radiobutton_grey@2x.png) no-repeat 0 0;
		background-size: 25px 25px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .prettycheckbox a, .prettyradio a{
		background: url(../images/icon/icon_radiobutton_grey@2x.png) no-repeat 0 0;
		background-size: 25px 25px;
	}
}
.custom-radio.checked {
    background: url(../images/icon/icon_radiobutton_grey_hover@2x.png) no-repeat 0 0;
	background-size: 25px 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .custom-radio.checked {
		background: url(../images/icon/icon_radiobutton_grey_hover@2x.png) no-repeat 0 0;
		background-size: 25px 25px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .custom-radio.checked {
		background: url(../images/icon/icon_radiobutton_grey_hover@2x.png) no-repeat 0 0;
		background-size: 25px 25px;
	}
}
.prettyradio a.checked {
    background: url(../images/icon/icon_radiobutton_grey_hover@2x.png) no-repeat 0 0;
	background-size: 25px 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .prettyradio a.checked {
		background: url(../images/icon/icon_radiobutton_grey_hover@2x.png) no-repeat 0 0;
		background-size: 25px 25px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .prettyradio a.checked {
		background: url(../images/icon/icon_radiobutton_grey_hover@2x.png) no-repeat 0 0;
		background-size: 25px 25px;
	}
}
.prettycheckbox label, .prettyradio label {
    display: block;
    float: left;
    margin: 2px 5px 5px 5px;
    color: #333;
    cursor: pointer;
    line-height: 25px;
    font-weight: normal;
    height: 25px;
}
.input_list_info_input.rd .prettycheckbox label, .input_list_info_input.rd .prettyradio label, .input_list_info_input.quocgia .input_list_info_input_row .has-pretty-child .prettyradio label {
    font-weight: normal;
}
.prettycheckbox li .has-pretty-child .prettyradio label {
    line-height: 17px;
}
.prettycheckbox:last-child label, .prettyradio:last-child  label{
	margin-bottom: 0px;
}
.hoso_footer img, .img_hinhanh img, .chen_video iframe{
	width: 100%;
	max-width: 750px;
}
.hoso_accor_body{
	margin-top: 10px;
}
p.chenvideo1 iframe {
    min-height: 450px;
}
.hoso.hoso_hannop .hoso_content_ct{
	color: #ff0000;
}
.img_hinhanh, .hoso_video{
	display: block;
    float: left;
	width: 100%;
}
.img_hinhanh p, .hoso_video p{
	display: block;
    float: left;
	width: 100%;
	margin-bottom: 20px;
}
.chenvideo1.videovuong iframe{
	min-height:800px;
}
.guimaotp{
	padding-top: 10px;
    width: 100%;
    text-align: center;
}
.guimaotp a{
	color: #76b800;
	text-decoration: underline
}
.guimaotp a:hover{
	color: #be030c;
}
.content_expand {
    background: #fff;
	
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_expand{
		background: #fff;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_expand{
		background: #fff;
	}   
}
.unsubscribe_cont.maotp{
	padding-top: 20%;
}
.unsubscribe_cont.maotp .modal-body-label{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
}
.modal-body-label #timer{
	margin-bottom: 10px;
}
.unsubscribe_button {
    margin-bottom: 35%;
    padding-top: 30px;
}