*{
	box-sizing: border-box;
}
*{
	scrollbar-width: thin;         
    scrollbar-color: #8c1717 transparent;
}
*::-webkit-scrollbar {
	width: 0.3vw;
  }
  
  *::-webkit-scrollbar-track {
	background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
	background-color:#8c1717;
  }
body{
	margin:0px;
	padding:0px;
	background-color: #f2f2f2;
}
#menubar{
	width:100%;
	height:9.744214372716199vh;
	position:absolute;
	z-index:1;
}
.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: 0.2s;
	animation-timing-function: ease-in;
}
@keyframes txt_appear {
	from{
		color:transparent;
		font-size: 0px;
	}
	to{
		font-size:1.319vw;
		color:transparent;
	}
  }
.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;
}
#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{
	list-style-type:none;
	margin-right:0px;
	margin-top:1.2180267965895248vh;
	padding-top:2.192448233861145vh;
	padding-bottom:4.872107186358099vh;
	background-color:rgba(171, 30, 30, 70%);
	border-top-left-radius: 6.090133982947624vh;
	border-bottom-left-radius: 6.090133982947624vh;
	padding-left:0px;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
	animation-name: menu_slide;
	animation-duration: 0.2s;
	animation-timing-function: linear;
	float: right;
	height:7.064555420219244vh;
	width:58.7vw;
}
@keyframes menu_slide {
	from{
		width:0px;
	}
	to{
		width:58.7vw;
	}
  }
#sub_logo{
	margin-left:0px;
	width:1.597vw;
	height:6.090133982947624vh;
	float:left;
	display: inline-block;
	margin-left:1.042vw;
	margin-top:0.48721071863580995vh;
	animation-name: sublogo_slide;
	animation-duration: 0.1s;
	animation-timing-function: linear;
}
@keyframes sublogo_slide{
	from{
		width:0px;
		height:6.090133982947624vh;
		background-color: transparent;
	}
	to{
		height:1.597vw;
		height:6.090133982947624vh;
	}
}
#logo{
	width:6.944vw;
	height:7.064555420219244vh;
	float:left;
	margin-top:1.2180267965895248vh;
	background-color:rgba(171, 30, 30, 70%);
	border-top-right-radius:6.090133982947624vh;
	border-bottom-right-radius: 6.090133982947624vh;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
	animation-name: logo_slide;
	animation-duration: 0.1s;
	animation-timing-function: linear;
	overflow: hidden;
}
@keyframes logo_slide{
	from{
		width:0px;
		height:6.699147381242387vh;
		background-color: transparent;
	}
	to{
		height:6.944vw;
		height:6.699147381242387vh;
		background-color:rgba(171, 30, 30, 50%);
	}
}
/*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, 70%);
	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;
}
/* menu */
@font-face {
  font-family: Ubuntu-Bold;
  src: url('font/ubuntu/Ubuntu-Bold.ttf');
}
input {
	outline: none;
	border: none;
}
textarea {
  outline: none;
  border: none;
}
input::placeholder{
	color: #bdbdd3;
}
textarea::placeholder{
	color: #bdbdd3;
}
.container {
  width: 100%;
  height:85.26187576126674vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8270401948842874vh;
  position: relative;
}
.figure {
  width: 38.194vw;
  background: transparent;
  padding: 0px 0px 19.488428745432397vh 0px;
	height:82.82582216808768vh;
	margin-top:18.270401948842874vh;
}
/*==================================================================
[ Form ]*/
.form {
  width: 100%;
}
.title {
  display: block;
  font-family: Ubuntu-Bold;
  font-size: 2.083vw;
  color: #8c1717;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5.968331303288672vh;
}
/*------------------------------------------------------------------
[ Input ]*/
.one{
  width: 100%;
  background-color: #fff;
  border-radius: 31px;
  margin-bottom: 1.9488428745432398vh;
  position: relative;
  z-index: 0;
}

.input_one {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 31px;
  font-family: Ubuntu-Bold;
  font-size: 1.250vw;
  color: #8f8fa1;
  line-height: 1.2;
}
/*---------------------------------------------*/
input.input_one {
  height: 7.551766138855054vh;
  padding: 0 2.431vw 0 2.431vw;
}
textarea.input_one {
  min-height: 20.58465286236297vh;
  padding: 2.3142509135200973vh 2.431vw 0 2.431vw;
}
/*------------------------------------------------------------------
[ Button ]*/
/* .two {
  display: flex;
	margin-left:13.889vw;
  padding-top: 1.2180267965895248vh;
	width:10.417vw;
} */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.389vw;
  width: 10.417vw;
  height: 7.551766138855054vh;
  background-color: #8c1717;
  border-radius: 31px;
  font-family: Ubuntu-Bold;
  font-size: 1.111vw;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-left:auto;
  margin-right: auto;
  transition: width 0.5s;
  cursor: pointer;
}
.button:hover {
	background-color:#bf2020;
	width:11.417vw;
}
/* .two:hover .button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.389vw;
	min-width: 10.417vw;
	height: 7.551766138855054vh;
	background-color:#bf2020;
	border-radius: 31px;
	font-family: Ubuntu-Bold;
	font-size: 1.111vw;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
} */
.credit{
	margin-top:-12.180267965895249vh;
	width:100%;
	height:12.180267965895249vh;
	float:left;
	background-color:rgba(171, 30, 30, 70%);
}
#footer{
	width:100%;
	height:14.616321559074299vh;
}
#ft{
	width:97%;
	height: 7.3081607795371495vh;
	float:left;
	border-top-right-radius: 3.6540803897685747vh;
	border-bottom-right-radius: 3.6540803897685747vh;
	background-color:rgba(171, 30, 30, 70%);
	margin-top:6.090133982947624vh;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
	animation-duration: 0.2s;
	animation-timing-function: linear;
	animation-name: ft_slide;
}
@keyframes ft_slide{
	from{
		width:0%;
	}
	to{
		width:97%;
	}
}
.message{
	color:white;
	float:left;
	margin-left:3%;
	font-family: arial;
	font-size: 0.900vw;
	padding-top:0.9vh;
	letter-spacing: 0.139vw;
	word-spacing: 0.069vw;
}
.message_ref{
	color:yellow;
	font-family: arial;
	font-size: 0.900vw;
	padding-top:0.9vh;
	letter-spacing: 0.139vw;
	word-spacing: 0.069vw;
	text-decoration: none;
}
