.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 300px;
    
  }

  .swiper-slide img {
    display: block; 
    width: 100%;
    height: 100%;
    object-fit: inherit;
  }

  .swiper-button-prev:after{
    color: #fff;
  }
  .swiper-button-next:after{
    color:#fff ;
  }
.slide_readmore_button{
    height: 40px;
    width: 180px;
    background-color: #146292;
    position: absolute; 
    bottom: 10%; 
    right: 1%;
    color: white;
    border: none; 
    border-radius: 15px; 
    padding: 10px 15px;
    cursor: pointer; 
    font-size: 18px; 
    ;line-height: 18px;
    font-weight: 600;
}


.main_content {
    display: flex; 
    margin: 5px 30px;
    padding: 20px;

}
.blue_line {
    margin: 20px 0px 0px 20px;
    height: 8px;
    width: 4%;
    background-color: #146292;
}
.left_content {
    position: relative;
    margin: 0 30px 30px 0;
    width: 80%;
}
.left_content_title {
    font-size: 36px;
    font-weight: 600;
}
.left_content_line {
    background-color: #146292;
    margin: 5px;
    height: 2px;
    width: 100%;
}
.left_content_detail {
    height: 80px;
    position: relative;
    display: flex;
}
#big_badge {
    margin-top: 20px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%; 
    background-color: #146292;
    text-align: center; 
}
#badge {
    width: 30px;
    height: 30px;
    line-height: 30px; 
    text-align: center; 
    background-color: #DCE5EC;
    color: white;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;  
    position: relative;
    top: 10px;
    right: 62px;
}
.left_content_subcontent {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.left_content_subtitle {
    font-size: 20px;
    font-weight: 900;
}
.left_content_subdetail {
    font-size: 12px;
}
.left_content_button {
    display: flex;
    align-items: center; 
    position: absolute; 
    right: 0;
    margin-top: 10px;
    width: 160px;
    height: 35px;
    background: linear-gradient(to right, #146292, #5B83A8, #507B72, #206F2A);
}
.left_content_button_text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.right_content {
    display: flex;
    /* grid-template-columns: repeat(2, 1fr);  */
    gap: 160px;
    margin: 0 0 30px 30px;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    
    
}
.right_content_item {
    overflow: hidden;
    display: flex; 
    width: 130px;
    height: auto;
    
}
.right_content_item img{
    width: 60%;
}
.right_content_item_text {
    color: #146292;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
}
.hightlights_content {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    /* background: linear-gradient(to right, #005a87, #008060); */
    background-color: #DCE5EC;
    display: flex;
    width: 100%;
}
.highlights_left_content{
    margin: 20px 50px 0px 50px;
}
.hightlights_content_title {
    color: #146292;
    font-size: 38px;
    font-weight: 600;
}
.gery_line{
    margin-bottom: 20px;
    height: 8px;
    width: 49%;
    /* background-color: #DCE5EC; */
    background-color: #146292;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    gap:30px;
}
.tile {
color: #146292;
text-align: center;
font-weight: 500;
}
.tile img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 10px;
}
.tile-content {
    padding: 5px;
}
.tile-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.tile-date {
    font-size: 12px;
    color: #ccc;
    display: none;
}

.beltandroad{
    width: 330px;
    height: auto;
}


