@font-face {
  font-family: 'GenSenRounded';
  src: url('../assets/font/GenSenRounded-M.ttc') format('truetype')
}

.f-GenSenRounded {
  font-family: 'GenSenRounded TW', sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

.form-select {
  border: 1px solid #0082BE;
  background-color: white;
  border-radius: 40px;
  color: #0082BE;
  padding: 16px 24px;
}

.form-select:hover {
  background-color: #F3FBFF;
}

.form-select option {
  color: #0082BE;
}


a {
  text-decoration: none;
  color: #000;
}

button {
  cursor: pointer;

}

.font-dongle {
  font-family: "Dongle", sans-serif !important;
}


.navBarHeight {
  /* background-color: #0082BE; */
  height: 88px;
  position: relative;
}

.dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-item:hover {
  background-color: #EEF9FF;
  color: #0082BE;

}

.navInput {
  width: 180px !important;
  border-radius: 40px !important;
  border: 1px solid #0082BE;
  border-radius: 20px;
  padding: 5px 10px 5px 20px;
  color: #0082BE;
}

.navInput::placeholder {
  color: #0082BE;
}



.communityIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.second-nav {
  /* height: 60px; */
  background: linear-gradient(93.25deg, #0686BC 2.48%, #03B7B5 103.85%);

  /* box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1); */

}


.navbar-logo {
  height: 30px;
  width: 150px;
  background: url(../assets/images/Logo.svg) no-repeat;
  background-size: contain;
}

.colorText {
  color: #0082BE;
}

.colorText-green {
  color: #009E9D;
}





.page-title {
  font-size: 100px;
  font-family: "Dongle", sans-serif;
  color: #0082BE;
  text-wrap: wrap;
}

.fs-92 {
  font-size: 92px;
}

.news-big-title {
  display: inline-block;
  max-width: 75%;
  font-size: 72px;
}

.fs-64 {
  font-size: 64px;
}

.fs-60 {
  font-size: 60px;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.w-60 {
  width: 60%;
}

.title-font {
  font-family: "Dongle", sans-serif;
  color: #0082BE;
  line-height: 60px;
  letter-spacing: 4px;
}

.list-group-item {
  display: flex;
  align-items: center;
}

.list-group-item:hover {
  color: #0082BE;
}




/* bootstrap modal */

.modal-header {
  /* background-color: #0082BE; */
  /* color: #fff; */
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
}

.modal-title {
  flex-grow: 1;
  text-align: center;
}

.modal-btn-check {
  background-color: #0082BE;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
}

.btn-close {
  /* background: url(../assets/icons/close-blue.svg) 1em no-repeat; */
  background: transparent url(../assets/icons/close-blue.svg) center/1.5em auto no-repeat
}

.dropdown-menu.show {
  top: calc(100% + 5px);
  z-index: 1;
}

.dropdown-menu {
  border: 1px solid #eeeeee5b;
  box-shadow: 0px 4px 24px rgba(123, 123, 123, 0.16);
}

.navbar-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.social-icon {
  margin-right: 12px;
}


.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width:1199px) {
  .navbar-collapse {
    min-width: 100vw;
    background-color: #fff;
    z-index: 99;
    position: absolute;
    top: 88px;
    left: 0;
  }

  .search-icon {
    height: 24px;
    width: 24px;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjMDA4MkJFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMiIvPjwvc3ZnPg==);
    width: 24px;
    height: 24px;
  }

}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0082BE;
  box-shadow: none;

}

.accordion-item {
  border-bottom: none;
}

.accordion-button {
  color: #0082BE !important;
  padding-left: 0;
}

.accordion-button:hover {
  background-color: #fff;
  color: #0082BE !important;
}

.navbar-toggler:hover {
  background-color: #fff;
}

.accordion-body {
  padding: 0;
}

#searchBarBlock {
  height: 68px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 88px;
  z-index: 99;
  padding: 5px 40px;
  background-color: #fff;
}

@media screen and (max-width: 992px) {


  .news-big-title {
    font-size: 36px;
  }

  .page-title {
    font-size: 60px;
    /* line-height: 60px; */
  }

  .breadcrumb {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 768px) {

  .title-font {
    font-size: 50px;
  }

  .news-big-title {
    font-size: 20px;
  }

}