@charset "UTF-8";
/*$green:   #198754 !default;*/
@import url("https://use.typekit.net/jsy4iyy.css");
html {
  scroll-behavior: smooth; }

html[lang=en] body {
  font-family: calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal; }

html[lang=en] body b, html[lang=en] body strong {
  font-family: calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-weight: 700;
  font-style: normal; }

.roboto {
  font-family: roboto,sans-serif;
  font-weight: 400;
  font-style: normal; }

.roboto-bold {
  font-family: roboto,sans-serif;
  font-weight: 700;
  font-style: normal; }

.roboto-medium {
  font-family: roboto,sans-serif;
  font-weight: 500;
  font-style: normal; }

body {
  color: #303030;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 1.375rem;
  min-width: 320px;
  font-family: calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif; }
  @media (max-width: 575.98px) {
    body {
      font-size: 1.125rem; } }

.container {
  max-width: 1600px; }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 16px;
  padding-right: 16px; }

@media (min-width: 992px) {
  .container-p {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1800px; } }
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .container-p {
    padding-left: 40px;
    padding-right: 40px; } }

.member-container {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto; }

.mainlogo {
  display: inline-block; }

.sublogo {
  display: inline-block; }

img {
  max-width: 100%; }

.pt-6,
.py-6 {
  padding-top: 5rem; }

.pr-6,
.px-6 {
  padding-right: 5rem; }

.pb-6,
.py-6 {
  padding-bottom: 5rem; }

.pl-6,
.px-6 {
  padding-left: 5rem; }

@media (min-width: 768px) {
  .pl-md-6 {
    padding-left: 5rem; } }
.py-section {
  padding-top: 90px;
  padding-bottom: 150px; }

@media (min-width: 992px) {
  .py-section-lg {
    padding-top: 100px;
    padding-bottom: 120px; } }

.pt-section-sm {
  padding-top: 30px; }

.py-section-xs {
  padding-top: 30px;
  padding-bottom: 30px; }

.nav-insideContent {
  display: flex;
  justify-content: flex-end; }
  .nav-insideContent .btn-nav {
    display: flex;
    background: none !important;
    color: #FCB813;
    padding: 3px;
    align-items: center;
    font-size: 0.9rem; }
    .nav-insideContent .btn-nav i {
      font-size: 40px;
      width: 40px;
      height: 40px;
      text-align: center; }
    .nav-insideContent .btn-nav:hover, .nav-insideContent .btn-nav:focus {
      color: #005D70; }
    .nav-insideContent .btn-nav.disable {
      color: #707070 !important; }

.nav-switch {
  text-align: center; }
  .nav-switch .nav-item {
    display: inline-block;
    vertical-align: middle; }
    .nav-switch .nav-item a {
      color: #303030;
      padding: 10px 15px;
      font-weight: bold;
      font-size: 1.5rem; }
      .nav-switch .nav-item a:hover, .nav-switch .nav-item a:focus, .nav-switch .nav-item a:active {
        color: #FCB813;
        text-decoration: none; }
      @media (max-width: 767.98px) {
        .nav-switch .nav-item a {
          font-size: 1.2rem; } }
    .nav-switch .nav-item.active a {
      color: #00AEEF !important; }
    .nav-switch .nav-item::before {
      content: '';
      height: 1em;
      width: 2px;
      background-color: #303030;
      display: inline-block; }
    .nav-switch .nav-item:first-child::before {
      display: none; }

.btn {
  border-radius: none !important;
  font-size: 1.25rem !important;
  padding: 0.75rem 0.75rem;
  transition: .15s; }
  .btn:focus, .btn:hover {
    box-shadow: none; }

.btn-white {
  background-color: white;
  color: #00AEEF !important; }
  .btn-white:hover, .btn-white:focus {
    background-color: rgba(255, 255, 255, 0.85) !important; }

.btn-gray {
  background-color: #a7a7a7;
  color: #fff !important; }
  .btn-gray:hover, .btn-gray:focus {
    background-color: #EE5BA0 !important; }

.btn-gray2 {
  background-color: #a7a7a7;
  color: #fff !important; }
  .btn-gray2:hover, .btn-gray2:focus {
    background-color: #868686 !important; }

.btn-darkblue {
  color: white !important;
  background-color: #008bbe; }
  .btn-darkblue:hover, .btn-darkblue:focus {
    background-color: #04749d; }

.btn-pink {
  color: white !important;
  background-color: #fff; }
  .btn-pink:hover, .btn-pink:focus {
    background-color: #EE5BA0; }

.btn-gold {
  color: white !important;
  background-color: #C9900F; }
  .btn-gold:hover, .btn-gold:focus {
    background-color: #a1730c; }

.btn-gold-outline {
  color: #C9900F !important;
  background-color: #fff;
  border: 1px #C9900F solid; }

.btn-skyblue-white {
  background-color: rgba(0, 173, 239, 0.5) !important;
  color: #fff;
  border: 2px solid #00AEEF; }
  .btn-skyblue-white:hover, .btn-skyblue-white:focus {
    background-color: #00AEEF !important;
    color: #fff; }

.btn-linkbox {
  color: #303030;
  background: #E2EEF8;
  display: block;
  padding: 15px;
  margin: 5px;
  text-decoration: none !important; }
  .btn-linkbox:hover, .btn-linkbox:focus {
    background-color: #3F6C9D;
    color: white; }

.twoCol-linkbox .btn-linkbox {
  margin: 0;
  height: 100%; }

.btn-light {
  background-color: #ddd;
  color: #303030; }

.btn-pill {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 100px;
  min-width: 170px; }
  @media (max-width: 575.98px) {
    .btn-pill {
      min-width: 180px; } }
  .btn-pill.btn-secondary {
    font-weight: bold; }

.btn-view {
  font-size: 0.8rem;
  padding: 0;
  margin: 0.5em;
  line-height: 1.2;
  color: #303030;
  text-decoration: none !important; }
  .btn-view i {
    font-size: 1.1rem;
    display: block;
    text-align: center;
    margin-bottom: 3px; }
  .btn-view:hover, .btn-view:focus, .btn-view:active, .btn-view.active {
    color: #FCB813; }

.btn-alpha-order {
  background-color: #EFFAFF;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px; }
  .btn-alpha-order .alpha-arrow {
    line-height: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 8px; }
  .btn-alpha-order .alpha-text {
    line-height: 1;
    font-size: 0.775rem;
    transition: 0.8s transform ease-in-out; }
  .btn-alpha-order.descending .arrow-up svg path {
    fill: #FFE39F; }
  .btn-alpha-order.descending .arrow-down svg path {
    fill: #8B6303; }
  .btn-alpha-order.descending .alpha-text span:first-child {
    animation: 0.4s transformOrder1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .btn-alpha-order.descending .alpha-text span:last-child {
    animation: 0.4s transformOrder2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .btn-alpha-order.ascending .alpha-text span:first-child {
    animation: 0.4s transformOrder1r;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .btn-alpha-order.ascending .alpha-text span:last-child {
    animation: 0.4s transformOrder2r;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
@keyframes transformOrder1 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(200%); } }
@keyframes transformOrder2 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-200%); } }
@keyframes transformOrder1r {
  from {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }
@keyframes transformOrder2r {
  from {
    transform: translateY(-200%); }
  to {
    transform: translateY(0); } }
.tag {
  display: inline-block;
  margin: 3px;
  border-radius: 100px;
  font-size: 0.9rem;
  color: #FCB813;
  background-color: #f7f7f7;
  padding: 0.8rem 2rem; }
  .tag:hover, .tag:focus, .tag:active, .tag.active {
    background-color: #F4FBFC;
    text-decoration: none; }

.mlr-0 {
  margin-left: 0;
  margin-right: 0; }

.mr-6 {
  margin-right: 6rem !important; }

.mb-6 {
  margin-bottom: 3.75rem !important; }

.row-0 {
  margin-left: 0;
  margin-right: 0; }
  .row-0 > div, .row-0 > .col, .row-0 > li {
    padding-left: 0;
    padding-right: 0; }

.row-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-5 > div {
    padding-left: 5px;
    padding-right: 5px; }

.row-7 {
  margin-left: -7px;
  margin-right: -7px; }
  .row-7 > div {
    padding-left: 7px;
    padding-right: 7px; }

@media (min-width: 768px) {
  .col-md-5col {
    flex: 0 0 20%;
    max-width: 20%; } }

.rounded {
  border-radius: 0.7rem !important; }

.large {
  font-size: 1.2em; }

.uppercase {
  text-transform: uppercase; }

.breadcrumb {
  padding: 0;
  background: none; }

.breadcrumb-item {
  margin-right: 0.5em; }

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
  content: ''; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }

.breadcrumb-item::after {
  padding-left: 0.5rem;
  color: #6c757d;
  content: "|"; }

.breadcrumb-item:last-child::after {
  padding-left: 0;
  content: ""; }

#content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px; }
  #content-wrapper .lastSection {
    margin-bottom: -80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f7f7; }

.hoverUp {
  transition: 0.3s all; }
  .hoverUp:hover, .hoverUp:focus {
    transform: translateY(-10px);
    text-decoration: none; }

.hoverScale {
  transition: 0.5s all; }
  .hoverScale:hover, .hoverScale:focus {
    transform: scale(1.05);
    text-decoration: none; }

h1, .h1 {
  font-size: 3.125rem; }

h2, .h2 {
  font-size: 3.125rem; }

h3, .h3 {
  font-size: 2.25rem;
  font-weight: bold; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.1rem; }

.text-lg1 {
  font-size: 2.5rem;
  line-height: 1.2; }

.title-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #3F6C9D;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em; }

.title-line:before, .title-line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 49%;
  height: 1px;
  content: '\a0';
  background-color: #FCB813; }

.title-line:before {
  margin-left: -50%;
  text-align: right; }

.title-line:after {
  margin-left: 1%; }

.title-line2 {
  display: flex;
  width: 100%;
  flex-wrap: nowrap; }
  .title-line2 > div {
    width: auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    white-space: nowrap;
    padding-right: 30px;
    color: #00AEEF; }
  .title-line2::after {
    display: block;
    margin-top: 0.9rem;
    height: 1px;
    width: 100%;
    content: '';
    background: #00AEEF; }
  @media (max-width: 991.98px) {
    .title-line2 {
      flex-wrap: wrap; }
      .title-line2 > div {
        white-space: inherit; } }

hr {
  border-color: #FCB813; }

.hr-grey {
  border-color: #a7a7a7; }

.list li + li {
  margin-top: 1rem; }

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2rem; }

  h2, .h2 {
    font-size: 2rem; }

  h3, .h3 {
    font-size: 1.75rem; }

  h4, .h4 {
    font-size: 1.4rem; }

  h5, .h5 {
    font-size: 1rem;
    font-weight: bold; }

  .text-lg1 {
    font-size: 1.5rem; }

  #content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px; }
    #content-wrapper .lastSection {
      margin-bottom: -50px;
      padding-top: 50px;
      padding-bottom: 50px; }

  .py-section {
    padding-top: 45px;
    padding-bottom: 72px; }
    .py-section.box-img-PA {
      /*padding-top: 90px;*/ } }
/**********************************************modal*/
.modal {
  z-index: 10050; }
  .modal .modal-content .close {
    position: absolute;
    top: -40px;
    right: 15px;
    color: white;
    opacity: 1;
    transition: 0.2s all;
    border-radius: 100px;
    border: 2px solid white;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    width: 44px;
    height: 44px; }

.modal-header {
  border: none;
  padding: 20px; }

.modal-title {
  color: #FCB813;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center; }

.modal-body {
  max-height: calc(75vh - 70px);
  overflow-y: auto;
  padding: 20px; }

.modal-dialog {
  max-width: 800px; }

.modal-backdrop {
  z-index: 10040; }
  .modal-backdrop.show {
    opacity: 0.7; }

@media (max-width: 991.98px) {
  .d-lg-rotate90 {
    transform: rotate(90deg); } }

@media (max-width: 767.98px) {
  .modal-header, .modal-body {
    padding: 20px 15px; } }
#eNewsModal .modal-dialog {
  max-width: 890px; }
#eNewsModal .modal-content {
  background-color: #F7F7F7;
  border-radius: 50px;
  padding: 6% 7% 6% 7%; }
  #eNewsModal .modal-content .close {
    top: -58px; }
#eNewsModal input.form-control {
  padding: 1.875rem 1.2rem;
  font-size: clamp(1rem, 4vw, 1.5rem);
  border: none; }

#a2apage_dropdown {
  margin-top: 10px;
  margin-bottom: 10px; }

.a2a_more {
  display: none; }

.page-link {
  border: none;
  padding: 0;
  border-radius: 200px !important;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 0.8rem;
  line-height: 2.4rem;
  text-align: center;
  background-color: white;
  color: #FCB813;
  margin: 2px; }
  .page-link:hover, .page-link:focus {
    background-color: #E2EEF8;
    color: #005D70; }

.page-item.active .page-link {
  background-color: #FCB813; }

/**********************************************header*/
a.skipToContent {
  color: #fff;
  left: -999px;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap; }

a.skipToContent:focus, a.skipToContent:active {
  color: #fff !important;
  background-color: #EE5BA0;
  left: 50%;
  top: 20px;
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 99999;
  margin-left: -100px;
  width: 200px; }

#header {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff; }

.headerTop {
  background-color: #FCB813;
  color: #fff; }
  .headerTop a {
    color: #fff;
    padding: 5px; }
    .headerTop ahover, .headerTop afocuse {
      text-decoration: underline;
      color: #fff; }

.fontSize {
  font-size: 16px;
  vertical-align: middle; }
  .fontSize a {
    margin: 0 1px;
    padding: 2px 3px; }
  .fontSize .selected a {
    text-decoration: underline !important; }
  .fontSize .smallFont {
    font-size: 80%; }
  .fontSize .defaultFont {
    font-size: 120%; }
  .fontSize .largerFont {
    font-size: 160%; }

.icon-link {
  padding: 0 !important;
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  transform: scale(1);
  transition: 0.3s all;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 2rem;
  border: none !important;
  /*color: white;
  background-color: $primary;*/ }
  .icon-link > i {
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .icon-link > img {
    width: 2rem;
    display: block; }

.icon-left .logo {
  max-height: 150px !important;
  max-width: 280px !important;
  height: auto;
  width: 100%; }
  @media (max-width: 767.98px) {
    .icon-left .logo {
      margin: 32px 0px; } }

.nav-lang .icon-link {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  background-color: #a7a7a7;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer; }
  .nav-lang .icon-link.active, .nav-lang .icon-link:hover {
    background-color: #EE5BA0; }
@media (max-width: 575.98px) {
  .nav-lang .icon-link {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem; } }

.sMedia .btn-white {
  background-color: white;
  color: inherit !important; }
  .sMedia .btn-white:hover, .sMedia .btn-white:focus {
    background-color: inherit !important; }

.sMedia .icon-link > i {
  font-size: 1.25rem; }
.sMedia .icon-link:hover, .sMedia .icon-link:focus {
  transform: scale(1); }
.sMedia .icon-link:hover:before {
  color: #fff; }

.sMedia .icon-link.a2a-toggle > i {
  font-size: 1.7rem; }

.sMedia .a2a-dropdown-menu {
  background: #A7A7A7 !important;
  border-radius: 6px !important;
  border: none;
  direction: ltr;
  touch-action: manipulation;
  outline: 0;
  line-height: 12px;
  vertical-align: baseline;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px; }
  @media (min-width: 1200px) {
    .sMedia .a2a-dropdown-menu {
      width: 300px; } }
  .sMedia .a2a-dropdown-menu a {
    color: #fff; }

#menu .a2a-dropdown-menu {
  position: absolute;
  top: -75px;
  left: 0;
  padding-left: 0 !important;
  margin-top: 10px;
  min-width: 300px; }

.sMedia .a2a-item {
  display: inline-flex;
  align-items: center;
  float: left;
  padding: 6px 8px;
  text-align: left;
  text-overflow: ellipsis;
  width: 50%;
  font-size: 1.2rem; }

.sMedia .a2a-custom-icon {
  display: inline-block;
  background-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 19px;
  border-radius: 4px;
  margin-right: 6px; }

.sMedia .btn-white.btn-fb > i, .sMedia .btn-white.btn-yt > i {
  font-size: 1.25rem;
  color: #00AEEF !important; }
.sMedia .btn-white.btn-fb:hover, .sMedia .btn-white.btn-fb:focus, .sMedia .btn-white.btn-yt:hover, .sMedia .btn-white.btn-yt:focus {
  transform: scale(1);
  color: white !important; }
  .sMedia .btn-white.btn-fb:hover > i, .sMedia .btn-white.btn-fb:focus > i, .sMedia .btn-white.btn-yt:hover > i, .sMedia .btn-white.btn-yt:focus > i {
    color: white !important; }

.sMedia .btn-white.btn-fb:hover, .sMedia .btn-white.btn-fb:focus {
  background-color: #00AEEF !important; }

.sMedia .btn-white.btn-yt {
  background-color: #fff; }
  .sMedia .btn-white.btn-yt > i {
    color: #EE5BA0 !important; }
  .sMedia .btn-white.btn-yt:hover, .sMedia .btn-white.btn-yt:focus {
    background-color: #EE5BA0 !important; }

.header-link {
  /*display: flex;
  flex-wrap: wrap;*/
  display: table;
  /*.icon-link{
  	color: $primary;
  	background-color: white;
  }*/ }
  .header-link > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .header-link > div + div::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 33%;
    width: 1px;
    background: white; }

.btn-subscribe {
  font-size: 1.125rem !important; }

.btn-search {
  padding: 10px;
  border-radius: 50px;
  margin: 0;
  line-height: 0;
  border: none;
  background-color: #72BE44;
  color: #fff; }
  .btn-search > img {
    width: 1.5rem; }
  .btn-search:hover, .btn-search:focus {
    background-color: #5B9736; }

.btn-eportal {
  background-color: #00AEEF;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: bold;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  padding: 15px 45px !important; }
  .btn-eportal > img {
    width: 1.2em;
    margin-right: 8px; }
  .btn-eportal:hover, .btn-eportal:focus {
    background-color: #008ABE;
    color: #fff; }

.btn-lang {
  display: inline-block;
  margin: 5px;
  text-align: center;
  transition: 0.3s all; }
  .btn-lang > img {
    width: 80px; }
  .btn-lang:hover, .btn-lang:focus {
    text-decoration: none;
    transform: translateY(-8px); }

.headerLogo {
  padding-top: 10px;
  padding-bottom: 10px; }

.mainlogo {
  width: 220px; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .mainlogo {
      width: 200px; } }

.sublogo {
  width: 120px;
  margin-left: 40px; }

.text-color {
  color: #2F2F2F !important; }

.text-grayblue {
  color: #818285 !important; }

.text-magenta {
  color: #EE5BA0 !important; }

.text-secondary {
  color: #00AEEF !important; }

.text-primary {
  color: #FCB813 !important; }

.text-gold {
  color: #C9900F !important; }

.text-gold-dark {
  color: #8B6303 !important; }

.text-error-red {
  color: #FD5213 !important; }

.text-green {
  color: #72BE44 !important; }

.text-gold {
  color: #C9900F !important; }

.text-body {
  color: #2F2F2F !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-normal {
  font-weight: normal;
  font-size: 1.375rem; }

.btn-white-blue, .btn-white-pink, .btn-white-orange, .btn-white-green {
  background-color: #fff !important;
  border-radius: 90px;
  color: #00AEEF; }
  .btn-white-blue:hover, .btn-white-blue:focus, .btn-white-pink:hover, .btn-white-pink:focus, .btn-white-orange:hover, .btn-white-orange:focus, .btn-white-green:hover, .btn-white-green:focus {
    background-color: #ccc !important;
    color: #fff; }

.btn-white-pink {
  color: #EE5BA0; }

.btn-white-orange {
  color: #FCB813; }

.btn-white-green {
  color: #72BE44; }

.btn-white-blue-WB, .btn-white-pink-WB, .btn-white-orange-WB, .btn-white-green-WB {
  /*background-color: $white;*/
  border: 2px #00AEEF solid;
  border-radius: 90px;
  color: #00AEEF; }
  .btn-white-blue-WB:hover, .btn-white-blue-WB:focus, .btn-white-pink-WB:hover, .btn-white-pink-WB:focus, .btn-white-orange-WB:hover, .btn-white-orange-WB:focus, .btn-white-green-WB:hover, .btn-white-green-WB:focus {
    background-color: rgba(0, 173, 239, 0.5) !important;
    color: #fff; }

.btn-white-pink-WB {
  border: 2px #EE5BA0 solid;
  color: #EE5BA0; }
  .btn-white-pink-WB:hover, .btn-white-pink-WB:focus {
    background-color: rgba(238, 91, 160, 0.5) !important; }

.btn-white-orange-WB {
  border: 2px #FCB813 solid;
  color: #FCB813; }
  .btn-white-orange-WB:hover, .btn-white-orange-WB:focus {
    background-color: rgba(252, 184, 39, 0.5) !important; }

.btn-white-green-WB {
  border: 2px #72BE44 solid;
  color: #72BE44; }
  .btn-white-green-WB:hover, .btn-white-green-WB:focus {
    background-color: #F4FFED !important;
    color: #72BE44; }

.btn-white-blue-dark, .btn-white-pink-dark, .btn-white-orange-dark, .btn-white-green-dark {
  background-color: #00AEEF;
  color: #fff; }
  .btn-white-blue-dark:hover, .btn-white-blue-dark:focus, .btn-white-pink-dark:hover, .btn-white-pink-dark:focus, .btn-white-orange-dark:hover, .btn-white-orange-dark:focus, .btn-white-green-dark:hover, .btn-white-green-dark:focus {
    background-color: #008bbe !important;
    color: #fff; }

.btn-white-pink-dark {
  background-color: #EE5BA0; }
  .btn-white-pink-dark:hover, .btn-white-pink-dark:focus {
    background-color: #be4980 !important; }

.btn-white-orange-dark {
  background-color: #FCB813; }
  .btn-white-orange-dark:hover, .btn-white-orange-dark:focus {
    background-color: #ca930f !important; }

.btn-white-green-dark {
  background-color: #72BE44; }
  .btn-white-green-dark:hover, .btn-white-green-dark:focus {
    background-color: #5b9836 !important; }

.btn-green {
  background-color: #72BE44 !important;
  color: #fff; }

.bg-primary {
  background-color: #FCB813 !important; }

.bg-secondary {
  background-color: #00AEEF !important; }

.bg-magenta {
  background-color: #EE5BA0 !important; }

.bg-green {
  background-color: #72BE44 !important; }

.bg-light {
  background-color: #f7f7f7 !important; }

.bg-lightorange {
  background-color: #FFFAEF !important; }

.bg-lightorange2 {
  background-color: #FCF2DA !important; }

.bg-skyblue {
  background-color: #B7EBFF !important; }

.bg-lightskyblue {
  background-color: #EFFAFF !important; }

.bg-img {
  background-image: url("../images/bg_gray_noise.png");
  background-size: cover;
  background-position: center center;
  background-repeat: repeat; }

.bg-img-with-rainbowL {
  background-image: url("../images/rianbow_full.png"), url("../images/bg_gray_noise.png");
  background-size: 29.166667%, cover;
  background-position: bottom left, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbowL {
      background-size: 45%, cover; } }

.bg-img-with-rainbowR {
  background-image: url("../images/rianbow_full.png"), url("../images/bg_gray_noise.png");
  background-size: 29.166667%, cover;
  background-position: bottom right, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbowR {
      background-size: 45%, cover; } }
  .bg-img-with-rainbowR.content:last-child, .bg-img-with-rainbowR#content-wrapper {
    background-position: bottom 18px right, center center; }

.bg-img-with-rainbowC {
  background-image: url("../images/rianbow_full.png"), url("../images/bg_gray_noise.png");
  background-size: 29.166667%, cover;
  background-position: bottom center, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbowC {
      background-size: 45%, cover; } }

.bg-with-rainbowL {
  background-image: url("../images/rianbow_full.png");
  background-size: 29.166667%;
  background-position: bottom left;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbowL {
      background-size: 45%, cover; } }

.bg-with-rainbowR {
  background-image: url("../images/rianbow_full.png");
  background-size: 29.166667%;
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbowR {
      background-size: 45%, cover; } }
  .bg-with-rainbowR.content:last-child, .bg-with-rainbowR#content-wrapper {
    background-position: bottom 18px right; }

.bg-with-rainbowC {
  background-image: url("../images/rianbow_full.png");
  background-size: 29.166667%;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbowC {
      background-size: 45%, cover; } }

.bg-img-with-rainbow-OP-L {
  background-image: url("../images/rianbow_op.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  /*background-position: bottom 8.333333%, center center ;*/
  background-position: bottom left, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-OP-L {
      background-size: 22.416666%, cover; } }

.bg-img-with-rainbow-OP-R {
  background-image: url("../images/rianbow_op.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  /*background-position: bottom 81.25%, center center ;*/
  background-position: bottom right, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-OP-R {
      background-size: 22.416666%, cover; } }
  .bg-img-with-rainbow-OP-R.content:last-child, .bg-img-with-rainbow-OP-R#content-wrapper {
    background-position: bottom 18px right, center center; }

.bg-img-with-rainbow-OP-C {
  background-image: url("../images/rianbow_op.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  background-position: bottom center, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-OP-C {
      background-size: 22.416666%, cover; } }

.bg-with-rainbow-OP-L {
  background-image: url("../images/rianbow_op.png");
  background-size: 10.416666%;
  /*background-position: bottom 8.333333%;*/
  background-position: bottom left;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-OP-L {
      background-size: 22.416666%, cover; } }

.bg-with-rainbow-OP-R {
  background-image: url("../images/rianbow_op.png");
  background-size: 10.416666%;
  /*background-position: bottom 81.25%;*/
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-OP-R {
      background-size: 22.416666%, cover; } }
  .bg-with-rainbow-OP-R.content:last-child, .bg-with-rainbow-OP-R#content-wrapper {
    background-position: bottom 18px right; }

.bg-with-rainbow-OP-C {
  background-image: url("../images/rianbow_op.png");
  background-size: 10.416666%;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-OP-C {
      background-size: 22.416666%, cover; } }

.bg-img-with-rainbow-BO-L {
  background-image: url("../images/rianbow_bo.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  /*background-position: bottom 8.333333%, center center ;*/
  background-position: bottom left, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-BO-L {
      background-size: 22.416666%, cover; } }

.bg-img-with-rainbow-BO-R {
  background-image: url("../images/rianbow_bo.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  /*background-position: bottom 81.25%, center center ;*/
  background-position: bottom right, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-BO-R {
      background-size: 22.416666%, cover; } }
  .bg-img-with-rainbow-BO-R.content:last-child, .bg-img-with-rainbow-BO-R#content-wrapper {
    background-position: bottom 18px right, center center; }

.bg-img-with-rainbow-BO-C {
  background-image: url("../images/rianbow_bo.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  background-position: bottom center, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-BO-C {
      background-size: 22.416666%, cover; } }

.bg-with-rainbow-BO-L {
  background-image: url("../images/rianbow_bo.png");
  background-size: 10.416666%;
  /*background-position: bottom 8.333333%;*/
  background-position: bottom left;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-BO-L {
      background-size: 22.416666%, cover; } }

.bg-with-rainbow-BO-R {
  background-image: url("../images/rianbow_bo.png");
  background-size: 10.416666%;
  /*background-position: bottom 81.25%;*/
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-BO-R {
      background-size: 22.416666%, cover; } }
  .bg-with-rainbow-BO-R.content:last-child, .bg-with-rainbow-BO-R#content-wrapper {
    background-position: bottom 18px right; }

.bg-with-rainbow-BO-C {
  background-image: url("../images/rianbow_bo.png");
  background-size: 10.416666%;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-BO-C {
      background-size: 22.416666%, cover; } }

.bg-img-with-rainbow-PB-L {
  background-image: url("../images/rianbow_pb.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  /*background-position: bottom 8.333333%, center center ;*/
  background-position: bottom left, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-PB-L {
      background-size: 22.416666%, cover; } }

.bg-img-with-rainbow-PB-R {
  background-image: url("../images/rianbow_pb.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  /*background-position: bottom 81.25%, center center ;*/
  background-position: bottom right, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-PB-R {
      background-size: 22.416666%, cover; } }
  .bg-img-with-rainbow-PB-R.content:last-child, .bg-img-with-rainbow-PB-R#content-wrapper {
    background-position: bottom 18px right, center center; }

.bg-img-with-rainbow-PB-C {
  background-image: url("../images/rianbow_pb.png"), url("../images/bg_gray_noise.png");
  background-size: 10.416666%, cover;
  background-position: bottom center, center center;
  background-repeat: no-repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-rainbow-PB-C {
      background-size: 22.416666%, cover; } }

.bg-with-rainbow-PB-L {
  background-image: url("../images/rianbow_pb.png");
  background-size: 10.416666%;
  /*background-position: bottom 8.333333%;*/
  background-position: bottom left;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-PB-L {
      background-size: 22.416666%, cover; } }

.bg-with-rainbow-PB-R {
  background-image: url("../images/rianbow_pb.png");
  background-size: 10.416666%;
  /*background-position: bottom 81.25%;*/
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-PB-R {
      background-size: 22.416666%, cover; } }
  .bg-with-rainbow-PB-R.content:last-child, .bg-with-rainbow-PB-R#content-wrapper {
    background-position: bottom 18px right; }

.bg-with-rainbow-PB-C {
  background-image: url("../images/rianbow_pb.png");
  background-size: 10.416666%;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bg-with-rainbow-PB-C {
      background-size: 22.416666%, cover; } }

.bg-img {
  background-image: url("../images/bg_gray_noise.png");
  background-size: cover;
  background-position: center center;
  background-repeat: repeat; }

.bg-with-smile1 {
  background-image: url("../images/bg_smile1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: repeat; }

.bg-with-smile2 {
  background-image: url("../images/bg_smile2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

.bg-img-with-smile1 {
  background-image: url("../images/bg_gray_noise.png"), url("../images/bg_smile.png");
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: repeat, repeat; }

.bg-img-with-smile2 {
  background-image: url("../images/bg_gray_noise.png"), url("../images/bg_smile2.png");
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: repeat, repeat; }

.bg-img-with-smile1-rainbowL {
  background-image: url("../images/rianbow_full.png"), url("../images/bg_gray_noise.png"), url("../images/bg_smile.png");
  background-size: 29.166667%, cover, cover;
  background-position: bottom left, center center, center center;
  background-repeat: no-repeat, repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-smile1-rainbowL {
      background-size: 45%, cover, cover; } }
  .bg-img-with-smile1-rainbowL.content:last-child {
    background-position: bottom 18px left, center center, center center; }

.bg-img-with-smile2-rainbow-BO-R {
  background-image: url("../images/rianbow_bo.png"), url("../images/bg_gray_noise.png"), url("../images/bg_smile2.png");
  background-size: 10.416666%, cover, cover;
  background-position: bottom right, center center, center center;
  background-repeat: no-repeat, repeat, repeat; }
  @media (max-width: 768px) {
    .bg-img-with-smile2-rainbow-BO-R {
      background-size: 22.416666%, cover, cover; } }
  .bg-img-with-smile2-rainbow-BO-R.content:last-child {
    background-position: bottom 18px right, center center, center center; }

.bg-gradient-blue {
  background: linear-gradient(180deg, #80cff5 0%, #0eafef 100%); }

.bg-gradient-orange {
  background: linear-gradient(180deg, #fed173 0%, #fcbc0c 100%); }

.bg-gradient-pink {
  background: linear-gradient(180deg, #f087b5 0%, #ee5ca0 100%); }

.bg-gradient-green {
  background: linear-gradient(180deg, #b8d584 0%, #73be45 100%); }

.border-secondary {
  border: 4px solid #00AEEF; }

.anchor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

/*badge*/
.card.badge-blue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 7%;
  z-index: 2;
  background-image: url("../images/badge-blue.png");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat, repeat;
  width: 40px;
  height: 50px; }
  @media (max-width: 575.98px) {
    .card.badge-blue::before {
      width: 23px;
      height: 29px; } }

.card.badge-yellow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 7%;
  z-index: 2;
  background-image: url("../images/badge-yellow.png");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat, repeat;
  width: 40px;
  height: 50px; }
  @media (max-width: 575.98px) {
    .card.badge-yellow::before {
      width: 23px;
      height: 29px; } }

.content-badge-yellow, .content-badge-yellow2, .content-badge-yellow3, .content-badge-blue, .content-badge-green, .content-badge-yellow-long, .content-badge-blue-long, .content-badge-green-long {
  position: relative;
  padding-top: 0; }

@media (min-width: 1600.98px) {
  .content-badge-yellow-long, .content-badge-blue-long, .content-badge-green-long {
    padding-top: 100px; } }
.content-badge-yellow::before, .content-badge-yellow2::before, .content-badge-yellow3::before, .content-badge-blue::before, .content-badge-green::before, .content-badge-yellow-long::before, .content-badge-blue-long::before, .content-badge-green-long::before {
  content: '';
  position: absolute;
  top: -90px;
  left: 6.5%;
  z-index: 2;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: 45px;
  height: 56px; }
  @media (max-width: 767.98px) {
    .content-badge-yellow::before, .content-badge-yellow2::before, .content-badge-yellow3::before, .content-badge-blue::before, .content-badge-green::before, .content-badge-yellow-long::before, .content-badge-blue-long::before, .content-badge-green-long::before {
      top: -45px; } }

.row .content-badge-yellow::before, .row .content-badge-yellow2::before, .row .content-badge-yellow3::before, .row .content-badge-blue::before, .row .content-badge-green::before {
  left: inherit; }

.content-badge-yellow-long::before, .content-badge-blue-long::before, .content-badge-green-long::before {
  height: 111px; }
  @media (max-width: 1500px) {
    .content-badge-yellow-long::before, .content-badge-blue-long::before, .content-badge-green-long::before {
      left: 16px;
      width: 25px;
      height: 61px; } }
  @media (max-width: 767.98px) {
    .content-badge-yellow-long::before, .content-badge-blue-long::before, .content-badge-green-long::before {
      width: 14px;
      height: 35px; } }

.content-badge-yellow::before {
  background-image: url("../images/badge-yellow2.png"); }

.content-badge-blue::before {
  background-image: url("../images/badge-blue2.png"); }

.content-badge-green::before {
  background-image: url("../images/badge-green2.png"); }

.content-badge-yellow-long::before {
  background-image: url("../images/badge-yellow3.png"); }

.content-badge-blue-long::before {
  background-image: url("../images/badge-blue3.png"); }

.content-badge-green-long::before {
  background-image: url("../images/badge-green3.png"); }

.content-badge-pt-sm {
  padding-top: 0px; }

.content-badge-pt-60 {
  padding-top: 60px; }
  @media (max-width: 1500px) {
    .content-badge-pt-60 {
      padding-top: 15px; } }

.round-TL {
  border-radius: 50px 0px 0px 0px; }

.round-BL {
  border-radius: 0px 0px 0px 50px; }

.round-TR {
  border-radius: 0px 50px 0px 0px; }

.round-BR {
  border-radius: 0px 0px 50px 0px; }

.round-ALL10p {
  border-radius: 10px; }

.round-ALL20p {
  border-radius: 20px; }

.round-ALL40p {
  border-radius: 40px; }

.round-noTL40p {
  border-radius: 0 40px 40px 40px; }

.round-noTR40p {
  border-radius: 40px 0 40px 40px; }

.box-img-PA {
  margin-bottom: 7rem !important;
  transition: .2s all linear; }
  @media (max-width: 991.98px) {
    .box-img-PA {
      margin-bottom: 2rem !important; } }

.img-PA-BR {
  position: absolute;
  right: 15px; }
  @media (max-width: 991.98px) {
    .img-PA-BR {
      position: relative;
      right: 0px; } }

.img-PA-BL {
  left: 15px;
  position: absolute; }
  @media (max-width: 991.98px) {
    .img-PA-BL {
      position: relative;
      left: 0px; } }

.Holidays .EventInfoBox .Sikh .textbox {
  background-color: rgba(253, 184, 19, 0.7); }
.Holidays .EventInfoBox .Indonesia .textbox {
  background-color: rgba(0, 173, 239, 0.7); }
.Holidays .EventInfoBox .Nepal .textbox {
  background-color: rgba(239, 90, 160, 0.7); }
.Holidays .EventInfoBox .Pakistan .textbox {
  background-color: rgba(114, 190, 68, 0.7); }

.card-deck.highlight, .card-deck.card-list {
  display: flex; }

.card-row {
  border-radius: 50px;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .card-row {
      border-radius: 25px; } }
  .card-row.card-blue {
    background: #80cff5;
    background: linear-gradient(180deg, #80cff5 0%, #0eafef 100%); }
  .card-row.card-yellow {
    background: #fed173;
    background: linear-gradient(180deg, #fed173 0%, #fcbc0c 100%); }
  .card-row.card-magenta {
    background: #f087b5;
    background: linear-gradient(180deg, #f087b5 0%, #ee5ca0 100%); }
  .card-row .card-body {
    padding: 3.375rem 4.9875rem 7rem 4.6875rem; }
  .card-row + .card-row {
    margin-top: 50px; }

@media (max-width: 991.98px) {
  .card-row-lg .card-body {
    padding: 2rem 1.5rem 3rem 1.5rem; }
  .card-row-lg + .card-row {
    margin-top: 15px; } }
@media (max-width: 575.98px) {
  .card-title img {
    height: 1.5em; } }
.value-xl {
  font-size: clamp(2.1rem, 4vw, 4.375rem);
  line-height: initial; }

@media (max-width: 991.98px) {
  .card-deck.highlight, .card-deck.card-list {
    display: block; }

  .card-smaller-lg-column {
    flex-direction: row; }
    .card-smaller-lg-column .coverWrapper {
      width: 40%; }
      .card-smaller-lg-column .coverWrapper::after {
        padding-top: 93.835%; }
    .card-smaller-lg-column .card-body {
      width: 60%;
      align-self: center; }
      .card-smaller-lg-column .card-body .card-text {
        padding-bottom: 0 !important; }
      .card-smaller-lg-column .card-body h3 {
        margin-bottom: 0; }
      .card-smaller-lg-column .card-body .btn-pill {
        padding: 10px !important;
        width: 100%; } }
.highlight > .card {
  border: none;
  border-radius: 20px !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25); }

.highlight2 > div > div {
  border-radius: 20px !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25); }

.parents-home {
  min-height: 450px;
  position: relative;
  padding-top: 0px;
  z-index: 2; }

.parents-home-subnav {
  position: relative;
  z-index: 4; }
  .parents-home-subnav p {
    position: relative;
    z-index: 4; }
  .parents-home-subnav::after {
    background-color: #fff;
    background-image: url("../images/bg_gray_noise.png");
    content: "";
    display: block;
    height: 395px;
    left: 0px;
    position: absolute;
    top: -50px !important;
    width: 100%;
    z-index: -1; }
  @media (min-width: 1800px) {
    .parents-home-subnav {
      max-width: 1400px; } }
  @media (max-width: 1800px) {
    .parents-home-subnav {
      max-width: 1400px; } }
  @media (max-width: 1400px) {
    .parents-home-subnav {
      max-width: 990px; } }
  @media (max-width: 990px) {
    .parents-home-subnav {
      max-width: 768px; } }

.card-stage > div {
  background: linear-gradient(90deg, #fdd179 0%, #fbbc0b 100%);
  /*background-image: url(../images/badge-yellow_bg.png);*/
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-flex;
  font-size: 3rem;
  font-weight: bold;
  height: 64px;
  min-width: 202px;
  position: relative;
  /*padding-right: 30px;
  justify-content: flex-end;*/ }
  .card-stage > div span {
    font-size: 1.7rem;
    /*position: absolute;
    left: 20px;
    top: 5px;*/
    display: flex;
    margin: 0px 20px;
    /*margin-top: -10px;*/ }
.card-stage > div::after {
  content: url("../images/badge-yellow_bg_after.png");
  display: block;
  position: absolute;
  right: -18px;
  top: 0rem; }

.icon-mh-12px {
  max-height: 12px !important; }

.icon-mh-15px {
  max-height: 15px !important; }

.icon-mh-100px {
  max-height: 100px !important; }

/*
.text-blue{
	color: $blue !important;
}
.bg-blue{
	background-color: $blue !important;
}
.text-primary2{
	color: $primary2 !important;
}
.bg-primary2{
	background-color: $primary2 !important;
}
.bg-primary3{
	background-color: $primary3 !important;
}
.bg-primary-l{
	background-color: $primary-bg !important;
}
.bg-blue2{
	background-color: $blue-bg !important;
}*/
@media (max-width: 1199.98px) {
  #header {
    border-top: 10px solid #FCB813; }

  .headerLogo {
    display: none; }

  #mobileTop {
    height: 100px; }
    #mobileTop > .row {
      height: 100%; }

  .m-logo {
    padding-left: 15px;
    align-items: center; }

  .mainlogo {
    width: 180px; }

  .sublogo {
    width: 80px; }

  .btn-lang {
    margin: 0; }
    .btn-lang img {
      width: 40px; }

  .header-link {
    display: block;
    padding-left: 5px;
    padding-right: 5px; }
    .header-link div {
      padding-left: 0;
      padding-right: 0; }
    .header-link .fontSize {
      white-space: nowrap; }
    .header-link > div + div::before {
      display: none; }

  .icon-link {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    font-size: 16px; }
    .icon-link > i {
      font-size: 16px;
      line-height: 16px;
      padding-top: 8px;
      padding-bottom: 8px; }
    .icon-link img {
      width: 32px; }

  #mainNav .btn-eportal {
    font-size: 1rem !important;
    padding: 15px 20px !important;
    width: 40vw; }
  #mainNav .nav-tools-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
  #mainNav .sMedia {
    background-color: transparent;
    color: #FCB813 !important; }
  #mainNav .sMedia .icon-link > i {
    font-size: 1.25rem; }
  #mainNav .sMedia .icon-link:hover, #mainNav .sMedia .icon-link:focus {
    transform: scale(1); }
  #mainNav .sMedia .icon-link:hover:before {
    color: #fff; }
  #mainNav .sMedia .icon-link.a2a-toggle > i {
    font-size: 1.8rem; }
  #mainNav .sMedia .btn-fb {
    background-color: #00AEEF; }
    #mainNav .sMedia .btn-fb > i {
      color: #fff; }
  #mainNav .sMedia .btn-yt {
    background-color: #EE5BA0; }
    #mainNav .sMedia .btn-yt > i {
      color: #fff !important; }

  .btn-search img {
    width: 20px; }

  .btn-subscribe {
    font-size: 1rem !important; } }
@media (max-width: 767.98px) {
  #mobileTop {
    height: 60px; }

  .mainlogo {
    width: 120px; }

  .sublogo {
    width: 60px;
    margin-left: 20px; }

  #mainNav .btn-eportal {
    width: unset;
    padding-left: 8px !important;
    padding-right: 8px !important; } }
@media (max-width: 350px) {
  #mainNav .btn-eportal {
    font-size: 0.8rem !important; } }
/********************************************************A2a share*/
#a2apage_dropdown, .a2a_menu {
  background: #A7A7A7 !important; }

a.a2a_i, i.a2a_i {
  border-color: transparent !important;
  color: #fff !important;
  font-size: 1rem;
  font-family: roboto,sans-serif !important;
  padding: 5px; }

.a2a_menu span.a2a_s_find svg {
  background-color: transparent !important; }

.a2a_menu a.a2a_i:active, .a2a_menu a.a2a_i:focus, .a2a_menu a.a2a_i:hover, .a2a_menu a.a2a_more:active, .a2a_menu a.a2a_more:focus, .a2a_menu a.a2a_more:hover {
  background-color: #949494 !important; }

.a2a_menu span.a2a_s_find svg path {
  fill: #fff !important; }

.a2a_menu a {
  color: #fff !important; }

.a2apage_wide {
  display: none; }

/********************************************************Menu*/
#mainNav {
  max-width: 1600px;
  margin: auto;
  padding: 0;
  justify-content: space-between; }

.dropdown-toggle::after {
  display: none; }

/*.btn-askhelp{
	white-space: nowrap !important;
	padding-left: 15px;
	padding-right: 20px;
	border-radius: 0 !important;
	display: flex;
	height: 100%;
	align-items: center;
	font-weight: bold;
	text-align: center;
}*/
#mainNavBar2 .nav-item, .desktopMenu .nav-item {
  position: relative;
  width: 100%; }
  #mainNavBar2 .nav-item > .nav-link, .desktopMenu .nav-item > .nav-link {
    padding: 15px;
    color: #303030;
    transition: 0.3s all;
    font-weight: bold;
    line-height: 1.2; }
    @media (max-width: 1199.98px) {
      #mainNavBar2 .nav-item > .nav-link br, .desktopMenu .nav-item > .nav-link br {
        content: '';
        margin-left: 0.3em; } }
    @media (min-width: 1200px) and (max-width: 1450px) {
      #mainNavBar2 .nav-item > .nav-link, .desktopMenu .nav-item > .nav-link {
        padding: 9px !important;
        font-size: 1.1rem !important; } }

#menu .dropdown-menu, .desktopMenu .dropdown-menu {
  margin: 0;
  width: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  padding: 0; }
  #menu .dropdown-menu .dropdown-item, .desktopMenu .dropdown-menu .dropdown-item {
    padding: 8px 25px 8px 20px;
    color: #2F2F2F;
    white-space: normal;
    line-height: 1.4; }
    #menu .dropdown-menu .dropdown-item:hover, #menu .dropdown-menu .dropdown-item:focus, .desktopMenu .dropdown-menu .dropdown-item:hover, .desktopMenu .dropdown-menu .dropdown-item:focus {
      color: #72BE44;
      background-color: white; }
  #menu .dropdown-menu .submenu, .desktopMenu .dropdown-menu .submenu {
    display: none; }
#menu .dropdown-submenu, .desktopMenu .dropdown-submenu {
  position: relative; }
  #menu .dropdown-submenu .dropdown-menu, .desktopMenu .dropdown-submenu .dropdown-menu {
    position: relative !important;
    box-shadow: none !important;
    max-height: none !important;
    max-width: 100% !important; }
    #menu .dropdown-submenu .dropdown-menu .dropdown-item, .desktopMenu .dropdown-submenu .dropdown-menu .dropdown-item {
      padding-left: 2.2em;
      position: relative; }
      #menu .dropdown-submenu .dropdown-menu .dropdown-item::after, .desktopMenu .dropdown-submenu .dropdown-menu .dropdown-item::after {
        display: block;
        position: absolute;
        left: 15px;
        top: 12px;
        width: 1em;
        height: 1em;
        font-size: 1em;
        content: '\f068';
        font-family: 'FontAwesome';
        border: none !important;
        margin: 0;
        color: #FCB813; }
        @media (max-width: 1199.98px) {
          #menu .dropdown-submenu .dropdown-menu .dropdown-item::after, .desktopMenu .dropdown-submenu .dropdown-menu .dropdown-item::after {
            top: 8px; } }
  #menu .dropdown-submenu .dropdown-toggle, .desktopMenu .dropdown-submenu .dropdown-toggle {
    padding-right: 2em;
    position: relative; }
    #menu .dropdown-submenu .dropdown-toggle::after, .desktopMenu .dropdown-submenu .dropdown-toggle::after {
      display: block;
      position: absolute;
      right: 10px;
      top: 12px;
      width: 1em;
      height: 1em;
      font-size: 1em;
      content: '\f067';
      font-family: 'FontAwesome';
      border: none !important;
      margin: 0;
      color: #3F6C9D; }
    #menu .dropdown-submenu .dropdown-toggle.open::after, .desktopMenu .dropdown-submenu .dropdown-toggle.open::after {
      content: '\f068';
      color: #00AEEF; }

@media (min-width: 1200px) {
  #mainNavBar2 > .navbar-nav, .desktopMenu > .navbar-nav {
    align-items: stretch !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end; }
  #mainNavBar2 .nav-item, .desktopMenu .nav-item {
    vertical-align: middle;
    position: relative;
    width: auto; }
    #mainNavBar2 .nav-item > .nav-link, .desktopMenu .nav-item > .nav-link {
      display: flex;
      height: 100%;
      align-items: center;
      white-space: pre-line;
      font-size: 1.2rem; }
      #mainNavBar2 .nav-item > .nav-link:hover, #mainNavBar2 .nav-item > .nav-link:focus, .desktopMenu .nav-item > .nav-link:hover, .desktopMenu .nav-item > .nav-link:focus {
        color: #72BE44; }
    #mainNavBar2 .nav-item.hover > .dropdown-menu, .desktopMenu .nav-item.hover > .dropdown-menu {
      display: block; }
    #mainNavBar2 .nav-item.dropdown > .dropdown-menu, .desktopMenu .nav-item.dropdown > .dropdown-menu {
      width: 20rem;
      max-width: 80vw;
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    #mainNavBar2 .nav-item.dropdown.hover > .nav-link::before, #mainNavBar2 .nav-item.dropdown.active > .nav-link::before, .desktopMenu .nav-item.dropdown.hover > .nav-link::before, .desktopMenu .nav-item.dropdown.active > .nav-link::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 10px 7.5px;
      border-color: transparent transparent #ffffff transparent; }
  #mainNavBar2 .main-nav-item, .desktopMenu .main-nav-item {
    margin-left: 1px; }
    #mainNavBar2 .main-nav-item + .main-nav-item, .desktopMenu .main-nav-item + .main-nav-item {
      margin-left: 20px; }

  .desktopMenu .dropdown-menu {
    left: 0;
    margin-top: 0;
    border: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }
  .desktopMenu .dropdown-item {
    padding: 12px 14px;
    color: #333;
    white-space: normal;
    line-height: 1.4;
    font-size: 1.125rem; }
    .desktopMenu .dropdown-item:hover, .desktopMenu .dropdown-item:focus {
      color: inherit;
      background-color: white; }
  .desktopMenu .nav-item.dropdown:last-child .dropdown-menu {
    left: unset;
    right: 0; }

  #menu .dropdown-menu {
    width: 20rem;
    max-width: 80vw;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    #menu .dropdown-menu > li + li {
      border-top: 1px solid #ddd; }
    #menu .dropdown-menu .dropdown-item:hover, #menu .dropdown-menu .dropdown-item:focus {
      color: white;
      background-color: #00AEEF; }

  #menu .dropdown-submenu .dropdown-menu {
    border-top: 1px solid #ddd; }
    #menu .dropdown-submenu .dropdown-menu .dropdown-item:hover::after {
      color: white !important; }
  #menu .dropdown-submenu .dropdown-toggle:hover::after {
    color: white !important; } }
@media (max-width: 1199.98px) {
  #desktopLogo {
    display: none !important; }

  #mainNavBar2.show {
    max-height: calc(100vh - 100px);
    overflow-y: auto; }

  #menu {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding-top: 2px;
    padding-bottom: 2px; }
    #menu .main-nav-item + .main-nav-item {
      margin-top: 11px; }
    #menu .dropdown-menu {
      padding-left: 20px; }
      #menu .dropdown-menu .dropdown-item {
        padding-top: 8px;
        padding-bottom: 8px; }
    #menu .nav-item.dropdown .nav-link {
      padding-right: 3rem;
      padding-left: 1rem;
      padding-top: 0;
      padding-bottom: 0.5rem; }
    #menu .nav-item.dropdown.show > .nav-link {
      color: #72BE44; }
    #menu .nav-item.dropdown .dropdown-toggle {
      position: absolute;
      top: 0;
      right: 0.5em;
      color: #2F2F2F;
      padding-left: 20px;
      padding-right: 5px;
      font-size: 1.1rem; } }
@media (max-width: 767.98px) {
  #mainNavBar2.show {
    max-height: calc(100vh - 60px);
    max-height: calc(-webkit-fill-available - 60px);
    padding-bottom: 100px; } }
/*******************************************************************custom-toggle**/
.custom-toggle {
  position: relative;
  height: 40px;
  width: 30px;
  padding: 0;
  margin: 0 15px 0 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.custom-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #444;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  top: 15px;
  opacity: 1; }

.custom-toggle .icon-bar + .icon-bar {
  margin-top: 2px; }

@media (min-width: 1201px) {
  #header .custom-toggle {
    display: none; } }
.custom-toggle:hover, .custom-toggle:focus {
  outline: 0; }

.custom-toggle .bar1, .custom-toggle .bar4 {
  opacity: 0; }

.custom-toggle.collapsed .bar1 {
  opacity: 1;
  top: 4px; }

.custom-toggle.collapsed .bar4 {
  opacity: 1;
  top: 28px; }

.custom-toggle .icon-bar.bar2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-toggle .icon-bar.bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.custom-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

/**********************************************main Banner*/
.swiper-innWrapper {
  display: flex;
  min-height: 750px;
  height: 100%; }

.mainBanner-item {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  order: 2; }

.mainBanner-textBox {
  display: flex;
  align-items: center;
  background: #72BE44;
  color: #fff;
  padding: 30px 8% 30px 8%;
  width: 66%;
  order: 1; }

.mainBanner-textContent {
  width: 100%;
  max-width: 750px;
  text-align: left;
  float: right; }
  .mainBanner-textContent .title {
    font-size: clamp(1.5rem, 4vw, 3.875rem);
    line-height: 1.2;
    font-weight: bold; }
  .mainBanner-textContent .des {
    margin-top: 20px; }

#mainBanner .swiper-slide {
  height: auto; }
#mainBanner .swiper-pagination-bullets {
  bottom: 20px; }
  #mainBanner .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #72BE44;
    opacity: 1 !important;
    width: 16px;
    height: 16px;
    margin: 0 7px; }
  #mainBanner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #72BE44;
    border: 2px solid #fff; }
#mainBanner .swiper-button-prev, #mainBanner .swiper-button-next {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: .2s; }
#mainBanner .swiper-button-prev {
  left: 2%;
  background-image: url(../images/arrow-left-circle.png); }
  #mainBanner .swiper-button-prev:hover, #mainBanner .swiper-button-prev:focus {
    background-image: url(../images/arrow-left-circle-hover.png); }
#mainBanner .swiper-button-next {
  right: 2%;
  background-image: url(../images/arrow-right-circle.png); }
  #mainBanner .swiper-button-next:hover, #mainBanner .swiper-button-next:focus {
    background-image: url(../images/arrow-right-circle-hover.png); }
#mainBanner .swiper-button-prev:after, #mainBanner .swiper-button-next:after {
  color: #fff;
  display: none; }

@media (max-width: 1199.98px) {
  #mainBanner .swiper-button-prev:after, #mainBanner .swiper-button-next:after {
    font-size: 25px; } }
@media (max-width: 991.98px) {
  .swiper-innWrapper {
    min-height: 400px; }

  .mainBanner-textBox {
    width: 100%;
    padding: 17px 5% 35px 9%; }

  #mainBanner .swiper-pagination-bullets {
    bottom: 6px; } }
@media (max-width: 575.98px) {
  .swiper-innWrapper {
    display: flex;
    flex-direction: column; }

  .swiper-button-prev, .swiper-button-next {
    display: none; }

  #mainBanner .swiper-innWrapper {
    min-height: 0; }
  #mainBanner .mainBanner-item {
    height: 230px;
    order: 1; }
  #mainBanner .mainBanner-textBox {
    order: 2;
    height: calc(100% - 230px);
    align-items: flex-start; }
  #mainBanner .swiper-pagination-bullets {
    bottom: 10px !important; }
    #mainBanner .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important; } }
/**********************************************index Page*/
.mainPage .secTitle {
  color: #005D70 !important; }
  .mainPage .secTitle::before {
    background-color: #005D70 !important; }

.mainQuestion-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mainQuestion-list .mainQuestion-item {
    display: block;
    margin-bottom: 15px; }
  .mainQuestion-list .mainQuestion {
    padding: 20px;
    min-height: 8rem;
    background-color: #00AEEF;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    line-height: 1.3; }
    .mainQuestion-list .mainQuestion .icon {
      flex: 0 0 50px; }
    .mainQuestion-list .mainQuestion .text {
      padding-left: 15px; }
      .mainQuestion-list .mainQuestion .text .des {
        margin-top: 5px;
        display: block; }
    .mainQuestion-list .mainQuestion .title {
      font-size: 1.5rem;
      font-weight: bold; }
  .mainQuestion-list .mainQuestion-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    transition: 0.3s all; }
    .mainQuestion-list .mainQuestion-link::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 20px;
      border-color: transparent transparent transparent #00AEEF;
      display: block;
      content: '';
      flex: 0 0 20px; }
    .mainQuestion-list .mainQuestion-link:hover, .mainQuestion-list .mainQuestion-link:focus {
      outline: none;
      transform: translateX(10px);
      text-decoration: none !important; }
  .mainQuestion-list .mainQuestion-item:nth-child(even) .mainQuestion-link::after {
    border-color: transparent transparent transparent #FDAF00; }
  .mainQuestion-list .mainQuestion-item:nth-child(even) .mainQuestion {
    background-color: #FDAF00;
    color: #303030; }
  @media (max-width: 767.98px) {
    .mainQuestion-list .mainQuestion {
      padding: 10px;
      min-height: 6rem; }
      .mainQuestion-list .mainQuestion .text .des {
        font-size: 0.8em; }
      .mainQuestion-list .mainQuestion .title {
        font-size: 1.2rem; }
    .mainQuestion-list .mainQuestion-link::after {
      border-width: 15px 0 15px 15px;
      flex: 0 0 15px; } }

#mainMiddle-left {
  background-color: #E1EEF0; }
  #mainMiddle-left article.content {
    float: right;
    max-width: 800px !important;
    padding: 50px 70px 50px 0; }
    @media (max-width: 1600px) {
      #mainMiddle-left article.content {
        float: none;
        max-width: 100% !important;
        padding: 50px 30px; } }
    @media (max-width: 600.98px) {
      #mainMiddle-left article.content {
        padding: 50px 0 50px 10px; } }

#mainMiddle-right {
  background-color: #f7f7f7; }
  #mainMiddle-right article.content {
    float: left;
    max-width: 800px !important;
    padding: 100px 40px 100px 70px;
    font-size: 1.2rem;
    line-height: 1.7; }
    @media (max-width: 1600px) {
      #mainMiddle-right article.content {
        float: none;
        max-width: 100% !important;
        padding: 150px 30px; } }
    @media (max-width: 991.98px) {
      #mainMiddle-right article.content {
        padding: 50px 30px; } }
    @media (max-width: 600.98px) {
      #mainMiddle-right article.content {
        padding: 50px 10px; } }

@media (min-width: 576px) {
  .col-gap-lg {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media (min-width: 1200px) {
  .col-gap-lg {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media (min-width: 576px) {
  .col-gap-xl {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media (min-width: 1200px) {
  .col-gap-xl {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

.card-imgLink {
  height: 100%;
  background-color: #005D70 !important;
  color: white !important;
  display: block;
  text-decoration: none !important; }
  .card-imgLink .coverWrapper .cover img {
    transition: 0.3s ease-in-out; }
  .card-imgLink:hover .cover img, .card-imgLink:focus .cover img {
    transform: scale(1.1); }
  .card-imgLink .coverWrapper {
    background: white; }
    .card-imgLink .coverWrapper::after {
      padding-top: 28%; }
      @media (max-width: 767.98px) {
        .card-imgLink .coverWrapper::after {
          padding-top: 34%; } }
    .card-imgLink .coverWrapper .cover {
      transition: 0.2s all; }
      .card-imgLink .coverWrapper .cover img {
        object-fit: cover;
        object-position: top; }
  .card-imgLink .title {
    display: block;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .card-imgLink .title {
        padding: 10px 15px;
        font-size: 1.2rem;
        font-weight: normal; } }

.card-imgLink.info {
  background-color: #FDAF00 !important;
  color: #303030 !important; }

.quickModal .modal-body {
  max-height: calc(85vh - 70px); }

.quickBox {
  display: flex;
  min-height: 50vh;
  align-items: center;
  justify-content: center; }
  .quickBox .quickBox-content {
    width: 100%;
    max-width: 800px; }
    .quickBox .quickBox-content .btn-outline-primary {
      width: auto;
      min-width: inherit;
      margin-top: 40px; }
    .quickBox .quickBox-content .col-lg-6 {
      margin-bottom: 10px;
      margin-top: 10px; }
    .quickBox .quickBox-content .btn-ask {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0; }
  .quickBox .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #00AEEF; }
    @media (max-width: 767.98px) {
      .quickBox .title {
        text-align: left; } }

.btn-ask {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #E2EEF8;
  color: #3F6C9D; }
  .btn-ask:hover, .btn-ask:focus {
    background-color: #3F6C9D;
    color: white; }
  @media (max-width: 767.98px) {
    .btn-ask {
      font-size: 1rem;
      margin-top: 5px;
      margin-bottom: 5px; } }

.press-list {
  margin: 0;
  padding: 0; }
  .press-list .press-list-item {
    font-size: 1.2rem;
    margin: 0;
    padding: 20px;
    list-style: none; }
    @media (max-width: 767.98px) {
      .press-list .press-list-item {
        font-size: 1rem; } }
    .press-list .press-list-item > a {
      color: white; }
  .press-list .press-list-item + .press-list-item {
    border-top: 1px solid rgba(244, 251, 252, 0.39); }

/**********************************************inside Banner*/
.insideBanner {
  min-height: 527px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/insidebanner/inside-banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center; }
  .insideBanner::before {
    content: '';
    background-image: url("../images/insidebanner/insidebanner-corner.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    height: 100%; }
  @media (max-width: 767.98px) {
    .insideBanner {
      background-image: url("../images/insidebanner/inside-banner1.png");
      background-size: cover;
      background-position: center; } }
  .insideBanner .container {
    max-width: 1490px !important; }
  .insideBanner .insideBg {
    background: #72BE44;
    opacity: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 35%;
    z-index: 0; }
    @media (min-width: 2200px) {
      .insideBanner .insideBg {
        width: 50%; } }
    @media (max-width: 991.98px) {
      .insideBanner .insideBg {
        width: calc(65%) !important; } }
  .insideBanner .textWrapper {
    color: white;
    position: relative;
    padding-right: 50px;
    width: 30%; }
    @media (min-width: 2200px) {
      .insideBanner .textWrapper {
        padding-right: 100px;
        width: 50%; } }
    @media (max-width: 575.98px) {
      .insideBanner .textWrapper {
        padding-right: 10px; } }
    .insideBanner .textWrapper .insideBanner-container {
      min-height: 400px; }
    .insideBanner .textWrapper a {
      color: white !important; }
    .insideBanner .textWrapper .insideBanner-text {
      padding: 3rem 0; }
      .insideBanner .textWrapper .insideBanner-text h1 {
        font-weight: bold; }
  .insideBanner .breadcrumb-item {
    color: white !important; }
  .insideBanner .breadcrumb-item::after {
    color: white; }

.insideBanner.insideBanner-blue::before {
  background-image: url("../images/insidebanner/insidebanner-corner-blue.png"); }

.b_dlaw {
  background-image: url("../images/banner/Banner_DiscriminationLaw.jpg"); }
  .b_dlaw .insideBg {
    background-color: #1D5031; }
  @media (max-width: 767.98px) {
    .b_dlaw {
      background-image: url("../images/banner/Banner_DiscriminationLaw_mobile.jpg"); } }

.b_ask {
  background-image: url("../images/banner/Banner_AskHelp.jpg"); }
  .b_ask .insideBg {
    background-color: #B77E00; }
  @media (max-width: 767.98px) {
    .b_ask {
      background-image: url("../images/banner/Banner_AskHelp_mobile.jpg"); } }

.b_404 {
  background-image: url("../images/banner/Banner_404Page.jpg"); }
  .b_404 .insideBg {
    background-color: #005D70; }
  @media (max-width: 767.98px) {
    .b_404 {
      background-image: url("../images/banner/Banner_404Page_mobile.jpg"); } }

.b_complaint {
  background-image: url("../images/banner/Banner_Complaint.jpg"); }
  .b_complaint .insideBg {
    background-color: #83624E; }
  @media (max-width: 767.98px) {
    .b_complaint {
      background-image: url("../images/banner/Banner_Complaint_mobile.jpg"); } }

.b_covid {
  background-image: url("../images/banner/Banner_COVID-19.jpg"); }
  .b_covid .insideBg {
    background-color: #403F3F; }
  @media (max-width: 767.98px) {
    .b_covid {
      background-image: url("../images/banner/Banner_COVID-19_mobile.jpg"); } }

.b_enew {
  background-image: url("../images/banner/Banner_E-NewsSubscription.jpg"); }
  .b_enew .insideBg {
    background-color: #005D70; }
  @media (max-width: 767.98px) {
    .b_enew {
      background-image: url("../images/banner/Banner_E-NewsSubscription_mobile.jpg"); } }

.b_lang {
  background-image: url("../images/banner/Banner_Languages.jpg"); }
  .b_lang .insideBg {
    background-color: #BA5508; }
  @media (max-width: 767.98px) {
    .b_lang {
      background-image: url("../images/banner/Banner_Languages_mobile.jpg"); } }

.b_latest {
  background-image: url("../images/banner/Banner_LatestArrangement.jpg"); }
  .b_latest .insideBg {
    background-color: #005D70; }
  @media (max-width: 767.98px) {
    .b_latest {
      background-image: url("../images/banner/Banner_LatestArrangement_mobile.jpg"); } }

.b_legal {
  background-image: url("../images/banner/Banner_Legal.png"); }
  .b_legal .insideBg {
    background-color: #1478B7; }
  @media (max-width: 767.98px) {
    .b_legal {
      background-image: url("../images/banner/Banner_Legal_mobile.jpg"); } }

.b_news {
  background-image: url("../images/banner/Banner_News.jpg"); }
  .b_news .insideBg {
    background-color: #403F3F; }
  @media (max-width: 767.98px) {
    .b_news {
      background-image: url("../images/banner/Banner_News_mobile.jpg"); } }

.b_research {
  background-image: url("../images/banner/Banner_Research.jpg"); }
  .b_research .insideBg {
    background-color: #83561A; }
  @media (max-width: 767.98px) {
    .b_research {
      background-image: url("../images/banner/Banner_Research_mobile.jpg"); } }

.b_search {
  background-image: url("../images/banner/Banner_SearchResult.jpg"); }
  .b_search .insideBg {
    background-color: #005D70; }
  @media (max-width: 767.98px) {
    .b_search {
      background-image: url("../images/banner/Banner_SearchResult_mobile.jpg"); } }

.b_training {
  background-image: url("../images/banner/Banner_Training.jpg"); }
  .b_training .insideBg {
    background-color: #BD564C; }
  @media (max-width: 767.98px) {
    .b_training {
      background-image: url("../images/banner/Banner_Training_mobile.jpg"); } }

@media (max-width: 991.98px) {
  .insideBanner {
    min-height: 380px; }
    .insideBanner .textWrapper {
      width: 66%; }
      .insideBanner .textWrapper .insideBanner-container {
        min-height: 250px; } }
@media (max-width: 767.98px) {
  .insideBanner {
    min-height: 250px;
    /*.breadcrumb-container{
    	display: none;
    }*/ }
    .insideBanner .textWrapper {
      width: 66%; }
      .insideBanner .textWrapper .insideBanner-container {
        min-height: 250px; }
      .insideBanner .textWrapper h1 {
        font-size: 1.6rem; }
      .insideBanner .textWrapper .insideBanner-text {
        margin-top: 0; } }
@media (max-width: 575.98px) {
  .insideBanner {
    /*background-position: center right;*/
    background-position: top right 18%;
    background-size: 240%; }
    .insideBanner .insideBg {
      width: 100% !important;
      margin-top: 64%; }
    .insideBanner .textWrapper {
      width: 100%;
      margin-top: 71%; }
      .insideBanner .textWrapper .insideBanner-container {
        min-height: 0; }
        .insideBanner .textWrapper .insideBanner-container .insideBanner-text {
          padding: 1rem 0 0.6rem 0; } }
/**********************************************search*/
#searchWrap {
  display: none;
  background-color: #72BE44;
  color: white;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto; }
  #searchWrap > .container {
    max-width: 1400px !important;
    position: relative;
    padding-top: 47px;
    padding-bottom: 52px; }
  #searchWrap .form-container {
    max-width: 940px !important;
    margin-left: auto;
    margin-right: auto; }
  #searchWrap #btn-closeSearch {
    position: absolute;
    top: 12px;
    right: 25px;
    padding: 0; }
    #searchWrap #btn-closeSearch > img {
      width: 20px;
      height: 20px; }
  #searchWrap .searchWrap-search {
    background-color: #fff;
    color: #2F2F2F;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.8rem 2rem; }
    #searchWrap .searchWrap-search:hover, #searchWrap .searchWrap-search:focus {
      color: #8B6303;
      background-color: #e1eef0; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  display: none; }

.searchField-container {
  background: white;
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.8rem; }
  .searchField-container .searchField {
    border: none;
    width: 100%;
    padding: 0;
    padding-left: 10px;
    font-size: 1.25rem;
    background: transparent; }
    .searchField-container .searchField:focus {
      outline: none !important; }
    .searchField-container .searchField::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ACACAC;
      opacity: 1;
      /* Firefox */ }
    .searchField-container .searchField::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ACACAC; }
  .searchField-container img {
    width: 0.9em; }

@media (max-width: 767.98px) {
  #searchWrap {
    padding-top: 15px;
    padding-bottom: 15px; }
    #searchWrap #btn-closeSearch {
      position: relative;
      margin-left: auto;
      top: unset;
      right: unset; }
    #searchWrap > .container {
      padding-top: 0;
      padding-bottom: 0; } }
.advancedSearch {
  padding: 15px;
  background: #E2EEF8; }
  .advancedSearch .form-control {
    border-radius: 0;
    border: none;
    background-color: white;
    padding: 10px 15px;
    height: calc(1.5em + 20px); }
  .advancedSearch .custom-dropdown .dropdown-toggle {
    box-shadow: none !important; }

.result-list .result-item {
  margin: 0;
  padding: 35px 0; }
  .result-list .result-item .title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4; }
    @media (max-width: 767.98px) {
      .result-list .result-item .title {
        font-size: 1.2rem; } }
  .result-list .result-item .result-date {
    font-weight: bold;
    color: #3F6C9D;
    margin-bottom: 8px; }
  .result-list .result-item .result-loc {
    margin-bottom: 12px;
    font-size: 0.9rem; }
  .result-list .result-item .result-text {
    margin-top: 10px; }
    .result-list .result-item .result-text .keywords {
      color: #00AEEF;
      font-weight: bold; }
.result-list .result-item + .result-item {
  border-top: 1px solid #ddd; }

/**********************************************inside*/
#content {
  min-height: 900px; }

#content-wrapper .container {
  max-width: 1680px; }
#content-wrapper .container-md {
  max-width: 1024px; }
#content-wrapper.top-badge {
  position: relative; }
  #content-wrapper.top-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 11%;
    z-index: 2;
    background-image: url("../images/body-badge-green.png");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat, repeat;
    width: 44px;
    height: 110px; }
  @media (max-width: 1600px) {
    #content-wrapper.top-badge::before {
      left: 3%;
      width: 20px;
      height: 50px; } }

.insideContent .container {
  max-width: 1680px; }
.insideContent .container-md {
  max-width: 1024px; }

.secTitle {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
  color: #00AEEF;
  margin-bottom: 1.4em; }
  .secTitle::before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00AEEF; }

.secTitle.rtl {
  padding-left: 0;
  padding-right: 30px; }
  .secTitle.rtl::before {
    left: inherit;
    right: 0; }

.content h2, .content .h2 {
  color: #2F2F2F;
  font-weight: bold;
  margin-bottom: 2.2rem; }
.content h3, .content .h3 {
  color: #2F2F2F;
  font-weight: bold;
  margin-bottom: 1rem; }
.content h4, .content .h4 {
  font-weight: bold;
  margin-bottom: 0.7em; }
.content .indent {
  padding-left: 15px; }
.content section + section {
  margin-top: 4rem; }
.content section.bg-light,
.content section.bg-primary,
.content section.bg-secondary,
.content section.bg-info,
.content section.bg-primary-l,
.content section.bg-blue,
.content section.bg-blue2,
.content section.bg-lightorange,
.content section.bg-img-with-rainbowL,
.content section.bg-img-with-rainbowR,
.content section.bg-img2 {
  padding-top: 80px;
  padding-bottom: 80px; }
.content section:last-child {
  margin-bottom: -80px;
  padding-bottom: 80px; }

.partTitle {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ACACAC; }

blockquote {
  padding: 40px 30px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-size: 1.1rem;
  background-color: #E2EEF8; }

.infoBox {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 30px;
  width: auto;
  border-radius: 10px;
  background-color: #f7f7f7;
  display: inline-block;
  padding: 1.5rem;
  text-align: left; }
  @media (max-width: 767.98px) {
    .infoBox {
      margin-left: 0; } }

.btn-back {
  padding: 0;
  color: #00AEEF;
  text-decoration: none !important;
  transition: 0.3s all;
  margin-bottom: 3rem; }
  .btn-back i {
    display: inline-block;
    background: #00AEEF;
    border-radius: 5px; }
    .btn-back i::before {
      color: white;
      padding: 7px;
      width: 1em;
      height: 1em;
      box-sizing: content-box;
      text-align: center;
      display: block; }
  .btn-back:hover, .btn-back:focus {
    transform: translateX(-5px);
    color: #B65A24; }
    .btn-back:hover i, .btn-back:focus i {
      background: #FDAF00; }

.book-item {
  display: block;
  margin: 15px 7px;
  color: #2F2F2F; }
  .book-item:hover, .book-item:focus {
    color: #2F2F2F; }
  .book-item .book-cover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s all; }
    .book-item .book-cover img {
      width: 100%; }
  .book-item .book-title {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    display: block; }
  .book-item .book-title-lg {
    font-size: 1.1rem !important;
    font-weight: bold !important; }
  .book-item:hover, .book-item:focus, .book-item:active {
    outline: none;
    text-decoration: none; }

.book-item.text-sm .book-title {
  font-size: 1rem !important;
  color: #FCB813;
  font-weight: normal !important;
  margin-top: 15px; }
.book-item.text-sm:hover .book-title, .book-item.text-sm:focus .book-title {
  color: #c08902 !important; }

.coverWrapper.book-cover {
  background-color: #F4FBFC; }
  .coverWrapper.book-cover img {
    object-fit: contain; }
    .coverWrapper.book-cover img:hover {
      transform: scale(1.1); }
  .coverWrapper.book-cover::after {
    padding-top: 141.5%; }

.coverWrapper.nm-img-cover {
  background-color: #F4FBFC; }
  .coverWrapper.nm-img-cover img {
    object-fit: cover; }
  .coverWrapper.nm-img-cover::after {
    padding-top: 114%; }

.coverWrapper.storybook-cover {
  background-color: #F4FBFC;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }
  .coverWrapper.storybook-cover img {
    object-fit: contain; }
    .coverWrapper.storybook-cover img:hover {
      transform: scale(1.1); }
  .coverWrapper.storybook-cover::after {
    padding-top: 121%; }

.coverWrapper.nearText-cover::after {
  padding-top: 64.89971346704871%; }

.coverWrapper.member-cover::after {
  padding-top: 104.8632218844985%; }

.member-tree .tree-row + .tree-row {
  margin-top: 70px; }
.member-tree .member-list {
  margin-top: 3; }

.member-wrapper {
  margin-bottom: 40px; }
  .member-wrapper .mName {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    line-height: 29px; }
  .member-wrapper .mTitle {
    color: #000;
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    line-height: 24px; }
  .member-wrapper .mOrganisation {
    font-size: 1.125rem;
    line-height: 24px; }
  @media (max-width: 575.98px) {
    .member-wrapper .mName {
      font-size: 1.3rem;
      margin-bottom: 0.4rem; }
    .member-wrapper .mTitle {
      color: #000;
      font-size: 1.1rem;
      margin-bottom: 0.4rem; }
    .member-wrapper .mOrganisation {
      font-size: 0.9rem; } }

.cover-list-big {
  width: 1000px;
  max-width: 100%;
  margin: auto; }
  .cover-list-big .book-item {
    margin: 0;
    padding: 0 6px; }
    .cover-list-big .book-item .book-title {
      margin-top: 7px; }

.cover-list.grid-view .book-item {
  color: #303030;
  transition: 0.3s all; }
  .cover-list.grid-view .book-item .book-title {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px; }
  .cover-list.grid-view .book-item:hover, .cover-list.grid-view .book-item:focus {
    color: #FCB813; }

.cover-list.storybook-cover-list .book-title {
  font-size: 1.5rem;
  margin-bottom: 8px; }
.cover-list.storybook-cover-list .book-text {
  font-size: 1.375rem; }
@media (max-width: 767.98px) {
  .cover-list.storybook-cover-list .book-title {
    font-size: 1.2rem; }
  .cover-list.storybook-cover-list .book-text {
    font-size: 1rem; } }

.cover-list-55p .coverWrapper::after {
  padding-top: 56.358381% !important; }

.cover-list.list-view .cover-list-list > div {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 5px !important; }
  .cover-list.list-view .cover-list-list > div .book-item {
    text-align: left;
    background: #F4FBFC;
    color: #303030;
    margin: 0;
    padding: 10px 15px; }
    .cover-list.list-view .cover-list-list > div .book-item .book-cover {
      display: none; }
    .cover-list.list-view .cover-list-list > div .book-item .book-title {
      margin: 0;
      text-align: left;
      font-weight: normal;
      font-size: 1rem; }
    .cover-list.list-view .cover-list-list > div .book-item:hover, .cover-list.list-view .cover-list-list > div .book-item:focus {
      background-color: #3F6C9D !important;
      color: white !important;
      text-decoration: none; }
.cover-list.list-view .cover-list-list > div:first-child {
  margin-top: 5px !important; }
.cover-list.list-view .cover-list-list > div:last-child {
  margin-bottom: 15px !important; }
.cover-list.list-view .cover-list-list > div:nth-child(even) .book-item {
  background: #E2EEF8; }

#equalityPerspective.cover-list .col > .cover-list-section:first-child {
  padding-top: 1rem; }
  #equalityPerspective.cover-list .col > .cover-list-section:first-child h3:first-child {
    display: none; }

.text-lg {
  font-size: 1.1em !important; }
  .text-lg a {
    font-size: 1.1em !important; }

.book-download {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem; }
  .book-download a {
    font-size: 0.8rem;
    color: #303030; }
    .book-download a:hover, .book-download a:focus {
      color: #FCB813;
      text-decoration: none; }
  .book-download i {
    margin-left: 0.3em;
    color: #FCB813; }

/*
.breadcrumb-container.mobile{
	display: none;
	font-size: 0.9rem;
	a{
		color: $dark;
	}
}*/
.sl-overlay {
  background: #000;
  z-index: 9999; }

.sl-wrapper .sl-counter, .sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  color: #fff; }
.sl-wrapper .sl-image .sl-caption {
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .secTitle {
    margin-left: -8px;
    padding-left: 16px; }
    .secTitle::before {
      width: 6px; }

  .secTitle.rtl {
    margin-left: inherit;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 16px; }

  .content .indent {
    padding-left: 0; }

  .book-item {
    margin: 0; }
    .book-item .book-title {
      font-size: 0.8rem;
      margin-top: 13px; }

  .breadcrumb-container.mobile {
    display: block;
    margin-top: -1em; } }
.rtl {
  direction: rtl !important;
  text-align: right !important; }
  .rtl.nav-tree .nav-link, .rtl.nav-tree .nav-link, .rtl .nav-link {
    direction: rtl !important;
    text-align: right !important; }

.col-0-5 {
  flex: 0 0 5%;
  max-width: 5%;
  padding-left: 15px;
  padding-right: 15px; }

.col-11-5 {
  flex: 0 0 94%;
  max-width: 94%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .offset-md-img-left {
    padding-left: 4.5rem; }

  .offset-md-img-right {
    padding-right: 4.5rem; } }
@media (min-width: 992px) {
  .offset-lg-img-left {
    padding-left: 4.5rem !important; }

  .offset-lg-img-right {
    padding-right: 4.5rem !important; } }
/**********************************************login*/
.loginBox {
  background-color: #f7f7f7;
  padding: 30px 25px;
  display: block;
  margin: auto;
  max-width: 500px; }
  @media (max-width: 767.98px) {
    .loginBox {
      padding: 20px 15px; } }

/******************************************************************tab*/
.tabWrapper {
  width: 100%;
  max-width: 1490px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: 5rem; }
  @media (max-width: 575.98px) {
    .tabWrapper {
      margin-bottom: 3.5rem; } }

@media (max-width: 1100px) {
  .container .tabWrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: initial; } }
.tab-container {
  /*width: 1490px;*/
  margin: auto;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  flex-direction: row;
  /*justify-content: center;*/
  text-align: center;
  padding-bottom: 15px; }
  .tab-container .tab-item {
    max-width: 290px;
    min-width: 200px;
    min-height: 4em;
    padding-left: 1px;
    padding-right: 1px; }
    .tab-container .tab-item .tab-link {
      font-size: 1rem;
      line-height: 1.3;
      display: flex;
      align-items: center;
      height: 100%;
      text-align: center;
      justify-content: center;
      padding: 8px 15px;
      font-weight: bold;
      background: #EBEBEB;
      color: #303030;
      border-bottom: 4px solid #EBEBEB;
      transition: 0.3s all;
      text-decoration: none !important; }
      .tab-container .tab-item .tab-link.active {
        background: #E2EEF8 !important;
        color: #3F6C9D !important;
        border-bottom: 4px solid #3F6C9D !important; }
      .tab-container .tab-item .tab-link:hover {
        border-bottom: 4px solid #303030; }
    @media (max-width: 767.98px) {
      .tab-container .tab-item {
        min-width: 180px; } }
    @media (min-width: 992px) {
      .tab-container .tab-item {
        max-width: 310px;
        min-width: 290px;
        min-height: 3.5em; } }

.tab-A-container > .tab-content > .tab-pane {
  padding-top: 50px;
  padding-bottom: 40px; }

.tab-container.tab-A .tab-item {
  padding-left: 6px;
  padding-right: 6px; }
  .tab-container.tab-A .tab-item .tab-link {
    font-size: 0.9rem;
    font-weight: bold;
    background: none;
    color: #707070;
    border-bottom: 3px solid #707070; }
    .tab-container.tab-A .tab-item .tab-link:hover, .tab-container.tab-A .tab-item .tab-link:focus, .tab-container.tab-A .tab-item .tab-link:active, .tab-container.tab-A .tab-item .tab-link.active {
      background: white !important;
      color: #00AEEF !important;
      border-bottom: 3px solid #00AEEF !important; }

.tab-container.tab-B .tab-item {
  padding-left: 6px;
  padding-right: 6px; }
  .tab-container.tab-B .tab-item .tab-link {
    color: #707070;
    font-size: 0.8em;
    padding: 5px 10px;
    text-align: left;
    background: #fff;
    border: 4px #72BE44 solid !important;
    border-radius: 24px 0px 24px 24px; }
    .tab-container.tab-B .tab-item .tab-link.active {
      background: linear-gradient(180deg, #b8d584 0%, #73be45 100%) !important;
      color: #fff !important; }
    .tab-container.tab-B .tab-item .tab-link:hover, .tab-container.tab-B .tab-item .tab-link:focus {
      background: linear-gradient(180deg, #b8d584 0%, #73be45 100%) !important;
      color: #fff !important; }
    .tab-container.tab-B .tab-item .tab-link > div:not(.tab-link-icon) {
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      width: 100%; }
  .tab-container.tab-B .tab-item .tab-link-icon {
    margin-left: 5px;
    margin-right: 10px !important; }
  @media (max-width: 767.98px) {
    .tab-container.tab-B .tab-item .tab-link {
      font-size: 0.7em; }
      .tab-container.tab-B .tab-item .tab-link > div:not(.tab-link-icon) {
        padding: 0;
        text-align: center;
        width: 100%; }
    .tab-container.tab-B .tab-item .tab-link-icon {
      flex: 0 0 26px;
      max-width: 26px;
      margin-left: 0;
      margin-right: 5px !important; } }

.tab-container.tab-B.tab-B-lg {
  width: 1490px; }
  .tab-container.tab-B.tab-B-lg .tab-item {
    min-width: unset;
    max-width: unset;
    min-height: 5.5em; }
    .tab-container.tab-B.tab-B-lg .tab-item .tab-link {
      color: #2F2F2F;
      font-size: clamp(0.85rem, 3vw, 1.75rem); }

.tab-link-icon {
  position: relative;
  flex: 0 0 40px;
  max-width: 50px;
  margin-right: 10px; }
  .tab-link-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0; }
  @media (max-width: 767.98px) {
    .tab-link-icon {
      flex: 0 0 30px;
      max-width: 40px;
      margin-right: 7px; } }

.active .tab-link-icon .hover, .tab-link:hover .tab-link-icon .hover, .tab-link:focus .tab-link-icon .hover {
  opacity: 1; }

.mainTab-container .tab-container {
  width: 1600px;
  justify-content: flex-start;
  overflow-y: visible;
  margin-bottom: 0;
  max-width: 100%; }
.mainTab-container .tab-content {
  background-color: #3F6C9D;
  padding-top: 50px;
  padding-bottom: 50px; }

.tab-container.tab-main .tab-item {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
  overflow-y: hidden; }
  .tab-container.tab-main .tab-item .tab-link {
    background: #E2EEF8;
    color: #005D70;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: none;
    transition: 0.1s all;
    border-radius: 10px 10px 0 0; }
    .tab-container.tab-main .tab-item .tab-link.active {
      background-color: #3F6C9D !important;
      color: white !important;
      border-bottom: none !important;
      transform: translateY(0) !important;
      height: 100% !important; }
    .tab-container.tab-main .tab-item .tab-link:hover, .tab-container.tab-main .tab-item .tab-link:focus {
      transform: translateY(-7px);
      height: calc(100% + 7px); }

@media (max-width: 767.98px) {
  .listViewMobile {
    flex-wrap: wrap; }
    .listViewMobile .tab-item {
      max-width: 100%;
      min-width: 100%;
      width: 100%;
      margin-bottom: 4px;
      min-height: 3em; } }
@media (max-width: 1200px) {
  .tab-container {
    justify-content: flex-start; } }
/***************************************************** swiper slider */
.swiper-button-prev, .swiper-button-next {
  color: #fff; }

.card-list .swiper-button-next, .card-list .swiper-container-rtl .swiper-button-prev {
  right: 0; }
.card-list .swiper-button-prev, .card-list .swiper-container-rtl .swiper-button-next {
  left: 0; }
.card-list .swiper-button-prev, .card-list .swiper-button-next {
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/right.png");
  background-repeat: no-repeat; }
  .card-list .swiper-button-prev:after, .card-list .swiper-button-next:after {
    display: none; }
  @media (max-width: 991.98px) {
    .card-list .swiper-button-prev, .card-list .swiper-button-next {
      width: 30px;
      height: 60px;
      margin-top: -30px; } }
.card-list .swiper-button-prev {
  background-image: url("../images/left.png"); }

.card-list2.card-swiper3c .card-stage, .card-list2.card-swiper4b .card-stage {
  position: absolute;
  top: 200px; }
  .card-list2.card-swiper3c .card-stage > div, .card-list2.card-swiper4b .card-stage > div {
    font-size: 2rem;
    height: 50px;
    min-width: 88px; }
    .card-list2.card-swiper3c .card-stage > div::after, .card-list2.card-swiper4b .card-stage > div::after {
      content: url("../images/badge-yellow_bg_after_h50.png"); }
.card-list2.card-swiper3c .card-icon, .card-list2.card-swiper4b .card-icon {
  padding-bottom: 70px; }

@media (min-width: 992px) {
  .title-pl-middlefirst2 {
    padding-left: 16.66667%; } }
.card-wrap {
  flex: 1 0 0%;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word; }

.card-swiper .swiper-slide {
  display: flex; }

.card-swiper {
  overflow: hidden; }
  .card-swiper .swiper-container {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px; }
  @media (min-width: 991.98px) and (max-width: 1200px) {
    .card-swiper {
      margin-right: -100px;
      margin-left: -100px;
      padding-left: 100px;
      padding-right: 25px; }
      .card-swiper .swiper-container {
        padding-left: 100px;
        padding-right: 100px;
        margin-left: -100px;
        margin-right: -100px; } }
  @media (min-width: 767.98px) and (max-width: 991.98px) {
    .card-swiper {
      margin-right: -40px;
      margin-left: -40px;
      padding-left: 40px;
      padding-right: 25px; }
      .card-swiper .swiper-container {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: -40px;
        margin-right: -40px; } }
  @media (max-width: 767.98px) {
    .card-swiper {
      margin-right: -16px;
      margin-left: -16px;
      padding-left: 16px;
      padding-right: 16px; }
      .card-swiper .swiper-container {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px; } }

@media (min-width: 1201px) and (max-width: 1366px) {
  .card-swiper4 {
    margin-right: -100px;
    margin-left: -100px;
    padding-left: 100px;
    padding-right: 25px; }
    .card-swiper4 .swiper-container {
      padding-left: 100px;
      padding-right: 100px;
      margin-left: -100px;
      margin-right: -100px; } }
.card-swiper4 .swiper-container, .card-swiper4b .swiper-container {
  overflow: visible; }

.card {
  background-color: transparent; }

.card-body {
  line-height: 32px; }
  @media (max-width: 565.98px) {
    .card-body {
      font-size: 1.125rem;
      line-height: 22px; } }

.card-list .swiper-slide {
  display: flex;
  height: auto;
  padding-top: 3px;
  padding-bottom: 20px; }
  .card-list .swiper-slide .card {
    width: 100%; }
.card-list .card-A {
  margin: auto;
  max-width: 500px;
  font-size: 0.9rem;
  border: none;
  border-radius: 0; }
  .card-list .card-A .card-header {
    border: none;
    border-radius: 0; }
  .card-list .card-A .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 1.6rem;
    height: 4.8rem; }
    .card-list .card-A .card-title a:hover, .card-list .card-A .card-title a:focus, .card-list .card-A .card-title aactive {
      color: #00AEEF; }
  .card-list .card-A .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.5rem;
    height: 6rem; }
.card-list .card-B {
  border: none;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: 0; }
  .card-list .card-B .card-header {
    border: none; }
  .card-list .card-B .card-body {
    padding: 1.7rem 1.9rem 1.7rem 1.9rem;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column; }
    .card-list .card-B .card-body .card-text {
      padding-bottom: 20px; }
      .card-list .card-B .card-body .card-text p:last-child {
        margin-bottom: 0; }
  .card-list .card-B .card-title {
    margin-top: 0;
    font-size: 1.1rem; }
  .card-list .card-B .card-B-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
    .card-list .card-B .card-B-link:hover ~ .card-header .cover, .card-list .card-B .card-B-link:focus ~ .card-header .cover {
      transform: scale(1.07); }
  @media (max-width: 575.98px) {
    .card-list .card-B .card-body {
      padding: 1.4rem 1.1rem 1.4rem 1.1rem; } }
.card-list .card-whole {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 575.98px) {
    .card-list .card-whole {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .card-list .card-whole img {
        height: 100px; } }
@media (max-width: 575.98px) {
  .card-list .card-wholeB {
    padding: 2rem 1rem; }
    .card-list .card-wholeB .img-wrapper {
      width: 40%; }
    .card-list .card-wholeB .card-body {
      width: 60%;
      padding: 0;
      padding-left: 1rem; }
    .card-list .card-wholeB img {
      height: unset; } }
.card-list .card-B2 {
  border: none;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: 0; }
  .card-list .card-B2 .card-header {
    border: none; }
    .card-list .card-B2 .card-header .coverWrapper {
      height: 100%; }
      .card-list .card-B2 .card-header .coverWrapper::after {
        padding-top: 100%; }
        @media (max-width: 991px) {
          .card-list .card-B2 .card-header .coverWrapper::after {
            height: 100%; } }
  .card-list .card-B2 .card-body {
    padding: 1.7rem 2.6rem 1.7rem 2.6rem;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column; }
    .card-list .card-B2 .card-body .card-text {
      padding-bottom: 20px; }
      .card-list .card-B2 .card-body .card-text p:last-child {
        margin-bottom: 0; }
    @media (max-width: 640px) {
      .card-list .card-B2 .card-body {
        padding: 1.2rem 1.5rem 1.2rem 1rem; } }
  .card-list .card-B2 .card-title {
    margin-top: 0;
    font-size: 1.1rem; }
  .card-list .card-B2 .card-B-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
    .card-list .card-B2 .card-B-link:hover ~ .card-header .cover, .card-list .card-B2 .card-B-link:focus ~ .card-header .cover {
      transform: scale(1.07); }
.card-list .card.card-C {
  background-color: transparent;
  display: flow-root;
  max-width: 400px;
  justify-content: space-around; }
.card-list .card-C {
  border: 0px;
  padding-top: 80%;
  position: relative; }
  .card-list .card-C .photocap {
    border-radius: 15px;
    display: block !important;
    height: 0%;
    margin: auto;
    padding-top: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0px; }
    .card-list .card-C .photocap img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .2s transform linear; }
      .card-list .card-C .photocap img:hover {
        transform: translate(-50%, -50%) scale(1.1); }
  .card-list .card-C .card-body {
    background-color: #fff;
    border: 4px #72BE44 solid;
    border-radius: 24px 0px 24px 24px;
    left: 4%;
    position: relative;
    width: 92%;
    z-index: 5; }
    .card-list .card-C .card-body h3 {
      margin-top: 0.75rem; }
  .card-list .card-C .card-C-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
    .card-list .card-C .card-C-link:hover ~ .photocap img, .card-list .card-C .card-C-link:focus ~ .photocap img {
      transform: translate(-50%, -50%) scale(1.1); }
.card-list a:hover {
  text-decoration: none; }

.card-img-overflow {
  text-align: center; }
  .card-img-overflow .card-row {
    padding: 3rem; }
    .card-img-overflow .card-row img {
      width: 140px; }
    .card-img-overflow .card-row .card-body {
      padding: 0; }
    .card-img-overflow .card-row .card-text {
      margin-top: 20px; }

.noHoverScale img:hover {
  transform: translate(-50%, -50%) scale(1) !important; }

@media (min-width: 992px) {
  .card-img-overflow {
    padding-left: 13%;
    text-align: unset; }
    .card-img-overflow .card-row {
      padding: 4rem 0;
      padding-left: 0; }
    .card-img-overflow .card-content {
      display: flex;
      align-items: center;
      margin-left: calc(-290px /2); }
      .card-img-overflow .card-content .card-body {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .card-img-overflow .card-content img {
        width: 290px; }
      .card-img-overflow .card-content .card-text {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        margin-top: 0; } }
@media (min-width: 1366px) {
  .card-swiperGrid3 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px; } }
/*****************************************************normal img swiper*/
.outerBullet-swiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px; }
.outerBullet-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  background: #FCF2DA;
  text-align: center;
  opacity: 1; }
.outerBullet-swiper .swiper-pagination-bullet-active {
  background: #FCB813; }

/***************************************************** coverWrapper**/
.coverWrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
  .coverWrapper::after {
    padding-top: 66.66%;
    display: block;
    content: ''; }
  .coverWrapper.img-card::after {
    padding-top: 77.5%; }
  .coverWrapper.square::after, .coverWrapper.circle::after {
    padding-top: 100%; }
  .coverWrapper.circle .cover {
    border-radius: 1000px;
    overflow: hidden; }
  .coverWrapper .cover, .coverWrapper .coverText {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .coverWrapper .cover {
    z-index: 1; }
    .coverWrapper .cover img {
      /*position: absolute;*/
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .coverWrapper .cover-hover {
    z-index: 0;
    opacity: 0;
    transition: 0.3s all; }
  .coverWrapper .overlays {
    z-index: 5; }
  .coverWrapper .coverText {
    z-index: 10; }

.video {
  display: block;
  text-decoration: none;
  color: #303030;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.125rem; }
  .video .coverWrapper {
    margin-bottom: 15px;
    border-radius: 10px; }
  .video .coverWrapper::after {
    padding-top: 56.25%; }
  .video .overlayPlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2); }
    .video .overlayPlay img {
      width: 15%;
      transition: 0.1s all; }
  .video .title {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block; }
  .video:hover, .video:focus {
    color: #2F2F2F;
    outline: none;
    text-decoration: none; }
    .video:hover .overlayPlay, .video:focus .overlayPlay {
      background-color: rgba(0, 0, 0, 0); }
      .video:hover .overlayPlay img, .video:focus .overlayPlay img {
        display: none; }

video {
  outline: none; }

.text-remark {
  font-size: 1.125rem; }

/***********************************************iconLink*/
.iconLink {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 13em;
  text-decoration: none !important;
  line-height: 1.2;
  background: none;
  outline: none;
  border: 0;
  padding: 0;
  color: #3F6C9D; }
  .iconLink .hoverIcon {
    width: 100px;
    max-width: 100%;
    margin: auto;
    display: block;
    border-radius: 10px;
    overflow: hidden; }
  .iconLink .hoverIcon-lg {
    width: 145px; }
  .iconLink:hover .coverWrapper .cover-hover, .iconLink.active .coverWrapper .cover-hover, .iconLink:focus .coverWrapper .cover-hover {
    z-index: 2;
    opacity: 1; }

.iconLink-list .iconLink {
  font-size: 0.9em; }
  .iconLink-list .iconLink .hoverIcon {
    width: 100px;
    max-width: 100%; }

.iconLink-tabMenu .iconLink {
  padding: 0.5rem 0; }
  .iconLink-tabMenu .iconLink .hoverIcon {
    width: 145px;
    max-width: 100%; }

.icon-3col .iconLink .hoverIcon {
  width: 220px; }

.pageControl {
  text-align: right; }
  .pageControl .iconLink {
    width: auto;
    display: inline-block;
    margin: 10px;
    color: #00AEEF;
    font-size: 0.9rem;
    font-weight: bold; }
    .pageControl .iconLink .hoverIcon {
      width: 50px; }

/***********************************************Image Link*/
.imageLink-List {
  justify-content: center; }

.imageLink-item-A {
  position: relative;
  width: 100%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px; }
  .imageLink-item-A .imageLink {
    max-width: 245px;
    margin: auto;
    color: #3F6C9D; }
    .imageLink-item-A .imageLink .coverWrapper {
      box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05); }

.imageLink-item-B .imageLink {
  color: #3F6C9D; }
.imageLink-item-B .coverWrapper {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05); }
  .imageLink-item-B .coverWrapper img {
    object-fit: contain; }

@media (max-width: 991.98px) {
  .imageLink-List .imageLink-item-A {
    flex: 0 0 240px;
    max-width: 50%; } }
.imageLink {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center; }
  .imageLink .coverWrapper {
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7; }
  .imageLink:hover, .imageLink:focus {
    text-decoration: none; }
    .imageLink:hover img, .imageLink:focus img {
      transform: scale(1.1); }
  .imageLink .title {
    margin-top: 10px;
    line-height: 1.3;
    display: block; }
    @media (max-width: 767.98px) {
      .imageLink .title {
        font-size: 1rem;
        font-weight: normal; } }

.imageLink.hoverUp:hover, .imageLink.hoverUp:focus {
  text-decoration: none; }
  .imageLink.hoverUp:hover img, .imageLink.hoverUp:focus img {
    transform: scale(1); }

.flow-wrap {
  margin-left: -15px;
  margin-right: -15px;
  overflow: auto; }

.flow-link {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  min-width: 680px;
  position: relative; }

.imageHoverLink {
  position: absolute;
  display: block;
  text-decoration: none !important; }
  .imageHoverLink:hover, .imageHoverLink:focus {
    background: rgba(9, 128, 149, 0.15);
    text-decoration: none !important; }

/***********************************************3 ball*/
.triBallWrapper .ball {
  transition: .2s;
  mix-blend-mode: darken;
  cursor: pointer; }

/***********************************************link-box*/
.link-box {
  padding: 15px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden; }
  .link-box .link-box-info {
    align-self: center;
    padding-right: 20px; }
    .link-box .link-box-info > .title {
      font-size: 1.2em;
      font-weight: bold;
      color: #FCB813;
      text-decoration: none; }
      .link-box .link-box-info > .title:hover, .link-box .link-box-info > .title:focus {
        color: #005D70; }
    .link-box .link-box-info .des {
      font-size: 0.9em; }
  .link-box .link-box-icon {
    flex: 0 0 6rem;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3;
    text-align: right; }
    .link-box .link-box-icon .iconLink {
      max-width: 12rem; }
      .link-box .link-box-icon .iconLink .coverWrapper {
        max-width: 70px;
        margin: auto; }

.linkBox-list.linkBox-striped .link-box:nth-child(odd) {
  background-color: #F4FBFC; }

@media (min-width: 768px) {
  .linkBox-table .link-box {
    padding: 0;
    border-radius: 0;
    background: none;
    margin-bottom: 2px; }
    .linkBox-table .link-box > div {
      border: 3px solid white;
      background-color: #F4FBFC;
      padding: 15px;
      width: 100%;
      align-self: inherit !important; }
    .linkBox-table .link-box .title {
      font-size: 1rem;
      font-weight: bold; }
    .linkBox-table .link-box .link-box-des {
      background-color: #f7f7f7;
      width: 50%;
      flex: 0 0 50%; }
    .linkBox-table .link-box .link-box-icon {
      width: 15%;
      flex: 0 0 15%; }

  .linkBox-tableHeader > div, .linkBox-tableHeader .link-box-icon {
    background-color: #00AEEF !important;
    color: white !important;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 1.4rem; } }
@media (max-width: 767.98px) {
  .link-box {
    display: block;
    padding: 15px; }
    .link-box .link-box-info {
      padding-right: 0; }
    .link-box .link-box-icon {
      text-align: right; }
      .link-box .link-box-icon .iconLink {
        width: auto;
        display: inline-block;
        margin: 1rem 0 0 auto; }

  .linkBox-tableHeader {
    display: none; }

  .link-box-des {
    margin-top: 1em; } }
/***********************************************profile */
.profile-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px; }
  .profile-item .profile-pic {
    width: 30%;
    flex: 220px 0 0;
    display: block;
    align-self: top; }
    .profile-item .profile-pic .coverWrapper {
      border: 1px solid #ddd;
      border-radius: 10px; }
  .profile-item .profile-info {
    padding-left: 20px;
    align-self: center; }
    .profile-item .profile-info .profile-name {
      font-weight: bold;
      margin-bottom: 1em; }
    .profile-item .profile-info .profile-title {
      font-size: 0.9em; }

@media (max-width: 1200px) {
  .profile-item .profile-pic {
    flex: 180px 0 0; } }
@media (max-width: 991.98px) {
  .profile-item .profile-pic {
    flex: 35% 0 0; } }
@media (max-width: 767.98px) {
  .profile-item {
    margin-bottom: 50px;
    display: block; }
    .profile-item .profile-pic {
      width: 220px;
      flex: none;
      text-align: center;
      margin: auto; }
    .profile-item .profile-info {
      margin-top: 20px;
      padding-left: 0; }
      .profile-item .profile-info .profile-name {
        text-align: center; } }
/***********************************************Table*/
.table th, .table td, table th, table td {
  border: none;
  vertical-align: top;
  font-size: 1.275rem; }
  @media (max-width: 575.98px) {
    .table th, .table td, table th, table td {
      font-size: 1rem; } }

table .fa, table .fas {
  padding-top: 0.3em; }

.table-striped tbody th, .table-striped tbody td {
  border-top: 10px solid white; }
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
.table-striped tbody tr:nth-of-type(even) {
  background-color: #E2EEF8; }

.table-Wrapper {
  overflow: auto; }
  .table-Wrapper table {
    min-width: 700px; }

.table-container {
  overflow: auto; }
  .table-container table {
    min-width: 700px;
    border-collapse: separate;
    border: none;
    color: #303030; }
    .table-container table thead th {
      vertical-align: middle; }
    .table-container table td {
      background-color: #e1eef0; }
    .table-container table td:nth-child(even) {
      background-color: #f7f7f7; }
    .table-container table.white td:nth-child(even) {
      background-color: white; }
    .table-container table.allBlue td, .table-container table.allBlue td:nth-child(even) {
      background-color: #F4FBFC; }
    .table-container table.allLight td, .table-container table.allLight td:nth-child(even) {
      background-color: #f7f7f7; }
    .table-container table.plain-table {
      border-collapse: collapse; }
  .table-container.plain-table table {
    border-collapse: collapse; }
  .table-container.plain-table td {
    background: none; }
  .table-container.plain-table td:nth-child(even) {
    background: none; }
  .table-container .paid-course-list {
    min-width: auto !important; }
    .table-container .paid-course-list thead th a {
      color: #FFFFFF; }
    .table-container .paid-course-list thead td, .table-container .paid-course-list thead th {
      background-color: #00AEEF;
      color: white; }
    .table-container .paid-course-list td {
      background: #fdf7f2; }
      .table-container .paid-course-list td > div {
        display: inline-block; }
  .table-container .free-course-list {
    min-width: auto !important; }
    .table-container .free-course-list thead th a {
      color: #FFFFFF; }
    .table-container .free-course-list td > div {
      display: inline-block; }
  @media (max-width: 767.98px) {
    .table-container.maxHeight {
      max-height: 80vh; } }
  .table-container.stickyTop thead th {
    position: sticky;
    top: 0; }

@media (max-width: 991.98px) {
  .table-container-m {
    margin: auto;
    display: block;
    max-width: 80vw;
    border: 1px solid #303030; } }
td.primary,
th.primary {
  background: #FCB813 !important;
  color: white !important; }
  td.primary a,
  th.primary a {
    color: white;
    text-decoration: underline; }

td.secondary,
th.secondary {
  background: #00AEEF !important;
  color: white !important; }
  td.secondary a,
  th.secondary a {
    color: white;
    text-decoration: underline; }

td.blue,
th.blue {
  background: #3F6C9D !important;
  color: white !important; }
  td.blue a,
  th.blue a {
    text-decoration: underline;
    color: white !important; }

.table-leftSticky thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2; }
.table-leftSticky tbody > tr > th:first-child, .table-leftSticky tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: left;
  background-color: #3F6C9D;
  color: white; }
  .table-leftSticky tbody > tr > th:first-child a, .table-leftSticky tbody > tr > td:first-child a {
    color: white; }

.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
  padding: 10px;
  border-collapse: collapse; }

.tableA th, .tableA td {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 3.3rem 3.5rem; }
  @media (max-width: 575.98px) {
    .tableA th, .tableA td {
      padding: 1.5rem 0.5rem; } }
.tableA th {
  padding: 1.5rem 3.5rem; }

.table-striped-skyblue-lightskyblue tbody tr:nth-of-type(odd) {
  background-color: #B7EBFF; }
.table-striped-skyblue-lightskyblue tbody tr:nth-of-type(even) {
  background-color: #EFFAFF; }

/***********************************************MAP*/
.map-Warpper {
  background-color: #F4FBFC; }

/***********************************************textEditor*/
.text-only {
  line-height: 1.7; }
  .text-only img {
    height: auto; }

.textEditor {
  padding-left: 30px;
  line-height: 1.7; }
  .textEditor img {
    height: auto; }
  .textEditor > .secTitle {
    margin-left: -30px; }
  .textEditor > .indent {
    padding-left: 0 !important; }
  .textEditor table {
    max-width: 100%; }
  .textEditor ul li, .textEditor ol li {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .textEditor a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    /*-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/ }

.row39 .textEditor, .row84 .col-lg-4 .textEditor {
  padding-left: 0; }
  .row39 .textEditor .secTitle, .row84 .col-lg-4 .textEditor .secTitle {
    margin-left: 0; }

@media (max-width: 767.98px) {
  .textEditor {
    padding-left: 0; }
    .textEditor .secTitle {
      margin-left: 0px; }

  .row39 .col-md-8 {
    margin-top: 30px; } }
.year-text .year {
  font-weight: bold;
  margin-bottom: 18px; }
.year-text + .year-text {
  margin-top: 35px; }

/***********************************************FAQ accordion*/
.faq .faq-item {
  margin-bottom: 15px; }
  .faq .faq-item .faq-q {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background-color: #F4FBFC;
    font-weight: bold;
    padding-right: 60px;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    text-align: left;
    outline: none !important;
    border: none !important; }
    .faq .faq-item .faq-q .des {
      font-size: 1rem;
      font-weight: normal;
      display: block;
      margin-bottom: 0;
      line-height: 1.4rem; }
    .faq .faq-item .faq-q .num {
      width: 2em;
      flex: 0 0 2em; }
    .faq .faq-item .faq-q::after {
      display: block;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 1em;
      text-align: center;
      height: 1em;
      font-size: 1em;
      content: '\f068';
      font-family: 'FontAwesome';
      border: none !important;
      margin: 0;
      color: #005D70;
      transition: 0.3s all; }
    .faq .faq-item .faq-q:hover, .faq .faq-item .faq-q:focus, .faq .faq-item .faq-q:active {
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15); }
    .faq .faq-item .faq-q.collapsed::after {
      content: '\f067'; }
  .faq .faq-item:nth-of-type(even) .faq-q {
    background-color: #E2EEF8; }
  .faq .faq-item .faq-a {
    padding: 15px; }

.faq-arrow .faq-item {
  padding-left: 18px; }
  .faq-arrow .faq-item .faq-q {
    transition: 0.2s all; }
    .faq-arrow .faq-item .faq-q::before {
      display: block;
      content: '';
      position: absolute;
      left: -18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12.5px 18px 12.5px 0;
      border-color: transparent #F4FBFC transparent transparent; }
  .faq-arrow .faq-item:nth-of-type(even) .faq-q::before {
    border-color: transparent #E2EEF8 transparent transparent; }

.talk-box {
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  margin-left: 18px;
  background-color: #f7f7f7; }
  .talk-box::before {
    display: block;
    content: '';
    position: absolute;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 18px 12.5px 0;
    border-color: transparent #f7f7f7 transparent transparent; }
  .talk-box p:last-child {
    margin-bottom: 0; }

/***********************************************eo-card*/
.eo-card {
  padding-right: 3rem; }
  @media (max-width: 991.98px) {
    .eo-card {
      padding-right: 0; } }

/*********************************************** case-index */
.case-index {
  margin-bottom: 3rem; }

.case-index-link {
  padding: 10px 15px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  background-color: #E2EEF8;
  color: #303030; }
  .case-index-link:hover, .case-index-link:focus, .case-index-link:active {
    background-color: #3F6C9D;
    color: white;
    text-decoration: none; }

.case-item {
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
  background-color: #F4FBFC; }
  .case-item h4 {
    color: #303030;
    margin-top: 2rem; }

.textEditor:nth-child(even) .case-item {
  background-color: #f7f7f7; }

/***********************************************custom dropdown */
.custom-dropdown {
  display: inline-block;
  width: 100%; }
  .custom-dropdown .btn-dropdown {
    padding: 10px;
    border: none;
    color: #333;
    border-radius: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    text-align: left;
    outline: none !important;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
    white-space: inherit; }
    .custom-dropdown .btn-dropdown::after {
      display: none !important; }
    .custom-dropdown .btn-dropdown:hover, .custom-dropdown .btn-dropdown:focus {
      background-color: #f7f7f7; }
    .custom-dropdown .btn-dropdown > span {
      flex: 1; }
    .custom-dropdown .btn-dropdown .icon {
      flex: 0 1.6rem; }
  .custom-dropdown.show .btn-dropdown {
    border-bottom: none; }
  .custom-dropdown.show .btn-dropdown-arrow {
    transform: rotate(180deg); }
  .custom-dropdown .dropdown-item {
    white-space: pre-wrap; }
  .custom-dropdown .btn-dropdown-arrow {
    transition: 0.4s all;
    width: 1.5rem;
    display: block;
    margin-left: auto;
    margin-top: 0.2rem; }
  .custom-dropdown .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    border-top: none;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
    max-height: 15rem;
    overflow: auto; }
    .custom-dropdown .dropdown-menu .dropdown-item {
      color: #3F6C9D;
      padding: 10px 15px; }
    .custom-dropdown .dropdown-menu .dropdown-item:hover, .custom-dropdown .dropdown-menu .dropdown-item:focus {
      background: #3F6C9D;
      color: #fff; }

/***********************************************form*/
.form-box {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  background-color: #f7f7f7; }
  .form-box fieldset {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #F4FBFC; }
    .form-box fieldset legend {
      float: left;
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 1rem;
      font-size: 1.4rem;
      font-weight: bold;
      color: #005D70;
      clear: both; }
      .form-box fieldset legend::after {
        clear: both;
        display: block;
        width: 100%;
        content: ''; }
    .form-box fieldset > .row {
      clear: both; }
    .form-box fieldset + fieldset:nth-child(even) {
      background-color: white; }
  .form-box fieldset + fieldset {
    margin-top: 30px; }
  @media (max-width: 767.98px) {
    .form-box {
      padding: 20px 10px; } }
  .form-box div.help-block {
    padding-left: 5px; }

.form-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #005D70; }

.checkbox {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer; }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #707070; }

/* On mouse-over, add a grey background color */
.checkbox:hover > input ~ .checkmark, .checkbox input:focus ~ .checkmark {
  background-color: #eee; }

/* When the checkbox is checked, add a blue background */
.checkbox > input:checked ~ .checkmark {
  background-color: #FCB813;
  border: 1px solid #FCB813; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.new-input {
  position: relative;
  margin: 2rem 0 0 0; }
  .new-input .togglePW {
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background: none;
    color: #303030; }
    .new-input .togglePW:hover, .new-input .togglePW:focus {
      color: #3F6C9D; }
  .new-input .pw {
    padding-right: 2rem; }

textarea {
  resize: none; }
  textarea.form-control {
    resize: vertical;
    border: 1px solid #ced4da; }
  textarea.form-control[readonly] {
    background-color: #fff; }

textarea::placeholder {
  color: #303030;
  opacity: 1;
  /* Firefox */ }

.new-input input, .new-input textarea, .new-input select, .new-input div.textarea {
  background: none;
  color: #444444;
  font-size: 1rem;
  padding: 5px 10px 5px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ACACAC; }

.new-input input:focus, .new-input textarea:focus, .new-input select:focus {
  outline: none; }

.new-input input:focus ~ label,
.new-input input.hasvalue ~ label,
.new-input div.textarea ~ label,
.new-input select:focus ~ label,
.new-input select.hasvalue ~ label,
.new-input .label-top ~ label,
.form-element-field.hasvalue ~ label,
.form-element-field.readonly ~ label {
  bottom: 1.8rem;
  font-size: 0.8em;
  line-height: 1.2;
  color: #aaa; }

.new-input textarea:focus ~ label,
.new-input textarea.hasvalue ~ label,
.new-input div.textarea ~ label {
  top: -1.4rem; }

.new-input input:focus ~ label, .new-input textarea:focus ~ label, .new-input select:focus ~ label {
  color: #000; }

.new-input input:focus ~ .bar:before, .new-input textarea:focus ~ .bar:before, .new-input select:focus ~ .bar:before, .warning input ~ .bar:before, .warning textarea ~ .bar:before, .warning select ~ .bar:before {
  width: 100%; }

.new-input input:read-only ~ .bar:before,
.new-input textarea:read-only ~ .bar:before,
.new-input select:read-only ~ .bar:before,
.form-element-field:read-only ~ .bar:before {
  width: 0 !important; }

.new-input.warning div.help-block {
  color: #fc0000;
  font-size: 12px;
  padding: 0 5px;
  display: block; }

.new-input input[type="password"] {
  letter-spacing: 0.3em; }

.new-input select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.new-input label {
  color: #555;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 0;
  padding-right: 22px;
  line-height: 1.2;
  transition: 300ms ease all; }

.new-input.warning label {
  top: 10px;
  color: #fc0000; }

@media (max-width: 767px) {
  .new-input label.longTxt {
    font-size: 14px; } }
.new-input .bar {
  position: relative;
  display: block;
  width: 100%; }

.new-input .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #3F6C9D;
  transition: 300ms ease all;
  left: 0%; }

.warning input ~ .bar:before, .warning textarea ~ .bar:before, .warning select ~ .bar:before {
  background: #fc0000; }

.form-label {
  font-size: 1rem;
  color: #9a9a9a;
  padding-left: 5px;
  font-weight: normal; }

.new-input .form-label {
  padding-left: 0; }

div.help-block {
  font-size: 0.8em;
  margin-top: 0.8em; }

.form-select option {
  color: #666; }

.form-select-placeholder {
  color: #a6a6a6; }

.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  display: block;
  right: 8px;
  top: 20px;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform; }

.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg); }

.overflow-unset {
  overflow: unset; }

.preview-form {
  max-width: 1200px;
  margin: auto; }

.noticeBox {
  padding: 30px 20px;
  margin: auto;
  background-color: #3F6C9D;
  color: white;
  text-align: center; }
  .noticeBox .title {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .noticeBox p:last-child {
    margin-bottom: 0; }

.color-box {
  margin: auto;
  background-color: #f7f7f7; }

.color-box-list .color-box {
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 1.125rem; }
  .color-box-list .color-box:nth-child(even) {
    background-color: #EFFAFF; }
  .color-box-list .color-box:nth-child(odd) {
    background-color: #B7EBFF; }
.color-box-list .color-box + .color-box {
  margin-top: 5px; }

.color-box-list-lg .color-box + .color-box {
  margin-top: 20px; }

.scollBox {
  max-height: 20em;
  padding: 15px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto; }

.radio-item {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio-item + .radio-item {
  margin-left: 1em; }

.radio-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radio-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #707070; }

.radio-item:hover input[type="radio"] ~ .checkmark {
  background-color: #ccc; }

.radio-item input[type="radio"]:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #FCB813; }

.radio-item:after {
  content: "";
  position: absolute;
  display: none; }

.radio-item input[type="radio"]:checked ~ .checkmark:after {
  display: block; }

.radio-item .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FCB813; }

.custom-file-label::after {
  height: 100%; }

.custom-file-input:lang(zh-HK) ~ .custom-file-label::after {
  content: "選擇檔案" !important; }

.custom-file-input:lang(zh-CN) ~ .custom-file-label::after {
  content: "选择档案" !important; }

.custom-control-label {
  color: #303030 !important; }

/***********************************************video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container video,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container video {
    object-fit: cover; }
  .video-container.scale43 {
    padding-bottom: 75%; }

.video-container .video {
  cursor: pointer; }

.playpause {
  background-image: url(../images/btn_play.png);
  background-repeat: no-repeat;
  width: 12%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  opacity: 0.6;
  transition: 0.3s all;
  cursor: pointer; }

.video-container:hover .playpause {
  opacity: 1;
  transform: scale(1.1); }

/**********************************************side Menu*/
#sideMenuContainer {
  position: relative; }

@media (min-width: 1200px) {
  #sideMenuWrap {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem; }
    #sideMenuWrap #sideMenu {
      max-height: calc(100vh - 10rem);
      overflow-y: auto; }

  .logoShow #sideMenuWrap {
    top: 19rem; }
    .logoShow #sideMenuWrap #sideMenu {
      max-height: calc(100vh - 19rem); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  #sideMenuWrap {
    top: 120px !important; }
    #sideMenuWrap #sideMenu {
      max-height: calc(100vh - 120px) !important; } }
@media (max-width: 991.98px) {
  #sideMenuContainer {
    top: 100px;
    position: -webkit-sticky !important;
    position: sticky !important;
    display: block;
    padding: 10px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    background: white; }
    #sideMenuContainer #btn-sideMenuIndex {
      display: block !important; }

  #sideMenu {
    background: #fff;
    max-height: calc(100vh - 180px);
    max-height: calc(-webkit-fill-available - 180px);
    overflow-y: auto;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); } }
@media (max-width: 767.98px) {
  #sideMenuContainer {
    top: 60px; }

  #sideMenu {
    background: #fff;
    max-height: calc(100vh - 120px);
    max-height: calc(-webkit-fill-available - 120px); } }
#sideMenu .nav-link {
  padding: 10px 35px 10px 15px; }
#sideMenu .collapser::after {
  top: 10px;
  right: 10px; }
@media (min-width: 992px) {
  #sideMenu {
    display: block !important; } }

.nav-tree {
  width: 100%;
  display: block; }
  .nav-tree .nav-item {
    margin-bottom: 4px;
    width: 100%;
    display: block; }
    .nav-tree .nav-item li {
      padding-top: 0.6em;
      padding-bottom: 0.6em; }
  .nav-tree .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    background: #f7f7f7;
    color: #303030;
    border: none !important;
    outline: none !important; }
    .nav-tree .nav-link:hover, .nav-tree .nav-link:focus, .nav-tree .nav-link:active, .nav-tree .nav-link.active {
      background: #3F6C9D !important;
      color: white !important; }
  .nav-tree .nav-item:nth-child(even) .nav-link {
    background: #E2EEF8; }
  .nav-tree .collapser {
    padding-right: 40px; }

.collapser {
  position: relative; }
  .collapser::after {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 1em;
    text-align: center;
    height: 1em;
    font-size: 1em;
    content: '\f067';
    font-family: 'FontAwesome';
    border: none !important;
    margin: 0;
    color: #3F6C9D;
    transition: 0.3s all; }
  .collapser:hover::after, .collapser:focus::after, .collapser:active::after {
    color: white; }
  .collapser.active::after {
    content: '\f068';
    color: white; }

.sideMenu-sub {
  padding-top: 10px;
  padding-bottom: 10px; }
  .sideMenu-sub a {
    display: block;
    padding: 7px 20px; }

/**********************************************enews*/
.enews-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3rem; }
  .enews-item .enews-cover {
    flex: 0 0 35%;
    width: 35%; }

.enews-info {
  padding: 0 20px; }

.enews-title {
  font-size: 1.2rem;
  margin-top: 0 !important;
  font-weight: bold;
  color: #3F6C9D;
  margin-bottom: 20px; }

.enews-des {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

@media (max-width: 767.98px) {
  .enews-info {
    font-size: 0.9rem; }

  .enews-title {
    font-size: 1rem;
    margin-bottom: 15px; }

  .enews-des {
    margin-bottom: 15px; } }
/******************************************* Languages*/
.lang-link {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  color: #303030;
  margin: 2rem 0;
  transition: 0.3s all; }
  .lang-link .flag {
    flex: 0 0 60px;
    margin-right: 15px;
    align-self: center;
    border-radius: 13px;
    overflow: hidden;
    transition: 0.3s all;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2); }
    .lang-link .flag img {
      width: 60px; }
  .lang-link .lang {
    align-self: center;
    color: #303030;
    font-weight: bold;
    font-size: 1.2rem; }
  .lang-link:hover .flag {
    transform: translateY(-7px); }

/******************************************* short cut list*/
.shortCut-list {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem; }
  .shortCut-list ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none; }
    .shortCut-list ul li {
      margin-bottom: 8px; }
      .shortCut-list ul li .btn {
        display: block;
        padding: 10px 15px;
        color: #FCB813;
        background-color: #f7f7f7;
        border-radius: 0; }
        .shortCut-list ul li .btn:hover, .shortCut-list ul li .btn:focus, .shortCut-list ul li .btn:active, .shortCut-list ul li .btn.active {
          background-color: #e1eef0;
          color: #005D70; }

.logoShow .shortCut-list {
  top: 19rem; }

@media (max-width: 767.98px) {
  .shortCut-list {
    position: inherit;
    top: inherit; }

  .logoShow .shortCut-list {
    top: inherit; } }
/******************************************* videolist*/
.videolist {
  margin: 0;
  padding: 0;
  list-style: none; }
  .videolist li {
    padding: 15px;
    margin: 5px 0;
    display: flex;
    width: 100%;
    background-color: #f7f7f7; }
    .videolist li:nth-child(even) {
      background: #E2EEF8; }
    .videolist li > span {
      display: block;
      font-weight: bold;
      width: 10rem;
      margin-right: 2rem; }
    .videolist li p {
      flex: 0 0 calc(100% - 10rem);
      margin-bottom: 0; }
      .videolist li p a {
        display: inline-block; }

@media (max-width: 767.98px) {
  .videolist li {
    display: block; }
    .videolist li > span {
      margin-bottom: 5px; }
    .videolist li > br {
      display: none; } }
/******************************************* leftcover-list*/
.leftcover-list {
  display: block; }
  .leftcover-list .leftcover-item {
    display: flex; }
    .leftcover-list .leftcover-item .leftcover {
      width: 33%;
      flex: 0 0 33%;
      max-width: 33%; }
    .leftcover-list .leftcover-item .title {
      padding-left: 15px;
      font-weight: bold;
      margin-top: 5px;
      font-size: 1.1rem; }
    .leftcover-list .leftcover-item a {
      color: #3F6C9D; }
    .leftcover-list .leftcover-item + .leftcover-item {
      margin-top: 1.5rem; }

/******************************************* dropdown-navbar*/
.inside-dropdown-navbar .row {
  justify-content: center; }
.inside-dropdown-navbar .nav-item {
  margin-bottom: 1em; }
  .inside-dropdown-navbar .nav-item .nav-link {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: normal;
    background: #E1EEF0;
    color: #005D70;
    padding: 15px 25px;
    height: 5em;
    border: none !important;
    outline: none !important; }
    .inside-dropdown-navbar .nav-item .nav-link:hover, .inside-dropdown-navbar .nav-item .nav-link:focus, .inside-dropdown-navbar .nav-item .nav-link:active {
      background: #3F6C9D !important;
      color: white !important; }
  .inside-dropdown-navbar .nav-item .collapser {
    position: relative; }
    .inside-dropdown-navbar .nav-item .collapser::after {
      display: block;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-0.5em);
      width: 1em;
      text-align: center;
      height: 1em;
      font-size: 1em;
      line-height: 1em;
      content: '\f078';
      font-family: 'FontAwesome';
      border: none !important;
      margin: 0;
      color: #3F6C9D;
      transition: 0.3s all; }
    .inside-dropdown-navbar .nav-item .collapser:hover::after, .inside-dropdown-navbar .nav-item .collapser:focus::after, .inside-dropdown-navbar .nav-item .collapser:active::after {
      color: white; }
    .inside-dropdown-navbar .nav-item .collapser.active::after {
      transform: translateY(-0.5em) rotate(180deg); }
  .inside-dropdown-navbar .nav-item .sub-menu a {
    display: block;
    background-color: #F4FBFC;
    color: #303030;
    padding: 10px 15px;
    margin-top: 5px; }
    .inside-dropdown-navbar .nav-item .sub-menu a:hover, .inside-dropdown-navbar .nav-item .sub-menu a:focus {
      background-color: #E2EEF8;
      text-decoration: none; }

/**********************************************tableBox list*/
.tableBox-list {
  margin: 2rem 0; }

.tableBox-item {
  margin-top: 5px;
  margin-bottom: 5px; }
  .tableBox-item .tableBox-item-box {
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    background-color: #E2EEF8; }
    .tableBox-item .tableBox-item-box h4 {
      margin-top: 10px; }
    .tableBox-item .tableBox-item-box p:last-child {
      margin-bottom: 0; }
  .tableBox-item:nth-child(even) .tableBox-item-box {
    background-color: #e1eef0; }

/******************************************* carousel*/
.carousel {
  padding-bottom: 50px;
  margin-bottom: 30px; }
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    color: #495057;
    width: 15px;
    font-size: 40px; }
    .carousel .carousel-control-prev:hover, .carousel .carousel-control-prev:focus, .carousel .carousel-control-next:hover, .carousel .carousel-control-next:focus {
      color: #005D70; }
  .carousel .carousel-control-prev {
    left: -25px; }
  .carousel .carousel-control-next {
    right: -25px; }
  .carousel .carousel-indicators {
    margin-bottom: 0; }
    .carousel .carousel-indicators li {
      background-color: #FCB813; }
  @media (max-width: 767.98px) {
    .carousel {
      padding: 0 5px;
      padding-bottom: 50px;
      box-sizing: border-box; }
      .carousel .carousel-control-prev {
        left: -15px; }
      .carousel .carousel-control-next {
        right: -15px; } }

.carousel-indicators li {
  text-indent: -9999px; }

/******************************************* scroll To Top*/
.scrollToTopContainer {
  display: none;
  position: fixed;
  margin: 0;
  bottom: 15px;
  right: 0px;
  z-index: 200; }
  .scrollToTopContainer .text {
    display: none;
    color: #303030;
    position: absolute;
    right: 65px;
    min-width: 7em;
    font-size: 12px;
    text-align: center;
    padding: 3px 5px;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }
  .scrollToTopContainer:hover .text, .scrollToTopContainer:focus .text {
    display: block; }

.scrollToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  transition: background 0.3s;
  padding: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FCB813; }
  .scrollToTop:hover svg path, .scrollToTop:focus svg path {
    stroke: #8B6303; }
  @media print {
    .scrollToTop {
      display: none !important; } }

@media screen and (max-width: 767.98px) {
  .scrollToTopContainer .text {
    right: 55px;
    margin-top: 5px; }

  .scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px; } }
/**********************************************calendar*/
/*calendar section*/
.calendar-indicators {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .calendar-indicators span {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
    color: #fff;
    padding: 10px 20px;
    font-size: 1.375rem;
    letter-spacing: 0.05rem;
    margin: 5px 6px; }
    .calendar-indicators span.pink {
      background-color: #EE5BA0; }
    .calendar-indicators span.blue {
      background-color: #00AEEF; }
    .calendar-indicators span.green {
      background-color: #72BE44; }
    .calendar-indicators span.yellow {
      background-color: #FCB813; }
  @media (max-width: 575.98px) {
    .calendar-indicators span {
      font-size: 1rem;
      padding: 10px 9px;
      text-align: center;
      word-break: break-word; } }

.calendar-event {
  border-radius: 30px;
  overflow: hidden;
  position: relative; }
  .calendar-event .event-title {
    position: absolute;
    top: 4%;
    left: 4%;
    color: #ffffff;
    font-weight: bold;
    z-index: 2; }
  .calendar-event .event-text-wrapper {
    line-height: 1.25;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 22px;
    color: #fff;
    background-color: rgba(252, 184, 19, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2; }
    @media (max-width: 575.98px) {
      .calendar-event .event-text-wrapper {
        font-size: 0.9rem;
        padding: 11px 21px;
        line-height: 1.2; } }

#calendar {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  color: #1D1D1B;
  font-weight: bold; }
  #calendar .month-bar {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 2.1875rem;
    width: 100%; }
    #calendar .month-bar .mControl {
      padding: 0 5%;
      display: block;
      height: 40px;
      color: #2F2F2F;
      transition: .2s; }
      #calendar .month-bar .mControl.pre {
        float: left; }
        #calendar .month-bar .mControl.pre:hover, #calendar .month-bar .mControl.pre:focus {
          transform: translateX(-5px); }
      #calendar .month-bar .mControl.next {
        float: right; }
        #calendar .month-bar .mControl.next:hover, #calendar .month-bar .mControl.next:focus {
          transform: translateX(5px); }
      #calendar .month-bar .mControl i {
        font-size: 0.8em; }
    @media (max-width: 565.78px) {
      #calendar .month-bar {
        font-size: 1.375rem; } }
  #calendar #day-labels {
    width: 100%;
    margin: 10px 0;
    display: flex; }
    #calendar #day-labels .label {
      width: calc(100% / 7);
      height: 0;
      padding-bottom: 10.285714%;
      float: left;
      text-align: center;
      letter-spacing: 1px; }
  #calendar .week {
    width: 100%;
    overflow: hidden;
    display: flex; }
    #calendar .week .day {
      color: #1D1D1B;
      width: 14.285714286%;
      height: 0;
      padding-bottom: 14.285714286%;
      text-align: center;
      position: relative;
      background-color: transparent;
      border: none;
      font-weight: bold; }
      #calendar .week .day.event .day-number {
        border-radius: 50%;
        transition: .3s;
        margin-bottom: 3px; }
        #calendar .week .day.event .day-number a:hover {
          background-color: #FCB813; }
      #calendar .week .day .day-number {
        color: #1D1D1B;
        cursor: context-menu;
        line-height: 38px; }
        #calendar .week .day .day-number a {
          color: inherit;
          cursor: pointer;
          text-decoration: none;
          width: 38px;
          height: 38px;
          border: 0;
          display: block;
          line-height: 38px;
          border-radius: 50%;
          margin: auto; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #calendar .week .day .day-number {
            line-height: 32px; }
            #calendar .week .day .day-number a {
              width: 32px;
              height: 32px;
              line-height: 32px; } }
        @media (max-width: 575.98px) {
          #calendar .week .day .day-number {
            line-height: 29px; }
            #calendar .week .day .day-number a {
              width: 29px;
              height: 29px;
              line-height: 29px; } }
      #calendar .week .day.holiday .day-number {
        color: #FC8000; }
      #calendar .week .day.selected .day-number a {
        background-color: #FCB813; }
      #calendar .week .day .dots {
        text-align: center;
        line-height: 11px;
        overflow: hidden; }
        #calendar .week .day .dots span {
          vertical-align: top;
          display: inline-block;
          padding: 0;
          margin: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          line-height: 5px;
          margin: 0 1px; }
          #calendar .week .day .dots span.pink {
            background: #EE5BA0; }
          #calendar .week .day .dots span.yellow {
            background: #FCB813; }
          #calendar .week .day .dots span.green {
            background: #72BE44; }
          #calendar .week .day .dots span.blue {
            background: #00AEEF; }
        @media (max-width: 575.98px) {
          #calendar .week .day .dots {
            height: 8px; }
          #calendar .week .day .dots span {
            width: 6px;
            height: 6px; } }
  @media (min-width: 992px) {
    #calendar {
      font-size: clamp(1.4rem, 2vw, 1.6rem); } }
  @media (max-width: 991.98px) {
    #calendar {
      font-size: clamp(1.1rem, 4vw, 1.6rem); } }

.calendar-remark {
  padding: 0 5%;
  font-weight: bold; }
  .calendar-remark .remark {
    display: table-row;
    font-size: 1.5625rem; }
    .calendar-remark .remark > * {
      display: table-cell; }
      .calendar-remark .remark > * + span:nth-child(3) {
        padding-left: 20px; }
    @media (max-width: 575.98px) {
      .calendar-remark .remark {
        font-size: 1.125rem; } }
  .calendar-remark .dot {
    padding-right: 15px; }
    .calendar-remark .dot span {
      display: inline-block;
      width: 17px;
      height: 17px;
      line-height: 17px;
      border-radius: 50%; }
      .calendar-remark .dot span.pink {
        background: #EE5BA0; }
      .calendar-remark .dot span.blue {
        background: #00AEEF; }
      .calendar-remark .dot span.yellow {
        background: #ffc107; }
      .calendar-remark .dot span.green {
        background: #72BE44; }
    @media (max-width: 575.98px) {
      .calendar-remark .dot span {
        width: 12px;
        height: 12px; } }

@media (max-width: 991.98px) {
  .img-slg-small img {
    width: 145px; } }

/**********************************************sitemap*/
#siteMap .secTitle {
  font-size: 1em;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  /*border-bottom: 1px solid $primary;*/ }
#siteMap .sitemap-menu {
  font-size: 0.9em;
  display: block;
  list-style: none;
  margin: 1em 0;
  margin-left: 20px;
  padding: 0; }
  #siteMap .sitemap-menu li {
    margin-bottom: 0.8em;
    line-height: 1.3; }
  #siteMap .sitemap-menu .sub-menu {
    list-style: disc;
    line-height: 1.3;
    padding-left: 1.5rem; }
    #siteMap .sitemap-menu .sub-menu li {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
#siteMap a {
  color: #FCB813;
  line-height: 1.3; }
#siteMap .collapser::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent  !important;
  border-bottom: 0  !important;
  border-left: 0.3em solid transparent  !important;
  position: inherit;
  text-align: inherit;
  height: inherit;
  color: inherit;
  right: inherit;
  top: inherit;
  width: inherit; }

@media (min-width: 1200px) {
  #siteMap .col {
    flex: 0 0 20%;
    width: 20%; }
    #siteMap .col:nth-child(n+6) {
      margin-top: 30px; } }
@media (min-width: 992px) {
  #siteMap .secTitle {
    display: flex;
    /*min-height: 5em;*/
    align-items: flex-end; }
  #siteMap .sitemap-menu {
    display: block !important; } }
@media (max-width: 1199.98px) {
  #siteMap .col {
    flex: 0 0 25%;
    width: 25%; }
    #siteMap .col:nth-child(n+5) {
      margin-top: 30px; } }
@media (max-width: 991.98px) {
  #siteMap .col {
    flex: 0 0 100%;
    width: 100%; }
    #siteMap .col:nth-child(n+1) {
      margin-top: 30px; }
  #siteMap .secTitle {
    position: relative;
    /*&::after{
    	display: block;
    	position: absolute;
    	right: 10px;
    	top: 15px;
    	width: 1em;
    	text-align: center;
    	height: 1em;
    	font-size: 1em;
    	content: '\f078';
    	font-family: 'FontAwesome';
    	border: none !important;
    	margin: 0;
    	vertical-align: middle;
    	color: white;
    	transition: 0.3s all;
    }
    &.show::after{
    	transform: rotate(180deg);
    	margin-top: 0.2em;
    }*/ }
    #siteMap .secTitle + .secTitle {
      margin-top: 2em; } }
@media (max-width: 767.98px) {
  #siteMap .secTitle {
    padding-left: 16px; }
  #siteMap .sitemap-menu {
    margin-left: 8px; } }
/**********************************************footer*/
#footerSiteMap {
  background: #FCB813;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #footerSiteMap .footerSecTitile {
    font-size: 1em;
    font-weight: bold;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    /*border-bottom: 1px solid $primary;*/ }
  #footerSiteMap .footer-menu {
    font-size: 0.9em;
    display: block;
    list-style: none;
    margin: 1em 0;
    padding: 0; }
    #footerSiteMap .footer-menu li {
      margin-bottom: 0.8em; }
    #footerSiteMap .footer-menu .sub-menu {
      list-style: disc;
      line-height: 1.3;
      padding-left: 1.5rem; }
      #footerSiteMap .footer-menu .sub-menu li {
        margin-top: 0.5em;
        margin-bottom: 0.5em; }
  #footerSiteMap a {
    color: white;
    line-height: 1.2; }
    #footerSiteMap a:hover, #footerSiteMap a:focus {
      color: white; }
  #footerSiteMap .collapser::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent  !important;
    border-bottom: 0  !important;
    border-left: 0.3em solid transparent  !important;
    position: inherit;
    text-align: inherit;
    height: inherit;
    color: inherit;
    right: inherit;
    top: inherit;
    width: inherit; }

.sp {
  padding-top: 20px;
  padding-bottom: 20px; }

.sp-logo {
  margin-right: 35px;
  height: 6vw;
  max-height: 67px;
  margin-bottom: 15px; }

.insideContent .sp-logo {
  max-height: 60px;
  margin-right: 45px; }

/*.footer-app{
	img{
		height: 56px;
		margin-right: 10px;
	}
}*/
.footer-hand {
  position: relative;
  z-index: 10;
  background-image: url(../images/footer-hand.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 64px;
  margin-bottom: -21px;
  margin-top: -43px; }

#footer-middle {
  background-color: #FCB813;
  color: #fff;
  padding: 50px 0; }
  #footer-middle a {
    color: #fff; }
  #footer-middle .sp {
    padding-top: 1rem; }
  #footer-middle ul.footer-nav {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem; }
    #footer-middle ul.footer-nav a {
      text-decoration: none; }
    #footer-middle ul.footer-nav li {
      line-height: 1.2rem; }
      #footer-middle ul.footer-nav li + li {
        margin-top: 1.3rem; }
  #footer-middle .btn-subscribe {
    padding: 10px 20px;
    width: 100%;
    font-size: 1.3rem !important; }
  #footer-middle .sMedia .icon-link {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem; }
    #footer-middle .sMedia .icon-link > i {
      font-size: 1.45rem;
      line-height: 1.3125rem;
      padding-top: 0.65625rem;
      padding-bottom: 0.65625rem; }
  #footer-middle .footer-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1; }
  #footer-middle .btn-contactus {
    font-size: 1.5rem !important;
    font-weight: bold;
    border-radius: 32px;
    padding: 10px 23px; }
  @media (min-width: 1400px) {
    #footer-middle .footer-col-middle {
      padding-right: 5.5%; } }
  @media (max-width: 767.98px) {
    #footer-middle {
      font-size: 1.125rem;
      padding: 40px 0; }
    #footer-middle .footer-title {
      font-size: 1.25rem; }
    #footer-middle ul.footer-nav {
      font-size: 1.125rem; }
      #footer-middle ul.footer-nav a br {
        content: '';
        margin-left: 0.3em; }
    #footer-middle .btn-subscribe {
      font-size: 1.125rem !important;
      padding: 10px 13px; }
    #footer-middle .btn-contactus {
      font-size: 1.125rem !important; }
    #footer-middle ul.footer-nav li + li {
      margin-top: 0.6rem; } }

#footer-bottom {
  font-size: 1.125rem;
  color: #fff;
  background-color: #808284; }
  #footer-bottom a {
    color: white !important; }
  #footer-bottom .footer-link {
    list-style: none;
    margin: 0;
    color: white;
    padding-left: 0; }
    #footer-bottom .footer-link li {
      display: inline-block; }
      #footer-bottom .footer-link li::after {
        content: '|';
        padding-left: 8px;
        padding-right: 8px; }
      #footer-bottom .footer-link li:last-child::after {
        padding: 0;
        content: ''; }

@media (min-width: 992px) {
  #footerSiteMap .footerSecTitile {
    display: flex;
    /*min-height: 5em;*/
    align-items: flex-end; }
  #footerSiteMap .footer-menu {
    display: block !important; } }
@media (max-width: 1199.98px) {
  #footerSiteMap .col {
    flex: 0 0 25%;
    width: 25%; } }
@media (max-width: 991.98px) {
  #footerSiteMap .col {
    flex: 0 0 100%;
    width: 100%; }
  #footerSiteMap .footerSecTitile {
    cursor: pointer;
    position: relative; }
    #footerSiteMap .footerSecTitile::after {
      display: block;
      position: absolute;
      right: 10px;
      top: 15px;
      width: 1em;
      text-align: center;
      height: 1em;
      font-size: 1em;
      content: '\f078';
      font-family: 'FontAwesome';
      border: none !important;
      margin: 0;
      color: white;
      transition: 0.3s all; }
    #footerSiteMap .footerSecTitile.show::after {
      transform: rotate(180deg);
      margin-top: 0.2em; }
  #footerSiteMap .footer-menu {
    display: none;
    padding: 0 10px; }

  .sp {
    text-align: center; }

  .footer-app {
    text-align: center; }
    .footer-app img {
      height: 40px; } }
@media (max-width: 575.98px) {
  .sp-logo, .insideContent .sp-logo {
    margin-right: 5px;
    margin-left: 5px;
    width: 45%;
    height: auto; } }
@media print {
  html {
    font-size: 130% !important; }

  a {
    text-decoration: none !important; }

  #mainMiddle {
    display: block; }
    #mainMiddle .row {
      display: block;
      clear: both; }
      #mainMiddle .row > div {
        display: block; }
    #mainMiddle .mainQuestion-item {
      page-break-inside: avoid; }

  .mainTab-container {
    page-break-inside: avoid; }

  .content .row {
    display: block;
    clear: both; }
    .content .row > div {
      display: block;
      float: left; }
    .content .row::after {
      display: block;
      clear: both;
      width: 100%;
      content: ''; }
  .content .indent .col-md-3:nth-child(4n+1) {
    clear: both; }
  .content .row84 .col-lg-8 {
    float: left; }
  .content .row84 .col-lg-4 {
    float: right; }
  .content .row39 .col-lg-3 {
    float: left;
    max-width: 35%; }
  .content .row39 .col-lg-9 {
    float: left;
    max-width: 63%; }
  .content .cover-list .row.row-7 {
    display: block;
    clear: both; }
    .content .cover-list .row.row-7 .col-md-12 {
      float: left;
      display: block;
      max-width: 40%; }
    .content .cover-list .row.row-7 .col {
      display: block;
      float: left;
      max-width: 58%; }
  .content .row.imageLink-List > div {
    max-width: 33%; }
  .content .row.imageLink-List > div:nth-child(3n+1) {
    clear: both; }
  .content .cover-list-list > div:nth-child(3n+1) {
    clear: both; }
  .content .card-list .row > div:nth-child(2n+1) {
    clear: both; }
  .content .nav-item .row, .content .icon-left .row {
    display: flex;
    flex-wrap: wrap; }
    .content .nav-item .row > div, .content .icon-left .row > div {
      float: inherit; }
  .content .profile-list .col-md-6 {
    float: left;
    max-width: 49%;
    page-break-after: avoid;
    break-inside: avoid; }
    .content .profile-list .col-md-6:nth-child(2n+1) {
      clear: both; }
  .content dl.row {
    display: flex !important;
    flex-wrap: wrap;
    clear: inherit; }
  .content tr.text-white {
    color: #303030 !important; }

  .video-container, .coverWrapper, .book-item, .card-A, .card-B {
    break-inside: avoid !important; }

  img {
    page-break-after: avoid;
    break-inside: avoid; }

  #header {
    position: relative !important;
    top: inherit; }
    #header #desktopLogo {
      display: block !important;
      height: auto !important; }
      #header #desktopLogo .lang {
        display: none; }
      #header #desktopLogo .mainlogo {
        width: 30%; }
    #header .headerTop, #header #menu {
      display: none; }

  .header-padding {
    padding-top: 10px !important;
    /*padding-top: 140px !important;*/ }

  #footer, .scrollToTopContainer {
    display: none; }

  .tab-container {
    flex-wrap: wrap !important; }
    .tab-container .tab-item {
      width: 100% !important;
      max-width: 50% !important;
      min-width: 50% !important;
      min-height: inherit !important;
      margin-bottom: 4px;
      padding-left: 2px;
      padding-right: 2px; }

  #sideMenuContainer {
    position: relative;
    top: inherit; }
    #sideMenuContainer #sideMenu {
      max-height: inherit;
      display: block !important; }
      #sideMenuContainer #sideMenu a {
        text-decoration: inherit !important; }

  .pageControl {
    display: none; }

  .insideBanner .textWrapper a {
    text-decoration: inherit; } }
/*********************************** cms part*/
.select2-container .select2-selection--single {
  height: auto !important; }

/* over bootstarp ===================================== */
.row.sm-gap {
  margin-right: -7px;
  margin-left: -7px; }

.sm-gap .col-1, .sm-gap .col-2, .sm-gap .col-3, .sm-gap .col-4, .sm-gap .col-5, .sm-gap .col-6, .sm-gap .col-7, .sm-gap .col-8, .sm-gap .col-9, .sm-gap .col-10, .sm-gap .col-11, .sm-gap .col-12, .sm-gap .col, .sm-gap .col-auto, .sm-gap .col-sm-1, .sm-gap .col-sm-2, .sm-gap .col-sm-3, .sm-gap .col-sm-4, .sm-gap .col-sm-5, .sm-gap .col-sm-6, .sm-gap .col-sm-7, .sm-gap .col-sm-8, .sm-gap .col-sm-9, .sm-gap .col-sm-10, .sm-gap .col-sm-11, .sm-gap .col-sm-12, .sm-gap .col-sm, .sm-gap .col-sm-auto, .sm-gap .col-md-1, .sm-gap .col-md-2, .sm-gap .col-md-3, .sm-gap .col-md-4, .sm-gap .col-md-5, .sm-gap .col-md-6, .sm-gap .col-md-7, .sm-gap .col-md-8, .sm-gap .col-md-9, .sm-gap .col-md-10, .sm-gap .col-md-11, .sm-gap .col-md-12, .sm-gap .col-md, .sm-gap .col-md-auto, .sm-gap .col-lg-1, .sm-gap .col-lg-2, .sm-gap .col-lg-3, .sm-gap .col-lg-4, .sm-gap .col-lg-5, .sm-gap .col-lg-6, .sm-gap .col-lg-7, .sm-gap .col-lg-8, .sm-gap .col-lg-9, .sm-gap .col-lg-10, .sm-gap .col-lg-11, .sm-gap .col-lg-12, .sm-gap .col-lg, .sm-gap .col-lg-auto, .sm-gap .col-xl-1, .sm-gap .col-xl-2, .sm-gap .col-xl-3, .sm-gap .col-xl-4, .sm-gap .col-xl-5, .sm-gap .col-xl-6, .sm-gap .col-xl-7, .sm-gap .col-xl-8, .sm-gap .col-xl-9, .sm-gap .col-xl-10, .sm-gap .col-xl-11, .sm-gap .col-xl-12, .sm-gap .col-xl, .sm-gap .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px; }

.bigger-gap .col-1, .bigger-gap .col-2, .bigger-gap .col-3, .bigger-gap .col-4, .bigger-gap .col-5, .bigger-gap .col-6, .bigger-gap .col-7, .bigger-gap .col-8, .bigger-gap .col-9, .bigger-gap .col-10, .bigger-gap .col-11, .bigger-gap .col-12, .bigger-gap .col, .bigger-gap .col-auto, .bigger-gap .col-sm-1, .bigger-gap .col-sm-2, .bigger-gap .col-sm-3, .bigger-gap .col-sm-4, .bigger-gap .col-sm-5, .bigger-gap .col-sm-6, .bigger-gap .col-sm-7, .bigger-gap .col-sm-8, .bigger-gap .col-sm-9, .bigger-gap .col-sm-10, .bigger-gap .col-sm-11, .bigger-gap .col-sm-12, .bigger-gap .col-sm, .bigger-gap .col-sm-auto, .bigger-gap .col-md-1, .bigger-gap .col-md-2, .bigger-gap .col-md-3, .bigger-gap .col-md-4, .bigger-gap .col-md-5, .bigger-gap .col-md-6, .bigger-gap .col-md-7, .bigger-gap .col-md-8, .bigger-gap .col-md-9, .bigger-gap .col-md-10, .bigger-gap .col-md-11, .bigger-gap .col-md-12, .bigger-gap .col-md, .bigger-gap .col-md-auto, .bigger-gap .col-lg-1, .bigger-gap .col-lg-2, .bigger-gap .col-lg-3, .bigger-gap .col-lg-4, .bigger-gap .col-lg-5, .bigger-gap .col-lg-6, .bigger-gap .col-lg-7, .bigger-gap .col-lg-8, .bigger-gap .col-lg-9, .bigger-gap .col-lg-10, .bigger-gap .col-lg-11, .bigger-gap .col-lg-12, .bigger-gap .col-lg, .bigger-gap .col-lg-auto, .bigger-gap .col-xl-1, .bigger-gap .col-xl-2, .bigger-gap .col-xl-3, .bigger-gap .col-xl-4, .bigger-gap .col-xl-5, .bigger-gap .col-xl-6, .bigger-gap .col-xl-7, .bigger-gap .col-xl-8, .bigger-gap .col-xl-9, .bigger-gap .col-xl-10, .bigger-gap .col-xl-11, .bigger-gap .col-xl-12, .bigger-gap .col-xl, .bigger-gap .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  transition: .2s all linear; }
  @media (max-width: 1200px) {
    .bigger-gap .col-1, .bigger-gap .col-2, .bigger-gap .col-3, .bigger-gap .col-4, .bigger-gap .col-5, .bigger-gap .col-6, .bigger-gap .col-7, .bigger-gap .col-8, .bigger-gap .col-9, .bigger-gap .col-10, .bigger-gap .col-11, .bigger-gap .col-12, .bigger-gap .col, .bigger-gap .col-auto, .bigger-gap .col-sm-1, .bigger-gap .col-sm-2, .bigger-gap .col-sm-3, .bigger-gap .col-sm-4, .bigger-gap .col-sm-5, .bigger-gap .col-sm-6, .bigger-gap .col-sm-7, .bigger-gap .col-sm-8, .bigger-gap .col-sm-9, .bigger-gap .col-sm-10, .bigger-gap .col-sm-11, .bigger-gap .col-sm-12, .bigger-gap .col-sm, .bigger-gap .col-sm-auto, .bigger-gap .col-md-1, .bigger-gap .col-md-2, .bigger-gap .col-md-3, .bigger-gap .col-md-4, .bigger-gap .col-md-5, .bigger-gap .col-md-6, .bigger-gap .col-md-7, .bigger-gap .col-md-8, .bigger-gap .col-md-9, .bigger-gap .col-md-10, .bigger-gap .col-md-11, .bigger-gap .col-md-12, .bigger-gap .col-md, .bigger-gap .col-md-auto, .bigger-gap .col-lg-1, .bigger-gap .col-lg-2, .bigger-gap .col-lg-3, .bigger-gap .col-lg-4, .bigger-gap .col-lg-5, .bigger-gap .col-lg-6, .bigger-gap .col-lg-7, .bigger-gap .col-lg-8, .bigger-gap .col-lg-9, .bigger-gap .col-lg-10, .bigger-gap .col-lg-11, .bigger-gap .col-lg-12, .bigger-gap .col-lg, .bigger-gap .col-lg-auto, .bigger-gap .col-xl-1, .bigger-gap .col-xl-2, .bigger-gap .col-xl-3, .bigger-gap .col-xl-4, .bigger-gap .col-xl-5, .bigger-gap .col-xl-6, .bigger-gap .col-xl-7, .bigger-gap .col-xl-8, .bigger-gap .col-xl-9, .bigger-gap .col-xl-10, .bigger-gap .col-xl-11, .bigger-gap .col-xl-12, .bigger-gap .col-xl, .bigger-gap .col-xl-auto {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 1000px) {
    .bigger-gap .col-1, .bigger-gap .col-2, .bigger-gap .col-3, .bigger-gap .col-4, .bigger-gap .col-5, .bigger-gap .col-6, .bigger-gap .col-7, .bigger-gap .col-8, .bigger-gap .col-9, .bigger-gap .col-10, .bigger-gap .col-11, .bigger-gap .col-12, .bigger-gap .col, .bigger-gap .col-auto, .bigger-gap .col-sm-1, .bigger-gap .col-sm-2, .bigger-gap .col-sm-3, .bigger-gap .col-sm-4, .bigger-gap .col-sm-5, .bigger-gap .col-sm-6, .bigger-gap .col-sm-7, .bigger-gap .col-sm-8, .bigger-gap .col-sm-9, .bigger-gap .col-sm-10, .bigger-gap .col-sm-11, .bigger-gap .col-sm-12, .bigger-gap .col-sm, .bigger-gap .col-sm-auto, .bigger-gap .col-md-1, .bigger-gap .col-md-2, .bigger-gap .col-md-3, .bigger-gap .col-md-4, .bigger-gap .col-md-5, .bigger-gap .col-md-6, .bigger-gap .col-md-7, .bigger-gap .col-md-8, .bigger-gap .col-md-9, .bigger-gap .col-md-10, .bigger-gap .col-md-11, .bigger-gap .col-md-12, .bigger-gap .col-md, .bigger-gap .col-md-auto, .bigger-gap .col-lg-1, .bigger-gap .col-lg-2, .bigger-gap .col-lg-3, .bigger-gap .col-lg-4, .bigger-gap .col-lg-5, .bigger-gap .col-lg-6, .bigger-gap .col-lg-7, .bigger-gap .col-lg-8, .bigger-gap .col-lg-9, .bigger-gap .col-lg-10, .bigger-gap .col-lg-11, .bigger-gap .col-lg-12, .bigger-gap .col-lg, .bigger-gap .col-lg-auto, .bigger-gap .col-xl-1, .bigger-gap .col-xl-2, .bigger-gap .col-xl-3, .bigger-gap .col-xl-4, .bigger-gap .col-xl-5, .bigger-gap .col-xl-6, .bigger-gap .col-xl-7, .bigger-gap .col-xl-8, .bigger-gap .col-xl-9, .bigger-gap .col-xl-10, .bigger-gap .col-xl-11, .bigger-gap .col-xl-12, .bigger-gap .col-xl, .bigger-gap .col-xl-auto {
      padding-left: 15px;
      padding-right: 15px; } }

/***********************************google search*/
.gssb_c {
  z-index: 10000 !important; }

.gsc-control-cse {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0 !important; }

.gsc-input-box {
  border-radius: 30px !important; }

.gsc-search-button {
  margin-left: 5px !important; }

.gsc-search-button svg {
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important; }

.gsib_a {
  padding: 5px 17px !important; }

input.gsc-input {
  font-size: 1.2rem !important; }

.gsc-tabHeader {
  border-radius: 25px !important;
  font-size: 1.2rem !important;
  padding: 8px 32px !important; }

.gsc-tabsArea {
  border: transparent !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 8px 11px !important;
  border-radius: 30px !important; }

/***********************************rtl*/
.rtl .navbar-nav,
.rtl .dropdown-menu,
.rtl .mainBanner-textContent,
.rtl .insideBanner-text,
.rtl .tab-link,
.rtl h1, .rtl .h1,
.rtl h2, .rtl .h2,
.rtl h3, .rtl .h3,
.rtl h4, .rtl .h4,
.rtl p,
.rtl .book-text,
.rtl .icon-left,
.rtl .icon-left > .row > .col > .row > div > div,
.rtl .icon-left > .row > .col > div,
.rtl .year-text .year,
.rtl .footer-nav,
.rtl .footer-title,
.rtl #searchWrap .form-container > div,
.rtl #faq-list,
.rtl .faq-arrow .faq-item,
.rtl .swiper-container,
.rtl .table,
.rtl ul,
.rtl ol,
.rtl .color-box > .row > .col-md-8 > div,
.rtl input, html[lang=ur] .navbar-nav,
html[lang=ur] .dropdown-menu,
html[lang=ur] .mainBanner-textContent,
html[lang=ur] .insideBanner-text,
html[lang=ur] .tab-link,
html[lang=ur] h1, html[lang=ur] .h1,
html[lang=ur] h2, html[lang=ur] .h2,
html[lang=ur] h3, html[lang=ur] .h3,
html[lang=ur] h4, html[lang=ur] .h4,
html[lang=ur] p,
html[lang=ur] .book-text,
html[lang=ur] .icon-left,
html[lang=ur] .icon-left > .row > .col > .row > div > div,
html[lang=ur] .icon-left > .row > .col > div,
html[lang=ur] .year-text .year,
html[lang=ur] .footer-nav,
html[lang=ur] .footer-title,
html[lang=ur] #searchWrap .form-container > div,
html[lang=ur] #faq-list,
html[lang=ur] .faq-arrow .faq-item,
html[lang=ur] .swiper-container,
html[lang=ur] .table,
html[lang=ur] ul,
html[lang=ur] ol,
html[lang=ur] .color-box > .row > .col-md-8 > div,
html[lang=ur] input {
  direction: rtl;
  text-align: right; }
.rtl .text-left, html[lang=ur] .text-left {
  text-align: right !important; }
.rtl .book-text, html[lang=ur] .book-text {
  display: block; }
.rtl .text-center h1, .rtl .text-center .h1,
.rtl .text-center h2, .rtl .text-center .h2,
.rtl .text-center h3, .rtl .text-center .h3,
.rtl .text-center h4, .rtl .text-center .h4,
.rtl .text-center p, html[lang=ur] .text-center h1, html[lang=ur] .text-center .h1,
html[lang=ur] .text-center h2, html[lang=ur] .text-center .h2,
html[lang=ur] .text-center h3, html[lang=ur] .text-center .h3,
html[lang=ur] .text-center h4, html[lang=ur] .text-center .h4,
html[lang=ur] .text-center p {
  text-align: center; }
.rtl .desktopMenu > .navbar-nav, html[lang=ur] .desktopMenu > .navbar-nav {
  direction: ltr; }
.rtl .desktopMenu .dropdown-menu, html[lang=ur] .desktopMenu .dropdown-menu {
  left: inherit;
  right: 0; }
.rtl .breadcrumb-item::after, html[lang=ur] .breadcrumb-item::after {
  padding-left: 0;
  padding-right: 0.5rem; }
.rtl .icon-left img.mr-2, html[lang=ur] .icon-left img.mr-2 {
  margin-left: 0.5rem; }

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