* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.cursor {
  cursor: pointer;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.flex-d {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.none {
  display: none;
}

.logo-d {
  /* width: 314px;
	height: 58px; */
  width: 244px;
  height: 45px;
}

.menu-d {
  width: 30px;
  height: 25px;
  opacity: 0;
}

.home-text {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 8px;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
}

.letter-spacing3 {
  letter-spacing: 3px;
}

.p-absolute {
  position: absolute;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}

#header2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding: 10px 0;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.welcome-particles {
  position: relative;
  height: 100vh;
  background-image: url('../images/home-bg.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  text-align: center;
  overflow: hidden;
  -webkit-clip-path: none;
  clip-path: none;
}

.div-box-d {
  margin-top: 45px;
}

.div-box-d .div-logo {
  width: 26px;
  height: 26px;
}

.div-box-d h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #E7BD81;
}

.div-box-d h2 {
  margin-top: 10px;
  font-size: 36px;
  color: #E7BD81;
}

/* ABOUT US */
#about-us {
  margin-top: 60px;
}

#about-us .video-box {
  position: relative;
}

#about-us .video-box .bg {
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 405px;
  height: 270px;
  background-color: #E7BD81;
}

#about-us .video-box .box {
  position: relative;
  width: 450px;
  height: 300px;
}

#about-us .video-box .box .play-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 450px;
  height: 300px;
}

#about-us .video-box .box .play {
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 56px);
  width: 112px;
  height: 112px;
}

#about-us .video-box .box .video {
  width: 450px;
  height: 300px;
}

#about-us .text-box {
  margin-left: 100px;
}

#about-us .text-box .text {
  font-size: 24px;
  color: #727171;
}

#about-us .text-box .block {
  margin: 35px 0;
  width: 220px;
  height: 5px;
  background-color: #E7BD81;
}

#about-us-bg-box {
  position: relative;
  margin-top: 100px;
  padding-left: 230px;
  width: 100%;
  height: 962px;
  background-image: url('../images/about-us-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#about-us-bg-box .block {
  margin: 30px 0;
  width: 220px;
  height: 5px;
  background-color: #fff;
}

#about-us-bg-box .text-block .text {
  color: #fff;
  font-size: 34px;
}

#about-us-bg-box .text-block h3 {
  color: #fff;
  font-size: 70px;
}

#about-us-bg-box .text-block h4 {
  margin-top: -8px;
  color: #fff;
  font-size: 50px;
}

#about-us-bg-box .text-block span {
  /* display: block; */
  margin-top: 8px;
  font-size: 30px;
  font-weight: bold;
}

/* MORE-INFOMATION */
#more-information {
  margin-top: 90px;
}

#more-information .img {
  width: 350px;
  height: 235px;
}

#more-information .text {
  margin-top: 30px;
  width: 350px;
  color: #727171;
  font-size: 26px;
}

/* JOIN US */
#join-us-box {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 275px;
  background-image: url('../images/join-us-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#join-us-box p {
  color: #fff;
  font-size: 50px;
  text-align: center;
}

#join-us-box p:hover {
  text-decoration: underline;
}

#join-us-box .btn {
  margin-top: 5px;
  padding: 0;
  width: 245px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 26px;
  background-color: #E7BD81;
}

/* CONTACT US */
#contact-us {
  margin-top: 50px;
}

#contact-us .img {
  width: 40px;
  height: 40px;
}

#contact-us .box:not(:first-child) {
  margin-top: 35px;
}

#contact-us .text {
  margin-left: 20px;
  width: 550px;
  color: #E7BD81;
  font-size: 26px;
  letter-spacing: 2px;
  border-bottom: 3px solid #E7BD81;
}

/* FOOTER */
#footer {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 162px;
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}