.ptb15 {
  padding: 15px 0;
}
footer {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  padding: 0;
  margin: 0;
  background: #32383d;
  color: #333;
  text-align: left;
}
.footer-logo {
  width: 240px;
  margin: 101px 0 30px;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #333;
  font-size: 18px;
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
@media screen and (max-width: 1024px) {
  .ftr-head {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    margin-top: 42px;
  }
}
.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  cursor: pointer;
  right: 18px;
  display: none;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-wrapper {
  background-color: #576264;
}
.copyright {
  color: #fff;
  font-size: 13px;
}
.f-nav {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 10px 0;
  text-align: center;
}
.f-nav:hover {
  color: #666;
}
.f-new-nav {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .f-new-nav {
    padding-bottom: 30px;
  }
  .f-nav {
    font-size: 16px;
  }
  .copyright {
    font-size: 11px;
  }
  .footer-logo {
    margin-top: 50px;
  }
}
.tts-icon {
  cursor: pointer;
}
.icon-close {
  width: 22px;
  height: 22px;
}
.icon-close-2 {
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.aside-wrapper {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  background-color: #333;
}
.aside-wrapper.active {
  display: block;
}
.tts-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding: 30px;
}
.logo-inner {
  width: 240px;
}
.aside-nav-d {
  padding-top: 280px;
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.aside-text-new {
  font-family: "Century Gothic W01 Bold";
  font-size: 26px;
  margin-bottom: 80px;
  display: inline-block;
  width: 280px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.aside-text-new:hover {
  background-color: #fff;
  color: #040307;
  text-decoration: none;
}
@media (max-width: 1486px) {
  .bg-video-full {
    width: auto !important;
    height: 100%;
  }
  .aside-nav-d {
    padding-top: 0;
  }
}
@media (max-width: 1240px) {
  .bg-video-full {
    width: auto !important;
    height: 100%;
  }
  .aside-nav-d {
    width: 915px;
  }
  .aside-text-new {
    margin-bottom: 90px;
  }
}
@media (max-width: 989px) {
  .bg-video-full {
    width: auto !important;
    height: 100%;
  }
  .aside-nav-d {
    width: 644px;
  }
}
@media (max-width: 780px) {
  .bg-video-full {
    width: auto !important;
    height: 100%;
  }
  .aside-nav-d {
    padding-top: 100px;
    width: 300px;
  }
  .aside-nav-d .col-lg-4 {
    text-align: center;
  }
  .aside-text-new {
    margin-bottom: 18px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .tts-menu-top {
    margin-bottom: 8px;
    padding: 15px;
  }
}
#header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}
.not-appear {
  opacity: 0;
}
.header {
  transition: all 0.3s;
  opacity: 1;
}
.header.light-mode {
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.header.light-mode .h-nav a {
  color: #4A4A4A;
}
.header.light-mode .h-nav-divider {
  color: #4A4A4A;
}
.header.light-mode .h-container {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 70%;
}
.header.light-mode .menu-wrapper {
  background-color: #000;
}
.header.light-mode .menu-wrapper svg {
  fill: #fff;
}
.header .h-logo {
  width: 310px;
  cursor: pointer;
}
.header .h-container {
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .h-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .h-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .h-right .tts-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-nav-divider {
  color: #fff;
  position: relative;
  top: -2px;
}
.header .h-nav {
  font-size: 16px;
  margin: 0 8px;
  font-weight: 400;
  padding: 10px 15px;
  cursor: pointer;
  min-width: 50px;
  text-align: center;
  position: relative;
}
.header .h-nav a {
  color: #fff;
}
.header .h-nav:hover a {
  opacity: 0.75;
}
.header .icon-menu {
  cursor: pointer;
}
.header .menu-wrapper {
  cursor: pointer;
  margin-left: 18px;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 30px 0px rgba(13, 37, 62, 0.1);
}
.header .dropdown-menu.active {
  display: block;
}
@media (max-width: 992px) {
  .header .h-container {
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .header .h-center {
    display: none;
  }
  .header .h-container {
    min-width: unset;
  }
  .header .h-logo {
    width: 200px;
    cursor: pointer;
  }
}
