/*------------------------------------------------------------------
[Common]
*/
@font-face {
  font-family: 'SFU SwissBT ExtraCompressed';
  src: url("../webfonts/SFUSwissBTExtraCompressed.woff2") format("woff2"), url("../webfonts/SFUSwissBTExtraCompressed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-LightItalic.woff2") format("woff2"), url("../webfonts/Averta-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Bold.woff2") format("woff2"), url("../webfonts/Averta-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Regular.woff2") format("woff2"), url("../webfonts/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Semibold.woff2") format("woff2"), url("../webfonts/Averta-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-ExtraBold.woff2") format("woff2"), url("../webfonts/Averta-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
body {
  font-size: 16px;
  font-family: "Averta", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.064px; }
  @media (max-width: 991px) {
    body.body-overflow {
      overflow: hidden; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Averta", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto; }

textarea {
  resize: none; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #203F6F; }

.bg-primary-1 {
  background-color: #203F6F; }

.bg-warning-1 {
  background-color: #D89F28; }

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1170px; } }

.wrapper {
  overflow: hidden; }

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer; }
  button:focus {
    outline: none; }

.btn.btn-cs {
  border-radius: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .btn.btn-cs {
      border-radius: 10px;
      font-size: 16px; } }

.btn-xs {
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .btn-xs {
      font-size: 16px; } }

.btn-xl {
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-primary-1 {
  border-color: #203F6F;
  background-color: #203F6F;
  color: #fff; }
  .btn-primary-1:hover, .btn-primary-1:focus {
    border-color: #264a83;
    background-color: #264a83;
    color: #fff; }

.btn-warning-1 {
  border-color: #D89F28;
  background-color: #D89F28;
  color: #fff; }
  .btn-warning-1:hover, .btn-warning-1:focus {
    border-color: #dca93e;
    background-color: #dca93e;
    color: #fff; }

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #203F6F; }
  .btn-white:hover, .btn-white:focus {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    color: #203F6F; }

.btn-danger-1 {
  border-color: #F05623;
  background-color: #F05623;
  color: #fff; }
  .btn-danger-1:hover, .btn-danger-1:focus {
    border-color: #f2683b;
    background-color: #f2683b;
    color: #fff; }

.btn-clear {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent; }

/*------------------------------------------------------------------
[Typo]
*/
.title {
  font-family: "Averta", sans-serif; }

.text-grey-62 {
  color: #626262; }

.text-grey-5b {
  color: #5b5b5b; }

.text-grey-84 {
  color: #848484; }

.fw-extrabold {
  font-weight: 800; }

.fs-7 {
  font-size: 14px; }

.fs-8 {
  font-size: 12px; }

.fs-9 {
  font-size: 11px; }

@media only screen and (min-width: 768px) {
  .text-md-justify {
    text-align: justify; } }

.text-danger-1 {
  color: red !important; }

.text-success-1 {
  color: green !important; }

/*------------------------------------------------------------------
[Icons]
*/
[class*='ico-'] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat; }

.ico-danger {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid red; }

.ico-success {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid green; }

/*------------------------------------------------------------------
[Header]
*/
.header-site {
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .header-site {
      margin-bottom: 20px; } }

.header-top {
  padding: 15px 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    .header-top {
      box-shadow: none;
      padding: 10px 0; } }
  .header-top .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    @media only screen and (min-width: 768px) {
      .header-top .container {
        gap: /*24*/44px; } }

.logo img {
  min-width: 100px; }
  @media only screen and (min-width: 576px) {
    .logo img {
      min-width: 180px; } }
  @media only screen and (min-width: 992px) {
    .logo img {
      max-height: unset;
      min-width: 300px; } }

.header-top-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .header-top-right {
      display: block; } }

.social {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .social li:not(:last-child) {
    margin-right: 5px; }
  .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px; }
  .social .facebook {
    background-color: #345C9A; }
    .social .facebook:hover, .social .facebook:focus {
      background-color: #2e5187; }
  .social .linkedin {
    background-color: #137AB8; }
    .social .linkedin:hover, .social .linkedin:focus {
      background-color: #116ba1; }
  .social .twitter {
    background-color: #2AA7DF; }
    .social .twitter:hover, .social .twitter:focus {
      background-color: #1f99d0; }
  .social .google {
    background-color: #DE4A37; }
    .social .google:hover, .social .google:focus {
      background-color: #d83824; }
  .social .youtube {
    background-color: #C12826; }
    .social .youtube:hover, .social .youtube:focus {
      background-color: #ac2422; }

.search {
  border: 1px solid #1D698A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  position: relative;
  padding: 0 35px 0 5px;
  margin-right: 5px; }
  .search .form-control {
    border: none;
    padding: 0;
    height: 100%;
    border-radius: 0;
    background-color: transparent; }
    .search .form-control:focus {
      outline: none;
      box-shadow: none; }
  .search button {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #515151;
    text-align: center;
    line-height: 21px;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 11px; }
    .search button:hover, .search button:focus {
      background-color: #203F6F; }

.btn-user {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #515151;
  display: inline-block;
  text-align: center;
  line-height: 20px; }
  .btn-user img, .btn-user i {
    vertical-align: bottom;
    max-height: 20px; }
  .btn-user:hover {
    background-color: #203F6F; }

.navbar-toggler {
  font-size: 24px; }
  .navbar-toggler.is-open {
    width: 35px;
    height: 35px;
    background-color: #203F6F;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-size: 16px;
    flex: 0 0 35px;
    color: #fff; }
    .navbar-toggler.is-open i {
      vertical-align: -1px; }

.navbar-expand-lg {
  display: none; }
  @media only screen and (min-width: 992px) {
    .navbar-expand-lg {
      display: block; } }

.navbar-main {
  background-color: #203F6F;
  padding: 0; }
  .navbar-main .navbar-nav .nav-item {
    border-bottom: 1px solid #ccc; }
    @media only screen and (min-width: 992px) {
      .navbar-main .navbar-nav .nav-item {
        border-bottom: none; } }
    @media only screen and (min-width: 992px) {
      .navbar-main .navbar-nav .nav-item:not(:first-child) {
        padding: 0 5px; } }
    .navbar-main .navbar-nav .nav-item:hover .btn-toggle-submenu, .navbar-main .navbar-nav .nav-item:focus .btn-toggle-submenu, .navbar-main .navbar-nav .nav-item.nav-item-active .btn-toggle-submenu {
      color: #fff; }
    .navbar-main .navbar-nav .nav-item.nav-item-active .nav-link {
      background-color: #203F6F;
      color: #fff; }
  .navbar-main .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 14px 12px; }
    @media only screen and (min-width: 992px) {
      .navbar-main .navbar-nav .nav-link {
        height: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 17px 5px;
        font-size: 12px;
        color: #fff; } }
    @media only screen and (min-width: 1200px) {
      .navbar-main .navbar-nav .nav-link {
        padding: 15px 5px;
        font-size: 13px; } }
    @media only screen and (min-width: 1400px) {
      .navbar-main .navbar-nav .nav-link {
        font-size: 14px; } }
    .navbar-main .navbar-nav .nav-link.active, .navbar-main .navbar-nav .nav-link:hover, .navbar-main .navbar-nav .nav-link:focus {
      background-color: #203F6F;
      color: #fff; }
      @media only screen and (min-width: 992px) {
        .navbar-main .navbar-nav .nav-link.active, .navbar-main .navbar-nav .nav-link:hover, .navbar-main .navbar-nav .nav-link:focus {
          background-color: rgba(216, 159, 40, 0.8); } }
    @media only screen and (min-width: 992px) {
      .navbar-main .navbar-nav .nav-link .fa-house {
        margin: 0 8px; } }
  .navbar-main .navbar-nav .nav-link-more {
    padding: 0;
    position: relative;
    width: 20px; }
    .navbar-main .navbar-nav .nav-link-more span {
      display: block;
      width: 4px;
      height: 4px;
      background: #fff;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      visibility: visible;
      opacity: 1;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      position: absolute;
      top: 24px; }
      .navbar-main .navbar-nav .nav-link-more span.ei-line1 {
        left: 0; }
      .navbar-main .navbar-nav .nav-link-more span.ei-line2 {
        left: 8px; }
      .navbar-main .navbar-nav .nav-link-more span.ei-line3 {
        left: 16px; }
    .navbar-main .navbar-nav .nav-link-more:hover, .navbar-main .navbar-nav .nav-link-more:focus {
      background-color: transparent; }
  @media only screen and (min-width: 992px) {
    .navbar-main .navbar-nav .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
    .navbar-main .navbar-nav .dropdown:hover .nav-link-more span.ei-line1 {
      left: 9px;
      height: 20px;
      transform: rotate(-135deg);
      top: 16px;
      width: 3px; }
    .navbar-main .navbar-nav .dropdown:hover .nav-link-more span.ei-line2 {
      opacity: 0; }
    .navbar-main .navbar-nav .dropdown:hover .nav-link-more span.ei-line3 {
      left: 9px;
      height: 20px;
      transform: rotate(135deg);
      top: 16px;
      width: 3px; } }
  @media (max-width: 991px) {
    .navbar-main .navbar-nav .dropdown .nav-link {
      padding-right: 28px; } }
  .navbar-main .navbar-nav .dropdown .btn-toggle-submenu {
    position: absolute;
    right: 8px;
    top: 0;
    height: 49px;
    color: #000;
    padding: 0 4px;
    display: inline-block; }
    @media only screen and (min-width: 992px) {
      .navbar-main .navbar-nav .dropdown .btn-toggle-submenu {
        display: none; } }
    .navbar-main .navbar-nav .dropdown .btn-toggle-submenu:hover, .navbar-main .navbar-nav .dropdown .btn-toggle-submenu:focus {
      color: #000; }
  .navbar-main .navbar-nav .nav-item-more .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-main .navbar-nav .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: transparent; }
    @media only screen and (min-width: 992px) {
      .navbar-main .navbar-nav .dropdown-menu {
        background-color: #fff;
        display: block;
        opacity: 0;
        visibility: hidden;
        top: 130%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        min-width: 195px;
        padding: 5px 0; } }
    @media only screen and (min-width: 1200px) {
      .navbar-main .navbar-nav .dropdown-menu {
        min-width: 235px; } }
    @media (max-width: 991px) {
      .navbar-main .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important; } }
    .navbar-main .navbar-nav .dropdown-menu .dropdown-item {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: #000;
      font-size: 14px;
      font-weight: 700;
      padding: 8px 15px; }
      .navbar-main .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-main .navbar-nav .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        color: #203F6F; }

.header-bottom {
  padding: 8px 0 0; }
  @media only screen and (min-width: 992px) {
    .header-bottom {
      padding-top: 16px; } }
  .header-bottom .search {
    min-width: 240px; }

.hot-news marquee {
  position: relative;
  top: 2px; }
.hot-news a {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  white-space: nowrap; }
  .hot-news a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #D89F28;
    position: absolute;
    border-radius: 50%;
    top: 9px;
    left: 0; }
  .hot-news a:not(:last-child) {
    margin-right: 10px; }

@-webkit-keyframes showStickyMenu {
  from {
    top: -100px; }
  to {
    top: 0; } }
@-moz-keyframes showStickyMenu {
  from {
    top: -100px; }
  to {
    top: 0; } }
@keyframes showStickyMenu {
  from {
    top: -100px; }
  to {
    top: 0; } }
@media only screen and (min-width: 992px) {
  .fixed-header .navbar-expand-lg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    animation: 250ms ease-out 0s normal none 1 running showStickyMenu; } }
@media (max-width: 991px) {
  .fixed-header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    animation: 250ms ease-out 0s normal none 1 running showStickyMenu; } }

.logo-mobile img {
  max-width: 150px; }

.navbar-mobile-header {
  padding: 14px 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px; }

.navbar-mobile {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  z-index: 99991;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  bottom: 0;
  display: block;
  height: 100% !important; }
  .navbar-mobile.show {
    left: 0; }
  .navbar-mobile .navbar-mobile-inner {
    height: calc(100% - 78px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 14px; }
  .navbar-mobile .search {
    margin-left: 12px;
    margin-right: 12px;
    background-color: #fff;
    height: 35px;
    margin-bottom: 15px;
    padding-right: 35px; }
    .navbar-mobile .search button {
      height: 35px;
      width: 35px;
      font-size: 14px; }

.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .click-capture.show {
    z-index: 10;
    opacity: 1;
    visibility: visible; }

/*------------------------------------------------------------------
[Content]
*/
.title-heading-2 {
  font-size: 26px; }
  @media only screen and (min-width: 768px) {
    .title-heading-2 {
      font-size: 36px; } }

.heading-center {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .heading-center {
      margin-bottom: 44px; } }
  .heading-center::after {
    display: block;
    content: "";
    height: 1px;
    width: 100px;
    background-color: #000;
    margin: 16px auto 0; }

.section-gallery {
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .section-gallery {
      padding-top: 50px; } }

.gallery-item {
  position: relative;
  display: block;
  padding-top: 140%; }
  .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.swiperGallery .swiper-slide {
  width: 240px; }
  @media only screen and (min-width: 768px) {
    .swiperGallery .swiper-slide {
      width: 287px; } }

.btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .btn-play-video:hover {
    opacity: 1; }
  .btn-play-video svg {
    max-width: 55px; }
    @media only screen and (min-width: 768px) {
      .btn-play-video svg {
        max-width: 70px; } }
  .btn-play-video.is-small svg {
    max-width: 38px; }

.section-tech {
  background: url(../images/bg/bg-tech.png) no-repeat top left;
  background-size: cover; }

.section {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.heading {
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .heading {
      margin-bottom: 50px; } }

.title-heading {
  font-size: 30px; }
  @media only screen and (min-width: 768px) {
    .title-heading {
      font-size: 38px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .title-heading {
      font-size: 46px; } }

.line-heading {
  height: 1px;
  background-color: #000; }

@media only screen and (min-width: 992px) {
  .row-xl {
    margin-left: -20px;
    margin-right: -20px; }
    .row-xl > * {
      padding-left: 20px;
      padding-right: 20px; } }

.card-news.is-sm {
  margin-bottom: 25px; }
  .card-news.is-sm .card-news-img {
    margin-bottom: 8px; }
  .card-news.is-sm .card-news-title {
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      .card-news.is-sm .card-news-title {
        font-size: 18px; } }

.card-news-img {
  position: relative;
  margin-bottom: 15px; }
  .card-news-img a {
    display: block; }
  .card-news-img img {
    width: 100%;
    border-radius: 5px; }

.card-news-title {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.187px;
  line-height: 1.07; }
  @media only screen and (min-width: 768px) {
    .card-news-title {
      font-size: 20px;
      margin-bottom: 10px; } }

.card-news-expert {
  line-height: 24px;
  letter-spacing: 0.064px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .card-news-expert {
      -webkit-line-clamp: 3; } }

.card-news-meta {
  font-size: 12px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .card-news-meta {
      font-size: 14px;
      margin-bottom: 15px; } }
  .card-news-meta .author {
    margin-right: 14px; }

@media only screen and (min-width: 992px) {
  .heading-news-notice {
    border-bottom: none;
    margin-bottom: 12px;
    padding-bottom: 0; } }
.heading-news-notice h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.064px;
  font-family: "Averta", sans-serif; }
  @media only screen and (min-width: 768px) {
    .heading-news-notice h3 {
      font-weight: 800;
      font-size: 24px;
      text-transform: uppercase; } }

.card-news-hz {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 768px) {
    .card-news-hz {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .card-news-hz:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .card-news-hz .col-5 {
    width: 160px;
    flex: 0 0 auto; }
  .card-news-hz .col-7 {
    width: calc(100% - 160px);
    flex: 0 0 auto; }
  .card-news-hz.card-lg {
    padding-top: 19px;
    padding-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .card-news-hz.card-lg {
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom-color: transparent; } }
    .card-news-hz.card-lg .col-5 {
      width: 178px;
      flex: 0 0 auto; }
      @media only screen and (min-width: 768px) {
        .card-news-hz.card-lg .col-5 {
          width: 328px;
          flex: 0 0 auto; } }
    .card-news-hz.card-lg .col-7 {
      width: calc(100% - 178px);
      flex: 0 0 auto; }
      @media only screen and (min-width: 768px) {
        .card-news-hz.card-lg .col-7 {
          width: calc(100% - 328px);
          flex: 0 0 auto; } }
    .card-news-hz.card-lg .card-news-hz-title {
      font-size: 16px;
      line-height: 1.21581;
      letter-spacing: 0.056px;
      margin-bottom: 6px;
      max-height: unset; }
      @media only screen and (min-width: 768px) {
        .card-news-hz.card-lg .card-news-hz-title {
          font-size: 22px;
          line-height: 1.25;
          letter-spacing: 0.187px;
          margin-bottom: 4px; } }
    @media only screen and (min-width: 768px) {
      .card-news-hz.card-lg .card-news-hz-meta {
        font-size: 15px; } }

.card-news-hz-img a {
  display: block;
  position: relative; }
.card-news-hz-img img {
  width: 100%;
  height: 78px;
  object-fit: cover;
  border-radius: 5px; }
.card-news-hz-img.is-height-auto img {
  height: auto; }

.card-news-hz-title {
  letter-spacing: 0.056px; }

.card-news-hz-meta {
  font-size: 11px; }

.view-more {
  padding-top: 15px; }
  @media only screen and (min-width: 768px) {
    .view-more {
      padding-top: 50px; } }
  .view-more .btn {
    min-width: 146px; }

.section-dark {
  background: radial-gradient(153.25% 193.07% at 6.16% -33.75%, #203F6F 22.48%, #D89F28 100%);
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .section-dark {
      background: radial-gradient(253.29% 212.92% at 39.43% -7.7%, #203F6F 6.7%, #D89F28 100%); } }
  .section-dark a:not(.btn) {
    color: #fff; }
  .section-dark .text-grey-84 {
    color: #c2c2c2; }
  .section-dark .text-grey-5b {
    color: #b8b8b8b8; }
  .section-dark .line-heading,
  .section-dark .card-news-title::after {
    background-color: #fff; }
  .section-dark .card-news-hz,
  .section-dark .heading-news-notice {
    border-bottom-color: #fff; }
  .section-dark .container {
    position: relative;
    z-index: 2; }

.section-media-banner {
  margin-bottom: 16px; }
  .section-media-banner img {
    width: 100%; }

.section-special {
  background: linear-gradient(180deg, rgba(108, 75, 73, 0) 12%, rgba(0, 24, 66, 0.7) 99.13%);
  padding: 12px 0; }
  @media only screen and (min-width: 992px) {
    .section-special {
      padding: 50px 0 60px; } }
  .section-special .title span {
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      .section-special .title span {
        font-size: 32px; } }
  .section-special .media_left {
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .section-special .media_left {
        margin-bottom: 16px; } }
    .section-special .media_left .content {
      padding: 18px 15px;
      background-color: #fff;
      border-radius: 8px;
      height: 100%; }
      .section-special .media_left .content .thumb {
        margin-bottom: 13px; }
        .section-special .media_left .content .thumb img {
          width: 100%;
          object-fit: cover; }
      .section-special .media_left .content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .section-special .media_left .content h3 a {
            height: 78px;
            -webkit-line-clamp: 3;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden; } }
  .section-special .media_right {
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .section-special .media_right {
        margin-bottom: 16px; } }
    .section-special .media_right:last-child .item {
      margin: 0; }
    .section-special .media_right .content {
      display: flex; }
      @media only screen and (min-width: 768px) {
        .section-special .media_right .content {
          flex-wrap: wrap; } }
      .section-special .media_right .content .thumb {
        padding: 8px;
        width: 37%;
        background-color: #fff;
        position: relative;
        border-radius: 5px 0 0 5px; }
        @media (max-width: 575px) {
          .section-special .media_right .content .thumb {
            padding: 10px 8px;
            width: 130px; } }
        @media only screen and (min-width: 768px) {
          .section-special .media_right .content .thumb {
            width: 100%;
            border-radius: 8px; } }
        .section-special .media_right .content .thumb img {
          width: 100%; }
      .section-special .media_right .content .cont {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 63%;
        background-color: #fff;
        border-radius: 0 5px 5px 0;
        padding: 20px 10px 12px 5px; }
        @media (max-width: 575px) {
          .section-special .media_right .content .cont {
            padding: 10px 10px 10px 0;
            width: calc(100% - 130px); } }
        @media only screen and (min-width: 768px) {
          .section-special .media_right .content .cont {
            width: 100%;
            background-color: transparent;
            color: #fff;
            padding: 8px 0 0;
            display: block; } }
        .section-special .media_right .content .cont h3 {
          font-size: 16px;
          margin-bottom: 10px;
          text-overflow: ellipsis;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 2;
          height: 38px; }
          @media only screen and (min-width: 768px) {
            .section-special .media_right .content .cont h3 {
              -webkit-line-clamp: 3;
              height: 57px; } }
          @media only screen and (min-width: 768px) {
            .section-special .media_right .content .cont h3 a {
              color: #fff; } }
      .section-special .media_right .content .date {
        font-size: 14px;
        margin: 0;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .section-special .media_right .content .date {
            padding-left: 0; }
            .section-special .media_right .content .date::before {
              display: none; } }

.group-imgs-absolute {
  position: absolute;
  top: 70px;
  width: 60px;
  display: none; }
  @media (min-width: 1440px) {
    .group-imgs-absolute {
      width: 70px;
      display: block; } }
  @media (min-width: 1560px) {
    .group-imgs-absolute {
      width: 138px; } }
  @media (min-width: 1700px) {
    .group-imgs-absolute {
      width: 198px; } }
  .group-imgs-absolute a {
    display: block; }
    .group-imgs-absolute a:not(:last-child) {
      margin-bottom: 10px; }
  .group-imgs-absolute.is-left {
    left: 28px; }
  .group-imgs-absolute.is-right {
    right: 28px; }

@media only screen and (min-width: 1400px) {
  .section-info .row {
    margin-left: -15px;
    margin-right: -15px; }
    .section-info .row > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media only screen and (min-width: 992px) {
  .section-info .col-item-2 {
    width: 37.5%; } }

.header-block-info {
  background-color: #E3EDFF;
  padding: 10px 0;
  margin-bottom: 15px;
  letter-spacing: 0.064px; }
  @media only screen and (min-width: 768px) {
    .header-block-info {
      margin-bottom: 30px; } }

.list-news-latest li {
  min-height: 46px; }
  .list-news-latest li:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .list-news-latest li .text-grey-84 {
    width: 110px;
    flex: 0 0 auto;
    padding-right: 20px; }

.section-sub-col .list-news-hz .card-news-hz:first-child {
  padding-top: 0; }
@media only screen and (min-width: 1200px) {
  .section-sub-col {
    width: 30%; } }

@media only screen and (min-width: 1200px) {
  .section-media-col {
    width: 26.27%; } }

@media only screen and (min-width: 1200px) {
  .section-main-col {
    width: 43.73%; } }

.banner-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.banner-item-text {
  background: linear-gradient(180deg, rgba(108, 75, 73, 0) 12%, #001842 99.13%);
  min-height: 448px;
  padding: 26px 0; }
  @media only screen and (min-width: 768px) {
    .banner-item-text {
      min-height: 640px;
      padding: 40px 0; } }
  @media only screen and (min-width: 1400px) {
    .banner-item-text {
      min-height: 700px;
      padding: 80px 0; } }

.title-banner {
  font-size: 36px;
  font-family: 'SFU SwissBT ExtraCompressed', sans-serif;
  letter-spacing: 0.321px;
  font-weight: 400;
  line-height: 1.08; }
  @media only screen and (min-width: 768px) {
    .title-banner {
      font-size: 55px; } }
  @media only screen and (min-width: 992px) {
    .title-banner {
      font-size: 76px; } }
  @media only screen and (min-width: 1400px) {
    .title-banner {
      font-size: 85px; } }

.slider-banner {
  margin: 24px 0; }

.slider-container .swiper-button-next, .slider-container .swiper-button-prev {
  opacity: 0.5;
  z-index: 2; }
  .slider-container .swiper-button-next:hover, .slider-container .swiper-button-prev:hover {
    opacity: 1; }
  .slider-container .swiper-button-next::after, .slider-container .swiper-button-prev::after {
    display: none; }
.slider-container .swiper-button-prev {
  left: 0; }
.slider-container .swiper-button-next {
  right: 0; }
.slider-container .swiper-pagination {
  position: static;
  margin-top: 20px; }
  .slider-container .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1; }
    .slider-container .swiper-pagination .swiper-pagination-bullet:hover, .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }

.lbl-new {
  line-height: 25.905px;
  letter-spacing: 0.075px;
  padding: 0 8px;
  background-color: #F05623;
  min-width: 45px;
  text-align: center; }

.link-other-news {
  margin-top: 5px; }
  .link-other-news a {
    line-height: 25.905px;
    letter-spacing: 0.075px;
    color: #fff; }
    .link-other-news a svg {
      opacity: 0.5; }
    .link-other-news a:hover svg {
      opacity: 1; }

.swiperBanner {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .swiperBanner {
      margin-bottom: 40px; } }

.swiper-custom-arrow .swiper-button-next, .swiper-custom-arrow .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #D89F28; }
  .swiper-custom-arrow .swiper-button-next::after, .swiper-custom-arrow .swiper-button-prev::after {
    color: #fff;
    font-size: 24px; }

.section-chanel .title-heading svg {
  max-height: 16px; }
  @media only screen and (min-width: 768px) {
    .section-chanel .title-heading svg {
      max-height: 33px; } }

.content-info {
  border-radius: 4px;
  overflow: hidden; }

.content-info-weather {
  background: #F3F3F3;
  border-radius: 6px; }
  @media only screen and (min-width: 992px) {
    .content-info-weather {
      height: 100%; } }

.weather-list .item {
  padding: 10px 16px; }
.weather-list h3 {
  font-size: 20px;
  color: #203F6F;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .weather-list h3 {
      margin-bottom: 23px; } }
.weather-list .cont {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.weather_provinces {
  width: 86px; }
  @media only screen and (min-width: 768px) {
    .weather_provinces {
      width: 150px; } }
  .weather_provinces .dropdown-toggle {
    background-color: #fff;
    color: #203F6F;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: -0.1px;
    border-radius: 14px;
    text-align: center;
    width: 100%;
    border: 0; }
    @media only screen and (min-width: 768px) {
      .weather_provinces .dropdown-toggle {
        font-size: 16px;
        padding: 8px 10px; } }
    .weather_provinces .dropdown-toggle::after {
      margin-left: 6px;
      vertical-align: middle;
      border-top-width: 6px;
      border-right-width: 4px;
      border-left-width: 4px; }
  .weather_provinces .dropdown-menu {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 100px; }
  .weather_provinces .dropdown-item {
    padding-left: 10px;
    padding-right: 10px; }

.weather_sum {
  display: flex;
  align-items: center; }
  .weather_sum .thumb {
    min-width: 23px;
    width: 23px;
    height: 23px; }
    @media only screen and (min-width: 768px) {
      .weather_sum .thumb {
        min-width: 40px;
        width: 40px;
        height: 40px; } }
    @media only screen and (min-width: 992px) {
      .weather_sum .thumb {
        min-width: 30px;
        width: 30px;
        height: 30px; } }
    @media only screen and (min-width: 1200px) {
      .weather_sum .thumb {
        min-width: 40px;
        width: 40px;
        height: 40px; } }
    .weather_sum .thumb i {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .weather_sum .temperature {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding-left: 12px; }
    @media only screen and (min-width: 992px) {
      .weather_sum .temperature {
        padding-left: 7px; } }
    .weather_sum .temperature span {
      font-size: 14px;
      color: #203F6F;
      font-weight: 600; }
      @media only screen and (min-width: 768px) {
        .weather_sum .temperature span {
          font-size: 31px; } }
      @media only screen and (min-width: 992px) {
        .weather_sum .temperature span {
          font-size: 26px; } }
      @media only screen and (min-width: 1200px) {
        .weather_sum .temperature span {
          font-size: 31px; } }

.conditions {
  font-size: 12px;
  letter-spacing: -0.1px; }
  @media only screen and (min-width: 768px) {
    .conditions {
      font-size: 16px; } }
  @media (max-width: 991.98px) {
    .conditions br {
      display: none; } }
  .conditions span {
    display: inline-block; }
    @media (max-width: 991.98px) {
      .conditions span {
        margin-left: 5px;
        margin-right: 5px; } }

.table-currency {
  font-family: "Averta", sans-serif;
  font-size: 13px;
  background-color: #F5F5F5;
  vertical-align: middle;
  margin-bottom: 0; }
  .table-currency th, .table-currency td {
    padding: 10px 8px; }
  .table-currency thead th {
    background-color: #D9D9D9;
    font-size: 16px;
    font-weight: 600;
    border: none;
    white-space: nowrap; }
  .table-currency tbody td {
    border-color: rgba(0, 0, 0, 0.08); }
    .table-currency tbody td:first-child {
      padding-left: 0; }
  .table-currency tbody tr:last-child td {
    border-bottom: none; }
  .table-currency tbody tr:hover .block-symbol-currency {
    border-color: #D89F28; }

.block-symbol-currency {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
  .block-symbol-currency .img {
    width: 20px;
    flex: 0 0 auto; }
    .block-symbol-currency .img img {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      object-fit: cover;
      display: block; }

.list-news-dots {
  font-family: "Averta", sans-serif;
  font-weight: 500; }
  .list-news-dots li {
    position: relative;
    padding-left: 15px; }
    .list-news-dots li:not(:last-child) {
      margin-bottom: 5px; }
    .list-news-dots li::before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #D89F28;
      position: absolute;
      top: 9px;
      left: 0; }

@media only screen and (min-width: 992px) {
  .section-category {
    padding-top: 50px; } }

.heading.heading-line-bottom .title-heading {
  padding-right: 15px; }
  @media only screen and (min-width: 768px) {
    .heading.heading-line-bottom .title-heading {
      padding-right: 40px; } }
.heading.heading-line-bottom .line-heading {
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .heading.heading-line-bottom .line-heading {
      padding-right: 16px; } }

.focus .heading {
  margin-bottom: 10px; }

.focus-lead {
  margin-bottom: 30px; }

.focus-box {
  padding-bottom: 0;
  padding-top: 10px; }
  @media only screen and (min-width: 768px) {
    .focus-box {
      border-bottom: 1px solid #ccc;
      padding-bottom: 50px; } }

.news-feature {
  border-radius: 10px;
  border: 1px solid black;
  padding: 44px 30px 50px 30px; }
  .news-feature hr {
    border-top-width: 2px;
    border-color: #F05623;
    margin-top: 29px;
    margin-bottom: 14px; }

.subscribe-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.056px;
  margin-bottom: 13px; }
  @media only screen and (min-width: 768px) {
    .subscribe-title {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 800; } }

.subscribe-news-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.064px;
  margin-bottom: 26px; }

.subscribe-form .form-control::-webkit-input-placeholder {
  text-align: center; }
.subscribe-form .form-control:-moz-placeholder {
  text-align: center; }
.subscribe-form .form-control::-moz-placeholder {
  text-align: center; }
.subscribe-form .form-control:-ms-input-placeholder {
  text-align: center; }
.subscribe-mb .subscribe-form {
  display: flex; }
  .subscribe-mb .subscribe-form .form-group {
    margin-bottom: 0;
    flex: 1 1 auto;
    margin-right: 18px; }

.aside-box-category .card-news-hz {
  padding-top: 0;
  border-color: transparent;
  padding-bottom: 20px; }
  .aside-box-category .card-news-hz:last-child {
    padding-bottom: 0; }
  .aside-box-category .card-news-hz .col-5 {
    width: 152px;
    flex: 0 0 auto; }
  .aside-box-category .card-news-hz .col-7 {
    width: calc(100% - 152px);
    flex: 0 0 auto; }

.box-category-title {
  font-size: 24px;
  letter-spacing: 0.093px;
  line-height: 1.07 0.415%;
  margin-bottom: 20px; }

.subscribe-mb {
  margin-top: 35px;
  margin-bottom: 27px; }

.section-breadcrumb {
  padding: 0 0 16px; }
  @media only screen and (min-width: 768px) {
    .section-breadcrumb {
      padding: 0 0 25px; } }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px; }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background: url(../images/icons/angle-right.svg) no-repeat;
    width: 8px;
    height: 14px;
    padding: 0;
    position: relative;
    top: 4px;
    margin-right: 10px; }
.breadcrumb-item.active {
  color: #000; }

.section-detail {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .section-detail {
      margin-bottom: 30px; } }

.share-post {
  width: 33px;
  position: absolute;
  top: 0;
  left: 0; }
  .share-post a {
    display: block; }
    .share-post a:not(:last-child) {
      margin-bottom: 15px; }

.single-post-container {
  position: relative;
  min-height: 300px; }
  @media only screen and (min-width: 768px) {
    .single-post-container {
      padding-left: 54px; } }
  @media only screen and (min-width: 1400px) {
    .single-post-container {
      padding-left: 73px; } }

@media only screen and (min-width: 1400px) {
  .row-40px {
    margin-left: -20px;
    margin-right: -20px; }
    .row-40px > * {
      padding-left: 20px;
      padding-right: 20px; } }

.title-entry {
  font-size: 28px;
  margin-bottom: 5px;
  letter-spacing: 0.187px;
  line-height: 1.07; }
  @media only screen and (min-width: 768px) {
    .title-entry {
      font-size: 30px;
      margin-bottom: 12px; } }
  @media only screen and (min-width: 992px) {
    .title-entry {
      font-size: 38px; } }

.block-avatar {
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .block-avatar {
      margin-bottom: 12px; } }
  .block-avatar .img {
    width: 22px;
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .block-avatar .img {
        width: 45px;
        height: 45px; } }
    .block-avatar .img img {
      border-radius: 50%;
      width: 22px;
      height: 22px;
      object-fit: cover; }
      @media only screen and (min-width: 768px) {
        .block-avatar .img img {
          width: 45px;
          height: 45px; } }
  .block-avatar .text {
    padding-left: 14px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .block-avatar .text {
        padding-left: 16px;
        display: block; } }

.short-single-post {
  margin-bottom: 10px;
  line-height: 1.5;
  font-style: italic; }
  @media only screen and (min-width: 768px) {
    .short-single-post {
      font-size: 20px;
      margin-bottom: 20px;
      font-style: italic; } }

.title-news-relate {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .title-news-relate {
      margin-bottom: 20px; } }

.list-news-relate {
  background-color: #EFF5FF; }
  .list-news-relate li {
    display: flex;
    padding: 9px 0; }
    .list-news-relate li:not(:last-child) {
      border-bottom: 1px solid #000; }
    .list-news-relate li .time {
      width: 110px;
      flex: 0 0 auto;
      padding-right: 20px; }
    .list-news-relate li .text {
      font-style: italic;
      font-weight: 300; }

.single-post-content {
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .single-post-content {
      font-size: 20px; } }
  .single-post-content h3 {
    font-family: "Averta", sans-serif;
    font-weight: 800;
    font-size: 20px; }
    @media only screen and (min-width: 768px) {
      .single-post-content h3 {
        font-size: 24px; } }
  .single-post-content h3, .single-post-content p, .single-post-content figure {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .single-post-content h3, .single-post-content p, .single-post-content figure {
        margin-bottom: 24px; } }
  .single-post-content iframe {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    height: 420px; }
    @media only screen and (min-width: 768px) {
      .single-post-content iframe {
        height: 680px;
        margin-bottom: 24px; } }
  .single-post-content figure img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.embed-news {
  border-radius: 10px;
  border: 0.5px dashed #000;
  background: #EFF5FF;
  padding: 16px 8px;
  display: flex;
  margin-bottom: 10px;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .embed-news {
      padding: 28px 35px;
      margin-bottom: 24px; } }

.embed-news-img {
  width: 70px;
  flex: 0 0 auto; }
  @media only screen and (min-width: 768px) {
    .embed-news-img {
      width: 158px;
      flex: 0 0 auto; } }
  .embed-news-img img {
    width: 100%;
    border-radius: 10px; }

.embed-news-text {
  padding-right: 20px; }
  @media only screen and (min-width: 768px) {
    .embed-news-text {
      padding-right: 34px; } }

.title-embed-news {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .title-embed-news {
      font-size: 20px; } }

.desc-embed-news {
  color: #585858;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .desc-embed-news {
      font-size: 16px; } }

.single-post-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 500;
  gap: 10px; }
  @media only screen and (min-width: 768px) {
    .single-post-bottom {
      margin-bottom: 20px;
      padding: 6px;
      gap: 20px; } }
  .single-post-bottom a {
    display: block; }
    .single-post-bottom a svg {
      width: 22px;
      vertical-align: -6px; }

.heading-comment {
  margin-bottom: 10px;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .heading-comment {
      margin-bottom: 20px; } }
  .heading-comment svg {
    width: 24px;
    vertical-align: -3px; }

.form-comment {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .form-comment {
      padding: 18px 20px; } }
  .form-comment .form-control {
    margin-bottom: 8px;
    background-color: #EFF5FF;
    font-weight: 500;
    padding: 10px 16px; }
    .form-comment .form-control::-webkit-input-placeholder {
      color: #8C8C8C; }
    .form-comment .form-control:-moz-placeholder {
      color: #8C8C8C;
      opacity: 1; }
    .form-comment .form-control::-moz-placeholder {
      color: #8C8C8C;
      opacity: 1; }
    .form-comment .form-control:-ms-input-placeholder {
      color: #8C8C8C; }
  .form-comment textarea.form-control {
    height: 74px;
    overflow-x: hidden;
    overflow-y: auto; }
    @media only screen and (min-width: 768px) {
      .form-comment textarea.form-control {
        height: 74px; } }
  .form-comment .btn {
    min-width: 238px; }
    @media (max-width: 757px) {
      .form-comment .btn {
        min-width: 125px; } }

.block-news-letter {
  padding-top: 15px; }
  @media only screen and (min-width: 768px) {
    .block-news-letter {
      padding-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .block-news-letter {
      margin-bottom: 30px;
      padding: 40px 30px 48px;
      border-radius: 10px;
      border: 0.5px solid #ccc; } }

.form-news-letter {
  position: relative;
  display: flex;
  gap: 18px; }
  @media only screen and (min-width: 768px) {
    .form-news-letter {
      display: block; } }
  .form-news-letter .form-control {
    background-color: #EDF4FF;
    height: 44px;
    text-align: center;
    background-image: url(../images/bg/email.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: none;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 5px; }
    @media only screen and (min-width: 768px) {
      .form-news-letter .form-control {
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 0px 4px 4px 0px #E5EFFF inset; } }
  .form-news-letter .btn {
    border-radius: 5px;
    height: 44px; }
    @media only screen and (min-width: 768px) {
      .form-news-letter .btn {
        width: 100%;
        border-radius: 10px;
        margin-top: 10px; } }

.section-bg-news {
  padding-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .section-bg-news {
      background-color: #EFF5FF;
      padding: 50px 0; } }

.block-news-list {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .block-news-list {
      margin-bottom: 50px; } }
  .block-news-list .list {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1200px) {
      .block-news-list .list {
        margin-bottom: 60px; } }
  .block-news-list .card-news-hz.card-lg {
    padding-top: 0;
    padding-bottom: 0; }
    .block-news-list .card-news-hz.card-lg:not(:last-child) {
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .block-news-list .card-news-hz.card-lg:not(:last-child) {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .block-news-list .row.row-40px {
      margin-left: -4px;
      margin-right: -4px; }
      .block-news-list .row.row-40px > * {
        padding-left: 4px;
        padding-right: 4px; } }

.title-block-news-list {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.1;
  font-family: "Averta", sans-serif; }
  @media only screen and (min-width: 768px) {
    .title-block-news-list {
      text-transform: uppercase;
      font-size: 28px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .title-block-news-list {
      font-size: 36px; } }

@media only screen and (min-width: 768px) {
  .card-news-sm {
    min-height: 100%;
    background-color: #fff;
    border-radius: 10px; } }

.card-news-sm-img a {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden; }
  .card-news-sm-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover; }

.card-news-sm-content {
  padding: 7px 0; }
  @media only screen and (min-width: 992px) {
    .card-news-sm-content {
      padding: 20px 35px; } }

.card-news-sm-title {
  font-size: 11px;
  margin-bottom: 6px; }
  @media only screen and (min-width: 768px) {
    .card-news-sm-title {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    .card-news-sm-title {
      font-size: 22px;
      margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .card-news-sm-expert {
    font-size: 15px;
    margin-bottom: 24px; } }

.card-news-sm-meta {
  font-size: 10px; }
  @media only screen and (min-width: 768px) {
    .card-news-sm-meta {
      font-size: 12px; } }
  @media only screen and (min-width: 992px) {
    .card-news-sm-meta {
      font-size: 14px; } }

.col-right {
  padding-top: 25px; }
  @media only screen and (min-width: 992px) {
    .col-right {
      width: 344px;
      flex: 0 0 auto; } }

@media only screen and (min-width: 992px) {
  .col-main {
    width: calc(100% - 344px);
    flex: 0 0 auto; } }

.block-imgs a {
  display: block; }
  .block-imgs a:not(:last-child) {
    margin-bottom: 15px; }

.logo-brand {
  width: 32px; }

.single-post-header {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  margin-bottom: 12px; }

.tags {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0 2px;
  margin-bottom: 30px; }
  .tags span {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 700;
    display: inline-block; }
  .tags a {
    color: #000;
    font-size: 15px;
    padding: 3px 8px;
    background: #f2f2f2;
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 8px; }
    .tags a:not(:last-child) {
      margin-right: 15px; }
    .tags a:hover, .tags a:focus {
      background-color: #203F6F;
      color: #fff; }

.other-news {
  border-top: 1px solid #ccc;
  padding-top: 15px; }

.title-other-news {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px; }

.comment-list {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .comment-list {
      margin-bottom: 25px; } }

.comment-item {
  display: flex; }
  .comment-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px; }

.comment-item-avatar {
  width: 70px;
  flex: 0 0 auto;
  height: 70px;
  background-color: #D89F28;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .comment-item-avatar img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%; }

.comment-item-content {
  width: calc(100% - 90px);
  flex: 0 0 auto;
  padding-left: 15px; }
  .comment-item-content .name {
    font-size: 18px; }

.text-grey {
  color: #626262; }

.forms .form-group {
  margin-bottom: 10px; }
.forms .form-control, .forms .form-select {
  background-color: #EDF3FF;
  border-radius: 5px;
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  padding: 10px 15px;
  color: #000; }
  .forms .form-control::-webkit-input-placeholder, .forms .form-select::-webkit-input-placeholder {
    color: #515151; }
  .forms .form-control:-moz-placeholder, .forms .form-select:-moz-placeholder {
    color: #515151;
    opacity: 1; }
  .forms .form-control::-moz-placeholder, .forms .form-select::-moz-placeholder {
    color: #515151;
    opacity: 1; }
  .forms .form-control:-ms-input-placeholder, .forms .form-select:-ms-input-placeholder {
    color: #515151; }
  .forms .form-control:focus, .forms .form-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #F05623; }
  @media only screen and (min-width: 768px) {
    .forms .form-control, .forms .form-select {
      background-color: #fff;
      border-radius: 10px;
      font-size: 14px;
      box-shadow: 0px 4px 4px 0px #E5EFFF inset; } }

.form-inner-addon {
  position: relative; }
  .form-inner-addon.left-inner-addon .form-control {
    padding-left: 40px; }
  .form-inner-addon.left-inner-addon .form-inner-icon {
    left: 10px; }
  .form-inner-addon .form-inner-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.section-special-news {
  overflow: hidden;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .section-special-news {
      margin-bottom: 30px; } }

.entry-header-layout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .entry-header-layout {
      bottom: 30px; } }
  @media (max-width: 767.98px) {
    .entry-header-layout .container {
      padding-left: 0;
      padding-right: 0; } }

.entry-wrap {
  max-width: 980px;
  margin: auto; }

.entry-thumnail img {
  height: 486px;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .entry-thumnail img {
      height: 790px; } }
  @media only screen and (min-width: 992px) {
    .entry-thumnail img {
      height: 900px; } }

.entry-header-content {
  position: relative;
  color: #fff; }
  .entry-header-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(26, 88, 196, 0.2) 0%, rgba(26, 88, 196, 0.2) 100%), rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    filter: blur(0px);
    backdrop-filter: blur(14.4499998093px);
    display: none; }
  @media only screen and (min-width: 768px) {
    .entry-header-content {
      padding: 34px; }
      .entry-header-content::before {
        border-radius: 10px;
        display: block; } }

.entry-header-content-p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.entry-header-instory {
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.15px;
  text-shadow: 0px 3.202px 3.202px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  border-bottom: 2px solid #F05623;
  margin-bottom: 14px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: "Averta", sans-serif; }
  @media only screen and (min-width: 768px) {
    .entry-header-instory {
      margin-bottom: 32px;
      margin-left: 0;
      margin-right: 0; } }

.entry-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.07415;
  letter-spacing: 0.079px;
  margin-bottom: 4px;
  font-family: "Averta", sans-serif; }
  @media only screen and (min-width: 768px) {
    .entry-title {
      font-size: 46px;
      letter-spacing: 0.183px;
      text-shadow: 0px 3.202px 3.202px rgba(0, 0, 0, 0.25);
      margin-bottom: 12px; } }

.entry-meta {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.07415;
  letter-spacing: 0.047px;
  color: rgba(255, 255, 255, 0.75); }
  @media only screen and (min-width: 768px) {
    .entry-meta {
      font-size: 13px;
      letter-spacing: 0.052px; } }

.entry-header-info {
  position: relative;
  padding: 25px 16px; }
  .entry-header-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 88, 196, 0.2) 0%, rgba(26, 88, 196, 0.2) 100%), rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    filter: blur(0px);
    backdrop-filter: blur(14.4499998093px); }
  @media only screen and (min-width: 768px) {
    .entry-header-info {
      padding: 0; }
      .entry-header-info::before {
        display: none; } }

.entry-body {
  margin: 25px 0; }
  @media only screen and (min-width: 768px) {
    .entry-body {
      margin-top: 40px;
      margin-bottom: 60px;
      font-size: 23px; } }
  .entry-body iframe {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    height: 420px; }
    @media only screen and (min-width: 768px) {
      .entry-body iframe {
        height: 680px;
        margin-bottom: 24px; } }
  .entry-body .figure-img-full {
    margin-bottom: 15px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .entry-body .figure-img-full {
        margin-bottom: 24px; } }
    .entry-body .figure-img-full iframe {
      margin-bottom: 0; }

.entry-text-lead {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .entry-text-lead {
      border-bottom: 1px solid #000;
      padding-bottom: 40px;
      margin-bottom: 60px;
      font-weight: 500;
      font-style: italic; } }

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  margin-top: 40px;
  border-top: 4px solid #203F6F; }

.footer-bottom {
  background-color: #eee;
  font-size: 17px;
  color: #231F20;
  padding: 22px 0 50px; }
  .footer-bottom p {
    margin-bottom: 0; }
  .footer-bottom h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0; }

.logo-footer {
  margin-bottom: 26px; }

.navbar-footer {
  margin: 0 -10px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .navbar-footer {
      display: flex;
      flex-wrap: wrap; } }
  .navbar-footer li {
    padding: 0 10px 10px;
    width: 50%;
    flex: 0 0 auto; }
