/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

@font-face {
	font-family: 'revecreEng';
	src: local('revecreEng'), 
	local('revecreEng'), 
	url('../fonts/Arial-Bold.woff') format('woff'), 
  url('../fonts/Arial-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'revecreJp';
	src: local('revecreJp'), 
	local('revecreJp'), 
  /* url('../fonts/honokamarugo_1.1.ttf') format('truetype'); */
  url('../fonts/SourceHanSans-Normal.otf') format('opentype');
}

.for-sma {
  display: none;
}

body {
  font-family: 'revecreJp', 'Open Sans', Arial, sans-serif;
  font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;	
	}

.btn-primary {
  padding: 8px 20px;
  background: #00A0E9;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}
	
.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	/* margin-bottom:50px; */
	color:#333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

#breadcrumb {
	background-color: #00A0E9;
	margin-top: -20px;
}

.breadcrumb { 
  list-style: none;
  background-color: #00A0E9;
  border-radius: 0px;
  padding:3px 10px;
}

.breadcrumb li {
  font-family: 'Open Sans', Arial, sans-serif;
   text-transform:uppercase;
   /* margin-top:125px; */
   font-weight:600;
}

.breadcrumb-li {
  margin-top:125px;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 25px;	
	color:#333;	
	text-transform:uppercase;
	font-weight:900;
}
.navbar-brand h1 span {
	color: #00A0E9;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:700;	
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
  font-family: 'Open Sans', Arial, sans-serif;
	border-radius:0;
	color:#333;
  padding:30px;
}

.nav-tabs > li > a:hover {	
	color: #00A0E9;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #00A0E9;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/*===========================
  slider
============================ */
#main-slider {
	margin-top:40px;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: -6vw;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
  text-transform:uppercase;
  font-size:50px;
  font-weight:800;
}

#main-slider .carousel h2 span {
  color: #00A0E9;
}

#main-slider .carousel h2 span spani {
  color: #000;
}

#main-slider .carousel p {
  color: #FFFFFF;
  /* font-size:25px; */
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #00A0E9;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 420px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.feature {
	padding:0px;
}

.text-center i {
	font-size:40px;
	margin-top:70px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:rgb(166, 209, 229);
	border-radius:50%;
}

.text-center h2 {
	margin-top:0px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:18px;
  color: black;
  font-weight: 600;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #00A0E9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

#partner {
  /* background: url(../images/partners/partner_bg.png) 50% 50% no-repeat; */
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding:100px;
}

#partner h2 {
  color: #fff;
  font-size:30px;
  font-weight:600;
}

#partner p {
  color: #fff;
  font-size:20px;
  
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

.partners ul li a img {
	margin-top:50px;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/* --- about us --- */
.aboutus {
	padding:50px;
}

.aboutus img {
	border-radius:6px;
}

.aboutus h3 {
	margin-bottom:30px;
	font-weight:800;
}

.aboutus h4 {
	margin-top:30px;
	margin-bottom:30px;
	font-weight:700;
}

.skill h2{
	margin-top:-10px;
	margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}


.about {
	background:#eee;
	padding:50px;
}

.about h2 {
	margin-bottom:30px;
}

.about img {
	margin-bottom:30px;
  border-radius:6px;
  max-width: 80%;
}

.our-team {
	padding:50px;
	background:#ddd;
}

.our-team h3 {
	margin-bottom:30px;
	font-weight:800;
}

.our-team h4 {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:600;
}

.our-team img{
	border-radius:6px;
	margin-top:30px;
}

.lates {
	padding:50px;
}

.lates h2 {
	font-size:20px;
	font-weight:600;
	color:#333;
}

.lates img {
	margin-top:30px;
  /* border-radius:5px; */
  margin-bottom: 1vw;
}

/* --- footer --- */
.footer {
	background:#00A0E9;
	padding:15px 22px;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;	
	font-size:25px;	
}

ul.social-network li a {	
	color:#d0d0d0;	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.copyright {
	margin-top:30px;
}

.copyright a {
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

/* --- services --- */
.services {
	padding:50px;
}

.services h3 {
	margin-bottom:30px;
	font-weight:800;
}

.services img {
	border-radius:6px;
}

.sub-services img {
	border-radius:6px;
}

/* .services p {
	margin-top:30px;
	font-size:13px;
} */

.sub-services {
	padding:50px;
	background:#ddd;
}

.sub-services p {
	margin-top:30px;
	font-size:13px;
}

.media-body p {
	margin-bottom:30px;
}

.media ul li {
	list-style:none;
}

.media i {
	color:#00A0E9;
	font-size:50px;
}

.media h4 {
	font-size:20px;
	font-weight:600;
	color:#00A0E9;
}

/* --- portfolio --- */

#portfolio .center p {
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #00A0E9;
  border: 1px solid #00A0E9;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
}

.overlay {
	margin-bottom:20px;
}

.overlay a:hover {
	color: #00A0E9;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- blog --- */
#blog {
	margin-top:50px;
}

a.btn-primary:hover {
	background-color:#ddd;
	color:#00A0E9;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color:#333;
}

.widget .entry-meta span a:hover {
	color:#00A0E9;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#00A0E9;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #00A0E9;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #00A0E9;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover{
	color:#00A0E9;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
	margin-bottom: 40px;
	font-weight: 600
 }

.blog .blog-item .blog-content p {
	font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #00A0E9;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color:#00A0E9;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #00A0E9 !important;
  border-color: #00A0E9 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}

ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#00A0E9;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:50px;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align:center;
}
.center p{
   text-align:center;
}

.btn-lg:hover {
	color:#00A0E9;
	background:#ddd;
}

a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ddd;
	color:#00A0E9;
}


 p {
  /* font-family: 'Open Sans', Arial, sans-serif; */
  margin-bottom: 0vw;
 }

 .mail-memo {
  font-family: 'Open Sans', Arial, sans-serif;
 }

 .top-text {
   font-size: 1.1vw;
   font-family: revecreJp;
 }

 .contact-img-div{
  margin-right: 10vw;
  margin-left: 10vw;
 }

 .top-img {
   width: 100%;
 }

 .message {
   font-size: 1.2vw;
   margin-top: 2vw;
   margin-bottom: 2vw;
 }

 .text-president-message {
   text-align: center;
 }

 .about-text {
   margin-top: 3vw;
   text-align: left;
 }

 .about-text p{
  font-size: 1vw;
  margin-bottom: 5px;
}
.about-img {
  margin-top:3vw;
}

 .home-icon-img {
   width: 9vw;
   margin-top:2vw;
   margin-bottom: 2vw;
 }

 .service-icon1 {
   width: 15vw;
 }

 .service-icon2 {
  width: 15vw;
}

 .sign-img {
   width: 40vw;
   margin-bottom: 5vw;
 }

 .service-icon-img {
   width: 10vw;
 }

 .service-div {
  padding-top: 2vw;
  padding-bottom: 2vw;
 }

 .service-text-div {
  margin-top: 1vw;
 }

 .services p {
	font-size:1.2vw;
}

.services h2 {
  margin-top: 2vw;
}

.about-title {
  font-family: revecreEng;
  border-bottom: solid 3px #00A0E9;
  display: inline-block;
  padding: 1vw;
  color: black;
}

.about-tittle-news {
  margin-bottom: 5vw;
}

.profile-div {
  margin-top: 3vw;
  margin-bottom: 3vw;
  width: 60%;
  border: solid 1px #000;
}

.portfolio-title {
  margin-top: 4vw;
  margin-bottom: 3vw;
  padding-bottom: 7px;
  font-size: 2vw;
  /* border-bottom: solid 1px #000; */
  display: inline-block;
}

.portfolio-text1 {
  margin-top: 2vw;
  padding: 5px;
  font-size: 1vw;
  border: solid 1px #000;
  display: inline-block;
}

.portfolio-text2 {
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-size: 2vw;
}

.portfolio-text2-2 {
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-size: 2vw;
}

.portfolio-text2-1 {
  margin-top: 1vw;
  font-size: 2vw;
}

.news {
  margin-top: 3vw;
  margin-bottom: 5vw;
}

.news-image {
  width: 15vw;
}

.news-text1 {
  margin-top : 5%;
  font-size: 1.5vw;
}

.news-text2 {
  margin-top : 1vw;
  font-size: 1.2vw;
}

.contact-text{
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 8vw;
  padding-bottom: 2vw;
}

.contact-text span{
  color: #000;
}

.contact-form span {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #000;
}

.contact-input {
  border-top: 1px solid #B3B3B3;
}

.contact-input2 {
  border-top: 1px solid #B3B3B3;
}

.contact-title {
  margin-top: 1.7vw;
}

.contact-input-form{
  height: 3vw;
  width: 15vw;
  text-indent: 1vw;
  color: #000;
  margin-left: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border:1px #B3B3B3 solid;
}

.contact-input-form2{
  height: 3vw;
  width: 15vw;
  text-indent: 1vw;
  color: #000;
  margin-left: 0.1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border:1px #B3B3B3 solid;
}

.contact-input-form3{
  height: 3vw;
  width: 37.8vw;
  text-indent: 1vw;
  color: #000;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border:1px #B3B3B3 solid;
}

.contact-input-form5{
  height: 3vw;
  width: 37.8vw;
  text-indent: 1vw;
  color: #000;
  margin-top: 1vw;
  margin-bottom: 0vw;
  border:1px #B3B3B3 solid;
}

.contact-input-form4 {
  height: 10vw;
  width: 37.8vw;
  color: #000;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border:1px #B3B3B3 solid;
}

.contact-mail {
  margin-bottom: 1vw;
}

.contact-button {
  margin-top:5vw;
}

.contact-button input {
  width: 20vw;
  outline: none;
  border:none;
  border-style:none;
}

.contact-img {
  margin-top: 1vw;
}

.error-message {
  padding-bottom: 3vw;
}

.logo-img {
  width: 13vw;
}

.top-msg-img {
  margin-top: -6vw;
  width: 25vw;
}

.img-news-div {
  text-align: right;
}

.text-news-div {
  text-align: left;
}

.top-news-img {
  height: 9vw;
}

.top-news-img-div {
  height: 9vw;
  margin-bottom: 3vw;
}

.text-bg-color1 {
  background-color: #ffebfb;
}

.text-bg-color2 {
  background-color: #ffff99;
  font-size: 19px;
}

.top-news-img-new {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

.click-here {
  font-weight: bold;
}

.top-news-img3 {
  width: 12vw;
  padding-top: 5%;
  padding-bottom: 5%;
}

.news-link {
  margin-top: -1vw;
  margin-left: 10vw;
}

.text-link2 {
  color: white;
}

.text-link1 {
  color: black;
}

.news-card {
  background-color: #eee;
  margin-top: 3vw;
  margin-bottom: 3vw;
  margin-right: 3vw;
  margin-left: 3vw;
}

.news-card-left {
  background-color: #eee;
  margin-top: 3vw;
  margin-bottom: 3vw;
  margin-right: 3vw;
  margin-left: 5%;
}

.news-card h4{
  padding-top: 1vw;
  font-size:17px;
}

.news-card-left h4{
  padding-top: 1vw;
  font-size:17px;
}

.news-card-list-div{
  background-size: cover;
}

.news-link-div {
  padding-bottom: 2vw;
}

.newspage-news-img {
  width: 15vw;
}

.newspage-news-img3 {
  width: 40vw;
}

.newspage-news-newoffice {
  width: 60vw;
}

.newspage-news-newoffice {
  width: 60vw;
}

.newspage-news-title {
  margin-top: 3vw;
}

.newspage-news-title span{
  color: black;
}

.newspage-news-text {
  margin-top: 4vw;
  margin-bottom: 4vw;
  margin-left: 10%;
  margin-right: 10%;
  text-align: left;
  width: 80%;
}

.newspage-news-text p{
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.newspage-news-back span {
  color: blue;
}

.newspage-news-detail {
  margin-top: 2vw;
  margin-bottom: 5vw;
}

.newspage-news-detail span {
  color: blue;
}

.service-name {
  padding-top: 10px;
  padding-bottom: 10px;
}

.zoomin1 img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoomin1:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.table-company {
  width: 100%;
}

.company-outline {
  padding-right: 10vw;
  padding-left: 10vw;
}

.table-company th{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #d4d4d4;
  padding:20px;
}

.table-company td{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #000;
  text-align: left;
  padding:20px;
}

.table-company p{
  font-size: 16px;
  text-align: left;
}

.table-company .link{
  color: #00A0E9;
}

.service-list-container {
  padding-bottom: 5vw;
}

.newspage-news-text .link {
  color: #00A0E9;
}

.ticket-form {
  color: #00A0E9;
}

.news5 p{
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.news5 a:hover {
	text-decoration: none;
	color:#00A0E9;	
}

.news5 a {
	text-decoration: none;
	color:#00A0E9;	
}

.newspage-image {
  width: 50%;
}

.newspage-image_20190520{
  width: 15% !important;
}

.newspage-news-text h2 {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}

.newspage-news-text h3 {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 768px) {

  .for-pc {
    display: none;
  }

  .for-sma {
    display: inline;
  }

  .logo-img {
    width: 30vw;
  }

  #main-slider .carousel .slide-margin{
    margin-top: 0px;
  }

  .top-msg-img {
    margin-top: 3vw;
    width: 38vw;
  }

  #main-slider .carousel .carousel-content {
    margin-top: 10vw;
  }

  .service-list-div {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .service-icon1 {
    width: 35vw;
  }

  .service-icon2 {
    margin-top: 5vw;
    width: 35vw;
  }

  .top-text {
    font-size: 12px;
  }

  .about-text p{
    font-size: 13px;
  }

  .about {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-text {
    margin-top: 3vw;
    text-align: left;
  }

  .aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-president-message {
    text-align: left;
  }

  .newspage-news-text p {
    font-size: 13px;
    line-height: 17px;
  }

  .sign-img {
    width: 60vw;
    margin-bottom: 5vw;
  }

  .services p {
    font-size: 13px;
  }

  .services h2 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 22px;
  }

  .service-div {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .profile-div {
    width: 90%;
  }

  .portfolio-title {
    font-size: 15px;
  }

  .portfolio-text1 {
    margin-top: 8vw;
    padding: 5px;
    font-size: 13px;
    border: solid 1px #000;
    display: inline-block;
  }

  .portfolio-text2 {
    font-size: 13px;
  }

  .portfolio-text2-1 {
    font-size: 13px;
  }

  .portfolio-text2-2 {
    margin-top: 0vw;
    margin-bottom: 3vw;
    font-size: 13px;
  }

  .contact-button input {
    width: 65vw;
  }

  .contact-title {
    margin-top: 8vw;
  }

  .contact-input-form {
    height: 10vw;
    width: 100%;
    text-indent: 3vw;
  }

  .contact-input-form2 {
    height: 10vw;
    width: 100%;
    text-indent: 3vw;
  }

  .contact-input-form3 {
    height: 10vw;
    width: 100%;
    text-indent: 3vw;
  }

  .contact-input-form4 {
    height: 40vw;
    width: 100%;
  }

  .contact-input-form5 {
    height: 10vw;
    width: 100%;
    text-indent: 3vw;
  }

  .contact-input {
    margin-bottom: 8vw;
  }

  .input-form-sma {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .contact-text{
    margin-top: 20vw;
    padding-bottom: 2vw;
  }

  .news {
    margin-top: 5vw;
    margin-bottom: 15vw;
  }

  .news-image {
    width: 40vw;
  }

  .img-news-div {
    text-align: center;
  }
  
  .text-news-div {
    text-align: center;
  }

  .news-text1 {
    font-size: 13px;
  }

  .news-text2 {
    font-size: 13px;
  }

  .message {
    font-size: 13px;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .footer {
    background: #00A0E9;
    padding: 15px 22px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .top-news-img {
    height: 30vw;
  }

  .top-news-img-div {
    height: 35vw;
    width: 40.5vw;
    margin-bottom: 4vw;
  }

  .text-bg-color2 {
    background-color: #ffff99;
    font-size: 14px;
  }

  .lates img {
    margin-top: 20px;
  }

  .news-link {
    margin-top: 5vw;
  }

  .newspage-news-img {
    width: 50vw;
  }

  .newspage-image {
    width: 75%;
  }

  .newspage-news-text {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .newspage-news-text h2 {
    font-size: 23px;
  }

  .breadcrumb-li {
    margin-top:100px;
  }

  .table>tbody>tr>th{
    padding:0px;
  }

  .table-company th{
    font-size: 12px;
    color: #000;
    text-align: center;
    background-color: #d4d4d4;
    padding:10px;
    width: 34%;
  }
  
  .table-company td{
    font-size: 11px;
    color: #000;
    text-align: left;
    padding:10px;
  }
  
  .table-company p{
    font-size: 11px;
    text-align: left;
  }

  .company-outline {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .service-item-div {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .news-link {
    padding-right: 10vw;
  }

  .news-link-div {
    padding-bottom: 5vw;
  }

  .news-card {
    background-color: #eee;
    margin-top: 8vw;
    margin-bottom: 10vw;
    margin-right: 12vw;
    margin-left: 12vw;
  }

  .news-card-left {
    background-color: #eee;
    margin-top: 8vw;
    margin-bottom: 10vw;
    margin-right: 12vw;
    margin-left: 12vw;
  }

  .news-card h4 {
    padding-top: 1vw;
    font-size: 17px;
    padding-bottom: 4vw;
  }

  .news-card-left h4 {
    padding-top: 1vw;
    font-size: 17px;
    padding-bottom: 4vw;
  }

  .newspage-news-img3 {
    width: 80vw;
  }

  .newspage-news-newoffice {
    width: 80vw;
  }

  .top-news-img3 {
    width: 40vw;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .news5 p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

}

@media (max-width: 1000px) and (min-width: 768px){

  .logo-img {
    width: 20vw;
  }

  #partner {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .lates {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .top-msg-img {
    margin-top: 9vw;
    width: 45vw;
  }

  #main-slider .carousel .carousel-content {
    margin-top: 9vw;
  }

  .news-text1 {
    font-size: 20px;
  }

  .news-text2 {
    font-size: 20px;
  }

  .contact-text {
    margin-top: 15vw;
    padding-bottom: 2vw;
  }

  .services p {
    font-size: 20px;
  }

  .services {
    padding: 0px;
  }

  .services h2 {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 22px;
  }

  .nav-tabs > li > a {
    border-radius: 0;
    color: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-text {
    margin-top: 3vw;
    text-align: left;
  }

  .text-president-message {
    text-align: center;
  }

  .message {
    font-size: 13px;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .news-link {
    margin-top: 5vw;
  }

  .lates img {
    margin-top: 90px;
  }

  .top-news-img {
    width: 40vw;
  }

  .breadcrumb-li {
    margin-top: 120px;
  }

  .portfolio-text1 {
    margin-top: 1vw;
  }

  .news-image {
    width: 35vw;
  }

  .newspage-news-img {
    width: 35vw;
  }

  .news-card-left {
    background-color: #eee;
    margin-top: 8vw;
    margin-bottom: 10vw;
    margin-right: 25vw;
    margin-left: 25vw;
  }

  .news-card {
    background-color: #eee;
    margin-top: 8vw;
    margin-bottom: 10vw;
    margin-right: 25vw;
    margin-left: 25vw;
  }

}