@charset "UTF-8";
/*
** General Styles for HTML tags
*/
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #717171;
  background-color: #fff;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

section {
  padding: 60px 0;
}

@media only screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

section.detail {
  padding: 30px 0;
}

::placeholder {
  color: #cdcdcd !important;
}

a {
  text-decoration: none;
  transition: color .2s ease-out;
}

button {
  border: none;
  outline: none;
}

button:focus, button :focus-within {
  border: none;
  outline: none;
}

.footer {
  background: #013D6F;
}

.footer .footer-wrapper .footer-title {
  color: #FF991E;
}

.footer .footer-wrapper .footer-title h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .footer-wrapper .footer-link li:not(:first-child) {
  margin-top: 12px;
}

.footer .footer-wrapper .footer-link a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer .footer-wrapper .footer-link a:hover {
  color: #FF991E;
}

.footer .footer-wrapper .footer-contact {
  color: #fff;
}

.footer .footer-wrapper .footer-contact p {
  font-size: 14px;
}

.footer .footer-wrapper .footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-wrapper .footer-contact a:hover {
  color: #FF991E;
}

.footer-bottom {
  background: #FF991E;
  color: #013D6F;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
}

.footer-bottom a {
  color: #013D6F;
  display: inline-block;
  text-decoration: none;
}

.footer-bottom a:first-child::after {
  content: "|";
  padding: 0 10px;
}

.footer-bottom a:hover:not(::after) {
  opacity: 0.5;
  text-decoration: none;
}

.menu-toggle {
  position: relative;
  height: 30px;
  width: 30px;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle input[type=checkbox] {
  display: none;
}

.menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
  opacity: 0;
}

.menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}

.menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -10px;
}

.menu-toggle label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 25%;
  left: 0;
  margin: 0;
}

.menu-toggle .toggle-block {
  position: absolute;
  height: 2px;
  width: 100%;
  padding: 0;
  background-color: #013D6F;
  transition: all 0.3s ease-in-out 0s;
}

.menu-toggle .toggle-blocks-1 {
  position: relative;
  float: left;
}

.menu-toggle .toggle-blocks-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}

.menu-toggle .toggle-blocks-3 {
  position: relative;
  float: left;
  margin-top: 6px;
}

.mobile-menu {
  width: 100%;
  display: none;
}

.mobile-menu .nav-item {
  border-bottom: 1px solid #ebebeb;
}

.mobile-menu .nav-item .nav-link {
  padding: 0.775rem 0;
  color: #013D6F;
  font-size: 12px;
  text-transform: uppercase;
}

.mobile-menu .nav-item .dropdown-item.fix-color {
  color: #013D6F;
}

.mobile-menu .nav-item .dropdown-item {
  color: #acacac;
  font-size: 12px;
  text-transform: uppercase;
}

.mobile-menu .nav-item .dropdown-item:active {
  color: #fff;
}

@media (max-width: 767px) {
  .mobile-menu .nav-item .dropdown-item {
    padding: 5px 8px;
  }
}

.mobile-menu.active {
  display: block;
}

@media (max-width: 767px) {
  .logo-wrapper {
    display: inline-block;
    width: 80%;
  }
}

.logo-wrapper img {
  max-width: 90%;
  height: 80px;
}

.widgets-wrapper .search-icon {
  position: relative;
}

.widgets-wrapper .search-icon a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #ebebeb;
  display: block;
  top: 10px;
  right: 0;
}

.widgets-wrapper .login-menu a:not(.dropdown-item) {
  font-size: 18px;
  color: #013D6F;
  display: flex;
  align-items: center;
}

.widgets-wrapper .login-menu img {
  margin-right: 12px;
}

.widgets-wrapper .login-menu span {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-wrapper {
  background: #013D6F;
}

.nav-wrapper .nav-item {
  position: relative;
}

.nav-wrapper .nav-item a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1100px) {
  .nav-wrapper .nav-item a {
    font-size: 11px;
  }
}

.nav-wrapper .nav-item a.dropdown-item {
  color: #717171;
}

.nav-wrapper .nav-item a.dropdown-item:hover {
  color: #fff;
}

.nav-wrapper .nav-item.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #FF991E;
}

.custom-login {
  background: none;
  border: none;
}

.custom-login .dropdown-item {
  padding: 8px 15px;
  margin: 1px 0px;
  text-align: center;
  font-size: 14px;
  color: #ACACAC;
  background-color: #F0F0F0;
}

.custom-login .dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}

.custom-login .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}

.custom-login .dropdown-item:hover img {
  filter: contrast(10);
}

.slider-banner .slider-img {
  width: 100%;
  height: 560px;
}

@media (max-width: 767px) {
  .slider-banner .slider-img {
    height: 400px;
  }
}

.slider-banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}

@media (max-width: 767px) {
  .slider-banner .content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    text-align: center;
  }
}

.slider-banner .content .highlight {
  font-size: 24px;
  line-height: 1.4;
  color: #FF991E;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .slider-banner .content .highlight {
    font-size: 20px;
  }
}

.slider-banner .content .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .slider-banner .content .title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.slider-banner .content .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .slider-banner .content .text {
    font-size: 18px;
  }
}

.slider-banner.owl-theme .owl-dots .owl-dot span {
  background: #B3C5D4;
  width: 15px;
  height: 15px;
}

.slider-banner.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF991E;
  border: 4px solid #013D6F;
}

.slider-banner.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-top: 0;
  transform: translateX(-50%);
}

.loop {
  position: relative;
}

.loop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f2f5f8 50%);
}

.loop .owl-stage {
  padding-left: 0 !important;
}

.loop.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.loop.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

.loop.owl-theme .owl-dots .owl-dot.active span {
  background: #FF991E;
  border: 4px solid #013D6F;
}

.slider-for img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 5px;
}

.slider-nav {
  margin-top: 20px;
}

.slider-nav .slick-track {
  margin: 0;
}

.slider-nav .slick-slide {
  margin: 0px 10px;
}

.slider-nav img {
  width: 100%;
  border-radius: 2px;
}

.read-button, .submit-button, .next-button {
  background-color: #FF991E;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.15s ease-in;
}

.read-button:hover, .submit-button:hover, .next-button:hover {
  background: #013D6F;
}

.submit-button {
  text-transform: uppercase;
}

.next-button {
  text-transform: uppercase;
}

.back-button {
  background-color: #E5EBF0;
  color: #013D6F;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.15s ease-in;
}

.submit-button.disabled {
  background: #F0F0F0;
  color: #939598;
  cursor: not-allowed;
}

.view-btn {
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #013D6F;
  border: none;
  background: none;
  outline: none;
  transition: all 0.15s ease-in;
}

.view-btn:hover {
  color: #FF991E;
}

.join-btn {
  background-color: #E5EBF0;
  color: #013D6F;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.15s ease-in;
}

.join-btn:hover {
  color: #fff;
  background: #FF991E;
}

@media (max-width: 767px) {
  .join-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.mail-btn, .download-btn {
  background-color: #FF991E;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 180px;
  transition: all 0.15s ease-in;
}

.mail-btn:hover, .download-btn:hover {
  background: #013D6F;
}

.download-btn {
  transition: all 0.15s ease-in;
  padding: 12px 0;
}

.default-btn {
  background-color: #FF991E;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: all 0.15s ease-in;
}

@media (max-width: 767px) {
  .default-btn {
    font-size: 14px;
  }
  .default-btn img {
    width: 14px;
    height: auto;
  }
}

.default-btn:hover {
  background: #013D6F;
}

.entry-title h2 {
  color: #013D6F;
  font-size: 24px;
  font-weight: 600;
  border-left: 4px solid #FF991E;
  padding-left: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .entry-title h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.title-left h3 {
  flex: 1 1 0;
  font-size: 26px;
  font-weight: 500;
  color: #013D6F;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .title-left h3 {
    font-size: 22px;
  }
}

.title-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-search h2 {
  font-size: 22px;
  font-weight: 500;
  color: #013D6F;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .title-search h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.title-search .has-search .form-control {
  padding-left: 2.375rem;
}

.title-search .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  top: 10px;
  transform: translateX(10px);
  filter: grayscale(1);
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #717171;
}

@media (max-width: 767px) {
  .count {
    font-size: 13px;
  }
}

.header {
  padding: 40px 0 0 0;
}

@media (max-width: 767px) {
  .header {
    padding: 25px 0;
  }
}

.header .header-card {
  position: relative;
  width: 100%;
  min-height: 220px;
  height: auto;
  background-size: cover !important;
  border-radius: 10px;
  padding: 35px;
}

@media (max-width: 767px) {
  .header .header-card {
    padding: 30px;
  }
}

.header .header-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #013D6F, rgba(0, 0, 0, 0));
  border-radius: 10px;
}

.header .header-card .header-title {
  position: relative;
  color: #fff;
  border-left: 5px solid #FF991E;
  padding-left: 20px;
  margin-bottom: 20px;
  z-index: 999;
}

.header .header-card .header-title h2 {
  font-weight: 500;
  text-transform: uppercase;
}

.header .header-card .content {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 500px;
  z-index: 999;
}

.header .header-card .content p:first-child {
  margin-bottom: 25px;
}

.header .header-card .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .header .header-card .content .button-wrapper {
    display: inline-flex;
  }
}

.header .header-card .content button {
  font-size: 14px;
  background: #FF991E;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  margin-top: 15px;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.15s ease-in;
}

.header .header-card .content button img {
  margin-right: 5px;
}

.header .header-card .content button:hover {
  background: #013D6F;
}

.event-header {
  padding: 40px 0 0 0;
}

.event-header .card {
  position: relative;
  width: 100%;
  min-height: 220px;
  height: auto;
  border: none;
  background-size: cover !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 35px;
}

@media (max-width: 767px) {
  .event-header .card {
    padding: 30px;
  }
}

.event-header .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #013D6F, rgba(0, 0, 0, 0));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.event-header .card .title {
  position: relative;
  color: #fff;
  border-left: 5px solid #FF991E;
  padding-left: 20px;
  margin-bottom: 30px;
  z-index: 999;
}

.event-header .card .title h2 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .event-header .card .title h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.event-header .card .content {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 500px;
  z-index: 999;
}

@media (max-width: 767px) {
  .event-header .card .content {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-header .card .content img {
    width: 14px;
    height: auto;
  }
}

.event-header .card .content .tag {
  display: inline-block;
  font-size: 14px;
  padding: 6px 15px;
  background: #FF991E;
  border-radius: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.event-header .card .content .tag a {
  color: #fff;
  text-decoration: none;
}

.event-header .card .content .tag a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .event-header .card .content .tag {
    font-size: 12px;
  }
}

.event-header .card .content .date, .event-header .card .content .location, .event-header .card .content .people {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .event-header .card .content .date, .event-header .card .content .location, .event-header .card .content .people {
    margin-bottom: 8px;
  }
}

.event-header .card .content .button-wrapper {
  display: flex;
  margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  .event-header .card .content .button-wrapper .default-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.ptit-card {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all ease 0.3s;
}

.ptit-card:hover {
  box-shadow: 0 0 30px -12px rgba(0, 0, 0, 0.2);
}

.ptit-card .card-img {
  position: relative;
  background-size: cover !important;
  width: 100%;
  height: 160px;
  border-radius: 5px 5px 0 0;
}

.ptit-card .card-img .card-cat {
  position: absolute;
  top: 145px;
  left: 20px;
  font-size: 12px;
  padding: 0px 15px;
  background: #ff991e;
  border-radius: 2px;
  text-transform: uppercase;
}

.ptit-card .card-img .card-cat a {
  color: #fff;
  text-decoration: none;
}

.ptit-card .card-img .card-update, .ptit-card .card-img .card-cancel {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 0px 15px;
  background: #e5ebf0;
  color: #013D6F;
  border-radius: 2px;
  text-transform: uppercase;
}

.ptit-card .card-img .card-cancel {
  background: #f1556c;
  color: #fff;
}

.ptit-card .card-content {
  padding: 20px;
}

.ptit-card .card-content a {
  height: 45px;
  font-size: 16px;
  text-decoration: none;
  color: #013D6F;
  word-wrap: break-word;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4;
  margin: 12px 0;
}

.ptit-card .card-content a:hover {
  color: #FF991E;
}

.ptit-card .card-content .detail {
  font-size: 14px;
}

.ptit-card .card-content .detail .date {
  margin-bottom: 5px;
}

.ptit-card .card-content .detail img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.ptit-card .card-content .detail .date,
.ptit-card .card-content .detail .location {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.focus-book {
  display: block;
  margin: 0 auto;
}

.focus-book img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.focus-book .content .date {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #717171;
  margin-bottom: 5px;
}

.focus-book .content .title {
  font-size: 18px;
  color: #013D6F;
  text-decoration: none;
  word-wrap: break-word;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  height: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}

.focus-book .content .title:hover {
  color: #FF991E;
}

.breadcrumb-wrapper {
  background: #E5EBF0;
}

.breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: .4rem 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .breadcrumb-wrapper .breadcrumb {
    font-size: 11px;
  }
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #013D6F;
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
  }
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #013D6F;
  content: "•";
}

.detail-section {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .detail-section {
    padding: 30px 0;
  }
}

.detail-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #E7E9F1;
}

.detail-wrapper:first-child {
  padding-top: 0;
}

.detail-wrapper:last-child {
  border-bottom: none;
}

.detail-wrapper .title-detail {
  border-left: 5px solid #FF991E;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .detail-wrapper .title-detail {
    margin-bottom: 15px;
  }
}

.detail-wrapper .title-detail h3 {
  color: #013D6F;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .detail-wrapper .title-detail h3 {
    font-size: 20px;
  }
}

.detail-wrapper .date {
  font-size: 18px;
}

@media (max-width: 767px) {
  .detail-wrapper .date {
    font-size: 16px;
  }
}

.detail-wrapper h1, .detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  font-size: 18px;
  font-weight: 500;
  color: #013D6F;
  margin-bottom: 10px;
}

.detail-wrapper p {
  font-size: 16px;
  color: #717171;
  margin-bottom: 25px;
}

.detail-wrapper p:last-child {
  margin-bottom: 0;
}

.detail-wrapper ul {
  list-style: disc;
  padding-left: 20px;
}

.detail-wrapper ol {
  list-style: decimal;
  padding-left: 20px;
}

.detail-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.detail-wrapper .hightlight {
  color: #013D6F;
}

.detail-wrapper .condition-detail p {
  font-size: 14px;
  line-height: 22px;
}

.detail-wrapper .condition-detail ul {
  font-size: 14px;
}

.detail-wrapper .condition-detail ul li h6 {
  font-size: 16px;
  color: #2E353B;
}

.detail-wrapper.no-br {
  border: none;
}

.condition-list {
  position: sticky;
  top: 30px;
}

.condition-list li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.condition-list li:first-child {
  padding-top: 0;
}

.condition-list li a {
  color: #013D6F;
}

.condition-list li a:hover {
  color: #FF991E;
  text-decoration: none;
}

@media (max-width: 767px) {
  .condition-list {
    position: relative;
  }
}

.structure {
  padding-bottom: 30px;
}

.structure:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.structure .structure-items {
  width: 33.33%;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .structure .structure-items {
    width: 100%;
  }
}

.structure .structure-items .structure-img {
  margin-bottom: 15px;
}

.structure .structure-items .structure-img img {
  border-radius: 50%;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .structure .structure-items .structure-img img {
    width: 130px;
    height: 130px;
  }
}

.structure .structure-items .position {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #717171;
  min-height: 40px;
  line-height: 1.5;
  text-transform: uppercase;
}

.structure .structure-items .separate {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 12px auto;
}

@media (max-width: 767px) {
  .structure .structure-items .separate {
    width: 60%;
  }
}

.structure .structure-items .name {
  font-size: 18px;
  font-weight: 600;
  color: #013D6F;
}

@media (max-width: 767px) {
  .structure .structure-items .name {
    font-size: 16px;
  }
}

.structure .structure-list {
  width: 25%;
  padding: 30px 15px;
  text-align: center;
}

@media (max-width: 1023px) {
  .structure .structure-list {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .structure .structure-list {
    width: 100%;
    padding: 30px;
  }
}

.structure .structure-list .structure-img {
  margin-bottom: 15px;
}

.structure .structure-list .structure-img img {
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .structure .structure-list .structure-img img {
    width: 130px;
    height: 130px;
  }
}

.structure .structure-list .position {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #717171;
  min-height: 60px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .structure .structure-list .position {
    min-height: 40px;
    font-size: 11px;
  }
}

.structure .structure-list .separate {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 12px auto;
}

@media (max-width: 767px) {
  .structure .structure-list .separate {
    width: 60%;
  }
}

.structure .structure-list .name {
  font-size: 16px;
  font-weight: 600;
  color: #013D6F;
}

@media (max-width: 767px) {
  .structure .structure-list .name {
    font-size: 14px;
  }
}

.structure-wrapper.list {
  display: flex;
  flex-flow: row wrap;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .structure-wrapper.list {
    flex-flow: column;
  }
}

.structure-wrapper.has-br {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .custom-pill {
    justify-content: center;
    text-align: center;
  }
}

.custom-pill .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  color: #717171;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .custom-pill .nav-link {
    font-size: 14px;
  }
}

.custom-pill .nav-link.active {
  font-weight: 600;
  border: 2px solid #013D6F;
  background: none;
  color: #013D6F;
}

.custom-pagination {
  position: relative;
}

.custom-pagination .page-link {
  padding: 5px 12px;
  margin-left: 10px;
  margin-right: 10px;
  color: #013D6F;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .custom-pagination .page-link {
    padding: 5px;
  }
}

.custom-pagination .page-link img {
  width: 20px;
  height: auto;
}

.custom-pagination .page-link.active {
  color: #fff;
  background: #FF991E;
}

.custom-pagination .page-link.previous {
  background: none;
}

.custom-pagination .page-link.previous img {
  filter: grayscale(1);
  opacity: 0.3;
}

.custom-pagination .page-link.next {
  background: none;
}

.custom-pagination .page-link.next img {
  transform: rotate(-180deg);
}

.custom-pagination-2 {
  position: relative;
}

.custom-pagination-2 .page-link {
  padding: 5px 12px;
  margin-left: 10px;
  margin-right: 10px;
  color: #013D6F;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}

.custom-pagination-2 .page-link img {
  width: 20px;
  height: auto;
}

.custom-pagination-2 .page-item .page-link.active {
  color: #fff;
  background: #FF991E;
}

.custom-pagination-2 .page-item.previous {
  background: none;
}

.custom-pagination-2 .page-item.previous img {
  filter: grayscale(1);
  opacity: 0.3;
}

.custom-pagination-2 .page-item.next {
  background: none;
}

.custom-pagination-2 .page-item.next img {
  transform: rotate(-180deg);
}

.cat-tag a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 2px 15px;
  background-color: #FF991E;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 5px 0;
}

.cat-tag a:hover {
  background-color: #013D6F;
  color: #fff;
}

.filter {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.filter span:not(.current) {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #cecece;
}

@media (max-width: 767px) {
  .filter span:not(.current) {
    font-size: 13px;
  }
}

.filter .select:first-child {
  margin-right: 12px;
}

.filter .select .nice-select {
  width: auto;
}

@media (max-width: 767px) {
  .filter .select .nice-select .list {
    left: unset;
    right: 0;
  }
}

.filter .select .nice-select.open .list {
  overflow-y: auto;
  max-height: 200px;
}

.filter .select .current {
  text-align: center;
  color: #013D6F;
}

.gallery .item img {
  border-radius: 5px;
}

.owl-thumbs {
  display: flex;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
}

.owl-thumbs button {
  background-color: #fff !important;
  margin: 0 8px;
}

.owl-thumbs button:first-child {
  margin-left: 0;
}

.owl-thumbs button:last-child {
  margin-right: 0;
}

.owl-thumb-item img {
  width: 140px;
  height: auto;
  border-radius: 5px;
}

.right-content .title h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #013D6F;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .right-content .title h2 {
    font-size: 20px;
    margin: 20px 0;
  }
}

.right-content .date {
  margin-bottom: 5px;
}

.right-content .location {
  display: grid;
  grid-template-columns: 30px 1fr;
  line-height: 1.4;
  margin-bottom: 15px;
}

.right-content .date img, .right-content .location img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}

.right-content .content {
  font-size: 14px;
  line-height: 1.5;
}

.share-wrapper ul {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.share-wrapper ul li {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .share-wrapper ul li {
    padding: 0 5px;
  }
}

.custom-modal {
  text-align: center;
}

.custom-modal .modal-body {
  padding: 50px 25px;
}

.custom-modal .modal-body h2 {
  font-size: 18px;
  font-weight: 500;
  color: #013D6F;
  line-height: 1.5;
  margin-bottom: 25px;
}

.custom-modal .modal-body p {
  font-size: 15px;
  margin-bottom: 30px;
}

.custom-modal .modal-body button {
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #FF991E;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
}

.custom-modal .modal-body button:hover {
  background: #013D6F;
}

.dropdown-menu {
  background: none;
  border: none;
}

@media (max-width: 1023px) {
  .dropdown-menu {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.dropdown-menu .dropdown-item {
  text-align: center;
}

.dropdown-menu .dropdown-item:hover {
  background: #FF991E;
  color: #fff;
}

.dropdown-menu .dropdown-item:hover::after {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: translate(-3px, -3px) rotate(-180deg);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-toggle::after {
  display: inline-block;
  background-image: url("../images/icon/carret-down-blue.svg");
  border: none !important;
  width: 15px;
  height: 10px;
  background-size: 75%;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 12px;
  filter: grayscale(1);
  opacity: .3;
}

.mobile-menu .dropdown .dropdown-toggle::after {
  display: inline-block;
  background-image: url("../images/icon/carret-down-blue.svg");
  border: none !important;
  width: 15px;
  height: 10px;
  background-size: 75%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 25px;
}

.mobile-menu .login-menu .dropdown-toggle::after {
  right: -10px;
  top: 18px;
}

.mobile-menu .dropdown-submenu {
  position: relative;
}

.mobile-menu .dropdown-submenu .dropdown-toggle::after {
  display: inline-block;
  background-image: url("../images/icon/carret-down-blue.svg");
  border: none !important;
  width: 15px;
  height: 10px;
  background-size: 75%;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(-360deg);
  position: absolute;
  right: 10px;
  top: 18px;
}

.dropdown-toggle::after {
  display: inline-block;
  background-image: url("../images/icon/carret-down.svg");
  border: none !important;
  width: 15px;
  height: 10px;
  background-size: 75%;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all ease-in-out 0.2s;
}

.login-menu .dropdown-toggle::after {
  display: inline-block;
  background-image: url("../images/icon/carret-down-blue.svg");
  border: none !important;
  width: 15px;
  height: 10px;
  background-size: 75%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-menu li {
  margin: 1px 0;
}

.dropdown-menu li a {
  padding: 8px 15px;
  background: #f0f0f0;
}

.header-wrapper {
  z-index: 9999;
}

.header-fixed {
  position: sticky;
  top: 0;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.2);
}

.stepper {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .stepper {
    margin: 20px auto;
    max-width: 280px;
  }
}

@media (max-width: 320px) {
  .stepper {
    max-width: 220px;
  }
}

.stepper ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.stepper .step {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.stepper .step a {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.stepper .step a:hover {
  text-decoration: none;
}

.stepper .step a:active {
  text-decoration: none;
}

.stepper .step a:focus {
  text-decoration: none;
}

.stepper .step .step-label {
  display: none;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 35px;
  color: #b2b2b2;
  left: 50%;
  transform: translateX(-55%);
  font-size: 13px;
}

@media (max-width: 767px) {
  .stepper .step .step-label {
    font-size: 11px;
    overflow: hidden;
    width: 100px;
    text-overflow: ellipsis;
  }
}

.stepper .step .step-label span {
  font-size: 11px;
  display: block;
}

.stepper .step-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 30px;
  font-size: 12px;
  display: block;
  color: #B5C3CD;
  background-color: #E5ECF0;
}

.stepper .step-icon label {
  transform: translate(0px, 0px);
}

.stepper .step.step-active .step-icon {
  color: #ffffff;
  background: #033D6F;
  border: 2px solid #033D6F;
}

.stepper .step.step-active .step-label {
  color: #064d8a;
  display: inline-block;
  line-height: 18px;
}

.stepper .step.step-active label.active {
  transform: translate(0px, -1px);
}

.stepper .step.step-active .custom-stepper {
  transform: translate(0px, -2px);
}

.stepper .step.done .step-label {
  color: #757575;
}

.stepper .indicator-line {
  height: 3px;
  background: #ebebeb;
  width: calc(100% - 100px);
}

.stepper .indicator-line.active {
  height: 3px;
  background: #033d6f;
  width: calc(100% - 100px);
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.stepper.order {
  margin: 20px auto;
  max-width: 500px;
}

.require {
  font-size: 13px;
  color: red;
}

.form-label-group.has-icon > label {
  padding-left: 45px;
}

.form-label-group.has-icon input {
  padding-left: 45px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.2rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group > img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.form-label-group a {
  cursor: pointer;
  text-decoration: none;
}

.form-label-group a .visible-pass {
  position: absolute;
  top: 17px;
  right: 30px;
}

.forget-pass {
  color: #013D6F;
  text-decoration: underline;
}

.forget-pass:hover {
  color: #FF991E;
}

.alert-box {
  background: #FFB9BE;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  color: #5a5a5a;
  margin-bottom: 20px;
}

.alert-box a {
  color: #013D6F;
  text-decoration: underline;
}

.warning-box {
  background: #FFF5E8;
  padding: 15px;
  line-height: 1.4;
  border-radius: 5px;
  color: #5a5a5a;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .warning-box {
    font-size: 14px;
  }
}

.warning-box b {
  color: #013D6F;
  font-weight: 500;
}

.warning-box a {
  align-items: center;
  display: flex;
  white-space: nowrap;
  background-color: #E5EBF0;
  color: #013D6F;
  text-decoration: none;
  border-radius: 5px;
  padding: 8px 12px;
}

@media (max-width: 767px) {
  .warning-box a {
    margin-top: 15px;
  }
}

.success-box {
  background: #8BFFC1;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  color: #5a5a5a;
  margin-bottom: 20px;
}

.success-box a {
  color: #013D6F;
  text-decoration: underline;
}

.form-label-group > input,
.form-label-group > label {
  font-size: 14px;
  top: 2px;
}

@media (max-width: 767px) {
  .form-label-group > input,
  .form-label-group > label {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.row-list .nice-select {
  height: 50px;
  line-height: 50px;
  width: 100px;
  text-align: center;
  justify-content: center;
  display: flex;
  color: #495057;
  border: 1px solid #ced4da;
}

.row-list > div:not(.no-mr):nth-child(1) {
  margin-right: 10px;
}

.row-list > div:not(.no-mr):nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.row-list > div:not(.no-mr):nth-child(3) {
  margin-left: 10px;
}

.row-list > div.no-mr {
  margin-left: 10px;
}

.row-list .iti__selected-flag {
  background: none !important;
}

.row-list.flex-auto > div {
  flex: auto;
}

.fix-width .nice-select {
  width: 100%;
  padding: 0 .75rem;
  color: #495057;
  border: 1px solid #ced4da;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1rem;
}

.fix-width .nice-select.open .list {
  width: 100%;
  overflow-y: scroll;
  max-height: 200px;
}

.type-payment h4 {
  font-size: 18px;
  color: #013D6F;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .type-payment h4 {
    font-size: 16px;
  }
}

.type-payment h4 span {
  color: red;
}

.type-payment label {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .form-wrapper .btn-upload button, .form-wrapper .btn-upload input {
    overflow: hidden;
    max-width: 300px;
  }
}

.form-wrapper .label-upload {
  font-size: 14px;
  margin-top: 8px;
}

.custom-table {
  position: relative;
  top: -30px;
  left: 10px;
  width: 100%;
}

/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
  -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

.owl-carousel .nav-btn {
  height: 50px;
  width: 50px;
  position: absolute;
  cursor: pointer;
  top: 50%;
}

@media (max-width: 767px) {
  .owl-carousel .nav-btn {
    height: 25px;
    width: 25px;
  }
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(../images/arrow-left.png) no-repeat scroll 0 0;
  left: -70px;
}

@media (max-width: 767px) {
  .owl-carousel .prev-slide {
    background-size: cover;
    left: -15px;
  }
}

.owl-carousel .prev-slide:hover {
  opacity: 0.5;
}

.owl-carousel .next-slide {
  background: url(../images/arrow-right.png) no-repeat scroll 0 0;
  right: -70px;
}

@media (max-width: 767px) {
  .owl-carousel .next-slide {
    background-size: cover;
    right: -15px;
  }
}

.owl-carousel .next-slide:hover {
  opacity: 0.5;
}

.chart-content {
  justify-content: center;
}

.chart-content h5 {
  font-size: 14px;
  color: #013d6f;
  position: relative;
  height: 40px;
  padding: 0 50px;
}

.chart-content .ct-golden-section {
  padding: 0 10px;
}

.chart-content .ct-axis-title {
  fill: #013d6f;
  transform-origin: 4% 45%;
  transform: rotate(-90deg);
}

.oil-table {
  margin-top: 20px;
}

.oil-table th {
  font-size: 13px;
  background: #013d6f;
  color: white;
  border-radius: 5px 5px 0 0;
}

.oil-table td {
  position: relative;
  font-size: 11px;
  background: #fafafa;
  border-right: 1px solid #ebebeb;
}

.oil-table td:last-child {
  border-right: none;
}

.oil-table td:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #f06f20;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table td:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #17a54c;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table td:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #94c82f;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table td:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #a62e90;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table td:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #106fbe;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table td:nth-child(6)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #103d8f;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table td:nth-child(7)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  background-color: #c21212;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table-2 {
  margin-top: 20px;
}

.oil-table-2 th {
  font-size: 13px;
  background: #013d6f;
  color: white;
  border-radius: 5px 5px 0 0;
}

.oil-table-2 td {
  position: relative;
  font-size: 11px;
  background: #fafafa;
  border-right: 1px solid #ebebeb;
}

.oil-table-2 td:last-child {
  border-right: none;
}

.oil-table-2 td:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 8px;
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table-2 td:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 8px;
  background-color: #aaaaaa;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table-2 td:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 8px;
  background-color: #ffc100;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table-2 td:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  background-color: #d50000;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-table-2 td:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  background-color: #05a5d9;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.oil-list {
  position: relative;
  font-size: 13px;
}

.oil-list li {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.oil-list li:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #f06f20;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #17a54c;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list li:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #94c82f;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list li:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #a62e90;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list li:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #106fbe;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list li:nth-child(6)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #103d8f;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list li:nth-child(7)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #c21212;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list-2 {
  position: relative;
  font-size: 13px;
}

.oil-list-2 li {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.oil-list-2 li:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #000000;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list-2 li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #aaaaaa;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list-2 li:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #ffc100;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list-2 li:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.oil-list-2 li:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-color: #05a5d9;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.feature {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .feature {
    justify-content: unset;
  }
}

.feature .feature-list {
  position: relative;
  padding: 30px;
  flex-basis: 20%;
  text-align: center;
}

@media (max-width: 1023px) {
  .feature .feature-list {
    flex-basis: 33.33%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .feature .feature-list {
    flex-basis: 50%;
    padding: 15px;
  }
}

@media (max-width: 374px) {
  .feature .feature-list {
    flex-basis: 100%;
  }
}

.feature .feature-list::after {
  visibility: hidden;
  content: "";
  position: absolute;
  background: #FF991E;
  width: 100%;
  height: 15px;
  bottom: -5px;
  left: 0;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.feature .feature-list a {
  color: #013D6F;
  text-transform: uppercase;
  text-decoration: none;
}

.feature .feature-list a img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
}

@media (max-width: 767px) {
  .feature .feature-list a img {
    width: 40px;
    height: 40px;
  }
}

.feature .feature-list:hover {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.feature .feature-list:hover::after {
  visibility: visible;
}

.oilprice {
  padding: 120px 0;
  background-color: #F2F5F8;
}

.oilprice .oil-content {
  text-align: left;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .oilprice .oil-content {
    padding: 0;
  }
}

.oilprice .oil-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #013D6F;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .oilprice .oil-content h3 {
    font-size: 24px;
  }
}

.oilprice .oil-content h6 {
  font-size: 20px;
  color: #013D6F;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .oilprice .oil-content h6 {
    font-size: 18px;
  }
}

.oilprice .oil-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .oilprice .oil-content p {
    font-size: 14px;
  }
}

.focus {
  background-color: #F2F5F8;
}

.member {
  background-color: #F2F5F8;
}

.member img {
  width: 100%;
  height: auto;
}

.timeline {
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style: none;
}

.timeline__item {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .timeline__item {
    flex-flow: column;
    padding: 0 0 40px 0;
  }
}

.timeline__item.active .timeline__step__marker {
  border: 3px solid #FF991E;
}

.timeline__item.active .timeline__step__marker::after {
  background: #FF991E;
}

.timeline__step {
  align-self: center;
}

.timeline__item::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ebebeb;
}

@media (max-width: 767px) {
  .timeline__item::before {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.timeline__step__marker {
  position: relative;
  display: table-cell;
  height: 34px;
  min-height: 34px;
  width: 34px;
  min-width: 34px;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
}

.timeline__step__marker::after {
  content: '';
  position: absolute;
  background-color: #ebebeb;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}

.timeline__time {
  align-self: center;
  color: #013D6F;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .timeline__time {
    background: #fff;
    margin: 20px 0 20px 0;
    font-size: 18px;
  }
}

.timeline__title {
  font-size: 18px;
  font-weight: 600;
  color: #013D6F;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .timeline__title {
    font-size: 16px;
  }
}

.timeline__content {
  width: 100%;
  padding: 30px;
  background: #F2F5F8;
}

@media (max-width: 767px) {
  .timeline__content {
    padding: 15px;
  }
}

.timeline__points {
  padding: 0;
  list-style: none;
  font-size: 24px;
  color: #77777D;
}

.timeline__points > * {
  font-size: 16px;
  padding: 0 0 15px 0;
}

@media (max-width: 767px) {
  .timeline__points > * {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .membership {
    height: auto;
  }
}

.membership .memlist-wrapper .memship-list {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.membership .memlist-wrapper .memship-list .member-img {
  margin-right: 15px;
}

.membership .memlist-wrapper .memship-list .member-img img {
  width: 120px;
  height: auto;
  object-fit: cover;
  border: 1px solid #E6EEF5;
  border-radius: 4px;
}

.membership .memlist-wrapper .memship-list .detail {
  word-break: break-all;
}

.membership .memlist-wrapper .memship-list .detail .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #013D6F;
  text-transform: uppercase;
}

.membership .memlist-wrapper .memship-list .detail .year {
  font-size: 16px;
  font-weight: 600;
  color: #013D6F;
}

.membership .memlist-wrapper .memship-list .detail .link a {
  font-size: 16px;
  color: #717171;
  text-decoration: none;
}

.map-wrapper {
  max-height: 420px;
  margin-bottom: 50px;
  overflow: hidden;
}

.contact-detail h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #013D6F;
}

.contact-detail .tel, .contact-detail .fax {
  margin-bottom: 5px;
}

.contact-detail .tel img, .contact-detail .fax img {
  margin-right: 8px;
}

.contact-detail .tel span, .contact-detail .fax span {
  font-weight: 600;
  margin-right: 8px;
}

.job-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .job-wrapper {
    align-items: flex-start;
  }
}

.job-wrapper .job-desc {
  flex-basis: 60%;
}

.job-wrapper .job-desc .title {
  font-size: 18px;
  font-weight: 500;
  color: #013D6F;
}

@media (max-width: 767px) {
  .job-wrapper .job-desc .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.job-wrapper .job-desc .date {
  font-size: 16px;
  font-weight: 500;
}

.jobdesc .job-desc {
  margin-bottom: 30px;
}

.jobdesc .job-desc h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #013D6F;
}

@media (max-width: 767px) {
  .jobdesc .job-desc h3 {
    font-size: 18px;
  }
}

.jobdesc .job-desc ul {
  list-style-type: disc;
  padding-left: 20px;
}

.jobdesc .job-desc ul li {
  font-size: 16px;
}

.jobdesc .job-desc a {
  color: #013D6F;
  text-decoration: none;
}

.jobdesc .job-desc a:hover {
  color: #FF991E;
}

.jobdesc .right-sec .top-sec .mail-btn button, .jobdesc .right-sec .top-sec .download-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .jobdesc .right-sec .top-sec .mail-btn button, .jobdesc .right-sec .top-sec .download-btn button {
    margin: 0 auto;
  }
}

.jobdesc .right-sec .top-sec .detail {
  font-size: 16px;
}

.jobdesc .right-sec .top-sec .detail a {
  color: #013D6F;
  text-decoration: none;
}

.jobdesc .right-sec .top-sec .detail a:hover {
  color: #FF991E;
}

.jobdesc .right-sec .bottom-sec .mail, .jobdesc .right-sec .bottom-sec .address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.jobdesc .right-sec .bottom-sec .mail img, .jobdesc .right-sec .bottom-sec .address img {
  margin-right: 10px;
}

.jobdesc .right-sec .bottom-sec .mail span, .jobdesc .right-sec .bottom-sec .address span {
  font-weight: 500;
  margin-right: 5px;
}

.jobdesc .right-sec .bottom-sec .mail a, .jobdesc .right-sec .bottom-sec .address a {
  color: #013D6F;
  text-decoration: none;
}

.jobdesc .right-sec .bottom-sec .mail a:hover, .jobdesc .right-sec .bottom-sec .address a:hover {
  color: #FF991E;
}

.contribution {
  background: #F2F5F8;
}

.contribution .entry-title {
  text-align: center;
}

.contribution .entry-title h2 {
  padding-left: 0;
  width: 380px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .contribution .entry-title h2 {
    width: auto;
  }
}

.contribution .entry-title span {
  display: block;
  color: #013D6F;
  font-weight: 600;
  margin-bottom: 25px;
}

.contribution .entry-title button img {
  margin-right: 8px;
}

.contribution .apply-now .title {
  position: relative;
  color: #013D6F;
  text-align: center;
  margin-bottom: 50px;
}

.contribution .apply-now .title h2 {
  font-size: 24px;
  font-weight: 600;
}

.contribution .apply-now .title h2::after {
  content: '';
  position: absolute;
  width: 5%;
  height: 3px;
  bottom: -15px;
  left: 50%;
  background-color: #FF991E;
  margin: 0 auto;
  display: block;
  transform: translateX(-50%);
}

.contribution .apply-now .send-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #013D6F;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contribution .apply-now .send-info .left-detail div {
  margin-bottom: 5px;
}

.contribution .apply-now .send-info .left-detail img {
  margin-right: 8px;
}

.contribution .apply-now .send-info .right-detail {
  display: flex;
  align-items: start;
}

.contribution .apply-now .send-info .right-detail img {
  margin-right: 8px;
  margin-top: 5px;
}

.member-items .member-card {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 30px -5px rgba(158, 166, 198, 0.2);
}

.member-items .member-card .title-card {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.member-items .member-card .title-card.full-member {
  background: #013D6F;
}

.member-items .member-card .title-card.ordinary-member {
  background: #FF991E;
}

.member-items .member-card .title-card.government-member {
  background: #CCD8E2;
}

.member-items .member-card .member-content {
  padding: 20px 20px 0 20px;
  height: 450px;
  overflow: hidden;
}

.member-items .member-card .member-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #013D6F;
  margin-bottom: 5px;
}

.member-items .member-card .member-content .content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.member-items .member-card .member-content .content ul {
  list-style-type: disc;
  line-height: 1.4;
  padding-left: 20px;
}

.member-items .member-card .member-content .content ol {
  list-style-type: decimal;
  line-height: 1.4;
  padding-left: 20px;
}

.member-items .member-card .require {
  font-size: 14px;
  line-height: 1.4;
}

.member-items .member-card .button-wrapper {
  padding: 20px;
}

.member-items .member-card .member-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

.member-items .member-card .member-footer .price {
  font-size: 24px;
  font-weight: 600;
  color: #013D6F;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .member-items .member-card .member-footer .price {
    font-size: 22px;
  }
}

.member-items .member-card .member-footer .or {
  font-weight: 600;
}

.member-items .member-card .member-footer .or span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #013D6F;
}

@media (max-width: 767px) {
  .member-items .member-card .member-footer .or span {
    font-size: 22px;
  }
}

.benefit-wrapper .title-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 5px solid #FF991E;
  padding-left: 20px;
  margin-bottom: 30px;
}

.benefit-wrapper .title-detail h3 {
  color: #013D6F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .benefit-wrapper .title-detail h3 {
    font-size: 18px;
  }
}

.benefit-wrapper .title-detail button img {
  margin-right: 8px;
}

.benefit-wrapper .desc {
  font-size: 16px;
  line-height: 1.4;
}

.benefit-wrapper .note {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}

.benefit-wrapper .note div {
  margin-right: 8px;
}

.benefit-wrapper .note ul {
  list-style-type: none;
}

.more-info {
  position: relative;
  border-radius: 5px;
  border: none;
  background: #ebebeb;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  z-index: 999;
  /* Hide more info to begin with and reveal if text inside desc is too long*/
  display: none;
  color: #013D6F;
}

/* Only display 'more' to begin with */
.more-info .less,
.more-info.expand .more {
  display: none;
}

.more-info.expand .less {
  display: inline;
}

.benefit-items {
  display: flex;
  background-color: #fff;
}

.benefit-items .benefit-card {
  flex: 1;
  border-radius: 15px;
  box-shadow: 0 0 30px -5px rgba(158, 166, 198, 0.2);
}

.benefit-items .benefit-card .title-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.benefit-items .benefit-card .title-card.full-member {
  background: #013D6F;
}

.benefit-items .benefit-card .title-card.ordinary-member {
  background: #FF991E;
}

.benefit-items .benefit-card .title-card.government-member {
  background: #CCD8E2;
}

.benefit-items .benefit-card .contnet-card {
  padding: 20px;
}

.benefit-items .benefit-card .contnet-card .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #013D6F;
  margin-bottom: 12px;
}

.benefit-items .benefit-card .contnet-card .content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.benefit-items .benefit-card .contnet-card .content ul {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  line-height: 1.5;
}

.benefit-items .benefit-card .contnet-card .content ol {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  line-height: 1.5;
}

.equal-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.benefit-type.owl-carousel .owl-stage {
  display: flex;
}

.benefit-type.owl-carousel .owl-stage-outer {
  padding-bottom: 15px;
}

.show-more-link a, .show-less-link a {
  display: block;
  border: none;
  background: #f7f7f7;
  padding: 8px 0;
  text-align: center;
  width: calc(100% - 40px);
  margin: 15px auto;
  z-index: 999;
  color: #013D6F;
}

.show-more-body .title {
  font-size: 18px;
  font-weight: 500;
  color: #013D6F;
  margin-bottom: 12px;
}

.show-more-body .content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.show-more-body .content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.show-more-body .content ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.show-more.unnecessary .show-more-link {
  display: none;
}

.show-more.expand .show-more-body {
  max-height: 100%;
  height: auto;
}

.show-more.expand .show-more-link {
  display: none;
}

.show-more.expand .show-less-link {
  display: block;
}

.show-more .show-more-body {
  padding: 20px 20px 0 20px;
  height: auto;
  max-height: 460px;
  overflow: hidden;
}

.show-more .show-less-link {
  display: none;
}

.monthly .focus-title,
.annual .focus-title {
  font-size: 22px;
  color: #013D6F;
  margin-bottom: 15px;
}

.annual {
  background: #F2F5F8;
}

.filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.filter-wrapper .title {
  color: #013D6F;
}

.not-found {
  border: 1px solid #ebebeb;
  display: flex;
  width: 100%;
  padding: 30px;
  height: 300px;
  justify-content: center;
  align-items: center;
}

.not-found .detail {
  text-transform: uppercase;
  color: #CED2E3;
  font-size: 16px;
  line-height: 1.4;
}

.ptit-focus {
  display: block;
  margin: 0 auto;
}

.ptit-focus .focus-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 2px;
}

.ptit-focus .focus-img:hover .overlay {
  opacity: 1;
  background: linear-gradient(to top, #005695, transparent);
}

.ptit-focus .focus-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ptit-focus .focus-img .overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: linear-gradient(to top, transparent, transparent);
  transition: all .3s ease-out 0s;
}

.ptit-focus .focus-img .overlay h4 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  align-self: center;
}

.ptit-focus .focus-img .overlay h4::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  display: block;
  width: 40px;
  height: 5px;
  background: #FF991E;
  border-radius: 10px;
  transform: translateX(-50%);
}

.ptit-focus .content .date {
  display: block;
  font-size: 14px;
  color: #717171;
}

.ptit-focus .content .title {
  font-size: 16px;
  color: #013D6F;
  text-decoration: none;
  line-height: 1.4;
  word-wrap: break-word;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  height: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ptit-focus .content .title:hover {
  color: #FF991E;
}

@media (max-width: 767px) {
  .categories-right {
    margin-top: 20px;
  }
}

.categories-right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.title-detail .date {
  font-size: 14px;
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.title-detail .date img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}

.title-detail .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #013D6F;
  margin-bottom: 30px;
}

.title-detail .feature-img img {
  width: 100%;
  object-fit: cover;
  max-height: 520px;
}

.content-detail {
  width: 800px;
  margin: 30px auto;
}

@media (max-width: 1023px) {
  .content-detail {
    width: auto;
  }
}

.content-detail .detail img {
  max-width: 100%;
  height: auto;
}

.content-detail blockquote {
  font-size: 24px;
  color: #013D6F;
  font-weight: 500;
  margin: 30px 0;
  line-height: 1.4;
}

.content-detail .gallery-pic {
  margin: 30px 0;
}

.content-detail .gallery-pic img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .content-detail .gallery-pic img {
    margin-top: 15px;
  }
}

.commit-member {
  background: #F2F5F8;
}

.commit-member .commit-title {
  position: relative;
  margin-bottom: 50px;
}

.commit-member .commit-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background-color: #FF991E;
}

.commit-member .commit-title h3 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #013D6F;
  text-transform: uppercase;
}

.commit-member .profile {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.commit-member .profile img {
  border-radius: 50%;
  object-fit: cover;
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

.commit-member .profile .position {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #717171;
  min-height: 40px;
  line-height: 1.5;
  text-transform: uppercase;
}

.commit-member .profile .separate {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 12px auto;
}

.commit-member .profile .name {
  font-size: 18px;
  font-weight: 600;
  color: #013D6F;
}

.commit-member .content h5 {
  font-size: 20px;
  color: #013D6F;
  margin-bottom: 15px;
}

.commit-member .separate {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 40px auto;
}

.event-tab .custom-bg {
  background: #013D6F;
  justify-content: center;
}

.event-tab .custom-bg .custom-link {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .event-tab .custom-bg .custom-link {
    font-size: 12px;
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  .event-tab .custom-bg .custom-link {
    font-size: 14px;
  }
}

.event-tab .custom-bg .custom-link.active {
  background: #4E789B !important;
  border-radius: 0;
}

.overview-wrapper {
  display: flex;
  flex-flow: column;
  padding: 40px 0;
  max-width: 960px;
  margin: 0 auto;
}

.overview-wrapper .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #013D6F;
}

@media (max-width: 767px) {
  .overview-wrapper .title {
    font-size: 20px;
    text-align: center;
  }
}

.overview-wrapper .content h1, .overview-wrapper .content h2, .overview-wrapper .content h3, .overview-wrapper .content h4, .overview-wrapper .content h5, .overview-wrapper .content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #013D6F;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .overview-wrapper .content h1, .overview-wrapper .content h2, .overview-wrapper .content h3, .overview-wrapper .content h4, .overview-wrapper .content h5, .overview-wrapper .content h6 {
    font-size: 16px;
  }
}

.overview-wrapper .content p {
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .overview-wrapper .content p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.overview-wrapper .content ul {
  padding-left: 20px;
  list-style-type: disc;
}

.overview-wrapper .content ul li b {
  color: #013D6F;
}

.overview-wrapper .content ul li::before:not(.bottom-detail) {
  content: "•";
  color: #013D6F;
  display: inline-block;
  width: .5em;
  margin-left: -1em;
}

.overview-wrapper .content ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.overview-wrapper .content .speaker-profile {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
}

.overview-wrapper .content .speaker-profile:last-child {
  border-bottom: 0;
}

.overview-wrapper .content .speaker-profile .img {
  margin-right: 30px;
}

.overview-wrapper .content .speaker-profile .img img {
  border-radius: 50%;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.overview-wrapper .content .speaker-profile .name h4 {
  font-size: 18px;
  color: #013D6F;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .overview-wrapper .content .speaker-profile .name h4 {
    font-size: 16px;
  }
}

.overview-wrapper .content .speaker-profile .name p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .overview-wrapper .content .speaker-profile .name p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.overview-wrapper .content .get-direction {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .overview-wrapper .content .get-direction .text-detail {
    flex: 0 0 250px;
  }
}

.overview-wrapper .content .get-direction .text-detail h4 {
  margin-bottom: 10px;
}

.overview-wrapper .content .event-code {
  font-size: 16px;
  color: #013D6F;
  font-weight: 600;
}

@media (max-width: 767px) {
  .overview-wrapper .content .event-code {
    text-align: center;
  }
}

.overview-wrapper .content .event-code span {
  color: #717171;
  font-weight: 400;
}

.overview-wrapper .content .optional {
  margin: 30px 0;
}

.overview-wrapper .content .optional h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .overview-wrapper .content .optional h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.overview-wrapper .content .optional p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  color: #013D6F;
}

@media (max-width: 767px) {
  .overview-wrapper .content .optional p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.overview-wrapper .content .optional p span {
  color: #717171;
  font-weight: 400;
}

.overview-wrapper .content .highlight {
  background: #F2F5F8;
  color: #013D6F;
  padding: 40px 80px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .overview-wrapper .content .highlight {
    padding: 30px;
    font-size: 16px;
  }
}

.overview-wrapper .content .highlight a {
  color: #013D6F;
}

.overview-wrapper .content .highlight a:hover {
  color: #FF991E;
}

.overview-wrapper .content .bottom-detail .recomend {
  color: #013D6F;
}

.overview-wrapper .content .event-table table {
  width: 100%;
}

.overview-wrapper .content .event-table tr {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.overview-wrapper .content .event-table tr th {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #013D6F;
  vertical-align: middle;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .overview-wrapper .content .event-table tr th {
    font-size: 14px;
  }
}

.overview-wrapper .content .event-table tr th span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: red;
}

@media (max-width: 767px) {
  .overview-wrapper .content .event-table tr th span {
    line-height: 1.5;
  }
}

.overview-wrapper .content .event-table tr td {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #013D6F;
  vertical-align: middle;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .overview-wrapper .content .event-table tr td {
    font-size: 14px;
  }
}

.overview-wrapper .content .event-table tr td span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #717171;
}

.overview-wrapper .map-wrapper {
  margin: 30px 0;
}

.time-detail .time-table {
  width: 100%;
  overflow-x: scroll;
}

.time-detail .time-table td {
  font-size: 16px;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .time-detail .time-table td {
    font-size: 14px;
  }
}

.time-detail .time-table td:first-child {
  width: 10%;
}

@media (max-width: 767px) {
  .time-detail .time-table td:first-child {
    width: 25%;
  }
}

.time-detail .time-table td:last-child {
  width: 90%;
}

@media (max-width: 767px) {
  .time-detail .time-table td:last-child {
    width: 75%;
  }
}

.search-section {
  padding: 60px 0 25vh 0;
}

@media (max-width: 767px) {
  .search-section {
    padding: 40px 0 15vh 0;
  }
}

.search .nice-select {
  min-width: 160px;
  max-width: auto;
  border: none;
  border-radius: 5px 0 0 5px !important;
  background: #013d6f;
}

@media (max-width: 767px) {
  .search .nice-select {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.search .nice-select .current {
  color: #fff;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .search .nice-select .current {
    display: none;
  }
}

.search .nice-select .option.selected.focus {
  color: #013D6F;
}

.search .form-control {
  border-radius: 0 5px 5px 0 !important;
  height: 42px;
  position: relative;
}

.search button {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 999;
  background: none;
}

.search button:hover img {
  filter: contrast(1);
  opacity: 1;
}

.search button img {
  width: 20px;
  height: auto;
  filter: contrast(0.1);
  opacity: 0.5;
  transition: opacity .1s ease-in;
}

.results {
  font-size: 16px;
  font-weight: 300;
  color: #717171;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
  transition: all .3s ease-in;
}

.results span {
  font-size: 18px;
  font-weight: 600;
  color: #013D6F;
}

.results.show {
  opacity: 1;
}

.results-wrapper .search-results {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .results-wrapper .search-results {
    flex-flow: row wrap;
  }
}

.results-wrapper .search-results .img img {
  width: 240px;
  height: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .results-wrapper .search-results .img img {
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
  }
}

.results-wrapper .search-results .content {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .results-wrapper .search-results .content {
    padding-left: 0;
  }
}

.results-wrapper .search-results .content a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #013D6F;
  margin-bottom: 12px;
}

.results-wrapper .search-results .content a:hover {
  color: #FF991E;
}

.results-wrapper .search-results .content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  word-wrap: break-word;
  display: block;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.results-wrapper .search-results .content a.tag {
  display: inline-block !important;
  font-size: 12px;
  padding: 3px 12px;
  color: #fff;
  background: #FF991E;
  border-radius: 2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .results-wrapper .search-results .content a.tag {
    font-size: 12px;
  }
}

.login-wrapper .detail {
  margin-bottom: 30px;
}

.login-wrapper .detail b {
  color: #013D6F;
  font-weight: 500;
}

@media (max-width: 767px) {
  .login-wrapper .nav {
    font-size: 14px;
  }
}

.login-wrapper .inform-detail h3 {
  font-size: 18px;
  color: #013D6F;
  font-weight: 400;
  margin-bottom: 20px;
}

.login-title, .inform-title, .order-title {
  position: relative;
  color: #013D6F;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 200px;
}

.login-title::before, .inform-title::before, .order-title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #FF991E;
}

.forgot-title {
  width: 320px !important;
}

.inform-title {
  margin-bottom: 30px;
  width: 280px !important;
}

.order-title {
  margin-bottom: 30px;
  width: 260px !important;
}

.order-title.thank {
  width: 220px !important;
}

.login-pill .nav-link {
  color: #013D6F;
  background: #F2F5F8;
  padding: .75rem 2.75rem;
  border-radius: 10px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .login-pill .nav-link {
    padding: .75rem 1.2rem;
  }
}

.login-pill .nav-link.active {
  color: #013D6F;
  background: #fff;
  border-bottom: 4px solid #FF991E;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.1);
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.profile-wrapper .bill-form-wrapper {
  padding: 20px 25px 5px 25px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .profile-wrapper .focus-book {
    margin-bottom: 15px;
  }
}

.profile-wrapper .custom-group {
  margin-bottom: 25px;
}

.profile-wrapper .custom-group a {
  text-align: center;
}

.profile-wrapper .custom-group .list-group-item.active {
  background-color: #FF991E;
  color: #fff;
}

.profile-wrapper .custom-group .list-group-item {
  background-color: #F0F0F0;
  color: #939598;
  margin-bottom: 3px;
  border: none;
}

.profile-wrapper .card button[aria-expanded="true"] .ev-carret img {
  transform: rotate(180deg);
}

.profile-wrapper .btn.focus, .profile-wrapper .btn:focus {
  outline: none;
  box-shadow: none;
}

.profile-wrapper .btn-link {
  color: #013D6F;
  text-decoration: none !important;
}

.profile-wrapper .btn-link:hover {
  text-decoration: none;
}

.profile-wrapper .h-title {
  position: relative;
  color: #013D6F;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 25px;
}

.profile-wrapper .h-title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #FF991E;
}

.profile-wrapper .h-title h3 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .profile-wrapper .h-title h3 {
    font-size: 20px;
  }
}

.profile-wrapper .sub-title {
  font-size: 18px;
  color: #013D6F;
  margin-bottom: 10px;
}

.profile-wrapper .form-wrapper h6 {
  font-size: 18px;
  color: #013D6F;
  font-weight: 400;
  margin-bottom: 15px;
}

.profile-wrapper .form-wrapper .form-group {
  margin-bottom: 0;
}

.profile-wrapper .form-wrapper .nice-select {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 1px solid #ced4da;
}

.profile-wrapper .form-wrapper .form-row > .col {
  padding-right: 10px;
  padding-left: 10px;
}

.profile-wrapper .form-wrapper .form-row > .col:first-of-type {
  padding-left: 5px;
}

.profile-wrapper .form-wrapper .form-row > .col:last-of-type {
  padding-right: 5px;
}

.report-wrapper {
  position: relative;
  padding: 120px;
  border-radius: 10px;
  color: #fff;
  background-size: cover !important;
}

.report-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #013D6F, rgba(0, 0, 0, 0));
  border-radius: 10px;
}

.report-wrapper .desc {
  position: relative;
  text-align: center;
}

.report-wrapper .desc h3 {
  position: relative;
  width: 50%;
  margin: 30px auto;
}

.report-wrapper .desc h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FF991E;
}

.report-wrapper .desc h3.thank-you {
  width: 25%;
}

.report-wrapper .desc h3.nearly-done {
  width: 30%;
}

.report-wrapper .desc p {
  line-height: 1.4;
  max-width: 70%;
  margin: auto;
}

.report-wrapper .desc p b {
  color: #FF991E;
}

.report-wrapper .desc a {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
}

.report-wrapper .desc a:hover {
  color: #fff;
}

.event-list .card {
  margin: 15px 0;
  border: none;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
  border-radius: 5px !important;
}

.event-list .card .btn.focus, .event-list .card .btn:focus {
  box-shadow: none;
}

.event-list .card button[aria-expanded="true"] .ev-carret img {
  transform: rotate(180deg);
}

.event-list .card-header {
  background: none;
  border-bottom: none;
}

.event-list .card-header .ev-img {
  flex: 0 1 180px;
}

.event-list .card-header .ev-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.event-list .card-header .ev-detail {
  text-align: left;
  padding-left: 20px;
}

.event-list .card-header .ev-detail .ev-categories {
  display: inline-block;
  color: #fff;
  background-color: #FF991E;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-right: 10px;
  border-radius: 2px;
}

.event-list .card-header .ev-detail .ev-date {
  display: inline-block;
  font-size: 14px;
}

.event-list .card-header .ev-detail .ev-title {
  font-size: 18px;
  font-weight: 400;
  color: #013D6F;
  text-transform: uppercase;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .event-list .card-header .ev-detail .ev-title {
    font-size: 16px;
  }
}

.event-list .card-header .ev-detail .ev-status p {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.event-list .card-header .ev-detail .ev-status p .pending {
  color: #FF991E;
  font-weight: 600;
}

.event-list .card-header .ev-detail .ev-status p .pay-already {
  color: #16E08B;
  font-weight: 600;
}

.event-list .card-header .ev-detail .ev-status p b {
  color: #000;
}

.event-list .card-header .ev-carret {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  align-items: center;
  height: 100%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .event-list .card-header .ev-carret {
    align-items: start;
  }
}

.event-list .card-body .join-detail {
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.event-list .card-body .join-detail h3 {
  font-size: 18px;
  color: #013D6F;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .event-list .card-body .join-detail h3 {
    font-size: 16px;
  }
}

.event-list .card-body .join-detail .join {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  padding-top: 15px;
}

.event-list .card-body .join-detail .join:first-child {
  padding-top: 0;
}

.event-list .card-body .join-detail .join:last-child {
  border-bottom: none;
}

.event-list .card-body .join-detail .join .name {
  font-size: 16px;
  color: #2E353B;
  margin-bottom: 0;
}

.event-list .card-body .join-detail .join .pos {
  padding-bottom: 10px;
}

.event-list .card-body .order-summary h3 {
  font-size: 18px;
  color: #013D6F;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .event-list .card-body .order-summary h3 {
    font-size: 16px;
  }
}

.event-list .card-body .order-summary table th {
  text-align: center;
  border-top: none;
}

.event-list .card-body .order-summary table td {
  color: #717171;
  border-bottom: 1px solid #f3f3f3;
}

.event-list .card-body .total-price {
  text-align: right;
}

.event-list .card-body .total-price span {
  color: #013D6F;
  font-weight: 600;
}

@media (max-width: 767px) {
  .order-wrapper .stepper.order {
    max-width: 300px;
  }
}

@media (max-width: 320px) {
  .order-wrapper .stepper.order {
    max-width: 240px;
  }
}

.event-order {
  display: flex;
}

@media (max-width: 767px) {
  .event-order {
    flex-direction: column;
  }
}

.event-order .ev-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.event-order .ev-detail {
  text-align: left;
  padding-left: 30px;
  align-self: center;
}

@media (max-width: 767px) {
  .event-order .ev-detail {
    padding-left: 0;
    margin-top: 15px;
  }
}

.event-order .ev-detail .ev-categories {
  display: inline-block;
  color: #fff;
  background-color: #FF991E;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 12px;
  margin-right: 10px;
  border-radius: 2px;
}

.event-order .ev-detail .ev-date {
  display: inline-block;
  font-size: 14px;
}

.event-order .ev-detail .ev-title {
  font-size: 18px;
  font-weight: 400;
  color: #013D6F;
  text-transform: uppercase;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .event-order .ev-detail .ev-title {
    font-size: 16px;
  }
}

.packages .form-check-input {
  height: 18px;
  width: 18px;
}

.packages .form-check-label {
  padding-left: 8px;
}

.packages h3 {
  color: #013D6F;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .packages h3 {
    font-size: 16px;
  }
}

.packages h3 span {
  color: #ACACAC;
}

.packages .price {
  color: #013D6F;
  line-height: 1.4;
  font-weight: 600;
  text-align: right;
}

.packages .price span {
  display: block;
  color: #ACACAC;
  font-size: 14px;
  font-weight: 400;
}

.packages #table-summary thead tr {
  border-bottom: 1px solid #ebebeb;
}

.packages .table td, .packages .table th {
  font-size: 15px;
  line-height: 1.4;
  padding: .75rem 0;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.packages .table td:last-child, .packages .table th:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .packages .table td, .packages .table th {
    font-size: 14px;
  }
}

.packages .table td {
  vertical-align: middle;
}

.packages .table.os thead {
  background: #D6E0ED;
}

.packages .table.os tbody {
  background: #F2F5F8;
}

.packages .table.os tfoot tr:nth-child(odd) {
  background: #D6E0ED;
}

.packages .table.os tfoot tr:nth-child(even) {
  background: #F2F5F8;
}

.packages .table.os tr.sum td {
  text-align: right;
  padding: 10px 10px;
}

.packages .table.os tr.sum:last-of-type td {
  font-weight: 600;
  color: #013D6F;
}

.packages .table.os td, .packages .table.os th {
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
  padding: .75rem;
  border-top: none;
  border-bottom: none;
}

.packages .table.os td:last-child, .packages .table.os th:last-child {
  text-align: right;
}

.packages .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.packages .form-row > .col, .packages .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.packages .detail-summary {
  padding: 30px 0;
}

.order-id {
  background: #013D6F;
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
