:root {
  --pink-color: #FCDFDF;
  --black-color: #222;
  /*--green-color: #09AD8E;*/
  --green-color: #222;
}
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--black-color);
  outline: none;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  background-color: var(--pink-color);
  font-family: 'PT Serif', serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
._block {
  display: block !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.big-gutters {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.sticky-top {
  top: 5rem;
  padding-top: 8rem;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
/**main setting**/
.container-main {
  overflow: unset;
  position: relative;
}
.container {
  width: 650px;
  max-width: 90%;
}
.container:last-of-type {
  margin-bottom: 0;
}
.wrapper {
  padding: 0;
  overflow: hidden;
}
.container-fluid {
  padding: 0;
}
section {
  position: relative;
}
section.section-first {
  height: 100vh;
  min-height: 750px;
}
section.section-page {
	padding-top: 9rem;
	margin-bottom: 9rem;
}
.row {
  position: relative;
  margin-bottom: 5rem;
}
.row:last-of-type {
  margin-bottom: 0;
}
/**end main setting**/
/**image setting**/
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.img-free {
  width: 100%;
  max-width: 100%;
}
/*end image setting*/
/*typo*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  font-family: 'PT Serif', serif;
  font-weight: 600;
}
p {
	font-size: 0.75rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.box-news p {
	margin-bottom: 0;
}
p a {
  font-weight: 400;
	text-decoration: underline;
}
p strong {
  font-weight: 700;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
/*end typo*/
/*btn*/
.btn-more {
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  width: 4rem;
  margin: 0 1rem;
}
.btn-more::before, .btn-more::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--green-color);
}
.btn-more::before {
  margin-bottom: 3px;
}
.btn-more::after {
  margin-top: 3px;
}
.btn-more.active {
   color:var(--green-color);
}
.btn-more.active::before, .btn-more.active::after {
    transform: scale(1, 1);
 }
@media (min-width: 992px) {
  .btn-more {
    transition: color 0.3s;
    transition-delay: 0.1s;
  }
  .btn-more:hover {
   color:var(--green-color);
  }
  .btn-more::before, .btn-more::after {
    transition: transform 0.3s;
    transform: scale(0, 1);
  }
  .btn-more:hover::before, .btn-more:hover::after, .btn-more.active::before, .btn-more.active::after {
    transform: scale(1, 1);
  }
}
/*end btn*/
/*page*/
.box-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.section-page .box-center {
	position: relative;
	top: auto;
	transform: none;
}
.box-logo {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}
.logo {
  display: inline-block;
  margin: 0 0.5rem;
  width: 180px;
  height: 90px;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
  .logo:hover {
    opacity: 1;
  }
}
.logo img {
  max-width: 100%;
  max-height: 100%;
}
.box-link {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  border-top: 3px solid var(--green-color);
  border-bottom: 3px solid var(--green-color);
}
.coomingsoon {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.box-text {
	width:100%;
	text-align: left;
	margin-top: 5rem;
}
.box-news {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 3px solid var(--green-color);
}
.box-news:last-of-type {
	margin-bottom: 0;
}
.box-contact {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
}
.col-contact {
	width:50%;
	padding: 0 2rem;
}
.col-contact:last-of-type {
	border-left:3px solid var(--green-color);
}
.box-form {
	margin-top:5rem;
}
/*end page*/
/*img*/
figure {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}
/*footer*/
footer {
  position: relative;
  padding: 0 2rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6rem;
}
footer .rowfooter {
  text-align: center;
  padding: 1.5rem 0;
  border-top: 3px solid var(--green-color);
}
footer .rowfooter p, footer .rowfooter a {
  font-size: 0.5rem;
}
footer .rightfooter {
  position: absolute;
  right: 2.5rem;
  transform: rotate(-90deg) translate(120%, 0);
  transform-origin: right;
}
footer .rightfooter::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 3px;
  margin-right: 0.5rem;
  background-color: var(--green-color);
}
footer .rightfooter a {
  font-size: 0.45rem;
  text-transform: uppercase;
}
/*end footer*/
/*selection*/
::-moz-selection {
  background: pink;
  color: black;
}
::selection {
  background: pink;
  color: black;
}
/*end selection*/