@charset "UTF-8";
/* ******************************************************************
	--body.css--
****************************************************************** */
html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	cursor: default;
	font-size: 15px;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	color: #404041;
	line-height: 23px;
	overflow-x: hidden;
	background: #E9FFE8; /* Old browsers */
	background: -moz-linear-gradient(left, #FFFFFF 0%, #E9FFE8 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #FFFFFF 0%,#E9FFE8 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #FFFFFF 0%,#E9FFE8 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9FFE8',GradientType=1 ); /* IE6-9 */
}
a{
	color: #404041;
}
a:hover {
	cursor: pointer;
	color: #bcd6e3;
}
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;
}
::selection {
    color: #FFF;
    background-color: #be030c;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	outline: none;
}
input, radio{
	outline: none;
}
input:focus, textarea:focus, select:focus {
	outline-offset: 0px !important;
	outline: none !important;
}
.clear{
	clear: both;
}
/************************** button hover right******************************/
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-o-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: #71BD43; /* Old browsers */
	background: -moz-linear-gradient(top, #71BD43 0%, #1A7C3C 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #71BD43 0%,#1A7C3C 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #71BD43 0%,#1A7C3C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71BD43', endColorstr='#1A7C3C',GradientType=1 ); /* IE6-9 */
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-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::before, .hvr-sweep-to-right:focus::before, .hvr-sweep-to-right:active::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
/*****************slide home***********************/
.carousel_slide_home .col-lg-offset-1{
    margin-left: 0%;
}
.carousel_slide_home .col-lg-10{
    width: 100%;
}
.content_slide{
    position: absolute;
}
.images_slide{
	float: right;
    display: block;
    width: 50%;
    min-height: 250px;
}
.slick-slide img {
    display: block;
    width: 1000px;
}
.header_slide_ctent, .header_slide_small, .header_slide_title, .header_slide_content, .slide_tintuc_cont{
	float: left;
	display: block;
	width: 100%;
}
.header_slide_ctent{
	margin-top: 120px;
}
.slide_child .header_slide_ctent{
	margin-top: 110px;
}
.header_slide_small{
	font-size: 20px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.header_slide_title{
	font-size: 40px;
	font-family: 'Playfair Display', serif;
	line-height: 48px;
	font-weight: 900;
	margin-bottom: 20px;
	letter-spacing: -1px;
	color: #71BD43; /* Old browsers */
	background: -moz-linear-gradient(top, #71BD43 0%, #1A7C3C 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #71BD43 0%,#1A7C3C 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #71BD43 0%,#1A7C3C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71BD43', endColorstr='#1A7C3C',GradientType=1 ); /* IE6-9 */
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header_slide_content{
	font-size: 20px;
	line-height: 28px;
}
.header_slide .slick-dots {
    bottom: 30px;
    padding: 0 20%;
}
.header_slide .slick-dots li {
    display: block;
    float: left;
}
.header_slide .slick-dots li:first-child {
	margin-left: 0px;
}
.header_slide .slick-dots li button{
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background: #D2D2D2;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.header_slide .slick-dots li button:hover, .header_slide .slick-dots li.slick-active button:hover{
    background: #E9FFE8; /* Old browsers */
	background: -moz-linear-gradient(left, #FFFFFF 0%, #E9FFE8 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #FFFFFF 0%,#E9FFE8 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #FFFFFF 0%,#E9FFE8 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9FFE8',GradientType=1 ); /* IE6-9 */
}
.header_slide .slick-dots li.slick-active button{
    background: #71BD43; /* Old browsers */
	background: -moz-linear-gradient(top, #71BD43 0%, #1A7C3C 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #71BD43 0%,#1A7C3C 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #71BD43 0%,#1A7C3C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71BD43', endColorstr='#1A7C3C',GradientType=1 ); /* IE6-9 */
}
.header_slide .slick-dots li {
    margin: 0 3px;
}
.header_slide  .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
/*****************slide child***********************/
.slide_child .header_slide_title {
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    line-height: 42px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.slide_child  .header_slide_content {
    font-size: 18px;
    line-height: 26px;
}
/*************************banner left***************************/
.banner_left {
    position: absolute;
    width: 120px;
    height: 300px;
	text-indent: -9999px;
	z-index: 9999;
	top: 300px;
}
.banner_left_oden, .banner_left_oden a, .donggop_ykien, .donggop_ykien button{
	float: left;
	display: block;
	width: 100%;
}
.banner_left_oden a{
	background: url(../images/slide_bar/oden@2x.png) no-repeat left top;
	background-size: 64px 151px;
	width: 64px;
	height: 151px;
}
@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) {
    .banner_left_oden a{
		background: url(../images/slide_bar/oden@2x.png) no-repeat left top;
		background-size: 64px 151px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .banner_left_oden a{
		background: url(../images/slide_bar/oden@2x.png) no-repeat left top;
		background-size: 64px 151px;
	}
}
.banner_left_oden a:hover{
	background: url(../images/slide_bar/oden_hover@2x.png) no-repeat left top;
	background-size: 64px 151px;
}
@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) {
    .banner_left_oden a:hover{
		background: url(../images/slide_bar/oden_hover@2x.png) no-repeat left top;
		background-size: 64px 151px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .banner_left_oden a:hover{
		background: url(../images/slide_bar/oden_hover@2x.png) no-repeat left top;
		background-size: 64px 151px;
	}
}
.donggop_ykien button{
	background: url(../images/slide_bar/gopy1@2x.png) no-repeat left top;
	background-size: 64px 114px;
	width: 64px;
	height: 114px;
	border: 0px;
	text-indent: -9999px;
	margin-top: 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) {
    .donggop_ykien button{
		background: url(../images/slide_bar/gopy1@2x.png) no-repeat left top;
		background-size: 64px 151px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .donggop_ykien button{
		background: url(../images/slide_bar/gopy1@2x.png) no-repeat left top;
		background-size: 64px 114px;
	}
}
.donggop_ykien button:hover{
	background: url(../images/slide_bar/gopy_hover@2x.png) no-repeat left top;
	background-size: 64px 114px;
	width: 64px;
	height: 114px;
	border: 0px;
	text-indent: -9999px;
	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) {
    .donggop_ykien button:hover{
		background: url(../images/slide_bar/gopy_hover@2x.png) no-repeat left top;
		background-size: 64px 114px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .donggop_ykien button:hover{
		background: url(../images/slide_bar/gopy_hover@2x.png) no-repeat left top;
		background-size: 64px 114px;
	}
}
.donggop_ykien button:focus, .donggop_ykien button:active{
	border: 0px;
}
/*************************phantrang***************************/
.content_ct_news_page{
	float: left;
	display: block;
	width: 100%;
}
.content_ct_news_page{
	margin-top: 30px;
	background: #ffffff;
	border-radius: 35px;
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}
.content_ct_news_page ul {
    margin: 0px;
    float: none;
    display: inline-block;
}
.pagination > li > a, .pagination > li > span{
	margin-right: 3px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	padding: 0px;
	text-align: center;
	border: 0px;
	font-size: 14px;
}
.pagination > li > a, .pagination > li > a:focus{
	background: url(../images/icon/icon_page.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	color: #54b454;
}
@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 > li > a:focus{
		background: url(../images/icon/icon_page.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a, .pagination > li > a:focus{
		background: url(../images/icon/icon_page.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a.active{
	background: url(../images/icon/icon_page_hover@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	color: #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) {
	.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a.active{
		background: url(../images/icon/icon_page_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a.active{
		background: url(../images/icon/icon_page_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.content_ct_news_page .pagination_first{
	background: url(../images/icon/icon_page_first@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_first{
		background: url(../images/icon/icon_page_first@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_first{
		background: url(../images/icon/icon_page_first@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_first:hover, .content_ct_news_page .pagination_first:focus{
	background: url(../images/icon/icon_page_first_hover@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_first:hover, .content_ct_news_page .pagination_first:focus{
		background: url(../images/icon/icon_page_first_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_first:hover, .content_ct_news_page .pagination_first:focus{
		background: url(../images/icon/icon_page_first_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_previous{
	background: url(../images/icon/icon_page_pre@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_previous{
		background: url(../images/icon/icon_page_pre@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_previous{
		background: url(../images/icon/icon_page_pre@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_previous:hover, .content_ct_news_page .pagination_previous:focus{
	background: url(../images/icon/icon_page_pre_hover@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_previous:hover, .content_ct_news_page .pagination_previous:focus{
		background: url(../images/icon/icon_page_pre_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_previous:hover, .content_ct_news_page .pagination_previous:focus{
		background: url(../images/icon/icon_page_pre_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_next{
	background: url(../images/icon/icon_page_next@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_next{
		background: url(../images/icon/icon_page_next@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_next{
		background: url(../images/icon/icon_page_next@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_next:hover, .content_ct_news_page .pagination_next:focus{
	background: url(../images/icon/icon_page_next_hover@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_next:hover, .content_ct_news_page .pagination_next:focus{
		background: url(../images/icon/icon_page_next_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_next:hover, .content_ct_news_page .pagination_next:focus{
		background: url(../images/icon/icon_page_next_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_last{
	background: url(../images/icon/icon_page_last@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_last{
		background: url(../images/icon/icon_page_last@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_last{
		background: url(../images/icon/icon_page_last_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_last:hover, .content_ct_news_page .pagination_last:focus{
	background: url(../images/icon/icon_page_last_hover@2x.png) no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	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_ct_news_page .pagination_last:hover, .content_ct_news_page .pagination_last:focus{
		background: url(../images/icon/icon_page_last_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_ct_news_page .pagination_last:hover, .content_ct_news_page .pagination_last:focus{
		background: url(../images/icon/icon_page_last_hover@2x.png) no-repeat center center;
		background-size: 30px 30px;
	} 
}
.content_ct_news_page .pagination_first span, .content_ct_news_page .pagination_previous span, .content_ct_news_page .pagination_next span, .content_ct_news_page .pagination_last span, .pagination > li > span{
	text-indent: -9999px;
	float: left;
	display: block;
}
/***************************select*****************************/
.select_style {
    margin-top: 0px;
    height: 35px;
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    display: block;
}
.label_select {
    cursor: pointer;
}
.new_custom_select ul li {
    margin: 0;
    padding: 3px 20px 3px 20px;
    color: #404041;
    text-align: left;
    font-size: 12px;
    text-align: right;
}
.label_select, .modal-body .label_select{
    border: 0px;
    width: 100%;
    color: #404041;
    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.error {
    border-bottom: 1px solid #ff0000;
}
.label_select_data {
    float: left;
    display: block;
    width: 87%;
}
.label_select span {
    background: url(../images/icon/icon_dropdown@2x.png) no-repeat center center #54b454;
    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_dropdown@2x.png) no-repeat center center #54b454;
		background-size: 14px 8px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .label_select span{
		background: url(../images/icon/icon_dropdown@2x.png) no-repeat center center #54b454;
		background-size: 14px 8px;
	} 
}
.new_custom_select ul {
    width: 100%;
    border: 1px solid #263a8b;
    position: relative;
    z-index: 999;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #263a8b;
    font-size: 14px;
    overflow: auto;
    max-height: 170px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.modal-body .new_custom_select ul{
	display: none;
}
.new_custom_select ul li {
    margin: 0;
    padding: 3px 20px 3px 20px;
    color: #404040;
    text-align: left;
    font-size: 12px;
    text-align: left;
}
.new_custom_select ul li:hover {
    color: #263a8b;
	cursor: pointer;
}
.new_custom_select ul li:first-child {
    border-top: 0px;
    padding: 5px 20px;
}
/*****************upload file***********************/
.upload_file {
    margin-bottom: 10px;
}
.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: #54b454;
    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;
}
.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;
}
.content_footer_line{
	height: 10px;
	background-color: rgba(255,255,255,.5);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(224,224,224,.3);
	-moz-box-shadow: 0px 4px 5px 0px rgba(224,224,224,.3);
	box-shadow: 0px 4px 5px 0px rgba(224,224,224,.3);
	float: left;
	display: block;
	width: 100%;
}
.form-group-input.error textarea, .form_row_input.error  textarea{
	border-bottom: 1px solid #ff0000;
}
/*****************add div***********************/
.div_hidden{
	display: none !important;
}
.div_block{
	display: block !important;
}
.disable-value {
    pointer-events: none !important;
    opacity: 0.3;
}
/*****************footer***********************/
.form-group.error input{
    border: 0px;
    border-bottom: 1px solid #ff0000;
}
.bantin_email_ct_email form{
	float: left;
	display: block;
	width: 100%;
}
span.label_error{
	color: #ff0003;
    border: 1px solid #ff0003;
    padding: 5px 30px;
	margin-bottom: 0px;
}
.bantin_email_ct_email span.label_error{
    border: 0px;
    padding: 5px 10px 3px 10px;
    margin-bottom: 5px;
    font-family: "latoregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
	display: none;
}
.share_news_detail_c span.label_error, .share_news_detail_c span.label_sc{
	width: 87%;
	margin: 10px 40px 0px 40px;
}
span.label_error{
	margin-bottom: 20px;
    background: #ffddde;
    border: 0px;
}
.label_sc {
    background: #d0ffd0;
    color: #404041;
    width: 100%;
    float: left;
    display: none;
    padding: 7px 10px;
    margin-bottom: 5px;
    font-family: "latoregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
}
/*******************************scroll top****************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #eeeeee;
    width: auto;
    height: auto;
    line-height: 32px;
    right: 30px;
    bottom: 30px;
    padding-top: 0px;
    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;
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.scroll-top-inner{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
	background-size: 16px 10px;
	text-indent: -9999px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
		background-size: 16px 10px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
		background-size: 16px 10px;
	}   
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
	opacity: 1.0;
	filter: alpha(opacity=100); 
	zoom: 1; 
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

