  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "DBOzoneX";
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "DBOzoneXBold";
  }
  
  a:hover {
    text-decoration: none !important;
  }
  
  .db-ozone {
    font-family: "DBOzoneX";
  }
  
  .tahoma {
    font-family: "Tahoma";
  }
  .font-20{
   font-size: 20px;
  }
  .border-blue-left {
    border-left: 1px solid #0d3ea5;
  }
  
  .chart-remark {
    font-size: 26px;
    color: gray;
  }
  
  .content {
    font-family: "Tahoma";
    font-size: 18px;
  }
  
  .remark {
    font-size: 14px;
    color: gray;
  }
  
  .table.responsive-mobile {
    width: 800px;
  }
  
  .img-wrapper-border {
    border: 1px solid #333333;
  }
  
  .yr-wrapper .img-wrapper-border {
    height: 320px;
    overflow: hidden;
  }
  
  /* about slide */
  
  i.fas.fa-angle-down.mb-2 {
    background: #FFF; /* #377de2; for white */
    padding: 0px 4px 0px 5px;
    border-radius: 100%;
    color: #000000; /* white; for white */
  }
  
  .static-info {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
  }
  
  span.stat-big-font {
    color: #0d3ea5;
    font-size: 100px;
    font-weight: bold;
  }
  
  i.fas.mb-2.fa-angle-up {
    background: #FFF; /* #377de2; for white */
    padding: 0px 4px 0px 5px;
    border-radius: 100%;
    color: #000000; /* white; for white */
  }
  
  .news-img-wrapper {
    background: red;
    height: 100% !important;
    width: 100% !important;
  }
  
  .w3-animate-fading {
    animation: fading 10s;
  }
  
  .about-02-slide {
    position: relative;
  }
  
  .slide-next {
    position: absolute;
    right: -50px;
    top: 85%;
  }
  
  .slide-prev {
    position: absolute;
    left: -50px;
    top: 85%;
  }
  
  /* jumbo 06 */
  
  .jumbo-wrapper {
    border: 1px solid #333;
    border-radius: 15px;
  }
  
  .jumbo-text-title {
    text-align: center;
    font-size: 28px;
  }
  
  .jumbo-text {
    text-align: center;
    font-size: 90px;
  }
  
  .quarter {
    text-align: center;
    font-size: 20px;
  }
  
  .jumbo-right {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  
  .jumbo-left {
    padding: 50px 0;
    border-right: none;
    border-bottom: 1px solid #333;
  }
  
  @media only screen and (min-width: 600px) {
    .more a {
      font-size: 11px;
      text-decoration: none !important;
      color: #0d3ea5;
      line-height: 2.5;
    }
  }
  
  @media only screen and (min-width: 900px) {
  }
  
  @media only screen and (min-width: 1200px) {
    .jumbo-left {
      padding: 50px 0;
      border-right: 1px solid #333;
      border-bottom: none;
    }
    .table.responsive-mobile {
      width: 100%;
    }
    h4.header-line {
      font-size: 31px;
      line-height: 0.9;
    }
    .more a {
      font-size: 14px;
      line-height: 2;
    }
    .container {
      max-width: 1366px;
    }
  }
  
  /* .img-fluid {
    width: 100%;
  } */
  
  .center {
    margin: 0 auto;
  }
  
  .list-style-none {
    list-style: none;
  }
  
  .yellow-text {
    color: #ffaa00;
  }
  
  .yellow-text a {
    color: #ffaa00;
  }
  
  .black-text {
    color: #444;
  }
  
  body {
    font-size: 20px;
    overflow-x: hidden !important;
  }
  
  #row-menubar-head {
    position: relative;
  }
  
  .wrap-logo-band,
  .wrap-menubar-header {
    height: 100px;
  }
  
  .wrap-logo-band {
    /* border:1px solid green; */
    position: relative;
  }
  
  .logo-itself-band {
    max-width: 60%;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .logo-itself-band {
      max-width: 60%;
      top: 0;
      position: absolute;
    }
  }
  
  .transparent-icon {
    visibility: hidden;
  }
  
  #row-menubar {
    position: relative;
    background-color: #222222;
  }
  
  .wrap-collapse-menu-desktop {
    display: none;
    background: #000000; /*rgba(76, 106, 168, 0.96); for white*/
    z-index: 9999999;
    padding: 20px;
    top: 100%;
    left: 0%;
    transition: all 0.5s;
    width: 100%;
    position: relative;
    min-height: 10000px;
    font-size: 13px;
  }
  
  .wrap-collapse-menu-desktop a {
    color: white; /* #fff for white*/
  }
  
  .wrap-collapse-menu-desktop ul {
    list-style: none;
    margin-right: 80px;
  }
  
  /* .wrap-collapse-menu-desktop li {
    border:1px solid red;
       padding:0;
  } */
  
  .subject-has-link {
    cursor: pointer;
    transition: all 0.5s;
  }
  
  .child-likes-subject {
    display: none;
  }
  
  .wrap-collapse-menu-desktop .subject-list-sidebar {
    text-decoration: underline;
    color: white; /* #fff for white*/
  }
  
  .wrap-collapse-menu-desktop .first-list-sidebar {
    margin-left: 15px;
  }
  
  .wrap-collapse-menu-desktop .second-list-sidebar {
    margin-left: 0px !important;
  }
  
  .wrap-collapse-menu-desktop .third-list-sidebar {
    margin-left: 10px;
  }
  
  .wrap-collapse-menu-desktop .third-list-sidebar::before {
    content: "\2022";
    color: white; /* #fff for white*/
    margin-right: 5px;
  }
  
  .list-menu-slidedown {
    display: none;
  }
  
  .list-menu-slidedown a:hover,
  .subject-has-link:hover {
    color: #ffaa00;
    transition: all 0.5s;
  }
  
  .wrap-list-menu-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .wrap-list-menu-header li {
    padding: 5px 25px 5px 25px;
    display: inline-block;
    margin: 0 !important;
    font-size: 22px;
  }
  
  .wrap-list-menu-header {
    display: none;
  }
  
  .wrap-list-menu-header a,
  .wrap-list-menu-header em,
  .list-menubar-header li {
    /*color: #4665ab;*/
    color: white; /* for white*/
    transition: color 0.3s;
  }
  
  .list-menubar-header li {
    cursor: pointer;
  }
  
  .wrap-list-menu-header em {
    margin-top: 20px;
    font-size: 13px;
  }
  
  .wrap-list-menu-header a:hover,
  .wrap-list-menu-header a:hover em {
    text-decoration: none;
    color: #f7c456;
  }
  
  .click-link-menu,
  .click-link-menu em {
    color: #f7c456 !important;
    transition: all 0.3s;
  }
  
  .list-menubar-header li {
    position: relative;
  }
  
  .list-menubar-header-active > a {
    color: #f7c456 !important;
    text-decoration: underline;
  }
  
  .list-menubar-header-active em,
  .list-menubar-header-active {
    color: #f7c456 !important;
  }
  
  .menubar-second {
    font-size: 17px;
  }
  
  .top-menu-special div {
    display: inline-block;
  }
  
  .burger-click-menubar {
    position: relative;
    cursor: pointer;
  }
  
  .wrap-rest-menubar {
    position: absolute;
    top: 100%;
    padding: 0;
    max-height: auto;
    display: none;
    overflow: hidden;
    min-width: 300px;
    background: #4769ad; 
    color: #fff;
    z-index: 7777;
    /* transition: max-height 0.5s linear 0s; */
  }
  
  .more-menubar {
    display: none !important;
  }
  
  .wrap-rest-menubar-expand {
    max-height: 1000px;
  }
  
  .wrap-rest-menubar > ul {
    margin: 0;
    padding: 0;
  }
  
  .wrap-rest-menubar > ul > li {
    border-bottom: 1px solid rgba(160, 157, 157, 0.5);
    width: 100%;
    padding: 5px 10px 5px 15px;
  }
  
  .wrap-rest-menubar > ul > li > a {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    user-select: none;
    color: #fff;
  }
  
  .wrap-li-munubar-subject {
    position: relative;
  }
  
  .child-menubar {
    position: absolute;
    top: 100%;
    z-index: 7777;
    min-width: 250px;
    padding: 0;
  }
  
  .child-menubar > ul {
    background: #4769ad;
    padding: 0;
  }
  
  .child-menubar > ul > li {
    padding: 5px 10px 5px 15px;
    display: block;
    border-bottom: 1px solid rgba(160, 157, 157, 0.5);
  }
  
  .child-menubar > ul > li > a {
    color: #fff;
  }
  
  .main-slide-head {
    /* max-height:350px; */
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .wrap-slide-header-swiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  
  .wrap-slide-header-swiper img {
    width: 100%;
    height: 100%;
  }
  
  .pagi-header-slide {
    position: absolute;
    text-align: center;
    top: 82%;
    z-index: 666;
    text-align: center;
    width: 100%;
  }
  
  .pagi-header-slide > .swiper-pagination {
    width: 100%;
  }
  
  .pagi-header-slide .swiper-pagination-bullet-active {
    background: #f7c456;
  }
  
  .pagi-header-slide .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin-left: 5px;
  }
  
  /* .wrap-search-menu-header {
    border:1px solid green;
  } */
  
  .img-circle-header-gpf {
    width: 100px;
    height: 50px;
  }
  
  .img-circle-header-gpf img {
    max-width: 100%;
  }
  
  .language-active {
    color: #f7c456 !important;
    font-weight: bold !important;
  }
  
  .wrap-search-input-header {
    width: 400px;
    margin-right: 35px;
    position: relative;
  }
  
  .hide-sidebar-icon {
    visibility: hidden;
  }
  
  .icon-search-header {
    position: absolute;
    right: 8px;
    top: 7px;
    color: rgb(204, 201, 201);
  }
  
  .wrap-search-input-header input {
    height: 30px;
    border-radius: 20px;
    background: #f2f2f2;
    border-color: #f2f2f2;
    padding-left: 30px;
  }
  
  /* .wrap-banner-slide-top {
    border:1px solid red;
    height: 400px;
  } */
  
  .wrap-banner-slide-top img {
    width: 100%;
  }
  
  .swiper-container {
    height: 100%;
  }
  
  .slide-banner-swiper-wrap {
    width: 100%;
    height: 100%;
  }
  
  .wrap-banner-five > .swiper-pagination-banner {
    text-align: center;
    top: 100%;
    left: 0%;
    width: 100%;
    /* padding-left:50px; */
  }
  
  .wrap-banner-five > .swiper-pagination-banner > .swiper-pagination-bullet {
    margin: 10px 5px 10px 5px;
  }
  
  .wrap-benifit-service {
    position: relative;
    /* background:yellow; */
    height: 250px;
    /* border:1px solid black; */
    width: 100%;
    overflow: hidden;
  }
  
  .wrap-benifit-service img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  
  .link-beifit-serve {
    position: relative;
  }
  
  .link-beifit-serve.mobile {
    width: 100% !important;
    cursor: pointer;
  }
  
  .buttn-beifit-service {
    text-align: center;
    font-size: 25px;
    padding: 10px 20px 5px 20px;
    width: 300px;
    border-radius: 50px;
  }
  
  .button-left-service {
    background: #000000; /* rgba(93, 119, 176, 0.8); for white*/
    color: white; /* #fff; for white*/
  }
  
  .button-right-service {
    background: #000000; /* rgba(255, 255, 255, 0.8); for white*/
    color: white; /* #13429f; for white */
  }
  
  #row-four {
    background: linear-gradient(to left, #000000 50%, #0f0f0f 50%);/*linear-gradient(to left, #fff 50%, #f2f2f2 50%); for white*/
    overflow: hidden;
  }
  
  #row-five {
    background: #1f1f1f !important; /* for white */
  }

  #row-six {
    background: #000000 !important; /* for white */
  }
  #row-six-one {
    background: #000000 !important; /* for white */
  }
  #row-six-two {
    background: #000000 !important; /* for white */
  }

  #row-seven {
    background: #000000 !important; /* for white */
  }

  #row-eight {
    background: #1f1f1f !important; /* for white */
  }

  #row-nine {
    background: #000000 !important; /* for white */
  }

  #row-ten-desktop, #row-ten-mobile {
    background: #1f1f1f !important; /* for white */
  }

  .wrap-four-left,
  .wrap-four-right {
    height: 200px;
  }
  
  .title-four-left {
    color: white; /* #0d3ea5; for white*/
    font-size: 25px;
  }
  
  .wrapimgfourleft {
    height: 100px;
  }
  
  .wrapimgfourleft img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .buttun-four-left {
    padding-top: 5px;
    background: #0d3ea5;
    color: white; /* #fff; for white*/
    border-radius: 20px;
    font-size: 25px;
  }
  
  .wrap-img-four-right {
    margin-top: 20px;
    text-align: center;
    height: 126px;
  }
  
  .wrap-img-four-right img {
    height: 100%;
  }
  
  .text-four-right a {
    color: white; /* #0d3ea5; for white*/
    font-size: 25px;
  }
  
  .text-four-right a:hover {
    text-decoration: none;
  }
  
  .middle-four-right {
    position: relative;
  }
  
  .middle-four-right::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 300%;
    background: #0d3ea5;
    left: 0;
    top: -30%;
  }
  
  .middle-four-right::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 300%;
    background: #0d3ea5;
    right: 0;
    top: -30%;
  }
  
  #five-row {
    position: relative;
    max-height: 270px;
    overflow: hidden;
  }
  
  .wrap-row-five {
    position: absolute;
    width: 50%;
  }
  
  .wrap-row-five img {
    height: 100%;
    width: 100%;
  }
  
  .five-button-left {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 25px;
    background: rgba(13, 62, 165, 0.65);
    border-radius: 30px;
    color: white; /* #fff; for white*/
  }
  
  .wrap-banner-five {
    /* height:280px; */
    height: 310px;
  }
  
  .wrap-five-button {
    height: 250px;
  }
  
  .wrap-banner-five img,
  .wrap-banner-five iframe {
    width: 100%;
    height: 100%;
  }
  
  /* .video-five::before {
    content: "";
    width: 7px;
    top: -5%;
    left: -10%;
    height: 110%;
    border-radius: 10px;
    background: #0d3ea5;
    position: absolute;
  }
  
  .video-five::after {
    content: "";
    width: 7px;
    top: -5%;
    right: -10.8%;
    height: 110%;
    border-radius: 10px;
    background: #0d3ea5;
    position: absolute;
  } */
  
  .video-five-youtube::before {
    content: "";
    width: 7px;
    top: auto;
    left: 0%;
    height: 90%;
    border-radius: 10px;
    background: #0d3ea5;
    position: absolute;
  }
  
  .video-five-youtube::after {
    content: "";
    width: 7px;
    top: auto;
    right: 0%;
    height: 90%;
    border-radius: 10px;
    background: #0d3ea5;
    position: absolute;
  }
  
  /* .slide-five::after {
    content: "";
    width: 7px;
    top: -5%;
    right: -10%;
    height: 110%;
    border-radius: 10px;
    background: #0d3ea5;
    position: absolute;
  }
  
  .slide-five-en::after {
    content: "";
    width: 7px;
    top: 0%;
    right: 0%;
    height: 100%;
    border-radius: 10px;
    background: #0d3ea5;
    position: absolute;
  } */
  
  .wrap-slide-seven {
    height: 500px;
  }
  
  .wrap-slide-seven img {
    width: 100%;
    height: 100%;
  }
  
  .wrap-icon-social {
    width: 150px;
    text-align: center;
  }
  
  .wrap-icon-social img {
    max-width: 80%;
    text-align: center;
  }
  
  .text-news-title-eight {
    color: white; /* #0d3ea5; for white*/
  }
  
  .text-news-detail-eight {
    color: white; /* #0d3ea5; for white*/
    display: block;
    height: 55px;
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
  .text-social-eight {
    font-size: 25px;
    font-weight: bold;
    color: white; /* #0d3ea5; for white*/
  }
  
  .left-subject-eight {
    font-weight: bold;
    color: white; /* #0d3ea5; for white*/
    font-size: 30px;
  }
  
  .wrap-slide-news-index {
    height: 100%;
  }
  
  .child-slide-new {
    position: relative;
    height: 150px;
    width: 47%;
  }
  
  .child-slide-new img {
    width: 100%;
  }
  
  .content-slide-new {
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: 90%;
    background: #000000; /* #fff; for white */
    padding: 10px;
    /* overflow: hidden; */
    font-size: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    webkit-box-shadow: 0px 5px 12px 4px rgba(194, 188, 188, 1);
    -moz-box-shadow: 0px 5px 12px 4px rgba(194, 188, 188, 1);
    box-shadow: 0px 5px 12px 4px rgba(194, 188, 188, 1);
  }
  
  .title-slide-new {
    color: #ffc338;
    font-weight: bold;
  }
  
  .descibe-slide-new {
    color: #3364cb;
    display: block;
    /* height: 65px; */
    height: 55px;
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  #nine-block-container {
    border-top: 2px solid #0d3ea5;
    border-bottom: 1px solid #0d3ea5;
  }
  
  /* .wrap-block-left-nine {
  } */
  
  /* .swiper-news-pagi-cus {
    border:1px solid red;
    position: absolute;
    top:95%;
  } */
  
  .subject-left-nine {
    background-size: cover;
    background-position: center;
    background-image: url("../../assets/voiceimg.jpg");
    color: #fff;
  }
  
  .titleFirst-nine-left {
    font-size: 30px;
  }
  
  .wrap-annouce-nine {
    height: 405px;
    text-align: center;
  }
  
  .wrap-annouce-nine img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .wrap-book-nine {
    width: 200px;
    height: 280px;
  }
  
  .wrap-book-nine img {
    width: 100%;
    height: 100%;
  }
  
  .wrap-icon-nine-right {
    width: 150px;
    height: 160px;
  }
  
  .wrap-icon-nine-right img {
    width: 100%;
    height: 150px;
  }
  
  .special-icon-specific {
    padding-bottom: 13px;
  }
  
  .text-icon-right-nine {
    color: white !important; /* #3364cb; for white */
  }
  
  .wrap-ten {
    height: 150px;
    position: relative;
  }
  
  .wrap-ten img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .opacity-ten {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 24, 0.5);
  }
  
  .text-ten {
    color: #fff;
    position: relative;
    font-size: 30px;
  }
  
  .text-ten a {
    color: #fff;
    text-decoration: none;
  }
  
  .text-ten a:hover {
    color: #f69232;
  }
  
  .subject-footer-title {
    color: #f69232;
  }
  
  .ul-footer {
    padding-left: 10px;
    font-size: 15px;
    list-style: none;
  }
  
  .ul-footer > li::before {
    content: "\002022";
    color: white; /*#3364cb; for white*/
    left: -10px;
    position: absolute;
  }
  
  .ul-footer li {
    position: relative;
    padding: 0;
  }
  
  .ul-footer a {
    color: white; /*#3364cb; for white*/
  }
  
  .child-ul-footer {
    list-style: none !important;
    padding-left: 10px;
  }
  
  .child-ul-footer > li::before {
    content: "-";
    color: white; /*#3364cb; for white*/
    left: -10px;
    position: absolute;
  }
  
  .child-ul-footer > li {
    word-break: break-all;
  }
  
  .wrap-footer,
  .wrap-top {
    position: relative;
    font-size: 13px;
    color: #fff;
  }
  
  .wrap-top a {
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
  }
  
  .wrap-social-footer,
  .wrap-social-top {
    position: absolute;
    right: 0;
    height: 100%;
  }
  
  .wrap-social-footer img,
  .wrap-social-top img {
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
  }
  
  /* iframe responsive */
  
  .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  
  .resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  #row-bottom-footer {
    background: #2f2f2f; /* add for white*/
  }

  #panel-detail {
    background: #101010; /* for white */
    color: white; /* for white */
  }

  .blue-text {
    color: #aaaaaa !important; /* #0d3ea5; for white */
  }
  
  button.btn-blue {
    background: #0d3ea5;
    color: white;
    border: 1px solid #0d3ea5;
    border-radius: 5px;
  }
  
  a.btn-blue {
    background: #0d3ea5;
    color: white;
    border: 1px solid #0d3ea5;
    border-radius: 5px;
    padding: 5px 50px;
  }
  
  .yellow-full-btn {
    text-align: center;
    padding: 40px 0;
    background: #f69232;
    border-radius: 15px;
    cursor: pointer;
  }
  
  .orange-text {
    color: #f69232;
  }
  
  .yellow-full-btn:hover {
    background: orangered;
  }
  
  .yellow-full-btn a {
    font-size: 36px;
    color: white;
    text-decoration: none;
  }
  
  .banner-page-top img {
    max-width: 100%;
    /* height:100%; */
  }
  
  /* loop collapse */
  
  .panel-collapse-law {
    cursor: pointer;
    font-size: 25px;
    border-bottom: 1px solid #377de2 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FFF; /* #377de2; for white */
    margin-bottom: 15px;
  }
  
  .panel-collapse-law-active {
    color: #fff;
    cursor: pointer;
  }
  
  .ul-pdf-law {
    display: none;
    list-style: none;
  }
  
  .ul-pdf-law > li {
    list-style: none;
  }
  
  .pdf-text-law {
    color: #f07925;
    margin-top: 10px;
  }
  
  .pdf-text-contact {
    color: #FFF;
    margin-top: 10px;
  }

  .border-bottom-black {
    border-bottom: 1px solid #333333;
  }
  
  /* amchart */
  
  #chartdiv,
  #chartdiv3,
  #chartdiv5,
  #chartdiv12,
  #chartdivstart,
  #chartdivmonth {
    width: 100%;
    height: 500px;
  }
  
  .line-chart {
    width: 100%;
    height: 500px;
    font-size: 11px;
  }
  
  .chart-btn-select-type-new {
    padding: 10px;
    padding-top: 29px;
    padding-bottom: 29px;
    border: 1px solid #FFF; /* #0d3ea5; for yellow */
    width: 200px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF; /* #0d3ea5; for yellow */
    color: #000000; /* white for yellow */
  }
  
  .inactive .chart-btn-select-type-new {
    background: #000000; /* white; for yellow */
    color: #FFF; /* #0d3ea5; for yellow */
  }
  
  .title-chart-select {
    text-align: center;
    padding-top: 15px;
    font-size: 25px;
    color: #FFF; /* #0d3ea5; for yellow */
  }
  
  /* member main */
  
  .program {
    box-shadow: 5px 5px 5px #333;
  }
  
  .program:hover {
    background-color: #0d2e73;
  }
  
  .program-yellow:hover {
    background-color: #ccca42;
  }
  
  .program-green:hover {
    background-color: #14650d;
  }
  
  .program-orange:hover {
    background-color: #ca661a;
  }
  
  .title.light-font h3 {
    font-weight: normal;
  }
  
  .subject-underline-share blue-text {
    font-size: 30px;
    line-height: 35px;
    color: #aaaaaa !important; /* #0d3ea5; for white */
    font-family: "DBOzoneXBold";
    text-decoration: underline;
  }
  
  .subject-underline-share blue-text h3 {
    margin-bottom: 0px;
  }
  
  .mini-subject-underline-share blue-text {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #aaaaaa !important; /* #0d3ea5; for white */
    font-family: "DBOzoneXBold";
    text-decoration: underline;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #aaaaaa !important; /* #0d3ea5; for white */
  }
  
  .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  
  .resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .blue-box {
    text-align: center;
    padding: 20px;
    background: #377de2;
    margin-bottom: 30px;
    border-radius: 15px;
    font-size: 22px;
    color: white;
  }
  
  .blue-box a {
    color: white;
    font-size: 26px;
  }
  
  .blue-box p {
    margin: 0;
  }
  
  .box-big-font {
    font-size: 26px;
  }
  
  .custom-margin {
    margin-bottom: 80px;
  }
  
  .btn-yellow {
    background-color: #f07925;
    color: white;
    font-size: 22px;
    padding: 5px 15px;
    margin: 0;
  }
  
  .custom-form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white; /* #495057; for white */
    background-color: #000000; /*#fff; for white */
    background-clip: padding-box;
    border: 1px solid #377de2;
    border-radius: 25px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  /* sub-committee */
  
  /* .wrap-select-subcommittes {
    z-index: 999;
       position: relative;
  } */
  
  .subcommitte-select {
    border: 1px solid #0d3ea5;
    color: #0d3ea5;
    font-size: 22px;
    line-height: 42px;
    border: 1px solid #0d3ea5;
    height: 50px;
    margin-bottom: 40px;
    z-index: 99;
  }
  
  .subcommitte-select option {
    font-size: 10px !important;
  }
  
  .wrap-list-board-box {
    position: relative;
    /* display: none; */
  }
  
  /* loop */
  
  .panel-collapse-law {
    cursor: pointer;
    font-size: 25px;
    /* font-family: 'Courier New', Courier, monospace; */
    border-bottom: 1px solid #377de2;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FFF; /* 377de2 for yellow */
    /* border-radius: 15px; */
    margin-bottom: 15px;
  }
  
  .panel-collapse-law span {
    padding-bottom: 10px;
  }
  
  .ul-pdf-law {
    display: none;
    list-style: none;
  }
  
  .ul-pdf-law > li {
    list-style: none;
  }
  
  .pdf-button-law {
    background: transparent;
    color: #fff;
    padding: 0;
  }
  
  /* member 01-2 */
  
  .list-wrapper {
    padding: 100px 15px 20px 15px;
    height: 300px;
    overflow: hidden;
    background: #0d3ea5;
    color: white;
    margin: 15px;
    position: relative;
  }
  
  .mobile-3 {
    background: #000000; /* for white*/
  }

  .list-wrapper p {
    font-size: 24px;
  }
  
  .list-wrapper.even {
    background: #4a6aac;
  }
  
  .icon-wrapper {
    position: absolute;
    top: 13px;
    left: 13px;
  }
  
  .yellow i {
    color: #ffc338;
  }
 
  .close-bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  
  .close-bottom button {
    padding: 7px 12px 0px 12px;
    background-color: #f69232;
    color: white;
    border-radius: 100%;
    font-size: 50px;
    float: none;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    outline: none;
  }
  
  /* member01-2 */
  
  .list-wrapper {
    padding: 90px 15px;
    height: 250px;
    overflow: hidden;
    background: #0d3ea5;
    color: white;
    margin: 5px;
    position: relative;
  }
  
  .list-wrapper p {
    font-size: 24px;
  }
  
  .list-wrapper.even {
    background: #4a6aac;
  }
  
  .icon-wrapper {
    position: absolute;
    top: 13px;
    left: 13px;
  }
  
  .yellow i {
    color: #ffc338;
  }
  
  /* modal */
  
  .modal-wrap.custom {
    background-color: transparent !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  }
  
  .white-modal-content {
    background-color: white;
  }
  
  .model-footer {
    position: relative;
    height: 50px;
    background-color: transparent;
  }
  
  .modal-content {
    background-color: transparent !important;
    border: none;
  }
  
  .modal-body {
    background: white;
    margin-bottom: 22px;
  }
  
  .close-bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  
  .close-bottom.board-modal {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: -24px;
  }
  
  .close-bottom button {
    padding: 7px 12px 0px 12px;
    background-color: #f69232;
    color: white;
    border-radius: 100%;
    font-size: 50px;
    border: 2px solid white;
    float: none;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    outline: none;
  }
  
  /* member17 */
  
  .more {
    text-align: right;
    line-height: 0.9;
  }
  
  .more a {
    font-size: 11px;
    text-decoration: none !important;
    color: #0d3ea5;
    line-height: 2.5;
  }
  
  hr.header-line {
    margin-bottom: 0;
    border-bottom: 1px solid #0d3ea5;
  }
  
  h4.header-line {
    font-size: 1.5rem;
  }
  
  .member-content {
    font-family: "Tahoma";
    font-size: 18px;
  }
  
  .box {
    padding: 10px 20px 10px 20px;
    text-align: center;
    border: 1px solid #0d3ea5;
    border-radius: 15px;
    background-color: #0d3ea5;
    color: white;
  }
  
  .box p {
    margin: 0;
    color: #0d3ea5;
    font-weight: bold;
    font-size: 22px;
  }
  
  .box.inactive {
    background-color: white;
    color: #0d3ea5;
  }
  
  .box-big-font.absolute-text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
  }
  
  .absolute-box {
    position: relative;
    text-align: center;
  }
  
  .display-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  .flex-1 {
    flex-grow: 1;
  }
  
  .flex-2 {
    flex-grow: 30;
  }
  
  .flex-3 {
    flex-grow: 1;
  }
  
  .main-plan-content {
    border-left: 5px solid #0d3ea5;
    padding-left: 2rem;
  }
  
  .margin-left-2-3 {
    margin-left: 2.3rem;
  }
  
  .investment-left {
    padding-top: 40px;
    padding-left: 30px;
  }
  
  .investment-right {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .mcs-icon {
    padding: 15px 20px;
    border: 1px solid white;
    border-radius: 100%;
    background-color: #f9c247;
    color: white;
  }
  
  .mcs-text {
    padding-left: 20px;
    font-size: 22px;
  }
  
  .mcs-box {
    padding: 0px 20px 0px 20px;
    text-align: center;
    border: 1px solid #f9c247;
    border-radius: 15px;
    background-color: #f9c247;
    color: white;
  }
  
  .mcs-box.contact {
    padding: 0px 40px 0px 40px;
  }
  
  .mcs-box.inactive {
    background-color: white;
    color: #333333;
  }
  
  .mcs-blue-box {
    padding: 0px 20px 0px 20px;
    text-align: center;
    border: 1px solid #0d3ea5;
    border-radius: 15px;
    background-color: #0d3ea5;
    color: white;
  }
  
  .mcs-yellow-box {
    padding: 0px 20px 0px 20px;
    text-align: center;
    border: 1px solid #f9fc38;
    border-radius: 15px;
    background-color: #f9fc38;
    color: #333;
  }
  
  .mcs-green-box {
    padding: 0px 20px 0px 20px;
    text-align: center;
    border: 1px solid #229818;
    border-radius: 15px;
    background-color: #229818;
    color: white;
  }
  
  .mcs-orange-box {
    padding: 0px 20px 0px 20px;
    text-align: center;
    border: 1px solid #f59840;
    border-radius: 15px;
    background-color: #f59840;
    color: #333;
  }
  
  .mcs-blue-icon {
    padding: 15px 20px;
    border: 1px solid white;
    border-radius: 100%;
    background-color: #0d3ea5;
    color: white;
  }
  
  .mcs-pdf-header {
    font-size: 22px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  
  .news-wrapper {
    position: relative;
    box-shadow: 0px 0px 5px #aaaaaa;
    /* max-height: 355px; */
    height: 335px;
    overflow: hidden;
  }
  
  .news-wrapper-extra {
    position: relative;
    box-shadow: 0px 0px 5px #aaaaaa;
  }
  
  .info-absolute {
    padding: 20px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  
  .info-absolute .title h3 {
    color: white;
    font-weight: normal;
  }
  
  /* news */
  
  .news-sub-header {
    box-shadow: 1px 1px 5px #cccccc;
  }
  
  .posts-wrapper {
    padding-top: 30px;
    padding-right: 50px;
  }
  
  .title h4 {
    color: #333333;
  }
  
  .read-more p {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    color: #f69232;
  }
  
  .info-no-image {
    padding: 20px;
    height: 335px;
    overflow: hidden;
  }
  
  .info-no-image.gray {
    background: rgba(0, 0, 0, 0.5);
    height: 335px;
    overflow: hidden;
  }
  
  .info-no-image.blue {
    background-color: cornflowerblue;
    height: 335px;
    overflow: hidden;
  }
  
  .title-no-image h3 {
    color: white;
    padding-top: 40px;
    font-weight: normal;
  }
  
  .title-no-image.white h3 {
    color: #333333;
  }
  
  .title-no-image a {
    color: #333333;
  }
  
  .title-no-image .date {
    margin-bottom: 50px;
  }
  
  /* news */
  
  .search-wrapper {
    border-bottom: 1px solid #0d3ea5;
  }
  
  span.date {
    color: #333;
    padding-right: 20px;
  }
  
  /* events */
  
  .event-wrapper {
    box-shadow: 0 0 5px #ccc;
    height: 200px;
    overflow: hidden;
  }
  
  .event-excerpt {
    padding: 20px 15px;
  }
  
  .event-excerpt .title {
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #333;
  }
  
  .event-excerpt .date {
    color: #f69232;
  }
  
  .event-image-wrapper {
    height: 250px;
    overflow: hidden;
    background: #d8d8d8;
  }
  
  .wrappopup-purchase-popups {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: block;
  }
  
  .popup-purchase {
    border-radius: 20px;
    border: 2px solid #fff;
    width: 500px;
    padding: 50px 70px 50px 70px;
    text-align: center;
    background: #0d3ea5;
    color: #fff;
    font-size: 20px;
    position: relative;
  }
  
  .bell-notify {
    color: #ffc338;
    font-size: 35px;
  }
  
  .close-bell {
    cursor: pointer;
    color: #fff;
    background: #ffc338;
    font-size: 45px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    border-radius: 50%;
    margin: auto;
  }
  
  .wrap-close-bell {
    position: absolute;
    top: 96%;
    width: 100%;
    left: 0;
  }
  
  /* contact */
  
  button.btn.btn-contact-submit {
    padding: 15px 50px;
    border: 1px solid #ffc338;
    border-radius: 15px;
    background-color: #ffc338;
    color: white;
    font-size: 20px;
  }
  
  button.btn.btn-contact-reset {
    padding: 15px 50px;
    border: 1px solid #0d3ea5;
    border-radius: 15px;
    background-color: white;
    color: #0d3ea5;
    font-size: 20px;
  }
  
  .form-contact {
    font-size: 16px;
    color: #0d3ea5;
    font-weight: bold;
  }
  
  span.require {
    color: #ffc338;
  }
  
  ul.style-list li.faq {
    list-style: disc !important;
    color: orange;
  }
  
  ul.style-list li.faq a {
    color: orange;
  }
  
  ul li.ans {
    font-family: Tahoma; 
    color: whitesmoke; /* #333; for white */
    list-style: none;
  }
  
  /* chat template */
  
  .chat-container {
    height: auto;
    border: 1px solid;
    background-color: lightgray;
  }
  
  .chat-text-area {
    height: 400px;
    background-color: white;
    margin: 30px 0px 30px 0px;
  }
  
  .chat-form {
    padding-bottom: 30px;
  }
  
  .text-input-wrapper {
    padding: 0 20px;
  }
  
  button.btn.btn-chat-submit {
    color: white;
    margin-left: 10px;
    background-color: orange;
  }
  
  .chat-status {
    padding: 30px 10px;
    margin-top: 40px;
  }
  
  span.connect-status {
    padding: 10px 20px;
    background: #f0f0f0;
    color: forestgreen;
  }
  
  .chat-status {
    padding: 30px 10px;
    margin-top: 50px;
    background-color: lightgray;
  }
  
  button.btn.btn-disconnect {
    float: right;
    background: #0d3da1;
    color: white;
    padding: 5px 20px;
    margin-top: -5px;
  }
  
  .row-footer {
    background: #000000 !important; /* for white */
    /*border-top: 1px solid #0d3da1;*/
  }
  
  /* job */
  
  .job-position {
    flex: 0.4;
    text-align: right;
  }
  
  .job-title {
    flex: 0.5;
  }
  
  .yellow-header {
    padding: 15px 40px;
    background-color: #ffc24b;
    border-radius: 15px;
  }
  
  .yellow-header h3 {
    color: white;
    margin: 0;
    font-size: 26px;
    padding: 0;
    line-height: 1;
  }
  
  .background-grey {
    background: #f2f2f2;
  }
  
  .program-summerize {
    height: 400px;
    width: 100%;
    background: #d9d9d9;
    font-size: 30px;
  }
  
  .program-summerize a {
    color: #575756;
  }
  
  /* Contact */
  
  .label-contact {
    font-weight: bold;
    font-family: "DBOzoneXBold";
    font-size: 22px;
  }
  
  .statement-title {
    font-size: 28px;
    font-weight: bold;
  }
  
  .modal-title {
    line-height: 10px;
  }
  
  .statement-unit {
    line-height: 1px;
  }
  
  .pointer {
    cursor: pointer;
  }
  
  .mobile {
    display: none;
  }
  
  .desktop {
    display: block;
  }
  
  .has-text-decoration {
    text-decoration: underline;
  }
  
  .wrap-img-board-list > img {
    /* width: 200px;
    height: 160px; */
    width: 200px;
    height: 229px;
  }
  
  .finance-info {
    background-color: #f2f2f2;
    border-radius: 20px;
  }
  
  .finance-info-grey {
    margin: auto;
    font-size: 38px;
    font-weight: bold;
    border-radius: 20px;
  }
  
  .finance-info-blue {
    font-size: 28px;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
  }
  
  @media (min-width: 576px) and (max-width: 991.98px) {
    .wrap-youtube-mobile-five {
      height: 500px !important;
    }
  }
  
  @media (max-width: 991.98px) {
    .child-slide-new {
      height: auto !important;
    }
    .mobile {
      display: block;
    }
    .desktop {
      display: none !important;
    }
    .img-mobile {
      width: 100%;
    }
    .news-wrapper-extra {
      height: 335px !important;
    }
    .img-ss {
      width:50%;
    }
  }
  
  @media (min-width: 991.98px) {
    /* @media(min-width: 1024px){ */
    .mobile {
      display: none !important;
    }
    .desktop {
      display: block !important;
    }
  }
  
  /* ----------- iPad Pro ----------- */
  
  /* Portrait and Landscape */
  
  @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .mobile {
      display: none !important;
    }
    .desktop {
      display: block !important;
    }
  }
  
  button.btn.btn-contact-submit_2 {
    padding: 4px 70px;
    border: 1px solid #0d3da1;
    border-radius: 15px;
    color: white;
    font-size: 20px;
  }
  
  .market_register_text_head {
    color: #3b7fe2;
  }
  
  .market_register_text_head_child {
    color: #6f6f6e;
  }
  
  .market_register_text_head_child_2 {
    color: #b6b6b6;
  }
  
  .market_register_text_child {
    color: #6f6f6e;
  }
  
  .gsc-input-box {
    border: 1px solid transparent !important;
    background: transparent !important;
  }
  
  .gsc-control-cse {
    border: 1px solid transparent !important;
    background: transparent !important;
  }
  
  .gsc-input,
  tbody {
    background: transparent !important;
  }
  .gsc-input-box{
    background: transparent !important;
  }
  input.gsc-input {
      background: #dfe1e5 !important;
  } 
  .gsc-search-button .gsc-search-button-v2{
    border-radius: 15px;
  }
  
  .ellipsis {
    overflow: hidden;
    height: 80%;
      line-height: 25px; 
  }
  
  .ellipsis:before {
      content:"";
      float: left;
    width: 5px; 
    height: 200px; 
  }
  
  .ellipsis > *:first-child {
      float: right;
      width: 100%;
    margin-left: -5px; 
  }		
  
  .ellipsis:after {
      content: "\02026";  
  
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
  
      float: right; position: relative;
      top: -25px; left: 100%; 
      width: 3em; margin-left: -3em;
      padding-right: 5px;
      
      text-align: right;
  }
  .no-bullet{
    list-style-type: none;
  }
  .list-group-item{
    border: transparent !important;
  }
  .width-100{
    width: 100% !important;
  }
  ul.b {
    counter-reset: list;
    list-style:none; 
    margin-left:-80px;
    margin-top:-15px;
  }
  ul.b > li {
    list-style: none;
  }
  ul.b li {
    text-indent:2.5cm;
    text-align:justify;
    text-justify: inter-word;
  }
  ul.c {
    list-style:none;
    margin-left:-40px;
  }
  ul.c li {
    text-indent:1.5cm;
    text-align:justify;
    text-justify: inter-word;
  }
  ul.c1 {
    list-style:none;
    margin-left:-40px;
  }
  ul.c1 li {
    text-indent:2.5cm;
    text-align:justify;
    text-justify: inter-word;
  }
  ul.c2 {
    list-style:none;
    margin-left:-40px;
  }
  ul.c2 li {
    text-indent:3.5cm;
    text-align:justify;
    text-justify: inter-word;
  }
  ul.c3 {
    list-style:none;
    margin-left:-40px;
  }
  ul.c3 li {
    text-indent:4cm;
    text-align:justify;
    text-justify: inter-word;
  }
  ol.a {
    counter-reset: list;
    margin-left:-40px;
  }
  ol.a > li {
    list-style: none;
  }
  ol.a > li:before {
    content: counter(list) ". ";
    counter-increment: list;
  }
  ol.a li {
    text-indent:1.5cm;
    text-align:justify;
    text-justify: inter-word;
  }
  
  ol.b {
    counter-reset: list;
    list-style:none; 
    margin-left:-40px;
  }
  ol.b > li {
    list-style: none;
  }
  ol.b > li:before {
    content: "(" counter(list) ")";
    counter-increment: list;
  }
  ol.b li {
    text-indent:2.5cm;
    text-align:justify;
    text-justify: inter-word;
  }
  
  ol.b2 {
    counter-reset: list;
    list-style:none; 
    margin-left:70px;
  }
  ol.b2 > li {
    list-style: none;
  }
  ol.b2 > li:before {
    content: "(" counter(list) ")";
    counter-increment: list;
  }
  ol.b2 li {
    text-indent:-0.8cm;
    text-align:justify;
    text-justify: inter-word;
  }
  #top-menu-header {
    background-color: #000000 !important;
  }
  #top-special {
  }

  /* lawandrules */
.ul-pdf-law{
  /* display: block; */
  list-style: none;
}
.ul-pdf-law-2{
  display: none;
  list-style: none;
}
.ul-pdf-law>li{
  padding-left:20px;
  list-style: none;
}
.ul-pdf-law .blue-light-text{
  cursor: pointer;
}
.parent-collapse-law .fa-angle-up{
  color:#000000; /* #FFF;  for white */
}
.parent-collapse-law .fa-angle-down{
  color:#000000; /* #FFF;  for white */
}
.pdf-button-law{
  /* background: #f07925; */
  border-radius: 7px;
  color:#000000; /* #FFF;  for white */
  padding: 10px 10px 5px 10px;
}
.arrow-circle>.fa-angle-down,.arrow-circle>.fa-angle-down{
  color:#000000; /* #FFF;  for white */
}
.subject-title, .col-form-label {
  color:aqua;
}
.col-form-label2 {
  font-weight:bold;
  font-family: 'DBOzoneXBold'; 
  color:aqua;
}
.qus {
  font-family: Tahoma !important; 
  color: lightskyblue !important;
}
.position-board-list{
  color: lightskyblue; /* #868686; for white */
}
.active-box{
  background:white !important; /* #377de2; for white */
  color: #000000 !important; /* #FFF for white */
}
.unactive-box{
  color:white !important; /* #377de2; for white */
  background:#6f6f6e !important; /* #FFF for white */
  -webkit-box-shadow: inset 0px 0px 0px 2px #6f6f6e;
  -moz-box-shadow: inset 0px 0px 0px 2px #6f6f6e;
  box-shadow: inset 0px 0px 0px 2px #6f6f6e;
}
.blue-light-text{
  color: #FFF !important; /* #377de2!important; for white */
}
.subcomittee_choice {
  background-color: #6f6f6e !important; /* #f5f5f5 for white */
  border-bottom: 1px solid #6f6f6e; 
  border-bottom-left-radius: 15px; 
  border-bottom-right-radius: 15px;  
}
/*********** chart ***********/
.wrap-chart-about-pie{
     
  width:50%;
}
.wrap-chart-select-type{
  
}

.inactive{
  background: #000000; /* white; for white */
  color: #FFF; /* #0d3ea5; for white */
  
  /* border-radius: 5px; */
}
.wrap-list-chart-type{
  list-style: none;
  padding:0;
}
.circle-icon-list-type
{
  margin-right:15px;
  width:35px;
  height:35px;
  border-radius: 50%;
  background: red;
}
.green-text {
  color: #71AD47;
}
.wrap-chart-circle i{
  font-size:25px;
  margin-right:15px;
}
.content-detail-title-chart{
  
  font-size:20px;
  margin-top:2px;
}
.sub-content-detail-title-chart{
  color:#848482;
  font-size:17px;
}
/*********** chart ***********/
ul.info li {
  color: #000000 !important;
}

ul.info2 li {
  color: #FFF !important;
}

div.info, p.info {
  color: #FFF !important;
}

.head-line {
  color: #3b7fe2 !important;
  font-family: DBOzoneXBold;
}
.img-wrapper .info-ozone {
  color: #FFF !important;
}
.calender-subject-line{
  color: #b6b6b6;
  position: relative;
}

ul.mylist li a, .pdf-text-law a, a .pdf-text-law{
  color: #FFF;
}

ul.mylist li a:hover, .pdf-text-law a:hover, a:hover .pdf-text-law{
  color:#848482;
}

ul.mylist li a, .pdf-text-contact a, a .pdf-text-contact {
  color: #FFF !important;
}

ul.mylist li a:hover, .pdf-text-contact a:hover, a:hover .pdf-text-contact {
  color: #FFF !important;
}

.financial-statements-name {
  color: #b6b6b6 !important;
}
.subject-sidebar{
  color:#afafaf;
}
a.sitemap-link {
  color: #FFF !important;
  font-family: 'Tahoma' !important;
}