@charset "UTF-8";
/* ******************************************************************
	--home.css--
****************************************************************** */
html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	cursor: default;
	font-size: 14px;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 22px;
	overflow-x: hidden;
	background: #eaeaea;
}
a:hover {
	cursor: pointer;
	color: #65c8c6;
}
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;
}
/************************** button hover right******************************/
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-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;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-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: #4b9331;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}
/********************************calendar***********************************/
#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;
}
#myModalkythi_load .modal-content{
	margin-top: 40%;
}
.loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 10px;
    text-align: center;
}
.loader span {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    border: 1px solid #fff;
    animation: animate 2s linear infinite;
    opacity: 0;
}
.loader span:nth-child(1) {
    animation-delay:0.8s;
    background: #76b800;
}
.loader span:nth-child(2) {
    animation-delay:0.4s;
    background: #e2b900;
}
.loader span:nth-child(3) {
    animation-delay:0.2s;
    background: #ff0000;
}
@keyframes animate {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }
    25% {
        transform: translateX(-100px);
        opacity: 1;
    }
    50% {
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        transform: translateX(100px);
        opacity: 0;
    }
}
/**************************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;
}
/**************************checkbox******************************/
.custom-label {
	display: inline-block;
    margin-right: .8em;
    cursor: pointer;
    width: 100%;
    font-family: "latoregular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}
.width_checkbox100{
	width: 100%;
}
span.custom-check {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -.15em; /* Adjust to for best fit */
    margin: 0;
    width: 26px;
    height: 26px;
	margin-right: 5px;
    background: url(../images/icon/icon_checkbutton_grey@2x.png) no-repeat 0 0;
	background-size: 26px 26px;
}
@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) {
    span.custom-check  {
		background: url(../images/icon/icon_checkbutton_grey@2x.png) no-repeat 0 0;
		background-size: 26px 26px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    span.custom-check  {
		background: url(../images/icon/icon_checkbutton_grey@2x.png) no-repeat 0 0;
		background-size: 26px 26px;
	}
}
.custom-label em {
	font-style:normal;
}
.input_list_info_input.kn p.salary_type{
	float: left;
    display: block;
}
.input_list_info_input.kn p.salary_type label{
	margin-bottom:0px;
}
.input_list_info_input.kn p.salary_type .custom-label span.custom-check {
	margin-top: 5px;
    margin-right: 3px;
    margin-left: 15px;
}
span.custom-check.checked, .error span.custom-check.checked {
	background: url(../images/icon/icon_checkbutton_hover_grey@2x.png) no-repeat 0 0;
	background-size: 26px 26px;
}
@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) {
    span.custom-check.checked, .error span.custom-check.checked  {
		background: url(../images/icon/icon_checkbutton_hover_grey@2x.png) no-repeat 0 0;
		background-size: 26px 26px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    span.custom-check.checked, .error span.custom-check.checked  {
		background: url(../images/icon/icon_checkbutton_hover_grey@2x.png) no-repeat 0 0;
		background-size: 26px 26px;
	}
}
.error span.custom-check {
	background: url(../images/icon/icon_checkbutton_red@2x.png) no-repeat 0 0;
	background-size: 26px 26px;
}
@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) {
    .error span.custom-check.checked {
		background: url(../images/icon/icon_checkbutton_red@2x.png) no-repeat 0 0;
		background-size: 26px 26px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .error span.custom-check.checked {
		background: url(../images/icon/icon_checkbutton_red@2x.png) no-repeat 0 0;
		background-size: 26px 26px;
	}
}
/**************************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;
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.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;
	}
}
/**************************popup********************************/
.modal.in .modal-dialog {
    z-index: 9999;
	width: 800px;
}
.modal-header {
    border-bottom: 0px;
    padding: 0px 0px 0px 13%;
}
.modal-body {
    float: left;
    display: block;
    width: 100%;
    padding: 20px 13%;
}
.modal-header button {
    background: #be030c;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    position: relative;
    z-index: 9999;
}
.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;
}
.modal-header button:hover img{
	-webkit-transform: rotate(45deg); /* Safari */
	-moz-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.modal-header h4{
	font-family: 'Tinos', serif;
    font-size: 24px;
    padding-top: 20px;
    float: left;
    display: block;
    width: 85%;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}
.modal-footer {
    padding: 10px 13% 20px 13%;
    text-align: right;
    border-top: 0px;
    display: inline-block;
    width: 100%;
}
.modal-body-label_l{
	float: left;
	display: block;
	width: 100%;
}
.modal-body-label_l{
	margin-bottom: 10px;
}
.navbar-form.navbar-left{
	float: left;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.navbar-left .form-group-input input{
	width: 100%;
	background: #f3f7fa;
}
.button_send, .button_cancel{
	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;
}
.modal-footer .button_cancel{
	 background: #909090;
	 float: right;
}   
.confirm_r h4, #myModalFriend_confirm h4{
	border-bottom: 0px;
}
.modal-body ul{
	padding-left: 20px;
}
.modal-body ul li{
	font-size: 21px;
}
.modal-body ul li span{
	font-size: 14px;
}
.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: 290px;
    right: 343px;
    width: 100%;
}
#myModalFriend .modal-body form .form-group{
    margin-bottom: 20px;
}
.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;
    padding: 0px 12px;
	width: 100%;
}
/**************************.header_bar********************************/
.header, .header_bar{
	width: 100%;
	background: #76b800;
}
.header {
    position: fixed;
    padding: 10px 0px;
	z-index: 1030;
}
.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: 7px 20px 7px 0px;
    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 a span {
    color: #fff;
    padding-left: 5px;
}
.header.header_small{
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2); 
}
.header.header_small .hot_line_expand, .header.header_small .dangky_line_expand_span{
	margin: 4px 0px;
	-webkit-transition: .3s;
	transition: .3s;
}
.header.header_small .dangky_hot_line_expand button{
	margin-top: 3px;
}
.header.header_small .header_bar_expand .header_bar_expand_left li a{
	padding: 5px 20px 5px 0px;
}
.header.header_small .dangky_hot_line_expand button:hover {
    margin-top: 5px;
}
.dangky_hot_line_expand {
    float: left;
    display: block;
    width: 100%;
}
.dangky_hot_line_expand a.button{
    float: right;
    display: block;
    position: relative;
    padding: 4px 15px 1px 15px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s;
    transition: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: none;
    -moz-transition: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left: 10px;
    background: #ed1c24;
    background-size: 19px 19px;
    font-family: 'latobold' , Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 3px #7b0005;
    border: 1px solid #ed1c24;
    margin-top: 6px;
	margin-bottom: 9px;
}
.dangky_hot_line_expand a.button:last-child{
	margin-left: 0px;
}
.dangky_hot_line_expand a.button:hover{
    box-shadow: 0 1px #af9a00;
	margin-top: 8px;
	text-shadow: none;
}
.header.header_small .dangky_line_expand_span {
    margin: 2px 0px;
    -webkit-transition: .3s;
    transition: .3s;
}
.header.header_small{
    padding: 2px 0px;
    -webkit-transition: .3s;
    transition: .3s;
}
.cacbaivietcamnhan {
    float: right;
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
}
.header.header_small .cacbaivietcamnhan{
	padding-top: 10px;
}
.dangky_hot_line_expand a.cacbaivietcamnhan:hover{
	color: #ed1c24;
	text-decoration: none;
}
.dangky_hot_line_expand_t{
	float: left;
	display: block;
}
/*******************************scroll top****************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
	filter: alpha(opacity=0); /* IE8 and lower */
	zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
    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); /* IE8 and lower */
	zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*******************************34****************************/
.content_congra {
    background: url(../images/bg/bg_kithijlpt@2x.gif) repeat-x left 50px #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_congra {
		background: url(../images/bg/bg_kithijlpt@2x.gif) repeat-x left 50px #fff;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_congra {
		background: url(../images/bg/bg_kithijlpt@2x.gif) repeat-x left 50px #fff;
	}
}
.content_congra_title, .content_congra_span, .content_congra_span_green, .content_congra_span_black, .content_congra_content, .content_congra_content_left_row, .content_congra_content_left_row_ct,
.content_congra_content_left_left  .content_congra_content_left_row_ct_img, .content_congra_content_left_right  .content_congra_content_left_row_ct_img, 
.content_congra_content_left_left .content_congra_content_left_row_ct_ct, .content_congra_content_left_right .content_congra_content_left_row_ct_ct, .content_congra_content_left_row_ct_label,  
.content_congra_content_left_row_ct_title, .content_congra_content_left_row_ct_nd, .content_congra_content_left_row_ct_by_ct_view, .content_congra_content_left_row_ct_title a, .content_congra_content_right_ct{
	float: left;
	display: block;
	width: 100%;
}
.content_congra_title{
	margin-top: 100px;
    padding-top: 30px;
    font-family: 'Yeseva One', "latoregular", Arial, Helvetica, sans-serif;
    color: #ed1c24;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.content_congra_span{
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.content_congra_span_green{
	font-family: 'latobold' , Arial, Helvetica, sans-serif;
	color: #65c8c6;
}
.content_congra_span_black {
    margin-bottom: 80px;
}
.content_congra_content{
	border: 1px solid #e0f4f4;
	margin-bottom: 100px;
}
.content_congra_content_left{
	float: left;
    display: block;
    width: 82%;
    border: 1px solid #e0f4f4;
    margin-bottom: 100px;
    border-bottom: 0px;
	background: #fff;
}
.content_congra_content_left_row{
	border-bottom: 1px solid #e0f4f4;
	display: table;
	height: 100%;
}
.content_congra_content_left_row_r{
	width: 100%;
	display: table-row;
}
.content_congra_content_left_row_r_images{
	float: left;
	display: block;
	width: 100%;
	padding: 20px;
}
.content_congra_content_left_row_r_images img, .content_content_qc_ct, .content_slide_img{
	float: left;
	display: block;
	width: 100%;
}

.content_congra_content_left_row_r_images .slick-dotted.slick-slider {
    width: 100%;
    margin: 0 auto 0px auto;
	max-width: 893px;
}
.content_congra_content_left_row_r_images .slick-list {
	margin-left: 0px;
    width: 100%;
}
.content_congra_content_left_row_r_images .slick-dots li{
	width: 8px;
    height: 8px;
	margin: 0px 2.5px;
}
.content_congra_content_left_row_r_images .slick-dots li button{
	width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	background: #f0f0f0;
	text-indent: -9999px;
	margin: 0px;
}
.content_congra_content_left_row_r_images .slick-dots li.slick-active button{
	background: #d4d4d4;
}
.content_congra_content_left_row_r_images .slick-dots li.slick-active:hover button, .content_congra_content_left_row_r_images .slick-dots li:hover button{
	background: #76b800;
}
.content_congra_content_left_row_r_images .slick-dots{
	position: initial;
}
.content_congra_content_left_row_r .content_congra_content_left_left{
	display: table-cell;
	border-right: 1px solid #e0f4f4;
	width: 49.9%;
	vertical-align: top;	
}
.content_congra_content_left_row_r .content_congra_content_left_left.left_left {
	float: left;
}
.content_congra_content_left_row_r .content_congra_content_left_right{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.content_congra_content_left_left, .content_congra_content_left_row_ct, .content_congra_content_left_right{
	padding: 20px;
}
.content_congra_content_left_row_ct_img img{
	width: 100%;
	max-width: 340px;
}
.content_congra_content_left_left .content_congra_content_left_row_ct_img img, .content_congra_content_left_right .content_congra_content_left_row_ct_img img{
	width: 100%;
	max-width: 430px;
}
.content_congra_content_left_row_r .content_congra_content_left_row_ct_ct{
	padding: 0px 20px;
}
.content_congra_content_left_row_ct_label{
	margin-bottom: 20px;
	margin-top: 20px;
}
.content_congra_content_left_row_ct_label a{
	color: #b8c3c8;
    border-bottom: 1px solid #e0f4f4;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.content_congra_content_left_row_ct_label a:hover{
	border-bottom: 1px solid #65c8c6;
}
.content_congra_content_left_row_ct_label a:hover, .content_congra_content_left_row_ct_title a:hover{
	text-decoration: none;
	color: #65c8c6;
}
.content_congra_content_left_row_ct_title a{
	font-size: 26px;
	font-family: 'Yeseva One', "latoregular", Arial, Helvetica, sans-serif;
	line-height: 34px;
	color: #333;
	margin-bottom: 20px;
	max-height: 65px;
	overflow: hidden;
}
.content_congra_content_left_row_ct_nd{
	margin-bottom: 20px;
	max-height: 45px;
	overflow: hidden;
}
.content_congra_content_left_row_r .content_congra_content_left_row_ct_title a{
	max-height: 100px;
	overflow: hidden;
}
.content_congra_content_left_row_r .content_congra_content_left_row_ct_nd{
	max-height: 110px;
	overflow: hidden;
}
.content_congra_content_left_row_ct_view_bl{
	float: right;
	display: block;
}
.content_congra_content_left_row_ct_by{
	float: left;
	display: block;
	color: #b8c3c8;
	font-size: 12px;
	line-height: 20px;
}
.content_congra_content_left_row_ct_view{
	background: url(../images/icon/icon_view@2x.png) no-repeat left center;
	background-size: 18px 9px;
	float: right;
	display: block;
	padding-left: 23px;
	width: auto;
	color: #b8c3c8;
	font-size: 12px;
	line-height: 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_congra_content_left_row_ct_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_congra_content_left_row_ct_view{
		background: url(../images/icon/icon_view@2x.png) no-repeat left center;
		background-size: 18px 9px;
	}
}
.content_congra_content_left_row_ct_bl{
	background: url(../images/icon/icon_binhluan@2x.png) no-repeat left center;
    background-size: 18px 9px;
    float: right;
    display: block;
    padding-left: 23px;
    margin-right: 10px;
    width: auto;
	color: #b8c3c8;
	font-size: 12px;
	line-height: 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_congra_content_left_row_ct_bl{
		background: url(../images/icon/icon_binhluan@2x.png) no-repeat left center;
		background-size: 18px 9px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_congra_content_left_row_ct_bl{
		background: url(../images/icon/icon_binhluan@2x.png) no-repeat left center;
		background-size: 18px 9px;
	}
}
.content_congra_content_left_row_ct_img{
	width: 40%;
	float: left;
	display: block;
}
.content_congra_content_left_row_ct_ct{
	width: 57%;
	float: right;
	display: block;
}
.content_congra_content_left_row nav{
	display: flex;
}
.pagination {
    display: flex;
    padding-left: 0;
    margin: 30px auto;
    border-radius: 4px;
    width: auto;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0px;
    margin-left: 1px;
    line-height: 40px;
    color: #4b9331;
    text-decoration: none;
    background-color: #fff;
	border: 1px solid #e0f4f4;
    font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.pagination > li > a:hover{
    border: 0px;
	background-color: #4b9331;
	border: 1px solid #4b9331;
	color: #fff;
	height: 40px;
    width: 40px;
	line-height: 40px;
}
.pagination > li a.active{
	background-color: #4b9331;
    border: 1px solid #4b9331;
	color: #fff;
	position: relative;
    float: left;
    padding: 0px;
    margin-left: 1px;
    line-height: 40px;
	font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.pagination > li > a.pagination_first span{
	float: left;
    display: block;
    background: url(../images/icon/icon_pagefrist@2x.png) no-repeat center center;
    text-indent: -9999px;
    background-size: 15px 16px;
    width: 40px;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_first span{
		background: url(../images/icon/icon_pagefrist@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_first span{
		background: url(../images/icon/icon_pagefrist@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
.pagination > li > a.pagination_first span:hover{
	background: url(../images/icon/icon_pagefrist_hover@2x.png) no-repeat center center;
	background-size: 15px 16px;
	 width: 40px;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_first span:hover {
		background: url(../images/icon/icon_pagefrist_hover@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_first span:hover{
		background: url(../images/icon/icon_pagefrist_hover@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
.pagination > li > a.pagination_previous span{
	float: left;
	display: block;
	background: url(../images/icon/icon_previous@2x.png) no-repeat center center;
	text-indent: -9999px;
	background-size: 10px 16px;
	width: 40px;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_previous span {
		background: url(../images/icon/icon_previous@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_previous span{
		background: url(../images/icon/icon_previous@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
.pagination > li > a.pagination_previous span:hover{
	background: url(../images/icon/icon_previous_hover@2x.png) no-repeat center center;
	background-size: 10px 16px;
	width: 40x;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_previous span:hover{
		background: url(../images/icon/icon_previous_hover@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_previous span:hover{
		background: url(../images/icon/icon_previous_hover@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
.pagination > li > a.pagination_next span{
	float: left;
	display: block;
	background: url(../images/icon/icon_pagenext@2x.png) no-repeat center center;
	text-indent: -9999px;
	background-size: 10px 16px;
	width: 40px;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_next span {
		background: url(../images/icon/icon_pagenext@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_next span{
		background: url(../images/icon/icon_pagenext@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
.pagination > li > a.pagination_next span:hover{
	background: url(../images/icon/icon_next_hover2@2x.png) no-repeat center center;
	background-size: 10px 16px;
	width: 40x;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_next span:hover{
		background: url(../images/icon/icon_next_hover2@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_next span:hover{
		background: url(../images/icon/icon_next_hover2@2x.png) no-repeat center center;
		background-size: 10px 16px;
	} 
}
.pagination > li > a.pagination_last span{
	float: left;
	display: block;
	background: url(../images/icon/icon_pagelast@2x.png) no-repeat center center;
	text-indent: -9999px;
	background-size: 15px 16px;
	width: 40px;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_last span {
		background: url(../images/icon/icon_pagelast@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_last span{
		background: url(../images/icon/icon_pagelast@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
.pagination > li > a.pagination_last span:hover{
	background: url(../images/icon/icon_pagelast_hover@2x.png) no-repeat center center;
	background-size: 15px 16px;
	width: 40x;
	height: 40px;
}
@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) {
    .pagination > li > a.pagination_last span:hover{
		background: url(../images/icon/icon_pagelast_hover@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a.pagination_last span:hover{
		background: url(../images/icon/icon_pagelast_hover@2x.png) no-repeat center center;
		background-size: 15px 16px;
	} 
}
.pagination > li.all_news > a{
	width: auto;
    padding: 0px 8px;
}
.content_congra_content_right{
	float: left;
	display: block;
	width: 18%;
	border: 1px solid #e0f4f4;
	border-left: 0px;
	border-bottom: 0px;
	background: #fff;
}
.content_congra_content_right_ct{
	padding: 20px;
	border-bottom: 1px solid #e0f4f4;
}
.content_congra_content_right_ct_label, .content_congra_content_right_ct_ct, .content_congra_content_right_ct_ct li a, .content_congra_content_right_ct_ct li span,
.xemnhieu .content_congra_content_right_ct_la a, .content_congra_content_right_ct_tag, .thongbao_daujlpt{
	float: left;
	display: block;
	width: 100%;
}
.content_congra_content_right_ct_label{
	background: #e0f4f4;
	padding: 10px 0px 8px 0px;
	font-family: 'latobold' , Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.content_congra_content_right_ct_ct{
	padding-left: 20px;
}
.content_congra_content_right_ct_ct li{
	float: left;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0f4f4;
	margin-bottom: 10px;
}
.content_congra_content_right_ct_ct li span{
	float: left;
	font-size: 14px;
}
.content_congra_content_right_ct_ct li span.content_congra_content_right_ct_la{
	color: #333333;
	text-transform: uppercase;
}
.content_congra_content_right_ct_ct li.active span.content_congra_content_right_ct_la{
	font-weight: bold;
}
.content_congra_content_right_ct_ct li span.content_congra_content_right_ct_gt{
	font-size: 12px;
	color: #b9c3c9;
	line-height: 16px;
}
.content_congra_content_right_ct_ct li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.xemnhieu .content_congra_content_right_ct_la a{
	color: #333333;
	text-transform: initial;
}
.content_congra_content_right_ct_ct li a:hover, .xemnhieu .content_congra_content_right_ct_la a:hover, .content_congra_content_right_ct_tag_label a:hover, 
.content_congra_content_right_ct_ct li span.content_congra_content_right_ct_la:hover{
	text-decoration: none;
	color: #65c8c6;
}
.content_congra_content_right_ct_tag_label a{
	padding: 3px 10px 1px 10px;
	border: 1px solid #e0f4f4;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #333;
}
.content_congra_content_right_ct_tag_label, .content_congra_content_right_ct_tag_label a{
	float: left;
	display: block;
	width: auto;
}
.thongbao_daujlpt{
	background: url(../images/bg/bg_daujlpt@2x.jpg) no-repeat center center;
	background-size:153px 153px;
    width: 100%;
    height: 155px;
    text-align: center;
    text-indent: -9999px;
	float: left;
	display: block;
}
@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) {
    .thongbao_daujlpt{
		background: url(../images/bg/bg_daujlpt@2x.jpg) no-repeat center center;
		background-size: 153px 153px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .thongbao_daujlpt{
		background: url(../images/bg/bg_daujlpt@2x.jpg) no-repeat center center;
		background-size: 153px 153px;
	} 
}
.thongbao_daujlpt:hover{
	background: url(../images/bg/bg_daujlpt_hover@2x.jpg) no-repeat center center;
    background-size: 153px 153px;
}
@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) {
    .thongbao_daujlpt:hover{
		background: url(../images/bg/bg_daujlpt_hover@2x.jpg) no-repeat center center;
		background-size: 153px 153px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .thongbao_daujlpt:hover{
		background: url(../images/bg/bg_daujlpt_hover@2x.jpg) no-repeat center center;
		background-size: 153px 153px;
	}
}
.guicamnhan_daujlpt{
	background: url(../images/bg/bg_camnhanjlpt@2x.gif) no-repeat center center;
    background-size: 153px 240px;
    width: 100%;
    height: 240px;
    text-align: center;
    text-indent: -9999px;
	float: left;
	display: block;
}
@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) {
    .guicamnhan_daujlpt{
		background: url(../images/bg/bg_camnhanjlpt@2x.gif) no-repeat center center;
		background-size: 153px 240px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .guicamnhan_daujlpt{
		background: url(../images/bg/bg_camnhanjlpt@2x.gif) no-repeat center center;
		background-size: 153px 240px;
	} 
}
.guicamnhan_daujlpt:hover{
	background: url(../images/bg/bg_camnhanjlpt_hover@2x.gif) no-repeat center center;
    background-size: 153px 240px;
}
@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) {
    .guicamnhan_daujlpt:hover{
		background: url(../images/bg/bg_camnhanjlpt_hover@2x.gif) no-repeat center center;
		background-size: 153px 240px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .guicamnhan_daujlpt:hover{
		background: url(../images/bg/bg_camnhanjlpt_hover@2x.gif) no-repeat center center;
		background-size: 153px 240px;
	}
}
/*******************************35****************************/
.content_expand{
	float: left;
	display: block;
	width: 100%;
}
.content_expand{
	padding: 30px 60px;
}
.chitiet_jlpt_label{
	margin: 0 auto;
    padding: 8px 30px 5px 30px;
    background: #e0f4f4;
    width: auto;
    display: table;
    text-transform: uppercase;
}
.chitiet_jlpt_label{ 
	color: #333;
	font-family: 'latobold' , Arial, Helvetica, sans-serif;
}
.content_expand_news {
    width: 90%;
    float: left;
    display: block;
    margin: 20px 5% 0 5%;
    font-family: 'Yeseva One', cursive;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 15px;
}
.content_expand_date_view {
    width: 30%;
    float: left;
    display: block;
    margin: 0px 20% 20px 20%;
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
}
.content_expand_date_view {
    width: 50%;
    float: left;
    display: block;
    margin: 0px 25% 20px 25%;
    border-top: 1px solid #e0f4f4;
    padding-top: 15px;
}
.content_expand_content_small {
    width: 92%;
    float: left;
    display: block;
    margin: 0px 4%;
    font-family: 'Tinos', serif;
    font-size: 20px;
    font-weight: bold;
    color: #898989;
    line-height: 30px;
    text-align: center;
}
.content_expand.news hr {
    width: 50%;
    float: left;
    display: block;
    margin: 0px 25% 20px 25%;
    border-top: 1px solid #e0f4f4;
    margin-top: 15px;
    margin-bottom: 20px;
}
.content_expand_content {
    float: left;
    display: block;
    width: 100%;
}
.content_expand_content img{
	max-width: 1000px !important;
	width: auto;
}
.content_expand_content span, .content_expand_content ul{
	width: 54%;
    margin: 0 23% 20px 23%;
    float: left;
    display: block;
}
.content_expand_content span span, .content_expand_content ul li span span, .content_expand_content ul li span, .content_expand_content p span , .content_expand_content p span span{
	width: 100%;
    margin: 0;
    float: left;
    display: block;
}
.content_expand_content span span img, .content_expand_content span img, .content_expand_content p.image_content img, .content_expand_content p.image_content_img img{
	max-width: 750px;
	width: auto;
	margin: 0 auto;
	height: auto !important;
}
.content_expand.news .content_expand_content p.image_content a, .content_expand.news .content_expand_content p.image_content_img a{
	border-bottom: 0px;
	padding-top: 0px;
}
.content_expand_content p.image_content a img:hover, .content_expand.news .content_expand_content p.image_content_img a img:hover{
	-moz-box-shadow: 5px 5x 5px #cacaca;
	-webkit-box-shadow: 5px 5px 5px #cacaca;
	box-shadow: 5px 5px 5px #cacaca;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.content_expand.news .content_expand_content p, .chia2, .trichdan_hinhanh, table.table_chuan{
    width: 70%;
    margin: 0 15% 20px 15%;
    float: left;
    display: block;
    font-size: 15px;
    line-height: 23px;
}
.trichdan {
	float: left;
	display: block;
}
.content_expand.news .content_expand_content .trichdan p, .content_expand.news .content_expand_content .trichdan_hinhanh p{
	font-family: tinos;
    font-size: 17px;
    line-height: 25px;
}
.trichdan_hinhanh{
	padding: 20px 20px 20px 20px;
    background-color: #f3f7fa;
    border-bottom: 1px solid #c9dbe9;
}
.content_expand.news .content_expand_content p.image_content, .content_expand.news .content_expand_content p.image_content_img{
	max-width: 750px;
    width: auto;
    margin: 0px auto 10px auto;
    text-align: center;
    float: none !important;
}
.content_expand_content ul li{
	float: left;
	width: 100%;
}
.content_expand_content .content_expand_ad ul li{
	float: none;
    width: auto;
}
.content_expand_content .content_expand_ad ul{
	margin: 0 23% 0px 23%;
}
.chiatrai{
	float: left;
    display: block;
    width: 48%;
}
.chiaphai{
	float: right;
    width: 48%;
	display: block;
}
.content_expand_content p{
	margin-bottom: 20px;
	float: left;
    display: block;
}
.content_expand.news .content_expand_content .chia2 p{
	width: 100%;
    margin: 0;
}
.chia2 p.image_content img{
	width: 100%;
}
.chia2 p.image_content{
	width: 200px !important;
	margin-right: 20px;
	display: block;
}
.content_expand.news .content_expand_content .chia2 p, .content_expand.news .content_expand_content .trichdan_hinhanh p {
    width: auto !important;
    margin: 0px 0px 0px 0px !important;
    float: none;
}
.content_expand_content blockquote{
	float: left;
    display: block;
    border-left: 0px solid #333333;
    padding: 0px;
    margin: 0 4% 20px 4%;
    width: 92%;
}
.content_expand_content a{
	color: #4b9331;
    text-decoration: underline;
}
.content_expand.news .content_expand_content blockquote p, .content_expand_content blockquote p{
	font-family: 'Tinos', serif;
    font-size: 16px;
    border-left: 1px solid #333333;
    padding: 8px 0px 8px 30px;
	width: 100% !important;
	margin: 0px 0px 0px 0px !important;
	text-align: left !important;
}
.content_expand.news .content_expand_content .tieude {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Tinos', serif;
    font-weight: bold;
	line-height: 26px;
}
.content_expand.news .content_expand_content .trichdan p{
	padding: 10px 20px 10px 20px;
    background-color: #f3f7fa;
    border-bottom: 1px solid #c9dbe9;
}
.content_expand.news .content_expand_content a{
	line-height: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #4b9331;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding-top: 3px;
}
.content_expand.news .content_expand_content a:hover{
	text-decoration: none;
}
.content_expand.news .content_expand_content a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4b9331;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.content_expand.news .content_expand_content a:hover, .content_expand.news .content_expand_content a:focus, .content_expand.news .content_expand_content a:active {
	color: white;
}
.content_expand.news .content_expand_content a:hover:before, .content_expand.news .content_expand_content a:focus:before, .content_expand.news .content_expand_content a:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleY(1);
}
.first_letter::first-letter{
	padding-left: 10px;
}
.content_expand.news .content_expand_content .content_expand_adv a{
	max-width: 1000px;
    margin: 0 10px;
    position: relative;
    border-bottom: 0px solid #4b9331;
    width: 100%;
}
.content_expand.news .content_expand_content .content_expand_ad a:before, .content_expand.news .content_expand_content .content_expand_ad a:hover,
.content_expand.news .content_expand_content .content_expand_ad a{
	background: #fff;
}
.content_expand.news .content_expand_content .content_expand_ad a{
	padding-top: 0px;
	border-bottom: 0px;
}
.content_expand.news .content_expand_content em{
	font-family: 'latoitalic', Arial, Helvetica, sans-serif;
}
.content_expand.news .content_expand_content blockquote p em, .content_expand.news .content_expand_content blockquote p strong, .content_expand.news .content_expand_content blockquote p strong em,
.content_expand.news .content_expand_content blockquote p em strong{
	font-family: 'Tinos', serif;
}
.content_expand.news .content_expand_content strong{
	font-family: 'latobold', Arial, Helvetica, sans-serif;
}
.content_expand.news .content_expand_content strong em, .content_expand.news .content_expand_content em strong{
	font-family: 'latobold_italic', Arial, Helvetica, sans-serif;
}
.content_expand_content .content_expand_adv span{
	float: left;
    display: block;
    position: absolute;
    width: 30px !important;
    height: 20px;
    left: 0px;
    top: 0px;
    line-height: 20px;
    margin: 0px !important;
}
.content_expand_content .content_expand_adv span.quangcao_content_bg{
	background: #fff;
	opacity: 0.5;
	text-indent: -9999px;
}
.content_expand_content .content_expand_adv span.quangcao_content_text{
	color: #fff;
}
.content_expand.news .content_expand_ad hr{
	margin: 20px 41% 30px 41%;
    width: 18%;
}
.content_expand.news .content_expand_ad hr:last-child{
	margin: 30px 41% 20px 41%;
    width: 18%;
}
.listview_slider{
	float: left;
    display: block;
    width: 100%;
    position: relative;
}
.single-item{
	width: 555px;
    margin: 0 auto;
	height: 420px;
	position: relative;
}
.single-item .slick-list.col-lg-offset-1 {
    margin-left: 0;
}
.single-item .slick-list.col-lg-10 {
    width: 100%;
	padding: 0px;
	z-index: 1;
}
.single-item .slick-list .slide-count-img{
	float: left;
    display: block;
    width: 555px;
    background: #333333;
}
.single-item .slick-list .slide-count-img-ct {
    background: #333333;
    height: 420px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 555px;
}
.single-item .slick-slide img {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: initial;
    max-width: 555px;
    max-height: 420px;
}
.slide-count-wrap{
	margin-bottom: 10px;
    text-align: right;
    padding-right: 27px;
    color: #333;
    font-size: 16px;
    font-family: "latobold", Arial, Helvetica, sans-serif;
    position: relative;
    float: left;
    display: block;
    width: 100%;
}
.slick-list .slide-count-wrap .slick-prev{
	top: 19px;
	left: 83%;
	background: url(../images/icon/icon_pre@2x.png) no-repeat center top;
	background-size: 10px 16px;
	padding: 0px;
    height: auto;
	border: none;
    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) {
    .slick-list .slide-count-wrap .slick-prev{
		background: url(../images/icon/icon_pre@2x.png) no-repeat center top;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-list .slide-count-wrap .slick-prev{
		background: url(../images/icon/icon_pre@2x.png) no-repeat center top;
		background-size: 10px 16px;
	} 
}
.slick-list .slide-count-wrap .slick-next{
	top: 19px;
    left: 96%;
    background: url(../images/icon/icon_next@2x.png) no-repeat right top;
    background-size: 10px 16px;
    padding: 0px;
    height: auto;
    width: 20px;
    border: none;
    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) {
    .slick-list .slide-count-wrap .slick-next{
		background: url(../images/icon/icon_next@2x.png) no-repeat right top;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-list .slide-count-wrap .slick-next{
		background: url(../images/icon/icon_next@2x.png) no-repeat right top;
		background-size: 10px 16px;
	} 
}
.slick-list .slide-count-wrap .slick-next:hover{
	background: url(../images/icon/icon_slide_hover_next@2x.png) no-repeat right top;
	background-size: 10px 16px;
}
@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) {
    .slick-list .slide-count-wrap .slick-next:hover{
		background: url(../images/icon/icon_slide_hover_next@2x.png) no-repeat right top;
		background-size: 10px 16px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-list .slide-count-wrap .slick-next:hover{
		background: url(../images/icon/icon_slide_hover_next@2x.png) no-repeat right top;
		background-size: 10px 16px;
	}
}
.slick-list .slide-count-wrap .slick-prev:hover{
	background: url(../images/icon/icon_slide_hover_pre@2x.png) no-repeat center top;
	background-size: 10px 16px;
}
@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) {
    .slick-list .slide-count-wrap .slick-prev:hover{
		background: url(../images/icon/icon_slide_hover_pre@2x.png) no-repeat center top;
		background-size: 10px 16px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-list .slide-count-wrap .slick-prev:hover{
		background: url(../images/icon/icon_slide_hover_pre@2x.png) no-repeat center top;
		background-size: 10px 16px;
	}
}
.slick-list .slide-count-wrap .slick-prev span, .slick-list .slide-count-wrap .slick-next span{
	background: none;
}
.single-item .slick-track{
	display: table;
}
.single-item .slick-initialized .slick-slide {
    display: table-row;
}
.single-item .slick-prev{
	top: 59%;
    left: 0%;
    background: url(../images/bg/bg_slideshow@2x.png) repeat left top;
    padding: 10px;
    width: 38px;
	height: 52px;
	z-index: 10;
}
@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) {
    .single-item .slick-prev{
		background: url(../images/bg/bg_slideshow@2x.png) repeat left top;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single-item .slick-prev{
		background: url(../images/bg/bg_slideshow@2x.png) repeat left top;
	}
}
.single-item .slick-next{
	top: 59%;
	left: 93%;
	background: url(../images/bg/bg_slideshow@2x.png) repeat left top;
	padding: 10px;
    width: 38px;
	height: 52px;
	z-index: 10;
}
@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) {
    .single-item .slick-next{
		background: url(../images/bg/bg_slideshow@2x.png) repeat left top;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single-item .slick-next{
		background: url(../images/bg/bg_slideshow@2x.png) repeat left top;
	}
}
.single-item .slick-prev span{
	top: 59%;
    left: 0%;
    background: url(../images/icon/icon_slideshow_pre@2x.png) no-repeat left top;
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
    float: left;
    display: block;
}
@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) {
    .single-item .slick-prev span{
		background: url(../images/icon/icon_slideshow_pre@2x.png) no-repeat left top;
		background-size: 18px 32px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single-item .slick-prev span{
		background: url(../images/icon/icon_slideshow_pre@2x.png) no-repeat left top;
		background-size: 18px 32px;
	}
}
.single-item .slick-next span{
	top: 59%;
	left: 95%;
	background: url(../images/icon/icon_slideshow_next@2x.png) no-repeat 96% top;
	width: 18px;
    height: 32px;
    background-size: 18px 32px;
    float: left;
    display: block;
}
@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) {
    .single-item .slick-next span{
		background: url(../images/icon/icon_slideshow_next@2x.png) no-repeat 96% top;
		background-size: 18px 32px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single-item .slick-next span{
		background: url(../images/icon/icon_slideshow_next@2x.png) no-repeat 96% top;
		background-size: 18px 32px;
	}
}
.single-item .slick-prev span:hover, .single-item .slick-next span:hover{
	opacity: 0.3;
	filter: alpha(opacity=30); 
	zoom: 1; 
}
.chuthich{
	float: left;
	display: block;
	width: 100%;
	border-left: 1px solid #333333; 
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 10px;
	font-family: 'Tinos', serif;
	font-size: 16px;
}
.content_expand_content_tag, .content_expand_content_comment{
	width: 90%;
    float: left;
    display: block;
    margin: 20px 5% 20px 5%;
}
.content_expand_content_tag{
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #e0f4f4;
}
.content_expand_content_tag_ct{
	border-bottom: 1px solid #e0f4f4;
	padding: 0px 0px 15px 0px;
	float: left;
	display: block;
	width: 100%;
}
.content_expand_content_tag_label{
	float: left;
    display: block;
    margin-right: 5px;
    width: 35px;
}
.content_expand_content_tag_content{
	float: left;
    display: block;
    width: 90%;
}
.content_expand_content_tag_content a{
	color: #333;
}
.content_expand_content_tag_content a:hover{
	text-decoration: none;
	color: #65c8c6;
}
.content_expand_content_comment_title, .content_expand_content_comment_ct, .content_expand_content_comment_form, .content_expand_content_comment_ct_row, .content_expand_content_comment_ct_row_ct,
.content_expand_content_comment_ct_ava_name, .content_expand_content_comment_content, .content_expand_content_comment_form_title, .content_expand_content_comment_form_label, .content_expand_content_comment_form_error,
.content_expand_content_comment_form_f, .content_expand_content_comment_form_f_row, .form-group, .form-group-label, .form-group-input, .form-group-radio, .form-group-radio-left, .form-group-input_input, .form-group-la,
.content_congra_content_left_footer, .content_expand_review_t, .content_expand_content_comment_content_ans, .form-group-icon{
	float: left;
	display: block;
	width: 100%;
}
.content_expand_content_comment_title{
	font-size: 25px;
	font-family: 'Yeseva One', cursive; 
	line-height: 32px;
	text-align: center;
}
.content_expand_content_comment_ct{
	margin-top: 30px;	
}
.content_expand_content_comment_ct_row_ct, .content_expand_content_comment_ct_row{
	margin-bottom: 10px;
}
.content_expand_review_t nav{
	float: right;
    display: block;
    width: auto;
}
.content_expand_review_t nav span{
	float: left;
    display: block;
    width: auto;
    padding-right: 5px;
}
.content_expand_review_t nav .pagination {
    display: block;
    width: auto;
    float: right;
    padding: 0px;
    margin: 0px;
}
.content_expand_review_t nav  .pagination > li > a, .content_expand_review_t nav  .pagination > li > span {
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #e0f4f4;
    font-size: 14px;
    height: 24px;
    width: 24px;
}
.content_expand_review_t nav .pagination > li > a.pagination_first span, .content_expand_review_t nav .pagination > li > a.pagination_last span {
    background-size: 10px 11px;
    width: 22px;
    height: 22px;
	line-height: 22px;
	padding-right: 0px;
}
.content_expand_review_t nav .pagination > li > a.pagination_previous span, .content_expand_review_t nav .pagination > li > a.pagination_next span {
    background-size: 7px 11px;
    width: 22px;
    height: 22px;
	line-height: 22px;
	padding-right: 0px;
}
.content_expand_review_t nav .pagination > li a.active, .content_expand_review_t nav .pagination > li a:hover{
	background-color: #4b9331;
	border: 1px solid #4b9331;
}
.content_expand_content_comment_ct_ava{
	float: left;
	display: block;
	width: 30px;
	margin-right: 5px;
	height: 30px;
}
.content_expand_content_comment_ct_name{
	float: left;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: 'latobold', Arial, Helvetica, sans-serif;
}
.content_expand_content_comment_ct_type{
	float: right;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #b8c3c8;
}
.form-group-icon{
	background: #fff;
	padding: 4px 30px;
	border-bottom: 1px solid #e0f4f4;
}
.form-group-icon span{
	padding-right: 10px;
}
.form-group-icon span:hover{
	cursor: pointer;
}
.content_expand_content_comment_content{
	margin-top: 10px;
	background: #f9f9f9;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 8px 20px 8px 20px;
}
.content_expand_content_comment_content span{
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	padding-right: 3px;
}
.content_expand_content_comment_content span.content_arrow{
	font-size: 12px;
}
.content_expand_content_comment_content_ans, .content_expand_content_comment_content_ans a{
	font-size: 12px;
	color: #4b9331;
}
.content_expand_content_comment_content_ans{
	margin-top: 3px;
}
.content_expand_review_t{
	text-align: center;
}
.content_expand_review_t a{
	text-align: center;
	color: #4b9331;
	text-decoration: underline;
}
.author .content_expand_content_comment_content{
	background: #e0f4f4;
}
.admin .content_expand_content_comment_content{
	background: #f4fce6;
}
.content_expand_content_comment_ct_row_ct.comment_next{
	padding-left: 12%;
}
.content_expand_content_comment_form{
	border: 1px solid #d4d4d4;
	background: #f9f9f9;
	padding: 20px 80px 30px 80px;
	margin-top: 20px;
}
.content_expand_content_comment_form_title{
	font-size: 25px;
    font-family: 'Yeseva One', cursive;
    line-height: 32px;
    text-align: center;
	margin-bottom: 10px;
}
.content_expand_content_comment_form_label{
	font-family: 'Tinos', serif;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 10px;
	color: #898989;
}
.form-group-label{
	margin-bottom: 2px;
}
.form-group input {
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #d4d4d4;
    height: 31px;
    line-height: 32px;
    padding: 0px 12px;
}
.newsletter_cont_cont .form-group input {
	background: #f0f0f0;
}
.newsletter_cont_cont .form-group button {
    height: 31px;
    line-height: 30px;
}
.form-group-input textarea{
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.radio_group{
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px 100px 10px 100px;
}
.form-group-radio-left{
	margin-bottom: 10px;
}
.form-group-input_input .form-group-input{
	margin-bottom: 5px;
}
.form-group-la{
	font-family: 'latoitalic', Arial, Helvetica, sans-serif;
}
.form-group-la a, .width_checkbox a{
	color: #4b9331;
}
.form-group-label span{
	width: auto;
}
.form-group-label sup {
    margin-left: 3px;
    color: #ff0000;
    font-size: 16px;
    top: 0px;
}
.button_send, .button_cancel{
	float: left;
	display: block;
	width: 48%;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
}
.form-group button.button_cancel{
	float: right;
	background: #909090;
}
.content_congra_content_left_footer{
	border-top: 1px solid #e0f4f4;
	border-bottom: 1px solid #e0f4f4;
}
.content_congra_content_left_footer_left, .content_congra_content_left_footer_right{
	float: left;
	display: block;
	width: 50%;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	padding: 0px 30px;
}
.content_congra_content_left_footer_right{
	text-align: right;
}
.content_congra_content_left_footer_left:hover, .content_congra_content_left_footer_right:hover{
	background: #e0f4f4;
}
.content_congra_content_left_footer_left:hover a:hover, .content_congra_content_left_footer_right:hover a:hover{
	text-decoration: none;
}
.content_congra_content_left_footer_left a, .content_congra_content_left_footer_right a{
	background: url(../images/icon/icon_pre@2x.png) no-repeat left center;
	background-size: 10px 16px;
	padding-left: 18px;
	color: #333;
}
@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_congra_content_left_footer_left a, .content_congra_content_left_footer_right a{
		background: url(../images/icon/icon_pre@2x.png) no-repeat left center;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_congra_content_left_footer_left a, .content_congra_content_left_footer_right a{
		background: url(../images/icon/icon_pre@2x.png) no-repeat left center;
		background-size: 10px 16px;
	} 
}
.content_congra_content_left_footer_right a{
	background: url(../images/icon/icon_next@2x.png) no-repeat right center;
	background-size: 10px 16px;
	padding-right: 18px;
}
@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_congra_content_left_footer_right a{
		background: url(../images/icon/icon_next@2x.png) no-repeat right center;
		background-size: 10px 16px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_congra_content_left_footer_right a{
		background: url(../images/icon/icon_next@2x.png) no-repeat right center;
		background-size: 10px 16px;
	} 
}
.content_congra_content_left_footer_left a:hover, .content_congra_content_left_footer_right a:hover{
	color: #4b9331;
}
.content_expand_ad {
    max-width: 1000px;
    margin: 0 auto;
}
.quangcao_content_title {
    font-size: 11px;
    color: #898989;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px 5px 0px;
}
.quangcao_content, .quangcao_content_title {
    background: #fafafa;
}
.content_expand_adv, .quangcao_content_title {
    float: left;
    display: block;
    width: 100%;
}
.quangcao_content, .quangcao_content .slide, .content_slide_img {
    float: left;
    display: block;
    width: 100%;
}
.slide_tungnhich6 .content_slide_img{	
	width: 100% !important;
}
.slide_tungnhich6 .content_slide_img img{	
	max-width: 892px !important;
}
.slide_tungnhich6 .content_slide_img a:hover img, .content_congra_content_left_row .content_congra_content_left_row_ct_img a:hover img{	
	opacity: 0.7;
}
.slide_tungnhich1 .slick-list{
	width: 100%;
	margin-left: 0px;
}
.quangcao_content{
	margin-bottom: 20px;
}
.quangcao_content a {
    width: 813px;
    margin: 0 0px;
    float: left;
    display: block;
    position: relative;
}
.quangcao_content .content_content_qc .content_slide_img{
	width: 100%;
    margin: 0px;
    max-width: 813px;
}
.quangcao_content .content_content_qc .content_slide_img img{
	width: 100%;
}
.quangcao_content span{
	float: left;
	display: block;
	position: absolute;
	width: 30px;
	height: 20px;
	left: 0px;
	top: 0px;
	line-height: 20px;
}
.quangcao_content span.quangcao_content_bg{
	background: #fff;
	opacity: 0.5;
	text-indent: -9999px;
}
.quangcao_content span.quangcao_content_text{
	color: #fff;
}
.quangcao_content #quang_slide, .quangcao_content .content_slide_img, .quangcao_content .slide_each {
    height: 125px;
    overflow: hidden;
}
.content_content_qc .slick-dotted.slick-slider {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10px auto;
}
/*******************************36****************************/
.content_congra_span_black a{
	color: #e2b900;
}
.content_congra_content_jlpt, .kithinanglucnhatngu_form, .kithinanglucnhatngu_form form,.content_expand, .kithinanglucnhatngu_title, 
.kithinanglucnhatngu_label, .kithinanglucnhatngu_span, .kithinanglucnhatngu_form_e, .kithinanglucnhatngu_form form, 
.kithinanglucnhatngu_form_row, .kithinanglucnhatngu_form_row_label, .kithinanglucnhatngu_form_row_input, .kithinanglucnhatngu_form_row_input input, 
.tinh_dropdown, .trinhdo_dropdown{
    float: left;
    display: block;
    width: 100%;
}
.content_congra_content_jlpt{
	border: 1px solid #e0f4f4;
    padding: 30px 0px;
    margin-bottom: 80px;
}
.kithinanglucnhatngu_form_row {
    margin-bottom: 20px;
}
.kithinanglucnhatngu_form_left {
    float: left;
    display: block;
    width: 48%;
    position: relative;
}
.kithinanglucnhatngu_form_right {
    float: right;
    display: block;
    width: 48%;
    position: relative;
}
.kithinanglucnhatngu_form_row_label {
    padding-bottom: 5px;
}
.kithinanglucnhatngu_form_row_label sup {
    top: inherit;
    color: #ff0003;
    font-size: 14px;
}
.kithinanglucnhatngu_form_row_input input {
    height: 32px;
    line-height: 32px;
    border: 1px solid #f3f7fa;
    border-bottom: 1px solid #d4d4d4;
    background: #fff;
    padding: 0px 5px;
}
.themhinhinput_row{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.themhinhinput_row:last-child{
	margin-bottom: 0px;
}
.tuvantructuyen_content_input.error input, .kithinanglucnhatngu_form_row_input.error input, .kithinanglucnhatngu_form_row_input .error .format_fu, .kithinanglucnhatngu_form_row_input.error .select_style .select,
.kithinanglucnhatngu_form_row_input.error .label_select, .kithinanglucnhatngu_form_row_input.error textarea{
    border: 0px;
    border-bottom: 1px solid #ff0000;
}
.kithinanglucnhatngu_form_row_input 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) {
    .kithinanglucnhatngu_form_row_input 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) {
    .kithinanglucnhatngu_form_row_input a.common30_calendar{
		background: url(../images/icon/icon_calendar@2x.png) no-repeat center center #e9eff3;
		background-size: 16px 14px;
	} 
}
.select_style {
    margin-top: 0px;
    height: 32px;
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    display: block;
}
.label_select {
    border: 0px;
    width: 100%;
    color: #333;
    background: #fff;
    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_data {
    float: left;
    display: block;
    width: 90%;
}
.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;
}
@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) {
    .label_select span{
		background: url(../images/icon/icon_up@2x.png) no-repeat center center #e9eff3;
		background-size: 14px 8px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .label_select span{
		background: url(../images/icon/icon_up@2x.png) no-repeat center center #e9eff3;
		background-size: 14px 8px;
	}  
}
.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;
}
.new_custom_select ul li:first-child {
    border-top: 0px solid #76b800;
    background: #f0f0f0;
    padding: 5px 20px;
}
.format_fu {
    float: left;
    display: block;
    width: 80%;
    background: #fff;
    height: 32px;
    border-bottom: 1px solid #d4d4d4;
    line-height: 32px;
    font-family: "latoitalic", Arial, Helvetica, sans-serif;
    padding: 0px 10px;
}
.fileUpload {
    float: left;
    display: block;
    width: 20%;
    background: #4b9331;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    height: 32px;
}
.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
}
.fileUpload input.upload:hover, .fileUpload span:hover, .fileUpload:hover{
	cursor: pointer;
}
.fileUpload input.upload{
	z-index: 1;
}
.fileUpload span{
	float: left;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	z-index: 0;
	position: relative;
}
button.hvr-sweep-to-right:before, .fileUpload.hvr-sweep-to-right:before{
	background: #76b800;
}
button.button_cancel.hvr-sweep-to-right:before{
	background: #aaaaaa;
}
.kithinanglucnhatngu_form_row button.button_cancel{
	float: right;
	background: #909090;
}
#myModalkythi_confirm h4{
	border-bottom: 0px;
}
.kithinanglucnhatngu .kithinanglucnhatngu_form_row .kithinanglucnhatngu_form_row_input input, 
.kithinanglucnhatngu .kithinanglucnhatngu_form_row .kithinanglucnhatngu_form_row_input .label_select,
.kithinanglucnhatngu .kithinanglucnhatngu_form_row .kithinanglucnhatngu_form_row_input .format_fu{
	background: #f3f7fa;
}
.ten_file{
	float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 31px;
}
/*******************************37****************************/
.content_jobs_dd_lb, .content_jobs_dd_form, .content_jobs_dd_lb .content_jobs_dd_lb_title, .content_jobs_dd_lb_img, .content_jobs_dd_form, .content_jobs_dd_form_error, .content_jobs_dd_form_label,
.content_jobs_dd_form_ct, .content_jobs_dd_form_ct .content_jobs_dd_form_ct_label{
	float: left;
	width: 100%;
}
.content_jobs_dd_lb{
	margin-bottom: 30px;
}
.content_jobs_dd_lb .content_jobs_dd_lb_title{
	background: #76b800;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	animation: zoom-in-out-animation 1s;
    animation-iteration-count: infinite;
	font-size: 18px;
	line-height: 26px;
}
.content_jobs_dd_lb_img {
	position: relative;
	text-indent: -9999px;
	animation: zoom-in-out-animation 1s;
    animation-iteration-count: infinite;
}
@keyframes zoom-in-out-animation {
	0% { 
		transform: translate(0px, 0px); 
	}
	50% { 
		transform: translate(0px, 0px) scale(0.98); 
	}
	100% { 
		transform: translate(0px, 0px); 
	}
}
.content_jobs_dd_lb_img:after {
	left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(118, 184, 0, 0);
    border-top-color: #76b800;
    border-width: 25px;
    margin-left: -25px;
    margin-top: -5px;
}
.kithinanglucnhatngu_form_row_input textarea{
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	background: #fff;
}
.themhinh{
	float: left;
	display: block;
	width: auto;
	margin-top: 20px;
	background: url(../images/icon/icon_add@2x.png) no-repeat 30px center #fff;
    background-size: 20px 20px;
	height: 33px;
	border: 1px solid #4b9331;
	padding-left: 60px;
	line-height: 33px;
	text-transform: uppercase;
	padding-right: 30px;
	color: #4b9331;
}
.themhinh:hover{
	cursor: pointer;
}
.label_lb{
	font-size: 18px;
	color: #65c8c6;
	line-height: 26px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.kithinanglucnhatngu_form .form_control{
	background: #f3f7fa;
	border: 1px solid #e0f4f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 20px 100px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.label_radio {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 100px 8px 100px;
    margin-bottom: 15px;
}
.label_radio .prettyradio {
    width: 40%;
}
.kithinanglucnhatngu_form_row_chuthich, .kithinanglucnhatngu_form_row_chuthich_row{
	float: left;
	display: block;
	width: 100%;
}
.kithinanglucnhatngu_form_row_chuthich_row{
	margin-bottom: 20px;
}
.kithinanglucnhatngu_form_row_chuthich .kithinanglucnhatngu_form_row_chuthich_row:last-child{
	margin-bottom: 0px;
}
.button_huy_gui{
	padding: 0px 100px;
}
/*******************************38****************************/
.content_congra_content_left_row.tag_menu{
	background: #e0f4f4;
	padding: 20px 10% 10px 10%;
}
.tag_menu_span{
	font-size: 26px;
    font-family: 'Yeseva One', "latoregular", Arial, Helvetica, sans-serif;
    line-height: 34px;
	float: left;
	display: block;
	width: auto;
	padding-right: 7px;
}
.tag_menu_span_ct{
	float: left;
	display: block;
	width: auto;
	border: 1px solid #fff;
	font-size: 20px;
	height: 40px; 
	line-height: 40px;
	padding: 0px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content_expand.news .content_expand_content table.table_chuan{
	margin-bottom: 20px; 
	background: #f0f0f0; 
	border: 10px solid #f0f0f0;
}
table.table_chuan th{
	background:#76b800; 
	padding: 5px 10px; 
	border: 1px solid #d4d4d4; 
}
table.table_chuan td{
	background:#fff; 
	padding: 5px 10px 2px 10px; 
	border: 1px solid #d4d4d4; 
}
.table_chuan tbody, .table_chuan tr{
	width: 100%;
}
/*******************************footer****************************/
.disable-value {
    pointer-events: none !important;
	opacity: 0.5;
}
.div_hidden{
	display: none !important;
}
.div_block{
	display: block !important;
}
.div_green{
	color: #4b9331 !important;
}
.div_red{
	color: #ff0000 !important;
}
.label_error{
	color: #ff0003;
    border: 1px solid #ff0003;
    padding: 5px 30px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.label_select.error, .error .label_select {
    border-bottom: 1px solid #ff0000;
}
.kithinanglucnhatngu_form_e.label_error{
	padding: 5px 100px;
}
.g-recaptcha {
	transform-origin: left top;
	-webkit-transform-origin: left top;
	transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.bar_footer{
	background: #34363a;
	color: #d4d4d4;
	padding: 0px;
	font-size: 12px;
	line-height: 33px;
	height: 33px;
}
.zoomify-shadow.zoomed {
    background: #fff;
}
.content_expand.news .content_expand_content .trichdan p, .content_expand.news .content_expand_content .trichdan .theul {
    padding: 20px 30px 20px 30px;
    background-color: #f3f7fa;
    border-bottom: 1px solid #c9dbe9;
}
.content_expand.news .content_expand_content .trichdan.trichdan2 p, .content_expand.news .content_expand_content .trichdan_hinhanh.trichdan2 {
    background-color: #e9f9cc;
    border-bottom: 1px solid #4b9331;
}
.content_expand.news .content_expand_content .trichdan.trichdan3 p, .content_expand.news .content_expand_content .trichdan_hinhanh.trichdan3 {
    background-color: #f8ebe6;
    border-bottom: 1px solid #fc4c02;
}
.huongdanvideo a {
	color: #333;

}
.huongdanvideo a:hover {
	color: #76b800;
	text-decoration: underline;
	
}
