body {
  background: #fff;
}

/*Header*/
/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 0px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  background: #a9d1f6;
}

.header .navbar-toggler .togler-icon-inner span {
  background: #fbd70b;
}

.header.index {
  background: #fff;
  border-bottom: 1px solid rgba(234, 234, 234, 0.5);
}

.header.index .navbar-toggler .togler-icon-inner span {
  background: #333;
}

.header.sticky {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(234, 234, 234, 0.5);
}

.header.sticky .navbar-toggler .togler-icon-inner span {
  background: #333;
}

.header .logo {
  padding: 10px 0;
  width: 150px;
}

.header .main-menu {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header .navbar-nav {
  padding-right: 50px;
}

.header .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .header .login {
    display: none;
  }
}

.header .login .reg-btn {
  font-size: 16px;
  color: #2a2a2a;
  display: inline-block;
  width: 100px;
}

.header .login .login-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #282828;
  cursor: pointer;
}

.header .login .login-btn img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  margin-right: 0;
  text-transform: capitalize;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .navbar-btn-resp {
  margin-left: 10px;
}

.header .nav-item .nav-link {
  color: #686868;
  font-weight: 500;
  display: block;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 25.5px 18px;
  letter-spacing: 1px;
}

.header .nav-item .nav-link:hover {
  color: #282828;
  font-weight: bold;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fad60f;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  border-radius: 2px;
}

@media (max-width: 991.98px) {
  .header .nav-item .nav-link:after {
    display: none;
  }
}

.header .nav-item .nav-link.active {
  opacity: 1;
  color: #282828;
  font-weight: bold;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #fad60f;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .nav-item:hover > a {
  color: #fff;
  opacity: 1;
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded='true'] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded='true'] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded='true'] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .header .navbar-brand .logo {
    height: 12vw;
    width: auto;
  }
  .header .main-menu {
    background: #fff;
    padding-left: 0;
  }
  .header .main-menu .navbar-nav {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0;
  }
  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }
  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #fbd70b;
    color: #282828 !important;
    border-color: #fbd70b;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #fbd70b;
    color: #282828 !important;
    border-color: #fbd70b;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #4f38d6;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active,
  .header-shrink .nav-item .nav-link:hover {
    color: #4f38d6;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #4f38d6;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #4f38d6;
  }
  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }
}

/*Footer*/
.footer {
  width: 100%;
  height: 400px;
  background-color: #292018;
  background-image: url("../images/bottom_bg.png");
  background-size: 1920px 400px;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer .footer-top {
  max-width: 1920px;
  width: auto;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
}

.footer .footer-top.fixed {
  position: fixed;
  bottom: 0;
  background-color: #111f28;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

.footer .footer-top .inner {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-top .content .row1 {
  font-size: 14px;
  color: #fbd70b;
}

.footer .footer-top .content .row2 {
  font-size: 14px;
  color: #ffffff;
}

.footer .footer-top .get {
  width: 455px;
  height: 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.footer .footer-top .get .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding-left: 30px;
  background-color: #000;
  height: 100%;
  line-height: 45px;
  color: #fff;
}

.footer .footer-top .get .try {
  width: 121px;
  height: 40px;
  background-color: #fff;
  color: #282828;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.footer .footer-top .get .try a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991.98px) {
  .footer .footer-top {
    height: 59px;
  }
  .footer .footer-top .inner {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 59px;
  }
  .footer .footer-top .get {
    width: 80%;
    height: 30px;
  }
  .footer .footer-top .get .input {
    border-radius: 0;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
  }
  .footer .footer-top .get .try {
    width: 69px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
  }
  .footer .footer-top .content {
    display: none;
  }
}

.footer .footer-middle {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #bcc6d0;
}

.footer .footer-middle .left {
  width: 358px;
}

.footer .footer-middle .left img {
  width: 120px;
  margin-bottom: 40px;
}

.footer .footer-middle .left .contact {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  color: #ffffff;
  white-space: nowrap;
}

.footer .footer-middle .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer-middle .right ul li {
  width: 100px;
  color: #fff;
  display: inline-block;
  margin-right: 122px;
}

.footer .footer-middle .right ul li:last-child {
  margin-right: 0;
}

.footer .footer-middle .right ul li h4 {
  font-size: 18px;
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer .footer-middle .right ul li h4 a {
  font-size: 18px;
}

.footer .footer-middle .right ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 991.98px) {
  .footer .footer-middle {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer-middle .left {
    width: auto;
  }
  .footer .footer-middle .left .contact {
    font-size: 13px;
  }
  .footer .footer-middle .left img {
    width: 35vw;
    margin-bottom: 20px;
  }
  .footer .footer-middle .right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1vw;
  }
  .footer .footer-middle .right ul li {
    margin-bottom: 1.5vw;
    margin-right: 0;
  }
  .footer .footer-middle .right ul li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-middle .right ul li h4 {
    margin-bottom: 0px;
    text-align: right;
  }
  .footer .footer-middle .right ul li h4 a {
    font-size: 14px;
  }
  .footer .footer-middle .right ul li > a {
    display: none;
    font-size: 12px;
  }
}

.footer .footer-bottom {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}

@media only screen and (max-width: 991.98px) {
  .footer .footer-bottom {
    width: 100%;
    font-size: 11px;
  }
}

.row {
  display: block !important;
}

@media only screen and (max-width: 991.98px) {
  img,
  div,
  p {
    max-width: 100% !important;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main {
    overflow: hidden;
  }
}

.pc-show {
  display: block !important;
}

@media (max-width: 991.98px) {
  .pc-show {
    display: none !important;
  }
}

.mb-show {
  display: none !important;
}

@media (max-width: 991.98px) {
  .mb-show {
    display: block !important;
  }
}
/*# sourceMappingURL=global.css.map */