/* @news Us style */
.news .description ,
.news .main-description {
    color: var(--black-color);
}
.news .main-banner div {
    top: 0;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.news .main-banner {
    position: relative;
}
.news .main-banner .banner-detail {
    top: 40%;
    z-index: 5;
    display: grid;
    height: 100px;
    position: absolute;
    justify-content: center;
}
.news .main-banner .banner-title {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: var(--white-color);
}
.news .main-banner .banner-description {
    height: 85px;
    width: 700px;
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
}
.news .main-banner .banner-detail .fa-solid {
    cursor: pointer;
    text-align: center;
    color: var(--white-color);
}

/* @section news data */
.news .news-data .all-news img {
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
    width: -webkit-fill-available;
}
.news .news-data .all-news figure .detail {
    padding: 30px 0;
}
.news .all-news .title {
  height: 50px;
  font-weight: bold;
  margin-bottom: 25px;
  color: var(--blue-color);
}
.news .all-news .description {
  height: 75px;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 25px;
  color: var(--desc-color);
}
.news .all-news .description  p:not(:first-child) {
  display: none;
}
.news .all-news .description img {
	display: none;
}
.news .all-news .read-more {
    padding: 40px;
    font-size: 14px;
    font-weight: bold;
    color: var(--black-color);
}
.news .all-news .read-more::before {
    content: "";
    left: 13px;
    width: 35px;
    bottom: 58px;
    position: absolute;
    border-top: 2px solid var(--black-color);
}
.news .all-news .read-more:hover {
    color: var(--yellow-color);
}
.news .all-news .pagination span.page-numbers.current {
    padding: 5px 10px;
    margin-right: 12px;
    border-radius: 5px;
    color: var(--white-color);
    background-color: var(--orange-color);
}
.news .all-news .pagination .page-numbers {
    padding: 5px 10px;
    margin-right: 12px;
    border-radius: 5px;
    color: var(--orange-color);
}
.news .all-news .pagination .next {
    padding: 5px 10px;
    margin-right: 12px;
    border-radius: 5px;
    color: var(--dark-gray-color);
}
.news .all-news .pagi {
    justify-content: center;
}

/* @Latest News  */
.news .latest-news {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--dark-gray-color);
}
.news .latest-news .main-title {
    font-weight: bold;
}
.news .latest-news figure {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.news .latest-news .col-12:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--dark-gray-color);
}
.news .latest-news figure .detail {
    padding-left: 15px;
}
.news .latest-news figure img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.news .latest-news figure .detail .title {
    font-size: 16px;
    color: var(--black-color);
}
.news .latest-news figure .detail .date {
    font-size: 12px;
    color: var(--black-color);
}

/* @section frequently */
.news .frequently .main-title {
    font-weight: bold;
    margin-bottom: 25px;
}
.news .frequently .main-description {
    font-size: 20px;
    margin-bottom: 30px;
}
.news .frequently .header-collapse { 
    display: flex;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;   
    background-color: var(--bg-gray-color);
}
.news .frequently .header-collapse .title ,
.news .frequently .header-collapse .fas {
    margin: 0;
    font-weight: bold;
    color: var(--green-color);
}
.news .frequently .body-collapse {
    display: none;
    font-size: 18px;
    line-height: 1.8;
    padding: 35px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    color: var(--description-color);
    background-color: var(--bg-fequently-color);
}
.news .frequently .header-collapse.open .title ,
.news .frequently .header-collapse.open .fas {
    color: var(--white-color);
}
.news .frequently .header-collapse.open .fas {
    transform: rotate(180deg);
}
.news .frequently .header-collapse.open {
    background-color: var(--green-color);
}

/* ================================================Theme Style============================================ */

/* @Global Style */
/* body{
    font-family: 'Nokora', sans-serif ,'Montserrat', sans-serif;
  }
  body .home{
    font-family: 'Nokora', sans-serif ,'Montserrat', sans-serif;
    background-image: url(../images/bg-theme.png);
  }
  section {
    margin-bottom: 80px;
  }
  .main-banner div {
    background-size: cover;
  }
  .main-title {
    font-weight: bold;
    color: var(--blue-color);
  }
  .main-description {
    color: var(--description-color) !important;
  }
  .slick-slide {
    height: auto;
  }
  .home figure img {
    width: 100%;
  } */
  
  
  /* @header */
  /* header {
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    background-color: #CCCCCC;
  }
  header .container-fluid {
    display: flex;
    justify-content: space-between;
  }
  header .add-on ,
  header .menu {
    display: flex;
    align-items: center;
  }
  header .add-on li ,
  header .menu li {
    margin: 15px;
  }
  header .add-on li a ,
  header .menu li a {
    font-size: 18px;
    color: var(--white-color);
  }
  header .menu-header-menu-container {
    display: flex;
    align-items: center;
  }
  header .add-on .enquire a {
    padding: 8px 20px;
    border-radius: 35px;
  } */
  
  /* @Footer */
  /* footer .footer-top .container {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-top .menu {
    display: flex;
    align-items: center;
  }
  footer .footer-top .menu li {
    margin-left: 15px;
  }
  
  footer .footer-bottom {
    padding: 60px 0;
  }
  footer .footer-bottom .container {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-bottom .description {
    color: var(--black-color);
  }
  footer .footer-bottom form {
    display: flex;
  }
  footer .footer-bottom form button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-bottom form .box ,
  footer .footer-bottom form button {
    height: 45px;
    border: none;
    cursor: pointer;
  }
  footer .footer-bottom .box {
    padding-left: 10px;
    color: var(--black-color);
    background-color: var(--gray-color);
  }
  footer .footer-bottom button:focus ,
  footer .footer-bottom button:hover ,
  footer .footer-bottom button {
    width: 45px;
    background-color: var(--blue-color);
  }
  footer .footer-bottom .box:focus-visible {
    outline: none;
  }
  footer .footer-bottom .wrap-top {
    margin-bottom: 20px;
  }
  footer .footer-bottom .wrap-bottom ul {
    display: flex;
    justify-content: flex-end;
  }
  footer .footer-bottom .wrap-bottom img {
    margin-left: 15px;
  } */
  
  /* ================== Responsive on device =================== */
  
  /* @mac book */
  @media (width: 1336px) {}
  
  /* Desktop */
  @media(max-width: 1440px) {
  }
  
  /* Laptop */
  @media(max-width: 1280px) {
  }
  
  /* iPad */
  @media(max-width: 769px) {
    .news .main-banner div {
        height: 350px;
    }
    .news .main-banner .banner-title {
        font-size: 50px;
    }

    .news .news-data .col-4 ,
    .news .news-data .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news .latest-news figure {
        justify-content: flex-start;
    }
    .news .latest-news figure .detail {
        padding: 15px;
    }
    .news .latest-news {
        margin-top: 20px;
    }
  }
  
    /* Mobile */
  @media(max-width: 576px) {
    .news .main-banner div {
        height: 210px;
    }
    .news .main-banner .banner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .news .main-banner .banner-description {
        font-size: 16px;
        height: 60px;
    }
    .news .news-data .col-4 ,
    .news .news-data .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news .latest-news figure .detail {
        padding: 0px 15px;
    }
    .news .frequently .body-collapse ,
    .news .frequently .header-collapse .title {
        font-size: 16px;
    }
  }