@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 105px;
    padding: 0 7%;
    background-color: #eaedfc;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    background-color: transparent;
}

.dark_nav {
    height: 80px;
    background-color: rgb(234, 237, 252, 0.9) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 15px 0;
    object-position: left;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 10px 0;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1.6vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover {
    transform: translateY(-5px);
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #000;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #00adbb;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

/*footer*/
.footer_type8 {
    background-color: #09228b;
    color: #fff;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    line-height: 1.8;
    overflow: hidden;
}

.footer_type8 a {
    color: #fff;
}

.footer_type8 a:hover {
    color: #00adbb;
}

.footer_type8 .title h5 {
    text-transform: uppercase;
    font-size: 18px;
}

.footer_type8 .social_media a {
    width: 30px;
    height: 30px;
    color: #00adbb;
    border: none;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.footer_type8 .social_media a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border: .8px solid #fff;
    border-radius: 50%;
}

.footer_type8 .social_media a:hover {
    color: #fff;
    background-color: #00adbb;
    animation: 1s swing;
}

.footer_type8 .logo {
    min-height: 80px;
}

.footer_type8 .logo img {
    max-height: 80px;
    filter: brightness(0) invert(1);
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 8%;
    padding-bottom: 4vw;
}

.hp_banner_icon img {
    max-width: 4vw;
    min-width: 4vw;
}

.hp_banner_point:hover .hp_banner_icon img {
    animation: 1s swing;
}

.hp_banner_small {
    font-size: 1.15vw;
    color: #00adbb;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 1vw;
}

.hp_banner_title {
    font-size: 4.25vw;
    font-weight: 700;
    color: #09228b;
    letter-spacing: .5px;
    margin-bottom: 2vw;
}

.hp_banner_title span {
    color: #00adbb;
    display: block;
}

.hp_banner_keyword {
    font-size: 1.25vw;
    color: #000;
    margin-bottom: 0;
    width: 25%;
}

.hp_banner_button {
    display: flex;
    margin-top: 3vw;
}

.hp_banner .hp_button {
    font-size: 1.3vw;
    padding: .5vw 1vw .5vw 2vw;
}

.hp_banner_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2vw;
    margin-top: 6vw;
    width: 50%;
}

.hp_banner_point {
    display: flex;
    align-items: center;
    gap: 1vw;
    position: relative;
}

.hp_banner_point::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
}

.hp_banner_point:last-child::before {
    display: none;
}

.hp_banner_text {
    font-size: 1vw;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -105px;
    }
}

/*homepage why*/
.hp_why {
    padding: 2rem 3% 2rem 7%;
    background-color: #09228b;
}

.hp_why_ebox {
    margin: 15px 0;
    position: relative;
}

.hp_why_ebox::before {
    content: "";
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}

.hp_why_ebox:last-child::before {
    display: none;
}

.hp_why_box {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_icon img {
    max-width: 60px;
    width: 60px !important;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_title {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

.hp_why_title span {
    display: block;
}

/*homepage about*/
.hp_about {
    padding: 4rem 7%;
}

.hp_small_title {
    font-size: 14px;
    color: #00adbb;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
}

.hp_big_title {
    color: #09228b;
    font-size: 2.15vw;
    font-weight: 700;
    margin-bottom: 25px;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 15.5px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.9;
}

.hp_about_right_box {
    padding-left: 3vw;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 4px 10px 4px 20px;
    background-color: #00adbb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}

.hp_button span {
    line-height: 0;
    font-size: 40px;
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.hp_about .hp_button {
    color: #00adbb;
    background-color: transparent;
    border: .8px solid #00adbb;
}

.hp_about_button {
    display: flex;
    margin-top: 2.5rem;
}

/*homepage solution*/

.hp_solution_box {
    position: relative;
}

.hp_solution_content {
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(0, -50%);
    width: 30%;
}

.hp_solution_group {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 2rem 0;
}

.hp_solution_icon img {
    max-width: 30px;
    width: 30px !important;
}

.hp_solution_point:hover .hp_solution_icon img {
    animation: 1s swing;
}

.hp_solution_point {
    display: flex;
    gap: 20px;
}

.hp_solution_title {
    font-size: 15.5px;
    font-weight: 700;
    color: #09228b;
    margin-bottom: 2px;
}

.hp_solution_keyword {
    font-size: 14px;
    font-weight: 300;
    color: #09228b;
    margin-bottom: 0;
}

.hp_solution_button {
    display: flex;
}

/*homepage review*/
#main_index .index_wrapper_6 {
    padding: 5rem 8.5%;
}

.hp_reviewTitle_box {
    margin-bottom: .5rem;
}

.hp_reviewButton .hp_button {
    color: #00adbb;
    background-color: transparent;
    border: .8px solid #00adbb;
}

.hp_reviewButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 141%;
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: unset;
    filter: unset;
    text-shadow: none;
    color: #09228b;
    opacity: 1;
    font-size: 25px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    content: "\f105";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    content: "\f104";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -20px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -20px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow.slick-disabled {
    opacity: 0.35;
}

/*homepage contact*/
.hp_contact_box {
    position: relative;
}

.hp_contact_content {
    position: absolute;
    left: 10.5%;
    top: 50%;
    transform: translate(0, -50%);
    width: 37%;
}

.hp_contact_button {
    display: flex;
    margin-top: 2rem;
}

.hp_contact .hp_button {
    color: #00adbb;
    background-color: transparent;
    border: .8px solid #00adbb;
}

/*other pages*/

.ws_gallery-2 .img_frame {
    padding-top: 350px;
    border: none;
}

.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

.ws_gallery-2 .img_frame:hover img {
    width: 100%;
    height: 100%;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    
    /*footer*/
    .footer_type8 {
        padding-top: 4rem !important;
        padding-bottom: 3rem !important;
        line-height: 1.7;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 4%;
        padding-bottom: 3vw;
    }
    .hp_banner_point::before {
        right: -1vw;
    }
    .hp_banner_group {
        margin-top: 3vw;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 2rem 15px;
    }
    .hp_why_icon img {
        max-width: 50px;
        width: 50px !important;
    }
    .hp_why_title {
        font-size: 15px;
    }
    .hp_why_ebox::before {
        right: 0;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    .hp_small_title {
        margin-bottom: 10px;
    }
    .hp_big_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.7;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    
    /*homepage solution*/
    .hp_solution_content {
        left: 51%;
        width: 47%;
    }
    .hp_solution_icon img {
        max-width: 25px;
        width: 25px !important;
    }
    .hp_button {
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 5px;
    }
    .hp_button span {
        font-size: 25px;
    }
    .hp_solution_point {
        gap: 15px;
    }
    .hp_solution_group {
        gap: 15px;
        margin: 1.5rem 0;
    }
    .hp_solution_img img {
        min-height: 550px;
        object-fit: cover;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    .hp_reviewButton_box {
        margin-top: 1.5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -10px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -10px;
    }
    
    /*homepage contact*/
    .hp_contact_content {
        left: 5%;
        width: 40%;
    }    

}

.side_menu {
    background-color: #09228b;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-bottom: 0;
        justify-content: center;
    }
    
    /*homepage why*/
    .hp_why_box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    /*homepage about*/
    
    
    /*homepage solution*/
    
    
    /*homepage review*/
    
    
    /*homepage contact*/
    .hp_contact_img img {
        min-height: 350px;
        object-fit: cover;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 600px;
        object-fit: cover;
        object-position: right;
        padding-top: 280px;
        background-color: #eaedfc;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 280px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #eaedfc, transparent);
    }
    .hp_banner {
        padding: 20px;
        justify-content: flex-start;
    }
    .hp_banner_small {
        font-size: 12px;
    }
    .hp_banner_title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hp_banner_keyword {
        width: 100%;
        font-size: 13px;
    }
    .hp_banner .hp_button {
        font-size: 13px;
        padding: 3px 10px 3px 15px;
        gap: 5px;
    }
    .hp_banner_group {
        margin-top: 15px;
        width: 100%;
        grid-template-columns: 1fr;
    }
    .hp_banner_icon img {
        max-width: 35px;
        min-width: 35px;
    }
    .hp_banner_text {
        font-size: 12px;
    }
    .hp_banner_point::before {
        display: none;
    }
    .hp_banner_point {
        gap: 10px;
    }
    
    /*homepage why*/
    .hp_why_ebox:nth-child(2)::before {
        display: none;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage solution*/
    .hp_solution_img img {
        min-height: 300px;
        object-fit: cover;
        object-position: 20% 50%;
    }
    .hp_solution_content {
        left: 0;
        width: 100%;
        top: 0;
        position: relative;
        transform: unset;
        padding: 3rem 30px 1rem;
    }
    .hp_solution_group {
        background-color: #eff4fa;
    }
    
    /*homepage review*/
    
    
    /*homepage contact*/
    .hp_contact_img img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80% 50%;
    }
    .hp_contact_content {
        left: 0;
        width: 100%;
        padding: 3rem 30px;
        position: relative;
        top: 0;
        transform: unset;
    }

}