@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Cormorant+SC');
@import url('https://fonts.googleapis.com/css?family=Cardo');
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:100,600);
@import url(../fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(../fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}

html,
body {
	width: 100%;
	height: 100% !important;
	color: #fff;
	font-family: 'Roboto', 'cwTeXHei', sans-serif;
	letter-spacing: 0.02em;
	background-color: #000;
	/* background-color: rgb(0 20 69); */
	font-weight: lighter;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: inherit;
}

.b20 {
	width: 20%;

}

.b30 {
	width: 30%;
}

.b40 {
	width: 40%;
}

.b60 {
	width: 60%;
}

.b70 {
	width: 70%;
}

.b80 {
	width: 80%;

}

.b100 {
	width: 100%;
}

h1 {
	font-family: 'Cormorant SC', serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
	display: inline-block;
}

h2 {

	font-family: 'Cormorant SC', serif;
	color: #f6ab04;
	font-size: 2.5em;
	line-height: 0.8em;
	margin: 5px 0;

}

h3 {
	color: #fff;
	font-size: 1.5em;


}

p {
	font-size: 0.8em;
	line-height: 1.6em;
	letter-spacing: 0.3em;
	opacity: 0.8;

}

a {
	color: #fff;
}

a:hover {
	color: #fff;
}

#header {
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	/* background-color: #231815; */
	/* background-color: #0c2260; */
	/* background-color: #0380cc; */
	/* background-color: rgb(10 49 144); */
	z-index: 20;
	background-image: url('./img/back1.jpg');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: center;
	background-size: cover;

}

#content {
	min-height: 90vh;
}

#footer {
	display: block;
	position: relative;
	width: 100%;
	background-color: rgba(17, 22, 30, 1.00);
	letter-spacing: 0.1em;
	z-index: 20;
	color: #f6ab04;

}

.cleanFloat {
	clear: both;
}

#footer::before {
	content: "";
	clear: both;
}

.footNav {


	list-style: none;
	padding: 0;
	margin: 0;
}

.footNavTitle {
	box-sizing: border-box;
	float: left;
	vertical-align: top;
	list-style: none;
	padding: 0 10px;
	display: block;
	font-size: 1em;

}

.footNavTitle {
	/* //border-left: thin dotted #fff; */
}

.footNavTitle:last-child {
	/* //border-right: thin dotted #fff; */

}

.footNavSub {
	list-style: none;
	padding: 0;
}

.footNav a {
	color: inherit;
	text-decoration: none;
}

.footNav a:hover {
	color: rgba(233, 118, 3, 1.00);
}

.footNavSub a:hover {}

.footNavSub li {
	box-sizing: border-box;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 0.9em;


}

.footNavSub li::before {
	content: "-";

}


.footLogo img {
	display: block;
	height: 30px;
	margin: 10px;
}

.footAppLogo span {
	display: inline-block;
}

.footAppLogo img {
	height: 25px;
	margin: 10px;
}

.footBlock {
	padding: 0px 0;
	text-align: left;
	display: inline-block;
	max-width: 1000px;
	margin: 0 auto;

}

.inforBlock {
	display: block;
	position: relative;
	margin: 0;
	padding: 2px 2px;
	vertical-align: top;
	float: left;
}

.copyRight {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

.copyRight li {
	display: inline-block;
}

.copyRight li:not(:first-child)::before {
	content: "|";
	text-align: center;
	width: 20px;
	color: #fff;
	display: inline-block;

}

.alignR {
	text-align: right;
}

.floatR {
	float: right !important;
}

#fullScreenCarousel {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#fullScreenCarousel .item {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

#fullScreenCarousel .carouselText {
	display: block;
	position: absolute;
	bottom: 5%;
	padding: 3%;
	width: 100%;
	max-width: 1000px;
	/* //background-color: rgba(19,47,68,0.2); */
	/*border: thin solid red;   /**/

}

.carouselText .title {
	font-size: 2em;
	font-weight: 700;

}

.carouselText .subtitle {
	color: orange;
	font-size: 1.2em;
}

.carouselText .content {
	font-weight: 300;
	font-size: 0.8em;
}

#logo-left-top {
	/* //border: 1px solid red; */
	position: absolute;
	left: 2%;
	width: 40%;
	height: 100%;
}

#logo-left-top img {
	margin: 5px;
	margin-top: 12px;
	height: 55%;
}

#logo-right-top {
	/* //border: 1px solid red; */
	text-align: right;
	position: absolute;
	right: 2%;
	height: 100%;
	width: 40%;
}

#logo-right-top div {
	height: 100%;
	width: 100%;

}

#logo-right-top img {
	display: inline-block;
	margin: 5px;
	margin-top: 15px;
	height: 40%;
}



#main-menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 30%;
	transition: 0.5s;
	z-index: 10;
}

#menu-wide {
	display: block;



}

#menu-narrow {
	display: none;
}

#menu-narrow img {
	height: 20px;
}

.linkPoint {
	height: 50px;
}

.fakeBlank {
	display: block;
	background-color: red;
	height: 50px;
}

@media (min-width:769px) {
	#menu-wide {
		display: block;
	}

	#menu-narrow {
		display: none;
	}

	#main-menu {

		width: 30% !important;

	}

}



@media (max-width:768px) {
	#menu-wide {
		display: none;
	}

	#menu-narrow {
		cursor: pointer;
		display: block;
	}

	#main-menu {
		width: 0%;

	}

	.carouselText .title {
		font-size: 1.5em;
	}

	.carouselText .subtitle {
		font-size: 1em;
	}

	.carouselText .content {
		font-size: 0.8em;
	}

	#footer {
		/* //font-size:0.8em; */
		z-index: auto;
		height: auto;
	}

	.footNav {

		height: auto;
	}

	.footNavTitle {
		box-sizing: border-box;
		vertical-align: top;
		list-style: none;
		display: block !important;
		width: calc(100% / 3 - 10px);
		margin: 5px;
		height: auto;
		min-height: 100px;
		text-align: center;
	}

	.footNavTitle:nth-child(n+4) {
		min-height: inherit !important;
		height: auto !important;
	}

	.footNavTitle {
		border: none;


		/* //border-bottom: thin dotted #fff; */
	}

	.footNavTitle:last-child {
		border-right: none;
	}

	.footNavSub {
		min-height: 100px;
		list-style: none;
		padding: 0;
	}

	.footNav a {
		color: inherit;
		text-decoration: none;
	}

	.footNav a:hover {
		color: rgba(233, 118, 3, 1.00);
	}

	.footNavSub a:hover {}

	.footNavSub li {

		vertical-align: top;
		list-style: none;
		margin: 5px 0;
		/* //padding:  0 0 0 10px ; */
		display: block;
		/* //margin-top: 15px; */
		color: #fff;
		/* //font-size: 0.8em; */


	}

	.footNavSub li::before {}

	.footLogo {
		text-align: center;
	}

	.footLogo img {
		display: inline-block;
		height: 26px;
		margin: 10px;
	}

	.footAppLogo {
		text-align: center;
	}

	.footAppLogo span {
		display: block;
		line-height: 1.6em;
	}

	.footAppLogo img {
		height: 40px;
		margin: 20px;
	}

	.footBlock {
		padding: 0px 0 0px 0;
		text-align: left;
		display: inline-block;
		max-width: 1000px;
		margin: 0 auto;

	}

	.inforBlock {
		clear: both;
		position: relative;
		margin: 0;
		padding: 0px 0px;
		vertical-align: top;
		float: none;
	}

	.copyRight {}

	.copyRight li {
		display: block;
	}

	.copyRight li:not(:first-child)::before {

		display: none;

	}

	.b100,
	.b80,
	.b70,
	.b60,
	.b40,
	.b30,
	.b20 {
		width: 100%;
	}

}



#main-menu .bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.3);*/
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
	/* For Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
	/* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
	/* For Fx 3.6 to 15 */
	background: radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
	/* Standard syntax (must be last) */
}

#main-menu .bg02 {
	position: absolute;
	top: 0;
	left: 10%;
	width: 90%;
	height: 100%;
	/*background: rgba(0,0,0,0.6);*/
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	/* For Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	/* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	/* For Fx 3.6 to 15 */
	background: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	/* Standard syntax (must be last) */
}

#main-menu-logo {

	box-sizing: border-box;
	/* //border: thin solid red; */
	display: block;
	width: 100%;
	margin-bottom: 40px;


}

#main-menu-options {

	position: absolute;
	width: 60%;
	left: 25%;
	top: 15%;
	color: #fff;
}

.option.now {
	min-height: 3em;
}

.option.now .c {
	animation-name: rightToLeft;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}

.option.now .e {
	color: #fff;
	border-bottom: thin solid rgba(255, 255, 255, 0.6);

}

.subOptions {
	padding-top: 2em;
	list-style: none;
	line-height: 1.5em;
}

.subOptions a {
	color: #fff;
	text-decoration: none;
}

.subOptions span {
	color: #000;
}

.subOptions a:hover span {
	color: #fff;

}

.active span {
	color: #fff;
}

.option {
	/* //border: thin solid red; */
	font-size: 12pt;
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	min-height: 1.5em;
	overflow: hidden;
	cursor: pointer;
}

.option .e {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: absolute;
	color: #eee;
	left: 0;
	width: 100%;
	border-bottom: thin solid rgba(255, 255, 255, 0);
	box-sizing: border-box;

}

.option .c {
	position: absolute;
	right: -100px;
	transform: 0.5s;
	/* color: #fff; */
	color: #f6ab04;
}

.option:hover .c {
	animation-name: rightToLeft;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}

.option:hover .e {
	border-bottom: thin solid rgba(255, 255, 255, 1);

	color: #fff;
}

.mobileOption {
	display: none;
}

@keyframes rightToLeft {
	0% {
		right: -100px;
	}

	100% {
		right: 0;
	}
}

#page-menu {
	width: 15%;
	min-width: 250px;
	border-left: thin solid rgba(255, 255, 255, 0.30);
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 2;
	transition: 0.5s;
	background-color: rgba(0, 0, 0, 0.9);
	/* background-color: rgba(0, 20, 69, 0.9); */

}

#page-menu-options {
	position: absolute;
	width: 90%;
	margin: 0 5%;
	top: 10%;
	color: #fff;
}



.left-container {
	width: calc(100% - 250px);
	min-height: 100vh;
	vertical-align: top;
	padding-top: 50px;
	margin-bottom: 50px;
	box-sizing: border-box;

}

.left-container .blockA {
	float: left;
	display: block;
	/* width: calc(100% - 430px); */
	width: 100%;
	height: auto;
	/* height: 100vh; */
	position: relative;

}

.wildImg,
.wildImg img {
	width: 100%;

}

.left-container .blockB {
	float: left;
	display: block;
	width: 430px;
	height: auto;
	/* height: 100vh; */
	position: relative;
	padding: 0 20px;
	border-left: thin solid rgba(255, 255, 255, 0.30);
}

.block85 {
	display: none;
	width: 100%;

	height: calc(100vh - 50px);

}

.block85.active {
	display: block;
}

.block85 img {
	transition: 0.3s ease;
	width: 100%;

}

.block85 .blockImg {

	vertical-align: bottom;

	display: inline-block;
	width: 70% !important;
	max-width: calc(100% - 400px - 5px);

}

.block85 .blockText {

	display: inline-block;
	vertical-align: bottom;

	width: 400px;

	/* //display: inline-block; */
	padding: 5px;
}

.blockText p {
	text-align: justify;

}

.blockText .content {
	display: block;
	transform: scaleX(0.5) !important;

}

.block85 p {
	margin: 0;
	padding: 0;
}




.containerB {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 20px 0;
}

.contactBlank {
	display: block;
	height: 20%;
}

.contactInfor {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.contactInfor {
	font-size: 0.9em;
}

.contactForm {
	/* position: absolute; */
	position: relative;
	top: 5%;
	/* bottom: 0px; */
	display: block;
	margin: 20px;

}

.contactForm input {
	color: #fff;
	width: 100%;
	font-size: 0.8em;
	background-color: transparent;
	border: thin rgba(255, 255, 255, 0.5) solid;
	margin: 5px auto;
	padding: 5px 10px;
	outline: none;
	text-align: left;
}

.contactForm input:focus {
	text-align: right;
	border: thin solid orange;
}

.contactForm textarea {
	color: #fff;
	width: 100%;
	height: 9em;
	font-size: 0.8em;
	background-color: transparent;
	border: thin rgba(255, 255, 255, 0.5) solid;
	margin: 5px auto;
	padding: 5px 10px;
	resize: none;
	outline: none;

}

.contactForm textarea:focus {
	border: thin solid #fff;
}

.contactForm button {
	color: #000;
	width: 50%;
	margin-left: 50%;
	height: 2em;
	outline: none;
	border: none;
}

.contactForm button:hover {
	color: #fff;
	background-color: #f6ab04;
}

.progressForm input {

	color: #fff;
	width: 100%;
	font-size: 0.8em;
	background-color: transparent;
	border: thin rgba(255, 255, 255, 0.5) solid;
	margin: 5px auto;
	padding: 5px 10px;
	outline: none;
	text-align: left;
}

.progressForm input:focus {
	text-align: right;
	border: thin solid orange;
}

.progressForm button {
	color: #000;
	width: 50%;
	margin-left: 50%;
	height: 2em;
	outline: none;
	border: none;
}

.progressForm button:hover {
	color: #fff;
	background-color: #f6ab04;
}

.fakeBtn {
	text-align: center;
	color: #000;
	width: 50%;
	float: right;
	outline: none;
	border: none;
	background-color: #fff;
}


::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 0.8em;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 0.8em;

}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 0.8em;

}

:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 0.8em;

}

.pageNav {
	padding: 0 2.5em;
}

.pageNav span {
	padding-left: 2em;
}

.pageNavBack {
	width: 100%;
	display: block;
	text-align: right;
	cursor: pointer;
}

.pageNavBack:hover {
	color: #f6ab04;
}

.left-container .blockC {
	width: 100%;
	/*	padding: 0 10%;
*/
	position: relative;
}

.pW10 {
	padding: 0 10%;
}

ul.subNav {
	cursor: pointer;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 10px 10px;

}

ul.subNav li {
	display: none;
	padding: 5px 5px;
	width: auto;
	color: gray;

}

ul.subNav a {
	color: gray;
	text-decoration: none;
}

ul.subNav a:hover {
	color: white;
}

ul.subNav>li.active,
ul.subNav>li.active a {
	display: inline-block;
	color: white;

}

@media (min-width:769px) {

	#page-menu {
		/* //width:250px !important; */

	}







}

@media (max-width:768px) {
	.contactForm {
		/* position: static; */
		position: relative;
		display: block;
		margin: 20px;
		top: 0;

	}

	#main-menu .bg01 {

		background: rgba(0, 0, 0, 0.8);

	}

	.mobileOption {
		/* //display: block; */
	}

	.left-container {
		width: 100%;

		height: auto;
		min-height: 50vh;
	}

	.block85 {
		display: inline-block;
		width: 100%;
		max-width: none;
		min-width: none;
		height: auto !important;
		overflow: auto !important;

	}

	.block85 .blockImg {
		width: 100% !important;
		max-width: none;
		min-width: none;
	}

	.block85 .blockText {
		padding: 20px !important;
		width: 100% !important;
		min-width: inherit;

	}

	.block85 .TeamThumb {
		width: 100%;
		min-width: inherit;

	}

	.block85 .thumb {
		display: inline-block;
		float: none;
		clear: both;
		width: 40px;
		margin: 30px 0 0 30px;
		background: #f6ab04;
	}


	#page-menu {
		width: 0%;
		min-width: inherit;
		border-left: none;
		font-size: 1.5em;
	}

	.left-container .blockA {
		width: 100% !important;

		height: auto;

	}

	.left-container .blockB {
		float: none;
		clear: both;
		width: 100% !important;
		height: auto;
		padding: 20px 20px;
		border-left: none;
	}

	.containerB {
		position: static;
	}

	ul.subNav {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0 10px;
		text-align: right;

	}

	ul.subNav li {
		display: inline-block;
	}
}

.newsThumb {
	cursor: pointer;
	width: 80%;
	min-width: 700px;
	margin: 0 auto;
	border-bottom: thin rgba(255, 255, 255, 0.5) solid;
	padding: 20px 0;
	display: flex;
	position: relative;

}

.date {

	display: inline-block;
	width: 100px;
	height: 100px;
	border: thin rgba(255, 255, 255, 0.5) solid;
	font-family: 'Cardo', serif;
	padding: 8px;
	position: relative;
	margin: 20px;
	vertical-align: top;
	transform: scale(1, 1);

}

.date .year {
	font-size: 1em;
	position: absolute;
	top: 0px;
}

.date .month {
	font-size: 1.8em;
	position: absolute;
	top: 18px;
	text-align: right;
}

.date .month span {
	font-size: 0.5em;
	position: absolute;
	top: 10px;
}

.date .day {
	font-size: 1.8em;
	position: absolute;
	right: 5px;
	bottom: 0;
}

.date .line {
	position: absolute;
	width: 80px;
	height: 100px;
	border-bottom: thin rgba(255, 255, 255, 0.5) solid;
	right: 36px;
	bottom: 24px;
	transform: rotate(-45deg);
}

.newsThumb .date {
	flex: none;
}

.newsThumb .thumbImg {
	display: inline-block;
	width: 240px;
	flex: none;
	height: 140px;
	overflow: hidden;
	filter: grayscale();
	vertical-align: top;
	margin: 20px 0;
	transition: 0.4s ease;

}

.newsThumb .thumbImg img {
	width: 100%;
	height: auto;
}

.news-container {
	flex: 1;
	vertical-align: top;
	display: block;
	padding: 20px;
	position: relative;
	min-height: 180px;
	letter-spacing: 0.2em;
}

.news-container .title {
	font-size: 1.5em;
	color: #f6ab04;

}

.news-container .subtitle {
	font-size: 1em;
	color: gray;
	line-height: 2em;
}

.news-container .article {
	font-size: 0.8em;

}

.news-container .readmore {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.news-container .readmore a {
	color: darkred;
	font-size: 0.7em;
	text-decoration: none;

}

.news-container .readmore a:hover {
	color: red;
}

.newsThumb:hover .thumbImg {
	filter: grayscale(0);

}

.newsDetail {
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	position: relative;
}

.newsDetail .date {
	position: absolute;
	left: -110px;
	top: 0;
}

.newsDetail .gellery {
	width: 100%;
	height: 30em;
}

.newsDetail .gellery .thumb {
	float: left;
	width: 20%;

}

.gellery ul.thumb {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 30em;
	width: 100%;

}

.gellery .thumb li {
	display: block;
	width: 100%;
	height: 25%;
	list-style-type: none;
	filter: grayscale();
	margin: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	border: 5px solid #000;
	border-left: 10px solid #000;
	opacity: 0.6;
	cursor: pointer;


}

.gellery .thumb li:hover {
	filter: grayscale(0);
	transform: translate(20px, 0);
	opacity: 1;
	border: 5px solid #fff;

}

.gellery .thumb li.active {
	filter: grayscale(0);
	transform: translate(10px, 0);
	opacity: 1;
	border: 5px solid rgba(173, 154, 137, 1.00);
	border-left: 10px solid rgba(173, 154, 137, 1.00);

}

.newsDetail .gellery .thumb img {
	display: block;
	height: 100%;
}

#showImg {
	height: 100%;
	width: 80%;
	float: left;
	opacity: 1;
	transition: 0.5s;

}

#showImg img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

@keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.newsDetail .news-container {

	width: 100%;
}




@media (max-width:768px) {
	.pageNavBack {
		width: 100%;

	}

	.pW10 {
		padding: 0;
	}

	.left-container .blockC {
		width: 100%;
		margin: 0;
		border-top: thin rgba(255, 255, 255, 0.5) solid;
	}

	.newsThumb .thumbImg {
		flex: none;
		width: 100%;
		height: 60vw;
	}

	.newsThumb {
		width: 100%;

		display: block;
		min-width: inherit;

	}

	.news-container {
		display: block;
		flex: none;
		vertical-align: top;
		width: 100%;
		padding: 20px;
		min-height: 180px;

	}

	.newsDetail {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		position: relative;
	}

	.newsDetail .date {
		position: absolute;
		left: 20px;
		top: 0;
	}

	.newsDetail .gellery {
		width: 100%;
		height: auto;
	}

	.newsDetail .gellery .thumb {
		display: block;
		float: none;
		width: 100%;

	}

	.gellery ul.thumb {
		height: auto;
		width: 100%;

	}

	.gellery .thumb li {
		display: inline-block;
		width: 24%;
		height: 50px;
		margin-top: 5px;
		border: 5px solid #000;
		padding: 0;


	}

	.gellery .thumb li:hover {
		filter: grayscale(0);
		transform: translate(0, -10px);
		opacity: 1;
		border: 5px solid #fff;

	}

	.gellery .thumb li.active {
		filter: grayscale(0);
		transform: translate(0, -5px);
		opacity: 1;
		border: 5px solid rgba(173, 154, 137, 1.00);

	}


	.newsThumb .thumbImg {
		filter: grayscale(0);
	}

	.date {
		width: auto;
		z-index: 1;
		background-color: #f6ab04;
		line-height: 0.3em;
		display: block;
		transform: scale(1, 1);
		position: absolute;
		left: 20px;
		top: -2px;
		height: inherit;
		margin: 0;
		border: none;
		border-top: thin rgba(255, 255, 255, 0.5) solid;
		border-radius: 0 0 3px 3px;
		filter: drop-shadow(1px 1px 3px black);
	}

	.date .year {
		font-size: 0.5em;
		position: static;
		top: inherit;
		display: inline-block;
	}

	.date .month {
		font-size: 0.5em;
		position: static;
		top: inherit;
		display: inline-block;
	}

	.date .month span {
		display: none;
		font-size: 0.5em;
		position: static;
		top: inherit;
	}

	.date .day {
		display: inline-block;
		font-size: 0.5em;
		position: static;
		right: inherit;
		bottom: inherit;
	}

	.date .line {
		display: none;

	}

	#showImg {
		display: block;
		height: 60vw;
		width: 100%;
		float: none;
		clear: both;

	}

	#showImg img {
		display: block;
		margin: 0 auto;
		height: 100%;
	}


}







/*--*/

.progressThumb {
	width: 100%;
	border-bottom: thin rgba(255, 255, 255, 0.5) solid;
	position: relative;
	margin: 0 0 40px 0;
	padding-bottom: 20px;
}


.progressThumb .thumbImg {
	display: inline-block;
	width: 80%;
	height: auto;
	overflow: hidden;
	filter: grayscale();
	vertical-align: top;
	margin: 20px 0;
	transition: 0.4s ease;

}

.progressThumb .thumbImg img {
	width: 100%;
	height: auto;
}

.progressDetail {
	position: relative;
}

.progressDetail .date {
	position: absolute;
	top: 0;
	margin: 0;
	margin-left: 40px;
}

.progressDetail .g-Gellery {

	margin-left: 140px;
	width: calc(100% - 140px);
}

.progressDetail .progress-container {
	margin: 0;
	padding: 0;
	margin-left: 160px;
	height: auto;
	min-height: 120px;
	width: calc(100% - 180px);
}

.progress-container {
	vertical-align: top;
	display: block;
	width: 80%;
	padding: 20px 0;
	position: relative;
	min-height: 180px;
	letter-spacing: 0.2em;
	margin-left: 140px;
}

.progress-container .title {
	font-size: 1.5em;
	color: #f6ab04;

}

.progress-container .subtitle {
	font-size: 1em;
	color: gray;
	line-height: 2em;
}

.progress-container .article {
	font-size: 0.8em;

}

.progress-container .readmore {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.progress-container .readmore a {
	color: red;
	font-size: 0.7em;
	text-decoration: none;

}

.progress-container .readmore a:hover {
	color: darkred;
}

.progressThumb:hover .thumbImg {
	filter: grayscale(0);

}

@media (max-width:768px) {
	.left-container .blockC {
		width: 100%;
		margin: 0;
		border-top: thin rgba(255, 255, 255, 0.5) solid;
	}

	.left-container .blockD {
		width: 100% !important;
		max-width: none !important;
		margin: 0;
		/*border-top: thin rgba(255,255,255,0.8) solid;*/
	}

	.progressDetail {
		width: 100%;
	}

	.progressDetail .date {
		top: -5px;
		z-index: 10;
		margin: 0;

	}

	.progressDetail .g-Gellery {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}

	.progressDetail .progress-container {
		width: calc(100% - 40px) !important;
		margin: 20px;
		max-height: none !important;
		height: auto;
		border-bottom: thin dotted rgba(100, 100, 100, 0.5);
	}

	.progress-container {
		vertical-align: top;
		width: 100%;
		padding: 20px;
		min-height: 180px;

	}

	.progressThumb .thumbImg {
		filter: grayscale(0);
		margin: 0 0 10px 0;
	}
}


.left-container .blockD {
	float: left;
	display: block;
	max-width: calc(100% - 290px);
	height: 100%;
	position: relative;

}

.left-container .blockE {
	float: left;
	display: block;
	width: 20%;
	min-width: 290px;
	height: 100%;
	position: fixed;
	right: 250px;
	padding: 0 20px;
	border-left: thin solid rgba(255, 255, 255, 0.30);
	background-color: black;
}

.recentPosts {
	height: 45vh;
}

.recentPosts h1 {
	text-align: center;
	margin: 10px 0;
	font-size: 2em;
}

.recentPosts ul {
	padding: 0 10px;
	margin: 0;
}

.recentPosts ul li {
	font-size: 0.8em;
}

.recentPosts .quickLink li {
	line-height: 2em;
	height: 2em;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-bottom: thin dotted gray;
}

.recentPosts .quickLink li:hover {
	border-bottom: thin dotted #fff;
}

.recentPosts .quickLink li span {
	color: #aaa;
	font-size: 0.8em;
	float: right;
}

@media (max-width:768px) {
	.openLine {
		display: none;
	}

	.linkLine {
		display: inherit;
	}

	.left-container .blockD {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		min-height: none !important;
		height: auto;
		position: relative;

	}

	.left-container .blockE {
		position: static;
		width: 100%;
		float: none;
		clear: both;
		display: block;
		/* //display: none; */
		min-height: none !important;
		height: auto;
		margin: 20px 0;

	}

	.blockE .recentPosts {
		min-height: none !important;
		height: auto;
	}

	.blockE .calendar {
		display: none;
	}

	.progress-container {
		margin: 0;
	}

	.progressThumb .thumbImg {
		width: 100%;
	}
}


/*---------------------------------*/
.calendar h1 {
	margin: 10px 0;
	font-size: 2em;
}

.calendar ul {
	list-style-type: none;
}

.calendar {
	font-family: Verdana, sans-serif;
	height: auto;
}

/* Month header */
.calendar .headerBlock {
	padding: 0px 25px;
	width: 100%;
}

.calendar .headerBlock .year {
	font-size: 18px;
}

.calendar .headerBlock .month {
	text-align: center;
}

/* Month list */
.calendar .headerBlock ul {
	margin: 0;
	padding: 0;
}

.calendar .headerBlock ul li {
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* Previous button inside month header */
.calendar .headerBlock .prev {
	float: left;
	padding-top: 10px;
}

/* Next button */
.calendar .headerBlock .next {
	float: right;
	padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.calendar .weekdays {
	margin: 0;
	padding: 10px 0;

}

.calendar .weekdays li {
	display: block;
	float: left;
	width: calc(100% / 7);
	color: #666;
	text-align: center;
}

/* Days (1-31) */
.calendar .days {
	padding: 20px 0;
	margin: 0;
}

.calendar .days li {
	list-style-type: none;
	display: block;
	float: left;
	width: calc(100% / 7);
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 12px;
	color: #ccc;
}

.calendar .days li a {
	color: #f6ab04;
	cursor: pointer;
	text-decoration: underline;
}

.calendar .days li a:hover {
	color: orange;
}

/* Highlight the "current" day */
.calendar .days li .active {
	padding: 5px;

	background: #f6ab04;
	color: white !important;
}



/*---------------------------------*/

.soon {
	font-size: 5em;
	width: 500px;
	height: 60%;
	background-color: rgba(0, 0, 0, 0.60);
	margin: 20% auto;
	padding: 20px;
}

#lineAt {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 50;
}

#lineAt .lineAtBg {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
}

#lineAt .lineContent {
	position: absolute;
	width: 40vh;
	height: 40vh;
	top: calc(50vh - 20vh);
	left: calc(50vw - 20vh);
	box-sizing: border-box;
	padding: 10px;
}

#lineAt span {
	cursor: pointer;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	font-size: 1em;
	font-family: "Arial black";
	color: rgba(17, 22, 30, 1.00);
	transition: 0.3s;
}

#lineAt span:hover {
	background-color: orange;
	color: #fff;
	transform: scale(1.2);
}

.fade {
	opacity: 0;
	animation-name: fade;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}


.openLine {
	display: inherit;
}

.linkLine {
	display: none;
}

#toTopBtn {
	font-size: 10pt;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	border: none;
	outline: none;
	background-color: rgba(19, 47, 68, 0.80);
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 3px;


}

/* 20220714 */
.pc_mode {
	display: block;
}

@media (max-width:768px) {
	.pc_mode {
		display: none;
	}
}

.mob_mode {
	display: block;
}

@media (min-width:769px) {
	.mob_mode {
		display: none;
	}

	.logo_m {
		display: none;
	}
}

.news_item {
	padding: 25px 50px 20px 50px;
}

@media (max-width:768px) {
	.news_item {
		padding: 50px 5px;
	}
}

.contact_body {
	height: 900px !important;
	background-image: url(./img/contact/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.contact_my {
	position: absolute;
	right: 10%;
	top: 5%;
	width: 50%;
	flex-direction: row;
	display: flex;
}

.contact_form {
	width: 100%;
	flex-direction: row;
	display: flex;
}

.contact_form_A {
	width: 50%;
	margin-right: 5px;
}

.contact_form_B {
	width: 50%;
}

.contact_form_C {
	width: 100%;
}

.contact_map {
	position: relative;
	top: 80px;
	width: calc(100%);
}

.about_title {
	color: #EEE;
	font-size: 1.2em;
	font-weight: 500;
}
.about_en {
	font-size: 1.4em;
	color: #0179d9;
}
.project_year {
	border: 1px solid #a48f7e;
	width: 225px;
	height: 225px;
	margin-left: 77.5px;
	border-radius: 50%;
	line-height: 225px;
	text-align: center;
	font-style: italic;
	font-weight: 500;
	font-size: 1.4em;
}
.case_1_year {
	width: 50%;
	float: left;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.case_2_year {
	width: 45%;
	height: 255px;
	margin-left: 30px;
	padding-bottom: 0px;
	float: left;
	border-bottom: 0;
}

@media (max-width:768px) {
	.contact_body {
		height: calc(100vh + 350px) !important;
		background-image: url(./img/contact/01-m.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}
	.contact_my {
		position: relative;
		width: 100%;
		/* flex-direction: column;
		display: flex; */
		top: 0%;
		right: 0%;
	}
	.contact_form {
		flex-direction: row;
	}
	/* .contact_form_A {
		width: 80%;
		margin-left: 10%;
	}
	.contact_form_B {
		width: 80%;
		margin-left: 10%;
	}
	.contact_form_C {
		width: 80%;
		margin-left: 10%;
	} */
	.contact_map {
		position: relative;
		margin-top: 15%;
		width: calc(100%);
		top: 0%;
	}
	.logo_pc {
		display: none;
	}
	.about_title {
		color: #EEE;
		font-size: 1.1em;
	}
	.about_en {
		font-size: 1.2em;
		color: #0179d9;
	}
	.project_year {
		width: 110px;
		height: 110px;
		margin-left: 0px;
		line-height: 110px;
		font-size: 1.1em;
		font-weight: 300;
	}
	.case_1_year {
		width: 100px;
	}
	.case_2_year {
		width: calc(100% - 110px);
		height: 110px;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	
}


/* popup */
.overlay_my {
    position: fixed;
    top: 25%;
    left: 20%;
    background: rgb(1, 68, 145);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    width: 60%;
    height: auto;
	color: #fff;
	border-radius: 20px;
}
.overlay_my:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    width: 100%;
	padding: 6% 5%;
	text-align: justify;
}
.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 1;
    transition: all 200ms;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    /* color: #6f532f; */
    z-index: 9;

}
.popup .close:hover {
    color: #f6ab04;
}
@media (max-width:768px) {
	.overlay_my {
		top: 20%;
		left: 10%;
		width: 80%;
	}
	.popup {
		padding: 10% 10%;
	}
}
/* popup */