*{
	box-sizing:border-box;
}
*{
	box-sizing:border-box;
}
*{
	scrollbar-width: thin;         
    scrollbar-color: #8c171799 transparent;
}
*::-webkit-scrollbar {
	width: 0.3vw;
  }
  
  *::-webkit-scrollbar-track {
	background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
	background-color:#8c1717;
  }
body{
	margin:0px;
	padding:0px;
}
.sub{
	float:left;
	margin-right:2.083vw;
}
p1{
	color:transparent;
}
.submenu:link,.submenu:visited{
	color:white;
	text-decoration:none;
	padding-left:2.083vw;
	padding-right:2.778vw;
	padding-bottom:0.9744214372716199vh;
	font-size:1.319vw;
	font-family: arial;
	animation-name: txt_appear;
	animation-duration: 3s;
	animation-timing-function: ease-in;
}
@keyframes txt_appear {
	from{
		color:transparent;
	}
	to{
		color:white;
	}
  }
.submenu:hover,.submenu:active{
	color:#ab1e1e;
	text-decoration:none;
	font-size:1.319vw;
	padding-left:2.083vw;
	padding-right:2.778vw;
	padding-bottom:0.9744214372716199vh;
	background-image:url(img/submenu.png);
	background-repeat:no-repeat;
	font-family: arial;
	background-size: contain;
}
#selected:link,#selected:visited{
	color:#b7a3a3;
	text-decoration:none;
	padding-left:2.083vw;
	padding-right:2.778vw;
	padding-bottom:0.9744214372716199vh;
	font-size:1.319vw;
	font-family: arial;
	animation-name: txt_appear;
	animation-duration: 1s;
}
#selected:hover,#selected:active{
	color:#ab1e1e;
	text-decoration:none;
	font-size:1.319vw;
	padding-left:2.083vw;
	padding-right:2.778vw;
	padding-bottom:0.9744214372716199vh;
	background-image:url(img/submenu.png);
	background-repeat:no-repeat;
	font-family: arial;
	background-size: contain;
}
#menu{
	width:58.7vw;
	height:7.064555420219244vh;
	list-style-type:none;
	float: right;
	margin-right:0px;
	margin-top:1.2180267965895248vh;
	padding-top:2.192448233861145vh;
	padding-bottom:4.872107186358099vh;
	background-color:rgba(171, 30, 30, 50%);
	border-top-left-radius: 6.090133982947624vh;
	border-bottom-left-radius: 6.090133982947624vh;
	animation-name: menu_slide;
	animation-duration: 1s;
	animation-timing-function: linear;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
@keyframes menu_slide {
	from{
		width:0px;
	}
	to{
		width:58.7vw;
	}
  }
#logo{
	width:6.944vw;
	height:7.064555420219244vh;
	float:left;
	margin-top:1.2180267965895248vh;
	background-color:rgba(171, 30, 30, 50%);
	padding-right:4.167vw;
	padding-left:1.042vw;
	padding-top:0.48721071863580995vh;
	padding-bottom:0.48721071863580995vh;
	border-top-right-radius:6.090133982947624vh;
	border-bottom-right-radius: 6.090133982947624vh;
	animation-name: logo_slide;
	animation-duration: 1s;
	animation-timing-function: linear;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
@keyframes logo_slide{
	from{
		width:0px;
		height:7.064555420219244vh;
		background-color: transparent;
		box-shadow: 0px;
	}
	to{
		height:6.944vw;
		height:7.064555420219244vh;
		background-color:rgba(171, 30, 30, 50%);
		box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	}
}
/*dropdown menu*/
.dropbtn{
	color:transparent;
	background-color: transparent;
	padding:0px;
	margin-bottom:0px;
	border:0px;
	text-decoration: none;
	font-size:1.319vw;
	cursor: pointer;
	padding-bottom: 3.1668696711327646vh;
    height: 4.872107186358099vh;
}
.dropdown {
  position: relative;
  display: inline-block;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:transparent;
}
.dropdown-content {
	color:white;
	text-decoration:none;
	font-size:1.250vw;
	display:none;
  	position: absolute;
  	background-color:rgba(171, 30, 30, 50%);
	width:8.889vw;
	height:60.90133982947624vh;
  	z-index: 1;
	margin-bottom:2.0706455542021924vh;
	border:0px;
	overflow:auto;
	border-bottom-left-radius:1.736vw;
	border-bottom-right-radius:1.736vw;
	font-family: arial;
	animation-name: drop_slide;
	animation-duration: 0.5s;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
@keyframes drop_slide{
	from{
		height:0px;
	}
	to{
		height:60.90133982947624vh;
	}
}
.dropdown-content a {
  color:white;
	margin-left:0.347vw;
	margin-right:0.347vw;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0.48721071863580995vh;
	padding-top:0.48721071863580995vh;
	margin-bottom:2.0706455542021924vh;
  text-decoration: none;
  display:block;
	overflow:hidden;
	text-align: center;
}
.dropdown-content a:hover{
	background-image:url(img/submenu.png);
	color:#ab1e1e;
	background-repeat: no-repeat;
	background-size: contain;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color:transparent;
}
/*dropdown*/
.tab{
  float: left;
  width: 100%;
  height: 82.82582216808768vh;
}
#mm{
	float:left;
	width:100%;
	height:82.82582216808768vh;
	position: absolute;
}
#arrow{
	position:relative;
	font-size: 3.333vw;
	color:white;
	text-align:center;
	transform: rotate(90deg);
	margin-top:80vh;
	animation:bouncearrow 2s infinite;
}
@keyframes bouncearrow{
	0%{
		top:0px;
	}
	50%{
		top:20px;
	}
	100%{
		top:0%;
	}
}
/*second page*/
.tabcontent{
	width:100%;
	height:100%;
	display:none;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
}
#map{
	width:100%;
	position:absolute;
	background-size: cover;
	background-repeat: none;
	z-index:0;
}
/*button*/
/*bago*/
#bagob{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	padding-top:3.045066991473812vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:4.167vw;
	height:5.481120584652862vh;
}
#bagob1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:5.556vw;
	height:4.872107186358099vh;
}
/*mandalay*/
#mandalayb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	padding-bottom:3.6540803897685747vh;
	position:relative;
	border:0px;
	display:inline-block;
	width:2.083vw;
	height:7.3081607795371495vh;
	padding-top:3.6540803897685747vh;
	margin-top: 0px;
}
#mandalayb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	margin-top:0px;
	padding-top:3.6540803897685747vh;
	padding-bottom:3.6540803897685747vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.083vw;
	height:7.3081607795371495vh;
}
/*magway*/
#magwayb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	padding-top:3.6540803897685747vh;
	padding-bottom:3.6540803897685747vh;
	margin-left:0.139vw;
	margin-right:0px;
	margin-top:0px;
	position:relative;
	border:0px;
	display: inline-block;
	width:4.167vw;
	height:7.3081607795371495vh;
}
#magwayb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	padding-bottom:3.6540803897685747vh;
	position:relative;
	border:0px;
	display:inline-block;
	width:4.167vw;
	height:7.3081607795371495vh;
	padding-top:3.6540803897685747vh;
	margin-top: 0px;
}
/* sagaing */
#sagaingb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:4.263093788063337vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:5.556vw;
	height:8.526187576126674vh;
	padding-top:4.263093788063337vh;
}
#sagaingb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:18.056vw;
	margin-top:7.3081607795371495vh;
	padding-bottom:8.526187576126674vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:5.556vw;
	height:17.052375152253347vh;
	padding-top:8.526187576126674vh;
}
#welcome{
	color:white;
	font-size:4.861vw;
	margin-left:3.472vw;
	margin-top:7.3081607795371495vh;
	position:relative;
	display:inline-block;
	text-shadow: 5px 6px 10px rgba(171, 30, 30, 65%);
}
#welcome1{
	color:transparent;
	font-size:4.861vw;
	margin-left:3.472vw;
	margin-top:7.3081607795371495vh;
	position:relative;
	display:inline-block;
}
/* ayar */
#ayarb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:68.333vw;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:4.167vw;
	height:4.872107186358099vh;
}
#ayarb1{
	color:#eeb5bd;
	background-color: transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:69.444vw;
	padding-top:3.045066991473812vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.778vw;
	height:5.481120584652862vh;
}
/* ygn */
#ygnb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.778vw;
	height:4.872107186358099vh;
}
/* chin */
#chinb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration:none;
	margin-left:64.583vw;
	margin-top:0px;
	padding-top:3.6540803897685747vh;
	padding-bottom:3.045066991473812vh;
	position:relative;
	border:0px;
	display:inline-block;
	width:4.167vw;
	height:6.699147381242387vh;
}
#chinb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:64.583vw;
	padding-bottom:4.263093788063337vh;
	position:relative;
	border:0px;
	display:inline-block;
	width:3.819vw;
	height:8.526187576126674vh;
	padding-top:4.263093788063337vh;
}
/*rakhine*/
#rakhineb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	padding-top:3.6540803897685747vh;
	padding-bottom:3.6540803897685747vh;
	margin-left:63.730vw;
	margin-right:0px;
	margin-top:0px;
	position:relative;
	border:0px;
	display: inline-block;
	width:4.405vw;
	height:7.3081607795371495vh;
}
#rakhineb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left: 67.548vw;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.431vw;
	height:4.872107186358099vh;
}
/* kachin */
#kachinb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:0px;
	text-decoration: none;
	margin-left:0.694vw;
	margin-top:4.263093788063337vh;
	padding-top:8.526187576126674vh;
	padding-bottom:8.526187576126674vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:5.208vw;
	height:17.052375152253347vh;
}
/*shan*/
#shanb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	padding-top:3.6540803897685747vh;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	border:0px;
	display: inline-block;
	width:10.417vw;
	height:7.3081607795371495vh;
}
#shanb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0.694vw;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:4.263093788063337vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:11.111vw;
	height:8.526187576126674vh;
	padding-top:4.263093788063337vh;
}
#shanb2{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	padding-bottom:3.6540803897685747vh;
	position:relative;
	border:0px;
	display:inline-block;
	width:11.111vw;
	height:7.3081607795371495vh;
	padding-top:3.6540803897685747vh;
	margin-top: 0px;
}
/*kayar*/
#kayarb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.431vw;
	height:4.872107186358099vh;
}
/* mon */
#monb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:1.389vw;
	position:relative;
	border:0px;
	display: inline-block;
	width:1.389vw;
	height:4.872107186358099vh;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
}
#monb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:78.681vw;
	position:relative;
	border:0px;
	display: inline-block;
	width:1.389vw;
	height:4.872107186358099vh;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
}
/* kayin */
#kayinb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0.347vw;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.778vw;
	height:4.872107186358099vh;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
}
#kayinb1{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0.694vw;
	padding-top:3.045066991473812vh;
	padding-bottom:2.4360535931790497vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:3.125vw;
	height:5.481120584652862vh;
}
#kayinb2{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:0px;
	position:relative;
	border:0px;
	display: inline-block;
	width:2.083vw;
	height:4.872107186358099vh;
	padding-top:2.4360535931790497vh;
	padding-bottom:2.4360535931790497vh;
}
#tnyb{
	color:#eeb5bd;
	background-color:transparent;
	font-size:1px;
	text-decoration: none;
	margin-left:79.514vw;
	margin-top:0px;
	padding-bottom:13.398294762484774vh;
	position:relative;
	border:0px;
	display: inline-block;
	width:5.556vw;
	height:25.57856272838002vh;
	padding-top:12.180267965895249vh;
}
/* tny */
#content{
	width:100%;
	height:552.9841656516443vh;
	margin-top:6%;
}
/* content */
#one{
	width:76vw;
	height:48.721071863580995vh;
	margin-left:12vw;
	margin-right:12vw;
	position:relative;
}
#one_one{
	width:24.306vw;
	height:34.104750304506695vh;
	border-radius:5px;
	position:absolute;
	overflow:hidden;
	background-color:black;
}
#one_one_figure{
	width:100%;
	height:100%;
}
#one_one_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#one_one:hover #one_one_img{
	transform:scale(1.3);
	opacity:.5;
	filter:alpha(opacity=50);
}
#one_one_about{
	position:absolute;
	transition:.5s;
	opacity:0;
	filter:alpha(opacity=0);
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	padding: 20px;
}
#one_one:hover #one_one_about{
	opacity:1;
		filter:alpha(opacity=100);
}
#one_one_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:18px;
	word-spacing:2px;
	font-family: arial;
	text-align:center;
	line-height:30px;
}
#one_one_link{
	text-decoration: none;
	color:#eeb5bd;
}
/* one_one */
#one_two{
	width:24.306vw;
	height:34.104750304506695vh;
	margin-left:26.389vw;
	border-radius:5px;
	position:absolute;
	overflow:hidden;
	background-color:black;
}
#one_two_figure{
	width:100%;
	height:100%;
}
#one_two_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#one_two:hover #one_two_img{
	transform:scale(1.3);
	opacity:.5;
	filter:alpha(opacity=50);
}
#one_two_about{
	position:absolute;
	transition:.5s;
	opacity:0;
	filter:alpha(opacity=0);
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	padding: 20px;
}
#one_two:hover #one_two_about{
	opacity:1;
		filter:alpha(opacity=100);
}
#one_two_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:18px;
	word-spacing:2px;
	font-family: arial;
	text-align:center;
	line-height:30px;
}
#one_two_link{
	text-decoration: none;
	color:#eeb5bd;
}
/* one_two */
#one_three{
	width:24.306vw;
	height:34.104750304506695vh;
	margin-left:52.778vw;
	border-radius:5px;
	position:absolute;
	overflow:hidden;
	background-color:black;
}
#one_three_figure{
	width:100%;
	height:100%;
}
#one_three_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#one_three:hover #one_three_img{
	transform:scale(1.3);
	opacity:.5;
	filter:alpha(opacity=50);
}
#one_three_about{
	position:absolute;
	transition:.5s;
	opacity:0;
	filter:alpha(opacity=0);
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	padding: 20px;
}
#one_three:hover #one_three_about{
	opacity:1;
	filter:alpha(opacity=100);
}
#one_three_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:18px;
	word-spacing:2px;
	font-family: arial;
	text-align:center;
	line-height:30px;
}
#one_three_link{
	text-decoration: none;
	color:#eeb5bd;
}
/* one_three */
#two{
	width:100%;
	height:28.01461632155907vh;
	background-color:#8c1717;
}
#two_about{
	width:100%;
}
#two_head{
	padding-top:2.4360535931790497vh;
	color:white;
	font-family:arial;
	text-align:center;
	letter-spacing:2px;
}
#two_txt{
	font-size:1.042vw;
	font-family: arial;
	color:white;
	text-align: center;
	padding-left: 6.944vw;
	padding-right:6.944vw;
	word-spacing:0.208vw;
	line-height:3.045066991473812vh;
}
/*two*/
#three{
	width:100%;
	height:79.17174177831912vh;
}
#three_about{
	width:100%;
	height:6.090133982947624vh;
}
#three_head{
	text-align:center;
	font-family: arial;
	padding-top:1.2180267965895248vh;
	letter-spacing:0.139vw;
	color:#383838;
}
/* three_head */
#three_link{
	color:white;
	text-decoration:none;
}
#three_link:hover{
	color:#c12a2a;
}
#three_content{
	width:77%;
	height:73.0816077953715vh;
	margin-left:12vw;
	margin-right:11vw;
	position:relative;
}
#three_one{
	width:24.306vw;
	height:36.54080389768575vh;
	position:absolute;
}
#three_one_figure{
	width:100%;
	height:100%;
}
#three_one_img{
	width:100%;
	height:100%;
}
#three_one_about{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	margin-left:8.333vw;
}
#three_one_cap{
	color:white;
	font-size:2.083vw;
	word-spacing:0.139vw;
	font-family: arial;
}
#three_one_content{
	width:24.306vw;
	height:35.32277710109622vh;
	margin-top:37.75883069427527vh;
	position:absolute;
}
#three_one_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
}
/* three_one */
#three_two{
	width:24.306vw;
	height:36.54080389768575vh;
	margin-left:26.389vw;
	position:absolute;
}
#three_two_figure{
	width:100%;
	height:100%;
}
#three_two_img{
	width:100%;
	height:100%;
}
#three_two_about{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	margin-left:5.556vw;
}
#three_two_cap{
	color:white;
	font-size:2.083vw;
	word-spacing:0.139vw;
	font-family: arial;
}
#three_two_content{
	width:24.306vw;
	height:35.32277710109622vh;
	margin-top:37.75883069427527vh;
	position:absolute;
	margin-left:26.389vw;
}
#three_two_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
}
/* three_two */
#three_three{
	width:24.306vw;
	height:36.54080389768575vh;
	margin-left:52.778vw;
	position:absolute;
}
#three_three_figure{
	width:100%;
	height:100%;
}
#three_three_img{
	width:100%;
	height:100%;
}
#three_three_about{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	margin-left:6.250vw;
}
#three_three_cap{
	color:white;
	font-size:2.083vw;
	word-spacing:0.139vw;
	font-family: arial;
}
#three_three_content{
	width:24.306vw;
	height:35.32277710109622vh;
	margin-top:37.75883069427527vh;
	position:absolute;
	margin-left:52.778vw;
}
#three_three_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
}
/* three_three */
/* three */
#four{
	width:78vw;
	height:73.0816077953715vh;
	margin-left:12vw;
	margin-right:10vw;
	margin-top:3.6540803897685747vh;
}
#four_one{
	width:24.306vw;
	height:73.0816077953715vh;
	background-color:#8c1717;
	border-radius: 10px;
	float:left;
}
#four_one_figure{
	width:24.306vw;
	height:30.45066991473812vh;
}
#four_one_img{
	width:21.528vw;
	height:25.57856272838002vh;
	margin-left:1.389vw;
	margin-top:2.4360535931790497vh;
}
#four_one_about{
	width:21.528vw;
	height:42.63093788063337vh;
	margin-left:1.389vw;
}
#four_one_head{
	color:white;
	text-align: left;
	letter-spacing: 0.139vw;
	font-family: arial;
	margin-bottom: 3.6540803897685747vh;
}
#four_one_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
	color:white;
}
/* four_one */
#four_two{
	width:24.306vw;
	height:73.0816077953715vh;
	background-color:#8c1717;
	border-radius: 10px;
	margin-left:2.083vw;
	float:left;
}
#four_two_figure{
	width:24.306vw;
	height:30.45066991473812vh;
}
#four_two_img{
	width:21.528vw;
	height:25.57856272838002vh;
	margin-left:1.389vw;
	margin-top:2.4360535931790497vh;
}
#four_two_about{
	width:21.528vw;
	height:42.63093788063337vh;
	margin-left:1.389vw;
}
#four_two_head{
	color:white;
	text-align: left;
	letter-spacing: 0.139vw;
	font-family: arial;
	margin-bottom: 3.6540803897685747vh;
}
#four_two_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
	color:white;
}
/* four_two */
#four_three{
	width:24.306vw;
	height:73.0816077953715vh;
	background-color:#8c1717;
	border-radius: 10px;
	margin-left:2.083vw;
	float:left;
}
#four_three_figure{
	width:24.306vw;
	height:30.45066991473812vh;
}
#four_three_img{
	width:21.528vw;
	height:25.57856272838002vh;
	margin-left:1.389vw;
	margin-top:2.4360535931790497vh;
}
#four_three_about{
	width:21.528vw;
	height:42.63093788063337vh;
	margin-left:1.389vw;
}
#four_three_head{
	color:white;
	text-align: left;
	letter-spacing: 0.139vw;
	font-family: arial;
	margin-bottom: 3.6540803897685747vh;
}
#four_three_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
	color:white;
}
/* four_three */
/* four */
#five{
	width:100%;
	height:74.29963459196101vh;
	margin-top:5.481120584652862vh;
	position:relative;
	background-color:#8c1717;
}
#five_one{
	width:24.306vw;
	height:36.54080389768575vh;
	position:absolute;
	margin-left:12.014vw;
	margin-top:3.6540803897685747vh;
}
#five_one_figure{
	width:100%;
	height:100%;
}
#five_one_img{
	width:100%;
	height:100%;
}
#five_one_about{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	margin-left:6.944vw;
	margin-bottom: 3.6540803897685747vh;
}
#five_one_cap{
	color:white;
	font-size:2.083vw;
	word-spacing:0.139vw;
	font-family: arial;
}
#five_one_content{
	width:24.306vw;
	height:29.232643118148598vh;
	margin-top:41.41291108404384vh;
	position:absolute;
	margin-left:12.014vw;
}
#five_one_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
	color:white;
}
/* five_one */
#five_two{
	width:24.306vw;
	height:36.54080389768575vh;
	margin-left:38.403vw;
	position:absolute;
	margin-top:3.6540803897685747vh;
}
#five_two_figure{
	width:100%;
	height:100%;
}
#five_two_img{
	width:100%;
	height:100%;
}
#five_two_about{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	margin-left:6.597vw;
}
#five_two_cap{
	color:white;
	font-size:2.083vw;
	word-spacing:0.139vw;
	font-family: arial;
}
#five_two_content{
	width:24.306vw;
	height:29.232643118148598vh;
	margin-top:41.41291108404384vh;
	position:absolute;
	margin-left:38.403vw;
	margin-bottom:3.6540803897685747vh;
}
#five_two_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
	color:white;
}
/* five_two */
#five_three{
	width:24.306vw;
	height:36.54080389768575vh;
	margin-left:64.792vw;
	position:absolute;
	margin-top:3.6540803897685747vh;
}
#five_three_figure{
	width:100%;
	height:100%;
}
#five_three_img{
	width:100%;
	height:100%;
}
#five_three_about{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	margin-left:6.944vw;
}
#five_three_cap{
	color:white;
	font-size:2.083vw;
	word-spacing:0.139vw;
	font-family: arial;
}
#five_three_content{
	width:24.306vw;
	height:29.232643118148598vh;
	margin-top:41.41291108404384vh;
	position:absolute;
	margin-left:64.792vw;
	margin-bottom:3.6540803897685747vh;
}
#five_three_txt{
	font-size:1.042vw;
	word-spacing:0.069vw;
	font-family:arial;
	text-align: justify;
	line-height: 2.92326431181486vh;
	color:white;
}
/* five_three */
/* five */
#six{
	width:78vw;
	height:109.62241169305723vh;
	margin-left:12vw;
	margin-right:10vw;
	margin-top:7.3081607795371495vh;
}
#six_about{
	width:100%;
	height:8.526187576126674vh;
}
#six_head{
	font-family: arial;
	padding-top:1.2180267965895248vh;
	letter-spacing:0.139vw;
	color:#383838;
}
/* six_head */
#six_content{
	width:78.194vw;
	height:99.26918392204628vh;
}
#six_one{
	width:38.681vw;
	height:48.355663824604136vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
}
#six_one_figure{
	width:100%;
	height:100%;
}
#six_one_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_one:hover #six_one_img{
	transform: scale(1.2);
}
#six_one_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_one_about{
	position: absolute;
	width:100%;
	height:100%;
	top:42.63093788063337vh;
	left:1.181vw;
}
#six_one_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_one_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_one_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_one */
#six_two{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:39.514vw;
}
#six_two_figure{
	width:100%;
	height:100%;
}
#six_two_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_two:hover #six_two_img{
	transform: scale(1.2);
}
#six_two_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_two_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_two_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.111vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_two_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_two_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_two */
#six_three{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:59.236vw;
}
#six_three_figure{
	width:100%;
	height:100%;
}
#six_three_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_three:hover #six_three_img{
	transform: scale(1.2);
}
#six_three_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_three_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_three_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.111vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_three_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_three_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_three */
#six_four{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:39.514vw;
	margin-top:24.847746650426306vh;
}
#six_four_figure{
	width:100%;
	height:100%;
}
#six_four_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_four:hover #six_four_img{
	transform: scale(1.2);
}
#six_four_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_four_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_four_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.111vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_four_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_four_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_four */
#six_five{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:59.236vw;
	margin-top:24.847746650426306vh;
}
#six_five_figure{
	width:100%;
	height:100%;
}
#six_five_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_five:hover #six_five_img{
	transform: scale(1.2);
}
#six_five_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_five_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_five_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.111vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_five_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_five_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_five */
#six_six{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:49.69549330085261vh;
}
#six_six_figure{
	width:100%;
	height:100%;
}
#six_six_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_six:hover #six_six_img{
	transform: scale(1.2);
}
#six_six_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_six_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_six_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.111vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_six_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_six_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_six */
#six_seven{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:49.69549330085261vh;
	margin-left:19.722vw;
}
#six_seven_figure{
	width:100%;
	height:100%;
}
#six_seven_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_seven:hover #six_seven_img{
	transform: scale(1.2);
}
#six_seven_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_seven_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_seven_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.111vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_seven_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_seven_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_seven */
#six_eight{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:74.54323995127892vh;
}
#six_eight_figure{
	width:100%;
	height:100%;
}
#six_eight_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_eight:hover #six_eight_img{
	transform: scale(1.2);
}
#six_eight_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_eight_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_eight_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:0.903vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_eight_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_eight_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_eight */
#six_nine{
	width:18.889vw;
	height:23.38611449451888vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:74.54323995127892vh;
	margin-left:19.722vw;
}
#six_nine_figure{
	width:100%;
	height:100%;
}
#six_nine_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_nine:hover #six_nine_img{
	transform: scale(1.2);
}
#six_nine_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_nine_about{
	position: absolute;
	width:100%;
	height:100%;
	top:20.09744214372716vh;
	left:0.764vw;
}
#six_nine_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:0.903vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_nine_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_nine_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_nine */
#six_ten{
	width:38.681vw;
	height:48.355663824604136vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:49.69549330085261vh;
	margin-left:39.514vw;
}
#six_ten_figure{
	width:100%;
	height:100%;
}
#six_ten_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#six_ten:hover #six_ten_img{
	transform: scale(1.2);
}
#six_ten_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#six_ten_about{
	position: absolute;
	width:100%;
	height:100%;
	top:42.63093788063337vh;
	left:1.181vw;
}
#six_ten_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#six_ten_link{
	position:relative;
	width:100%;
	height:100%;
}
#six_ten_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* six_ten */
/* six */
#seven{
	width:78vw;
	height:109.62241169305723vh;
	margin-left:12vw;
	margin-right:10vw;
	margin-top:12.180267965895249vh;
}
#seven_about{
	width:100%;
	height:8.526187576126674vh;
}
#seven_head{
	font-family: arial;
	padding-top:1.2180267965895248vh;
	letter-spacing:0.139vw;
	color:#383838;
}
/* seven_head */
#seven_content{
	width:78.194vw;
	height:99.26918392204628vh;
}
#seven_one{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
}
#seven_one_figure{
	width:100%;
	height:100%;
}
#seven_one_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_one:hover #seven_one_img{
	transform: scale(1.2);
}
#seven_one_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_one_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_one_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.736vw;
	font-weight:bold;
	font-family:arial;
	text-align:center;
	text-decoration: none;
}
#seven_one_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_one_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_one */
#seven_two{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:19.722vw;
}
#seven_two_figure{
	width:100%;
	height:100%;
}
#seven_two_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_two:hover #seven_two_img{
	transform: scale(1.2);
}
#seven_two_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_two_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_two_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.736vw;
	font-weight:bold;
	font-family:arial;
	text-align:center;
	text-decoration: none;
}
#seven_two_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_two_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_two */
#seven_three{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:22.411693057247255vh;
}
#seven_three_figure{
	width:100%;
	height:100%;
}
#seven_three_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_three:hover #seven_three_img{
	transform: scale(1.2);
}
#seven_three_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_three_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_three_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size:1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_three_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_three_subl{
	border-radius: 5px;
	font-size:13.889vw;
	padding-bottom:21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_three */
#seven_four{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:19.722vw;
	margin-top:22.411693057247255vh;
}
#seven_four_figure{
	width:100%;
	height:100%;
}
#seven_four_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_four:hover #seven_four_img{
	transform: scale(1.2);
}
#seven_four_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_four_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_four_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_four_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_four_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_four */
#seven_five{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:39.514vw;
}
#seven_five_figure{
	width:100%;
	height:100%;
}
#seven_five_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_five:hover #seven_five_img{
	transform: scale(1.2);
}
#seven_five_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_five_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_five_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_five_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_five_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_five */
#seven_six{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:59.236vw;
}
#seven_six_figure{
	width:100%;
	height:100%;
}
#seven_six_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_six:hover #seven_six_img{
	transform: scale(1.2);
}
#seven_six_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_six_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_six_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_six_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_six_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_six */
#seven_seven{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:39.514vw;
	margin-top:22.411693057247255vh;
}
#seven_seven_figure{
	width:100%;
	height:100%;
}
#seven_seven_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_seven:hover #seven_seven_img{
	transform: scale(1.2);
}
#seven_seven_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_seven_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_seven_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_seven_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_seven_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_seven */
#seven_eight{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:59.236vw;
	margin-top:22.411693057247255vh;
}
#seven_eight_figure{
	width:100%;
	height:100%;
}
#seven_eight_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_eight:hover #seven_eight_img{
	transform: scale(1.2);
}
#seven_eight_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_eight_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_eight_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_eight_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_eight_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_eight */
#seven_nine{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:44.82338611449451vh;
}
#seven_nine_figure{
	width:100%;
	height:100%;
}
#seven_nine_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_nine:hover #seven_nine_img{
	transform: scale(1.2);
}
#seven_nine_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_nine_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_nine_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_nine_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_nine_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_nine */
#seven_ten{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top:44.82338611449451vh;
	margin-left:19.722vw;
}
#seven_ten_figure{
	width:100%;
	height:100%;
}
#seven_ten_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_ten:hover #seven_ten_img{
	transform: scale(1.2);
}
#seven_ten_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_ten_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_ten_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_ten_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_ten_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_ten */
#seven_eleven{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top: 67.23507917174177vh;
}
#seven_eleven_figure{
	width:100%;
	height:100%;
}
#seven_eleven_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_eleven:hover #seven_eleven_img{
	transform: scale(1.2);
}
#seven_eleven_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_eleven_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_eleven_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_eleven_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_eleven_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_eleven */
#seven_twelve{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-top: 67.23507917174177vh;
	margin-left:19.722vw;
}
#seven_twelve_figure{
	width:100%;
	height:100%;
}
#seven_twelve_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_twelve:hover #seven_twelve_img{
	transform: scale(1.2);
}
#seven_twelve_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_twelve_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_twelve_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_twelve_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_twelve_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_twelve */
#seven_th{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:39.514vw;
	margin-top:44.82338611449451vh;
}
#seven_th_figure{
	width:100%;
	height:100%;
}
#seven_th_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_th:hover #seven_th_img{
	transform: scale(1.2);
}
#seven_th_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_th_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_th_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_th_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_th_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_th */
#seven_fo{
	width:18.889vw;
	height:20.95006090133983vh;
	background-color: black;
	position:absolute;
	overflow:hidden;
	border-radius: 5px;
	margin-left:59.236vw;
	margin-top:44.82338611449451vh;
}
#seven_fo_figure{
	width:100%;
	height:100%;
}
#seven_fo_img{
	width:100%;
	height:100%;
	transition: .5s;
}
#seven_fo:hover #seven_fo_img{
	transform: scale(1.2);
}
#seven_fo_cap{
	position:absolute;
	top:1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
}
#seven_fo_about{
	position: absolute;
	width:100%;
	height:100%;
	top:9.135200974421437vh;
}
#seven_fo_txt{
	margin: 0px;
	padding: 0px;
	color:white;
	font-size: 1.736vw;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	text-align: center;
}
#seven_fo_link{
	position:relative;
	width:100%;
	height:100%;
}
#seven_fo_subl{
	border-radius: 5px;
	font-size: 13.889vw;
	padding-bottom: 21.924482338611448vh;
	text-decoration: none;
	color:transparent;
}
/* seven_fo */
/* content */
#footer{
	width:100%;
	height:12.180267965895249vh;
}
#ft{
	width:97%;
	height: 7.3081607795371495vh;
	float:right;
	border-top-left-radius: 3.6540803897685747vh;
	border-bottom-left-radius: 3.6540803897685747vh;
	margin-top:3.6540803897685747vh;
	background-color:#8c1717;
	animation-name: footer_slide;
}
#foottxt{
	color:white;
	float:left;
	margin-left:2vw;
	font-family: arial;
	font-size: 1.181vw;
	padding-top:0.3654080389768575vh;
	letter-spacing: 0.347vw;
	word-spacing: 0.208vw;
}
@media (max-height:790px){
	#content {
		margin-top: 16%;
	}
}
@media (min-width:1920px){
	#content {
		margin-top: 16%;
	}
}
