ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: #2D82C0; }

a, a:hover, a:focus {
  text-decoration: none; }

p {
  margin: 0; }

img {
  max-width: 100%; }

input, textarea, button, button:active, button:focus {
  outline-color: #a5cdf2; }

iframe {
  width: 100% !important; }

table {
  text-align: left; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-BoldItalic.eot");
  src: url("../fonts/HelveticaNeue-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-BoldItalic.woff") format("woff"), url("../fonts/HelveticaNeue-BoldItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Italic.eot");
  src: url("../fonts/HelveticaNeue-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/HelveticaNeue-Italic.ttf") format("truetype"), url("../fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.eot");
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@keyframes animationheader {
  0% {
    top: -100%; }
  100% {
    top: 0; } }
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #101010;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Helvetica Neue'; }
  @media only screen and (max-width: 991px) {
    body {
      font-size: 13.5px;
      line-height: 16px; } }

.clearfix-9 {
  height: 9px;
  clear: both; }

.clearfix-20 {
  height: 20px;
  clear: both; }

.clr-red {
  color: #ED1111; }

.dp-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-center {
  display: flex;
  align-items: center; }

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pd-23 {
  padding: 0 23px; }

.line-tab {
  width: 100%;
  height: 1px;
  background: #999;
  margin-bottom: 20px; }

.fw-500 {
  font-weight: 500; }

#d_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 12px; }
  #d_page #d_total_rec {
    color: #303030; }
  #d_page #d_number_of_page button {
    display: inline-block;
    cursor: pointer;
    margin-left: 9px;
    border: none;
    background: none;
    padding: 0;
    outline: none; }
    #d_page #d_number_of_page button:after {
      outline: none; }
    #d_page #d_number_of_page button span {
      min-width: 30px;
      padding-left: 5px;
      padding-right: 5px;
      height: 30px;
      text-align: center;
      line-height: 23px;
      border-radius: 3px;
      color: #A3A3A3;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #999; }
      #d_page #d_number_of_page button span.a-active {
        color: #255888;
        border: 2px solid #255888; }
    #d_page #d_number_of_page button:hover span {
      color: #255888;
      border: 2px solid #255888; }

.bg-dc {
  background: #dcdcdc; }

.mb-30 {
  margin-bottom: 30px; }

.mw-40 {
  min-width: 40px; }

.mw-50 {
  min-width: 50px; }

.mw-60 {
  min-width: 60px; }

.mw-70 {
  min-width: 70px; }

.mw-80 {
  min-width: 80px; }

.mw-90 {
  min-width: 90px; }

.mw-100 {
  min-width: 100px; }

.mw-110 {
  min-width: 110px; }

.mw-120 {
  min-width: 120px; }

.mw-130 {
  min-width: 130px; }

.mw-140 {
  min-width: 140px; }

.mw-150 {
  min-width: 150px; }

.mw-160 {
  min-width: 160px; }

.mw-170 {
  min-width: 170px; }

.mw-180 {
  min-width: 180px; }

.mw-190 {
  min-width: 190px; }

.mw-200 {
  min-width: 200px; }

.bold-tilte {
  font-size: 18px;
  color: #255887;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: underline; }

legend {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #255887;
  font-weight: 700;
  font-size: 14px; }

.txt-data {
  color: #303030;
  margin-top: 11px;
  word-break: break-word;
  padding: 0 5px 5px;
  border-bottom: 1px solid #ddd; }

.mt-0-label .lbl-field {
  margin-top: 11px;
  font-weight: 500; }
.mt-0-label .ip-edit {
  margin-bottom: 0; }
.mt-0-label .areaedit {
  margin-bottom: 0;
  height: 110px; }
.mt-0-label .field-popup {
  height: 100%; }

.element-field {
  margin-bottom: 15px; }

input[disabled],
input[disabled="disabled"],
input[readonly],
input[readonly="readonly"],
textarea[disabled],
textarea[disabled="disabled"],
textarea[readonly],
textarea[readonly="readonly"],
select[disabled],
select[disabled="disabled"],
select[readonly],
select[readonly="readonly"] {
  background-color: #eee !important;
  outline: none; }

.main-category {
  background: #f0f0f0; }

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 99999999999999; }

.loader {
  position: fixed;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px; }

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #164989; }

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #F89520; }

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #6EC5EE; }

#wrapper {
  position: relative; }
  #wrapper.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(32, 32, 32, 0.5);
    z-index: 8; }

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

.row-vsd {
  margin: 0 -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-vsd:after {
  content: '';
  display: table;
  clear: both; }

.row-10 {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-10:after {
  content: '';
  display: table;
  clear: both; }

.col-pc-6 {
  padding: 0 10px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom: 7px; }

.row-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.row-vsd20 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px; }

.col-vsd-10-6 {
  padding: 0 10px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .col-vsd-10-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      height: 50px;
      margin-bottom: 10px; } }

.container-headtop {
  max-width: 1356px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container-big {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container-small {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.col-md-60 {
  padding: 0 29px;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }
  @media only screen and (max-width: 767px) {
    .col-md-60 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 15px; } }

.col-md-40 {
  padding: 0 29px;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }
  @media only screen and (max-width: 767px) {
    .col-md-40 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 15px; } }

.col-md-100 {
  padding: 0 29px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .col-md-100 {
      padding: 0 15px; } }

.row-md-29 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -29px; }
  @media only screen and (max-width: 767px) {
    .row-md-29 {
      margin: 0 -15px; } }

.row-vsd-11 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -4px; }

.col-6-11 {
  padding: 0 11px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.header {
  position: relative; }
  .header.header-category {
    height: auto; }
    .header.header-category .head-top {
      background: transparent; }
  .header .slidebanner {
    height: 100vh; }
    .header .slidebanner .swiper-container {
      height: 100%; }
      .header .slidebanner .swiper-container img {
        height: 100%;
        object-fit: cover;
        object-position: left; }
    .header .slidebanner .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 168px; }
      @media only screen and (max-width: 767px) {
        .header .slidebanner .swiper-container-horizontal > .swiper-pagination-bullets {
          bottom: 15px; } }
    .header .slidebanner .swiper-pagination-bullet {
      width: 12px;
      height: 4px;
      background: #A6A6A6;
      opacity: 1;
      border-radius: 21px; }
    .header .slidebanner .swiper-pagination-bullet-active {
      background: #fff;
      width: 32px; }
  .header .head-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(68, 68, 68, 0.15);
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .header .head-top {
        position: fixed;
        z-index: 99;
        background: #fff; } }
    @media only screen and (max-width: 576px) {
      .header .head-top {
        display: none; } }
    .header .head-top .logo {
      float: left;
      margin-bottom: 0; }
      .header .head-top .logo a {
        display: block;
        padding: 9px 0; }
        @media (max-width: 1366px) {
          .header .head-top .logo a {
            padding: 5px 0; } }
        @media only screen and (max-width: 991px) {
          .header .head-top .logo a {
            width: 180px; } }
        .header .head-top .logo a img {
          display: block; }
          .header .head-top .logo a img.logo-main {
            display: block; }
            @media only screen and (max-width: 767px) {
              .header .head-top .logo a img.logo-main {
                display: none; } }
          .header .head-top .logo a img.logo-light {
            display: none; }
            @media only screen and (max-width: 767px) {
              .header .head-top .logo a img.logo-light {
                display: block; } }
    @media only screen and (max-width: 767px) {
      .header .head-top .navigation {
        position: fixed;
        top: 50px;
        background: #fff;
        left: 0;
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc; } }
    .header .head-top .navigation nav > ul > li {
      float: left; }
      .header .head-top .navigation nav > ul > li > a {
        display: block;
        padding: 19px 20px;
        font-weight: 500;
        color: #fff;
        font-size: 16px;
        line-height: 19px; }
        @media (max-width: 1366px) {
          .header .head-top .navigation nav > ul > li > a {
            padding: 16px 20px 15px; } }
        @media only screen and (max-width: 991px) {
          .header .head-top .navigation nav > ul > li > a {
            padding: 16px 9px 15px;
            font-size: 15px;
            line-height: 19px; } }
        @media only screen and (max-width: 767px) {
          .header .head-top .navigation nav > ul > li > a {
            padding: 19px 14px;
            color: #101010; } }
      @media only screen and (max-width: 991px) {
        .header .head-top .navigation nav > ul > li .block-menuchild .title-child .container-menu {
          padding: 0; }
        .header .head-top .navigation nav > ul > li .block-menuchild .title-child h2 {
          font-size: 23px;
          line-height: 28px; } }
      .header .head-top .navigation nav > ul > li:hover .block-menuchild {
        display: block; }
    .header .head-top .block-search {
      float: right;
      display: flex;
      align-items: center;
      padding: 11px 0;
      position: absolute;
      right: 0; }
      @media (max-width: 1366px) {
        .header .head-top .block-search {
          padding: 7px 0; } }
      @media only screen and (max-width: 767px) {
        .header .head-top .block-search {
          margin-right: 40px; } }
      .header .head-top .block-search .box-search {
        display: inline-block;
        position: relative;
        transition: all 0.3s; }
        .header .head-top .block-search .box-search input {
          background: rgba(242, 242, 242, 0.15);
          border-radius: 54px;
          border: none;
          outline: none;
          width: 60px;
          height: 28px;
          color: #fff;
          padding: 5px 42px 5px 10px;
          font-size: 14px;
          transition: all 0.3s; }
          .header .head-top .block-search .box-search input::-webkit-input-placeholder {
            /* Edge */
            color: #fff;
            font-style: italic; }
          .header .head-top .block-search .box-search input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff;
            font-style: italic; }
          .header .head-top .block-search .box-search input::placeholder {
            color: #fff;
            font-style: italic; }
          .header .head-top .block-search .box-search input.active {
            width: 230px;
            transition: all 0.3s; }
        .header .head-top .block-search .box-search .btn-search {
          width: 38px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          background: none;
          border: none;
          outline: none;
          line-height: 13px;
          height: 28px;
          border-top-right-radius: 54px;
          border-bottom-right-radius: 54px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .header .head-top .block-search .line-space {
        height: 36px;
        width: 1px;
        margin-left: 9px;
        margin-right: 9px;
        display: inline-block;
        background: #fff; }
      .header .head-top .block-search .select-language {
        display: inline-block;
        border: none;
        color: #fff;
        font-weight: 500;
        width: auto;
        background: transparent;
        outline: none;
        width: 41px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url(../img/icon-sl-pp-light.svg) no-repeat center right 5px; }
        @media only screen and (max-width: 767px) {
          .header .head-top .block-search .select-language {
            color: #303030; } }
        .header .head-top .block-search .select-language option {
          background: transparent; }
  .header .head-top {
    transition: all 0.2s; }
    .header .head-top:hover {
      background: #fff; }
      .header .head-top:hover .block-search .select-language {
        background: url(../img/icon-sl-pp.svg) no-repeat center right 5px; }
      .header .head-top:hover .logo a img.logo-main {
        display: none; }
      .header .head-top:hover .logo a img.logo-light {
        display: block; }
      .header .head-top:hover .navigation nav > ul > li > a {
        color: #999999; }
      .header .head-top:hover .navigation nav > ul > li:hover > a {
        color: #202020; }
      .header .head-top:hover .btn-search .img-dark {
        display: none; }
      .header .head-top:hover .btn-search .img-light {
        display: block; }
      .header .head-top:hover .btn-search .img-differ {
        display: none; }
      .header .head-top:hover .box-search.active .btn-search .img-light {
        display: none; }
      .header .head-top:hover .box-search.active .btn-search .img-differ {
        display: block; }
      .header .head-top:hover .line-space {
        background: #202020; }
      .header .head-top:hover .select-language {
        color: #303030; }
      .header .head-top:hover .box-search input {
        background: #f6f6f6;
        color: #202020; }
        .header .head-top:hover .box-search input::-webkit-input-placeholder {
          /* Edge */
          color: #b3b3b3;
          font-style: italic; }
        .header .head-top:hover .box-search input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #b3b3b3;
          font-style: italic; }
        .header .head-top:hover .box-search input::placeholder {
          color: #b3b3b3;
          font-style: italic; }
    @media only screen and (max-width: 767px) {
      .header .head-top {
        background: #fff; }
        .header .head-top .block-search .select-language {
          background: url(../img/icon-sl-pp.svg) no-repeat center right 5px; }
        .header .head-top .logo a img.logo-main {
          display: none; }
        .header .head-top .logo a img.logo-light {
          display: block; }
        .header .head-top .navigation nav > ul > li > a {
          color: #999999; }
        .header .head-top .navigation nav > ul > li:hover > a {
          color: #202020; }
        .header .head-top .btn-search .img-dark {
          display: none; }
        .header .head-top .btn-search .img-light {
          display: block; }
        .header .head-top .btn-search .img-differ {
          display: none; }
        .header .head-top .box-search.active .btn-search .img-light {
          display: none; }
        .header .head-top .box-search.active .btn-search .img-differ {
          display: block; }
        .header .head-top .line-space {
          background: #202020; }
        .header .head-top .select-language {
          color: #303030; }
        .header .head-top .box-search input {
          background: #f6f6f6;
          color: #202020; }
          .header .head-top .box-search input::-webkit-input-placeholder {
            /* Edge */
            color: #b3b3b3;
            font-style: italic; }
          .header .head-top .box-search input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #b3b3b3;
            font-style: italic; }
          .header .head-top .box-search input::placeholder {
            color: #b3b3b3;
            font-style: italic; } }
    .header .head-top.active {
      position: fixed;
      background: #fff;
      transition: all 0.2s;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
      animation: animationheader 1s forwards !important; }
      .header .head-top.active .logo a img.logo-main {
        display: none; }
      .header .head-top.active .logo a img.logo-light {
        display: block; }
      .header .head-top.active .navigation nav > ul > li > a {
        color: #999999; }
      .header .head-top.active .navigation nav > ul > li:hover > a {
        color: #202020; }
      .header .head-top.active .btn-search .img-dark {
        display: none; }
      .header .head-top.active .btn-search .img-light {
        display: block; }
      .header .head-top.active .btn-search .img-differ {
        display: none; }
      .header .head-top.active .line-space {
        background: #202020; }
      .header .head-top.active .select-language {
        color: #303030; }
      .header .head-top.active .box-search input {
        background: #f6f6f6;
        color: #202020; }

.div-utility {
  width: 200px;
  height: 58px; }
  @media (max-width: 1366px) {
    .div-utility {
      height: 50px; } }
  @media only screen and (max-width: 991px) {
    .div-utility {
      width: 115px; } }

.box-search.active input {
  width: 300px; }
.box-search.active .btn-search {
  background: #255888 !important; }
  .box-search.active .btn-search .img-dark {
    display: none; }
  .box-search.active .btn-search .img-light {
    display: none; }
  .box-search.active .btn-search .img-differ {
    display: block; }

.dot-head-bot {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .dot-head-bot {
      display: block; }
      .dot-head-bot > span {
        margin-right: 12px;
        width: 12px;
        height: 12px;
        display: inline-block;
        background: transparent;
        opacity: 1;
        border-radius: 50%;
        border: 2px solid #606060;
        position: relative;
        outline: none; }
        .dot-head-bot > span.swiper-pagination-bullet-active:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 4px;
          height: 4px;
          border-radius: 100%;
          background: #606060; } }

.head-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 17px 0;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .head-bot {
      position: relative;
      background: #fff;
      padding: 15px 0 54px; }
      .head-bot .container-headtop {
        padding: 0 5px; } }
  .head-bot .swiper-utility a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    border-right: 1px solid #606060; }
    .head-bot .swiper-utility a img {
      margin: 0 auto 18px;
      height: 50px; }
    .head-bot .swiper-utility a .name-utility {
      font-weight: 500;
      color: #fff;
      font-size: 16px;
      min-height: 38px;
      margin-bottom: 0; }
      @media only screen and (max-width: 576px) {
        .head-bot .swiper-utility a .name-utility {
          font-size: 13px;
          line-height: 17px; } }
    @media only screen and (max-width: 767px) {
      .head-bot .swiper-utility a {
        border: none;
        box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        margin: 15px 10px;
        padding: 21px 10px; }
        .head-bot .swiper-utility a .name-utility {
          color: #606060; }
        .head-bot .swiper-utility a img {
          margin-bottom: 10px; }
        .head-bot .swiper-utility a:hover .name-utility {
          color: #255888; } }
  .head-bot .swiper-utility .swiper-button-prev, .head-bot .swiper-utility .swiper-container-rtl .swiper-button-next {
    left: 0;
    outline: none;
    background-image: url("../img/icon-angle-left.svg"); }
    @media only screen and (max-width: 1199px) {
      .head-bot .swiper-utility .swiper-button-prev, .head-bot .swiper-utility .swiper-container-rtl .swiper-button-next {
        display: none; } }
  .head-bot .swiper-utility .swiper-button-prev:hover, .head-bot .swiper-utility .swiper-container-rtl .swiper-button-next:hover {
    left: 0;
    outline: none;
    background-image: url("../img/icon-angle-leftx.svg"); }
  .head-bot .swiper-utility .swiper-button-next, .head-bot .swiper-utility .swiper-container-rtl .swiper-button-prev {
    right: 0;
    outline: none;
    background-image: url("../img/icon-angle-rightx.svg"); }
    @media only screen and (max-width: 1199px) {
      .head-bot .swiper-utility .swiper-button-next, .head-bot .swiper-utility .swiper-container-rtl .swiper-button-prev {
        display: none; } }
  .head-bot .swiper-utility .swiper-button-next:hover, .head-bot .swiper-utility .swiper-container-rtl .swiper-button-prev:hover {
    right: 0;
    outline: none;
    background-image: url("../img/icon-angle-right.svg"); }

.banner-category {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .banner-category > img {
      height: 200px;
      object-fit: cover; } }
  .banner-category h2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 16px);
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    max-width: 1180px; }
    @media (max-width: 1366px) {
      .banner-category h2 {
        top: calc(50% + 14px); } }
    @media only screen and (max-width: 991px) {
      .banner-category h2 {
        font-size: 22px;
        line-height: 27px; } }
  .banner-category .bread-crumb {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1210px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    .banner-category .bread-crumb div {
      background: #255888;
      box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.15);
      border-radius: 5px; }
    .banner-category .bread-crumb ul li {
      float: left;
      position: relative;
      /*&:nth-child(n+2):after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 70%;
          background: #fff;
      }*/ }
      .banner-category .bread-crumb ul li:first-child {
        border-right: 1px solid #fff; }
        .banner-category .bread-crumb ul li:first-child a img {
          margin-left: 0; }
        .banner-category .bread-crumb ul li:first-child:after {
          content: none; }
      .banner-category .bread-crumb ul li:after {
        position: absolute;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        color: #fff;
        font-size: 18px; }
      .banner-category .bread-crumb ul li:last-child:after {
        display: none; }
      .banner-category .bread-crumb ul li a {
        display: flex;
        padding: 15px 35px;
        color: #fff;
        font-size: 16px;
        line-height: 20px; }
        @media only screen and (max-width: 767px) {
          .banner-category .bread-crumb ul li a {
            padding: 15px 15px; } }
        .banner-category .bread-crumb ul li a:hover {
          text-decoration: underline; }
        .banner-category .bread-crumb ul li a img {
          margin-left: 22px; }

.modal-vsd {
  align-items: center; }
  .modal-vsd.show {
    display: flex !important; }
  .modal-vsd .modal-dialog {
    max-width: 720px;
    width: 100%; }
  .modal-vsd .modal-content {
    background-color: unset; }
  .modal-vsd#popupSearchPortal .modal-dialog {
    max-width: 800px; }

.mdl-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(269.6deg, rgba(28, 48, 95, 0.95) 0.34%, #0779BD 103.54%);
  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
  overflow: hidden; }
  .mdl-head h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF; }
  .mdl-head .btn-close {
    border: none;
    background: none;
    outline: none; }
    .mdl-head .btn-close:focus {
      outline: none; }

.mdl-body {
  background: #fff;
  padding: 30px 40px 20px;
  border-radius: 0 0 8px 8px; }

.mdl-bot {
  background: #fff;
  padding: 20px 40px;
  text-align: right;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .mdl-bot .btn-set-again {
    background: #255888;
    border-radius: 5px;
    padding: 6px 32px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none; }
    .mdl-bot .btn-set-again:hover {
      background: #3b79b3; }

.form-search {
  position: relative;
  margin-bottom: 20px; }
  .form-search input {
    width: 100%;
    padding: 16px 45px 16px 12px;
    border: none;
    border-bottom: 1px solid #999;
    outline: none;
    font-size: 24px;
    line-height: 29px; }
    .form-search input:focus {
      outline: none; }
    .form-search input::-webkit-input-placeholder {
      /* Edge */
      font-size: 24px;
      line-height: 29px;
      color: #B2B2B2;
      font-style: italic; }
    .form-search input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-size: 24px;
      line-height: 29px;
      color: #B2B2B2;
      font-style: italic; }
    .form-search input::placeholder {
      font-size: 24px;
      line-height: 29px;
      color: #B2B2B2;
      font-style: italic; }
  .form-search .btn-search-pp {
    background: #255888;
    border-radius: 48px;
    border: none;
    padding: 12px 9px 12px 9px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none; }
    .form-search .btn-search-pp:hover {
      background: #3b79b3; }
    .form-search .btn-search-pp:focus {
      outline: none; }

.filed-pp {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .filed-pp label {
    width: 110px;
    margin-right: 17px;
    font-size: 16px;
    line-height: 19px;
    color: #101010;
    margin-bottom: 0; }
  .filed-pp input, .filed-pp select {
    width: calc(100% - 123px);
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
    padding: 10px 10px;
    border: none;
    border-bottom: 1px solid #999999;
    outline: none; }
    .filed-pp input:focus, .filed-pp select:focus {
      outline: none; }
  .filed-pp input.has-cacular {
    background: url("../img/icon-cacular.svg") no-repeat center right; }
  .filed-pp select {
    -webkit-appearance: none;
    background: url("../img/icon-sl-pp.svg") no-repeat center right 5px; }

.pd-15 {
  padding: 0 15px; }

.ip-pp[type="radio"]:checked,
.ip-pp[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.ip-pp[type="radio"]:checked + label,
.ip-pp[type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #255888;
  min-width: 108px;
  height: 30px;
  border: 2px solid #255888;
  border-radius: 37px;
  background: #FFFFFF;
  padding: 2px 9px 2px 32px; }

.flex-sl-group {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.ip-pp[type="radio"]:checked + label {
  background: linear-gradient(272.85deg, rgba(28, 48, 95, 0.95) -148.34%, #0779BD 103.13%);
  color: #fff; }

.ip-pp[type="radio"]:checked + label:before,
.ip-pp[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #255888;
  border-radius: 100%;
  background: #fff; }

.ip-pp[type="radio"]:checked + label:before {
  border: 1px solid #fff;
  background: #255888; }

.ip-pp[type="radio"]:checked + label:after,
.ip-pp[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  border: 1px solid #fff;
  top: 9px;
  left: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.ip-pp[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.ip-pp[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-utility.swiper-container {
  border-right: 1px solid transparent;
  margin: 0; }

.sub-banner2 {
  position: absolute;
  top: calc((100% - 150px)/2);
  left: 33%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center; }
  .sub-banner2 h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-right: 8px; }
  .sub-banner2 div div {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px; }
  .sub-banner2 div div:first-child {
    margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .header .head-top .block-search .line-space {
    background: #202020; } }

.show-menu {
  display: none;
  outline: none;
  padding: 0; }
  .show-menu:focus {
    outline: none; }
  @media only screen and (max-width: 767px) {
    .show-menu {
      display: block;
      background: none;
      border: none;
      position: absolute;
      right: 15px;
      top: 16px; }
      .show-menu span {
        display: block;
        background: #303030;
        height: 3px;
        width: 20px;
        margin-bottom: 4px;
        transition: all 0.3s; }
        .show-menu span:last-child {
          margin-bottom: 0; }
      .show-menu.active span:nth-child(1) {
        transform: translateY(8px) translateX(0) rotate(45deg);
        transition: all 0.3s; }
      .show-menu.active span:nth-child(2) {
        opacity: 0;
        transition: all 0.3s; }
      .show-menu.active span:nth-child(3) {
        transform: translateY(-6px) translateX(0) rotate(-46deg);
        transition: all 0.3s; } }

@media only screen and (max-width: 767px) {
  .container-headtop {
    position: relative; } }

.block-menuchild {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }

.container-menu {
  max-width: 1070px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.title-child {
  padding: 14px 12px;
  background: #f2f2f2; }
  .title-child h2 {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 0;
    color: #303030; }
    .title-child h2 span {
      background: url(../img/icon-title-menu.svg) no-repeat top 1px left;
      padding-top: 5px; }

.menuchild {
  padding: 20px 0 16px;
  background: #fff; }
  .menuchild .item-menuchild h3 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #303030;
    font-weight: 700; }
    @media only screen and (max-width: 991px) {
      .menuchild .item-menuchild h3 {
        margin-bottom: 15px; } }
    .menuchild .item-menuchild h3 a {
      color: #101010; }
  .menuchild .item-menuchild ul li {
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .menuchild .item-menuchild ul li {
        margin-bottom: 10px; } }
    .menuchild .item-menuchild ul li a {
      font-size: 14px;
      line-height: 18px;
      color: #999999;
      transition: all 0.2s;
      overflow: hidden;
      position: relative;
      background: linear-gradient(to right, #1e75c7, #1e75c7 50%, #555 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 400ms ease; }
      .menuchild .item-menuchild ul li a:hover {
        color: #255888;
        /*transition: all 0.2s;*/
        /*letter-spacing: 0.05em;*/
        background-position: 0 100%; }
  .menuchild .item-menuchild.active h3 {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 14px; }
    .menuchild .item-menuchild.active h3 a {
      font-size: 14px;
      line-height: 18px;
      color: #999999;
      transition: all 0.2s;
      overflow: hidden;
      position: relative;
      background: linear-gradient(to right, #217ace, #1e75c7 50%, #555 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 400ms ease; }
      .menuchild .item-menuchild.active h3 a:hover {
        color: #255888;
        /*transition: all 0.2s;*/
        /*letter-spacing: 0.05em;*/
        background-position: 0 100%; }

.hot-news {
  padding: 20px 0 1px; }
  @media only screen and (max-width: 576px) {
    .hot-news {
      padding: 0; } }
  .hot-news .txt-hotnews {
    background: #D56363;
    border-radius: 3px;
    padding: 8px 12px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase; }
  .hot-news .list-hotnews {
    margin: 0 -10px; }
    .hot-news .list-hotnews li {
      float: left;
      width: 20%;
      padding: 0 10px;
      border-right: 1px solid #E0E0E0;
      margin-bottom: 15px; }
      .hot-news .list-hotnews li:last-child {
        border-right: none; }
      .hot-news .list-hotnews li span {
        font-size: 12px;
        line-height: 15px;
        color: #606060; }
      @media only screen and (max-width: 991px) {
        .hot-news .list-hotnews li {
          width: 33.3333%; }
          .hot-news .list-hotnews li:nth-child(3n+3) {
            border-right: none; } }
      @media only screen and (max-width: 767px) {
        .hot-news .list-hotnews li {
          width: 50%; }
          .hot-news .list-hotnews li:nth-child(3n+3) {
            border-right: 1px solid #E0E0E0; }
          .hot-news .list-hotnews li:nth-child(2n+2) {
            border-right: none; } }
      @media only screen and (max-width: 576px) {
        .hot-news .list-hotnews li {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #e0e0e0; }
          .hot-news .list-hotnews li:nth-child(2n+2) {
            border-right: none; }
          .hot-news .list-hotnews li:nth-child(3n+3) {
            border-right: none; }
          .hot-news .list-hotnews li:last-child {
            border-bottom: none; } }
    .hot-news .list-hotnews h3 {
      font-size: 18px;
      line-height: 23px; }
      .hot-news .list-hotnews h3 a {
        display: block;
        overflow: hidden;
        -webkit-box-orient: vertical;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        white-space: pre-wrap;
        color: #101010; }
        .hot-news .list-hotnews h3 a:hover {
          color: #255888; }
      @media only screen and (max-width: 767px) {
        .hot-news .list-hotnews h3 {
          font-size: 16px;
          line-height: 19px; } }
      @media only screen and (max-width: 576px) {
        .hot-news .list-hotnews h3 {
          font-size: 14px;
          line-height: 18px; } }

.block-news {
  background: #f3f3f3;
  padding: 40px 0 29px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .block-news {
      padding: 20px 0 20px; } }
  @media only screen and (max-width: 576px) {
    .block-news {
      padding: 15px 0 15px; } }

.title-blue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 13px; }
  @media only screen and (max-width: 576px) {
    .title-blue {
      margin-bottom: 13px; } }
  .title-blue h3 {
    margin: 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #255888; }
  @media only screen and (max-width: 767px) {
    .title-blue {
      display: block;
      text-align: center;
      border-bottom: none;
      padding-bottom: 0; }
      .title-blue h3 {
        font-size: 33px;
        line-height: 38px; }
      .title-blue a {
        display: none; }
      .title-blue .view-more {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .title-blue h3 {
      font-size: 22px;
      line-height: 25px; } }
  @media only screen and (max-width: 576px) {
    .title-blue h3 {
      font-size: 18px;
      line-height: 22px; } }

.view-more {
  color: #8C8C8C;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px; }
  .view-more:hover {
    color: #255888; }

.box-imgnews {
  position: relative;
  margin-bottom: 15px; }
  .box-imgnews:before {
    content: '';
    display: block;
    padding-bottom: 56.71%; }
  .box-imgnews .img-news {
    /*margin-bottom: 15px;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
    /*@include mobile-horizontal{
      margin-bottom: 0;
    }*/ }

.swiper-news-block {
  position: relative; }
  .swiper-news-block .dot-panigation {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .swiper-news-block .dot-panigation {
        bottom: -20px; } }
    .swiper-news-block .dot-panigation .swiper-pagination-bullet {
      outline: none;
      width: 7px;
      height: 7px;
      margin: 0 5px;
      background: #a3a3a3; }
    .swiper-news-block .dot-panigation .swiper-pagination-bullet-active {
      background: #303030;
      width: 10px;
      height: 10px; }

.sub-news {
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  white-space: pre-wrap; }

.list-marketnews {
  margin-bottom: 4px; }
  .list-marketnews li {
    padding-bottom: 13px;
    padding-right: 40px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 13px; }
    @media only screen and (max-width: 767px) {
      .list-marketnews li {
        padding-bottom: 13px; } }
    @media only screen and (max-width: 576px) {
      .list-marketnews li {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
    .list-marketnews li:last-child {
      border: none; }
    .list-marketnews li.marketnews {
      background: url("../img/icon-ghimnew.svg") no-repeat top right; }
    .list-marketnews li span {
      display: block;
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #606060; }
    .list-marketnews li h3 {
      margin: 0;
      font-size: 17px; }
      @media only screen and (max-width: 576px) {
        .list-marketnews li h3 {
          font-size: 14px; } }
      .list-marketnews li h3 a {
        display: block;
        overflow: hidden;
        -webkit-box-orient: vertical;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        white-space: pre-wrap;
        display: -webkit-box;
        color: #101010; }
        .list-marketnews li h3 a:hover {
          color: #255888; }

.btn-speak {
  border: 2px solid #255888;
  border-radius: 5px;
  padding: 4px 21px;
  color: #255888;
  vertical-align: middle;
  display: flex;
  align-items: center; }
  .btn-speak img {
    margin-right: 12px; }

.mb-26 {
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    .mb-26 {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 576px) {
    .mb-26 {
      margin-bottom: 25px; } }

.list-derivativenews li {
  float: left;
  width: 20%;
  padding: 0 30px;
  border-right: 1px solid #E0E0E0;
  margin-bottom: 15px;
  min-height: 105px; }
  @media only screen and (max-width: 991px) {
    .list-derivativenews li {
      padding: 0 15px;
      width: 33.3333%; }
      .list-derivativenews li:nth-child(3n+3) {
        border-right: none; } }
  @media only screen and (max-width: 767px) {
    .list-derivativenews li {
      width: 50%; }
      .list-derivativenews li:nth-child(3n+3) {
        border-right: 1px solid #e0e0e0; }
      .list-derivativenews li:nth-child(2n+2) {
        border-right: none; } }
  @media only screen and (max-width: 576px) {
    .list-derivativenews li {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
      min-height: auto; }
      .list-derivativenews li:nth-child(3n+3) {
        border-right: none; }
      .list-derivativenews li h3 {
        padding-bottom: 10px; } }
  .list-derivativenews li.derivativenews {
    background: url("../img/icon-ghimnew.svg") no-repeat top right; }
    @media only screen and (max-width: 991px) {
      .list-derivativenews li.derivativenews {
        background-size: 29px; } }
  .list-derivativenews li:last-child {
    border-right: none; }
  .list-derivativenews li span {
    font-size: 12px;
    line-height: 15px;
    color: #606060; }
.list-derivativenews h3 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0; }
  @media only screen and (max-width: 576px) {
    .list-derivativenews h3 {
      font-size: 14px; } }
  .list-derivativenews h3 a {
    display: block;
    color: #101010;
    /*overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;*/
    /*display: -webkit-box;*/
    /*white-space: pre-wrap;*/ }
    .list-derivativenews h3 a:hover {
      color: #255888; }

.swiper-news a {
  color: #101010; }

.swiper-news a:hover {
  color: #255888; }

.link-main {
  color: #2D82C0;
  text-decoration: underline; }
  .link-main:hover {
    color: #255888; }

.table-portal .link-main {
  color: #2D82C0;
  text-decoration: underline; }
  .table-portal .link-main:hover {
    color: #255888; }

.link-tttp {
  text-align: center;
  display: block;
  margin-top: 13px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .link-tttp {
      height: 50px; } }
  .link-tttp span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    z-index: 7;
    width: 100%; }
  .link-tttp img {
    transition: all 0.3s; }
  .link-tttp:hover {
    color: #fff; }
    .link-tttp:hover img {
      transform: scale(1.1);
      transition: all 0.3s; }

.link-black {
  color: #101010; }
  .link-black:hover {
    color: #255888; }

.research {
  padding: 17px 0 30px;
  background: #F3F3F3; }
  .research .box-research {
    background: url("../img/bg-research.png") no-repeat center center;
    background-size: cover;
    padding: 20px 0;
    color: #fff;
    text-align: center; }
    .research .box-research .title-research {
      font-weight: 500;
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 17px; }
    .research .box-research .link-research {
      display: inline-block;
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      border: 2px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 10px;
      color: #fff;
      padding: 8px 27px;
      transition: all 0.3s; }
      .research .box-research .link-research:hover {
        background: #fff;
        color: #255888;
        transition: all 0.3s; }

.box-service {
  display: block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative; }
  .box-service .name-service {
    padding: 58px 15px 40px;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #255888;
    text-align: center;
    height: 158px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .box-service .name-service {
        padding: 45px 15px 25px;
        font-size: 20px; } }
    @media only screen and (max-width: 576px) {
      .box-service .name-service {
        font-size: 18px;
        line-height: 21px;
        padding: 45px 15px 20px; } }
  .box-service .box-sub-services {
    position: absolute;
    bottom: -243px;
    left: 0;
    width: 100%;
    transition: all 0.4s;
    padding: 16px 19px 40px;
    z-index: 98;
    background: #097DBA;
    border-radius: 0px 0px 10px 10px;
    height: 234px; }
    .box-service .box-sub-services .title-sub-services {
      font-weight: 500;
      font-size: 21px;
      line-height: 25px;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 15px; }
    .box-service .box-sub-services .txt-sub-services {
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF; }
  .box-service:hover .box-sub-services {
    bottom: 0px;
    transition: all 0.4s; }
  .box-service:hover .box-imgservice > img {
    transition: 0.3s; }

.service {
  padding: 40px 0 40px; }
  .service .swiper-pagination {
    display: none; }
  @media only screen and (max-width: 991px) {
    .service {
      padding: 25px 0 25px; } }
  @media only screen and (max-width: 767px) {
    .service {
      padding: 30px 0; } }
  @media only screen and (max-width: 576px) {
    .service {
      padding: 20px 0; } }

.title-service {
  font-weight: 500;
  font-size: 31px;
  line-height: 36px;
  color: #101010;
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .title-service {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 767px) {
    .title-service {
      font-size: 21px;
      line-height: 25px;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 576px) {
    .title-service {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 15px; } }

.box-imgservice {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0; }
  .box-imgservice:before {
    content: '';
    display: block;
    padding-bottom: 66.6667%; }
  .box-imgservice > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s; }

.img-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  z-index: 1; }
  .img-icon img {
    max-width: 49px; }
    @media only screen and (max-width: 991px) {
      .img-icon img {
        width: 80px; } }
    @media only screen and (max-width: 767px) {
      .img-icon img {
        width: 70px; } }

.bg-services-1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0; }

.swiper-service-block {
  position: relative; }

.img-dark {
  display: inline-block; }

.img-light {
  display: none; }

.img-differ {
  display: none; }

.navleft-service, .navleft-servicex, .navleft-servicexx {
  cursor: pointer;
  position: absolute;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  outline: none; }
  @media only screen and (max-width: 1199px) {
    .navleft-service, .navleft-servicex, .navleft-servicexx {
      display: none; } }
  .navleft-service:hover .img-dark, .navleft-servicex:hover .img-dark, .navleft-servicexx:hover .img-dark {
    display: none; }
  .navleft-service:hover .img-light, .navleft-servicex:hover .img-light, .navleft-servicexx:hover .img-light {
    display: inline-block; }

.navright-service, .navright-servicex, .navright-servicexx {
  outline: none;
  cursor: pointer;
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }
  @media only screen and (max-width: 1199px) {
    .navright-service, .navright-servicex, .navright-servicexx {
      display: none; } }
  .navright-service:hover .img-dark, .navright-servicex:hover .img-dark, .navright-servicexx:hover .img-dark {
    display: none; }
  .navright-service:hover .img-light, .navright-servicex:hover .img-light, .navright-servicexx:hover .img-light {
    display: inline-block; }

@media (max-width: 1280px) {
  .navleft-service {
    left: -33px; } }

@media (max-width: 1280px) {
  .navright-service {
    right: -33px; } }

@media (max-width: 1280px) {
  .navleft-servicex {
    left: -46px; } }

@media (max-width: 1280px) {
  .navright-servicex {
    right: -46px; } }

.swiper-service {
  margin-bottom: 40px; }
  .swiper-service .swiper-slide {
    padding: 0 5px; }
  .swiper-service .swiper-button-prev, .swiper-service .swiper-container-rtl .swiper-button-next {
    left: 0;
    outline: none;
    background-image: url("../img/icon-angle-left.svg"); }
  .swiper-service .swiper-button-prev:hover, .swiper-service .swiper-container-rtl .swiper-button-next:hover {
    left: 0;
    outline: none;
    background-image: url("../img/icon-angle-leftx.svg"); }
  .swiper-service .swiper-button-next, .swiper-service .swiper-container-rtl .swiper-button-prev {
    right: 0;
    outline: none;
    background-image: url("../img/icon-angle-rightx.svg"); }
  .swiper-service .swiper-button-next:hover, .swiper-service .swiper-container-rtl .swiper-button-prev:hover {
    right: 0;
    outline: none;
    background-image: url("../img/icon-angle-right.svg"); }

.tabs-exercise.nav-tabs {
  border-bottom: none; }
.tabs-exercise .nav-link {
  border: none;
  color: #555;
  padding: 0 0 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: relative; }
  .tabs-exercise .nav-link:before {
    content: '';
    background: #C2C2C2;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 2px; }
  .tabs-exercise .nav-link:after {
    content: '';
    width: 15px;
    height: 10px;
    background: url("../img/icon-tabs-bg.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%); }
  .tabs-exercise .nav-link:hover {
    color: #255888; }
  .tabs-exercise .nav-link span {
    padding: 0 7px; }
  @media only screen and (max-width: 767px) {
    .tabs-exercise .nav-link {
      font-size: 20px;
      line-height: 24px;
      padding: 0 0 20px; } }
  @media only screen and (max-width: 576px) {
    .tabs-exercise .nav-link {
      font-size: 16px;
      line-height: 19px; } }
.tabs-exercise.tabs-exercise-small .nav-link {
  font-size: 14px;
  line-height: 17px;
  text-align: center; }
.tabs-exercise .nav-link.active {
  color: #255888;
  border-color: unset;
  background: transparent;
  padding: 0 0 24px; }
  .tabs-exercise .nav-link.active:before {
    content: '';
    background: #255888;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 2px; }
  .tabs-exercise .nav-link.active:after {
    content: '';
    width: 15px;
    height: 10px;
    background: url("../img/icon-tabs-bg-2.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .tabs-exercise .nav-link.active {
      padding: 0 0 15px; } }

.partner {
  padding: 32px 0 32px; }
  @media only screen and (max-width: 991px) {
    .partner {
      padding: 32px 0; } }
  @media only screen and (max-width: 767px) {
    .partner {
      padding: 25px 0; } }
  @media only screen and (max-width: 576px) {
    .partner {
      padding: 20px 0; } }

.swiper-partner .swiper-wrapper {
  align-items: center; }

.box-partner {
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-partner a {
    display: flex;
    width: 70%;
    text-align: center;
    height: 100%;
    margin: auto;
    align-items: center;
    justify-content: center; }
    .box-partner a img {
      height: 76px; }

.statistical {
  background: url("../img/bg-tk.png") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 40px 0 0;
  background-attachment: fixed; }

.bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #303030;
  opacity: 0.9; }

.title-statistical {
  font-weight: 500;
  font-size: 31px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (max-width: 991px) {
    .title-statistical {
      margin-bottom: 33px; } }
  @media only screen and (max-width: 767px) {
    .title-statistical {
      font-size: 21px;
      line-height: 24px; } }
  @media only screen and (max-width: 576px) {
    .title-statistical {
      font-size: 18px;
      line-height: 21px; } }

.item-statistical {
  margin-bottom: 43px; }

.block-statistical {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding: 18px 15px 10px; }
  @media only screen and (max-width: 576px) {
    .block-statistical {
      padding: 15px 15px 10px; } }
  .block-statistical .box-statistical {
    position: absolute;
    left: 15px;
    top: -20px;
    background: #303030;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 8px;
    width: 190px;
    min-height: 84px; }
    .block-statistical .box-statistical span {
      overflow: hidden;
      /*-webkit-box-orient: vertical;*/
      white-space: normal;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box; }
    @media only screen and (max-width: 767px) {
      .block-statistical .box-statistical {
        min-height: 70px;
        padding: 15px 10px; } }

.plus-btn {
  text-align: right;
  margin-bottom: 61px; }
  @media only screen and (max-width: 767px) {
    .plus-btn {
      margin-bottom: 40px; } }
  .plus-btn button {
    border: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #fff;
    transition: all 0.3s; }
    @media only screen and (max-width: 576px) {
      .plus-btn button {
        width: 35px;
        height: 35px; } }
    .plus-btn button:hover {
      background: rgba(255, 255, 255, 0.22);
      transition: all 0.3s; }

.number-statistical {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  text-align: right;
  color: #FFFFFF; }
  @media only screen and (max-width: 767px) {
    .number-statistical {
      font-size: 21px;
      line-height: 25px; } }
  @media only screen and (max-width: 576px) {
    .number-statistical {
      font-size: 18px;
      line-height: 21px; } }

.txt-time {
  margin-top: 22px;
  margin-bottom: 24px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .txt-time {
      margin-top: 15px;
      margin-bottom: 20px;
      font-size: 16px; } }

.swiper-service-tab a, .swiper-service-tab2 a {
  display: block;
  border: 2px solid #c2c2c2;
  border-radius: 10px;
  padding: 9px 0;
  text-align: center;
  transition: all 0.2s;
  height: 113px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .swiper-service-tab a .stuff, .swiper-service-tab2 a .stuff {
    font-size: 16px;
    line-height: 20px;
    color: #8C8C8C;
    margin-bottom: 3px; }
  .swiper-service-tab a .day-of-month, .swiper-service-tab2 a .day-of-month {
    font-size: 40.5px;
    line-height: 48px;
    color: #AFAFAF; }
    @media only screen and (max-width: 767px) {
      .swiper-service-tab a .day-of-month, .swiper-service-tab2 a .day-of-month {
        font-size: 35.5px; } }
    @media only screen and (max-width: 576px) {
      .swiper-service-tab a .day-of-month, .swiper-service-tab2 a .day-of-month {
        font-size: 32px; } }
  .swiper-service-tab a:hover, .swiper-service-tab2 a:hover {
    background: #004282;
    transition: all 0.2s;
    border: 2px solid #004282; }
    .swiper-service-tab a:hover .stuff, .swiper-service-tab2 a:hover .stuff {
      color: #fff; }
    .swiper-service-tab a:hover .day-of-month, .swiper-service-tab2 a:hover .day-of-month {
      color: #fff; }
.swiper-service-tab .swiper-slide.current-today a, .swiper-service-tab2 .swiper-slide.current-today a {
  border: 2px solid #255888;
  position: relative; }
  .swiper-service-tab .swiper-slide.current-today a .stuff, .swiper-service-tab .swiper-slide.current-today a .day-of-month, .swiper-service-tab2 .swiper-slide.current-today a .stuff, .swiper-service-tab2 .swiper-slide.current-today a .day-of-month {
    color: #fff !important; }
  .swiper-service-tab .swiper-slide.current-today a:hover, .swiper-service-tab2 .swiper-slide.current-today a:hover {
    border: 2px solid #004282; }

.swiper-play {
  position: absolute;
  bottom: 165px;
  left: 53%;
  z-index: 10;
  transform: translateX(-50%);
  cursor: pointer; }
  @media (max-width: 1366px) {
    .swiper-play {
      left: calc(50% + 53px); } }
  @media only screen and (max-width: 767px) {
    .swiper-play {
      bottom: 10px; } }
  .swiper-play .icon-pause {
    display: block; }
  .swiper-play .icon-play {
    display: none; }
  .swiper-play.active .icon-pause {
    display: none; }
  .swiper-play.active .icon-play {
    display: block; }

.sub-banner {
  position: absolute;
  top: calc((100% - 150px)/2);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .sub-banner {
      top: 50%;
      width: 100%; } }
  .sub-banner h2 {
    font-weight: 500;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 17px; }
    @media only screen and (max-width: 767px) {
      .sub-banner h2 {
        font-size: 35px;
        line-height: 38px; } }
    @media only screen and (max-width: 576px) {
      .sub-banner h2 {
        font-size: 25px;
        line-height: 29px; } }
  .sub-banner div {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px; }
    @media only screen and (max-width: 767px) {
      .sub-banner div {
        font-size: 21px;
        line-height: 25px; } }
    @media only screen and (max-width: 576px) {
      .sub-banner div {
        font-size: 16px;
        line-height: 19px; } }

.content-category {
  font-size: 16px;
  line-height: 24px; }
  .content-category p, .content-category span {
    font-family: 'Helvetica Neue' !important;
    background: transparent !important;
    line-height: 24px; }
  .content-category img {
    margin: 15px 0;
    /*width: 100% !important;
    height: auto !important;*/ }
  .content-category table {
    background-color: transparent !important;
    font-family: 'Helvetica Neue' !important;
    font-size: 16px !important;
    width: 100% !important; }
    .content-category table tr td {
      background: transparent !important;
      /*border: 1px solid #ccc;*/
      /*border-style: solid;*/
      border-color: #000;
      /*padding: 7px 10px;*/ }
    .content-category table h5 {
      margin-bottom: 0; }
      .content-category table h5 strong {
        margin-bottom: 0;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 23px; }

.list-question-issuers table {
  background-color: transparent !important;
  font-family: 'Helvetica Neue' !important;
  font-size: 16px !important;
  width: 100% !important; }
  .list-question-issuers table tr td {
    background: transparent !important;
    border: 1px solid #ccc;
    padding: 7px 10px; }
  .list-question-issuers table h5 {
    margin-bottom: 0; }
    .list-question-issuers table h5 strong {
      margin-bottom: 0;
      font-size: 16px;
      margin-bottom: 0;
      line-height: 23px;
      margin-top: 0; }
  .list-question-issuers table strong {
    margin-bottom: 0;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 23px;
    margin-top: 0; }

.block-category {
  padding: 45px 0;
  min-height: calc(100vh - 230px);
  /*b {
      font-weight: 400;
  }*/ }
  @media (max-width: 1367px) {
    .block-category {
      min-height: calc(100vh - 168px); } }
  @media (max-width: 1280px) {
    .block-category {
      min-height: calc(100vh - 160px); } }
  .block-category p {
    margin-bottom: 10px;
    /*line-height: 24px;
    font-size: 16px;*/
    text-align: justify;
    line-height: 24px; }
    .block-category p span {
      /*background: transparent !important;*/
      font-family: 'Helvetica Neue' !important;
      text-align: justify !important;
      /*font-weight: 400 !important;*/
      line-height: 24px;
      color: #101010; }
      .block-category p span strong {
        /*display: block;*/
        /*margin-bottom: 5px;
        margin-top: 10px;*/
        /*&+br{
            display: none;
        }*/ }
  .block-category span {
    font-family: 'Helvetica Neue' !important;
    line-height: 24px;
    /*font-size: 16px;*/
    text-align: justify;
    color: #101010;
    /*.Normal__Char {
        font-size: 16px !important;
        line-height: 24px;
        color: #101010 !important;
    }*/ }
  .block-category > span {
    font-family: 'Helvetica Neue' !important;
    /*margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    display: block;*/
    text-align: justify; }
  .block-category table {
    width: 100% !important;
    margin-bottom: 15px;
    border-color:#000 !important;
  }
    .block-category table p {
      margin-bottom: 0; }

strong {
  font-family: 'Helvetica Neue' !important; }

.content-category span {
  /*strong {
      display: block;
      margin-bottom: 5px;
      margin-top: 10px;
      font-size: 16px;
  }*/ }

.title-category {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #303030;
  background: url(../img/stick-cate.svg) no-repeat left bottom;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  max-width: 66.6667%;
  /*white-space: pre-wrap;*/ }
  @media only screen and (max-width: 991px) {
    .title-category {
      font-size: 20px;
      line-height: 25px; } }
  .title-category img {
    margin-right: 12px; }
  .title-category span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-left: 5px; }

.sub-cate {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #303030;
  margin-bottom: 20px;
  white-space: pre-wrap; }

.list-cate li {
  padding-left: 31px;
  background: url("../img/icon-liststyle.svg") no-repeat left top 5px;
  margin-bottom: 10px;
  /*color: #404040;
  letter-spacing: 0.05em;*/
  line-height: 24px;
  font-size: 16px; }

.history-category {
  position: relative;
  margin-top: 40px; }
  .history-category .list-cate-history {
    margin: 0 25px 0 71px;
    /* width */ }
    .history-category .list-cate-history::-webkit-scrollbar {
      width: 6px;
      border-radius: 6px; }
    .history-category .list-cate-history::-webkit-scrollbar-track {
      background: transparent;
      border-radius: 6px; }
    .history-category .list-cate-history::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 6px; }
    .history-category .list-cate-history::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .history-category .list-cate-history .item-cate:after {
      content: '';
      display: table;
      clear: both; }
    .history-category .list-cate-history .item-cate .box-img {
      float: left;
      width: 40%;
      margin-right: 18px;
      position: relative; }
      .history-category .list-cate-history .item-cate .box-img:before {
        content: '';
        display: block;
        padding-bottom: 56.55%; }
      .history-category .list-cate-history .item-cate .box-img img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover; }
    .history-category .list-cate-history .item-cate .list-right {
      width: calc(60% - 18px);
      float: left;
      max-height: 245px;
      overflow-y: auto;
      padding-right: 10px;
      scrollbar-color: #999 transparent;
      scrollbar-width: thin;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .history-category .list-cate-history .item-cate .list-right::-webkit-scrollbar {
        width: 6px; }
      .history-category .list-cate-history .item-cate .list-right::-webkit-scrollbar-track {
        background: transparent; }
      .history-category .list-cate-history .item-cate .list-right::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
        -webkit-border-radius: 10px; }
      .history-category .list-cate-history .item-cate .list-right::-webkit-scrollbar-thumb:hover {
        background: #555; }
      .history-category .list-cate-history .item-cate .list-right li {
        /*color: #404040;*/
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px; }
  .history-category .swiper-pagination {
    position: absolute;
    top: 0;
    left: -75px;
    padding-top: 40px;
    padding-right: 40px;
    border-right: 1px solid #E0E0E0;
    height: 340px;
    overflow-y: auto;
    scrollbar-color: #999 transparent;
    scrollbar-width: thin;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media (max-width: 1366px) {
      .history-category .swiper-pagination {
        left: -37px; } }
    .history-category .swiper-pagination::-webkit-scrollbar {
      width: 6px; }
    .history-category .swiper-pagination::-webkit-scrollbar-track {
      background: transparent;
      -moz-border-radius: 10px; }
    .history-category .swiper-pagination::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 10px;
      -moz-border-radius: 10px; }
    .history-category .swiper-pagination::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .history-category .swiper-pagination::-webkit-scrollbar-track-piece, .history-category .swiper-pagination::-webkit-scrollbar-corner, .history-category .swiper-pagination::-webkit-resizer {
      border-radius: 10px;
      -moz-border-radius: 10px; }
    @media (max-width: 1280px) {
      .history-category .swiper-pagination {
        left: 0;
        padding-right: 15px; } }

.swiper-category-block .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  background: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  margin: 0;
  margin-bottom: 40px !important;
  opacity: 1;
  outline: none; }
  .swiper-category-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #255888; }
.swiper-category-block .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto; }

.history-category .swiper-category-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #255888 !important; }

.swiper-category-block {
  padding: 74px 0; }

.list-news {
  margin-bottom: 34px; }
  .list-news li {
    padding: 13px 20px;
    border-bottom: 1px solid #ddd; }
    .list-news li:first-child {
      padding-top: 0; }
    .list-news li h3 {
      margin-bottom: 6px;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400; }
      .list-news li h3 a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        color: #101010; }
        .list-news li h3 a:hover {
          color: #255888; }
    .list-news li .time-news {
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #606060; }

.box-news {
  padding: 18px 15px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc; }
  .box-news.box-news-pd {
    padding: 15px 8px;
    border: 1px solid #e0e0e0; }

.title-news {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #255888;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0; }

.list-childnews li {
  padding: 13px 0;
  border-bottom: 1px solid #e0e0e0; }
  .list-childnews li.has-sticknews {
    background: url("../img/icon-ghimnew.svg") no-repeat top -5px right; }
  .list-childnews li:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .list-childnews li h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0; }
    .list-childnews li h3 a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      white-space: pre-wrap;
      color: #101010; }

.time-childnews {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #606060;
  margin-bottom: 8px; }

.txt-bond {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #255888;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 50px; }
  .txt-bond:hover {
    color: #fff; }
  .txt-bond.bg-yellow {
    background: #FA9D17; }
  .txt-bond img {
    margin-right: 10px; }
  .txt-bond.bg-tttps {
    background: url("../img/bg-tttps.png") no-repeat center center;
    background-size: cover; }
  .txt-bond.bg-tttcs {
    background: url("../img/bg-tttcs.png") no-repeat center center;
    background-size: cover; }

.block-category .list-statistical li .txt-right {
  color: #255888 !important; }
  .block-category .list-statistical li .txt-right span {
    color: #255888 !important; }

.list-statistical li {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .list-statistical li:last-child {
    border-bottom: none;
    padding-bottom: 12px; }
  .list-statistical li .txt-left a {
    color: #101010; }
    .list-statistical li .txt-left a:hover {
      color: #FA9D17; }
  .list-statistical li .txt-right {
    color: #255888 !important;
    text-align: right;
    font-weight: 700; }

.timepicker-picker {
  height: 240px;
  margin: 0 80px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center; }

.calendar {
  cursor: pointer; }

.timepicker-picker table td {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.bootstrap-datetimepicker-widget table td.separator {
  width: 1px;
  height: 1px;
  line-height: 1px; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .glyphicon-chevron-up,
.bootstrap-datetimepicker-widget .glyphicon-chevron-down {
  width: 20px;
  height: 15px;
  line-height: 1; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: none; }

/* --o-- */
.time-newstcph {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #606060;
  margin-bottom: 20px; }

.item-info {
  font-weight: 400;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 21px; }

.link-cate {
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }
  .link-cate ul {
    text-align: right; }
    .link-cate ul li {
      display: inline-block;
      margin-right: 15px; }
      .link-cate ul li a img {
        transition: all 0.3s; }
      .link-cate ul li a:hover img {
        transform: scale(1.1); }

.list-question {
  margin-bottom: 20px; }
  .list-question li {
    margin-bottom: 10px; }
    .list-question li a {
      /*font-weight: 300;*/
      font-size: 16px;
      line-height: 24px;
      /*color: #999;*/ }
      .list-question li a:hover {
        color: #255888; }

.pd-lr-23 {
  padding-left: 23px !important;
  padding-right: 23px !important; }

.nav-tabs-issuers {
  border-bottom: none;
  padding: 0 50px;
  margin-bottom: 40px; }
  .nav-tabs-issuers.mb-30 {
    margin-bottom: 30px; }
  .nav-tabs-issuers.mb-10 {
    margin-bottom: 10px; }
  .nav-tabs-issuers.nav {
    justify-content: center; }
  .nav-tabs-issuers .nav-link {
    color: #555;
    border: 1px solid #AFAFAF;
    border-right: 1px solid transparent;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    padding: 16px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-tabs-issuers .nav-link.active {
      color: #fff;
      background: #255888;
      border: 1px solid #255888;
      position: relative; }
      .nav-tabs-issuers .nav-link.active:after {
        content: '';
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        background: #FA9D17;
        height: 2px;
        border-radius: 5px 5px 0 0; }
    .nav-tabs-issuers .nav-link:hover {
      background: #255888;
      color: #fff;
      border: 1px solid #255888; }
  .nav-tabs-issuers.nav-tabs-custom .nav-link {
    padding: 10px 0; }
  .nav-tabs-issuers .nav-item {
    width: 33.3333%; }
    .nav-tabs-issuers .nav-item:last-child .nav-link {
      border-right: 1px solid #afafaf;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .nav-tabs-issuers .nav-item:first-child .nav-link {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
  .nav-tabs-issuers.nav-tabs-statistical {
    padding: 0;
    display: flex;
    flex-wrap: nowrap; }
    .nav-tabs-issuers.nav-tabs-statistical .nav-item {
      width: 100%; }
    .nav-tabs-issuers.nav-tabs-statistical .nav-link {
      padding: 10px 10px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }

.news-issuers {
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 16px; }
  .news-issuers strong {
    /*margin-bottom: 15px;*/
    /*font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #101010;*/
    /*display: block;*/
    /*margin-top: 15px;*/
    /*+ br{
      display: none;
    }*/
    /*span{
        font-weight: 400;
    }*/ }

.title-news-issuers {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #101010; }

.title-small {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px; }

.list-question-issuers li a:hover {
  color: #255888; }
.list-question-issuers p {
  margin-bottom: 10px; }

.item-row {
  margin-bottom: 7px; }
  .item-row .item-search {
    display: flex;
    align-items: center; }
    .item-row .item-search .lbl-search {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      width: 137px;
      margin-right: 25px;
      margin-bottom: 0; }
    .item-row .item-search select {
      width: calc(100% - 150px);
      border: none;
      border-bottom: 1px solid #999;
      padding: 10px 20px 10px 0;
      font-weight: 300;
      color: #999;
      outline: none;
      background: transparent;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: url(../img/icon-sl-pp.svg) no-repeat center right 5px;
      color: #101010;
      font-weight: 400; }
    .item-row .item-search input {
      width: calc(100% - 150px);
      border: none;
      border-bottom: 1px solid #999;
      padding: 10px 20px 10px 0;
      font-weight: 400;
      color: #101010;
      outline: none;
      background: transparent; }

.btn-sl-search {
  background: #255888;
  padding: 14px 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  border: none;
  transition: all 0.2s;
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .btn-sl-search:hover {
    background: #336ca2;
    transition: all 0.2s; }
  @media only screen and (max-width: 767px) {
    .btn-sl-search {
      margin-top: 10px;
      border-radius: 5px;
      height: 45px; } }

.box-search-article {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px; }

.table-portal {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  /*a{
      color: #101010;
  }*/ }
  @media only screen and (max-width: 767px) {
    .table-portal {
      overflow-x: auto; } }
  .table-portal table {
    width: 100%;
    border: none; }
    @media only screen and (max-width: 767px) {
      .table-portal table {
        width: 1000px !important; } }
    .table-portal table thead tr {
      background: #f1f1f1; }
      .table-portal table thead tr th {
        padding: 15px 10px;
        font-weight: 700;
        color: #303030;
        border: 1px solid #c7c7c7;
        border-top: none; }
        @media (max-width: 1366px) {
          .table-portal table thead tr th {
            padding: 10px 10px; } }
        .table-portal table thead tr th:first-child {
          border-left: none;
          min-width: 50px; }
        .table-portal table thead tr th:last-child {
          border-right: none; }
    .table-portal table tbody tr:nth-child(even) {
      background: rgba(2, 124, 194, 0.05); }
    .table-portal table tbody tr td {
      border: 1px solid #c7c7c7;
      padding: 15px 10px;
      word-break: break-word; }
      @media (max-width: 1366px) {
        .table-portal table tbody tr td {
          padding: 10px 10px; } }
      .table-portal table tbody tr td a:hover {
        color: #255888; }
      .table-portal table tbody tr td:first-child {
        border-left: none; }
      .table-portal table tbody tr td:last-child {
        border-right: none; }
    .table-portal table tbody tr:last-child td {
      border-bottom: none; }

.table-portal.table-carbon-deposit-balance {
  overflow-x: auto; }
  .table-portal.table-carbon-deposit-balance table {
    min-width: 1180px; }
  .table-portal.table-carbon-deposit-balance tbody tr td {
    white-space: nowrap;
    word-break: normal; }

.calendar {
  width: 100%;
  background: #fff;
  border-radius: 4px; }

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #f26a63;
  margin-bottom: 10px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px; }

.ui-datepicker-prev {
  float: left;
  margin-left: 12px; }

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px; }

.ui-datepicker-next {
  float: right;
  margin-right: 12px; }

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px; }

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #255888;
  border-bottom: 2px solid #255888; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-calendar {
  width: 100%;
  text-align: center; }

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 36px;
  color: #FA9D17;
  margin-bottom: 5px; }

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 20px;
  font-size: 16px;
  padding: 8px; }

.ui-state-default:hover {
  background: #255888;
  color: #fff;
  border-radius: 5px; }

.ui-state-highlight {
  color: #255888;
  font-weight: bold; }

.ui-state-active {
  background: #255888;
  color: #fff;
  border-radius: 5px; }

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid #808080; }

.ui-datepicker-title {
  color: #255888; }

.ui-datepicker-title .ui-datepicker-month {
  color: #255888;
  font-weight: 500; }

#divCalendar_FillData {
  font-size: 16px;
  line-height: 19px; }

.hv-calendar {
  display: block;
  padding: 12px 8px;
  border-radius: 5px;
  color: #101010;
  border: 2px solid transparent; }
  .hv-calendar:hover {
    border: 2px solid #255888; }

.tabs-article {
  border-bottom: none; }
  .tabs-article .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 5px 7px;
    font-weight: 700;
    color: #999; }
    .tabs-article .nav-link.active {
      border-bottom: 2px solid #255888;
      color: #255888; }
      .tabs-article .nav-link.active:hover {
        border-bottom: 2px solid #255888; }
    .tabs-article .nav-link:hover {
      border: none;
      color: #255888;
      cursor: pointer; }

.line-hr {
  width: 100%;
  height: 1px;
  background: #999999;
  margin-bottom: 30px; }

.item-bookform {
  margin-bottom: 30px; }
  .item-bookform a {
    position: relative;
    display: block; }
    .item-bookform a:before {
      content: '';
      display: block;
      padding-bottom: 84.65%; }
    .item-bookform a img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      /*object-fit: cover;*/ }

.table-portalx table {
  /*border: 1px solid #ccc;*/
  border-style: solid;
  border-color: #ccc; }
  .table-portalx table th {
    padding: 7px 10px; }

.box-book-form {
  /*max-height: 400px;
overflow-y: auto;
overflow-x: hidden;*/
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .box-book-form::-webkit-scrollbar {
    width: 5px; }
  .box-book-form::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .box-book-form::-webkit-scrollbar-thumb {
    background: #2E5887; }
  .box-book-form::-webkit-scrollbar-thumb:hover {
    background: #2E5887; }

.title-juridical {
  border-bottom: 2px solid #255887;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #255887;
  border-bottom: 2px solid #255887;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: pre-wrap; }
  .title-juridical a {
    color: #101010; }
  .title-juridical.link {
    margin-bottom: 30px; }

.title-table-statistical {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-wrap; }

.gallery-thumbs .swiper-slide, .gallery-thumbs2 .swiper-slide {
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px; }
  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active, .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
    color: #255888; }

.gallery-thumbs-wrap .navleft-service {
  left: 0; }
.gallery-thumbs-wrap .navright-service {
  right: 0; }

.gallery-thumbs-wrap {
  margin-bottom: 40px; }

.gallery-thumbs .swiper-slide.active a {
  color: #255888; }

.box-voting > a {
  display: block; }
.box-voting .link-voting {
  color: #000;
  text-decoration: underline;
  margin-bottom: 15px; }
  .box-voting .link-voting:hover {
    text-decoration: none;
    color: #255888; }
.box-voting .link-imgvote {
  position: relative; }
  .box-voting .link-imgvote span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    color: #fff; }
  .box-voting .link-imgvote:hover span {
    text-decoration: underline; }

.list-services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 41px -33px 0; }
  .list-services .item-list-services {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 33px;
    margin-bottom: 40px; }
    .list-services .item-list-services .box-service {
      overflow: hidden;
      background: #fff; }

.list-news-vsd li {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0; }
  .list-news-vsd li .name-list-news a {
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    white-space: pre-wrap;
    color: #101010; }
  .list-news-vsd li .link-list-news {
    display: block;
    width: 157px;
    position: relative;
    margin-right: 15px;
    overflow: hidden; }
    .list-news-vsd li .link-list-news:before {
      content: '';
      display: block;
      padding-bottom: 56.67%; }
    .list-news-vsd li .link-list-news img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover;
      width: 100%;
      transition: all 0.3s; }
    .list-news-vsd li .link-list-news:hover img {
      transition: all 0.3s;
      transform: scale(1.1); }
  .list-news-vsd li .title-news-right {
    width: calc(100% - 190px); }
    .list-news-vsd li .title-news-right .name-list-news {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 8px;
      font-weight: 400; }
      .list-news-vsd li .title-news-right .name-list-news a:hover {
        color: #255888; }
    .list-news-vsd li .title-news-right .time-news {
      font-weight: 300;
      font-size: 11px;
      line-height: 13px;
      color: #606060; }

.box-development {
  margin-bottom: 30px; }
  .box-development iframe {
    width: 100% !important;
    margin-bottom: 15px;
    height: 274px !important; }
  .box-development h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 6px; }
  .box-development .time-development {
    font-size: 11px;
    line-height: 13px;
    color: #606060;
    font-style: italic; }

.block-developement {
  margin-top: 40px;
  margin-bottom: 20px; }

.line-hr-cate {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-bottom: 28px; }

.item-annual-report {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item-annual-report:last-child {
    border-bottom: none; }

.block-annual-report {
  margin-top: 39px; }

.box-annual-report {
  padding-bottom: 25px;
  margin-bottom: 40px;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  border-bottom: 1px solid #D8D8D8;
    /*&:nth-child(3n+2) {
        .img-annual-report {
            margin: 0 auto;
        }

        h3 {
            text-align: center;
        }
    }

    &:nth-child(3n+3) {
        .img-annual-report {
            margin: 0 0 0 auto;
        }

        h3 {
            text-align: center;
        }
    }*/ }
  .box-annual-report a img {
    width: 100%; }
  .box-annual-report .img-annual-report {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.15);
    width: 296px;
    margin: 0 auto; }
    .box-annual-report .img-annual-report:before {
      content: '';
      display: block;
      padding-bottom: 136%; }
    .box-annual-report .img-annual-report img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
    .box-annual-report .img-annual-report:hover img {
      transition: all 0.3s;
      transform: scale(1.1); }
  .box-annual-report h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    text-align: center; }
    .box-annual-report h3 a {
      display: block;
      color: #000000;
      padding: 15px; }
      .box-annual-report h3 a:hover {
        color: #255888; }

.question-lv1 .title-question-lv1 {
  cursor: pointer;
  padding-left: 42px;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  text-align: justify;
  color: #101010;
  background: url("../img/icon-qs-faq.svg") no-repeat top left;
  margin-bottom: 20px;
  background-size: 25px;
  padding-top: 1px;
  padding-bottom: 1px; }
  .question-lv1 .title-question-lv1:hover {
    color: #255888; }
  .question-lv1 .title-question-lv1.active {
    color: #255888; }
.question-lv1 .question-lv2 {
  display: block;
  padding-left: 42px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 23px;
  text-align: justify; }
  .question-lv1 .question-lv2 p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: justify; }
.question-lv1 .txt-answer {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 15px;
  text-decoration: underline; }

.tabs-faq {
  border-bottom: none;
  margin-bottom: 60px;
  flex-wrap: nowrap;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .tabs-faq {
      flex-wrap: wrap; } }
  .tabs-faq .nav-item {
    width: 100%;
    /*margin-right: 68px;*/
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .tabs-faq .nav-item {
        width: 50%;
        margin-right: 0; } }
    .tabs-faq .nav-item:last-child {
      margin-right: 0; }
    .tabs-faq .nav-item .nav-link {
      display: block;
      background: #FAFAFA;
      border: 3px solid #E5E5E5;
      border-radius: 8px;
      padding: 20px 9px 14px;
      height: 100%; }
      .tabs-faq .nav-item .nav-link .box-faq .block-mg-faq {
        height: 59px;
        display: block;
        margin-bottom: 4px; }
        .tabs-faq .nav-item .nav-link .box-faq .block-mg-faq img {
          max-height: 100%;
          margin: 0 auto; }
      .tabs-faq .nav-item .nav-link .box-faq .img-faq-light {
        display: block; }
      .tabs-faq .nav-item .nav-link .box-faq .img-faq-gray {
        display: none; }
      .tabs-faq .nav-item .nav-link .box-faq .name-faq {
        min-height: 52px;
        font-weight: 500;
        font-size: 21px;
        line-height: 26px;
        color: #000000;
        text-align: center;
        margin-bottom: 0; }
      .tabs-faq .nav-item .nav-link.active {
        border: 3px solid #255888;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.25); }
        .tabs-faq .nav-item .nav-link.active .img-faq-light {
          display: none; }
        .tabs-faq .nav-item .nav-link.active .img-faq-gray {
          display: block; }
      .tabs-faq .nav-item .nav-link:hover {
        border: 3px solid #255888; }

.box-organizational {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 60px; }
  .box-organizational .box-img-organizational {
    position: relative;
    margin-right: 40px;
    width: 217px; }
    .box-organizational .box-img-organizational:before {
      content: '';
      display: block;
      padding-bottom: 104.6%; }
    .box-organizational .box-img-organizational img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover; }
  .box-organizational .name-organizational-structure h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #101010;
    margin-bottom: 10px; }
  .box-organizational .name-organizational-structure .txt-position {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #8C8C8C; }

.block-organizational-structure {
  position: relative; }
  .block-organizational-structure .organizational-structure-tabs {
    flex-direction: column;
    position: absolute;
    top: -5px;
    right: 0;
    transform: translateX(50%);
    display: block;
    border: none; }
    @media (max-width: 1366px) {
      .block-organizational-structure .organizational-structure-tabs {
        transform: none; } }
    .block-organizational-structure .organizational-structure-tabs .nav-item {
      margin-bottom: 65px; }
      .block-organizational-structure .organizational-structure-tabs .nav-item .nav-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #C2C2C2;
        padding: 4px 0;
        padding-right: 36px;
        background: url("../img/icon-hdqt-light.svg") no-repeat center right 1px;
        border: none;
        position: relative; }
        .block-organizational-structure .organizational-structure-tabs .nav-item .nav-link img {
          position: absolute;
          right: 10px;
          top: 23px; }
        .block-organizational-structure .organizational-structure-tabs .nav-item .nav-link:hover {
          color: #255888;
          border: none;
          background: url("../img/icon-hdqt-light.svg") no-repeat center right 1px; }
        .block-organizational-structure .organizational-structure-tabs .nav-item .nav-link.active {
          border: none;
          color: #255888;
          background: url("../img/icon-tabs-hdqt.svg") no-repeat center right 1px; }

.sl-month-year {
  width: 85px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  outline: none; }

.datemonth-current-holiday.nam-today a {
  background: #255888;
  color: #fff !important; }

.swiper-service-tab .swiper-slide.nam-today a {
  /*background: #004282;*/
  transition: all 0.2s;
  /*border: 2px solid #004282;*/
  /*color: #fff;*/
  position: relative;
  /*.stuff, .day-of-month {
      color: #fff;
  }*/
  /*&:hover {
      transition: all 0.2s;
      border: 2px solid #004282;
      color: #fff;
      
  }*/ }
  .swiper-service-tab .swiper-slide.nam-today a:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #F29E1B;
    bottom: 9px; }
.swiper-service-tab .swiper-slide.nam-today.current-today a {
  position: relative; }
  .swiper-service-tab .swiper-slide.nam-today.current-today a:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    bottom: 9px; }

.swiper-service-tab .swiper-slide a:hover {
  background: #fff;
  transition: all 0.2s;
  border: 2px solid #004282; }
  .swiper-service-tab .swiper-slide a:hover .stuff, .swiper-service-tab .swiper-slide a:hover .day-of-month {
    color: #004282; }

.open-letter {
  margin-top: 40px; }
  .open-letter .box-open-letter {
    float: left;
    margin-right: 23px; }
    .open-letter .box-open-letter img {
      margin-bottom: 20px; }
    .open-letter .box-open-letter .name-open-letter {
      font-weight: bold;
      font-size: 21px;
      line-height: 26px;
      color: #255888;
      margin-bottom: 21px;
      text-align: center;
      font-style: italic; }
  .open-letter .text-open-letter {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #101010; }
    .open-letter .text-open-letter p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 23px;
      text-align: justify;
      color: #101010;
      letter-spacing: 0; }

.datepicker table tr td span.active {
  background-image: none;
  background: #255888 !important; }

.datepicker table tr td span {
  height: 45px !important;
  line-height: 45px !important; }

.sub-frame {
  font-weight: 500;
  margin-top: 15px;
  font-size: 16px;
  white-space: pre-wrap; }

.current-today a {
  /*border: 2px solid #FA9D17;*/
  background: #255888 !important;
  color: #fff; }
  .current-today a a:hover {
    background: #255888;
    color: #fff; }
    .current-today a a:hover .stuff, .current-today a a:hover .day-of-month {
      color: #fff !important; }
  .current-today a.exits-event-today a:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    border-radius: 50%; }

.exits-event-today a {
  /*background: #255888;*/
  /*color: #fff;*/
  border: 2px solid transparent;
  position: relative; }
  .exits-event-today a:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #FA9D17;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    border-radius: 50%; }

/*style trang lien he*/
.block-contact {
  margin-top: 60px;
  font-size: 16px;
  line-height: 24px; }

.name-ts {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px; }

.list-contact {
  margin-bottom: 20px; }
  .list-contact div {
    margin-bottom: 10px; }
    .list-contact div span {
      font-weight: 500;
      margin-right: 5px; }
    .list-contact div a {
      color: #255888; }

.list-contact-2 h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700; }
.list-contact-2 div {
  margin-bottom: 7px; }

.news-issuers-fsnew .title-news-issuers {
  margin-bottom: 10px; }
.news-issuers-fsnew .list-question-issuers li {
  font-size: 16px;
  line-height: 24px; }

.resize-iso {
  position: relative;
  display: block; }
  .resize-iso:before {
    content: '';
    display: block;
    padding-bottom: 135.3%; }
  .resize-iso img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover; }

.captcha-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden; }

.captcha-img {
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
  position: relative; }
  @media (max-width: 1366px) {
    .captcha-img {
      height: 100vh; } }
  @media (max-width: 991px) {
    .captcha-img {
      display: none; } }
  .captcha-img .blur-captcha-img {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border-radius: 20px; }
    @media (max-width: 1366px) {
      .captcha-img .blur-captcha-img {
        top: 40px;
        left: 40px;
        right: 40px;
        bottom: 40px; } }
    .captcha-img .blur-captcha-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 20px; }
    .captcha-img .blur-captcha-img .zone-blur {
      top: 45px;
      left: 45px;
      right: 45px;
      bottom: 45px;
      position: absolute;
      background: rgba(255, 255, 255, 0.12);
      border-radius: 12px;
      filter: blur(2px);
      box-shadow: 0 0 16px rgba(255, 255, 255, 0.12); }
      @media (max-width: 1366px) {
        .captcha-img .blur-captcha-img .zone-blur {
          top: 35px;
          left: 35px;
          right: 35px;
          bottom: 35px; } }
  .captcha-img .img-captcha-bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    filter: blur(10px); }
    @media (max-width: 1280px) {
      .captcha-img .img-captcha-bg {
        height: 100%; } }

.form-captcha {
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
  background: url("../img/captcha-bg.png") no-repeat;
  background-size: cover;
  z-index: 1; }
  @media (max-width: 991px) {
    .form-captcha {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      background-position: center right; } }

.box-captcha {
  padding-top: 124px; }
  @media (max-width: 1600px) {
    .box-captcha {
      padding-top: 60px; } }
  @media (max-width: 1280px) {
    .box-captcha {
      padding-top: 124px; } }
  @media (max-width: 991px) {
    .box-captcha {
      padding-top: 80px; } }

.logo-captcha {
  height: 210px;
  text-align: center;
  margin-bottom: 295px; }
  @media (max-width: 1600px) {
    .logo-captcha {
      height: 160px;
      margin-bottom: 230px; } }
  @media (max-width: 1366px) {
    .logo-captcha {
      margin-bottom: 180px; } }
  @media (max-width: 1280px) {
    .logo-captcha {
      margin-bottom: 295px; } }
  @media (max-width: 991px) {
    .logo-captcha {
      height: 120px;
      margin-bottom: 100px; } }
  .logo-captcha img {
    height: 100%; }

.please-accept {
  color: #f58220;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 26px;
  padding: 0 10px; }
  @media (max-width: 1600px) {
    .please-accept {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 991px) {
    .please-accept {
      font-size: 16px;
      line-height: 21px; } }

.box-accept-captcha {
  margin: 0 auto;
  /*box-shadow: 2px 3px 15px rgba(0, 0,0,.28);*/
  border-radius: 5px;
  /*height: 113px;*/
  /*width: 451px;*/ }
  @media (max-width: 1600px) {
    .box-accept-captcha {
      height: 75px;
      width: 410px; } }
  @media (max-width: 1280px) {
    .box-accept-captcha {
      height: 113px;
      width: 451px; } }
  @media (max-width: 991px) {
    .box-accept-captcha {
      height: auto;
      width: auto; } }

.g-recaptcha {
  text-align: center;
  display: flex;
  justify-content: center; }

.btn-login {
  margin: 20px auto 11px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 31px;
  text-align: center;
  font-weight: 500;
  width: 160px;
  color: #fff;
  background-image: linear-gradient(to right, #3D8FCD 0%, #0E4B89 51%, #3D8FCD 100%);
  transition: all 0.4s;
  position: relative;
  background-size: 200% auto;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer; }
  .btn-login:hover {
    background-position: 100% center;
    color: #fff;
    outline: none; }

.box-enter-captcha {
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-enter-captcha input {
    height: 50px;
    padding: 20px;
    text-align: left;
    margin-right: 8px;
    border: 1px solid #255888;
    border-radius: 6px;
    font-size: 16px; }
  .box-enter-captcha img {
    height: 50px;
    border-radius: 6px;
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(246deg) brightness(103%) contrast(102%); }

.block-errorpage {
  height: 100vh;
  background: url("../img/bg-error-page.png") no-repeat center center;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .block-errorpage {
      background: #F3F3F4; } }

.container-error {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.title-error {
  color: #b52d2c;
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 38px;
  line-height: 65px; }
  @media only screen and (max-width: 991px) {
    .title-error {
      font-size: 44px;
      line-height: 45px;
      margin-bottom: 20px; } }

.sub-error {
  font-size: 24px;
  line-height: 29px;
  color: #111111;
  margin-bottom: 26px; }
  @media only screen and (max-width: 991px) {
    .sub-error {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 20px; } }

.btn-backhome {
  background: #F2F3F3;
  border-radius: 6px;
  border: 3px solid #0F0F0F;
  color: #231f20;
  width: 153px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 8px rgba(35, 31, 32, 0.5);
  font-size: 24px;
  transition: all 0.3s; }
  @media only screen and (max-width: 991px) {
    .btn-backhome {
      width: 140px;
      height: 45px;
      font-size: 20px;
      margin-bottom: 30px; } }
  .btn-backhome:hover {
    background: #e0e0e0;
    color: #231f20;
    transition: all 0.3s; }

@media only screen and (max-width: 576px) {
  .img-errorpage {
    text-align: center; }
    .img-errorpage img {
      max-width: 80%; } }

.block-page-notfound {
  margin-top: 100px;
  margin-bottom: 200px;
  text-align: center; }
  @media (max-width: 1366px) {
    .block-page-notfound {
      margin-bottom: 100px; } }
  @media (max-width: 1280px) {
    .block-page-notfound {
      margin-bottom: 200px; } }
  @media only screen and (max-width: 991px) {
    .block-page-notfound {
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0; } }
  .block-page-notfound img {
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .block-page-notfound img {
        max-width: 35%; } }
  .block-page-notfound div {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #101010;
    padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .block-page-notfound div {
        font-size: 20px; } }

.table-portal table tbody tr td:first-child {
  min-width: 50px; }

.header .head-top.active .block-search .select-language {
  background: url(../img/icon-sl-pp.svg) no-repeat center right 5px; }

.header .head-top.active .box-search.active .btn-search .img-differ {
  display: block; }

.header .head-top.active .box-search.active .btn-search .img-light {
  display: none; }

.header .head-top.active .box-search.active input::-webkit-input-placeholder {
  /* Edge */
  color: #b3b3b3;
  font-style: italic; }
.header .head-top.active .box-search.active input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
  font-style: italic; }
.header .head-top.active .box-search.active input::placeholder {
  color: #b3b3b3;
  font-style: italic; }

@media (min-width: 576px) {
  .col-md-4.item-info {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-3.item-info {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

    .col-md-8.item-info.item-info-main {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

  .col-md-9.item-info.item-info-main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }
.box-img-slidenews {
  position: relative;
  margin-bottom: 11px; }
  .box-img-slidenews:before {
    content: '';
    display: block;
    padding-bottom: 56.88%; }
  .box-img-slidenews img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: 100% !important;
    width: 100%;
    margin: 0; }

.swiper-slidenews .sub-banner {
  position: unset;
  transform: none;
  color: #000;
  text-align: left; }
  .swiper-slidenews .sub-banner div {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px; }

.fs-16 {
  font-size: 16px; }

.fw-500 {
  font-weight: 500; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-35 {
  margin-top: 35px; }

.txt-cctc {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: block; }
  .txt-cctc.txt-cctcver2 {
    left: 40px; }

.block-category span.txt-cctc {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 29px !important; }

.gallery-thumbs a {
  color: #101010; }

.list-news li h3 a:visited,
.list-derivativenews h3 a:visited,
.list-marketnews li h3 a:visited,
.list-news-vsd li .name-list-news a:visited,
.list-childnews li h3 a:visited,
.hot-news .list-hotnews h3 a:visited,
.swiper-news a:visited,
.title-newsvsd:visited,
.list-business li a:visited,
.box-annual-report h3 a:visited {
  color: #4f146d !important; }

#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 31px;
  height: 31px;
  background: #255888;
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 18px;
  font-weight: bold;
  background-size: 100% 100%;
  display: none;
  z-index: 100;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px; }
  #back-to-top:hover {
    background: #08336b; }

.footer {
  background: url("../img/bg-footer.png") no-repeat center center;
  background-size: cover;
  padding: 23px 0 0px;
  position: relative; }
  .footer .bg-foot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #255888; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 30px 0 0; } }
  @media only screen and (max-width: 576px) {
    .footer {
      padding: 25px 0 0; } }

.item-foot {
  padding: 20px 0 0; }
  @media only screen and (max-width: 767px) {
    .item-foot {
      padding: 20px 0; } }
  @media only screen and (max-width: 576px) {
    .item-foot:last-child {
      padding: 20px 0 10px; } }
  .item-foot .col-lg-3 {
    margin-bottom: 11px; }
    @media only screen and (max-width: 767px) {
      .item-foot .col-lg-3 {
        margin-bottom: 11px; } }
    @media only screen and (max-width: 576px) {
      .item-foot .col-lg-3 {
        margin-bottom: 11px; } }

.hasborder {
  height: 1px;
  width: 100%;
  background: #5B5B5B; }

.title-foot {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px; }
  .title-foot a {
    color: #fff; }
    .title-foot a:hover {
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .title-foot {
      font-size: 18px;
      line-height: 21px; } }
  @media only screen and (max-width: 576px) {
    .title-foot {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 15px; } }

.list-foot li {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 17px;
  color: #F4F4F4; }
  @media only screen and (max-width: 576px) {
    .list-foot li {
      font-size: 14px; } }
  .list-foot li:after {
    content: '';
    display: table;
    clear: both; }
  .list-foot li a {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #F4F4F4; }
    .list-foot li a:hover {
      text-decoration: underline; }

.txt-foot {
  margin-left: 35px; }

.txt-foot-detail {
  margin-left: 15px; }
  @media only screen and (max-width: 991px) {
    .txt-foot-detail {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .txt-foot-detail {
      margin-top: 20px; } }
  @media only screen and (max-width: 576px) {
    .txt-foot-detail {
      margin-top: 15px; } }

.copy-right {
  font-size: 14px;
  line-height: 17px;
  color: #F2F2F2;
  position: relative;
  padding: 15px 0 15px;
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    .copy-right {
      padding-top: 0; } }

.contact-foot img {
  margin-right: 19px;
  float: left; }
  @media only screen and (max-width: 767px) {
    .contact-foot img {
      width: 16px; } }
.contact-foot span {
  float: left;
  width: calc(100% - 39px); }

.logo-foot {
  margin-bottom: 12px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .logo-foot {
      margin-bottom: 0; } }

input.checkbox-md[type="checkbox"][disabled="disabled"] {
  background: transparent; }

input.checkbox-md[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: -5px; }

input.checkbox-md[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  display: table;
  width: 6px;
  height: 14px;
  border: 2px solid #fff;
  border-top-width: 0px;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

input.checkbox-md[type="checkbox"]:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #C4C4C4;
  -webkit-transition: 240ms;
  transition: 240ms;
  border-radius: 3px;
  background: transparent; }

input.checkbox-md[type="checkbox"]:checked:after {
  background-color: #2E5887;
  border-color: #2E5887; }

input.checkbox-md[type="checkbox"] ~ label {
  cursor: pointer; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-left: 0; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #C4C4C4;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2E5887;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.nestedCheckboxes {
  /*  margin-bottom: 17px;*/ }
  .nestedCheckboxes label {
    vertical-align: baseline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }
  .nestedCheckboxes > li {
    padding: 19px 25px 0; }
  .nestedCheckboxes > label {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    color: #255888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0; }
  .nestedCheckboxes input {
    vertical-align: middle; }
  .nestedCheckboxes > ul > li {
    padding: 19px 25px;
    background: url("/version_2/img/bg-gr-02.png") top left 10px repeat-y, url("../img/bg-gr-01.png") top 31px left 10px no-repeat; }
    .nestedCheckboxes > ul > li:last-child {
      background: url("/version_2/img/bg-gr-03.png") no-repeat top left 10px; }
    .nestedCheckboxes > ul > li:before {
      content: '';
      width: 1px; }
    .nestedCheckboxes > ul > li > label {
      color: #3d3d3d;
      font-weight: 700;
      margin-left: 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      margin-bottom: 0;
      text-decoration: none; }
    .nestedCheckboxes > ul > li > ul > li {
      padding: 19px 25px 0;
      background: url("/version_2/img/bg-gr-02.png") top left 10px repeat-y, url("../img/bg-gr-01.png") top 31px left 10px no-repeat; }
      .nestedCheckboxes > ul > li > ul > li:last-child {
        background: url("/version_2/img/bg-gr-03.png") no-repeat top left 10px; }
      .nestedCheckboxes > ul > li > ul > li > label {
        margin-left: 8px;
        color: #3d3d3d;
        display: inline-block;
        margin-bottom: 0;
        font-weight: 700; }
      .nestedCheckboxes > ul > li > ul > li > ul > li {
        padding: 13px 25px 0;
        background: url("/version_2/img/bg-gr-02.png") top left 10px repeat-y, url("../img/bg-gr-01.png") top 31px left 10px no-repeat; }
        .nestedCheckboxes > ul > li > ul > li > ul > li:last-child {
          background: url("/version_2/img/bg-gr-03.png") no-repeat top left 10px; }
        .nestedCheckboxes > ul > li > ul > li > ul > li > label {
          margin-left: 5px;
          display: inline-block;
          margin-bottom: 0; }
        .nestedCheckboxes > ul > li > ul > li > ul > li > ul > li {
          padding: 13px 25px 0;
          background: url("/version_2/img/bg-gr-02.png") top left 10px repeat-y, url("../img/bg-gr-01.png") top 31px left 10px no-repeat; }
          .nestedCheckboxes > ul > li > ul > li > ul > li > ul > li:last-child {
            background: url("/version_2/img/bg-gr-03.png") no-repeat top left 10px; }
          .nestedCheckboxes > ul > li > ul > li > ul > li > ul > li > label {
            margin-left: 5px; }

.nestedCheckboxes input[type="checkbox"][disabled="disabled"] {
  background: transparent; }

.nestedCheckboxes input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: -5px; }

.nestedCheckboxes input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  display: table;
  width: 5px;
  height: 10px;
  border: 2px solid #fff;
  border-top-width: 0px;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nestedCheckboxes input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #90BEE3;
  -webkit-transition: 240ms;
  transition: 240ms;
  border-radius: 3px;
  background: #fff; }

.nestedCheckboxes input[type="checkbox"]:checked:after {
  background-color: #2E5887;
  border-color: #2E5887; }

.nestedCheckboxes input[type="checkbox"] ~ label {
  cursor: pointer; }

/*# sourceMappingURL=main.css.map */

.content-category img{
    max-width: unset;
}
