img {
  max-width: 100%;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 75vw;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon {
  display: none;
}
.menu-icon i {
  font-size: 35px;
}

.bravo_topbar {
  background: #1a2b48;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .bravo_topbar {
    display: none;
  }
}
.bravo_topbar .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bravo_topbar .content .socials {
  display: inline-block;
}

.bravo_topbar .content .socials a {
  color: #d1d4da;
  font-size: 14px;
  padding-right: 18px;
  text-decoration: none;
}

.bravo_topbar .content .socials a:first-child {
  padding-left: 0;
}

.bravo_topbar .content .socials a:last-child {
  padding-right: 0;
}

.bravo_topbar .content .dropdown-menu .divider {
  background-color: #31414a;
  margin: 0;
}

.bravo_topbar .content .topbar-items {
  display: inline-block;
}

.bravo_topbar .content .topbar-items li {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
}

.bravo_topbar .content .topbar-items li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.bravo_topbar .content .topbar-items li:last-child {
  border-right: 0;
  padding-right: 0;
}

.bravo_topbar .content .topbar-left {
  color: #fff;
  font-size: 14px;
}

.bravo_topbar .content .topbar-left a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.bravo_topbar .content .topbar-left .line {
  display: inline-block;
  margin: 0 10px;
  min-height: 1px;
  min-width: 1px;
  position: relative;
}

.bravo_topbar .content .topbar-left .line:before {
  border-right: 1px solid #5f7190;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -13px;
}

.bravo_topbar .content .topbar-right {
  font-size: 12px;
}

.bravo_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
}

.bravo_topbar .content .topbar-right .dropdown-menu {
  border-radius: 0;
  left: auto !important;
  min-width: 200px;
  right: 0;
  top: 15px !important;
}

.bravo_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0;
}

.bravo_topbar .content .topbar-right .topbar-items li a {
  font-size: 12px;
}

.bravo_topbar .content .topbar-right .topbar-items li:last-child {
  padding-right: 0;
}

.bravo_topbar .content .dropdown-menu {
  background: #1a2b48;
  min-width: auto;
}

.bravo_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.bravo_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}

.bravo_topbar .content .dropdown-menu li a {
  color: #fff;
  display: block;
  padding: 8px 15px;
}

.bravo_topbar .content .dropdown-menu li a:hover {
  background: #233448;
  text-decoration: none;
}

.bravo_header {
  border-bottom: 1px solid #eaeef3;
}

.bravo_header .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bravo_header .content .header-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 90px;
  position: relative;
}

@media (max-width: 1023px) {
  .bravo_header .content .header-left {
    width: 90%;
  }
}
.bravo_header .content .header-left .bravo-menu {
  padding-left: 20px;
  z-index: 99;
}

@media (max-width: 768px) {
  .bravo_header .content .header-left .bravo-menu {
    display: none;
  }
}
.bravo_header .content .header-left .bravo-menu a {
  text-decoration: none;
}

.bravo_header .content .header-left .bravo-menu ul {
  list-style: none;
}

.bravo_header .content .header-left .bravo-menu ul li {
  display: inline-block;
  position: relative;
}

.bravo_header .content .header-left .bravo-menu ul li a {
  color: #1a2b48;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 35px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1366px) {
  .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 35px 15px;
  }
}
@media (max-width: 1024px) {
  .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 35px 10px;
  }
}
.bravo_header .content .header-left .bravo-menu ul li.active {
  color: #5191fa;
}

.bravo_header .content .header-left .bravo-menu ul li > .fa {
  font-size: 18px;
  margin-top: -9px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
          box-shadow: 0 1px 1px #dbdbdb;
  left: 0;
  list-style: none;
  margin-bottom: 0;
  min-width: 200px;
  opacity: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-top: 5px;
  position: absolute;
  top: 120%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 999;
}

.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li:not(:last-child) a {
  border-bottom: 1px solid #eee;
}

.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li a {
  display: block;
  font-size: 14px;
  padding: 15px 0;
}

.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li .menu-dropdown {
  left: 100%;
  top: 0;
}

.bravo_header .content .header-left .bravo-menu ul li:hover > .menu-dropdown {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.bravo_header .content .header-left .bravo-menu ul li:hover > .fa,
.bravo_header .content .header-left .bravo-menu ul li:hover > a {
  color: #5191fa;
}

.bravo_header .content .header-left .bravo-menu ul .-has-mega-menu {
  position: static;
}

.bravo_header .content .header-left .bravo-menu ul li:nth-child(n+4) > .mega {
  left: auto;
  right: 0;
}

.bravo_header .content .header-right {
  height: 100%;
  position: relative;
  text-align: right;
}

@media (max-width: 1023px) {
  .bravo_header .content .header-right {
    width: 10%;
  }
}
.bravo_header .content .header-right .bravo-more-menu {
  background: transparent;
  border: none;
  display: none;
  float: right;
  font-size: 32px;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .bravo_header .content .header-right .bravo-more-menu {
    display: block;
    float: right;
  }
}
.bravo_header .content .header-right .bravo-more-menu.active {
  background: #1a2b48;
  border-radius: 5px;
  color: #fff;
}

.bravo_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 990px) {
  .bravo_header .content .header-right .topbar-items {
    display: none;
  }
}
.bravo_header .content .header-right .topbar-items li {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
}

.bravo_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.bravo_header .content .header-right .topbar-items .login-item > .is_login {
  display: block;
  padding-right: 50px;
}

.bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar,
.bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  border-radius: 50%;
  height: 40px;
  position: absolute;
  right: 0;
  top: -12px;
  width: 40px;
}

.bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a2b48;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bravo_header .content .header-right .topbar-items li a {
  font-size: 12px;
}

.bravo_header .content .header-right .topbar-items li:last-child {
  padding-right: 0;
}

.bravo_header .content .header-right .dropdown-menu {
  background: #1a2b48;
  border-radius: 0;
  left: auto !important;
  min-width: 200px;
  right: 0;
  top: 52px !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.bravo_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.bravo_header .content .header-right .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}

.bravo_header .content .header-right .dropdown-menu li a {
  color: #fff;
  display: block;
  padding: 8px 15px;
}

.bravo_header .content .header-right .dropdown-menu li a:hover {
  background: #233448;
  text-decoration: none;
}

.bravo_header .bravo-menu-mobile {
  background: #fff;
  border-right: 1px solid #1a2b48;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(-105%);
          transform: translate(-105%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 300px;
  z-index: 20;
}

@media (max-width: 1023px) {
  .bravo_header .bravo-menu-mobile {
    display: block !important;
  }
}
.bravo_header .bravo-menu-mobile.active {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.bravo_header .bravo-menu-mobile .user-profile {
  border-bottom: 1px solid #e6e6e6;
}

.bravo_header .bravo-menu-mobile .user-profile .b-close {
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
}

.bravo_header .bravo-menu-mobile .user-profile .avatar {
  background: #1a2b48;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.bravo_header .bravo-menu-mobile .user-profile .avatar i {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 34px;
  padding: 15px 17px;
}

.bravo_header .bravo-menu-mobile .user-profile .avatar img {
  border-radius: 50%;
  max-width: 80px;
}

.bravo_header .bravo-menu-mobile .user-profile ul {
  list-style: none;
  padding: 20px;
}

.bravo_header .bravo-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}

.bravo_header .bravo-menu-mobile .user-profile ul li a {
  color: #1a2b48;
  text-decoration: none;
}

.bravo_header .bravo-menu-mobile .user-profile ul li a i {
  display: inline-block;
  min-width: 15px;
}

.bravo_header .bravo-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li {
  border-top: 1px solid #e6e6e6;
  padding: 15px 20px;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  text-align: center;
  top: 2px;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
  border: none;
  float: none;
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  position: relative !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 100%;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
  color: #383838;
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
}

.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: 1px solid #adadad;
}

.bravo_header .bravo-menu-mobile .g-menu {
  overflow-x: scroll;
  width: 100%;
}

.bravo_header .bravo-menu-mobile .g-menu > ul {
  list-style: none;
  padding: 10px 20px;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li a {
  border-bottom: 1px solid #e6e6e6;
  color: #1a2b48;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  margin-right: -10px;
  margin-top: -5px;
  padding: 8px 15px 9px;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f104";
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li a:hover {
  border-bottom: 1px solid #1a2b48;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu {
  display: none;
  list-style: none;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li a {
  padding-left: 15px;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > a {
  border-bottom: 1px dashed #1a2b48;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu,
.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}

.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}

.bravo_header.is_sticky {
  background: #fff;
  bottom: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}

.bravo_footer .main-footer {
  margin: 20px 0;
}

.bravo_footer .main-footer .nav-footer .title {
  font-weight: 500;
  margin-bottom: 31px;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
}

.bravo_footer .main-footer .nav-footer .title:before {
  border-bottom: 1px solid #ebebeb;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 120px;
}

@media (max-width: 768px) {
  .bravo_footer .main-footer .nav-footer .title:before {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .bravo_footer .main-footer .nav-footer .title {
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
.bravo_footer .main-footer .nav-footer .context ul {
  list-style: none;
}

.bravo_footer .main-footer .nav-footer .context ul li {
  display: block;
}

.bravo_footer .main-footer .nav-footer .context ul li a {
  color: #1a2b48;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bravo_footer .main-footer .nav-footer .context ul li a:hover {
  color: #5191fa;
}

.bravo_footer .main-footer .nav-footer .context .contact {
  border-left: 3px solid #5191fa;
  margin-bottom: 30px;
  padding-left: 20px;
}

.bravo_footer .main-footer .nav-footer .context .contact .c-title {
  color: #5e6d77;
  margin-bottom: 10px;
}

.bravo_footer .main-footer .nav-footer .context .contact .sub {
  font-size: 18px;
  font-weight: 500;
}

.bravo_footer .main-footer .nav-footer .context .contact .sub a {
  margin-right: 20px;
  text-decoration: none;
}

.bravo_footer .main-footer .nav-footer .context .contact .sub a i {
  color: #1a2b48;
}

.bravo_footer .copy-right {
  border-top: 1px solid #eaeef3;
}

.bravo_footer .copy-right p {
  margin-bottom: 0;
}

.bravo_footer .copy-right .context {
  padding: 40px 15px;
  position: relative;
}

.bravo_footer .copy-right .context .f-visa {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 460px) {
  .bravo_footer .copy-right .context .f-visa {
    margin-top: 10px;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 766px) {
  .bravo_footer .copy-right .context {
    padding: 20px 15px;
  }
}