

body {
	font-size: 21px;	
	overflow-x: hidden;
}

body,button,.form-control {
	color: #606368;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	font-weight: 400;	
}

button { cursor: pointer; }
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}


/* custome */

.float-right{
	float: right;
}
.float-left{
	float: left;
}
.ab-center{
	position: absolute;
    left: 50%;
	transform: translateX(-50%);
}
.id-page-content-width {
    overflow: hidden;
}
/* home */
.id-btn-home{
	border: 2px solid #BFBFBF;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 300;
	color: #BFBFBF;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 55px;
}
.id-btn-home:hover{
	color: #EFEFEF;
	border: 2px solid #EFEFEF;
	background: rgba(255,255,255,0.2);
}

@media screen and (max-width: 575px) {
	.id-btn-home{
		position: absolute;
		bottom: 20% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}

.id-site-content{
	color:#BFBFBF; ;
}
.id-btn-border{
	border: 2px solid #BFBFBF;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 300;
	color: #BFBFBF;
	/* background-color: #983333; */
	padding: 15px 30px;
	cursor: pointer;
	border-radius: 50px;
}
.id-btn-border:hover{
	color: #EFEFEF;
	border: 2px solid #EFEFEF;
	background: rgba(255,255,255,0.2);
}
/* home */

/* about */
.id-small-title{
	color:#525252;
}

.id-btn-cs,.id-btn-cs:visited {
	display: block;
    float: right;
	font-size: 16px;
    font-weight: 300;
    color: white;
    background-color: #FFC100;
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
}

.id-btn-cs:hover,.id-btn-cs:focus {
	color: white;
	background-color: #FFD800;
}
/* about */

/* room */
.room_for_rent{
	overflow: hidden !important;
	border-radius: 45px;
}
.rent_pic{
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 15px;
}

.id-btn-red,.id-btn-red:visited {
	display: block;
    float: right;
    font-size:16px;
    font-weight: 300;
    color: white;
    background-color: #983333;
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
}

.id-btn-red:hover,.id-btn-red:focus {
	color: white;
	background-color: #c9302c;
}
/* room */

/* cooperation */
.id-gallery-content.id-page-content-width.id-flex-col{ 
	max-width: 1500px;
}
.middle-box{
	/* background-color: rgba(255,255,255,0.58); */
    padding: 16px;
}
.co_pic{
	overflow: hidden;
    height: 91%;
}
.co_pic img{
	height: 100%;
    width: auto !important;
	padding: 0;
	margin: 0 auto;
}
.co_tip_box{
	border-radius: 5px;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 50px; */
	background: rgba(255,255,255,.6);
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 13px;
	padding: 0 10px;
}
.co_card{
	background: #fff;
    padding: 10px;
    display: block;
    position: relative;
	height: 500px;
	width: 320px;
}
.co_title{
	color: #3B3B3B;
    font-size: 18px;
    margin-left: 10px;
}
.overlay{
	position: relative;
	display: inline-block;
	background: transparent;
	display: inline-block;
}
.overlay > img {
	vertical-align: middle;
}
.overlay::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s ease;
  }
  
.overlay:hover::before {
	opacity: 0.7;
}
.overlay_text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #BFBFBF;
	opacity:0;
	transition: .1s ease;
}
.overlay:hover .overlay_text{
	opacity:1;
}

.id-btn-green,.id-btn-green:visited {
	display: block;
    float: right;
    font-size: 16px;
    font-weight: 300;
    color: white;
    background-color: #4CAF50;
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    color: #ffff;
    border-radius: 45px;
}

.id-btn-green:hover,.id-btn-green:focus {
	background-color: #50D156;
}
@media screen and (max-width: 575px) {
	.co_card {
		margin: 0 auto;
	}
}

/* cooperation */

/* abroad */
.abroad_table{
	position: relative;
	/* border: 1px #000 solid; */
}
/* .abroad_table td,.abroad_table th{
	border: 1px #000 solid;
} */
.abroad_table td{
	padding: 10px 0px;
	vertical-align: top;
}
.abroad_table .id-media-icon{
	font-size: 30px;
}
.abroad_text{
	font-size: 20px;
}
.abroad_tip{
	color: #6E6E6E;
}
.abroad_vain{
	height: 200px;
}
.id-bg-trans{
	background: rgba(255,255,255,0.58);
	overflow: hidden !important;
}
/* .id-bg-dark-trans{
	background: rgba(0,0,0,0);
} */
@media screen and (max-width: 575px) {
	.abroad_text {
		font-size: 16px;
		padding-left: 5px;
	}
	.abroad_table td{
		padding-left: 5px;
	}
	.abroad_table .id-media-icon{
		margin-bottom: 0px;
	}
	.abroad_table .id-media-icon{
		font-size: 20px;
	}
	.abroad_vain{
		height: 100px;
	}
}

.id-btn-abroad,.id-btn-abroad:visited {
	display: block;
    float: right;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
    background-color: #2966B1;
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
}

.id-btn-abroad:hover,.id-btn-abroad:focus {
	color: white;
	background-color: #3A82DB;
}


@media screen and (max-width: 575px) {
	.id-btn-abroad,.id-btn-cs{
		padding: 10px 15px;
		font-size: 1rem;
	}
}
/* abroad */
/* contest */
@media screen and (max-width: 575px) {
	.contest_title_text{
		font-size: 18px;
	}
}

.contest_box{
	min-height: 1150px;
}
.contest_box_half{
	height: 50%;
}
.id-page-content-full-width {
	/* max-width: 1200px;
	margin: 0 auto;	
	padding-left: 15px;
	padding-right: 15px; */
	width: 100%;	
	background: #222;
}
.id_content-box.contest_box{
    max-width: 50% ;
}
.btn.btn_competition{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	background: #ddd;
    border-radius: 45px;
	padding: 10px 20px;
	background: #545454;
	color: #BFBFBF;
	outline: none;
}
.btn.btn_competition:focus{
	outline: none;
}
.btn.btn_competition:hover{
	background: #6E6E6E;
}
/* contest */

/* contact */

.tm-contact-form .form-control{
	border-radius: 5px;
}
/* contact */

/* footer */
.qrcode{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 5px;
}
#section-footer{
	background: #222;
	height: 500px;
}
.footer_info{
	color: #BFBFBF;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
	#section-footer{
		
	}
	.qrcode{
		display: block;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.footer_info{
		position: relative;
		left: unset;
		top: unset;
		transform:unset;
		padding: 20px 15px;

	}
}


a.social-icon{
    color: rgba(255, 255, 255, 0.6);
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #000;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	text-align: center;
}
a.social-icon:hover{
    color:#fff;
}
/* footer */

/* lacation page begin */

.site-sub-title{
    font-size: 30px;
    text-align:center;
}
.id-section-map{
    background: #222;
}
.id-section-map .id_black-text{
    color: #BFBFBF;
}
.leaflet-control-zoom.leaflet-bar.leaflet-control{
    border-radius: 0;
}
.popuptext{
    font-size: 12px;
    word-wrap: break-word;
	word-break: normal; 
	color: #525252;
}
/* popup */
.leaflet-popup-content-wrapper{
    background: rgba(255,255,255,0.9);
}
.leaflet-popup-content-wrapper{
    border-radius: 3px !important;
}
.leaflet-marker-icon, 
.leaflet-marker-shadow{
    outline: none;
}
/* lacation page end */
/* custome */

.container-fluid { 
	padding-left: 0; 
	padding-right: 0;
	overflow-x: hidden;
}

.id-flex { display: flex; }

.id-section {
	position: relative;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

button:focus { outline: none; }

p { 
	line-height: 1.8;
	margin-bottom: 50px;
}

.id-section-title {
	font-size: 2.6rem;
    margin-bottom: 2rem;	
}
@media screen and (max-width: 575px) {
	.id-section-title{
		font-size: 2rem;
	}	
}

.id-site-title-wrap {
	padding-top:20%;
	padding-bottom: 100px;
}

.id-site-title { 
	/* border: 2px solid #888481; */
	color: #BFBFBF;
	display: inline-block;
	font-size: 3rem; 
	padding: 30px 40px;
}
@media screen and (max-width: 575px) {
	.id-site-title{
		font-size:2rem;
	}
}

.id-text-box {
	max-width: 600px;
	width: 100%;
	padding: 50px;
	overflow: auto;
}

.id-text-box-full-height { min-height: 950px; }

.id-bg-light {
	background-color: white;
	color: #676362;
}

.id-trans-bg-light { background-color: rgba(255,255,255,0.58); }

.id-btn,.id-btn:visited {
	display: block;
	float: right;
	font-size: 1.8rem;
	font-weight: 300;
	color: white;
	background-color: #983333;
	padding: 15px 30px;
	cursor: pointer;
	border: none;
}

.id-btn:hover,.id-btn:focus {
	color: white;
	background-color: #c9302c;
}

.id_green-text { color: #96C700; }
.id_blue-text { color: #2966B1; }
.id_red-text { color: #983333; }
.id_black-text { color: #3B3B3B; }
.id_light-text { color: #BFBFBF; }

.id_content-box {
	overflow: hidden;
	height: 100%;
	max-width: 600px;
	width:  100%;
	padding: 180px 60px 100px;	
	display: -ms-flexbox;	
	display: -webkit-flex;	
	display: flex;   
	-webkit-flex-direction: column;   
	    -ms-flex-direction: column;   
	        flex-direction: column;
}

.id-gallery-content { 
	padding-top: 180px; 
}

.id_content-box-right {
	margin-left: auto;
	margin-right: 0;
}

.id-small-font { font-size: 1rem; }

.id-page-content-width {
	max-width: 1200px;
	margin: 0 auto;	
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.id-padding-b {	padding-bottom: 80px; }
.id-page-content-width,.id_content-box { min-height: 1150px; }

.id-flex-col {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: column;    
}

.id-media-icon {
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 18px;
    margin-top: 10px;
}

/* IE fix */
.id-media-body { 
	flex: 1 1 auto; 
	width: 100%; 
}

/* Gallery */
.id-section-gallery { min-height: 1100px; }
.filter-wrapper { padding-left: 0; }
.filter-wrapper li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.filter-wrapper li:last-child { margin-right: 0; }

.filter-wrapper li a {
	background-color: white;
    color: #666;
    font-weight: 400;
    padding: 6px 20px;    
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected { 
	background-color: #666666; 
	color: white;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
.iso-box-section {
	margin-left: -8px;
    margin-right: -8px;
}

/* Contact */
.form-control {
	background-color: transparent;
	border-radius: 0;
	font-size: 1.15rem;
	padding: .9rem 1.25rem;
}

.form-control:focus {
	background-color: transparent;
	border-color: #983333;
}

.form-group { margin-bottom: 1.2rem; }
.id-section-contact { position: relative; }

.id-copyright-div {	
	color: white;
	display: inline-block;
	padding: 30px 35px;
	position: absolute;
    bottom: 0;
    right: 0;    
}

.id-copyright-text { 
	font-size: 1.18rem;
    margin-bottom: 0;
    font-weight: 300;
}

.id-copyright-text a {
	color: #fff;
}

/* Media Queries */
@media screen and (max-width: 991px) {
	.id-gallery-content { padding-top: 150px; }
	.id-section-gallery { min-height: 900px; }
	.id-page-content-width,.id_content-box { min-height: 1200px;	}
}

@media screen and (max-width: 767px) {
	.id-gallery-content { padding-top: 100px; }
	.id_content-box { padding: 100px 10px 100px; }
	.id-section-gallery { min-height: 1050px; }	
	.id-page-content-width,.id_content-box { min-height: 1050px;	}
	.id-site-title-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-height: 639px) {
	.id-section-home { min-height: 100%; }
}

@media screen and (max-width: 575px) {
	.id-gallery-content {padding-bottom: 150px;}	
}

@media screen and (max-width: 420px) {
	.id-media {
		/* flex-direction: column;
		align-items: center; */
	}

	.id-media .id-media-icon {
		margin-right: 10px;
		margin-top: 8px;
	}
}


/* gallery */
.ge_section {
	width: 100%;
	position: relative;
  }
  .ge_section .left, .ge_section .middle, .ge_section .right {
	width: 100%;
	display: block;
	/* color: #fff; */
	box-sizing: border-box;
	left: 0;
	padding: 30px;
	text-align: center;
	overflow: hidden;
	-moz-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
  }
  @media (min-width: 480px) {
	.ge_section .left .content, .ge_section .middle .content, .ge_section .right .content {
	  position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
  }
  @media (min-width: 480px) {
	.ge_section .left, .ge_section .middle, .ge_section .right {
	  width: 50%;
	  font-size: 0.9em;
	  padding: 10px;
	  left: 0;
	  float: left;
	  position: absolute;
	}
  }
  @media (min-width: 768px) {
	.ge_section .left, .ge_section .middle, .ge_section .right {
	  width: 33.33333%;
	  left: 33.33%;
	  padding: 10px;
	}
  }
  @media (min-width: 992px) {
	.ge_section .left, .ge_section .middle, .ge_section .right {
	  padding: 30px;
	  font-size: 1em;
	}
  }
  .ge_section.animate .left {
	left: 0;
  }
  @media (min-width: 480px) {
	.ge_section.animate .left {
	  left: 50%;
	}
  }
  @media (min-width: 768px) {
	.ge_section.animate .left {
	  left: 0;
	}
  }
  .ge_section.animate .right {
	left: 0;
  }
  @media (min-width: 480px) {
	.ge_section.animate .right {
	  left: 50%;
	}
  }
  @media (min-width: 768px) {
	.ge_section.animate .right {
	  left: 66.66%;
	}
  }
  .ge_section .title {
	background: rgba(255,255,255,0.58);
  }
  .ge_section .title h2 {
	margin-top: 0;
  }
  .ge_section .title p {
	line-height: 1.55em;
	margin-bottom: 0.75em;
  }
  .ge_section .title .btn-primary {
	color: #fff;
	background: #ff3814;
	padding: 10px;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	-moz-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
  }
  .ge_section .title .btn-primary:hover {
	background: #fa2600;
  }
  .ge_section .tiles {
	padding: 0;
	background: #fff;
	clear: both;
	display: none;
	float: none;
  }
  .ge_section .tiles img {
	width: 50%;
	float: left;
	height: auto;
	opacity: 0.7;
	-moz-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
  }
  .ge_section .tiles img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
  }
  @media (min-width: 768px) {
	.ge_section .tiles {
	  display: block;
	}
  }
  .ge_section .middle {
	background: slategray;
	z-index: 2;
	padding: 0;
  }
  .ge_section .middle img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  @-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-20px);
	}
	60% {
	  -webkit-transform: translateY(-10px);
	}
  }
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-20px);
	}
	60% {
	  transform: translateY(-10px);
	}
  }
  

.middle.middle_text {
    height: 100%;
    background: rgba(255,255,255,0.58);
}
@media screen and (max-width: 575px) {
	.mobile_middle_text{
		padding: 30px;
	}	
}
/* gallery */


/* checkbox */

.chk_container {
	line-height: 27px;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.chk_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
	background-color: #8C8C8C;
}

/* When the checkbox is checked, add a blue background */
.chk_container input:checked ~ .checkmark {
	background-color: #983333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chk_container .checkmark:after {
	left: 9px;
    top: 2px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* checkbox */

/* scrollbar */

::-webkit-scrollbar {
    width: 3px;
    clear: both;
}
::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}
/* scrollbar end */
/* map */

img[usemap] { border: none; }
.enabled{
	cursor: pointer;
}
.de_map{
	position: relative;
	filter: drop-shadow(0 0 0.75rem rgba(255,255,255,.2));
}
.description {
	pointer-events: none;
	position: absolute;
	font-size: 18px;
	text-align: center;
	background: white;
	padding: 10px 15px;
	z-index: 5;
	height: auto;
	width: 260px;
	/* line-height: 30px; */
	margin: -17px 10px;
	color: #525252;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #eee;
	display: none;
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,.2));
}
.description.active {
	display: block;
}
/* map */