@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Mukta", sans-serif !important; }

a {
  text-decoration: none !important;
  color: inherit !important; }

li {
  list-style-type: none;
  list-style-position: inside; }

figure {
  margin: 0 !important;
  overflow: hidden; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

ul,
ol {
  padding-left: 0 !important;
  margin: 0 !important; }
  ul li,
  ol li {
    list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important; }

.social-icons {
  z-index: 1;
  display: flex;
  gap: 14px;
  font-size: 1rem; }
  .social-icons .icon-wrapper {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #DADADA;
    color: #D7182A; }
    .social-icons .icon-wrapper:hover {
      background-color: #ffffff; }
    .social-icons .icon-wrapper a,
    .social-icons .icon-wrapper i {
      padding: 7px;
      font-size: 15px; }

.section-gutter {
  margin-top: 2.5rem; }

.date-time {
  display: flex;
  align-items: center;
  color: #909090;
  font-size: 15px;
  font-weight: 400; }
  .date-time i {
    margin-right: 9px; }

.description {
  font-size: 1.125rem;
  color: #717171;
  text-align: justify; }

.news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #D9D9D9;
  margin-bottom: 40px;
  padding-bottom: 4px; }
  .news-heading .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #009956; }
  .news-heading a {
    font-weight: 600;
    font-size: 18px;
    color: #D7182A !important; }

.card {
  border: 0 !important;
  border-radius: 10px !important;
  overflow: hidden; }

.hover:hover .title {
  color: #D7182A !important; }

.main-news-card .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  color: #404040; }
.main-news-card .date-time {
  font-size: 1rem; }
.main-news-card .description {
  font-size: 22px;
  color: #4d4d4d;
  line-height: normal; }

.sub-news-card .title {
  font-size: 24px;
  font-weight: 500;
  color: #404040; }
.sub-news-card .date-time {
  font-size: 1rem; }
.sub-news-card .description {
  font-size: 20px;
  color: #4d4d4d;
  line-height: normal; }

.side-news-card .title {
  font-size: 20px;
  font-weight: 500;
  color: #404040; }
.side-news-card .date-time {
  font-size: 1rem; }
.side-news-card .description {
  font-size: 18px;
  color: #4d4d4d;
  line-height: normal; }

.breadcrumb-all {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #DBFFE9; }
  .breadcrumb-all .breadcrumb {
    font-size: 28px;
    font-weight: 500;
    margin-top: .5rem !important; }
    .breadcrumb-all .breadcrumb li {
      color: #404040; }
      .breadcrumb-all .breadcrumb li.active {
        color: #D7182A; }

.pagination-wrapper {
  margin-top: 50px; }
  .pagination-wrapper .pagination {
    justify-content: center; }
    .pagination-wrapper .pagination i {
      color: #474747; }
    .pagination-wrapper .pagination .page-item.active {
      color: #ffffff; }
      .pagination-wrapper .pagination .page-item.active .page-link {
        background-color: #D7182A !important; }
    .pagination-wrapper .pagination .page-item .page-link {
      padding: 10px 16px 5px 16px;
      border-color: #727272 !important;
      font-size: 18px; }
    .pagination-wrapper .pagination .page-item:first-child .page-link {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .pagination-wrapper .pagination .page-item:last-child .page-link {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }

.error {
  font-size: 14px;
  color: #ff5a5a;
  margin-top: 4px; }

.primary-btn {
  background-color: #D7182A;
  border: 0;
  padding: 10px 26px;
  font-size: 18px;
  border-radius: 10px;
  color: #ffffff; }
  .primary-btn:hover {
    background-color: #a10000; }

.news-ribbon {
  background-color: #D7182A;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 12px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  border-radius: 4px;
  border-bottom: 2px solid black; }

.news-detail .news-ribbon {
  margin-left: 0;
  margin-bottom: 10px; }
.news-detail .news-detail-sub_title {
  font-size: 26px; }

.main-logo figure img, .top-head figure img, .bottom-wrapper figure img, .notice-modal figure img {
  height: auto !important; }

.author .main-news-card {
  padding: 20px; }
  .author .main-news-card figure {
    height: 324px !important;
    background-color: #EAEAEA; }
    .author .main-news-card figure img {
      border-radius: 50%; }

@media (max-width: 1399px) {
  header .main-nav a {
    margin-right: 26px !important; } }
@media (max-width: 1199px) {
  header .main-nav a {
    margin-right: 16px !important; } }
@media (max-width: 991px) {
  .enquiry-modal .modal-content {
    padding: 16px 6px !important; }
    .enquiry-modal .modal-content .modal-header .btn-close {
      top: 45px !important;
      right: 15px !important; }

  .contact-us .contact-form {
    padding-left: 0 !important; }
  .contact-us .contact-info {
    margin-right: 0 !important;
    padding: 35px 20px !important; }

  .aboutus-content figure {
    float: none !important;
    max-width: 100% !important; }

  header {
    box-shadow: 0 0px 25px 1px #00000040; }
    header .main-nav {
      display: none !important; }
    header .top-header {
      padding-block: 10px !important; }
      header .top-header .social-date {
        display: none; }

  .news-detail .news-detail-title {
    font-size: 30px !important;
    line-height: inherit !important; }
  .news-detail .news-detail-sub_title {
    font-size: 22px !important; }

  .recent-news .side-news-card figure {
    height: 200px !important; }

  .footer .second-title_1 {
    width: 100% !important; }

  .footer .bottom-footer .bottom-wrapper {
    padding-inline: 0 !important; }

  .breaking-news .main-news-wrapper a {
    font-size: 2.75rem !important;
    line-height: 56px !important; }

  .main-news-card .title {
    font-size: 26px;
    line-height: 36px; }
  .main-news-card .description {
    font-size: 20px; }

  .sub-news-card .title {
    font-size: 20px;
    line-height: normal; }
  .sub-news-card .description {
    font-size: 18px; }

  .side-news-card .title {
    font-size: 20px; }
  .side-news-card .description {
    font-size: 18px; } }
@media (max-width: 767px) {
  .bichar .side-news-card figure {
    height: 230px !important; }
  .bichar .side-news-card .title {
    margin-top: 10px; } }
@media (max-width: 580px) {
  .news-detail .next-prev-news {
    top: 60% !important; }
  .news-detail .next-news .next-news-content,
  .news-detail .prev-news .prev-news-content {
    width: 320px !important; }
  .news-detail .news-detail-title.sticky-news {
    padding-right: 10px !important; }

  .breaking-news .main-news-wrapper a {
    font-size: 2rem !important;
    line-height: 46px !important; }
  .breaking-news .main-news-wrapper .date-time {
    font-size: 1rem !important;
    margin-top: 10px !important; }
  .breaking-news .main-news-wrapper .description {
    font-size: 18px !important; }

  .main-news-card .title {
    font-size: 22px;
    line-height: 36px; }
  .main-news-card .description {
    font-size: 18px; }

  .fresh-news .main-news-card .card-body {
    padding: 1rem !important; }
    .fresh-news .main-news-card .card-body .date-time {
      padding-block: 4px 14px !important; }

  .modal figure {
    width: 100% !important; }

  .category .main-news-card .card-body .title {
    margin-block: 8px !important;
    font-size: 30px !important;
    line-height: 44px !important; }
  .category .sub-news-card .card-body .title {
    font-size: 24px !important;
    line-height: 34px !important; }

  .bichar .main-news-card .card-body .date-time {
    display: none !important; } }
@media (max-width: 425px) {
  .news-detail .next-news .next-news-content,
  .news-detail .prev-news .prev-news-content {
    width: 250px !important;
    padding: 1rem 0.65rem !important; }

  label #cancel {
    top: 20px !important;
    padding: 7px 10px !important; }

  .sidebar {
    width: 300px !important; }
    .sidebar .side-bar-content {
      padding: 45px 30px 25px !important; }
    .sidebar .top-head figure {
      width: 215px !important; }
    .sidebar .all-links ul {
      gap: 30px !important; }
    .sidebar .side-date-time {
      font-size: 1rem !important;
      padding: 10px 20px !important; } }
.enquiry button {
  width: max-content;
  border: 0px solid #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 100;
  position: fixed;
  top: 35%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 500ms;
  background: white;
  border-radius: 50%;
  border: 1px solid #6C6C6C; }

.enquiry-modal {
  font-family: "Poppins", sans-serif; }
  .enquiry-modal .section-title {
    font-size: 36px;
    font-weight: 500;
    color: #707070; }
  .enquiry-modal .modal-content {
    background: white;
    padding: 40px; }
    .enquiry-modal .modal-content .modal-header {
      border-bottom: none; }
      .enquiry-modal .modal-content .modal-header .section-title {
        margin-bottom: 0px !important; }
      .enquiry-modal .modal-content .modal-header .btn-close {
        background: transparent;
        position: absolute;
        top: 59px;
        right: 50px;
        font-size: 30px;
        color: #696969; }
        .enquiry-modal .modal-content .modal-header .btn-close:focus {
          box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important; }
    .enquiry-modal .modal-content .modal-body .form-label {
      color: #797979;
      font-weight: 600; }
    .enquiry-modal .modal-content .modal-body .form-control, .enquiry-modal .modal-content .modal-body .form-select {
      border-radius: 4px;
      border: 1px solid #B5B5B5;
      background-color: transparent;
      height: 46px; }
      .enquiry-modal .modal-content .modal-body .form-control::placeholder, .enquiry-modal .modal-content .modal-body .form-select::placeholder {
        color: #989898; }
      .enquiry-modal .modal-content .modal-body .form-control:focus, .enquiry-modal .modal-content .modal-body .form-select:focus {
        box-shadow: none; }
    .enquiry-modal .modal-content .modal-body textarea {
      height: 120px !important; }
    .enquiry-modal .modal-content .primary-btn {
      background-color: #D7182A;
      text-align: center;
      padding: 8px 24px; }

header .top-header {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .top-header .social-icons {
    margin-bottom: 22px; }
  header .top-header .main-logo {
    margin-right: 14.5%; }
  header .top-header .date-time {
    color: #909090;
    display: flex;
    gap: 30px; }
    header .top-header .date-time i {
      margin-right: .5rem; }
header .main-nav {
  background-color: #009956;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px; }
  header .main-nav a {
    color: #ffffff !important;
    margin-right: 35px;
    font-size: 1.25rem;
    font-weight: 500; }
    header .main-nav a.active {
      background-color: #ffffff;
      color: #D7182A !important;
      padding-inline: 12px; }
    header .main-nav a:last-child {
      margin-right: 0; }

.search-box-wrapper {
  line-height: 50px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .search-box-wrapper i {
    line-height: 24px;
    color: #ffffff;
    font-size: 24px;
    padding: .5rem;
    border-radius: 2px;
    width: 100%;
    height: 100%; }
  .search-box-wrapper .search-box {
    position: absolute;
    z-index: 200;
    top: 60px;
    right: -27px;
    width: 350px;
    line-height: 45px;
    display: none; }
    .search-box-wrapper .search-box::before {
      content: "";
      position: absolute;
      top: -28px;
      right: 32px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 14px solid transparent;
      border-bottom: 14px solid #007844; }
    .search-box-wrapper .search-box input[type="text"] {
      width: 200px;
      padding: 0 10px;
      margin-left: 23px;
      border: 1px solid #007844;
      border-top: 2px solid #007844;
      outline: none; }
    .search-box-wrapper .search-box input[type="submit"] {
      width: 80px;
      background: #007844;
      color: #fff;
      margin-left: -6px;
      border: 1px solid #007844;
      border-top: 2px solid #007844;
      outline: none;
      cursor: pointer; }
  .search-box-wrapper .visible {
    display: block; }

.main-nav-wrapper {
  position: sticky;
  top: 0;
  background-color: #009956;
  padding: 12px 0;
  z-index: 1000; }
  .main-nav-wrapper .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main-nav-wrapper .nav-container .main-links {
      margin-left: 100px;
      margin-right: auto; }
      .main-nav-wrapper .nav-container .main-links a {
        margin-right: 35px;
        font-weight: 500;
        font-size: 16px;
        color: #ffffff !important; }

.sidebar {
  position: fixed;
  right: -500px;
  top: 0;
  width: 445px;
  height: max-content;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s ease;
  z-index: 1000; }
  @media (max-height: 700px) {
    .sidebar {
      overflow: auto;
      height: 100% !important; } }
  .sidebar .side-bar-content {
    padding: 45px 40px; }
  .sidebar .top-head {
    border-bottom: 1px solid #009956;
    padding-bottom: 20px;
    margin-bottom: 50px; }
    .sidebar .top-head figure {
      width: 269px;
      margin: 0 auto !important; }
  .sidebar .side-date-time {
    margin-top: 10px;
    text-align: center;
    background-color: #009956;
    color: white;
    padding: 18px 20px;
    font-weight: 700;
    font-size: 18px; }
  .sidebar .all-links {
    display: flex;
    column-gap: 95px;
    justify-content: center;
    position: relative; }
    .sidebar .all-links::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 50%;
      background-color: #009956; }
    .sidebar .all-links ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      columns: 2;
      -webkit-columns: 2;
      gap: 100px;
      padding-block: 0px 10px; }
      .sidebar .all-links ul li {
        margin-bottom: 15px; }
        .sidebar .all-links ul li a {
          display: inline-block;
          position: relative;
          font-weight: 500;
          font-size: 20px; }
          .sidebar .all-links ul li a:hover {
            color: #009956 !important; }

#check {
  display: none; }
  #check:checked ~ .sidebar {
    right: 0; }
  #check:checked ~ label #btn {
    opacity: 0;
    pointer-events: none; }
  #check:checked ~ label #cancel {
    right: 6px; }

label .fas.fa-bars {
  position: static !important; }
label #btn {
  position: absolute;
  cursor: pointer;
  border-radius: 3px;
  font-size: 25px;
  color: #797979;
  padding: 6px 12px;
  transition: all .5s; }
label #cancel {
  position: fixed;
  cursor: pointer;
  background: #5ABE92;
  z-index: 1111;
  right: -195px;
  width: fit-content;
  top: 30px;
  font-size: 20px;
  color: #ffffff;
  padding: 8px 16px;
  transition: all .5s ease; }
  label #cancel:hover {
    background-color: #14965d; }

.footer {
  background: url(../images/footer.png) no-repeat center;
  margin-top: 80px;
  font-size: 18px;
  padding-top: 30px;
  background-size: cover;
  position: relative; }
  .footer .footer-title {
    color: #D7182A;
    padding-bottom: 5px;
    border-bottom: 2px solid #C5BFBF;
    margin-bottom: 22px !important;
    font-size: 1.5rem;
    font-weight: 500; }
  .footer .second-title_1 {
    width: 86%; }
  .footer .text-content {
    color: #ffffff;
    font-size: 18px; }
  .footer .links li {
    display: flex;
    align-items: baseline;
    font-size: 1.125rem;
    margin-bottom: 8px;
    color: #717171;
    font-weight: 500; }
  .footer .links.all-links {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end; }
    .footer .links.all-links li {
      width: 50%; }
  .footer .locations {
    color: #717171; }
    .footer .locations i {
      color: #D7182A; }
  .footer .bottom-footer {
    background-color: #009956;
    color: #ffffff;
    margin-top: 20px;
    border-top: 1px solid #006538; }
    .footer .bottom-footer .bottom-wrapper {
      padding: 8px 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      column-gap: 40px;
      row-gap: 10px;
      flex-wrap: wrap; }
      .footer .bottom-footer .bottom-wrapper .logo {
        flex-shrink: 0; }
      .footer .bottom-footer .bottom-wrapper .company-detail {
        border-left: 1px solid #ffffff;
        padding: 4px 0 4px 30px; }
        .footer .bottom-footer .bottom-wrapper .company-detail span {
          font-weight: 500;
          color: #EBEBEB; }
        .footer .bottom-footer .bottom-wrapper .company-detail div {
          font-size: 1.125rem;
          font-weight: 600; }
  .footer .copy {
    text-align: end;
    color: #717171 !important;
    padding: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 1rem; }
    .footer .copy a {
      color: #009956 !important; }

.breaking-news {
  text-align: center; }
  .breaking-news .main-news-wrapper {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    .breaking-news .main-news-wrapper a {
      font-size: 3.75rem;
      font-weight: 500;
      display: block;
      line-height: 70px;
      color: #404040 !important;
      max-width: 1108px;
      margin: 0 auto; }
    .breaking-news .main-news-wrapper .date-time {
      font-size: 22px;
      justify-content: center;
      margin-top: 1.25rem;
      font-weight: 500; }
    .breaking-news .main-news-wrapper figure {
      margin-bottom: 14px !important; }
      .breaking-news .main-news-wrapper figure img {
        max-height: 585px; }
    .breaking-news .main-news-wrapper .description {
      font-size: 22px;
      color: #4d4d4d;
      margin-top: 1.125rem;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .breaking-news .main-news-wrapper:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .breaking-news .main-news-wrapper:has(figure) a {
      max-width: none;
      font-size: 3rem; }
    .breaking-news .main-news-wrapper:has(figure) .date-time {
      margin-top: 0.25rem; }

.fresh-news .card {
  background-color: #F4F4F4; }
.fresh-news .main-news-card {
  margin-bottom: 30px; }
  .fresh-news .main-news-card figure {
    height: 470px; }
  .fresh-news .main-news-card .card-body {
    padding: 60px 30px; }
    .fresh-news .main-news-card .card-body .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .fresh-news .main-news-card .card-body .date-time {
      padding-block: 14px 24px; }
    .fresh-news .main-news-card .card-body .description {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
.fresh-news .sub-news-card {
  margin-bottom: 30px; }
  .fresh-news .sub-news-card:last-child {
    margin-bottom: 0; }
  .fresh-news .sub-news-card figure {
    height: 210px; }
  .fresh-news .sub-news-card .card-body {
    padding: 28px 20px; }
    .fresh-news .sub-news-card .card-body .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .fresh-news .sub-news-card .card-body .description {
      padding-block: 8px 4px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
.fresh-news .side-news-card {
  margin-bottom: 30px; }
  .fresh-news .side-news-card:last-child {
    margin-bottom: 0; }
  .fresh-news .side-news-card figure {
    height: 276px; }
  .fresh-news .side-news-card .card-body .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .fresh-news .side-news-card .card-body .description {
    padding-block: 8px 4px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.karyakarm .main-news-card figure {
  height: 360px; }
  .karyakarm .main-news-card figure img {
    border-radius: 10px; }
.karyakarm .main-news-card .card-body {
  padding: 1rem 0 0 0; }
  .karyakarm .main-news-card .card-body .date-time {
    padding-block: 6px 11px; }
  .karyakarm .main-news-card .card-body .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .karyakarm .main-news-card .card-body .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.karyakarm .sub-news-card {
  margin-bottom: 26px; }
  .karyakarm .sub-news-card:last-child {
    margin-bottom: 0; }
  .karyakarm .sub-news-card figure {
    height: 198px; }
    .karyakarm .sub-news-card figure img {
      border-radius: 10px; }
  .karyakarm .sub-news-card .card-body {
    padding: 0; }
    .karyakarm .sub-news-card .card-body .description {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 18px; }
.karyakarm .side-news-card figure {
  height: 195px; }
  .karyakarm .side-news-card figure img {
    border-radius: 10px; }
.karyakarm .side-news-card .card-body {
  padding: 1rem 0 0 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.international .main-news-card figure {
  height: 385px; }
  .international .main-news-card figure img {
    border-radius: 10px; }
.international .main-news-card .card-body {
  padding: 1rem 0 0 0; }
  .international .main-news-card .card-body .date-time {
    padding-block: 6px 11px; }
  .international .main-news-card .card-body .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .international .main-news-card .card-body .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.international .sub-news-card figure {
  height: 230px; }
  .international .sub-news-card figure img {
    border-radius: 10px; }
.international .sub-news-card .card-body {
  padding: 1rem 0 0 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.bichar {
  background: linear-gradient(0deg, #00250a 0%, #007a22 100%);
  padding-block: 60px; }
  .bichar .news-heading .title, .bichar .news-heading a {
    color: #ffffff !important; }
  .bichar .main-news-card {
    position: relative;
    background-color: transparent; }
    .bichar .main-news-card:hover .title {
      color: #ffd4d4 !important; }
    .bichar .main-news-card figure {
      height: 515px; }
    .bichar .main-news-card .card-body {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(2, 2, 2, 0.5);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      padding-inline: 40px;
      border-top: 1px solid #D7182A; }
      .bichar .main-news-card .card-body .title {
        font-size: 20px;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 30px;
        color: #ffffff; }
      .bichar .main-news-card .card-body .date-time {
        color: #ffffff;
        flex-shrink: 0; }
  .bichar .side-news-card {
    background-color: transparent;
    border-radius: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    padding-bottom: 18px;
    margin-top: 18px; }
    .bichar .side-news-card:last-child {
      padding-bottom: 0 !important;
      border-bottom: 0 !important; }
    .bichar .side-news-card:first-child {
      margin-top: 0; }
    .bichar .side-news-card:hover .title {
      color: #ffd4d4 !important; }
    .bichar .side-news-card figure {
      height: 101px; }
      .bichar .side-news-card figure img {
        border-radius: 4px; }
    .bichar .side-news-card .card-body {
      padding: 0; }
      .bichar .side-news-card .card-body .title {
        line-height: 32px;
        color: #ffffff;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .bichar .side-news-card .card-body .date-time {
        color: #ffffff;
        font-size: 15px;
        font-weight: 300; }

.suchana .main-news-card figure {
  height: 360px; }
  .suchana .main-news-card figure img {
    border-radius: 10px; }
.suchana .main-news-card .card-body {
  padding-inline: 20px;
  text-align: center; }
  .suchana .main-news-card .card-body .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.suchana .sub-news-card .row {
  background-color: #F4F4F4;
  border-radius: 10px; }
  .suchana .sub-news-card .row figure {
    height: 182px; }
    .suchana .sub-news-card .row figure img {
      border-radius: 10px; }
  .suchana .sub-news-card .row .card-body .title {
    line-height: 31px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .suchana .sub-news-card .row .card-body .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500; }

.video .card:hover figcaption {
  transform: scale(1.1) translate(-50%, -50%);
  transform-origin: 20% 20%;
  background-color: #db1717; }
.video .card figure {
  position: relative; }
  .video .card figure img {
    border-radius: 10px; }
  .video .card figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FF3C3C;
    padding: 12px 30px;
    border-radius: 9px;
    transition: 300ms; }
    .video .card figure figcaption i {
      font-size: 24px;
      color: #ffffff;
      line-height: 33px; }
.video .sub-news-card figure {
  height: 231px; }
.video .sub-news-card.main figure {
  height: 589px; }
.video .sub-news-card .card-body {
  padding-inline: 0; }
  .video .sub-news-card .card-body .title {
    line-height: 35px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.video .side-news-card figure {
  height: 239px; }
.video .side-news-card .card-body {
  padding-inline: 0; }
  .video .side-news-card .card-body .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.modal {
  background: white; }
  .modal figure {
    width: 40% !important;
    margin: 0 auto !important; }
    @media (max-width: 580px) {
      .modal figure {
        width: 60% !important; } }
  .modal .modal-header {
    padding-bottom: 8px; }
    .modal .modal-header .btn-close {
      margin: 0 !important; }

.category .main-news-card {
  background-color: #EAEAEA; }
  .category .main-news-card figure {
    height: 365px; }
    .category .main-news-card figure img {
      object-fit: contain !important; }
  .category .main-news-card .card-body {
    padding-inline: 28px; }
    .category .main-news-card .card-body .category-box {
      color: #D7182A;
      background-color: #ffffff;
      padding: 8px 22px;
      width: fit-content; }
    .category .main-news-card .card-body .title {
      margin-block: 30px;
      font-size: 38px;
      line-height: 54px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .category .main-news-card .card-body .description {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
.category .sub-news-card figure {
  height: 250px; }
  .category .sub-news-card figure img {
    border-radius: 10px;
    object-fit: contain; }
.category .sub-news-card .card-body {
  padding-inline: 0; }
  .category .sub-news-card .card-body .title {
    font-size: 30px;
    line-height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    font-weight: 600; }

.aboutus-content figure {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 10px;
  position: sticky;
  top: 0; }
  .aboutus-content figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FF3C3C;
    padding: 12px 30px;
    border-radius: 9px;
    transition: 300ms;
    width: fit-content; }
    .aboutus-content figure a i {
      font-size: 24px;
      color: #ffffff;
      line-height: 33px; }
    .aboutus-content figure a:hover {
      background-color: #db1717; }
  @media (max-width: 991px) {
    .aboutus-content figure {
      margin-left: 0px !important;
      margin-bottom: 20px !important; } }
  .aboutus-content figure img {
    object-fit: cover; }
.aboutus-content .description {
  line-height: 40px;
  font-size: 18px; }

.company-journey {
  padding-block: 60px;
  position: relative;
  background: #DBFFE9; }
  .company-journey .title {
    font-size: 30px;
    font-weight: 500;
    color: #696969;
    text-align: center; }
  .company-journey .container {
    position: relative;
    z-index: 2; }
    .company-journey .container .text-document-content P {
      color: #fff; }
  @media (max-width: 1100px) {
    .company-journey .horizontal-timeline .timeline {
      padding-bottom: 10px !important; } }
  @media (max-width: 1100px) {
    .company-journey .horizontal-timeline .timeline .events-wrapper {
      height: 45px; } }
  .company-journey .horizontal-timeline .timeline .events-wrapper .events {
    background-color: #d9d9d9; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events .filling-line {
      background-color: #D7182A; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events a {
      color: #959595 !important;
      text-align: justify; }
      .company-journey .horizontal-timeline .timeline .events-wrapper .events a::after {
        background-color: #d9d9d9;
        bottom: -4px !important;
        height: 13px !important;
        width: 13px !important; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events .selected::after {
      background-color: #D7182A !important; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events a.older-event::after {
      background-color: #D7182A !important; }
  .company-journey .horizontal-timeline .timeline .timeline-navigation {
    top: 25px;
    background-color: #D7182A;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .company-journey .horizontal-timeline .timeline .timeline-navigation a {
      color: #ffffff !important;
      font-size: 20px;
      padding: 12px; }
  .company-journey .horizontal-timeline .events-content {
    margin: 40px auto 0px auto !important; }
    @media (max-width: 1100px) {
      .company-journey .horizontal-timeline .events-content {
        margin-top: 30px !important; } }
    .company-journey .horizontal-timeline .events-content ol li {
      background: #ffffff;
      box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      padding: 50px 50px 35px;
      margin: 0px auto;
      width: 90%;
      display: block;
      overflow: hidden;
      transition: height 0.4s;
      text-align: left; }
      @media (max-width: 1100px) {
        .company-journey .horizontal-timeline .events-content ol li {
          padding: 30px 20px; } }
      @media (max-width: 480px) {
        .company-journey .horizontal-timeline .events-content ol li {
          width: 100%; } }
      .company-journey .horizontal-timeline .events-content ol li .Event-tittle {
        color: #424242;
        font-size: 26px;
        font-weight: 500; }
      .company-journey .horizontal-timeline .events-content ol li .Event-date {
        color: #424242;
        font-size: 1.125rem; }
        .company-journey .horizontal-timeline .events-content ol li .Event-date::before {
          content: "- "; }
      .company-journey .horizontal-timeline .events-content ol li .description {
        margin-top: 14px;
        font-size: 20px;
        line-height: 36px; }

.contact-us .contact-info {
  background-color: #F4F4F4;
  padding: 35px 40px;
  margin-right: 11px;
  font-size: 20px;
  color: #404040; }
  .contact-us .contact-info > * {
    margin-bottom: 20px; }
  .contact-us .contact-info .title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
  .contact-us .contact-info .company-registration-number {
    background-color: #DBFFE9;
    padding: 10px;
    font-weight: 500; }
  .contact-us .contact-info .address, .contact-us .contact-info .email-wrapper, .contact-us .contact-info .phone-wrapper {
    font-family: "Poppins", sans-serif; }
    .contact-us .contact-info .address .subtitle, .contact-us .contact-info .email-wrapper .subtitle, .contact-us .contact-info .phone-wrapper .subtitle {
      font-weight: 600; }
  .contact-us .contact-info .phone-wrapper {
    margin-bottom: 0; }
.contact-us .contact-form {
  padding-left: 2rem;
  font-family: "Poppins", sans-serif; }
  .contact-us .contact-form .field-wrapper {
    margin-bottom: 1.5rem; }
    .contact-us .contact-form .field-wrapper .form-control, .contact-us .contact-form .field-wrapper .form-select {
      height: 50px;
      background-color: #ffffff;
      border: 1px solid #EBEBEB;
      color: #948B9F !important; }
      .contact-us .contact-form .field-wrapper .form-control::placeholder, .contact-us .contact-form .field-wrapper .form-select::placeholder {
        color: #948B9F; }

.download .title {
  font-size: 30px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 22px; }
.download .description {
  line-height: 40px; }
.download .wrapper {
  display: flex;
  justify-content: center;
  row-gap: 14px;
  column-gap: 40px;
  flex-wrap: wrap; }
  .download .wrapper .downloads {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
    .download .wrapper .downloads:nth-child(2n) .icon-wrapper {
      background-color: #4C53F0 !important; }
    .download .wrapper .downloads:nth-child(3n) .icon-wrapper {
      background-color: #68C166 !important; }
    .download .wrapper .downloads:nth-child(4n) .icon-wrapper {
      background-color: #FFA654 !important; }
    .download .wrapper .downloads .download-card {
      padding-right: 30px;
      width: max-content;
      background-color: #fff;
      gap: 20px;
      display: flex;
      align-items: center; }
      .download .wrapper .downloads .download-card:hover .title {
        color: #D7182A; }
      .download .wrapper .downloads .download-card .icon-wrapper {
        background-color: #F2484D;
        width: 60px;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        .download .wrapper .downloads .download-card .icon-wrapper i {
          color: #ffffff;
          font-size: 26px; }
      .download .wrapper .downloads .download-card .card-title {
        color: #424242;
        font-size: 22px;
        font-weight: 500; }

.policy {
  font-family: "Poppins", sans-serif; }
  .policy .title {
    color: #D7182A;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px; }
  .policy .description {
    font-size: 1rem; }
    .policy .description h1, .policy .description h2, .policy .description h3, .policy .description h4, .policy .description h5, .policy .description h6 {
      line-height: 45px;
      color: #404040; }
    .policy .description p {
      line-height: 32px; }
    .policy .description ul li {
      list-style-type: disc; }

.news-detail:has(.next-prev-news) {
  margin-top: -110px; }
.news-detail .news-detail-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 70px;
  color: #242424;
  position: sticky;
  background-color: white;
  line-height: inherit;
  top: 0;
  z-index: 8; }
  .news-detail .news-detail-title.sticky-news {
    font-size: 42px;
    line-height: inherit; }
.news-detail .news-top-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; }
  .news-detail .news-top-wrapper .authors-detail {
    display: flex;
    align-items: center;
    gap: 10px; }
    .news-detail .news-top-wrapper .authors-detail figure {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .news-detail .news-top-wrapper .authors-detail .authors-name {
      color: #404040;
      font-size: 18px; }
  .news-detail .news-top-wrapper .share {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-direction: column; }
    .news-detail .news-top-wrapper .share #st-1 .st-btn:hover {
      top: 0;
      opacity: .5; }
.news-detail .font-size-controller {
  margin-block: 20px; }
  .news-detail .font-size-controller button {
    background-color: #009956;
    width: 43px;
    border: 0;
    color: #ffffff;
    padding: 4px 0;
    font-weight: 500;
    font-size: 20px; }
    .news-detail .font-size-controller button:hover {
      background-color: #003a5c; }
.news-detail .news-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px !important;
  color: #555555; }
  .news-detail .news-content p {
    text-align: justify;
    margin-top: 10px !important; }
  .news-detail .news-content .iframe-wrapper iframe {
    width: 100%; }
  .news-detail .news-content figure figcaption {
    margin-top: 4px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    font-style: italic;
    text-align: center;
    color: #a3a3a3; }
  .news-detail .news-content img {
    height: 100% !important;
    width: 100% !important; }
  .news-detail .news-content blockquote {
    background: #DBFFE9;
    border-left: 2px solid #009956;
    padding: 25px;
    color: #4D4D4D;
    margin: 20px 0px; }
  .news-detail .news-content ul li {
    list-style-type: disc !important; }
  .news-detail .news-content ol li {
    list-style-type: auto !important; }
.news-detail .recent-news:last-child {
  margin-top: 50px; }
.news-detail .recent-news .news-wrapper {
  max-height: 612px;
  overflow: auto;
  padding-right: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .news-detail .recent-news .news-wrapper::-webkit-scrollbar {
    width: 6px; }
  .news-detail .recent-news .news-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px; }
  .news-detail .recent-news .news-wrapper::-webkit-scrollbar-thumb {
    background: #628062;
    border-radius: 10px; }
  .news-detail .recent-news .news-wrapper::-webkit-scrollbar-thumb:hover {
    background: #376937; }
.news-detail .recent-news .section-title {
  font-size: 30px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1; }
.news-detail .recent-news .side-news-card {
  background-color: transparent;
  border-radius: 0 !important;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .news-detail .recent-news .side-news-card figure {
    height: 90px; }
    .news-detail .recent-news .side-news-card figure img {
      border-radius: 4px; }
  .news-detail .recent-news .side-news-card .card-body {
    padding: 0;
    padding-left: 20px; }
  .news-detail .recent-news .side-news-card .title {
    font-size: 18px;
    text-align: justify; }
.news-detail .next-prev-news {
  position: sticky;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 11;
  pointer-events: none;
  padding: 4px 0; }
.news-detail .next-news, .news-detail .prev-news {
  height: 160px;
  width: 44px;
  position: relative;
  pointer-events: all;
  box-shadow: 0px 0px 5px 0px #00000030; }
  .news-detail .next-news:hover p, .news-detail .prev-news:hover p {
    background-color: #D7182A;
    color: #ffffff;
    transition: 200ms 0ms; }
  .news-detail .next-news p, .news-detail .prev-news p {
    color: #404040;
    font-weight: 500;
    transition: 1s 300ms;
    height: inherit;
    width: max-content;
    writing-mode: vertical-rl;
    padding: 10px;
    text-align: center;
    background-color: #DBFFE9; }
.news-detail .next-news .date-time {
  justify-content: end; }
.news-detail .next-news:hover .next-news-content {
  transition: all 1s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  z-index: -1; }
.news-detail .next-news .next-news-content {
  z-index: -1;
  transition: all 1s;
  opacity: 0;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  right: 100%;
  transform: translateX(516px);
  -webkit-transform: translateX(516px);
  width: 472px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff !important; }
  .news-detail .next-news .next-news-content .next-head {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-detail .next-news .next-news-content .next-head, .news-detail .next-news .next-news-content .date-time {
    color: #ffffff !important;
    z-index: 10;
    text-align: right; }
  .news-detail .next-news .next-news-content .next-head:hover {
    color: #670001  !important; }
  .news-detail .next-news .next-news-content::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #2fc046 0%, #0e6c1d 100%); }
.news-detail .prev-news p {
  transform: rotate(180deg); }
.news-detail .prev-news:hover .prev-news-content {
  transition: all 1s;
  transform: translateX(0);
  opacity: 1;
  z-index: -1; }
.news-detail .prev-news .prev-news-content {
  z-index: -1;
  transition: all 1s;
  opacity: 0;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 100%;
  transform: translateX(-516px);
  width: 472px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff !important; }
  .news-detail .prev-news .prev-news-content .prev-head {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-detail .prev-news .prev-news-content .prev-head, .news-detail .prev-news .prev-news-content .date-time {
    color: #ffffff !important;
    z-index: 10; }
  .news-detail .prev-news .prev-news-content .prev-head:hover {
    color: #670001 !important; }
  .news-detail .prev-news .prev-news-content::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #0e6c1d 0%, #2fc046 100%); }

.author-suggestion .section-title {
  font-size: 30px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 20px; }
.author-suggestion .main-news-card figure {
  height: 360px; }
.author-suggestion .main-news-card .title {
  text-align: center !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.author-suggestion .main-news-card figure img {
  border-radius: 10px; }

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