.box_banner_slide {
    padding: 240px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_banner_slide .box-text {
    max-width: 700px;
    width: 100%;
}

.slide_title {
    font-size: 60px;
    font-family: "Cabin", sans-serif;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 5px var(--color-FEC35A);
    margin-bottom: 20px;
}

.slide_des {
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 40px;
}

.slide_btn {
    border: solid 3px var(--color-FEC35A);
    color: var(--color-FEC35A);
    padding: 10px 30px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
}

.slide_btn:hover {
    background-color: var(--color-FEC35A);
    color: #1F375D;

}

.hp_2 {
    margin: 30px 0;
}

.key_item .box-icon {
    width: 70px;
    height: 70px;
    background: var(--color-FEC35A);
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.key_item h3 {
    font-size: 18px;
    color: var(--color-1f365c);
}

.hp_3 {
    margin: 30px 0;
}

.hp_3 .list_key {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.hp_3 .list_key .item_key .box-icon {
    width: 100%;
    max-width: 50px;
    height: 50px;
    background: var(--color-FEC35A);
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.bigtitle {
    position: relative;
    color: var(--color-1f365c);
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 30px;

}

.hp_3 .box-left {
    height: 100%;
}

.hp_3 .box-left img {
    object-fit: cover;
    height: 100%;
}

.bigtitle::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-FEC35A);
    max-width: 200px;
    width: 100%;
    height: 4px;
}

.hp_3 .list_key h3 {
    font-size: 20px;
    color: var(--color-1f365c);
    margin-bottom: 10px;
}

.hp_3 .box-right a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    background: var(--color-FEC35A);
}

.hp_3 .box-right a:hover {
    text-decoration: underline;
}

.hp_3 .list_key .box-text {
    padding-right: 10px;
}

.hp_4 {
    margin: 30px 0;
    padding: 20px 0;
    background-color: var(--color-1f365c);
}

.hp_4 .action-col span {
    color: var(--color-FEC35A);
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
}

.hp_4 .action-col h2 {
    font-size: 70px;
}

.hp_4 .action-col a {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 8px 40px;
    font-weight: 700;
    background: var(--color-FEC35A);

}

.bigtitle {
    position: relative;
    color: var(--color-1f365c);
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.list_service .box-icon img {
    max-width: 230px;
    width: 100%;
    max-height: 230px;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.list_service h3 {
    color: var(--color-1f365c);
    font-size: 26px;
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
}

.list_service .hover-underline:hover {
    color: var(--color-FEC35A);
    ;
}

.hp_6 {
    background-color: var(--color-1f365c);
    margin: 30px 0;
    padding: 30px 0;
}

.hp_6_testimonial img {
    border-radius: 50%;
    max-width: 150px;
    width: 100%;
}

.cmt-name {
    color: var(--color-FEC35A);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-align: center;
}

.hp_6_testimonial .swiper-button-next,
.hp_6_testimonial .swiper-button-prev,.list_service .swiper-button-next,.list_service .swiper-button-prev{
    background-color: var(--color-FEC35A);
}

.hp_6_testimonial .swiper-button-next:after,
.hp_6_testimonial .swiper-button-prev:after,.list_service .swiper-button-next::after,.list_service .swiper-button-prev::after {
    font-size: 18px;
    color: #fff;
}
.post_item img{
    object-fit: cover;
    aspect-ratio: 1/1;
}
.post_title{
    color: var(--color-1f365c);
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
       line-clamp: 3; 
-webkit-box-orient: vertical;
}
.post_title a{
    text-decoration: none;
}
.post_title .hover-underline:hover{
    color: var(--color-FEC35A);
}
.post_exc {
    font-size: 14px;
}
.post_meta{
    position: absolute;
top: 10px;
right: 10px;
line-height: 1;
padding: 6px 10px;
background: #fff;
color: #1F365C;
font-family: 'Arial', sans-serif;
font-size: 12px;
font-weight: 600;
}
.hp_7{
    margin: 30px 0;
}
.post_thumb img{
    width: 100%;
}
@media screen and (min-width:768px) {
    .hp_6_testimonial .box-text {
        padding: 0 30px;
    }

    .hp_6_testimonial .box-text .cmt-des {
        font-size: 18px;
    }
}
@media screen and (max-width:768px) {
    .slide_title{
        font-size: 32px;
    }
    .box_banner_slide {
padding: 100px 10px;

}
.hp_3 .box-left{
height: auto;
}
.hp_3 .list_key{
grid-template-columns: repeat(1, 1fr);
}
.hp_4 .action-col span {
font-size: 28px;
}
.hp_4 .action-col h2 {
font-size: 48px;
}
}