.home .home-container .home-main {
  max-width: 850px;
  margin: 30px auto; }
  .home .home-container .home-main h1 {
    font-size: 50px;
    text-align: center;
    font-family: 'Roboto Black'; }
    @media screen and (max-width: 767px) {
      .home .home-container .home-main h1 {
        font-size: 28px; } }
.home .home-container .section-article-new .article-fullwidth {
  margin-bottom: 24px; }
  .home .home-container .section-article-new .article-fullwidth .article-main {
    display: flex;
    flex-direction: row;
    background-color: #f4f4f4; }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-new .article-fullwidth .article-main {
        flex-direction: column; } }
    .home .home-container .section-article-new .article-fullwidth .article-main .article-thumb {
      width: 50%;
      flex: 0 0 50%; }
      .home .home-container .section-article-new .article-fullwidth .article-main .article-thumb a {
        width: 100%;
        height: 100%; }
        .home .home-container .section-article-new .article-fullwidth .article-main .article-thumb a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      @media screen and (min-width: 768px) and (max-width: 1180px) {
        .home .home-container .section-article-new .article-fullwidth .article-main .article-thumb img {
          height: 374px;
          object-fit: cover; } }
      @media screen and (max-width: 767px) {
        .home .home-container .section-article-new .article-fullwidth .article-main .article-thumb {
          width: 100%; } }
    .home .home-container .section-article-new .article-fullwidth .article-main .article-content {
      text-align: left;
      display: flex;
      flex-direction: column;
      padding: 20px 40px 20px 50px;
      justify-content: center; }
      @media screen and (min-width: 768px) and (max-width: 1180px) {
        .home .home-container .section-article-new .article-fullwidth .article-main .article-content {
          padding: 25px; } }
      @media screen and (max-width: 767px) {
        .home .home-container .section-article-new .article-fullwidth .article-main .article-content {
          padding: 15px; } }
      .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-category a {
        background-color: #4db2ec;
        color: #fff;
        font-family: 'Roboto Medium';
        font-size: 16px;
        padding: 5px 10px;
        display: inline-block; }
      .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-title h3 {
        margin: 15px 0;
        font-size: 50px;
        font-family: 'Roboto Bold';
        color: #000;
        line-height: 1.25; }
        @media screen and (min-width: 768px) and (max-width: 1180px) {
          .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-title h3 {
            font-size: 30px; } }
        @media screen and (max-width: 767px) {
          .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-title h3 {
            font-size: 24px; } }
        .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-title h3 a {
          color: #000; }
      .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-desc {
        font-size: 18px;
        font-family: 'Roboto Regular';
        color: #000;
        margin-bottom: 15px; }
      .home .home-container .section-article-new .article-fullwidth .article-main .article-content .article-viewmore a {
        background-color: #4db2ec;
        color: #fff;
        font-family: 'Roboto Regular';
        font-size: 13px;
        display: inline-block;
        padding: 10px 20px 10px;
        border-radius: 50px;
        text-transform: uppercase; }
.home .home-container .section-article-new .article-col .article-main {
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .home .home-container .section-article-new .article-col .article-main {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    .home .home-container .section-article-new .article-col .article-main .article-thumb {
      max-width: 100%;
      height: 207px;
      max-height: 207px;
      overflow: hidden; }
      .home .home-container .section-article-new .article-col .article-main .article-thumb a {
        max-width: 100%;
        height: 207px;
        max-height: 207px; }
      .home .home-container .section-article-new .article-col .article-main .article-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media screen and (max-width: 767px) {
    .home .home-container .section-article-new .article-col .article-main .article-thumb {
      width: 30%;
      flex: 0 0 30%; }
      .home .home-container .section-article-new .article-col .article-main .article-thumb img {
        width: 100%;
        min-height: 100px;
        object-fit: cover; } }
  @media screen and (max-width: 767px) {
    .home .home-container .section-article-new .article-col .article-main .article-content {
      padding: 0 0 12px 12px; } }
  .home .home-container .section-article-new .article-col .article-main .article-content .article-category a {
    color: #000;
    font-family: 'Roboto Medium';
    font-size: 14px;
    display: inline-block;
    margin: 8px 0; }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-new .article-col .article-main .article-content .article-category a {
        font-size: 12px;
        margin: 0 0 8px 0;
        background-color: #4db2ec;
        padding: 5px 10px;
        color: #fff; } }
    .home .home-container .section-article-new .article-col .article-main .article-content .article-category a:hover {
      color: #4db2ec; }
  .home .home-container .section-article-new .article-col .article-main .article-content .article-title h3 {
    font-size: 18px;
    font-family: 'Roboto Medium';
    color: #000;
    line-height: 1.25; }
    .home .home-container .section-article-new .article-col .article-main .article-content .article-title h3 a {
      color: #000; }
.home .home-container .section-most-popular {
  position: relative;
  z-index: 1;
  padding: 50px 14px 0 14px; }
  @media screen and (max-width: 1018px) {
    .home .home-container .section-most-popular {
      margin: 0 -12px; } }
  .home .home-container .section-most-popular .most-popular-main {
    position: relative;
    z-index: 1;
    background-color: #000;
    padding: 40px 30px; }
    @media screen and (max-width: 1018px) {
      .home .home-container .section-most-popular .most-popular-main {
        padding: 30px 15px; } }
    .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar {
      align-items: center;
      margin-bottom: 14px; }
      .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar h2 {
        color: #fff;
        font-family: 'Roboto Black';
        font-size: 40px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar h2 {
            font-size: 30px; } }
        @media screen and (max-width: 1018px) {
          .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar h2 {
            font-size: 26px; } }
      .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item {
            display: block;
            padding: 12px 0; } }
        .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item li.subcat-item {
          display: inline-block;
          margin-left: 24px; }
          @media screen and (max-width: 767px) {
            .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item li.subcat-item {
              display: inline-block;
              width: 50%;
              margin-left: 0;
              margin-bottom: 12px; } }
          .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item li.subcat-item a {
            color: #767676;
            font-family: 'Roboto Regular';
            font-size: 14px; }
            @media screen and (min-width: 768px) and (max-width: 1018px) {
              .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item li.subcat-item a {
                font-size: 12px; } }
            .home .home-container .section-most-popular .most-popular-main .row.most-popular-topbar .list-subcat-main ul.list-subcat-item li.subcat-item a:hover {
              color: #fff; }
    .home .home-container .section-most-popular .most-popular-main .row.article-popular-listing .article-item {
      padding: 15px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 15px;
      height: calc(30% - 15px); }
      @media screen and (max-width: 767px) {
        .home .home-container .section-most-popular .most-popular-main .row.article-popular-listing .article-item {
          height: auto;
          margin-bottom: 0; } }
      .home .home-container .section-most-popular .most-popular-main .row.article-popular-listing .article-item h3 {
        font-size: 18px;
        font-family: 'Roboto Regular';
        line-height: 1.5; }
        @media screen and (min-width: 768px) and (max-width: 1018px) {
          .home .home-container .section-most-popular .most-popular-main .row.article-popular-listing .article-item h3 {
            font-size: 14px; } }
        .home .home-container .section-most-popular .most-popular-main .row.article-popular-listing .article-item h3 a {
          color: #fff; }
          .home .home-container .section-most-popular .most-popular-main .row.article-popular-listing .article-item h3 a:hover {
            color: #4db2ec; }
  .home .home-container .section-most-popular .background-most-popular {
    position: absolute;
    width: 100%;
    max-width: 1248px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 320px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .home .home-container .section-most-popular .background-most-popular {
        padding-top: 500px; } }
    .home .home-container .section-most-popular .background-most-popular .most-popular-style {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      pointer-events: none; }
      .home .home-container .section-most-popular .background-most-popular .most-popular-style:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        background-color: #4db2ec; }
.home .home-container .section-article-carousel {
  padding-top: 50px; }
  .home .home-container .section-article-carousel .article-carousel-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    .home .home-container .section-article-carousel .article-carousel-main .article-carousel-cat-title h2 {
      color: #000;
      font-family: 'Roboto Black';
      font-size: 40px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .home .home-container .section-article-carousel .article-carousel-main .article-carousel-cat-title h2 {
          font-size: 30px; } }
      @media screen and (max-width: 1018px) {
        .home .home-container .section-article-carousel .article-carousel-main .article-carousel-cat-title h2 {
          font-size: 26px; } }
    .home .home-container .section-article-carousel .article-carousel-main .article-carousel-viewall a {
      background-color: #4db2ec;
      color: #fff;
      font-family: 'Roboto Regular';
      font-size: 16px;
      padding: 5px 15px;
      border-radius: 50px; }
  .home .home-container .section-article-carousel .slider-article-listing .article-item {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-carousel .slider-article-listing .article-item {
        margin-bottom: 12px;
        flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .home .home-container .section-article-carousel .slider-article-listing .article-item .article-thumb {
        max-height: 280px;
        overflow: hidden; }
        .home .home-container .section-article-carousel .slider-article-listing .article-item .article-thumb a img {
          min-height: 280px;
          object-fit: cover; } }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-carousel .slider-article-listing .article-item .article-thumb {
        width: 30%;
        flex: 0 0 30%; }
        .home .home-container .section-article-carousel .slider-article-listing .article-item .article-thumb a {
          height: 100%; }
          .home .home-container .section-article-carousel .slider-article-listing .article-item .article-thumb a img {
            width: 100%;
            height: 100%;
            min-height: 90px;
            object-fit: cover; } }
    .home .home-container .section-article-carousel .slider-article-listing .article-item .article-content {
      background-color: #f4f4f4;
      border-left: 3px solid #4db2ec;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .home .home-container .section-article-carousel .slider-article-listing .article-item .article-content {
          min-height: 136px; } }
      @media screen and (max-width: 767px) {
        .home .home-container .section-article-carousel .slider-article-listing .article-item .article-content {
          border-left: 0;
          padding: 12px; } }
      .home .home-container .section-article-carousel .slider-article-listing .article-item .article-content .article-title h3 {
        font-size: 22px;
        font-family: 'Roboto Medium'; }
        @media screen and (max-width: 767px) {
          .home .home-container .section-article-carousel .slider-article-listing .article-item .article-content .article-title h3 {
            font-size: 18px; } }
        .home .home-container .section-article-carousel .slider-article-listing .article-item .article-content .article-title h3 a {
          color: #000; }
  .home .home-container .section-article-carousel .slider-article-listing .owl-nav {
    margin-bottom: 0; }
    .home .home-container .section-article-carousel .slider-article-listing .owl-nav button {
      width: 50px;
      height: 50px;
      background-color: #4db2ec;
      border-radius: 50%;
      line-height: 1;
      margin: 0;
      position: absolute;
      top: 40%;
      border: 6px solid #fff;
      z-index: 50; }
      @media screen and (max-width: 767px) {
        .home .home-container .section-article-carousel .slider-article-listing .owl-nav button {
          width: 40px;
          height: 40px; } }
      .home .home-container .section-article-carousel .slider-article-listing .owl-nav button i {
        color: #fff;
        font-size: 26px; }
        @media screen and (max-width: 767px) {
          .home .home-container .section-article-carousel .slider-article-listing .owl-nav button i {
            font-size: 22px; } }
      .home .home-container .section-article-carousel .slider-article-listing .owl-nav button.owl-prev {
        left: -12px; }
      .home .home-container .section-article-carousel .slider-article-listing .owl-nav button.owl-next {
        right: -12px; }
.home .home-container .section-article-two-column {
  padding-top: 50px; }
  .home .home-container .section-article-two-column .article-column-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    .home .home-container .section-article-two-column .article-column-main .article-column-cat-title h2 {
      color: #000;
      font-family: 'Roboto Black';
      font-size: 40px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .home .home-container .section-article-two-column .article-column-main .article-column-cat-title h2 {
          font-size: 30px; } }
      @media screen and (max-width: 1018px) {
        .home .home-container .section-article-two-column .article-column-main .article-column-cat-title h2 {
          font-size: 26px; } }
    .home .home-container .section-article-two-column .article-column-main .article-column-viewall a {
      background-color: #4db2ec;
      color: #fff;
      font-family: 'Roboto Regular';
      font-size: 16px;
      padding: 5px 15px;
      border-radius: 50px; }
  .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing {
    padding: 35px 40px 40px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #000;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing {
        padding: 15px 20px 20px; } }
    .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item {
      padding-bottom: 16px;
      margin-bottom: 16px; }
      .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item:not(:last-child) {
        border-bottom: 1px solid #eaeaea; }
      .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item:not(:first-child) {
        padding-top: 16px; }
      .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item .article-content .article-title h3 {
        font-size: 22px;
        font-family: 'Roboto Bold'; }
        @media screen and (max-width: 991px) {
          .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item .article-content .article-title h3 {
            font-size: 18px; } }
        .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item .article-content .article-title h3 a {
          color: #000; }
          .home .home-container .section-article-two-column .article-column-listing .row .col-left .article-left-listing .article-item .article-content .article-title h3 a:hover {
            color: #4db2ec; }
  @media screen and (min-width: 768px) {
    .home .home-container .section-article-two-column .article-column-listing .row .col-right {
      order: 2; } }
  @media screen and (max-width: 767px) {
    .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item {
      margin-bottom: 24px; } }
  .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item .article-main .article-thumb a img {
    width: 100%;
    height: auto; }
  .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item .article-main .article-content .article-category a.category-name {
    font-size: 14px;
    font-family: 'Roboto Medium';
    background-color: #4db2ec;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    margin: 8px 0; }
  .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item .article-main .article-content .article-title h3 {
    font-size: 40px;
    font-family: 'Roboto Bold'; }
    @media screen and (max-width: 991px) {
      .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item .article-main .article-content .article-title h3 {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item .article-main .article-content .article-title h3 {
        font-size: 26px; } }
    .home .home-container .section-article-two-column .article-column-listing .row .col-right .article-item .article-main .article-content .article-title h3 a {
      color: #000; }
.home .home-container .section-article-three-column {
  padding-top: 50px; }
  .home .home-container .section-article-three-column .article-three-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    .home .home-container .section-article-three-column .article-three-main .article-three-cat-title h2 {
      color: #000;
      font-family: 'Roboto Black';
      font-size: 40px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .home .home-container .section-article-three-column .article-three-main .article-three-cat-title h2 {
          font-size: 30px; } }
      @media screen and (max-width: 1018px) {
        .home .home-container .section-article-three-column .article-three-main .article-three-cat-title h2 {
          font-size: 26px; } }
    .home .home-container .section-article-three-column .article-three-main .article-three-viewall a {
      background-color: #4db2ec;
      color: #fff;
      font-family: 'Roboto Regular';
      font-size: 16px;
      padding: 5px 15px;
      border-radius: 50px; }
  .home .home-container .section-article-three-column .article-three-listing .article-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    height: calc(100% - 24px); }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-three-column .article-three-listing .article-item {
        margin-bottom: 12px;
        flex-direction: row;
        height: calc(100% - 12px); } }
    @media screen and (min-width: 1024px) {
      .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb {
        max-height: 200px;
        overflow: hidden; }
        .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb a img {
          min-height: 200px;
          object-fit: cover; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb {
        max-height: 170px;
        overflow: hidden; }
        .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb a img {
          min-height: 170px;
          object-fit: cover; } }
    @media screen and (max-width: 767px) {
      .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb {
        width: 30%;
        flex: 0 0 30%; }
        .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb a {
          height: 100%; }
          .home .home-container .section-article-three-column .article-three-listing .article-item .article-thumb a img {
            width: 100%;
            height: 100%;
            min-height: 90px;
            object-fit: cover; } }
    .home .home-container .section-article-three-column .article-three-listing .article-item .article-content {
      background-color: #f4f4f4;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .home .home-container .section-article-three-column .article-three-listing .article-item .article-content {
          min-height: 100px;
          flex: 1; } }
      @media screen and (max-width: 767px) {
        .home .home-container .section-article-three-column .article-three-listing .article-item .article-content {
          border-left: 0;
          padding: 12px; } }
      .home .home-container .section-article-three-column .article-three-listing .article-item .article-content .article-title h3 {
        font-size: 18px;
        font-family: 'Roboto Medium'; }
        .home .home-container .section-article-three-column .article-three-listing .article-item .article-content .article-title h3 a {
          color: #000; }

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