@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: #414852;
	line-height: 23px;
	overflow-x: hidden;
	background: #fff;
}
a{
	color: #96c11f;
}
a:hover {
	cursor: pointer;
	color: #96c11f;
}
a:focus {
	outline: none;
	color: #96c11f;
}
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;
	-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%;
}
.width_checkbox a{
	color: #4b9331;
}
.width_checkbox a:hover{
	color: #96c11f;
}
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: none;
    width: 40px;
    z-index: 9;
	position: absolute;
}
.share-fix {
    position: fixed;
}
.share-pause {
    position: absolute;
}
.content_social_zalo, .content_social_face, .content_social_friend, .content_social_luutru{
	float: left;
    display: block;
    width: 40px;
	height: 40px;
}
.content_social_zalo button, .content_social_face button, .content_social_friend button, .content_social_luutru 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_luutru button .tooltiptext{
	top: 120px;
}
.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_luutru button:hover .tooltiptext{
	background: #c1bb00;
	width: 130px;
}
.content_social_luutru.daluu button:hover .tooltiptext{
	width: 80px;
}
.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;
	}
}
.content_social_luutru button, .content_social_luutru button:hover{
	background: url(../images/icon/icon_luutru@2x.png) no-repeat center center #c1bb00;
	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_luutru button, .content_social_luutru button:hover{
		background: url(../images/icon/icon_luutru@2x.png) no-repeat center center #c1bb00;
		background-size: 22px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_luutru button, .content_social_luutru button:hover{
		background: url(../images/icon/icon_luutru@2x.png) no-repeat center center #c1bb00;
		background-size: 22px 20px;
	}
}
.content_social_luutru.daluu button, .content_social_luutru.daluu button:hover{
	background: url(../images/icon/icon_luutru_hover@2x.png) no-repeat center center #c1bb00;
	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_luutru.daluu button, .content_social_luutru.daluu button:hover{
		background: url(../images/icon/icon_luutru_hover@2x.png) no-repeat center center #c1bb00;
		background-size: 22px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_luutru.daluu button, .content_social_luutru.daluu button:hover{
		background: url(../images/icon/icon_luutru_hover@2x.png) no-repeat center center #c1bb00;
		background-size: 22px 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: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
    font-size: 24px;
    padding-top: 20px;
    float: left;
    display: block;
    width: 85%;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
	text-transform: uppercase;
}
.content_label{
	float: left;
    display: block;
    width: 100%;
	margin-bottom: 20px;
}
.myModalLabel_saudangnhap{
	float: left;
    display: block;
    width: 100%;
}

.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, .form-group-content{
	float: left;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.modal-dialog .modal-content, .modal_oden_img{
	float: left;
    display: block;
    width: 100%;
}
.modal_oden_img img{
	float: left;
    display: block;
    width: auto;
	max-width: 100%;
	text-align: center;
}	
.navbar-left .form-group-input input{
	width: 100%;
	background: #f3f7fa;
}
.button_send, .button_cancel{
	float: left;
    display: block;
    width: 48%;
    background: #96c11f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px solid #96c11f;
    height: 32px;
    line-height: 32px;
	font-size: 14px;
}
.bg_baiviet button.hvr-sweep-to-right:hover, .collapseanswer_ct button.close_collapse:hover, .bg_baiviet .button_send.hvr-sweep-to-right::before{
    background: #be030c;
	opacity: 0.5;
}
.button_close{
	float: right;
}
.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%;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
#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: 10px 12px;
	width: 100%;
}
.navbar-form .form-group-input.error textarea{
    border: 0px;
	border-bottom: 1px solid #ff0000;
}
.navbar-form .form-group{
	width: 100%;
}
.modal-body .navbar-form .form-group{
	margin-bottom: 10px;
}
.form-group-label span{
    float: left;
    display: block;
    width: auto;
    margin-bottom: 3px;
	font-size: 14px;
}
.form-group-label sup {
    top: 0em;
    left: 3px;
    color: #ff0000;
    font-size: 100%;
}
.navbar-form .form-group-left, .navbar-form .form-group-right{
	float: left;
	display: block;
	width: 47.5%;
}
.navbar-form .form-group-right{
	float: right;
}
.modal-body-confirm{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
    font-size: 24px;
	line-height: 32px;
}
#mySlideshow.modal .modal-dialog {
    max-width: 100%;
	width: auto;
}
/*******************************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: 999;
    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;
}
/*******************************page****************************/
.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: 10px;
    line-height: 40px;
    color: #96c11f;
    text-decoration: none;
    background-color: #fff;
	border: 1px solid #b8c3c8;
    font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.pagination > li > a:hover{
    border: 0px;
	background-color: #96c11f;
	border: 1px solid #96c11f;
	color: #fff;
	height: 40px;
    width: 40px;
	line-height: 40px;
}
.pagination > li a.active{
	background-color: #96c11f;
    border: 1px solid #96c11f;
	color: #fff;
	position: relative;
    float: left;
    padding: 0px;
    margin-left: 10px;
    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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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_oden@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;
}
/*******************************add****************************/
.disable-value {
    pointer-events: none !important;
	opacity: 0.5;
}
.disable-view {
    pointer-events: none !important;
    opacity: 0.9;
}
.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_success{
	color: #96c11f;
    border: 1px solid #96c11f;
    padding: 5px 30px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.label_select.error {
    border-bottom: 1px solid #ff0000;
}
.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;
}
/**************************.header_bar********************************/
.header, .header_bar{
	width: 100%;
	background: #76b800;
}
.header {
    position: fixed;
    padding: 10px 0px;
	z-index: 10;
}
.header_bar_expand{
	float: left;
	display: block;
	width: 100%;
	margin-top: 2px;
}
.header_bar_expand .header_bar_expand_left{
	margin: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    width: 100%;
	font-size: 13px;
	color: #fff;
}
.header_bar_expand .header_bar_expand_left li{
	float: left;
    display: block;
    width: auto;
    padding-top: 3px;
}
.header_bar_expand .header_bar_expand_left li a{
	padding: 7px 20px 7px 0px;
    color: #414852;
    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;
}
.header_bar_expand .header_bar_expand_left li a span:first-child {
    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 .dangky_hot_line_expand .search_form button{
	margin-top: 0px;
}
.header.header_small .header_bar_expand .header_bar_expand_left li a{
	padding: 5px 0px 5px 0px;
}
.header.header_small .dangky_hot_line_expand button:hover {
    margin-top: 5px;
}
.header.header_small .dangky_hot_line_expand .search_form button:hover {
    margin-top: 0px;
}
.dangky_hot_line_expand {
    float: left;
    display: block;
    width: 100%;
}
.search_form {
    float: right;
    display: block;
    margin-left: 5px;
    background: #dafac3;
    margin-top: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 10%;
}
.search_form  .navbar-form .form-group {
    width: 80%;
    float: left;
    display: block;
}
.search_form .form-group input {
    background: #dafac3;
    border: 0px;
    border-bottom: 0px solid #d4d4d4;
    height: 20px;
    line-height: 20px;
    padding: 0px 12px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
	width: 100%;
}
.search_form  .navbar-form.navbar-left {
    height: 24px;
}
.search_form button{
	background: url(../images/icon/icon_search_oden@2x.png) no-repeat right center transparent;
    background-size: 18px 18px;
    border: 0px;
    float: right;
    display: block;
    text-indent: -9999px;
    padding-right: 0px;
    width: 25px;
    padding-left: 0px;
    margin-right: 5px;
    height: 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) {
    .search_form button{
		background: url(../images/icon/icon_search_oden@2x.png) no-repeat right center transparent;
		background-size: 18px 18px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .search_form button{
		background: url(../images/icon/icon_search_oden@2x.png) no-repeat right center transparent;
		background-size: 18px 18px;
	} 
}
.navbar-form {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
.dangky_hot_line_expand a.button, .dangky_hot_line_expand button.button_dangnhap, .content_logout a.logout_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: 5px;
    background: #878786;
    background-size: 19px 19px;
    color: #fff;
    box-shadow: 0 3px #606060;
    border: 1px solid #878786;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 2px;
}
.header.header_small .dangky_hot_line_expand button.button_dangnhap {
    margin: 0px 0px 3px 5px;
}
.dangky_hot_line_expand a.button.face_oden{
	background: url(../images/icon/icon_facebook_oden@2x.png) no-repeat 5px center #878786;
	background-size: 19px 19px;
	padding-left: 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) {
    .dangky_hot_line_expand a.button.face_oden{
		background: url(../images/icon/icon_facebook_oden@2x.png) no-repeat 5px center #878786;
		background-size: 19px 19px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .dangky_hot_line_expand a.button.face_oden{
		background: url(../images/icon/icon_facebook_oden@2x.png) no-repeat 5px center #878786;
		background-size: 19px 19px;
	}  
}
.dangky_hot_line_expand a.button.face_oden span{
	float: left;
	display: block;
	width: auto;
}
.dangky_hot_line_expand a.button:last-child{
	margin-left: 0px;
}
.dangky_hot_line_expand a.button:hover, .dangky_hot_line_expand button.button_dangnhap:hover, .header.header_small .dangky_hot_line_expand button.button_dangnhap:hover, .content_logout a.logout_button:hover{
    box-shadow: 0 1px #606060;
	margin-top: 2px;
	text-shadow: none;
	margin-bottom: 0px;
}
.header.header_small .dangky_line_expand_span {
    margin: 2px 0px;
    -webkit-transition: .3s;
    transition: .3s;
}
.header.header_small{
    padding: 4px 0px;
    -webkit-transition: .3s;
    transition: .3s;
}
.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;
}
.oden_gbcn_input_ct.themhinhinput .error .format_fu{
	border: 0px;
    border-bottom: 1px solid #ff0000;
}
/**************************content********************************/
.content_congra{
	background: url(../images/bg/bg_oden.jpg) no-repeat transparent center 50px;
	background-size: 100%;
	padding-top: 60px;
}
@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_oden.jpg) no-repeat transparent center 50px;
		background-size: 100%;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_congra{
		background: url(../images/bg/bg_oden.jpg) no-repeat transparent center 50px;
		background-size: 100%;
	}  
}
.content_logo_oden {
    padding: 15px 0px 30px 0px;
    text-align: center;
}
.oden_first{
	margin-top: 40px;
    margin-bottom: 100px;
}
.content_odenfirst_left, .content_odenfirst_left a, .content_odenfirst_right, .content_odenfirst_title, .content_odenfirst_title a, .content_odenfirst_content, .content_odenfirst_view,
.content_odenfirst_right, .content_oden_title{
	float: left;
	display: block;
	width: 100%;
}
.content_odenfirst_left, .content_odenfirst_left a{
	position: relative;
}
.content_odenfirst_left img{
    height: 487px !important;
    border-radius: 57% 47% 54% 51%/82% 78% 42% 45%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 557px;
    margin-left: 70px;
    position: relative;
	z-index: 4;
}
.content_odenfirst_left a:after{
	background: rgba(135,135,134,0.1);
    /*border-radius: 57% 40% 54% 51%/82% 78% 42% 45%;*/
	border-radius: 80% 40% 80% 60%/80% 36% 100% 47%;
    width: 657px;
    position: absolute;
    content: "";
    display: block;
    left: 23%;
    bottom: -75px;
    height: 591px;
    z-index: 1;
}
.content_odenfirst_title a{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #414852;
	line-height: 48px;
	overflow-wrap: break-word;
	margin-bottom: 8px;
	letter-spacing: -1px;
	margin-top: 40px;
}
.content_odenfirst_title a:hover{
	color: #96c11f;
}
.content_odenfirst_title a:hover, .content_odenfirst_view a:hover{
	text-decoration: none;
}
.content_odenfirst_content{
	margin-bottom: 20px;
}
.content_odenfirst_right{
	position: relative;
    z-index: 9;
}
.content_odenfirst_right .content_oden_author_class{
	width: auto;
	padding-right: 20px;
}
.content_odenfirst_right .content_oden_date_view_com{
	padding-top: 0px;
	float: left;
}
.content_odenfirst_view a{
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background: #96c11f;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    float: left;
    color: #fff;
	letter-spacing: -1px;
}
.content_oden_title{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #414852;
	padding-bottom: 15px;
	letter-spacing: -1px;
	margin-top: 30px;
}
.content_oden_hr{
	margin: 0px 43% 40px 43%;
	float: left;
	display: block;
	width: 14%;
	border-top: 1px solid #b8c3c8;
}
.content_oden_left{
	float: left;
	display: block;
	width: 98%;
}
.content_oden_row, .content_congra_content_left_row , .content_oden_re .content_oden_images, .content_oden_images a, .content_oden_images img, .content_oden_cata_date_view_com,
.content_oden_re .content_oden_cata_date_view_com, .content_oden_tit, .content_oden_author_class, .content_oden_tit, .content_oden_content, .content_oden_right, 
.content_oden_right_row, .content_oden_right_title, .content_oden_right_content{
	float: left;
	display: block;
	width: 100%;
}
.content_oden_images{
	max-height: 397px !important;
    overflow: hidden;
}
.content_oden_images a{
	display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle !important;
}
.content_oden_row{
	position: relative;
}
.content_oden_re .content_oden_cata_date_view_com_title{
    background: rgba(255,255,255,0.9);
    padding: 20px 100px 0px 100px;
    float: left;
    display: block;
    width: 100%;
    margin-top: -100px;
    position: relative;
}
.content_oden_cata{
	float: left;
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.content_oden_cata a{
	color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
    letter-spacing: -1px;
    background: #96c11f;
    float: left;
    display: block;
}
.content_oden_cata a:hover{
	background: rgb(150,193,31,0.7);
}
.content_oden_date_view_com{
	float: right;
	display: block;
	color: #b8c3c8;
	font-size: 12px;
	padding-top: 5px;
}
.content_oden_comt, .content_oden_view, .content_oden_date{
	float: right;
	display: block;
}
.content_oden_comt{
	background: url(../images/icon/icon_binhluan@2x.png) no-repeat left center;
	background-size: 18px 9px;
	padding-left: 22px;
}
@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_oden_comt{
		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_oden_comt{
		background: url(../images/icon/icon_binhluan@2x.png) no-repeat left center;
		background-size: 18px 9px;
	}  
}
.content_oden_view{
	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_oden_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_oden_view{
		background: url(../images/icon/icon_view@2x.png) no-repeat left center;
		background-size: 18px 9px;
	} 
}
.content_oden_date, .content_oden_comt{
	padding-right: 10px;
}
.content_oden_images, .content_oden_author_class{
	position: relative;
}
.content_oden_re .content_oden_tit{
    width: 100%;
    position: relative;
    margin-top: -4px;
    max-height: 75px;
    overflow: hidden;
	margin-bottom: 8px;
    padding-bottom: 0px;
}
.content_oden_square .content_oden_tit{
    max-height: 112px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.content_oden_tit a{
	font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #414852;
    line-height: 38px;
	letter-spacing: -1px;
}
.content_oden_tit a:hover{
	color: #96c11f;
}
.content_oden_tit a:hover, .content_oden_cata a:hover{
	text-decoration: none;
}
.content_oden_author_class{
	color: #989da2;
}
.content_oden_square .content_oden_author_class{
	padding-bottom: 0px;
}
.content_oden_author_class, .content_oden_tit{
	padding-bottom: 15px;
}
.content_oden_author_class .content_oden_author {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	color: #96c11f;
	letter-spacing: -1px;
}
.content_oden_author_class .content_oden_class {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	color: #878786;
	letter-spacing: -1px;
}
.content_oden_yt{
	float: left;
	display: block;
	width: 27px;
	height: 22px;
	padding-right: 5px;
}
.content_oden_yt a, .content_oden_yt button{
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/icon/icon_yeuthich@2x.png) no-repeat left top;
	background-size: 22px 22px;
	border: 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) {
    .content_oden_yt a, .content_oden_yt button{
		background: url(../images/icon/icon_yeuthich@2x.png) no-repeat left top;
		background-size: 22px 22px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_oden_yt a, .content_oden_yt button{
		background: url(../images/icon/icon_yeuthich@2x.png) no-repeat left top;
		background-size: 22px 22px;
	}
}
.content_oden_yt button .tooltiptext {
    visibility: hidden;
    width: auto;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    position: absolute;
    z-index: 999;
    height: 20px;
    left: 1px;
    line-height: 20px;
    -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;
	background-color: #c1bb00;
	top: 25px;
}
.content_oden_yt button:hover .tooltiptext {
    visibility: visible;
}
.content_oden_yt button:hover  {
	
}
.content_oden_yt a:hover, .content_oden_yt button:hover, .content_oden_yt button.active{
	background: url(../images/icon/icon_yeuthich_hover@2x.png) no-repeat left top;
	background-size: 22px 22px;
}
@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_oden_yt a:hover, .content_oden_yt button:hover, .content_oden_yt button.active{
		background: url(../images/icon/icon_yeuthich_hover@2x.png) no-repeat left top;
		background-size: 22px 22px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_oden_yt a:hover, .content_oden_yt button:hover, .content_oden_yt button.active{
		background: url(../images/icon/icon_yeuthich_hover@2x.png) no-repeat left top;
		background-size: 22px 22px;
	}
}
.content_oden_row{
	margin-bottom: 50px;
}
.content_oden_images{
	float: left;
	display: block;
	width: 49%;
	margin-right: 25px;
}
.content_oden_images a:hover img{
	opacity: 0.7;
}
.content_oden_cata_date_view_com_title{
	float: right;
	display: block;
	width: 47%;
}
.content_oden_square .content_oden_cata_date_view_com_title{
	padding-top: 30px;
}
.content_congra_content_left_row {
	margin-top: 80px;
	border-top: 1px solid #b8c3c8;
	margin-bottom: 100px;
}
.content_congra_content_left_row nav {
    display: flex;
}
.content_oden_right_row{
	background: #f2f3f3;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.content_oden_right_row.lichhoc{
	padding: 30px 0px 20px 0px;
}
.content_oden_right_row.lichhoc .content_oden_right_title, .content_oden_right_row.lichhoc .content_oden_right_content{
	padding: 0px 40px;
}
.content_oden_right_row.lichhoc .content_oden_right_content{
	padding-bottom: 20px;
}
.content_oden_right_row.lichhoc .content_lichoden {
    padding-top: 20px;
    border-top: 1px solid #fff;
	padding-bottom: 0px;
}
.content_oden_right_title{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
}
.content_oden_right_title span{
	float: left;
    display: block;
    width: 100%;
}
#day-view-exit, #footer-date, #day-view{
	display: none;
}
#calendar-app .cview__header{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
	color: #414852;
}
#calendar-app .cview__header.oden_chunhat{
	color: #ed1c24;
}
#calendar-app .cview__header.oden_t7{
	color: #00aeef;
}
.cview__month-last, .content_oden_right_content button#prevMonth, .content_oden_right_content button#nextMonth{
	float: left;
    display: block;
    width: 50%;
	border: 1px solid #b8c3c8;
	padding: 5px 0px 5px 0px;
	background: transparent;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.4px;
	position: relative;
	z-index: 1;
}
.content_oden_right_content button#nextMonth{
	margin-left: -1px;
}
.cview__month-last, .content_oden_right_content button#prevMonth:hover, .content_oden_right_content button#nextMonth:hover{
	background: #fff;
	border: 1px solid #96c11f;
	z-index: 2;
}
.content_oden_right_content button#prevMonth{
	width: 50%;
}
.footer_ca {
    border: 1px solid #b8c3c8;
}
.cview__month-last, .cview__month-next, .cview__month-current {
    color: #414852;
}
.cview__month-next{
	float: left;
    display: block;
    width: 50%;
	padding: 5px 0px 5px 0px;
}
.content_oden_right_content ul {
    float: left;
    display: block;
    width: 100%;
    padding-left: 0px;
}
.content_oden_right_content ul li, .content_oden_right_content_row{
    float: left;
    display: block;
    width: 100%;
    padding-left: 0px;
	padding-bottom: 12px;
	border-bottom: 1px solid #b8c3c8;
	margin-top: 12px;
}
.content_oden_right_content ul li a:hover span.content_oden_cata_label{
    color: #96c11f;
}
.content_oden_right_content ul li a.active span.content_oden_cata_label{
    color: #b8c3c8;
}
.content_oden_right_content ul li:last-child, .content_oden_right_content_row:last-child{
    padding-left: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-top: 12px;
}
.content_oden_cata_label, .content_oden_right_content_row_title{
	float: left;
	display: block;
	width: auto;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 15px;
	color: #414852;
	letter-spacing: -1px;
}
.place_add_oden, .content_oden, .content_oden_down, .content_oden_down a, .place_add_oden_thu, .place_add_oden_date, .content_oden_row_label, .content_oden_row_content, .content_oden_r,
.content_oden_down a{
	float: left;
	display: block;
	width: 100%;
}
.place_add_oden{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}
.place_add_oden_left{
	float: left;
	display: block;
	width: 30%;
}
.place_add_oden_thu, .place_add_oden_hour{
	color: #96c11f;
    width: auto;
    float: left;
    display: block;
}
.place_add_oden_date, .place_add_oden_add{
	color: #909090;
    width: auto;
    padding-left: 10px;
    float: left;
    display: block;
}
.place_add_oden_right{
	float: right;
	display: block;
	width: 70%;
	text-align: right;
}
.content_oden{
	margin: 10px 0px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.content_oden_r{
	padding: 10px 30px;
	border-bottom: 1px solid #d4d4d4;
}
.content_oden .content_oden_r:last-child{
	border-bottom: 0px;
}
.content_oden_row_label{
	font-family: "latobold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #96c11f;
}
.content_oden_row_content{
	color: #333333;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.content_oden_down{
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}
.content_oden_down a{
	line-height: 32px;
	height: 32px;
	background: #96c11f;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.content_oden_down span, .content_oden_down button{
	width: 100%;
	text-align: center;
}
.content_oden_down a:hover{
	text-decoration: none;;
}
.modal_footer_left{
	float: left;
	display: block;
	width: auto;
}
.modal_footer_left a, .modal_footer_right a{
	float: left;
	display: block;
	width: auto;
}
.modal_footer_left a.pre_oden img{
	padding-right: 5px;
	width: 15px;
	float: left;
	display: block;
}
.modal_footer_right a.next_oden img{
	padding-left: 5px;
	width: 15px;
	float: left;
	display: block;
}
.modal_footer_left a.pre_oden span, .modal_footer_right a.next_oden span{
	float: left;
    display: block;
    line-height: 19px;
}
.modal_footer_left a.next_oden{
	margin-right: 20px;
}
.modal_footer_right{
	float: right;
	display: block;
	width: auto;
}
.modal_footer_right a.pre_oden{
	margin-left: 20px;
}
.model_calendar_gd .modal-body{
	padding-top: 0px;
} 
.content_oden_right_content_row_title a{
	float: left;
	display: block;
	width: auto;
	color: #414852;
}
.content_oden_right_content_row_title a:hover{
	color: #96c11f;
	text-decoration: none;
}
.content_oden_cata_num{
	float: right;
	display: block;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #414852;
	letter-spacing: -1px;
}
.content_oden_right_content{
	margin-top: 10px;
}
.content_oden_right_content ul li a:hover{
	cursor: pointer;
	float: left;
	display: block;
	width: 100%;
}
.content_oden_right_content_row_ct{
	float: left;
	display: block;
	width: 100%;
}
.content_oden_right_content_row_ct .content_oden_date_view_com{
	float: left;
}
.content_oden_right_content_tag{
	padding-top: 10px;
	float: left;
	display: block;
	width: 100%;
}
.content_oden_right_content_tag_label{
	float: left;
	display: block;
	width: auto;
	padding: 8px 10px;
	border: 1px solid #fff;
	margin-right: 2px;
	margin-bottom: 2px;
}
.content_oden_right_content_tag_label a{
	color: #414852;
}
.lich_ct_oden_oden .content_oden_right_content{
	margin-top: 0px;
}
.content_oden_right_content_oden_calendar, .content_oden_right_content_gdtc_calendar, .content_calendar_dropdown, .content_oden_right_content_label, .content_oden_right_content_button,
.content_oden_right_content_oden_calendar a{
	float: left;
	display: block;
	width: 100%;
}
.content_oden_right_content_oden_calendar a{
    border: 0px;
    width: 100%;
    color: #333;
    text-align: left;
    padding: 3px 0px 3px 8px;
    border: 1px solid #96c11f;
	margin-bottom: 10px;
}
.content_oden_right_content_oden_calendar a:hover{
	border: 1px solid #b8c3c8;
	background: #fff;
}
.content_oden_right_content .content_oden_right_content_oden_calendar:last-child{
	margin-bottom: 0px;
}
.oden_calendar_month_label {
    float: left;
    display: block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333;
}
.oden_calendar_month_label span.title_oden_label, .title_oden_month, .title_oden_change{
	float: left;
	display: block;
	width: 100%;
}
.oden_calendar_month_label span.title_oden_label{
	color: #96c11f;	
}
.oden_calendar_month_label span.title_oden_month, .oden_calendar_month_label span.title_oden_label span{
	color: #414852;
    line-height: 16px;
    letter-spacing: -0.5px;
	font-weight: 400;
}
.title_oden_change{
	font-size: 12px;
    line-height: 22px;
    color: #fa8318;
    font-family: "latoregular", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
}
.oden_calendar_month_icon{
	float: right;
    display: block;
    padding-right: 10px;
    padding-top: 0px;
}
.content_oden_right_content_label{
	margin-bottom: 15px;
}
.content_oden_right_content_button .button_send{
	width: 100%;
    background: #96c11f;
    text-transform: initial;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.camhan_images{
	padding: 0px;
}
.camhan_images img{
	width: 100%;
}
.camhan_images .content_oden_right_content{
	margin-top: 0px;
}
.letter_oden, .camhan_images{
	width: 48%;
}
.camhan_images{
	float: right;
}
.camhan_images a{
	float: left;
	display: block;
	width: 100%;
	background: url(../images/bg/bg_camnhan@2x.jpg) no-repeat left top;
	background-size: 360px 170px;
	text-align: center;
    text-indent: -9999px;
	height: 170px;
}
@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) {
    .camhan_images a{
		background: url(../images/bg/bg_camnhan@2x.jpg) no-repeat left top;
		background-size: 360px 170px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .camhan_images a{
		background: url(../images/bg/bg_camnhan@2x.jpg) no-repeat left top;
		background-size: 360px 170px;
	} 
}
.camhan_images a:hover{
	background: url(../images/bg/bg_camnhan_hover@2x.jpg) no-repeat left top;
	background-size: 360px 170px;
}
@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) {
    .camhan_images a:hover{
		background: url(../images/bg/bg_camnhan_hover@2x.jpg) no-repeat left top;
		background-size: 360px 170px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .camhan_images a:hover{
		background: url(../images/bg/bg_camnhan_hover@2x.jpg) no-repeat left top;
		background-size: 360px 170px;
	} 
}
.navbar-form .form-group:last-child {
    width: 100%;
    margin-bottom: 0px;
}
.forgot_pass{
	padding: 0px 13% 30px 13%;
    border-top: 0px;
    display: inline-block;
    width: 100%;
}
.forgot_pass_ct{
	border-top: 1px solid #b8c3c8;
	display: inline-block;
    width: 100%;
	padding-top: 20px;
}
.forgot_pass button{
	background: transparent;
    color: #96c11f;
    padding: 0px;
    font-size: 14px;
	border: 0px;
}
.forgot_pass button:hover{
	text-decoration: underline;
}
.forgot_pass_cf span{
	font-family: 'latoitalic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	display: block;
	width: 100%;
	line-height: 22px;
}
.confirm_label{
	float: left;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}
.confirm_label_button{
	margin-bottom: 50px;
}
.label_hannopbai{
	color: #be030c;
}
/**************************content_detail********************************/
.content_detail_oden_images, .content_detail_oden_images img, .content_detail_oden_ct, .content_detail_oden_author_date, .content_detail_oden_description, .content_detail_oden_ct_content,
.title, .tieude, .content_detail_oden_ct_tag, .content_detail_oden_ct_tag_label, .content_detail_oden_ct_tag_cont, .content_expand_content_comment{
	float: left;
	display: block;
	width: 100%;
}
.content_detail_oden_ct_content b{
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.content_detail_oden_ct_content i{
	font-family: 'latoitalic', Arial, Helvetica, sans-serif;
}
.content_detail_oden_ct_content b i, .content_detail_oden_ct_content i b{
	font-family: "latobold_italic", Arial, Helvetica, sans-serif;
}
.content_oden_re_detail .content_oden_cata_date_view_com_title{
	margin-top: 0px;
	padding: 0px;
}
.content_oden_re_detail .content_oden_cata{
	margin: 20px auto 30px auto;
    width: 100%;
    display: inline-block;
    float: none; 
    text-align: center;
}
.content_oden_re_detail .content_oden_cata span{
	background: #b8c3c8;
	float: none;
	padding: 10px 15px;
	display: initial;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;	
}
.content_oden_re_detail .content_oden_cata a:hover{
	background: rgb(184,195,200,0.7);
}
.content_oden_re_detail .content_oden_cata a{
	width: 100%;
	text-align: center;
}
.content_oden_re_detail .content_oden_tit{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	padding-bottom: 20px;
}
.content_oden_re_detail_fix.content_oden_re_detail .content_oden_tit{
	max-height: 100%;
    overflow: hidden;
}
.content_detail_oden_ct{
	padding: 0px 90px 20px 90px;
	border-bottom: 1px solid #b8c3c8;
	margin-bottom: 0px;
}
.content_detail_oden_author_date{
	border-top: 1px solid #b8c3c8;
	padding-top: 20px;
}
.content_detail_oden_author_date .content_oden_author_class{
	width: auto;
}
.content_detail_oden_author_date .content_oden_date_view_com{
	padding-top: 0px;
}
.content_detail_oden_author_date{
	padding-bottom: 20px;
}
.content_detail_oden_description{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #b8c3c8;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
}
.content_detail_oden_ct_content p{
	margin-bottom: 25px;
}
.content_detail_oden_ct_content p.image_content{
	text-align: center;
}
.content_detail_oden_ct_content p{
	font-family: "latoregular", Arial, Helvetica, sans-serif !important;
    color: #414852 !important;
}
.content_detail_oden_ct_content a{
	line-height: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #96c11f;
    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_detail_oden_ct_content a:hover{
	text-decoration: none;
}
.content_detail_oden_ct_content a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #96c11f;
	-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_detail_oden_ct_content a:hover, .content_detail_oden_ct_content a:focus, .content_detail_oden_ct_content a:active {
	color: white;
}
.content_detail_oden_ct_content a:hover:before, .content_detail_oden_ct_contentt a:focus:before, .content_detail_oden_ct_content a:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleY(1);
}
.content_detail_oden_ct_content .chuthichhinhanh p{
	margin-bottom: 0px;
	background: #f2f3f3;
}
.content_detail_oden_ct_content p img{
	max-width: 100% !important;
    height: auto !important;
	width: auto;
}
.zoomify-shadow.zoomed{
	background: #fff;
}
.content_detail_oden_ct_content .title, .content_detail_oden_ct_content .tieude{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
}
.image_content img{
	max-width: 555px;
	width: auto;
}
.chuthichhinhanh p.image_content{
	margin-bottom: 0px;
}
.content_detail_oden_ct_content p iframe{
	width: 100%;
}
.chuthichhinhanh blockquote{
	background: #f2f3f3;
	border: 0px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #b8c3c8;
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.single-item {
    width: 555px;
    margin: 0 auto;
    height: 420px;
    position: relative;
}
.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: 9;
}
@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-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-list.col-lg-10 {
    width: 100%;
    padding: 0px;
    z-index: 1;
}
.single-item .slick-list.col-lg-offset-1 {
    margin-left: 0;
}
.single-item .slick-track {
    display: table;
}
.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%;
}
.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;
}
.chuthich {
    float: left;
    display: block;
    width: 100%;
    background: #f2f3f3;
	border: 0px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #b8c3c8;
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px 15px 20px;
}
.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: 9;
}
@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-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;
	}
}
.listview_slider {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}
.content_detail_oden_ct_tag{
	margin-top: 50px;
}
.content_detail_oden_ct_tag_cont a{
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	display: block;
	width: auto;
	padding-right: 5px;
	color: #414852;
}
.content_detail_oden_ct_tag_cont a:hover{
	color: #96c11f;
	text-decoration: none;
}
.content_expand_content_comment_title, .content_expand_content_comment_ct, .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_review_t, .content_expand_content_comment_form, .content_expand_content_comment_form_title,
.form-group-label, .form-group-icon, .form-group-input, .content_expand_content_comment_form_f, .content_expand_content_comment_form_f_row, .content_detail_oden_news_last, 
.content_detail_oden_news_ti, .content_detail_oden_news_ti a {
	float: left;
    display: block;
    width: 100%;
}
.content_expand_content_comment_title, .content_expand_content_comment_form_title{
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 20px;
}
.content_expand_content_comment_ct {
    margin-top: 0px;
	margin-bottom: 30px;
}
.content_expand_content_comment_ct_row_ct, .content_expand_content_comment_ct_row {
    margin-bottom: 10px;
}
.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;
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
}
.content_expand_content_comment_ct_type {
    float: right;
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #b8c3c8;
}
.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_ct_name span{
	font-weight: bold;
}
.oden_coment_class{
	color: #878786;
}
.content_expand_review_t {
    text-align: center;
}
.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;
    font-size: 14px;
    height: 24px;
    width: 24px;
	margin-left: 5px;
}
.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;
}
.form-group input{
	height: 32px;
	line-height: 32px;
	background: #f2f3f3;
}
.form-group{
	float: left;
	display: block;
	width: 100%;
}
.oden_name{
	width: 70%;
}
.oden_class{
	width: 25%;
	float: right;
}
.form-group-icon {
    background: #f2f3f3;
    padding: 7px 30px;
    border-bottom: 1px solid #fff;
}
.form-group-input textarea {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	background: #f2f3f3;
	border-bottom: 1px solid #d4d4d4;
}
.form-group-icon span {
    padding-right: 10px;
}
.form-group-icon span:hover{
	cursor: pointer;
}
.form-group button{
	height: 32px;
	line-height: 32px;
}
.form-group button.button_cancel{
	float: right;
	background: #909090;
}
.form-group button.button_send {
    background: #96c11f;
}
.content_expand_content_comment{
	padding-bottom: 80px;
	border-bottom: 1px solid #b8c3c8;
	margin-bottom: 40px;
}
.content_news_last_l, .content_news_last_r{
	float: left;
	display: block;
	width: 48%;
}
.content_news_last_r, .content_news_last_r .content_detail_oden_news_img{
	float: right;
}
.content_detail_oden_news_img{
	float: left;
    display: block;
    width: 47%;
}
.content_detail_oden_news_img img{
	width: 100%;
	max-width: 165px;
}
.content_detail_oden_news_arti{
	float: right;
    display: block;
    width: 47%;
}
.content_news_last_r .content_detail_oden_news_arti{
	float: left;
}
.content_detail_oden_news_last{
	margin-bottom: 80px;
}
.content_detail_oden_news_ar{
	float: left;
	display: block;
	width: 100%;
}
.content_detail_oden_news_ar a{
	margin-bottom: 10px;
	width: 100%;
    height: 16px;
    float: left;
    display: block;
    text-indent: -9999px;
}
.content_detail_oden_news_ar a.img_pre{
	background: url(../images/icon/icon_previous_oden@2x.png) no-repeat left 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) {
    .content_detail_oden_news_ar a.img_pre{
		background: url(../images/icon/icon_previous_oden@2x.png) no-repeat left top;
		background-size: 10px 16px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_detail_oden_news_ar a.img_pre{
		background: url(../images/icon/icon_previous_oden@2x.png) no-repeat left top;
		background-size: 10px 16px;
	}
}
.content_detail_oden_news_ar a.img_next{
	background: url(../images/icon/icon_pagenext_oden@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) {
    .content_detail_oden_news_ar a.img_next{
		background: url(../images/icon/icon_pagenext_oden@2x.png) no-repeat right top;
		background-size: 10px 16px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_detail_oden_news_ar a.img_next{
		background: url(../images/icon/icon_pagenext_oden@2x.png) no-repeat right top;
		background-size: 10px 16px;
	}
}
.content_detail_oden_news_ti a {
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	color: #414852;	
	font-weight: bold;
}
.content_detail_oden_news_ti a:hover{
	text-decoration: none;
	color: #96c11f;
}
.content_news_last_r .content_detail_oden_news_ti a {
	text-align: right;
}

/********************************tusach_oden**************************************/
.tu_sach_oden, .tu_sach_oden_ct_title, .tu_sach_oden_ct_label, .tu_sach_oden_ct_ct, .tu_sach_oden_ct {
	float: left;
	display: block;
	width: 100%;
}
.tu_sach_oden {
    margin-top: 40px;
    background: #effde4;
    padding: 40px;
}
.tu_sach_oden_ct_title{
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tu_sach_oden_ct_label{
	margin-bottom: 10px;
}
.tu_sach_oden_ct_ct{
	font-size: 15px;
	margin-bottom: 20px;
	
	font-size: 14px;
}
.tu_sach_oden_ct {
	border-top: 1px solid #b8c3c8;
	font-size: 14px;
	padding-top: 20px;
}
.tu_sach_oden_ct input{
	background: #fff;
}
.tusach_class{
	width: 48%;
}
.tusach_sl{
	width: 48%;
	float: right;
}
.tu_sach_oden_ct .form-group:last-child{
	margin-bottom: 0px;
}
/********************************thongbao_Oden**************************************/
.download_file, .download_file_row, .download_file_row a{
	float: left;
	display: block;
	width: 100%;
}
.download_file{
	margin-bottom: 30px;
	background: #f2f3f3;
	padding: 20px 40px;
}
.download_file_row a{
	margin-bottom: 10px;
	border: 1px solid #96c11f;
	padding: 5px 15px;
}
.download_file_row a:hover{
	border: 1px solid #b8c3c8;
}
.download_file .download_file_row:last-child a{
	margin-bottom: 0px;
}
.download_file .oden_calendar_month_icon{
	padding-right: 0px;
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
	color: #96c11f;
	font-weight: bold;
}
.download_file .oden_calendar_month_icon img{
	margin-left: 5px;
}
/********************************guibaicamnhan_Oden**************************************/
.content_oden_gbcn_label, .content_oden_gbcn_ct, .content_oden_gbcn_ct_row, .content_oden_gbcn_ct_row_label, .content_oden_gbcn_ct_row_ct, .content_oden_gbcn_ct_row_ct_row,
.oden_gbcn_input_ct, .oden_gbcn_input_label, .camnhan_pre_next, .all_lt_all_lt, .luu_pre_next, .content_oden_gbcn_tab, .tab-content, .content_oden_gbcn_ct_row_ketqua{
	float: left;
	display: block;
	width: 100%;
}
.content_oden_gbcn_label{
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	margin-bottom: 30px;
}
.content_oden_gbcn_ct_row_ketqua{
	background: #76b800;
	width: auto;
	float: right;
	padding: 5px 10px 3px 10px;
}
.content_oden_gbcn_ct_row_ketqua span{
	float: left;
	display: block;
	color: #fff;
	padding-right: 5px;
	font-size: 14px;
}
.content_oden_gbcn_ct_row_ketqua_b{
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.content_oden_gbcn_ct_row_ketqua .content_oden_gbcn_ct_row_ketqua_d{
	color: #333333;
}
.content_oden_gbcn_ct{
	border: 1px solid #b8c3c8;
    padding: 60px 100px;
	margin-bottom: 100px;
}
.content_oden_gbcn_ct_row_label{
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 10px;
}
.content_oden_gbcn_ct_row_ct{
	background: #f2f3f3;
	padding: 30px 0px;
	margin-bottom: 20px;
}
.content_oden_gbcn_ct_row_ct_row{
	padding: 0px 100px;
}
.select_style {
    margin-top: 0px;
    height: 32px;
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    display: block;
}
.label_select.error, .error .label_select {
    border-bottom: 1px solid #ff0000;
}
.label_select {
    border: 0px;
    width: 100%;
    color: #414852;
    background: #fff;
    font-size: 14px;
    line-height: 33px;
    height: 33px !important;
    text-align: left;
    padding-right: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #d4d4d4;
}
.label_select_data {
    float: left;
    display: block;
    width: 94%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.label_select span {
    background: url(../images/icon/icon_arrow_dropdown@2x.png) no-repeat center center #e9eff3;
    background-size: 16px 10px;
    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_arrow_dropdown@2x.png) no-repeat center center #e9eff3;
		background-size: 16px 10px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .label_select span{
		background: url(../images/icon/icon_arrow_dropdown@2x.png) no-repeat center center #e9eff3;
		background-size: 16px 10px;
	}
}
.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: #414852;
    font-size: 14px;
    overflow: auto;
    max-height: 170px;
    display: none;
}
.new_custom_select ul li {
    margin: 0;
    padding: 3px 20px 3px 20px;
    color: #4b9331;
    text-align: left;
}
.new_custom_select ul li:first-child {
    border-top: 0px solid #76b800;
    padding: 5px 20px;
}
.new_custom_select ul li:hover{
	color: #333;
	cursor: pointer;
}
.content_oden_gbcn_ct_row_ct_row, .oden_gbcn_input_ct{
	margin-bottom: 15px;
}
.content_oden_gbcn_ct_row_ct_row .form-group, .content_oden_gbcn_ct_row_ct .content_oden_gbcn_ct_row_ct_row:last-child{
	margin-bottom: 0px;
}
.content_oden_gbcn_ct_row_ct_row .form-group{
	color: #333;
}
.content_oden_gbcn_ct_row_ct_row input{
	background: #fff;
	width: 100%;
}
.form-group-input{
	position: relative;
}
.form-group-left, .form-group-right{
	width: 48%;
}
.form-group-right{
	float: right;
	margin-bottom: 20px;
}
.form-group-label, .oden_gbcn_input_label{
	height: 22px;
	line-height: 22px;
	margin-bottom: 3px;
	font-size: 14px;
}
.oden_gbcn_input_label{
	margin-top: 10px;
}
.content_oden_gbcn_ct_row_ct_row .form-group-label span span{
	float: right;
    text-transform: none;
    padding-left: 5px;
}
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;
	bottom: 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) {
    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;
	}
}
.camnhan_pre_next{
	margin-bottom: 20px;
}
#calBorder{
	border: 0px !important;
}
.label_radio{
	border: 1px solid #d4d4d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 100px 8px 100px;
    margin-bottom: 2px;
}
.content_oden_gbcn_radio_row, .content_oden_gbcn_radio{
	float: left;
    display: block;
    width: 100%;
}
.content_oden_gbcn_radio_row.error{
	 border: 1px solid #ff0003;
}
.content_oden_gbcn_radio_row .prettyradio{
	padding-right: 0px;
	width: 100%;
}
.content_oden_gbcn_radio_row .prettyradio label{
	width: 90%;
    margin: 2px 5px 5px 10px;
    height: auto;
}
.themhinhinput_row {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.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;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.fileUpload {
    float: left;
    display: block;
    width: 20%;
    background: #96c11f;
    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;
}
.format_input{
	float: left;
    display: block;
    width: 100%;
}
.format_input span{
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}
.oden_gbcn_input_label sup{
	top: 0em;
    left: 3px;
    color: #ff0000;
    font-size: 100%;
}
.fileUpload span {
    float: left;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    z-index: 0;
    position: relative;
}
.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;
	text-indent: -9999px;
}
.hinhthucguibai {
	margin-bottom: 0px;
}
.editor_htg{
	padding: 0px 20px;
}
.button_huy_gui{
	padding: 30px 100px 0px 100px;
}
.button_huy_gui .button_cancel{
	float: right;
}
.button_cancel {
    background: #909090;
    float: right;
}
.content_oden_gbcn_tab ul.nav-tabs{
	padding-bottom: 0px;
	border-bottom: 0px;
}
.content_oden_gbcn_tab .nav-tabs > li > a {
    color: #878786;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
	height: 60px;
    line-height: 60px;
    padding: 0px;
}
.content_oden_gbcn_tab .nav-tabs > li.active > a, .content_oden_gbcn_tab .nav-tabs > li.active > a:hover, .content_oden_gbcn_tab .nav-tabs > li.active > a:focus , .content_oden_gbcn_tab .nav-tabs > li > a:hover{
    color: #414852;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
    font-size: 30px;
    font-weight: 800;
}
.class_thongtinchung span, .class_guibaicamnhan span{
	float: left;
	display: block;
}
.class_thongtinchung span:first-child, .class_guibaicamnhan span:first-child{
	background: url(../images/icon/icon_tab_guicamnhan@2x.png) no-repeat center center;
    background-size: 69px 60px;
	color: #fff;
	width: 69px;
	height: 60px;
	margin-right: 10px;
	text-align: center;
	line-height: 60px;
}
li.active .class_thongtinchung span:first-child, li.active .class_guibaicamnhan span:first-child, li .class_thongtinchung:hover span:first-child, li .class_guibaicamnhan:hover span:first-child{
	background: url(../images/icon/icon_tab_guicamnhan_hover@2x.png) no-repeat center center;
    background-size: 69px 60px;
	color: #fff;
	cursor: pointer;
}
li a:hover span{
	cursor: pointer;
}
.content_oden_search{
	float: left;
	display: block;
	width: 100%;
}
/********************************search**************************************/
.content_oden_search{
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #b8c3c8;
	padding: 20px 80px;
	margin-bottom: 50px;
}
.content_oden_search_left{
	float: left;
	display: block;
	width: 25%;
	line-height: 38px;
}
.content_oden_search_right{
	float: right;
	display: block;
	width: 65%;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	letter-spacing: -1px;
	font-size: 30px;
	line-height: 38px;
}
.content_oden_search_label{
	float: left;
	display: block;
	width: 100%;
}
/********************************footer**************************************/
.footer {
    border-top: 5px solid #96c11f;
	padding-bottom: 50px;
	background: #f2f3f3;
}
.footer_add {
    margin-bottom: 35px;
}
.box_facebook{
	padding-right: 0px;
}
.newslt_cont{
	float: right;
    text-align: right;
}
.add_cont.logo{
	margin-bottom: 30px;
}
.address_content{
	font-size: 14px;
}
.add_cont.logo img{
	width: 150px;
}
.bar_footer {
    background: #878786;
    color: #d4d4d4;
    padding: 20px 0px;
    font-size: 14px;
    line-height: 20px;
    height: auto;
}
.bar_footer_left{
	float: left;
	display: block;
	width: 30%;
}
.bar_footer_right{
	float: left;
	display: block;
	width: 70%;
}
.bar_footer_right_logoesuhai, .bar_footer_right_logokaizen, .bar_footer_right_logovljp, .bar_footer_right_logoenhipcauduhoc{
	float: left;
	display: block;
	margin-right: 35px;
	text-align: right;
}
.bar_footer_right_logoesuhai a:hover img, .bar_footer_right_logokaizen a:hover img, .bar_footer_right_logovljp a:hover img, .bar_footer_right_logoenhipcauduhoc a:hover img{
	opacity: 0.7;
}
.bar_footer_right_logoesuhai{
	margin-left: 25px;
}
.bar_footer_right_logoesuhai img{
	max-width: 123px;
	margin-top: 5px;
}
.bar_footer_right_logokaizen img{
	max-width: 258px;
	margin-top: 8px;
}
.bar_footer_right_logovljp img{
	max-width: 160px;
	margin-top: 7px;
}
.bar_footer_right_logoenhipcauduhoc{
	margin-right: 0px;
	float: right;
}
.bar_footer_right_logoenhipcauduhoc img{
	max-width: 126px;
}
#myModalLogin{
	z-index: 9999;
}