/*Custom Media CSS*/
/* @media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}*/
body{
	background: #fff;
	line-height: 24px;
}
h1,h2,h3,h4,h5{
	/* margin: 0; */
}
.margin-b{
	height: 125px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.margin-b{
		height: 192px;
	}
}

@media (max-width: 768px) {
	.margin-b{
		height: 69px;
	}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; 
		height: 0; 
		overflow: hidden;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed,
	.video-container video	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 440px) {
	.margin-b{
		height: 65px;
	}	
}	

.container111111111 {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
	

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	vertical-align: middle;
	letter-spacing: 0;
}
@media (min-width: 1124px) {
	.container {
		width: 1118px;
	}
}
@media (max-width: 580px) {
	.fc-center {
		margin-top: 10px;
	}
}

/*
* Pagination
*/
.pagination {
	margin: 0;
}
.pagination > li > a {
	font-size: 14px;
	font-weight: normal;
}
.pagination > li > a, .pagination > li > span {
    color: #000;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    color: #4758aa;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    font-family: Arial;
	z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4758aa;
    border-color: #4758aa;
}


.cpage_title{
	position: relative;
	padding: 0 40px;
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	/* text-transform: capitalize; */
	color: #4758aa;
	border: 0px solid #ff0000;
}
.page_title{
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #4758aa;
}
.page_title span{
	color: #dc9f00;
}
.cpage_title .tatooLeft{
	position: absolute;
	top: 10%;
	left: 0;
}
.cpage_title .tatooRight{
	position: absolute;
	top: 10%;
	right: 0;
}
.csub_page_title{
	position: relative;
	padding: 0 40px;
	margin-bottom: 20px;
	display: inline-block;
	font-family: 'Lobster', sans-serif;
	font-size: 38px;
	font-weight: 400;
	/* text-transform: capitalize; */
	color: #00a33e;
	border: 0px solid #ff0000;
}
.csub_page_title .tatooTop{
	position: relative;
	margin: 0 auto 20px auto;
}
.csub_page_title .tatooBottom{
	position: relative;
	margin: 20px auto 0 auto;
}
.sub_page_title{
	padding: 0;
	font-family: 'Lobster', sans-serif;
	font-size: 38px;
	font-weight: 400;
	/* text-transform: capitalize; */
	color: #00a33e;
}
.sub_page_title span{
	color: #dc9f00;
}

.background{
	width: 100%;
	border: 0px solid #ff0000;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
@media (min-width: 980px) {
	.background{
		height: 450px;
		background-size: cover !important;
	}
}
@media (max-width: 979px) {
	.background{
		height: 350px;
		background-size: cover !important;
	}
}
@media (max-width: 767px) {
	.background{
		height: 280px;
		background-size: cover !important;
	}
}
@media (max-width: 667px) {
	.background{
		height: 180px;
		background-size: cover !important;
	}
}
.background img{
	width: 100%;
}

.cirlcle_alert{
	position: relative;
	top: -5px;
	right: 1px;
	/* right: 32px; */
	float: right;
	background: #ff0000;
	height: 15px;
	padding: 0px 4px 0 4px;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	-webkit-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
}
@media (max-width: 767px) {
	.cirlcle_alert{
		top: 2px;
		margin-right: 20px;
		font-size: 12px;
		height: 17px;
		padding: 1px 5px 0 5px;
	}	
}

/* .container {
  padding-right: 10px;
  padding-left: 10px;
} */

.fc-day-grid-container{	
	min-height: 300px !important;
}
.flex{	
	flex-wrap: wrap;
	display: flex;
}
img.img-round{
	width: 350px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}

.clear{
	clear: both;
}
p{
	padding: 0;
	margin: 0;
}
a:hover, a b:hover{
	text-decoration: none;
}

#border-bottom {
	position: absolute;
	background: #b9812e;
	width: 68%;
	height: 2px;
	bottom: 0;
}
.sub-page-title{
	float: left;
	padding-bottom: 8px;
	color: #0080a0;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 3px solid #008dc7;
}

.cmain-menu{
	width: 100%;
	text-align: center;
	background: #4758aa;
}	
@media (min-width: 768px) {
	.cmain-menu .nonPaddLeft{
		padding-left: 0;
	}	
}
@media (max-width: 767px) {
	.search_mailBox{
		display: none;
	}	
}



/*********** Block List event **********/
@media (min-width: 768px) {
	.cover_event .pLeft{
		padding-left: 0 !important;
	}
}
.cover_event .col-md-4.col-sm-4, .cover_event .col-md-4.col-sm-4{
	/* margin-bottom: 15px; */
}	
.cover_event{
	position: relative;
	margin: 0 auto;
	color: #000;
	background: #fff;
	border: 0px solid #e8e8e8;
	/* padding-top: 16px; */
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.cover_event .col-md-4.col-sm-4 img{
		margin-bottom: 10px;
	}	
	.cover_event{
		margin-bottom: 40px;
	}
}	

.cover_event:first-child {
	border: none;
	margin-top: 0px;
}	
.cover_event h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize !important;
	color: #afaeae;
}
.cover_event p{
	font-size: 13.5px;
	line-height: 21px;
	color: #3d3d3d;
}

@media (min-width: 768px) and (max-width: 980px) {
	.cover_event .col-md-5.col-sm-5{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 590px) and (max-width: 767px) {
	.cover_event .col-md-5.col-sm-5{
		padding-left: 0;
		padding-right: 0;
		width: 41.67%;
		float: left;
	}
	.cover_event .col-md-7.col-sm-7{
		width: 58.33%;
		float: left;
	}
}
@media (max-width: 590px) {
	.cover_event .col-md-7.col-sm-7{
		padding-left: 0;
		padding-right: 0;
	}	
}	
@media (max-width: 589px) {
	.cover_event .col-md-7.col-sm-7{
		margin-top: 10px;
	}
}	
	

/*********** Block Header **********/
.cheader{
	position: relative;
	width: 100%;
	min-height: 52px;
	z-index: 100;
	border: 0px solid #ff0000;
	/* -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05); */
}

.wave2{
	position: relative;
	width: 100%;
	margin-top: -30px;
	height: 30px;
	background: url('../images/template/wave2.png') repeat-x center center;
	z-index: 99;
	border: 0px solid #ff0000;
}

.wave2 {
  -webkit-animation: wave-animation1 6.3s infinite linear; /* Safari 4+ */
  -moz-animation:    wave-animation1 6.3s infinite linear; /* Fx 5+ */
  -o-animation:      wave-animation1 6.3s infinite linear; /* Opera 12+ */
  animation:         wave-animation1 6.3s infinite linear; /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-moz-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-o-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}


@media (min-width: 769px) {
	.cheader{
		/* position: fixed; */
	}	
}	
@media (max-width: 768px) {
	.cheader{
		min-height: 60px;
	}	
}
.cheader-shadow{
	/*-webkit-box-shadow: 0 0px 4px 0 #000; box-shadow: 0 0px 4px 0 #000;*/
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.top_left_cont h3, .top_left_cont h3 p{
    font-size: 30px;
    color: #fff !important;
    font-weight: 600;
	text-shadow: 0 1px 2px #4A4A4A;
}

.top_left_cont h2 {
	margin: 0 0 30px 0;
    font-size: 54px;
    color: #FFF;
    text-align: left;
	text-shadow: 0 1px 2px #4A4A4A;
}

.top_left_cont p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 30px 0;
	line-height: 33px;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
	/* font-weight: 300; */
	text-align: left;
	letter-spacing: 1px;
}

.top_header{
	position: relative;
	width: 100%;
	min-height: 40px;
	padding-top: 5px;
	background: #00a33e;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.top_header-left{
	position: relative;
	float: left;
}
.top_header-left .lang{
	float: left;
	background: rgba(255,255,255,0.3);
	padding: 5px 9px 6px 9px;
}
@media (max-width: 1124px) {
	.top_header-left{
		margin-left: 5px;
	}
	.top_header{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.cicon{
	margin-top: 1px;
	float: left;
	font-size: 13px;
	margin-right: 15px;
	border: 0px solid #ff0000;
}

.cicon i, .cicon span{
	margin-right: 5px;
	font-size: 16px;
	top: 4px;
}

@media (max-width: 900px) {
	.cicon.location_{
		display: none;
	}
}
@media (max-width: 750px) {
	.cicon.phone_,.cicon.mail_{
		display: none;
	}
	.clange i{
		margin-top: 0px;
		float: left;
		font-size: 20px !important;
		margin-right: 15px;
	}
}

.scicon{
	margin-top: 2px;
	/* float: left; */
	display: inline-block;
	font-size: 18px;
	margin-right: 0px;
	border: 0px solid #ff0000;
}
.scicon a{
	color: #fff;
}
.scicon a:hover{
	color: #dc9f00;
}	
.scicon i, .scicon span{
	margin-right: 10px;
	font-size: 18px;
	color: #5d74ba;
	width: 35px;
	height: 35px;
	padding: 8px 10px 0px 10px;
	background: #fff;
	-webkit-border-radius: 22px 22px 22px 22px;
	border-radius: 22px 22px 22px 22px;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;	
}

.scicon i:hover, .scicon span:hover{
	color: #fff;
	background: #374a9c;
}



.scicon-contact{
	margin-top: 2px;
	float: left;
	margin-right: 15px;
	border: 0px solid #ff0000;
}
.scicon-contact a{
	color: #353535;
}
.scicon-contact a:hover{
	color: #67b329;
}	
.scicon-contact i{
	margin-right: 20px;
	font-size: 18px;
	top: 4px;
}



.ctel{
	float: left;
	font-size: 13px;
	margin-right: 15px;
	border: 0px solid #ff0000;
}

@media (max-width: 900px) {
	.ctel{
		margin-right: 10px;
	}	
}	
.tel{
	background: url(../images/template/tel.png) no-repeat left 6px;
	min-height: 30px;
	padding-left: 20px;
}

.cmail{
	float: left;
	font-size: 12px;
	text-align: left;
}
.mail{
	background: url(../images/template/mail.png) no-repeat left 8px;
	min-height: 30px;
	padding-left: 22px;
	padding-top: 2px;
}

@media (min-width: 768px) and (max-width: 820px){
	.top_header{
		font-size: 14px;
	}
	.top_header-left{
		top: 1px;
	}	
}

.top_header-right{
	position: relative;
	float: right;
}
@media (max-width: 1124px) {
	.top_header-right{
		padding-right: 5px;
	}				
}

@media (min-width: 768px) and (max-width: 820px){
	.top_header-right .login, .top_header-right .logins, .top_header-right .logout{
		top: 1px;
	}	
}
.top_header-right .login:hover, .top_header-right .logins:hover, .top_header-right .logout:hover, .top_header-right a:hover{
	color: #c61b1f;
}	

.header{
	margin: 0 0 12px 0;
	position: relative;
	width: 100%;
	height: auto;
	/* background: #67b329; */
}
.lang-right{
	position: absolute;
	top: 0;
	right: 0;
	border: 0px solid #ff0000;
	text-align: center;
}
.lang-right{
	position: absolute;
	top: 0;
	right: 0;
	border: 0px solid #ff0000;
	text-align: center;
}

.main-menu{
	position: relative;
	z-index: 1;
}	
@media (max-width: 769px){
	.main-menu{
		/* padding: 6px 0; */
	}
}
.main-menu-color{
	position: absolute;
	right: 0;
	z-index: 0;
	width: 50%;
	height: 100%;
	background: #a4cbec;
}
@media (max-width: 769px){
	.main-menu-color{
		display: none;
	}	
}	

#pointer { width: 104px; height: 33px; position: relative; background: #4758aa; }
#pointer:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 14px solid #fff; border-top: 17px solid transparent; border-bottom: 17px solid transparent; }
#pointer:before { content: ""; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; }

@media (min-width: 1118px){
	.main-menu:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 23px solid #4758aa; border-top: 23px solid transparent; border-bottom: 25px solid transparent; }
	.main-menu:before { content: ""; position: absolute; right: -23px; bottom: 0; width: 0; height: 0; border-left: 23px solid #4758aa; border-top: 23px solid transparent; border-bottom: 25px solid transparent; }
}

.clange{
	position: relative;
	top: 4px;
	margin: 0 auto;
	display: inline-block;
	font-size: 13px;
	/* margin-right: 15px; */
	border: 0px solid #ff0000;
}
.clange a{
	color: #fff;
}
.clange a:hover{
	color: #dc9f00;
}
.clange i{
	margin-top: 0px;
	float: left;
	font-size: 18px;
	margin-right: 15px;
}

.clange .lang_text{
	margin-top: -3px;
	float: right;
	margin-right: 8px;
	color: #fff;
}

.clange .lng_kh{
	position: relative;
	font-family: Hanuman;
	font-size: 16px;
	background: url(../images/template/language.png) no-repeat left top;
	/* width: 25px; */
	left: 10px;
	padding-left: 30px;
	padding-top: 1px;
	height: 25px;
	float: left;
	margin-right: 8px;
	border: 0px solid #ff0000;
}
.clange .lng_en{
	position: relative;
	background: url(../images/template/language.png) no-repeat left bottom;
	left: -11px;
	padding-left: 30px;
	padding-top: 0px;
	/* width: 25px; */
	height: 25px;
	float: left;
	margin-right: -35px;
	border: 0px solid #ff0000;
}

@media screen and (max-width: 768px) {
	.header{
		/* background: #67b329; */
	}	
}
@media (min-width: 768px) and (max-width: 934px){
	.header{
		/* margin-bottom: 0px; */
	}	
}

#tab_pointer { width: 120px; height: 46px; right: 0; top: 0; position: absolute; background: #a4cbec; }
#tab_pointer:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid #4758aa; border-top: 23px solid transparent; border-bottom: 23px solid transparent; }
#tab_pointer:before { content: ""; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-top: 23px solid transparent; border-bottom: 23px solid transparent; }

#small_tab_pointer { width: 120px; height: 36px; right: 0; top: 0; position: absolute; background: #a4cbec; }
#small_tab_pointer:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid #4758aa; border-top: 18px solid transparent; border-bottom: 18px solid transparent; }
#small_tab_pointer:before { content: ""; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; }

.home_bg_tab{
	position: relative;
	min-height: 46px;
	background: #4758aa;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	text-transform: capitalize;
	color: #fff;
}
.small_bg_tab{
	position: relative;
	min-height: 36px;
	background: #4758aa;
	font-size: 18px;
	padding: 5px 0 0 15px;
	text-transform: capitalize;
	color: #fff;
}

.content_border{
	position: relative;
	min-height: 100px;
	border: 1px solid #eaeaea;
	border-top: none;
	/* font-size: 12px; */
	word-break: break-all;
}
.content_border .post-date{
	color: #f00;
	font-size: 13px;
}
.content_border ul li#link{
	margin-left: -12px;
	list-style-type: square;
	padding: 0 2px;
	margin-bottom: 10px !important;
}
.content_border ul li#link a{
	display: block;
	line-height: 20px;
	color: #555555 !important;
	font-size: 16px;
}
.content_border ul li#link a:hover, .content_border ul li#link a.current{
	color: #253a9c !important;
}	
.school-left{
	float: left;
	width: 70%;
}
.school-right{
	float: left;
	width: 30%;
	margin: 0;
	text-align: left;
	border: 1px solid #ccc;
	border-bottom: 3px solid #4758aa;
	border-right: 3px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 20px 0px;
	/*background: #4758aa;
	color: #fff;*/
}
@media screen and (max-width: 767px) {
	.school-left, .project .school-right{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.school-left, .school-right{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1124px) {
	.mLeftSite{
		margin-bottom: 0; border: 0px solid #f00; padding: 0 0 0 30px;
	}	
}	
@media screen and (max-width: 767px) {
	.mLeftSite{
		margin-bottom: 20px; border: 0px solid #f00; padding: 0 30px;
	}	
}

.c_right-top-right{
	position: relative;
	margin-top: 10px;
	float: right;
	border: 1px solid #ff0000;
	font-size: 12px;
}
.right-top-right{
	position: relative;
	float: right;
	border: 1px solid #ff0000;
	font-size: 12px;
	margin-bottom: 10px;
}
.right-top-right .padding-left{
	padding-left: 22px;
}
.right-top-right .cmail{
	/* width: 160px; */
	margin-right: 5px;
	/* float: left; */
	color: #e22b31;
	text-align: left;
	border: 0px solid #ff0000;
	margin-bottom: 2px;
}
.right-top-right .mail{
	background: url(../images/template/mail.png) no-repeat left 4px;
	padding-left: 22px;
	height: 22px;
	color: #000;
}
.right-top-right .ctel{
	/* float: left; */
	color: #e22b31;
	border: 0px solid #ff0000;
}
.right-top-right .tel{
	background: url(../images/template/tel.png) no-repeat left top;
	padding-left: 20px;
	height: 20px;
	color: #000;
	text-transform: capitalize;
}
.header .logo{
	position: relative;
    float: left;
	margin-top: 14px;
	border: 0px solid #0624c4;
	z-index:9999999;
}	
.header .contact_right{
	position: absolute;
    right: 0;
	margin-top: 56px;
	min-height: 30px;
	border: 0px solid #0624c4;
	z-index:9999999;
}
.contact_right .block_contact{
	float: left;
    width: 210px;
	min-height: 30px;
	border: 0px solid #0624c4;
}
@media screen and (max-width: 1090px) {
	.contact_right .block_contact{
		width: 250px;
	}	
	.contact_right .block_contact:first-child{
		display: none;
	}
}
@media screen and (max-width: 940px) {
	.contact_right .block_contact{
		width: 210px;
	}
	.header .contact_right{
		right: 50px;
		margin-top: 20px;
		
	}	
}	

.block_contact .scicon{
	margin-top: 0px;
	float: left;
	font-size: 18px;
	margin-right: 0px;
	border: 0px solid #ff0000;
}
.block_contact .scicon a{
	color: #fff;
}
.block_contact .scicon a:hover{
	color: #dc9f00;
}	
.block_contact .scicon i{
	text-align: center;
	margin-right: 10px;
	font-size: 24px;
	color: #1b4693;
	width: 42px;
	height: 42px;
	padding: 8px 10px 0px 10px;
	background: #fff;
	-webkit-border-radius: 22px 22px 22px 22px;
	border-radius: 22px 22px 22px 22px;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
	border: 1px solid #a5ccec;	
}

.block_contact .scicon i.mail{
	margin-right: 12px;	font-size: 20px;
}

@media screen and (max-width: 700px) {
	.block_contact .scicon i{
		font-size: 20px;
		width: 36px;
		height: 36px;
		padding: 8px 10px 0px 10px;
	}
	.block_contact .scicon i.mail{
		margin-right: 12px;	font-size: 16px;
	}
	.contact_right .block_contact{
		width: 180px;
	}	
}
@media (max-width: 680px) {
	.header .contact_right{
		right: 20px;
		margin-top: 12px;	
	}
}	
@media (max-width: 650px) {
	.header .contact_right{
		display: none;
	}
}

.block_contact h3{
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	text-transform: capitalize;
	color: #afaeae;
}

@media screen and (max-width: 940px) {
	.header .logo img{
		width: 190px;
	}
	.header .logoRight{
		right: 5px;
		top: -143px;

	}
	.header .logoRight img{
		width: 110px;
	}	
}
@media screen and (max-width: 500px) {
	.header .logo img{
		/* width: 160px; */
	}	
}
@media screen and (max-width: 380px) {
	.header .logoRight{
		right: 80px;
		top: -98px;
	}
	.header .logoRight img{
		width: 60px;
	}	
}
.header img{
    display: block;
	margin: 0 auto;
}
.header img.icon-search, .header img.icon-search-hide{
	position: absolute; right: 0; top: 35px;cursor: pointer;z-index: 100;
}

@media (max-width: 1124px) {
	.header .logo{
		margin-left: 5px;
	}
	.header .my-menu{
		margin-right: 5px;
	}
	.header img.icon-search, .header img.icon-search-hide{
		right: 10px; top: 35px;
	}	
}

@media (max-width: 768px) {
	.header{
		/*-webkit-box-shadow: 0 2px 2px 0 #4A4A4A;
		box-shadow: 0 2px 2px 0 #4A4A4A;*/
		background: #fff;
		border-bottom: 2px solid #00a33e;
	}
	.header img.icon-search, .header img.icon-search-hide{
		right: 15px; top: 11px;
	}
	/*.header .logo{
		margin-left: 10px;
		margin-top: 5px;
		margin-bottom: 4px;
	}	
	.header .logo img{
		width: 160px;
	}*/
}
@media (max-width: 480px) {
	.header img.icon-search, .header img.icon-search-hide{
		right: 12px; top: 9px;
	}	
}	
	
.follow .lng_kh{
	background: url(../images/template/lng.png) no-repeat left bottom;
	width: 25px;
	float: left;
	margin-right: 15px;
	height: 20px;
	border: 0px solid #ff0000;
}
.follow .lng_en{
	background: url(../images/template/lng.png) no-repeat right bottom;
	width: 25px;
	float: left;
	margin-right: 5px;
	height: 20px;
	border: 0px solid #ff0000;
}

@media (max-width: 1189px) {	
	.right-top-right,.right-top-rights, .follow{
		margin-right: 10px;
	}	
}	

@media (max-width: 680px) {
	.header{
		margin-bottom: 4px;
	}
	.header .logo{
		margin-top: 4px;
	}
	.right-top-right,.right-top-rights, .follow{
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.c_right-top-right{
		position: relative;
		margin-top: 10px;
		float: right;
		border: 0px solid #ff0000;
		font-size: 12px;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {	
	.cmail{
		display: none;
	}	
	.top_header-right{
		margin: 0 auto;
		border: 0px solid #ff0000;
	}	
}

@media (max-width: 440px){
	.header .logo{
		
		margin-left: 10px;
	}
}	

/*********** Block Menu **********/
.ccmenu{
	position: relative;
	/*width: 100%;*/
	z-index: 100;
}
.cmenu{
	position: relative;
	float: right;
	padding: 0;
	min-height: 36px;
	background: #439247;
	/* text-align: center; */
	border: 1px solid #ff0000;
	-webkit-box-shadow: 0 3px 5px 0 #787878;
	box-shadow: 0 3px 5px 0 #787878;
}
.cmmenu{
	position: absolute;
	display: none;
	border: 0px solid #ff0000;
	width: 100%;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}
.menu-icon{
	position: relative;
	border: 0px solid #ff0000;
	width: 100%;
	left: 0;
	background: #fff;
}		
.cmmenu .col-md-4.col-sm-4, .menu-icon .col-md-4.col-sm-4{
	padding: 20px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	/* min-height: 50px; */
	border: 0px solid #ff0000;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
@media (max-width: 767px){
	.cmmenu{
		position: relative;
		display: none;
		border: 0px solid #ff0000;
		width: 100%;
		left: 0;
		background: #fff;
		-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
	}
	.cmmenu .col-md-4.col-sm-4{
		padding: 5px;
		margin: 0;
		border-bottom: 1px solid #efeeee;
	}
	.menu-icon .col-md-4.col-sm-4{
		padding: 10px 5px;
		margin: 0;
		width: 100% !important;
		border-bottom: 1px solid #efeeee;
	}
}
.cmmenu .col-md-4.col-sm-4 a, .cmmenu .col-md-4.col-sm-4 a:hover{
	padding: 0 !important;
	margin: 0;
	width: 100%;
	height: 100%;
	border: none!important;
	background: none!important;
	font-weight: normal !important;
}
.cmmenu .col-md-4.col-sm-4:hover, .cmmenu .col-md-4.col-sm-4.current{
	background: #efeeee;
}	
.cmmenu .col-md-4.col-sm-4 .mnu_icon, .menu-icon .col-md-4.col-sm-4 .mnu_icon{
	float: left;
	padding: 6px 0;
	width: calc(80px);
	position: relative;
	margin: 0;
	border: 0px solid #ff0000;
}
.cmmenu .col-md-4.col-sm-4 .mnu_title, .menu-icon .col-md-4.col-sm-4 .mnu_title{
	float: right;
	width: calc(100% - 90px);
	padding-right: 0px;
	margin: 0;
	border: 0px solid #000;
	color: #61636a;
}
.my-menu{
	/* position: relative; */
	float: right;
	padding: 0 !important;
}

@media (max-width: 767px) {
	.cmmenu .col-md-4.col-sm-4, .menu-icon .col-md-4.col-sm-4{
		width: 100%;
	}	
	.cmmenu .col-md-4.col-sm-4 .mnu_icon, .menu-icon .col-md-4.col-sm-4 .mnu_icon{
		width: calc(50px);
	}
	.cmmenu .col-md-4.col-sm-4 .mnu_title{
		width: calc(100% - 60px);
		padding-right: 0px;
		padding-top: 20px;
	}	
	.menu-icon .col-md-4.col-sm-4 .mnu_title{
		width: calc(100% - 60px);
		padding-right: 0px;
		padding-top: 0px;
	}
	.cmmenu .col-md-4.col-sm-4 .mnu_title span.iconDetail{
		display: none;
	}
	.my-menu {
		position: relative;
		float: right;
		padding: 0 !important;
		position: absolute;
		top: -40px;
	}
	
}	

@media (max-width: 1099px) {
	.ccmenu {
		padding: 0 10px;
	}	
}
.container .menu, .bgmenu{
	position: relative;
	min-height: 42px;
	border: 0px solid #ff0000;
}	
.container .bgmenu .btn-src, .container .bgmenu .btn-close{
	position: absolute;
	width: 34px;
	height: 36px;
	right: 20px;
	top: 7px;
	border: 0px solid #ff0000;
	z-index: 1000;
	cursor: pointer;
}

@media (max-width: 767px) {
	.container .menu{
		background: none;
	}
	.ccmenu {
		margin-bottom: 5px;
	}
	.container .bgmenu .btn-src, .container .bgmenu .btn-close{
		top: 1px;
	}	
}
.container .menu .ulmenu{
	position: relative;
	/* left: 11px; */
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.container .menu li:first-child{
	margin-right: -5px;
	float: left;
	background-image:none;
}
.container .menu li{
	position:relative;
	float: left;
	list-style-type:none;
	border: 0px solid #f00;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
.container .menu li a{
	width: auto;
	height: 42px;
	color:#fff;
	font-size: 15px;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	padding: 9px 26px 33px 24px;
	text-decoration:none;
	/* border: 1px solid #ff0000; */
	text-shadow: 1px 1px 1px #1F1F1F;
}

@media (max-width: 1099px) {
	.container .menu li a{
		padding: 9px 23px 33px 21px;
	}	
}
@media (max-width: 1045px) {
	.container .menu li a{
		padding: 9px 20px 33px 18px;
	}	
}
@media (max-width: 992px) {
	.container .menu li a{
		padding: 9px 17px 33px 15px;
	}	
}
@media (max-width: 950px) {
	.container .menu li a{
		padding: 9px 13px 33px 12px;
	}	
}
@media (max-width: 890px) {
	.container .menu li a{
		padding: 11px 11px 31px 10px;
		font-size: 13px;
	}	
}
@media (max-width: 802px) {
	.container .menu li a{
		padding: 11px 9px 31px 8px;
		font-size: 13px;
	}	
}
@media (max-width: 767px) {
	.container .menu, .container .bgmenu{
		width: 100%;
		/* top: 42px; */
		top: 0px;
		position: absolute;
		border-top: 1px solid #01734d;
	}
	.container .menu li a{	
		height: 36px;
		display: block;
		float: none;
		text-align: left;	
		width: 100%;
		padding: 9px 15px 30px 15px;		
	}
	.container .menu li:first-child{
		margin: 0;
		/* border-top: 0px solid #01734d; */
		background:#019966 url(../images/template/line.png) repeat-x bottom center;
	}	
	.container .menu li{
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		/* background-image: none; */
		background: #019966;
		/* border-top: 1px solid #01734d; */
		background:#019966 url(../images/template/line.png) repeat-x bottom center;
		/* border: 1px solid #ff0000; */
	}	
}
.container .menu li a:hover, .container .menu li a.current{
	/* background: #dd8303; */
	color: #f9f006;
}
	

/*********** Block Slide **********/
.cslide{
	width: 100%;
	padding: 0;
	height: auto;
	background: #66cc9a;
}
.container .slide{
	position: relative;
	padding: 0;
	height: auto;
	border: 0px solid #ff0000;
}

.container.ccontainer .content{
	position: relative;
	/* padding: 0 20px; */
	margin: 0 auto;
	color: #333333;
	line-height: 24px;
	min-height: 300px;
	border: 0px solid #000;
	/* text-align: justify; */
}

@media (max-width: 1124px) {
	.container.ccontainer{
		padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.container.ccontainer .content{
		/* padding: 0 10px; */
		/* margin: -20px auto 0 auto; */
	}
}
@media (max-width: 767px) {
	.container.ccontainer .content{
		padding: 0;
		/* margin: -5px auto 0 auto; */
		margin: 0 auto;
	}
}

.content .row{
	margin-right: -10px;
	margin-left: -10px;
}
.content .col-md-3 img{
	cursor: pointer;
}
.vdoYT{
	position: relative;
	border: 0px solid #ff0000;
	margin-bottom: 8px;
}
.vdoPlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/template/play.png') no-repeat center center;
	opacity: 0.6;
}	
.galZoom{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0) url('../images/template/zoom_img.png') no-repeat center center;
	opacity: 0;
}
.galAlb .col-md-2.col-sm-4 .gal_album .galZoom{
	background: rgba(0,0,0,0.2) url('../images/template/zoom_img.png') no-repeat center center;
	width: calc(100% - 20px);
	height: 100%;
	z-index: 1;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
.vdoPlay:hover, .galZoom:hover{
	opacity: 1;
}	
.content .col-md-2, .row.galAlb .col-md-2, .content .col-md-3, .content .col-md-4, .content .col-md-9{
	position: relative;
	padding: 0 10px;
	/* margin-bottom: 20px; */
	/* font-size: 13px; */
	text-align: left;
	/* cursor: pointer; */
}
.wrap_detail img{
	margin: 10px 0;
}


@media screen and (max-width: 991px) {
	.content .col-md-2.col-sm-4, .row.galAlb .col-md-2.col-sm-4{
		width: 25%;
	}
	.content .row.videYT .col-md-3.col-sm-4{
		width: 25%;
	}	
}
@media screen and (max-width: 767px) {
	.content .col-md-2.col-sm-4, .row.galAlb .col-md-2.col-sm-4{
		float: left;
	}
	.content .row.videYT .col-md-3.col-sm-4{
		float: left;
	}	
}
@media screen and (max-width: 710px) {
	.content .col-md-2.col-sm-4, .row.galAlb .col-md-2.col-sm-4{
		width: 33.3%;
	}
	.content .row.videYT .col-md-3.col-sm-4{
		width: 33.3%;
	}	
}
@media screen and (max-width: 530px) {
	.content .row.videYT .col-md-3.col-sm-4{
		width: 50%;
	}	
}
@media screen and (max-width: 509px) {
	.content .col-md-2.col-sm-4, .row.galAlb .col-md-2.col-sm-4{
		width: 50%;
	}	
}
@media screen and (max-width: 350px) {
	.content .col-md-2.col-sm-4, .row.galAlb .col-md-2.col-sm-4{
		width: 100%;
	}
	.content .row.videYT .col-md-3.col-sm-4{
		width: 100%;
	}	
}	

/*********** Block About **********/
@media screen and (min-width: 768px) {
	.content .row .col-md-9.col-sm-8.no-padding-left{
		/* padding-left: 5px; */
	}	
}
@media screen and (max-width: 767px) {
	.cAbout{
		padding-left: 10px;
		padding-right: 10px;
	}	
}	
.content .wrap_cate{
	position: relative;
	/* background: #2c8231; */
	margin-bottom: 20px;
}
.content .wrap_detail{
	position: relative;
	min-height: 400px;
}
.content .wrap_cate ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.content .wrap_cate ul li{
	position: relative;
	width: 100%;
	list-style: square;
	font-size: 20px;
	color: #0387a8;
}
.content .wrap_cate ul li a{
	display: block;
	width: 100%;
	font-size: 20px;
	padding: 5px;
	padding-left: 0px;
	line-height: 20px;
	color: #0387a8;
	transition:all linear 0.15s;
	-webkit-transition:all linear 0.15s;
}
.content .wrap_cate ul li:hover, .content .wrap_cate ul li.current, .content .wrap_cate ul li a:hover,.content .wrap_cate ul li a.current{
	color: #000;
	text-decoration: none;
}	
	

/* Shine */
.figure_shine {
	position: relative;
	overflow: hidden;
}
.figure_shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.figure_shine:hover::before {
/* 	-webkit-animation: shine .75s;
	animation: shine .75s; */
	-webkit-animation: shine 1.3s;
	animation: shine 1.3s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.figure_circle{
	position: relative;
	overflow: hidden;
}
.figure_circle::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.figure_circle:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@media (max-width: 1030px) {
	.content {
		/* padding: 0 10px; */
	}
}
@media (max-width: 767px) {
	.content .col-md-4{
		/* padding: 0 22px; */
		margin-bottom: 14px;
	}
	.content {
		/* padding: 0 10px; */
	}
}
@media (min-width:420px) and (max-width: 767px){
	.content .col-md-4.col-sm-4{
		width: 50%;
		float: left;
	}
}
@media (max-width:419px){
	.content .col-md-4.col-sm-4{
		width: 100%;
		float: left;
	}
}	


.content .row .col-md-5.col-sm-5, .content .row .col-md-8.col-sm-8, .content .row .col-md-7.col-sm-7{
	padding: 0 10px;
	margin-bottom: 40px;
}


.view_more, .view_more a{
	padding: 7px 0;
	font-weight: normal;
	color: #ff0000;
	text-align: center;
	width: 100%;
	border: 0px solid #ff0000;
}
.view_more a:hover{
	color: #ff0000;
	text-decoration: underline;
}	
.box_video p.video_iframe{
	position:relative;
	/*padding-bottom:56.25%;
	padding-top:30px;*/
	height: auto;
	overflow:hidden;
}

@media (min-width:768px){
	.box_video p.video_iframe{
		padding-bottom:56.25%;
		padding-top:30px;
	}	
	
}	



.box_video p iframe, .box_video object, .box_video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/************* Block Map ************/
.colMap{
	padding: 0;
}

.containing-table {
    display: table;
    width: 100%;
}
.centre-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content_footer {
    display: inline-block;
    vertical-align: top; /* Removes the extra white space below the baseline */
}

.tab_back{
	background: #b89b5e;
	line-height: 22px;
	font-style: normal;
	font-family: Hanuman;
	font-size: 15px;
	color: #fff;
	padding: 8px 10px 6px 10px;
}
.tab_back:hover{
	background: #8f6d26;
}
.tab_rel_doc{
	background: #BF7C00;
	line-height: 22px;
	font-style: normal;
	font-family: Hanuman;
	font-size: 15px;
	color: #fff;
	padding: 8px 10px 6px 10px;
}

/*********** Block Icon **********/
.content-page-icon{
	
}
.content-page-icon .col-md-4.col-sm-4{
	margin-bottom: 40px; 
	padding: 0 10px;
	border: 0px solid #ff0000;
}
@media screen and (max-width: 767px) {
	.content-page-icon .col-md-4.col-sm-4{
		width: 100%;
	}
}
.page-icon{
	margin: 0 auto;
	min-height: 70px;
	/* text-align: center; */
	font-size: 13.5px;
	line-height: 22px;
	color: #424242;
	border: 0px solid #000;
	/* margin-bottom: 10px; */
	border: 0px solid #ff0000;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
.page-icon:hover{
	margin: 0 auto;
	margin-top: -8px;
	color: #0192b7;
}
.page-icon img{
	display: block;
	margin: 0 auto;
}	
.page-icon .page-icon-title{
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 23px;
}

a.read_more_button{
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background: #4758aa;
	
}
a.read_more_button:hover{
	color: #f8ec1e;
	background: #223696;
}

.box-gallery{
	position: relative;
	top: 0;
	margin: 0 auto;
	color: #fff;
	min-height: 120px;
	padding-bottom: 10px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: #4758aa;
	border-bottom: 5px double #293676;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;	
}
.box-gallery:hover{
	top: -10px;
}
.box-gallery-margin{
	float: none;
	display: inline-block;
	margin-left: -5px;
	margin-right: -5px;
}
@media (max-width: 667px) {
	.box-gallery-margin{
		margin-left: 0px;
		margin-right: 0px;
	}
}


.box-shadow{
	margin: 3px auto 0 auto;
}
.box-shadow img{
	margin: 0 auto;
}
.box-agllery-shadow{
	position: absolute;
	bottom: -30px;
	border: 0px solid #000;
}
.box-agllery-shadow img{
	margin: 0 auto;
}

.box-gallery img{
	width: 100%;
	margin-bottom: 8px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.box-gallery .wrap-gallery{
	padding: 0 15px;
}

.box-gallery .wrap-gallery p.main-gallery-title, .box-gallery_ .wrap-gallery p.main-gallery-title{
	/* font-family: 'Lobster', sans-serif; */
	font-size: 15px;
	color: #fff;
	line-height: 19px;
	margin-bottom: 0px;
}

.tab-carousel-title{
	/* padding-bottom: 22px; */
	/* font-family: Roboto Slab; */
	color: #3d3d3d;
	/* text-transform: capitalize; */
	/* font-weight: 600; */
	border-bottom: 1px solid #dfdfdf;
}

.tab-carousel-title a{
	position: relative;
	float: left;
	padding-bottom: 12px;
	/* display: block; */
	color: #3d3d3d;
	/* border-bottom: 3px solid #008dc7; */
}

.tab-carousel-title a .tab-line{
	position: absolute;
	bottom: -4px;
	/* width: 100%; */
	width: 78px;
	height: 4px;
	background: #1e771a;
}	

.item {
	position: relative;
	margin: 0 15px;
	text-align: center;
	color: #565656;
	border-bottom: 0px solid #c3c3c3;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
.item a{
	color: #565656;
}
@media screen and (min-width: 768px) {
	.marginLR {
		margin-left: -15px; margin-right: -15px;
	}
}	
@media screen and (max-width: 767px) {
	.item {
		margin: 0 8px;
	}
	.marginLR {
		margin-left: -8px; margin-right: -8px;
	}
}	
.item:hover{
	/* margin: 0 20px; */
	/* background: #008dc7; */
	color: #fff;
	border-bottom: 0px solid #008dc7;
}
.item a:hover{
	color: #fff;
}
.item h4{
	border: 0px solid #ff0000;
	text-align: center;
	margin-top: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0px 10px;
}

.item img {
  width: 100%;
}

.item p{
	padding: 0 15px 10px;
	font-size: 14px;
	word-break: break-all;
}

/*********** Block footer **********/
.cfooter{
	padding: 0;
	margin-top: -20px;
	min-height: 100px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.cfooter h1{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 !important;
	padding: 0 !important;
}	
.bg_footer{
	padding: 0;
	min-height: 140px;
	background: #f7f7f7;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	color: #fff;
	/* padding: 40px 0; */
}
.bg_footer .col-md-3.col-sm-3{
	padding-top: 0 !important;
	margin-bottom: 10px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.bg_footer .col-md-3.col-sm-3{
		width: 100%;
	}	
}	

.follow{
	position: relative;
}
.follow .sicon{
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 14px;
	border: 0px solid #ff0000;
	opacity: 1;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.follow .sicon:hover{
	opacity: 0.7;
}

.bg_footer .navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.bg_footer .navigation ul li:first-child{
	/* padding: 0 20px 0 0; */
}	
.bg_footer .navigation ul li{
	font-size: 14px;
	/* float: left; */
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
}
.bg_footer .navigation ul li:last-child{
	border-right: none;
}
.bg_footer .navigation ul li a{
	font-size: 15px;
	padding: 0;
	margin: 0;
	/* text-transform: capitalize; */
	color: #fff;
	text-decoration: none;
}
.bg_footer .navigation ul li a:hover, .bg_footer .navigation ul li a.current{
	color: #fff;
	text-decoration: underline;
}	

.bg_footer .col-md-4.col-sm-4{
	/* border: 1px solid #000; */
	padding-top: 20px;
	padding-bottom: 10px;
}

.bg_footer .colm{
	margin: 0 auto;
	min-height: 48px;
	text-align: left;
	overflow: hidden;
}

.bg_footer .facebook{
	overflow: hidden;
}

.cfooter .footer_address{
	padding: 12px 10px;
	font-size: 14px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3caeb+0,4758aa+100 */
	background: #a3caeb; /* Old browsers */
	background: -moz-linear-gradient(left, #a3caeb 0%, #4758aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a3caeb 0%,#4758aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a3caeb 0%,#4758aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3caeb', endColorstr='#4758aa',GradientType=1 ); /* IE6-9 */	
}

.footer_address a.fmenu{
	position: relative; width: 50%; border: 0px solid #fff; color: #fff; display: inline-block;
	text-transform: capitalize;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
.footer_address a.fmenu:hover, .footer_address a.fmenu.current{
	color: #27398e;
	text-transform: capitalize;
}	

.cfooter .ccopyright{
	padding: 26px 10px 15px 10px;
	background: #018a35 url('../images/template/wave3.png') repeat-x top center;
	font-size: 14px;
	/* border-top: 1px solid #e71f29; */
}
.cfooter .copyright{
	text-align: center;
	color: #fff;
}
.cfooter .designBy{
	color: #fff;
}

.cfooter .designBy span:hover{
	color: #000;
}	
@media screen and (max-width: 1124px) {
	.bg_footer .row{
		padding: 0 10px;
	}
}
@media screen and (min-width: 768px) {
	.containing-table {
		height: 180px;
	}
	.bg_footer .facebook{
		min-height: 48px;
		margin-bottom: 20px;
	}
	.cfooter .footer_address .col-md-3 center{
		text-align: left;
	}
}
@media screen and (max-width: 560px) {
	.cfooter .copyright{
		clear: both;
		/* float: left; */
	}
}

@media screen and (max-width: 767px) {
	.footer_address a.fmenu{
		/* width: 100%; */
	}
	.containing-table {
		padding: 10px 0;
	}
	.bg_footer .facebook{
		min-height: 48px;
		margin-bottom: 10px;
	}	
	.cfooter .footer_address .col-md-3,.cfooter .footer_address .col-md-4, .div-contact, .cfooter .footer_address .col-md-5{
		float: none;
		width: 100% !important;
		border: 0px solid #000;
		/* text-align: center; */
	}
}

.not_found{
	margin: 0 auto;
	background: url('../images/template/not_found.png') no-repeat center center;
	width: 100%;
	border: 0px solid #ccc;
	min-height: 120px;
	margin-bottom: 30px;
}	

#login{
	position: relative;
	margin: 0 auto;
	/* margin-top: 152px; */
	width: 80%;
	min-height: 200px;
	background: #fff;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	/*-webkit-box-shadow: 0 0 4px 0 #262626;
	box-shadow: 0 0 4px 0 #262626;*/
	border: 1px solid #b89b5e;
	border-top: 1px solid #b89b5e;
}
@media screen and (max-width: 560px) {
	#login{
		width: 100%;	
	}	
}	
/*.cbooking_form{
	position: absolute; width: 100%;
	bottom: 40px;
	text-align: center;
}	
.cbooking_form .booking_form{
	display: inline-block;
	padding: 15px;
	border: 0px solid #000;
	background: rgba(0,0,0,0.3);
	-webkit-border-radius: 34px;
	border-radius: 34px;
}
.cbooking_form .booking_form input[type="text"]{
	display: inline-block;
	background: rgba(255,255,255,0.4) none repeat scroll 0 0;
    border: 0px solid #b89b5e;
    color: #fff;
    height: 40px;
    margin: 0 7px 0 0;
    padding: 5px 15px 5px 15px;
    text-align: left;
    max-width: 270px;
    z-index: 1;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
.cbooking_form .booking_form input[type="number"]{
	display: inline-block;
	background: rgba(255,255,255,0.4) none repeat scroll 0 0;
    border: 0px solid #b89b5e;
    color: #fff;
    height: 40px;
    margin: 0 7px 0 0;
    padding: 5px 15px 5px 15px;
    text-align: left;
    max-width: 150px;
    z-index: 1;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}*/

.cbooking_form{
	position: absolute;
	width: 100%;
	bottom: 50px;
	padding: 0 10px;
	text-align: center;
}
.cbooking_form .booking_form{
	display: inline-block;
	padding: 13px;
	border: 0px solid #000;
	background: rgba(0,0,0,0.3);
	-webkit-border-radius: 34px;
	border-radius: 34px;
}
@media (max-width: 749px) {
	.cbooking_form{
		position: relative;
		bottom: 0px;
		margin-top: 10px;
	}
	.cbooking_form .booking_form{
		padding: 15px;
		background: #00a33e !important;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	.cbooking_form .booking_form .btn-submit-booking{
		width: 100% !important;
		max-width: 100% !important;
		background: #dc9f00 !important;
	}
}
.cbooking_form .booking_form input[type="text"]{
	display: inline-block;
	background: rgba(255,255,255,0.4) none repeat scroll 0 0;
    border: 0px solid #b89b5e;
    color: #fff;
    height: 34px;
    margin: 0 7px 0 0;
    padding: 5px 15px 5px 15px;
    text-align: left;
    max-width: 270px;
    z-index: 1;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
	
.cbooking_form .booking_form input[type="number"]{
	display: inline-block;
	background: rgba(255,255,255,0.4) none repeat scroll 0 0;
    border: 0px solid #b89b5e;
    color: #fff;
    height: 34px;
    margin: 0 7px 0 0;
    padding: 5px 15px 5px 15px;
    text-align: left;
    max-width: 150px;
    z-index: 1;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
.cbooking_form .booking_form input.numP{
	display: inline-block;
	background: rgba(255,255,255,0.4) none repeat scroll 0 0;
    border: 0px solid #b89b5e;
    color: #fff;
    height: 34px;
    margin: 0 7px 0 0;
    padding: 5px 15px 5px 15px;
    text-align: left;
    max-width: 190px;
    z-index: 1;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
@media (max-width: 937px) {
	.cbooking_form .booking_form input[type="text"],.cbooking_form .booking_form input.numP{
		max-width: 190px;
	}	
}
@media (max-width: 778px) {
	.cbooking_form .booking_form input[type="text"],.cbooking_form .booking_form input.numP{
		max-width: 180px;
	}	
}
@media (max-width: 749px) {
	.cbooking_form .booking_form{
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	.cbooking_form .booking_form input[type="text"],.cbooking_form .booking_form input[type="number"],.cbooking_form .booking_form input.numP{
		display: inline-block;
		margin-bottom: 15px;
	}
}

@media (min-width: 610px) AND (max-width: 737px) {
	.cbooking_form .booking_form input[type="number"]{
		display: inline-block;
		margin-bottom: 15px;
		/* max-width: 270px; */
	}	
}
@media (max-width: 620px) {
	.cbooking_form .booking_form{
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	.cbooking_form .booking_form input[type="text"],.cbooking_form .booking_form input[type="number"],.cbooking_form .booking_form input.numP{
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
	}
}	

.cbooking_form .booking_form input:focus{
	-webkit-box-shadow: 0 0 4px 4px #FFF347;
	box-shadow: 0 0 4px 1px #FFF347;
}
.cbooking_form .booking_form input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 1;
  font-weight: bold;
  /* font-style: italic; */
}
.cbooking_form .booking_form input::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  opacity: 1;
  font-weight: bold;
  text-decoration: italic;
}
.cbooking_form .booking_form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-weight: bold;
  text-decoration: italic;
}
.cbooking_form .booking_form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-weight: bold;
  text-decoration: italic;
}
.cbooking_form .booking_form input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
   font-weight: bold;
  text-decoration: italic;
}

.cbooking_form .booking_form .btn-submit-booking{
	display: inline-block;
	background: #67b329;
	border: none;
	min-width: 130px;
	max-width: 130px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-align: center;
	color: #fff;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

.cbooking_form .booking_form .btn-submit-booking:hover{
	background: #62ac26;
	text-shadow: 1px 1px 1px #1F1F1F;
	transition:all linear 0.15s;
	-webkit-transition:all linear 0.15s;
}

a.booking_button{
	/* float: right; */
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 9px 40px;
	-webkit-border-radius: 17px 17px 17px 17px;
	border-radius: 17px 17px 17px 17px;
	background: #dfa206;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;	
}
a.booking_button:hover{
	background: #ae7e03;
}
.cbox_facility{
	position: relative;
	border: 0px solid #000;
	text-align: center;
}	
.box_facility{
	position: relative;
	margin: 0 auto;
	max-width: 246px;
}
.box_round_facility{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 120px 120px 120px 120px;
	border-radius: 120px 120px 120px 120px;
	border: 10px solid rgba(255,255,255,0.3);
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;	
}
.box_facility:hover > .box_round_facility{
	/* border: 10px solid rgba(0,0,0,0.3); */
	border: 10px solid rgba(0,163,62,0.3);
}
.cbox_facility h2{
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 20px;
	color: #00a33e;
}	

.box_facility img{
	margin: 0 auto;
	-webkit-border-radius: 120px 120px 120px 120px;
	border-radius: 120px 120px 120px 120px;
}


.wrap_marquee{
	/* display: none; */
	width: 100%;
	background: #fff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
@media(min-width: 768px) {
	.wrap_marquee{
		/* display: block; */
	}
}	

.marquee {
    width:100%;
    height:36px;
    background-color:#fff;
    line-height:34px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.marquee .line-message {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 70s linear infinite;
}
.marquee .line-message:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}