input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
textarea {
  border-color: none;
  font-size: 14px !important;
  border-radius: 0 !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #000066 !important; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select {
  height: 40px; }

button:focus {
  box-shadow: none; }

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000; }

.btn-orange {
  background: #ff9b06;
  border-color: #ff9b06;
  color: #ffffff; }
  .btn-orange:hover {
    background-color: #ec8d00;
    color: #ffffff;
    text-decoration: none; }

.mid-link {
  margin-bottom: 30px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px; }

.alert-danger {
  border-color: #e82e1e;
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335; }

.header-wrapper .mini-header {
  background-color: #23234d;
  color: #7f8997;
  padding: 15px 0px;
  z-index: 100;
  width: 100%;
  position: static; }
  .header-wrapper .mini-header .nav-mobile {
    display: none; }
  @media only screen and (max-width: 767px) {
    .header-wrapper .mini-header {
      position: fixed;
      top: 0;
      left: 0; }
      .header-wrapper .mini-header .nav-mobile {
        display: block;
        position: relative; } }
  .header-wrapper .mini-header a {
    color: #7f8997; }
    .header-wrapper .mini-header a:hover {
      color: white;
      text-decoration: none; }
    .header-wrapper .mini-header a:focus {
      outline: none; }
  .header-wrapper .mini-header p {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .header-wrapper .mini-header p {
        display: none;
        margin-bottom: 20px; } }
  .header-wrapper .mini-header__wrapper-list {
    float: right; }
    .header-wrapper .mini-header__wrapper-list .mini-header-list {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .header-wrapper .mini-header__wrapper-list .mini-header-list li {
        display: inline-block;
        margin-left: 20px; }
        @media only screen and (max-width: 359px) {
          .header-wrapper .mini-header__wrapper-list .mini-header-list li {
            margin-left: 15px; } }
        .header-wrapper .mini-header__wrapper-list .mini-header-list li img {
          width: 22px; }
.header-wrapper .main-header {
  padding: 10px 0px;
  background: #ffffff; }
  @media only screen and (max-width: 767px) {
    .header-wrapper .main-header {
      margin-top: 54px; } }
  @media only screen and (max-width: 767px) {
    .header-wrapper .main-header__wrapper-logo {
      text-align: center; } }
  .header-wrapper .main-header__wrapper-logo .header-logo {
    height: 70px; }
  .header-wrapper .main-header__wrapper-list {
    float: right; }
    @media only screen and (max-width: 767px) {
      .header-wrapper .main-header__wrapper-list {
        float: none;
        text-align: center; } }
    .header-wrapper .main-header__wrapper-list .main-header-list {
      padding: 0;
      margin: 0;
      list-style-type: none;
      position: relative;
      top: 15px; }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .header-wrapper .main-header__wrapper-list .main-header-list {
          top: 5px; } }
      @media only screen and (max-width: 767px) {
        .header-wrapper .main-header__wrapper-list .main-header-list {
          top: 10px;
          margin-bottom: 5px; } }
      @media only screen and (max-width: 359px) {
        .header-wrapper .main-header__wrapper-list .main-header-list {
          top: 15px; } }
      .header-wrapper .main-header__wrapper-list .main-header-list li {
        display: inline-block;
        position: relative;
        border-right: 1px solid #cfcfd0; }
        @media only screen and (max-width: 359px) {
          .header-wrapper .main-header__wrapper-list .main-header-list li {
            text-align: center;
            margin-bottom: 15px;
            width: 180px;
            border-right: none; } }
        .header-wrapper .main-header__wrapper-list .main-header-list li i {
          color: #555555;
          font-size: 30px;
          height: 50px;
          right: 0;
          line-height: 50px;
          margin-top: -25px;
          position: absolute;
          text-align: center;
          top: 50%;
          width: 50px; }
        .header-wrapper .main-header__wrapper-list .main-header-list li p {
          margin-left: 15px;
          margin-right: 50px;
          text-align: right;
          margin-bottom: 0; }
          .header-wrapper .main-header__wrapper-list .main-header-list li p span {
            color: #a29db1;
            display: block;
            font-size: 12px; }
        @media only screen and (max-width: 767px) {
          .header-wrapper .main-header__wrapper-list .main-header-list li i {
            display: none; }
          .header-wrapper .main-header__wrapper-list .main-header-list li p {
            text-align: center; } }
        @media only screen and (max-width: 575px) {
          .header-wrapper .main-header__wrapper-list .main-header-list li p {
            margin-right: 15px; } }
      .header-wrapper .main-header__wrapper-list .main-header-list li:last-child {
        border: medium none; }
.header-wrapper .navigation-header {
  background: #000066;
  z-index: 100;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .header-wrapper .navigation-header {
      display: none; } }
  .header-wrapper .navigation-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header-wrapper .navigation-header ul li {
      display: inline-block;
      margin-right: 40px;
      padding: 15px 0px;
      color: #ffffff;
      text-transform: capitalize;
      position: relative; }
      .header-wrapper .navigation-header ul li .dropdown {
        display: none;
        background: #010150;
        top: 54px;
        width: 230px;
        left: -10px;
        z-index: 50;
        position: absolute; }
        .header-wrapper .navigation-header ul li .dropdown a:hover {
          text-decoration: none; }
        .header-wrapper .navigation-header ul li .dropdown li {
          display: block;
          padding: 10px;
          margin-right: 0;
          word-wrap: break-word; }
          .header-wrapper .navigation-header ul li .dropdown li:hover {
            background-color: #0c0c79; }
      .header-wrapper .navigation-header ul li:hover > .dropdown {
        display: block; }
      @media only screen and (max-width: 991px) {
        .header-wrapper .navigation-header ul li {
          margin-right: 15px;
          margin-bottom: 5px; } }
      .header-wrapper .navigation-header ul li a {
        color: #ffffff; }
        .header-wrapper .navigation-header ul li a:hover {
          text-decoration: underline; }
    .header-wrapper .navigation-header ul li.has-dropdown:hover {
      cursor: pointer; }

.hero-wrapper {
  min-height: 500px;
  position: relative; }
  @media screen and (max-width: 1199px) and (min-width: 991px) {
    .hero-wrapper {
      min-height: 470px; } }
  @media screen and (max-width: 767px) {
    .hero-wrapper {
      min-height: 450px; } }
  .hero-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10; }
  .hero-wrapper .slider-content-wrapper {
    position: absolute;
    top: 20px;
    z-index: 20;
    width: 100%; }
    .hero-wrapper .slider-content-wrapper .hero-greating {
      position: relative;
      top: 10px; }
      .hero-wrapper .slider-content-wrapper .hero-greating h1 {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 55px;
        font-weight: bold; }
        .hero-wrapper .slider-content-wrapper .hero-greating h1 span {
          color: #ffcc00; }
      .hero-wrapper .slider-content-wrapper .hero-greating p {
        color: #ffffff;
        margin-top: 10px;
        letter-spacing: 2px;
        font-size: 22px !important;
        line-height: 33px !important; }
      @media screen and (max-width: 1199px) and (min-width: 991px) {
        .hero-wrapper .slider-content-wrapper .hero-greating h1 {
          font-size: 50px; }
        .hero-wrapper .slider-content-wrapper .hero-greating p {
          line-height: 26px;
          font-size: 16px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .hero-wrapper .slider-content-wrapper .hero-greating h1 {
          font-size: 50px; }
        .hero-wrapper .slider-content-wrapper .hero-greating p {
          line-height: 26px;
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .hero-wrapper .slider-content-wrapper .hero-greating {
          top: 0;
          margin-bottom: 50px;
          margin-top: 15px;
          text-align: center; }
          .hero-wrapper .slider-content-wrapper .hero-greating h1 {
            font-size: 35px; }
          .hero-wrapper .slider-content-wrapper .hero-greating p {
            line-height: 26px;
            font-size: 14px !important; } }
      @media screen and (max-width: 479px) {
        .hero-wrapper .slider-content-wrapper .hero-greating h1 {
          font-size: 40px; }
        .hero-wrapper .slider-content-wrapper .hero-greating p {
          width: 90%;
          margin: 0px auto;
          margin-top: 10px; } }
  .hero-wrapper .hero-register-button {
    display: none; }
    @media only screen and (max-width: 767px) {
      .hero-wrapper .hero-register-button {
        display: block; }
        .hero-wrapper .hero-register-button a {
          background: #ff9900;
          color: #fff;
          padding: 12px 40px;
          font-weight: 500; }
          .hero-wrapper .hero-register-button a:hover {
            background-color: #e68a00; } }
  .hero-wrapper .hero-register {
    background: #000066;
    padding: 13px;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .hero-wrapper .hero-register {
        display: none; } }
    .hero-wrapper .hero-register__header {
      color: #ffffff;
      margin-bottom: 12px; }
    .hero-wrapper .hero-register__content .row {
      margin-right: -7px;
      margin-left: -7px; }
    .hero-wrapper .hero-register__content .col-12,
    .hero-wrapper .hero-register__content .col-sm-6 {
      padding-right: 7px;
      padding-left: 7px; }
    .hero-wrapper .hero-register__content .form-group {
      margin-bottom: 8px; }
    .hero-wrapper .hero-register__content label {
      color: #ffffff;
      margin-bottom: 3px; }
    .hero-wrapper .hero-register__content button {
      border-radius: 20px;
      background-color: #ff9900;
      width: 160px;
      border: none;
      resize: none;
      margin-top: 10px; }
      .hero-wrapper .hero-register__content button:hover {
        background-color: #e68a00;
        cursor: pointer; }
  .hero-wrapper .carousel img {
    object-fit: cover;
    height: 500px; }
    @media screen and (max-width: 1199px) and (min-width: 991px) {
      .hero-wrapper .carousel img {
        height: 470px; } }
    @media screen and (max-width: 767px) {
      .hero-wrapper .carousel img {
        height: 450px; } }
    @media screen and (max-width: 380px) {
      .hero-wrapper .carousel img {
        height: 450px; } }

.main-container {
  width: 100%;
  margin-top: 30px;
  min-height: 371px; }
  .main-container .be-content {
    padding-bottom: 30px; }
  .main-container__simple-content h3 {
    font-weight: bolder;
    margin-bottom: 20px; }
  .main-container__simple-content p {
    line-height: 28px; }
  .main-container__simple-content .images-about {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-top: 20px; }
  .main-container__simple-content .images-club {
    width: 100%; }
  .main-container__simple-content .wrapper-club {
    position: relative;
    top: 50px; }
    @media only screen and (max-width: 575px) {
      .main-container__simple-content .wrapper-club {
        text-align: center;
        top: 0; } }
    .main-container__simple-content .wrapper-club h3 {
      margin-bottom: 5px; }
    .main-container__simple-content .wrapper-club ul {
      margin: 0;
      padding: 0;
      margin-bottom: 10px; }
      .main-container__simple-content .wrapper-club ul li {
        list-style: none;
        display: inline-block;
        margin-right: 20px;
        color: #696969; }
        .main-container__simple-content .wrapper-club ul li:after {
          content: '';
          width: 1px;
          height: 16px;
          background: #cacaca;
          display: inline-block;
          position: relative;
          top: 2px;
          left: 13px; }
        .main-container__simple-content .wrapper-club ul li:last-child {
          margin-right: 0; }
          .main-container__simple-content .wrapper-club ul li:last-child:after {
            display: none !important; }
  .main-container__wrapper-box {
    padding: 15px;
    border: 1px solid #23234d;
    margin-bottom: 30px; }
    .main-container__wrapper-box h3 {
      font-weight: bolder;
      margin-bottom: 20px; }
    .main-container__wrapper-box p {
      line-height: 28px; }
  .main-container__wrapper-box-orange {
    background-color: #ffcc00; }
  .main-container__wrapper-box-blue {
    color: #ffffff;
    background-color: #000066; }

.running-information {
  background-color: #ffcc00;
  border: 1px solid #666666;
  padding: 7px 0px 3px 0px; }
  .running-information p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500; }

.club-wrapper {
  margin-top: 45px; }
  .club-wrapper .title-page-club {
    margin-bottom: 100px; }
    .club-wrapper .title-page-club h1 {
      font-weight: bolder; }
    .club-wrapper .title-page-club p {
      margin: 0px auto;
      margin-bottom: 20px; }
  .club-wrapper .list-club {
    background-color: #0c1f38;
    color: #ffffff;
    min-height: 180px;
    padding: 0 40px 25px;
    margin-bottom: 90px; }
    @media screen and (max-width: 1199px) and (min-width: 991px) {
      .club-wrapper .list-club {
        min-height: 290px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .club-wrapper .list-club {
        padding: 0 10px 25px;
        min-height: 290px; } }
    @media screen and (max-width: 767px) {
      .club-wrapper .list-club {
        margin-bottom: 100px; } }
    .club-wrapper .list-club__header-block {
      width: 95px;
      height: 140px;
      margin: 0 auto;
      display: block;
      background: transparent;
      /* border-radius: 50%; */
      position: relative;
      top: -56px; }
      .club-wrapper .list-club__header-block img {
        height: 95px;
        position: relative;
        top: 11px;
        border-radius: 100%;
        width: 95px;
        background: #ffffff;
        border: 4px solid #ffffff; }
      .club-wrapper .list-club__header-block i {
        display: inline-block;
        font-size: 40px;
        line-height: 92px;
        color: #ffcc00; }
    .club-wrapper .list-club__content-block {
      margin-top: -88px;
      position: relative; }
      .club-wrapper .list-club__content-block a:hover {
        color: #ffcc00; }
      .club-wrapper .list-club__content-block h2 {
        color: #ffcc00;
        font-size: 23px;
        font-weight: 700;
        line-height: 1.5;
        padding: 0 15px;
        margin-top: 0;
        text-transform: capitalize; }
      .club-wrapper .list-club__content-block ul {
        margin: 0;
        padding: 0;
        margin-bottom: 10px; }
        .club-wrapper .list-club__content-block ul li {
          list-style: none;
          display: inline-block;
          margin-right: 20px;
          color: #fff; }
          .club-wrapper .list-club__content-block ul li:after {
            content: '';
            width: 1px;
            height: 16px;
            background: #cacaca;
            display: inline-block;
            position: relative;
            top: 2px;
            left: 13px; }
          .club-wrapper .list-club__content-block ul li:last-child {
            margin-right: 0; }
            .club-wrapper .list-club__content-block ul li:last-child:after {
              display: none !important; }
      .club-wrapper .list-club__content-block p {
        font-size: 14px; }
      .club-wrapper .list-club__content-block a.btn-club-link {
        background: #ffcc00;
        color: #0c1f38; }
        .club-wrapper .list-club__content-block a.btn-club-link:hover {
          color: #0c1f38 !important;
          background: #ffd633; }
    .club-wrapper .list-club__content-block.bidang a:hover {
      color: #0c1f38 !important; }
    .club-wrapper .list-club__content-block.bidang h2 {
      color: #0c1f38 !important; }
    .club-wrapper .list-club__content-block.bidang p {
      color: #0c1f38 !important; }
    .club-wrapper .list-club__content-block.bidang a.btn-bidang-link {
      background: #0c1f38;
      color: #ffffff; }
      .club-wrapper .list-club__content-block.bidang a.btn-bidang-link:hover {
        color: #ffffff !important;
        background: #153662; }
    .club-wrapper .list-club__content-block.region a:hover {
      color: #ffffff !important; }
    .club-wrapper .list-club__content-block.region h2 {
      color: #ffffff !important; }
    .club-wrapper .list-club__content-block.region p {
      color: #ffffff !important; }
    .club-wrapper .list-club__content-block.region a.btn-region-link {
      background: #ffcc00;
      color: #0c1f38; }
      .club-wrapper .list-club__content-block.region a.btn-region-link:hover {
        color: #0c1f38 !important;
        background: #ffd633; }
  .club-wrapper .list-club.region {
    background-color: #000066 !important; }
  .club-wrapper .list-club.bidang {
    background-color: #ffcc00 !important; }

.club-wrapper.mobile-view {
  margin-top: 100px; }

.about-wrapper {
  margin-top: 40px;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .about-wrapper {
      margin-top: 0; } }
  .about-wrapper .about-header h1 {
    font-weight: bolder; }
  .about-wrapper .about-header p {
    margin: 0px auto;
    margin-bottom: 20px; }
  .about-wrapper .about-member {
    height: 260px;
    position: relative; }
    .about-wrapper .about-member__banner-wrapper {
      z-index: 50;
      position: absolute;
      bottom: 0;
      width: 800px;
      height: 530px;
      left: calc(50% - 400px);
      background-image: url(../images/about-member.png);
      background-size: 100%;
      background-repeat: no-repeat; }
    .about-wrapper .about-member__big-outline {
      background-color: #ffcc00;
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 100px; }
    @media only screen and (max-width: 991px) {
      .about-wrapper .about-member {
        height: 200px; }
        .about-wrapper .about-member__banner-wrapper {
          width: 600px;
          height: 375px;
          left: calc(50% - 300px); }
        .about-wrapper .about-member__big-outline {
          height: 80px; } }
    @media screen and (max-width: 767px) {
      .about-wrapper .about-member {
        height: 135px; }
        .about-wrapper .about-member__banner-wrapper {
          width: 480px;
          height: 300px;
          left: calc(50% - 240px); }
        .about-wrapper .about-member__big-outline {
          height: 60px; } }
    @media screen and (max-width: 480px) {
      .about-wrapper .about-member {
        height: 135px; }
        .about-wrapper .about-member__banner-wrapper {
          width: 400px;
          height: 240px;
          left: calc(50% - 200px); }
        .about-wrapper .about-member__big-outline {
          height: 50px; } }
    @media screen and (max-width: 450px) {
      .about-wrapper .about-member {
        height: 120px; }
        .about-wrapper .about-member__banner-wrapper {
          width: 400px;
          height: 240px;
          left: calc(50% - 200px); }
        .about-wrapper .about-member__big-outline {
          height: 40px; } }
    @media screen and (max-width: 400px) {
      .about-wrapper .about-member {
        height: 90px; }
        .about-wrapper .about-member__banner-wrapper {
          width: 320px;
          height: 195px;
          left: calc(50% - 160px); }
        .about-wrapper .about-member__big-outline {
          height: 40px; } }

.lecturer-wrapper {
  margin-top: 30px; }
  .lecturer-wrapper .lecturer-header {
    margin-bottom: 30px; }
    .lecturer-wrapper .lecturer-header h1 {
      font-weight: bolder; }
  .lecturer-wrapper .list-lecturer {
    margin-bottom: 50px; }
    .lecturer-wrapper .list-lecturer__images {
      height: 300px;
      margin-bottom: 15px; }
      .lecturer-wrapper .list-lecturer__images img {
        height: 300px;
        width: 100%;
        object-fit: cover; }
      @media only screen and (min-width: 576px) and (max-width: 991px) {
        .lecturer-wrapper .list-lecturer__images {
          height: 200px; }
          .lecturer-wrapper .list-lecturer__images img {
            height: 200px; } }
    .lecturer-wrapper .list-lecturer__header h4 {
      font-weight: bold;
      margin-bottom: 0; }
    .lecturer-wrapper .list-lecturer__header p {
      margin-bottom: 8px;
      font-size: 14px; }
    .lecturer-wrapper .list-lecturer__content p {
      font-size: 14px;
      text-align: justify; }

.contact-us {
  background-color: #ffcc00;
  padding-bottom: 20px;
  padding-top: 20px; }
  .contact-us__block-text {
    padding-top: 23px; }
    .contact-us__block-text strong {
      text-transform: uppercase;
      font-size: 31px;
      letter-spacing: 0;
      font-weight: 800;
      display: block;
      padding-bottom: 0px; }
    .contact-us__block-text p {
      text-transform: uppercase;
      font-size: 28px;
      position: relative;
      top: -10px; }
    @media screen and (max-width: 1199px) and (min-width: 768px) {
      .contact-us__block-text {
        padding-top: 10px; }
        .contact-us__block-text strong {
          line-height: 33px; }
        .contact-us__block-text p {
          font-size: 23px;
          position: relative;
          top: 0px; } }
    @media screen and (max-width: 767px) {
      .contact-us__block-text {
        padding-top: 10px; }
        .contact-us__block-text strong {
          line-height: 33px; }
        .contact-us__block-text p {
          font-size: 18px;
          position: relative;
          top: 5px;
          line-height: 32px; } }
    @media screen and (max-width: 575px) {
      .contact-us__block-text {
        text-align: center; } }
  .contact-us__form textarea {
    height: 60px;
    resize: none; }
  .contact-us__form button {
    border-radius: 20px;
    background-color: #000066;
    width: 100%;
    border: none;
    margin-top: 10px;
    height: 42px; }
    .contact-us__form button:hover {
      background-color: #00004d;
      cursor: pointer; }

.profile-footer {
  position: relative;
  height: 400px; }
  .profile-footer__full-image {
    width: 100%;
    height: 400px;
    object-fit: cover; }
  @media screen and (max-width: 1199px) {
    .profile-footer {
      height: 350px; }
      .profile-footer__full-image {
        height: 350px; } }
  @media screen and (max-width: 991px) {
    .profile-footer {
      height: 300px; }
      .profile-footer__full-image {
        height: 300px; } }
  @media screen and (max-width: 991px) {
    .profile-footer {
      height: 300px; }
      .profile-footer__full-image {
        height: 300px; } }
  @media screen and (max-width: 600px) {
    .profile-footer {
      height: 200px; }
      .profile-footer__full-image {
        height: 200px; } }
  @media screen and (max-width: 480px) {
    .profile-footer {
      height: 150px; }
      .profile-footer__full-image {
        height: 150px; } }
  @media screen and (max-width: 360px) {
    .profile-footer {
      height: 130px; }
      .profile-footer__full-image {
        height: 130px; } }

.hero-event {
  position: relative;
  width: 100%;
  height: 350px; }
  .hero-event__wrapper {
    height: 350px; }
    .hero-event__wrapper img {
      width: 100%;
      height: 350px;
      object-fit: cover; }
  @media only screen and (max-width: 767px) {
    .hero-event {
      height: 250px; }
      .hero-event__wrapper {
        height: 250px; }
        .hero-event__wrapper img {
          height: 250px; } }

.list-event {
  margin-bottom: 40px;
  height: 240px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .list-event {
      height: 287px; } }
  @media only screen and (max-width: 991px) {
    .list-event {
      height: 313px; } }
  @media only screen and (max-width: 767px) {
    .list-event {
      height: auto; } }
  .list-event .row {
    height: 100%; }
  .list-event__date-month-container {
    background-color: #efefef;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .list-event__date-month-container {
        display: none; } }
  .list-event__date-wrapper {
    padding: 20px;
    text-align: center;
    color: #ff9b06;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .list-event__date-number {
    font-size: 77px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 77PX; }
  .list-event__month {
    font-size: 25px;
    font-weight: bold; }
    @media only screen and (max-width: 1199px) {
      .list-event__month {
        font-size: 22px; } }
  .list-event__image-wrapper {
    height: 100%; }
    .list-event__image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .list-event__image-wrapper {
        height: 250px; }
        .list-event__image-wrapper img {
          height: 250px; } }
    @media only screen and (max-width: 575px) {
      .list-event__image-wrapper {
        height: 200px; }
        .list-event__image-wrapper img {
          height: 200px; } }
  .list-event__content-wrapper {
    background-color: #efefef;
    height: 100%; }
    .list-event__content-wrapper .event-content {
      padding: 15px;
      word-wrap: break-word; }
      .list-event__content-wrapper .event-content h4 {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 35px; }
      .list-event__content-wrapper .event-content span {
        font-size: 12px;
        position: relative;
        top: -5px;
        color: #484848;
        display: inline-block; }
        @media only screen and (min-width: 992px) {
          .list-event__content-wrapper .event-content span {
            display: none; } }
      .list-event__content-wrapper .event-content p {
        margin: 15px 0px;
        text-align: justify; }
      .list-event__content-wrapper .event-content a.link-title {
        color: #000;
        white-space: nowrap; }
      .list-event__content-wrapper .event-content a.read-more {
        color: #ff9b06;
        display: inline-block;
        font-weight: 500; }
        .list-event__content-wrapper .event-content a.read-more:hover {
          text-decoration: none;
          color: #ffaf39; }
        .list-event__content-wrapper .event-content a.read-more:after {
          content: '\f105';
          font-family: FontAwesome;
          font-size: 21px;
          margin-left: 14px;
          position: relative;
          top: 2px; }

.sidebar-box {
  border-left: 4px solid #ff9b06;
  padding: 10px 15px;
  margin-bottom: 30px;
  padding-right: 0; }
  .sidebar-box h5 {
    font-weight: bold;
    margin-bottom: 15px; }
  .sidebar-box .form-sidebar-search {
    position: relative; }
    .sidebar-box .form-sidebar-search input[type="search"] {
      border-color: #55555a;
      font-size: 14px !important;
      border-radius: 0;
      padding: 15px 40px 15px 15px; }
      .sidebar-box .form-sidebar-search input[type="search"]:focus {
        border-color: #ff9b06 !important; }
    .sidebar-box .form-sidebar-search:after {
      content: '\f002';
      font-family: FontAwesome;
      font-size: 18px;
      position: absolute;
      right: 15px;
      top: 11px;
      color: #676767; }
  .sidebar-box .sidebar-list-category {
    padding-left: 20px;
    margin: 0; }
    .sidebar-box .sidebar-list-category li {
      list-style-type: square;
      color: #444444; }
      .sidebar-box .sidebar-list-category li a {
        color: #444444;
        font-weight: bold; }
  .sidebar-box .sidebar-list-tags {
    margin: 0;
    padding: 0; }
    .sidebar-box .sidebar-list-tags li {
      display: inline-block;
      margin: 0px 7px 10px 0px; }
      .sidebar-box .sidebar-list-tags li a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #444444;
        font-size: 14px;
        text-decoration: none;
        color: #444444;
        text-transform: capitalize; }
        .sidebar-box .sidebar-list-tags li a:hover {
          background-color: #e0e0e0; }

.event-wrapper {
  margin-bottom: 30px; }
  .event-wrapper .event-image {
    height: 300px; }
    .event-wrapper .event-image img {
      height: 300px;
      width: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 575px) {
      .event-wrapper .event-image {
        height: 200px; }
        .event-wrapper .event-image img {
          height: 200px; } }
  .event-wrapper .event-content {
    background: #ffffff; }
  .event-wrapper .event-box {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .event-wrapper .event-box:last-child {
        border-left: 1px solid #dedede; } }
  .event-wrapper .event-left-sidebar {
    padding: 0px 15px; }
  .event-wrapper .event-location {
    text-align: center; }
    .event-wrapper .event-location p {
      color: #9f9e9e;
      font-weight: bold;
      margin-bottom: 5px; }
  .event-wrapper .event-time {
    text-align: center;
    color: #ff9b06; }
    .event-wrapper .event-time p.date {
      font-size: 80px;
      font-weight: bold;
      margin-bottom: 0; }
    .event-wrapper .event-time p.month {
      font-size: 23px;
      font-weight: bold; }
  .event-wrapper .join-event {
    text-align: center;
    margin-top: 25px; }
    .event-wrapper .join-event a {
      display: inline-block;
      border-radius: 30px;
      background: #ff9b06;
      color: #ffffff;
      font-weight: bold;
      padding: 10px 30px;
      text-decoration: none; }
      .event-wrapper .join-event a:hover {
        background-color: #ec8d00; }
    .event-wrapper .join-event__responsive {
      display: none; }
      @media only screen and (max-width: 767px) {
        .event-wrapper .join-event__responsive {
          display: block; } }
  .event-wrapper .main-event-content {
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .event-wrapper .main-event-content {
        padding-left: 15px; } }
    .event-wrapper .main-event-content h2 {
      font-weight: bold;
      margin-bottom: 15px; }
    .event-wrapper .main-event-content p {
      text-align: justify;
      line-height: 33px; }

.slider-news-wrapper {
  margin: 30px 0px; }
  .slider-news-wrapper .popular-news,
  .slider-news-wrapper .latest-news {
    position: relative; }
    .slider-news-wrapper .popular-news .label-slider,
    .slider-news-wrapper .latest-news .label-slider {
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px 18px;
      background-color: #f30;
      color: #ffffff;
      z-index: 10; }
      .slider-news-wrapper .popular-news .label-slider p,
      .slider-news-wrapper .latest-news .label-slider p {
        margin: 0; }
  .slider-news-wrapper .popular-news {
    height: 400px; }
    .slider-news-wrapper .popular-news .carousel img {
      object-fit: cover;
      height: 400px; }
    @media only screen and (max-width: 991px) {
      .slider-news-wrapper .popular-news {
        height: 200px; }
        .slider-news-wrapper .popular-news .carousel img {
          object-fit: cover;
          height: 200px; } }
  .slider-news-wrapper .latest-news {
    height: 200px; }
    @media only screen and (max-width: 991px) {
      .slider-news-wrapper .latest-news {
        height: auto;
        margin: 20px 0px; } }
    .slider-news-wrapper .latest-news .carousel img {
      object-fit: cover;
      height: 200px; }
    .slider-news-wrapper .latest-news .mini-latest-wrapper {
      height: 185px;
      margin-top: 15px; }
      @media only screen and (max-width: 991px) {
        .slider-news-wrapper .latest-news .mini-latest-wrapper {
          margin-top: 25px; } }
      .slider-news-wrapper .latest-news .mini-latest-wrapper img {
        object-fit: cover;
        height: 185px;
        width: 100%; }
      @media only screen and (max-width: 767px) {
        .slider-news-wrapper .latest-news .mini-latest-wrapper {
          height: 130px; }
          .slider-news-wrapper .latest-news .mini-latest-wrapper img {
            height: 130px; } }

.list-news-wrapper {
  margin-bottom: 100px; }
  .list-news-wrapper .list-news__link-more {
    color: #ff9b06;
    display: inline-block;
    margin: 10px 0px 30px 0px;
    font-weight: 500; }
    .list-news-wrapper .list-news__link-more:hover {
      text-decoration: none;
      color: #ec8d00; }
    .list-news-wrapper .list-news__link-more:before {
      content: '\f101';
      font-family: FontAwesome;
      margin-right: 10px;
      font-size: 22px;
      position: relative;
      top: 2px; }
  .list-news-wrapper .list-news__title-section {
    border-bottom: 2px solid #ff9b06;
    padding-bottom: 5px; }
    .list-news-wrapper .list-news__title-section h4 {
      font-weight: bold;
      display: inline-block;
      position: relative; }
      .list-news-wrapper .list-news__title-section h4:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #ff9b06;
        position: absolute;
        bottom: -13px;
        left: 0; }
  .list-news-wrapper .list-news__content {
    margin: 15px 0px; }
    .list-news-wrapper .list-news__content .row {
      margin-left: -10px;
      margin-right: -10px; }
    .list-news-wrapper .list-news__content .col-5,
    .list-news-wrapper .list-news__content .col-7 {
      padding-left: 10px;
      padding-right: 10px; }
  .list-news-wrapper .list-news__images {
    height: 100px; }
    .list-news-wrapper .list-news__images img {
      height: 100px;
      object-fit: cover;
      width: 100%; }
  .list-news-wrapper .list-news__title-content {
    word-wrap: break-word; }
    .list-news-wrapper .list-news__title-content p {
      font-size: 12px;
      color: #f30;
      margin-bottom: 5px; }
    .list-news-wrapper .list-news__title-content a {
      color: #000;
      font-weight: 500;
      font-size: 14px;
      display: inline-block;
      line-height: 21px; }
  .list-news-wrapper .list-social {
    margin: 0;
    padding: 0;
    margin-top: 15px; }
    .list-news-wrapper .list-social li {
      list-style-type: none;
      display: inline-block;
      background-color: #fafafa;
      text-align: center;
      width: 90px; }
      .list-news-wrapper .list-social li a {
        text-decoration: none; }
    .list-news-wrapper .list-social .social-wrapper.facebook {
      background-color: #316db7; }
    .list-news-wrapper .list-social .social-wrapper.twitter {
      background-color: #17a8dd; }
    .list-news-wrapper .list-social .social-wrapper.rss {
      background-color: #ff9204; }
    .list-news-wrapper .list-social .social-wrapper.instagram {
      background-color: #262626; }
    .list-news-wrapper .list-social .social-wrapper {
      padding: 25px 35px; }
      .list-news-wrapper .list-social .social-wrapper i {
        color: #ffffff;
        font-size: 25px; }
    .list-news-wrapper .list-social .social-count {
      padding: 10px;
      font-size: 12px;
      color: #818181; }
      .list-news-wrapper .list-social .social-count p {
        font-weight: bold;
        margin-bottom: 0; }
      .list-news-wrapper .list-social .social-count span {
        font-style: italic;
        font-size: 11px; }

.news-wrapper {
  margin-bottom: 30px; }
  .news-wrapper .news-image {
    height: 300px;
    margin: 20px 0px; }
    .news-wrapper .news-image img {
      height: 300px;
      width: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 575px) {
      .news-wrapper .news-image {
        height: 200px; }
        .news-wrapper .news-image img {
          height: 200px; } }
  .news-wrapper h2.main-title {
    font-weight: bold;
    margin-bottom: 20px; }
  .news-wrapper .author,
  .news-wrapper .datetime {
    display: inline-block;
    color: #8c8b8b; }
    .news-wrapper .author i,
    .news-wrapper .datetime i {
      margin-right: 5px;
      font-size: 14px; }
    .news-wrapper .author__data,
    .news-wrapper .datetime__data {
      color: #404040; }
  .news-wrapper .datetime {
    margin-right: 20px; }
  .news-wrapper p {
    line-height: 33px;
    text-align: justify; }

.hero-gallery {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 80px; }
  .hero-gallery .carousel img {
    object-fit: cover;
    height: 350px; }

.gallery {
  margin-bottom: 100px; }
  .gallery__title-site {
    border-bottom: 2px solid #ff9b06;
    padding-bottom: 5px; }
    .gallery__title-site h4 {
      font-weight: bold;
      display: inline-block;
      position: relative; }
      .gallery__title-site h4:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #ff9b06;
        position: absolute;
        bottom: -13px;
        left: 0; }
  .gallery .list-gallery__image {
    margin: 10px 0px; }
    .gallery .list-gallery__image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border: 1px solid #eaeaea; }
    .gallery .list-gallery__image img.folder-image-gallery {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: none; }
  .gallery .list-gallery__detail h5 {
    font-weight: bold;
    margin-bottom: 5px; }
  .gallery .list-gallery__detail a {
    color: #000000; }
  .gallery .list-gallery__detail p {
    font-size: 12px;
    margin-top: 5px;
    color: #717171; }
  .gallery .list-gallery__detail span {
    font-weight: 500;
    color: #a8a8a8; }
  .gallery .list-gallery__detail .btn-gallery {
    background: #ffe451 !important;
    margin-top: 15px; }
  .gallery__content-wrapper {
    margin: 10px 0px;
    padding: 25px;
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4; }
    .gallery__content-wrapper .link-more {
      color: #ff9b06;
      display: inline-block;
      margin-top: 15px;
      font-weight: 500; }
      .gallery__content-wrapper .link-more:hover {
        text-decoration: none;
        color: #ec8d00; }
      .gallery__content-wrapper .link-more:before {
        content: '\f101';
        font-family: FontAwesome;
        margin-right: 10px;
        font-size: 22px;
        position: relative;
        top: 2px; }
  .gallery__main-slider {
    height: 300px; }
    .gallery__main-slider .carousel img {
      object-fit: cover;
      height: 300px;
      width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .gallery__main-slider {
        height: 283px; }
        .gallery__main-slider .carousel img {
          height: 283px; } }
    @media only screen and (max-width: 991px) {
      .gallery__main-slider {
        height: 200px; }
        .gallery__main-slider .carousel img {
          height: 200px; } }
  .gallery__list-image {
    height: 200px;
    margin-top: 20px; }
    .gallery__list-image img {
      object-fit: cover;
      width: 100%;
      height: 200px; }
  .gallery__sidebar-wrapper {
    background-color: #d6d6d6;
    padding: 10px 20px; }
  .gallery__main-datetime {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery__main-datetime .wrapper-datetime {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
    .gallery__main-datetime p {
      margin: 0;
      font-size: 21px;
      font-weight: bold;
      position: relative;
      left: 10px;
      top: 8px;
      line-height: 29px;
      color: #ff9b06; }
    .gallery__main-datetime h3 {
      color: #ff9b06;
      font-size: 65px;
      float: left; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .gallery__main-datetime p {
        font-size: 16px;
        left: 10px;
        top: 10px;
        line-height: 20px; }
      .gallery__main-datetime h3 {
        font-size: 50px; } }
  .gallery__main-detail {
    height: 176px; }
    @media only screen and (max-width: 991px) {
      .gallery__main-detail {
        height: auto;
        margin-bottom: 25px; } }
    @media only screen and (min-width: 992px) {
      .gallery__main-detail .wrapper-location {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
    .gallery__main-detail .mini-title {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 3px; }
    .gallery__main-detail .location {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 3px; }
    .gallery__main-detail .time {
      display: inline-block;
      font-size: 12px;
      color: #797979; }

.gallery-detail__header {
  text-align: center; }
  .gallery-detail__header h2 {
    font-weight: bold; }
  .gallery-detail__header p {
    color: #7b7b7b; }
  .gallery-detail__header .info {
    display: inline-block;
    color: #404040;
    margin-right: 20px; }
    .gallery-detail__header .info:last-child {
      margin-right: 0; }
    .gallery-detail__header .info i {
      margin-right: 5px;
      font-size: 14px; }
    .gallery-detail__header .info__data {
      color: #404040; }
.gallery-detail__content {
  margin: 50px 0px; }
.gallery-detail .list-image-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .gallery-detail .list-image-gallery a {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .gallery-detail .list-image-gallery a {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 480px) {
      .gallery-detail .list-image-gallery a {
        flex: 0 0 100%;
        max-width: 100%; } }
    .gallery-detail .list-image-gallery a:focus {
      outline: none !important; }
.gallery-detail__image-wrapper {
  height: 200px;
  position: relative; }
  .gallery-detail__image-wrapper:hover > .overlay-hover {
    visibility: visible !important;
    z-index: 50;
    opacity: 1; }
  .gallery-detail__image-wrapper .overlay-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear; }
    .gallery-detail__image-wrapper .overlay-hover:hover {
      cursor: pointer; }
    .gallery-detail__image-wrapper .overlay-hover i {
      color: #ffffff;
      font-size: 28px;
      position: relative;
      display: block;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .gallery-detail__image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.footer {
  background-color: #000066;
  color: #ffffff;
  padding: 20px 0; }
  .footer__list-information {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer__list-information li {
      display: inline-block;
      position: relative;
      margin-right: 10px; }
      @media screen and (max-width: 991px) {
        .footer__list-information li {
          margin-bottom: 20px; } }
      .footer__list-information li i {
        font-size: 30px;
        height: 50px;
        left: 0;
        line-height: 50px;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 50px; }
      .footer__list-information li p {
        margin-right: 15px;
        padding-left: 60px;
        text-align: left;
        margin-bottom: 0; }
        .footer__list-information li p span {
          display: block; }
      .footer__list-information li:last-child {
        margin-right: 0; }
  .footer__copyright-wrapper {
    float: right;
    text-align: center; }
    @media screen and (max-width: 575px) {
      .footer__copyright-wrapper {
        float: none;
        width: 100%; } }
  .footer__copyright {
    width: 200px; }
    @media screen and (max-width: 575px) {
      .footer__copyright {
        margin: 0px auto;
        margin-top: 20px; } }
    .footer__copyright p {
      font-size: 12px;
      margin-bottom: 0; }
    .footer__copyright span {
      font-size: 10px;
      display: block; }
    .footer__copyright img {
      height: 30px; }

.overlay-mobile-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
  transition: opacity .3s, width 0s .3s, height 0s .3s;
  overflow: hidden; }

.overlay-mobile-menu.active {
  width: 100%;
  height: 100%;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.mobile-menu {
  z-index: 200;
  background-color: #ffffff;
  transition: transform .3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  overflow-y: scroll; }
  @media only screen and (min-width: 320px) {
    .mobile-menu {
      width: 300px;
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px); } }
  .mobile-menu ul {
    margin: 0;
    padding: 0; }
    .mobile-menu ul li {
      list-style-type: none;
      border-bottom: 1px solid #f9f9f9;
      word-wrap: break-word; }
      .mobile-menu ul li a {
        display: block;
        padding: 12px 20px;
        color: #404040;
        font-weight: 500; }
        .mobile-menu ul li a:hover {
          background-color: #ccc;
          text-decoration: none; }
    .mobile-menu ul li.has-dropdown {
      display: block;
      padding: 12px 20px;
      color: #404040;
      font-weight: 500;
      position: relative; }
      .mobile-menu ul li.has-dropdown i.angle-submenu {
        position: absolute;
        right: 15px;
        top: 15px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .mobile-menu ul li.has-dropdown ul.dropdown {
        display: none;
        padding-top: 12px; }
        .mobile-menu ul li.has-dropdown ul.dropdown a {
          padding: 12px 0px; }
        .mobile-menu ul li.has-dropdown ul.dropdown li {
          display: block;
          border-bottom: none; }
    .mobile-menu ul li.has-dropdown.is-active-submenu i.angle-submenu {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .mobile-menu ul li.has-dropdown.is-active-submenu ul.dropdown.is-active-list-submenu {
      display: block; }

.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.pagination-page ul li a {
  color: #676767; }
  .pagination-page ul li a:hover {
    color: #343434; }

.sign-wrapper {
  padding-top: 20px;
  padding-bottom: 20px; }
  .sign-wrapper .sign-header {
    text-align: center;
    margin-bottom: 30px; }
    .sign-wrapper .sign-header h4 {
      font-weight: bold; }
    .sign-wrapper .sign-header hr {
      width: 70px;
      background: #ff9b06;
      height: 2px; }
  .sign-wrapper form button {
    display: inline;
    width: 100%;
    margin-top: 15px;
    background: #ff9b06;
    border-color: #ff9b06; }
    .sign-wrapper form button:hover {
      background: #ec8d00;
      border-color: #ec8d00;
      cursor: pointer; }

.box-msg {
  text-align: center;
  padding: 20px; }
  .box-msg img {
    height: 200px;
    margin-bottom: 20px; }
  .box-msg h4 {
    font-weight: bold; }
  .box-msg p {
    width: 70%;
    margin: 0px auto;
    color: #636363;
    margin-top: 15px; }
  .box-msg a.back-to {
    display: inline-block;
    background: #000066;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 4px; }
    .box-msg a.back-to:hover {
      text-decoration: none;
      background: navy; }

.register {
  width: 60%;
  margin: 0px auto; }
  @media only screen and (max-width: 767px) {
    .register {
      width: 100%; } }
  .register__header h2 {
    font-weight: bold; }
  .register__header p {
    margin-top: 10px;
    color: #797979; }
  .register__header hr {
    width: 70px;
    background: #ff9b06;
    height: 2px; }
  .register__content form button {
    width: 200px;
    display: inline;
    margin-top: 15px;
    background: #ff9b06;
    border-color: #ff9b06; }
    @media only screen and (max-width: 767px) {
      .register__content form button {
        width: 100%; } }
    .register__content form button:hover {
      background: #ec8d00;
      border-color: #ec8d00;
      cursor: pointer; }

.member-container select {
  border-color: #55555a;
  font-size: 14px !important;
  border-radius: 0;
  border-radius: 0px;
  margin-right: 10px;
  color: #000; }
  .member-container select:focus {
    border-color: #ff9b06 !important; }
.member-container input[type="search"] {
  border-color: #55555a;
  font-size: 14px !important;
  border-radius: 0;
  padding: 9px 40px 9px 10px;
  position: relative;
  color: #000; }
  .member-container input[type="search"]:focus {
    border-color: #ff9b06 !important; }
.member-container .form-search {
  position: relative; }
  .member-container .form-search:after {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 6px;
    color: #676767; }

.profile-user-container .header-wrapper {
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  .profile-user-container .header-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 15px; }
  .profile-user-container .header-wrapper h3 {
    font-weight: bold;
    margin-bottom: 5px; }
  .profile-user-container .header-wrapper a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 10px;
    color: #071166; }
    .profile-user-container .header-wrapper a i {
      color: #fff;
      background: #071166;
      margin-right: 5px;
      padding: 5px;
      border-radius: 100%; }
.profile-user-container .panel-wrapper {
  background-color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border-width: 0;
  border-radius: 3px; }
.profile-user-container .panel-header {
  margin: 0 20px 8px;
  padding-left: 0;
  padding-right: 0;
  color: #333333;
  background-color: transparent;
  border-color: #ddd; }
.profile-user-container .panel-content {
  padding: 8px 20px 20px;
  border-radius: 0 0 3px 3px; }
  .profile-user-container .panel-content td.icon {
    width: 33px; }
  .profile-user-container .panel-content td.item {
    width: 34%; }

.mobile-view {
  display: none; }
  @media only screen and (max-width: 575px) {
    .mobile-view {
      display: block; } }

.desktop-view {
  display: block; }
  @media only screen and (max-width: 575px) {
    .desktop-view {
      display: none; } }

/*# sourceMappingURL=style.css.map */
