/*------------------------------------------------------------------
[Common]
*/
@font-face {
    font-family: 'Myriad Pro';
    src: url("../webfonts/MyriadPro-Semibold.woff2") format("woff2"), url("../webfonts/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: 'Myriad Pro';
    src: url("../webfonts/MyriadPro-Bold.woff2") format("woff2"), url("../webfonts/MyriadPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: 'Myriad Pro';
    src: url("../webfonts/MyriadPro-It.woff2") format("woff2"), url("../webfonts/MyriadPro-It.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: 'Myriad Pro';
    src: url("../webfonts/MyriadPro-Regular.woff2") format("woff2"), url("../webfonts/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: 'Myriad Pro';
    src: url("../webfonts/MyriadPro-BoldIt.woff2") format("woff2"), url("../webfonts/MyriadPro-BoldIt.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: 'Myriad Pro';
    src: url("../webfonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("../webfonts/MyriadPro-SemiboldIt.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap; }
  body {
    width:1440px;
    font-size: 15px;
    font-family: "Myriad Pro", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #595b61; }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: 700;
    font-family: "Myriad Pro", sans-serif;
    color: #2c2e35; }
  
  img {
    max-width: 100%;
    height: auto;
    height: unset;
    /* width: auto;  */
  }
  
  textarea {
    resize: none; }
  
  a {
    color: #2c2e35;
    text-decoration: none; }
    a:hover, a:focus {
      color: #179AD7; }
  
  .container {
    padding-left: 15px;
    padding-right: 15px; }
      .container {
        max-width: 1078px; } 
  
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row > * {
      padding-left: 15px;
      padding-right: 15px; }
  
    .col-right {
      -ms-flex: 0 0 30.8905380334%;
      flex: 0 0 30.8905380334%;
      max-width: 30.8905380334%;
      width: 30.8905380334%; } 
  
    .col-left {
      -ms-flex: 0 0 69.1094619666%;
      flex: 0 0 69.1094619666%;
      max-width: 69.1094619666%;
      width: 69.1094619666%; } 
  
  /*------------------------------------------------------------------
  [Buttons]
  */
  button {
    cursor: pointer; }
    button:focus {
      outline: none; }
  
  .btn-clear {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent; }
  
  .btn-primary-1 {
    border-color: #179AD7;
    background-color: #179AD7;
    color: #fff; }
    .btn-primary-1:hover, .btn-primary-1:focus {
      border-color: #20a8e7;
      background-color: #20a8e7;
      color: #fff; }
  
  /*------------------------------------------------------------------
  [Typo]
  */
  .text-primary-1 {
    color: #179AD7; }
  
  .title {
    color: #179AD7;
    font-size: 21px;
    font-weight: 700; }
    .title a {
      color: #179AD7; }
  
  .section-heading {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px; }
    .section-heading .title {
      margin-bottom: 0; }
  
  /*------------------------------------------------------------------
  [Icons]
  */
  [class*='ico-'] {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat; }
  
  /*------------------------------------------------------------------
  [Header]
  */
  .header-site-pc {
    display: block; }
  
  .header-top {
    padding-bottom: 24px;
    padding-top: 24px; }
    .header-top .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
  
  .change-language button {
    border: 1px solid #231F20;
    background-color: transparent;
    font-size: 13px;
    color: #58595B;
    padding: 3px 15px 3px 3px; }
    .change-language button img {
      width: 32px;
      height: 21px;
      object-fit: fill;
      margin-right: 4px;
      vertical-align: -6px; }
  
  .search-form {
    width: 268px;
    position: relative;
    height: 48px;
    padding-right: 48px; }
      .search-form {
        height: 26px;
        border: 1px solid #58595B;
        padding-right: 28px; } 
    .search-form button {
      background-color: #B5B5B6;
      width: 48px;
      height: 100%;
      top: 0;
      right: 0;
      color: #fff;
      position: absolute; }
        .search-form button {
          width: 28px; } 
    .search-form .form-control {
      border: none;
      padding: 5px 10px;
      height: 100%;
      color: #231F20;
      font-size: 15px; }
      .search-form .form-control::-webkit-input-placeholder {
        color: #231F20; }
      .search-form .form-control:-moz-placeholder {
        color: #231F20;
        opacity: 1; }
      .search-form .form-control::-moz-placeholder {
        color: #231F20;
        opacity: 1; }
      .search-form .form-control:-ms-input-placeholder {
        color: #231F20; }
        .search-form .form-control {
          text-align: center;
          font-size: 13px;
          padding: 2px 5px; } 
      .search-form .form-control:focus {
        outline: none;
        box-shadow: none; }
  
  .social-header {
    margin-bottom: 10px; }
    .social-header span {
      font-size: 13px;
      vertical-align: middle; }
    .social-header a {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #B5B5B6;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      vertical-align: middle; }
      .social-header a:not(:last-child) {
        margin-right: 8px; }
      .social-header a i {
        vertical-align: middle; }
  
  .header-imgs a, .header-imgs img {
    display: block;
    width: 100%; }
  .header-imgs a {
    margin-bottom: 18px; }
  
  .site-info {
    background-color: #179AD7;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #231F20; }
    .site-info a {
      color: #fff; }
    .site-info .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  
  .today {
    font-size: 12px; }
  
  .domain {
    font-size: 20px; }
  
  .navbar-expand-lg {
    background-color: #fff;
    border-bottom: 1px solid #abacae;
    padding-top: 0;
    padding-bottom: 0; }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .container-fluid {
      max-width: 1500px; }
      .navbar-expand-lg .navbar-nav .nav-item {
        padding-left: 3px;
        padding-right: 3px; } 
      .navbar-expand-lg .navbar-nav .nav-item {
        padding-left: 5px;
        padding-right: 5px; } 
    .navbar-expand-lg .navbar-nav .nav-link {
      text-transform: uppercase;
      font-size: 15px;
      color: #179AD7;
      font-weight: 700;
      position: relative; }
        .navbar-expand-lg .navbar-nav .nav-link {
          padding: 13px 0;
          font-size: 13px; } 
        .navbar-expand-lg .navbar-nav .nav-link {
          font-size: 15px; } 
      .navbar-expand-lg .navbar-nav .nav-link::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        height: 4px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        background-color: #179AD7;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .navbar-expand-lg .navbar-nav .nav-link.active::after, .navbar-expand-lg .navbar-nav .nav-link:hover::after, .navbar-expand-lg .navbar-nav .nav-link:focus::after {
        width: 80%; }
    .navbar-expand-lg .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
    .navbar-expand-lg .dropdown:last-child .dropdown-menu {
      right: 0;
      left: auto; }
      .navbar-expand-lg .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        top: 120%;
        margin: 0;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16); } 
    .navbar-expand-lg .dropdown-item {
      border-radius: 0 !important;
      padding: 7px 15px 5px;
      font-size: 15px; }
      .navbar-expand-lg .dropdown-item:hover, .navbar-expand-lg .dropdown-item:focus {
        background-color: #179AD7;
        color: #fff; }
  
  .navbar-brand {
    color: #179AD7;
    padding: 0;
    margin-right: 25px;
    position: relative; }
      .navbar-brand {
        margin-right: 10px;
        font-size: 15px; } 
      .navbar-brand {
        margin-right: 25px;
        top: -2px;
        font-size: 20px; } 
  
  .section-hot-news {
    padding-top: 10px;
    padding-bottom: 10px; }
      .section-hot-news {
        padding-top: 14px;
        padding-bottom: 14px; } 
  
  .hot-news-marquee {
    display: flex;
    align-items: center; }
  
  .hot-news-marquee-lbl {
    font-size: 17px;
    border-left: 3px solid #B5B5B6;
    padding-left: 10px;
    line-height: 1;
    padding-left: 12px;
    padding-right: 15px; }
  
  .list-hot-news-marquee {
    font-size: 17px; }
    .list-hot-news-marquee ul {
      margin: 0;
      position: relative;
      top: 4px; }
      .list-hot-news-marquee ul li:not(:last-child) {
        padding-right: 14px; }
    .list-hot-news-marquee a {
      color: #58595B; }
      .list-hot-news-marquee a:hover, .list-hot-news-marquee a:focus {
        color: #179AD7; }
      .list-hot-news-marquee a::before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f0da";
        margin-right: 8px;
        color: #B5B5B6; }
  
  .hot-news-bar-mb {
    background-color: #179AD7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px 2px; }
    .hot-news-bar-mb a {
      color: #fff; }
    .hot-news-bar-mb .cate-name {
      font-size: 12px;
      font-weight: 700; }
    .hot-news-bar-mb .time-mb {
      font-size: 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; } }
  .fixed-header .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    animation: 250ms ease-out 0s normal none 1 running showStickyMenu; }
  
  .header-site-mb {
    padding-top: 20px; }
      .header-site-mb {
        display: none; } 
  
  .header-center-mb {
    padding-top: 20px; }
    .header-center-mb .logo {
      padding: 0 15px; }
      .header-center-mb .logo img {
        max-width: 200px; }
          .header-center-mb .logo img {
            max-width: 268px; } 
  
  .btn-bars {
    display: inline-block;
    width: 32px;
    height: 32px; }
    .btn-bars span {
      width: 18px;
      height: 2px;
      background-color: #B5B5B6;
      position: relative;
      display: block;
      margin: 0 auto; }
      .btn-bars span::before, .btn-bars span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #B5B5B6; }
      .btn-bars span::before {
        top: -5px; }
      .btn-bars span::after {
        bottom: -5px; }
  
  .header-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 98;
    display: none; }
    .header-mask.show {
      display: block; }
  
  .sidebar-menu {
    position: fixed;
    top: 0;
    left: -300px;
    background-color: #fff;
    width: 300px;
    z-index: 99;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 100vh;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .sidebar-menu.show {
      left: 0; }
  
  .sidebar-menu-header {
    height: 55px;
    border-bottom: 1px solid #8a8c8f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; }
    .sidebar-menu-header img {
      max-height: 32px; }
  
  .btn-close-menu {
    position: relative;
    height: 32px;
    width: 32px; }
    .btn-close-menu::before, .btn-close-menu::after {
      content: "";
      position: absolute;
      background-color: #595b61;
      height: 1px;
      width: 26px;
      right: 0;
      left: 0;
      transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
      top: 50%; }
    .btn-close-menu::before {
      transform: rotate(45deg);
      margin-top: -2px; }
    .btn-close-menu::after {
      transform: rotate(-45deg);
      top: 50%;
      margin-top: -2px; }
  
  .sidebar-menu-content {
    height: calc(100vh - 55px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0; }
  
  .navbar-nav-mb {
    display: block; }
    .navbar-nav-mb .nav-link {
      font-size: 15px;
      font-weight: 700;
      padding: 8px 15px;
      text-transform: uppercase; }
      .navbar-nav-mb .nav-link:hover, .navbar-nav-mb .nav-link:focus, .navbar-nav-mb .nav-link.active {
        color: #179AD7; }
    .navbar-nav-mb .dropdown-menu {
      box-shadow: none;
      position: static !important;
      width: 100%;
      transform: none !important;
      border: none;
      border-radius: 0;
      padding: 0; }
      .navbar-nav-mb .dropdown-menu .dropdown-item {
        padding: 7px 25px; }
        .navbar-nav-mb .dropdown-menu .dropdown-item:hover, .navbar-nav-mb .dropdown-menu .dropdown-item:focus {
          background-color: transparent;
          color: #179AD7; }
  
  .btn-open-submenu {
    height: 35px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 0 15px; }
  
  .btn-search-mobile {
    background-color: #B5B5B6;
    width: 32px;
    height: 32px;
    color: #fff; }
  
  .dropdown-menu-site {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    min-width: 195px;
    padding: 0;
    margin: 0; }
  
  .header-navbar-mb {
    margin-top: 10px; }
    .header-navbar-mb .navbar-mb-wrap {
      display: flex;
      align-items: center;
      border-top: 1px solid #231F20;
      border-bottom: 1px solid #231F20;
      padding-top: 4px;
      padding-bottom: 4px; }
  
  .home-mb {
    color: #179AD7;
    font-size: 20px;
    margin-right: 10px; }
  
  .main-nav-mb {
    display: flex;
    margin-bottom: 0; }
    .main-nav-mb .nav-item:not(:last-child) {
      position: relative;
      padding-right: 18px; }
      .main-nav-mb .nav-item:not(:last-child)::after {
        content: "";
        width: 4px;
        height: 4px;
        background-color: #B5B5B6;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translate(0, -50%); }
    .main-nav-mb .nav-link {
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 700;
      color: #179AD7; }
        .main-nav-mb .nav-link {
          font-size: 12px; } 
  
  /*------------------------------------------------------------------
  [Content]
  */
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 16px;
    height: 30px;
    margin-top: 0;
    transform: translateY(-50%); }
      .swiper-button-next,
      .swiper-button-prev {
        width: /*45*/25px;
        height: /*90*/40px; } 
    .swiper-button-next::after,
    .swiper-button-prev::after {
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%; }
    .swiper-button-next.is-sm,
    .swiper-button-prev.is-sm {
      width: 16px;
      height: 30px; }
        .swiper-button-next.is-sm,
        .swiper-button-prev.is-sm {
          width: 22px;
          height: 42px; } 
  
  .swiper-button-next::after {
    background-image: url(../images/icons/ico-next-sm.png); }
      .swiper-button-next::after {
        background-image: url(../images/icons/ico-next-big.png); } 
  .swiper-button-next.is-sm::after {
    background-image: url(../images/icons/ico-next-md.png); }
  
  .swiper-button-prev::after {
    background-image: url(../images/icons/ico-prev-sm.png); }
      .swiper-button-prev::after {
        background-image: url(../images/icons/ico-prev-big.png); } 
  .swiper-button-prev.is-sm::after {
    background-image: url(../images/icons/ico-prev-md.png); }
  
  .swiper-magazines {
    margin-bottom: 25px; }
  
  .box-cate-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; }
  
  /* topstory */
  .topstory-article {
    border: 1px solid #5e6165;
    padding: 15px;
    margin-bottom: 25px; }
      .topstory-article {
        padding: 25px; } 
  .topstory-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.1; }
      .topstory-title {
        font-size: 37px;
        margin-bottom: 24px; } 
  .topstory-body {
    display: flex;
    flex-wrap: wrap; }
  .topstory-content {
    width: 100%;
    order: 2; }
      .topstory-content {
        width: 22%;
        order: 1; } 
  .topstory-img {
    width: 100%;
    order: 1; }
      .topstory-img {
        padding-left: 30px;
        width: 78%;
        order: 2; } 
  .topstory-badge {
    background-color: #009bde;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 15px 5px;
    text-align: center;
    margin-bottom: 16px;
    min-width: 120px; }
      .topstory-badge {
        margin-bottom: 24px; } 
    .topstory-badge:hover, .topstory-badge:focus {
      color: #fff; }
  
  .in-category {
    background-color: #00b8f1;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 15px 0;
    text-align: center;
    min-width: 110px;
    display: inline-block;
    white-space: nowrap; }
    .in-category:hover, .in-category:focus {
      background-color: #00a5d8;
      color: #fff; }
  
  /* swiper-sub-featured */
  .sub-featured {
    margin-bottom: 30px; }
  
  .swiper-sub-featured .swiper-button-next, .swiper-sub-featured .swiper-button-prev {
    margin-top: -6%; }
  
  /* video */
  .multi-media .section-heading {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px; }
  .multi-media .video-container {
    margin-bottom: 0; }
  
  .ico-play-square {
    background-color: #009bde;
    position: relative;
    width: 46px;
    height: 32px;
    display: inline-block; }
    .ico-play-square::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 12px solid #101c28; }
  
  .video-container {
    position: relative;
    margin-bottom: 16px; }
    .video-container.small .video-play {
      width: 20px;
      height: 20px; }
      .video-container.small .video-play::before {
        border-left-width: 8px;
        border-top-width: 5px;
        border-bottom-width: 5px; }
    .video-container.small .video-time-duration {
      font-size: 9px; }
  .video-thumnail img {
    width: 100%;
    height: auto;
    display: block; }
  .video-heading {
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff; }
      .video-heading {
        padding-left: 15px;
        padding-right: 15px; } 
    .video-heading .in-category {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(0, 184, 241, 0.6);
      min-width: 88px; }
  .video-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px; }
  .video-title-label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff; }
  .video-divider {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
    margin-top: 6px; }
  .video-time-duration {
    display: inline-block;
    font-size: 15px; }
  .video-play {
    background-color: #009bde;
    border-radius: 100%;
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block; }
    .video-play::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 12px solid #fff;
      margin-left: 1px; }
    .video-play:hover {
      background-color: #0089c5; }
  
  .border-dark {
    border: 1px solid #67696e; }
  
  .magazine-img {
    margin-bottom: 10px;
    text-align: center; }
  .magazine-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0; }
    .magazine-title a {
      color: inherit; }
    .magazine-title span {
      color: #179AD7; }
  
  .list-view .card.card-hoz {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d8d9; }
    .list-view .card.card-hoz:first-child {
      padding-top: 0; }
    .list-view .card.card-hoz:last-child {
      border-width: 0;
      padding-bottom: 0; }
      .list-view .card.card-hoz {
        padding-top: 30px;
        padding-bottom: 30px; } 
    .list-view.list-view-large .card.card-hoz .card-hoz-img {
      width: 26%; } 
    .list-view.list-view-large .card.card-hoz .card-hoz-body {
      width: 74%; } 
  
  .card.card-hoz {
    border: 0;
    border-radius: 0;
    flex-direction: row;
    align-items: flex-start; }
    .card.card-hoz .card-hoz-img {
      width: 80px;
      display: flex;
      align-items: center; }
        .card.card-hoz .card-hoz-img {
          width: 35.5%; } 
      .card.card-hoz .card-hoz-img img {
        max-width: 100%;
        height: auto; }
    .card.card-hoz .card-hoz-body {
      width: calc(100% - 80px);
      padding-left: 12px; }
        .card.card-hoz .card-hoz-body {
          width: 64.5%;
          padding-left: 20px; } 
    .card.card-hoz .card-title {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25; }
        .card.card-hoz .card-title {
          font-size: 20px;
          margin-bottom: 10px; } 
    .card.card-hoz .card-meta {
      font-size: 14px;
      color: #179AD7; }
      .card.card-hoz .card-meta a {
        color: inherit; }
        .card.card-hoz .card-meta {
          font-size: 16px; } 
    .card.card-hoz .card-text {
      font-size: 14px;
      line-height: 1.3;
      display: none;
      margin-top: 20px; }
        .card.card-hoz .card-text {
          display: block; } 
  .card.card-vert {
    border: 0;
    border-radius: 0; }
    .card.card-vert .card-thumb {
      margin-bottom: 14px; }
      .card.card-vert .card-thumb img {
        width: 100%; }
    .card.card-vert .card-body {
      padding: 0; 
      height: 100px;
    }
    .card.card-vert .card-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 12px;
      line-height: 1.25; }
        .card.card-vert .card-title {
          font-size: 22px; } 
  
  .swiper-news-image .swiper-slide img {
    width: 100%; }
  .swiper-news-image .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  
  .swiper-news-list-group {
    padding: 10px 0 30px; }
    .swiper-news-list-group .swiper-slide.swiper-slide-thumb-active .news-list-item-title {
      font-weight: bold; }
      .swiper-news-list-group .swiper-slide.swiper-slide-thumb-active .news-list-item-title a::before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f0da";
        color: #179AD7;
        margin-right: 6px; }
    .swiper-news-list-group .swiper-slide:last-child .news-list-item {
      border-bottom-width: 0; }
  
  .news-list-item {
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #c2c4c5; }
    .news-list-item-title {
      height: 44px;
      line-height: 22px;
      overflow: hidden;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 0; }
  
  .box-cate-r {
    margin-bottom: 24px; }
    .box-cate-r-heading {
      background-color: #179AD7;
      text-align: center;
      padding: 7px 6px 4px 6px; }
    .box-cate-r-title {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 21px;
      line-height: 1.3;
      color: #fff; }
    .box-cate-r-body {
      border-color: #8a8c8f;
      border-style: solid;
      border-width: 0 1px 1px 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 25px; }
    .box-cate-r-item-content {
      padding: 20px 0;
      display: flex; }
    .box-cate-r-item-img {
      width: 85px; }
      .box-cate-r-item-img img {
        width: 85px;
        height: 75px; }
    .box-cate-r-item-body {
      width: calc(100% - 85px);
      padding-left: 15px; }
    .box-cate-r-item-title {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 0;
      line-height: 1.25; }
    .box-cate-r-category {
      border-bottom: 1px solid #bebfc0;
      display: flex;
      justify-content: center; }
      .box-cate-r-category .in-category {
        min-width: 70%; }
          .box-cate-r-category .in-category {
            min-width: 40%; } 
          .box-cate-r-category .in-category {
            min-width: 70%; } 
  
  .list-imgs a, .list-imgs img {
    display: block;
    width: 100%; }
  
  .btn-link-viewmore {
    display: inline-block;
    color: #179AD7;
    border: 1px solid #b0b1b4;
    padding: 12px 20px;
    min-width: 230px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .btn-link-viewmore span {
      display: inline-block;
      border-bottom: 3px solid #d8d8da;
      padding: 0 10px 2px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .btn-link-viewmore:hover, .btn-link-viewmore:focus {
      border-color: #179AD7; }
      .btn-link-viewmore:hover span, .btn-link-viewmore:focus span {
        border-bottom-color: #179AD7; }
  
  .mb-40 {
    margin-bottom: 30px; }
      .mb-40 {
        margin-bottom: 40px; } 
  
  .mb-30 {
    margin-bottom: 25px; }
      .mb-30 {
        margin-bottom: 30px; } 
  
  .block-news {
    background-color: #E6E7E8; }
      .block-news {
        min-height: 100%; } 
    .block-news .title {
      background-color: #fff;
      margin-bottom: 0;
      padding-bottom: 8px; }
  
  .block-news-body .swiper-magazines, .block-news-body .magazine-img {
    margin-bottom: 0; }
  
  .slick-slider .slick-prev, .slick-slider .slick-next {
    width: 16px;
    height: 30px;
    z-index: 5; }
      .slick-slider .slick-prev, .slick-slider .slick-next {
        left: 50%;
        transform: translate(-50%, 0);
        width: 45px;
        height: 90px; } 
    .slick-slider .slick-prev::before, .slick-slider .slick-next::before {
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% 100%; }
        .slick-slider .slick-prev::before, .slick-slider .slick-next::before {
          transform: rotate(90deg); } 
  .slick-slider .slick-prev {
    left: 20px; }
      .slick-slider .slick-prev {
        bottom: unset;
        top: 0;
        left: 50%; } 
    .slick-slider .slick-prev::before {
      background-image: url(../images/icons/ico-prev-sm.png); }
        .slick-slider .slick-prev::before {
          background-image: url(../images/icons/ico-prev-big.png); } 
  .slick-slider .slick-next {
    right: 20px; }
      .slick-slider .slick-next {
        top: unset;
        bottom: 0;
        right: unset; } 
    .slick-slider .slick-next::before {
      background-image: url(../images/icons/ico-next-sm.png); }
        .slick-slider .slick-next::before {
          background-image: url(../images/icons/ico-next-big.png); } 
  
  .banner-img a, .banner-img img {
    display: block; }
  
  .slick-slider .slick-list {
    margin: 0 -10px; }
      .slick-slider .slick-list {
        margin: -8px 0; } 
  .slick-slider .slick-slide {
    border: none;
    padding: 0 10px; }
      .slick-slider .slick-slide {
        padding: 8px 0; } 
  
  .hr-line {
    border-top: 2px solid #d6d6d7;
    margin: 0 0 30px;
    opacity: 1; }
  
  .mb-30 {
    margin-bottom: 30px; }
  
  /*------------------------------------------------------------------
  [Detail]
  */
  .author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  
  .author-avatar {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px; }
  
  .author-text {
    padding-left: 15px; }
    .author-text h3 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0; }
  
  .entry-title {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.3; }
      .entry-title {
        font-size: 32px; } 
      .entry-title {
        font-size: 42px; } 
  
  .short-text {
    font-size: 18px;
    font-weight: 700;
    color: /*#b7b8ba*/#000; }
      .short-text {
        font-size: 20px; } 
  
  .maybe-you-like {
    background-color: #f3f3f3; }
  
  .title-line {
    background-color: #f3f3f3;
    border-left: 3px solid #179AD7;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding: 3px 12px 1px; }
  
  .maybe-item {
    display: flex; }
    .maybe-item .img {
      -ms-flex: 0 0 120px;
      flex: 0 0 120px;
      max-width: 120px;
      width: 120px; }
    .maybe-item .text {
      -ms-flex: 0 0 calc(100% - 120px);
      flex: 0 0 calc(100% - 120px);
      max-width: calc(100% - 120px);
      width: calc(100% - 120px);
      padding-left: 10px; }
      .maybe-item .text h3 {
        font-size: 14px;
        font-weight: 700; }
        .maybe-item .text h3 a {
          color: #179AD7; }
  
  .single-content figcaption {
    font-style: italic;
    margin-top: 4px; }
  
  .tags {
    background-color: #f3f3f3;
    padding: 20px; }
    .tags h3 {
      text-transform: uppercase;
      font-size: 16px; }
  
  .tag-item {
    display: inline-block;
    background-color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px; }
    .tag-item:not(:last-child) {
      margin-right: 3px; }
    .tag-item i {
      font-size: 14px; }
  
  .comment-form {
    background-color: #f3f3f3; }
  
  .comment-form {
    padding: 20px; }
    .comment-form h3 {
      font-size: 16px; }
    .comment-form textarea {
      height: 90px;
      overflow-x: hidden;
      overflow-y: auto; }
  
  .title-page {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .card-cate-sm {
    margin-bottom: 28px; }
  
  .card-cate-sm-img {
    margin-bottom: 14px; }
    .card-cate-sm-img img {
      width: 100%; }
  
  .card-cate-sm-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0; }
  
  .card-cate {
    margin-bottom: 28px; }
  
  .card-cate-img {
    margin-bottom: 15px; }
    .card-cate-img img {
      width: 100%; }
  
  .card-cate-title {
    line-height: 1.35;
    font-size: 22px;
    margin-bottom: 15px; }
  
  .card-cate-expert {
    font-size: 14px; }
  
  /*=== page-not-found ===*/
  .page-not-found {
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 25px 15px; }
    .page-not-found .logo {
      text-align: center; }
      .page-not-found .logo img {
        max-height: 65px; }
  
  .wrap-not-found {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 180px); }
  
  .notfound {
    max-width: 480px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 18px; }
    .notfound h2 {
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 3px; }
        .notfound h2 {
          font-size: 30px;
          letter-spacing: 7px; } 
    .notfound .btn-primary-1 {
      min-width: 180px;
      border-radius: 30px; }
  
  .notfound-404 {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 50px; }
    .notfound-404 > div:first-child {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #ffa200;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border: 5px dashed #000;
      border-radius: 5px; }
      .notfound-404 > div:first-child::before {
        content: '';
        position: absolute;
        left: -5px;
        right: -5px;
        bottom: -5px;
        top: -5px;
        -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
        border-radius: 5px; }
    .notfound-404 h1 {
      color: #000;
      font-weight: 700;
      margin: 0;
      font-size: 90px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      text-align: center;
      height: 40px;
      line-height: 40px; }
  
  /*------------------------------------------------------------------
  [Footer]
  */
  .footer-site {
    font-size: 15px;
    margin-top: 50px; }
      .footer-site .navbar-expand-lg .dropdown-menu {
        top: unset;
        bottom: 120%; } 
    .footer-site .navbar-expand-lg .dropdown:hover .dropdown-menu {
      top: unset;
      bottom: 100%; }
  
  .footer-top {
    margin-bottom: 25px; }
  
  .footer-bottom {
    color: #fff;
    padding: 50px 0 35px;
    background-color: #383839; }
      .footer-bottom {
        background-color: #42454a;
        padding: 35px 0 50px; } 
  
  .about-footer p {
    margin-bottom: 0; }
  .about-footer h3, .about-footer h4 {
    color: #fff; }
  .about-footer h3 {
    font-size: 18px;
    font-weight: 700; }
      .about-footer h3 {
        font-size: 21px; } 
  .about-footer h4 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 28px; }
      .about-footer h4 {
        margin-bottom: 15px;
        font-size: 12px;
        font-weight: normal; } 
  
  .logo-footer {
    margin-bottom: 35px; }
    .media .col-md-4 {
        width: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .mb-lg-0 {
        margin-bottom: 0!important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-4 .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-4,.col-sm-6 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-none,.fixed-header .header-bottom {
        display: none!important;
    }