/* common module */
.module {
	margin-bottom: 30px;
}

.module-heading{
	margin-bottom: 20px;
}
.module-title{
	min-height: 40px;
	display: block;
	line-height: 30px;
	padding: 5px 15px;
}
.module_in_column .module-title{
	background-color: #2988d8;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.module-title h2{
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}
.module_in_column .module-title h2{
	color: #fff;
}
.module-title span.link{
	font-style: italic;
	animation-name: move;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.module-background{
	background-color: #f4f4f4;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	padding: 12px;
}

@keyframes move{
	from{ 
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	to{ 
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}
.box-news-content ul li {
	line-height: 19px;
}

/*content_common_news use in news module, news category pages, all news pages*/
.content_common_news .owl-carousel{
	overflow: hidden;
}
.content_common_news .owl-carousel .owl-stage-outer{
	overflow: unset;
}
.content_common_news .image{
	width: 150px;
	display: inline-block;
	clear: both;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.content_common_news .image:hover{
	transform: scale(1.02);
	box-shadow: 0 0 5px #7a7a7a;
}
.content_common_news .name{
	float: right;
	width: calc(100% - 150px);
	padding: 7px;
}
.content_common_news .name a{
	text-align: center;
	text-transform: uppercase;
	color: #298ad8;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin: auto;
}
.content_common_news .name a:hover{
	color: #ca2d35;
}
.content_common_news .info-bot{
	padding:  10px;
}
.module_in_column .content_common_news .item{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}
.module_in_column .content_common_news .image{
	width: 85px;
	float: left;
	padding: 2px;
	border: 1px solid #555;
}
.module_in_column .content_common_news .name{
	width: auto;
	float: unset;
	padding: 0;
}
.module_in_column .content_common_news .name a{
	color: rgb(193, 44, 40);
	font-size: 14px;
}

/*module_list*/
.module_list .list{
	background-color: #f4f4f4;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-right: 10px;
}

.module_list .list .item{
	position: relative;
	z-index: 1;
	padding-left: 10px;
	border-bottom: 1px solid #cacaca;
	border-bottom-left-radius: 20px;
}
.module_list .list .item a{
	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 16px;
	height: 40px;
	line-height: 30px;
	z-index: 1;
	position: relative;
}
.module_list .list .item:before{
	position: absolute;
	content: '';
	top: 100%;
	left: 100%;
	width: 10px;
	height: 10px;
	border: 1px solid #cacaca;
	border-top-right-radius: 20px;
	border-left: none;
	border-bottom: none;
	z-index: -1;
}
.module_list .list .item:last-child:before{
	position: unset;
	content: unset;
}
.module_list .list .item:last-child{
	border: none;
}
.module_list .list .item .btn-open-list{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 2;
	cursor: pointer;
	-webkit-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.module_list .list .item .btn-open-list:hover{
	color: #2988d8;
}
.module_list .list .item .btn-open-list.act{
	-webkit-transform: rotate(45deg) scale(1.5);
	-moz-transform: rotate(45deg) scale(1.5);
	-ms-transform: rotate(45deg) scale(1.5);
	-o-transform: rotate(45deg) scale(1.5);
	transform: rotate(45deg) scale(1.5);
}
.module_list .list ul{
	display: none;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*end common*//*end common*//*end common*//*end common*//*end common*//*end common*//*end common*/
/*module slideshow*/
.module_slideshow .slides{
	background-image: radial-gradient(circle, #999999, #8f8f8f, #858585, #7c7c7c, #727272, #6a6a6a, #616161, #595959, #4f4f4f, #464646, #3c3c3c, #333333);
}
.module_slideshow .owl-theme .owl-nav button{
	width: 50px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	padding: 0;
	border-radius: 0;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	outline: unset;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.module_slideshow:hover .owl-theme .owl-nav button{
	opacity: 0.5;
}
.module_slideshow .owl-theme .owl-nav button:hover{
	opacity: 1;
	background-color: unset;
}
.module_slideshow .owl-theme .owl-nav .owl-prev{
	background-image: linear-gradient(to right, #869791, #a1b0b1e6, #c1c9cdbf, #e1e3e79e, #ffffff7d);
	left: 0;
}

.module_slideshow .owl-theme .owl-nav .owl-next{
	background-image: linear-gradient(to left, #869791, #a1b0b1e6, #c1c9cdbf, #e1e3e79e, #ffffff7d);
	right: 0;
}
/* module about_us */
.module_about_us .item.image{
	width: 200px;
	float: left;
	border: 1px solid #a5a5a5;
	box-shadow: 4px 4px 4px #43413d;
}
.module_about_us .item.content{
	text-align: justify;
}
/*module news_by_category*/

.module_news_by_category .content_common_news .image{
	width: 180px;
}
.module_in_column.module_news_by_category .content_common_news .image{
	width: 120px;
}
.module_news_by_category .content_common_news .name{
	width: calc(100% - 180px);
}
.module_in_column.module_news_by_category .content_common_news .name{
	width: calc(100% - 120px);
}
/*module news_feature*/
.module_news_feature .item{
	position: relative
}
.module_news_feature .content_common_news .name a{
	margin: 15px auto 25px;
}
.module_news_feature .content_common_news .image{
	width: 100%;
}
.module_news_feature .content_common_news .info-bot{
	margin-top: -100px;
	padding: 100px 15px 70px 15px;
	box-shadow: 0px 0px 5px 2px #ececec;
}
.module_news_feature .content_common_news .name{
	width: 100%;
	float: unset;
	padding: 0;
}
.module_news_feature .content_common_news .note{
	font-size: 13px;
}
.module_news_feature .content_common_news .note .name{
	width: auto;
	display: inline-block;
	color: #333;
	font-weight: bold;
}
.module_news_feature .content_common_news .link-view{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.module_news_feature .content_common_news .link-view a{
	display: inline-block;
	background-color: #298ad8;
	color: #fff;
	padding:  10px 25px;
}
.module_news_feature .content_common_news .link-view a:hover{
	background-color: #1a4e80
}
.module_news_feature .owl-theme .owl-dots .owl-dot span{
	width: 40px;
	height: 5px;
	border-radius: 0
}
.module_news_feature .owl-theme .owl-dots .owl-dot.active span, .module_news_feature .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #298ad8;
}
/* module our_team */
.module_our_team{
	text-align: center;
}
.module_our_team .module-title{
	background-color: transparent;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
.module_our_team .module-sub-title{
	color: #888;
	margin: 20px 0;
}
.module_our_team .our_team{
	overflow: hidden;
}
.module_our_team .our_team .title{
	border: 3px solid #2989d6;
	display: inline-block;
	padding: 10px 25px;
	line-height: 50px;
	border-radius: 5px;
	color: #2989d6;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
.module_our_team .our_team .title:hover{
	background-color: #2988d8;
	color: #fff;
}
.module_our_team .our_team .title:before, .module_our_team .our_team .title:after{
	position: absolute;
	top:  50%;
	content: " ";
	width: 100000px;
	height: 1px;
	background-color: #ccc;
	z-index: -1;
}
.module_our_team .our_team .title:before{

	left: 100%;
}
.module_our_team .our_team .title:after{

	right: 100%;
}
.our_team .item img{
	width: 130px;
	height: 130px;
}
.our_team .inner-team-content h4{
	font-weight: 700;
	color: #2989d6;
}
.our_team .inner-team-content p{
	font-size: 13px;
	white-space: pre-wrap;
	color: #888;
}
/* module support-online */

.module_support_online .info{
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.module_support_online .info .name{
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.module_support_online .info .phone{
	color: rgb(255, 0, 0);
	font-size: 20px;
}
.module_support_online .info .phone {
	display: block;
	animation-name: move;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
}
.module_support_online .email{
	text-align: center;
	font-size: 12px;
	margin: 5px 0;
}
/* module facebook like box*/
.facebook-like-box{ 
	width: 100%;
	overflow: auto;
}
/* module form_change */
.module_form_change {
	background-color: #2988d8;
	margin-bottom: 0;
}
.module_form_change .module-title{
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}
.module_form_change .form-control {
	border-radius: 0;
	height: 40px;
}
.module_form_change #button-send-book{
	width: 100%;
	height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background-color: #1a4e80;		
}
/*module visitor */
.module_visitor .content_visitor > div > div{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.module_visitor .content_visitor .numb{
	float: right;
	background-color: #f5f5f5;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.module_visitor .content_visitor .text, .module_visitor .content_visitor > div:hover .numb{
	color: #fff;
}
.module_visitor .online .text, .module_visitor .online:hover .numb{
	background-color: #5050ff
}
.module_visitor .day .text, .module_visitor .day:hover .numb{
	background-color: #4cb14c
}
.module_visitor .week .text, .module_visitor .week:hover .numb{
	background-color: orange
}
.module_visitor .month .text, .module_visitor .month:hover .numb{
	background-color: #d84848;
}
.module_visitor .year .text, .module_visitor .year:hover .numb{
	background-color: #9537d0
}
.module_visitor .all .text, .module_visitor .all:hover .numb{
	background-color: #909090
}

/* module staff */
.module_staff .box-top{
	padding-top: 50px;
	background-image: linear-gradient(to bottom, #f5f5f5 50%, #ffffff 50%);
}
.module_staff .module-title{
	padding: 0;
	float: left;
	height: auto;

}
.module_staff .module-title h2{
	font-size: 30px;
	line-height: 46px;
}
.module_staff .btn-slide{
	float: right;
}
.module_staff .btn-slide > div{
	display: inline-block;
	padding:  0 20px;
	float: left;
	font-size: 30px;
	color: #ccc;
	line-height: 46px;
	cursor: pointer;
}
.module_staff .btn-slide > div:hover{
	color: #2988d8;
}
.module_staff .btn-viewmore{
	display: inline-block;
	padding: 0 30px;
	float: right;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	border: 2px solid #2988d8;
	border-radius: 5px;
}
.module_staff .btn-viewmore a{
	color: #2988d8;
}
.module_staff .btn-viewmore:hover{
	background-color: #2988d8;
}
.module_staff .btn-viewmore:hover a{
	color: #fff;
}
.module_staff .staff{
	background-color: transparent
}

.module_staff .module-footer{
	background-color: #f5f5f5;
}
.module_staff .module-footer .number{
	position: relative
}
.module_staff .module-footer .number:after{
	content: "";
	width: 160px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module_staff .module-footer .number h2{
	display: inline-block;
	color: #000;
	font-weight: bold;
	margin-top: 0;

}
.module_staff .module-footer .number span{
	font-weight: 600;
	font-style: italic;
}
.module_staff .module-footer .title{
	font-weight: 600;
	margin-top: 15px;
}
.module_staff.module_in_column .item img{
	max-width: 100%;
}
.module_staff .module-title{
	padding:  5px 15px;
}
.module_staff.module_in_column .module-title h2{
    font-size: 14px;
    line-height: 30px;
}
.module_staff.module_in_column .btn-viewmore{
	padding: 0px 15px;
	    font-size: 12px;
    line-height: 30px;
    float: unset;
}
/* module location */
.location.box.float-all {
	padding: 45px 0 60px;
	position: relative;
}
.location-item h3 {
	font-size: 14px;
	color: #ff0000;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	padding: 8px 0;
	border-bottom: 1px solid #ececec;
	display: inline-block;
	width: 100%;
}
.location-item .location-info {
	padding: 8px 0;
	border-bottom: 1px solid #ececec;
	display: inline-block;
	width: 100%;
}
.location-item .location-info .icon {
	width: 30px;
	float: left;
	color: #ff0000;
}
.location-item .location-info .location-info-content {
	float: right;
	width: calc(100% - 30px);
	color: #000080;
}
.location-item .location-info .location-info-content a {
	color: #000080;
}
/*end module location

/* module news_latest */
.module_news_latest .heading .title{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
}
.module_news_latest .heading .link{
	float: right;
}
.module_news_latest .heading .link a{
	color: #298ad8;
	margin-top: 15px;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
}
.module_news_latest .description{
	padding:  0 15px 0 0;
}
.module_news_latest .view-detail{
	margin-top: 40px;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	border: 2px solid #2988d8;
}
.module_news_latest .view-detail:hover{
	background-color: #2988d8;
}
.module_news_latest .view-detail a{
	color: #2988d8;
}
.module_news_latest .view-detail:hover a{
	color: #fff;
}
#news_latest_carousel .owl-item{
	padding:  5px 40px 5px 20px;
}
#news_latest_carousel .item{
	padding:  10px 30px;
	background-color: #fff;
	box-shadow: 0 0 5px 2px #ccc;
}
#news_latest_carousel .image{
	width: 120px;
	float: left;
}
#news_latest_carousel .name{
	padding:  15px;
	float: left;width: calc(100% - 120px);
}
#news_latest_carousel .name a{
	text-align: unset;
	color: #000;
}
#news_latest_carousel .name .param{
    font-size: 13px;
    margin-top: 15px;
    color: #888;
}
#news_latest_carousel .info-bot{
	box-shadow: unset;
	padding: 10px 0 0 0;
	line-height: 2;
}
#news_latest_carousel .link{
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 13px;
	color: #2988d8;
	text-decoration: underline;
}
#news_latest_carousel .owl-dots{
	position: absolute;
	top: 40%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#news_latest_carousel .owl-dots .owl-dot{
	display: block;
}
#news_latest_carousel .owl-dots .owl-dot span{
	width: 20px;
    height: 20px;
    margin: 13px 0;
    border-radius: 50%;

}
#news_latest_carousel .owl-dots .owl-dot.active span,
#news_latest_carousel .owl-dots .owl-dot:hover span{
	background-color: #2988d8;
}