body {
  height: 100vh;
}

body.dark {
  background-color: #161B24;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; 
}

p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.3;
}

a {
  color: #0bd355;
}

a, button {
  cursor: pointer; 
}

a:hover {
  color: #0bd355;
  text-decoration: none; 
}
em {
  display: inline-block;
}
.c-orange {
  color: #FC6546;
}
.text-bold {
  font-weight: bold;
}
.text-indent {
  text-indent: 1rem;
}
.realative {
  position: relative;
}
.mt-9 {
  margin-top: 9rem;
}

header {
  position: absolute;
  z-index: 11;
  width: 100%;
}
.py-5 {
  padding-top: 1.5rem !important;
}
.container-fluid {
  padding: 0;
}
.container-fluid.dark {
  background-color: #161B24;
  color: #fff;
}
.container {
  padding: 0;
}
.container .container {
  padding: 0 1rem;
}
.header .container {
  position: relative;
}
.main-menu {
  width: 100%;
  padding: 16px 5px;
  display: flex;
  justify-content: space-between;
}
.main-menu__list {
  display: -ms-flexbox;
  display: flex; 
  justify-content: center;
}

.main-menu__item {
  margin-right: 60px; 
}
.main-menu__item:last-child {
  margin-right: 0; 
}
.more-design .text {
  opacity: 0.7;
}
.main-menu__link {
  /* font-family: 'ShSemibold'; */
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.5;
  font-weight: 500;
}
.main-menu__link:hover,.main-menu__link.selected {
  opacity: 1;
  color: #fff;
}
.inner-header__logo {
  width: 120px;
  display: block;
}
.inner-header__contact {
  display: block;
  color: #fff;
  padding: 3px 16px;
  border: 1px solid;
  border-radius: 18px;
}
.bs-foreground .bs-title {
  font-size: 60px;
  letter-spacing: 7px;
  line-height: 56px;
}
.bs-foreground .bs-content {
  width: 40%;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.1px;
  line-height: 36px;
  margin-top: 100px;
  font-weight: 400;
}
.bs-foreground .bs-img {
  margin-top: 100px;
}
.offset-right-1 {
  position: relative;
  right: -8rem;
  z-index: 1;
}
.h-big {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 20px;
  line-height: 56px;
  font-weight: 500;
}
.imglist {
  position: absolute;
  top: 8rem;
  width: 100%;
  color: #FFFFFF;
}
.scale {
  transition: all .2s;
}
.scale:hover {
  box-shadow: 0px 4px 20px rgba(0,0,0,.3);
  border-radius: 10px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.img-cover {
  object-fit: cover;
  max-height: 770px;
}
.img-email {
  border: 1px solid rgba(255,255,255,0.7);
  padding: 5px 10px;
  color: #fff;
  display: table;
  font-size: 12px;
  border-radius: 2px;
}
.img-email:hover {
  opacity: .7;
  color: #fff;
}
.img-email img {
  position: relative;
  top: -2px;
  height: 18px;
}
.img-email .et {
  display: table-cell;
  line-height: 14px;
  padding-left: 10px;
}
.text-tips {
  width: 260px;
  padding: 10px 15px;
  box-shadow: 12px 12px 12px 0 rgba(0,0,0,0.1);
  position: absolute;
  background: #fff;
  z-index: 1;
  font-size: 14px;
}
.progress {
  background-color:rgba(255,255,255,.2) !important;
}
.progress-bar.alizarin {
  background-color: #161B24 !important;
}
.offset-right-2 {
  right: -9rem;
  bottom: 8rem;
}
.offset-right-3 {
  top: 20rem;
  left: 18rem;
}
._footer {
  background: #1D232A;
}
._footer a, ._footer p, ._footer h6{
  color: #FFFFFF;
}

.translate-x.animate_invisible {
  opacity: 0;
  transform: translateX(-50%);
}
.translate-x {
  transition-delay: .6s;
}
.translate-y.animate_invisible {
  transform: translateY(-20%);
  opacity: 0;
}
.translate-y {
  transition-delay: .6s;
}
.title.animate_invisible {
  transform: translateY(-30%);
  opacity: 0;
}
.title-one {
  transition-delay: .4s
}

.title-two {
  transition-delay: .6s
}

.title-three {
  transition-delay: .8s
}
.animate, .animate > *, .animate > * > *, .animate > * > * > * {
  transition: opacity 1s ease,transform 1s ease;
}

@media only screen and (max-width: 960px){
  .bg-pc, .text-pc, .main-menu__list, .inner-header__contact {
    display: none !important;
  }
  .bg-phone {
    display: inline-block !important;
  }
  .inner-header__menu img{
    width: 1.5rem;
    margin-right: 10px;
  }
  .inner-header__logo img{
    width: 8rem;
    margin-left: 10px;
  }
  .phone-menu__list {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
  }
  .phone-menu__list .main-menu__item {
    text-align: center;
    margin-right: 0;
    margin: 40px 0;
  }
  .phone-menu__list .main-menu__link {
    color: #334355;
    opacity: 1;
  }
  .main-menu__contact {
    padding: 10px 17px;
    border: 1px solid;
    border-radius: 23px;
  }
  .phone-menu__list .menu-close {
    display: block;
    width: 100%;
  }
  .phone-menu__list .menu-close img{
    width: 20px;
  }
  .bs-foreground .bs-bold {
    margin-top: 20px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .bootslider .bs-progress {
    right: 50px;
  }
  .bootslider .bs-controls {
    right: 20px;
  }
  .heading-center {
    margin-top: 178px;
  }
  .bs-foreground .bs-img {
    margin-top: 20px;
  }
  .text-phone-2 .bs-title{
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 50px;
  }
  .text-phone-2 .bs-content{
    width: 75%;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
  }
  .phone-center {
    text-align: center !important;
  }
  .mt-9 {
    margin-top: 0;
  }
  .phone-w-100 {
    width: 100% !important;
  }
  .phone-w-75 {
    width: 75% !important;
  }
  .phone-w-50 {
    width: 50% !important;
  }
  .offset-right-1 {
    right: 0;
  }
  .phone-p-0 {
    padding: 0 15px !important;
  }
  .h-big {
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 30px;
  }
  .imglist {
    top: 4rem;
  }
  .size-1 {
    font-size: 1rem !important;
  }
  .phone-mb-1 {
    margin-bottom: 1rem !important;
  }
  .phone-mb-0 {
    margin-bottom: 0 !important;
  }
  .phone-flex-2 {
    width: 40%;
    padding: 2%;
  }
  .phone-flex-2 img {
    width: 90% !important;
  }
  .phone-py-3 {
    padding: 0 30px !important;
  }
  .phone-pd-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 960px){
  .bg-pc, .text-pc {
    display: inline-block !important;
  }
  .bg-phone, .text-phone-1, .inner-header__menu, .phone-menu__list{
    display: none !important;
  }
  /* .inner-header__logo img{
    width: auto;
  }
  .bs-foreground .bs-bold {
    margin-top: 30px;
    font-size: 44px;
    letter-spacing: 7px;
    line-height: 56px;
  }
  .bootslider .bs-progress {
    right: 200px;
  }
  .bootslider .bs-controls {
    right: 151px;
  }*/
  .heading-center {
    margin-top: 300px;
  } 
}