@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

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;
}

.np_language_btn .dropdown_btn {
    font-weight: 600;
}

.np_language_btn .dropdown_btn a,
.np_language_btn .dropdown_btn a:hover,
.np_language_btn .dropdown_btn span {
    color: #1a393b;
}

/*navigation bar*/
.navbar_type8 {
    background-color: #fff;
    width: 100%;
    margin-left: 0;
    top: 0;
    padding: 0 5%;
    border-bottom: .8px solid #1a393b;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    width: 85%;
    margin-left: 7.5%;
    background-color: #fff;
    border: 1.8px solid #1a393b;
    border-radius: 100px;
    top: 30px;
    padding: 0 2%;
}

.dark_nav {
    padding: 0 5% !important;
    top: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    background-color: rgb(255,255,255,0.9) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: .8px solid #1a393b !important;
}

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

.navbar_type8 .logo img {
    padding: 8px 0;
    object-position: left;
    width: 100%;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item:last-child a {
    display: flex;
    align-items: center;
    gap: 2vw;
    padding: 5px 5px 5px 15px;
    background-color: #1a393b;
    color: #fff;
    border-radius: 50px;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/5-BUTTON-ELEMENT.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.navbar_type8 .nav_tab .nav_item:last-child a:hover::after {
    animation: 1s swing;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 105%;
    width: 0;
    border-bottom: none;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    height: 1.8px;
    background-color: #ff5e4a;
    border-radius: 30px;
    transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

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

.footer_type8 a {
    color: #000;
}

.footer_type8 a:hover {
    color: #ff5e4a;
}

.footer_type8 .social_media a {
    background-color: #ff5e4a;
    border: none;
    color: #fff;
}

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

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

.footer_type8 .logo img {
    max-height: 75px;
}

.footer_type8 .title h5 {
    font-weight: 400;
    font-family: "Staatliches", sans-serif;
    color: #ff5e4a;
    font-size: 23px;
}

/*homepage banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8vw;
    padding-top: 6.5vw;
}

.hp_banner_box {
    position: relative;
    z-index: 2;
    width: 40%;
}

.hp_banner_img {
    position: absolute;
    right: 8vw;
    bottom: 3.5vw;
    width: 41%;
    z-index: 1;
}

.hp_banner_title {
    font-family: "Staatliches", sans-serif;
    font-size: 4.6vw;
    color: #000;
    margin-bottom: .75vw;
    line-height: 1;
    width: fit-content;
    position: relative;
}

.hp_banner_title::before {
    content: "";
    position: absolute;
    right: -3.5vw;
    top: .5vw;
    width: 6vw;
    height: 6vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/A_BANNER-ELEMENT(1).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    animation: 2s jello infinite;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_keyword {
    font-size: 1vw;
    color: #000;
    line-height: 1.9;
    margin-bottom: 0;
}

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

.hp_banner .hp_button {
    background-color: #ff5e4a;
}

.hp_bannerSliding {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.hp_bannerSliding_title {
    font-family: "Staatliches", sans-serif;
    font-size: 9vw;
    font-weight: 400;
    color: #314d50;
    margin-bottom: 0;
    line-height: .8;
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
    color: #fff;
    padding: 0;
    background-color: #ff5e4a !important;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 19px;
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    filter: unset;
    text-shadow: none;
    opacity: 1;
}

.slider_banner .slick-prev::before {
  content: "\f104";
}

.slider_banner .slick-next::before {
    content: "\f105";
}

.slider_banner .slick-next,
.slider_banner .slick-prev {
    width: 23px;
    height: 23px;
    top: 56%;
}

.slider_banner .slick-next {
    right: 10px;
}

.slider_banner .slick-prev {
    left: 10px;
}

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

/*homepage about*/
.hp_about {
    padding: 6rem 7%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/B_ABOUT-ELEMENT.png');
    background-size: 8.5%;
    background-repeat: no-repeat;
    background-position: 0 -15%;
}

.hp_big_title {
    font-family: "Staatliches", sans-serif;
    font-size: 3.35vw;
    color: #1a393b;
    margin-bottom: 0;
    line-height: 1.1;
}

.hp_big_title span {
    display: block;
}

.hp_about .hp_big_title {
    width: fit-content;
    position: relative;
    margin-bottom: 15px;
}

.hp_about .hp_big_title::before {
    content: "";
    position: absolute;
    right: 9.5vw;
    top: -1.5vw;
    width: 11vw;
    height: 5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/B_ABOUT-TITLE-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    line-height: 1.8;
}

.hp_about .hp_keyword {
    width: 95%;
}

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

.hp_button {
    display: flex;
    align-items: center;
    gap: 3vw;
    padding: 6px 6px 6px 15px;
    background-color: #1a393b;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_button span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/5-BUTTON-ELEMENT.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_button:hover span {
    animation: 1s swing;
}

.hp_about_right_box {
    width: 98%;
    margin-left: auto;
}

.hp_about_right_box img {
    animation: floating 2s infinite linear;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
}

/*homepage services*/
#main_index .index_wrapper_4 {
    padding: 0 7% 6rem;
    background-image: linear-gradient(to bottom, #fff 50%, #f7f3ea 50%);
}

.hp_serviceTitle .hp_big_title {
    width: fit-content;
    position: relative;
}

.hp_serviceTitle .hp_big_title::before {
    content: "";
    position: absolute;
    right: -3vw;
    top: .75vw;
    width: 2.2vw;
    height: 2.2vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/A_BANNER-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: 1.5s tada infinite linear;
}

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

.hp_serviceButton_box {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

#main_index .ex_hpservice_slide .item_slider_0 {
    padding: 0 7px;
}

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

#main_index .ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 0;
}

#main_index .ex_hpservice_slide .item {
    margin: 10px 8px;
    transition: all 0.3s ease-in-out;
}

#main_index .ex_hpservice_slide .item:hover {
    transform: translateY(-10px);
}

#main_index .ex_hpservice_slide .services-text {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#main_index .ex_hpservice_slide .services-text p,
#main_index .ex_hpservice_slide .services-text h3.title::after,
#main_index .ex_hpservice_slide .services-content .overlay {
    display: none;
}

#main_index .ex_hpservice_slide .service_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    font-size: 0;
    color: transparent;
}

#main_index .ex_hpservice_slide .services-content {
    height: 320px;
}

#main_index .ex_hpservice_slide .services-text h3.title {
    margin-bottom: 0;
    background-color: #fff;
    color: #1a393b;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding: 15px 10px;
}

#main_index .ex_hpservice_slide .controls {
    color: #fff;
    padding: 0;
    background-color: #ff5e4a !important;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 19px;
}

#main_index .ex_hpservice_slide .controls .fa-arrow-right::before {
    content: "\f105";
}

#main_index .ex_hpservice_slide .controls .fa-arrow-left::before {
    content: "\f104";
}

#main_index .ex_hpservice_slide .controls.right {
    right: 0px;
}

#main_index .ex_hpservice_slide .controls.left {
    left: 0;
}

/*homepage slogan*/
.hp_slogan {
    display: none;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to top, #fff 25%, #f7f3ea 25%);
}

.hp_slogan_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hp_slogan_left,
.hp_slogan_right {
    display: flex;
    width: max-content;
    gap: 2.5vw;
}

.hp_slogan_content {
    display: flex;
    gap: 2.5vw;
    flex-shrink: 0;
}

.hp_slogan_content span {
    font-size: 3.5vw;
    font-family: "Staatliches", sans-serif;
    background-color: #ff5e4a;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    padding: .55vw 4.5vw;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.hp_slogan_content span:hover {
    background-color: #1a393b;
}

.hp_slogan_right .hp_slogan_content span {
    background-color: #1a393b;
}

.hp_slogan_right .hp_slogan_content span:hover {
    background-color: #ff5e4a;
}

.hp_slogan_left {
    animation: scrollLeft 35s linear infinite;
}

.hp_slogan_right {
    animation: scrollRight 35s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

.hp_slogan_left,
.hp_slogan_right {
    will-change: transform;
}

/*homepage review*/
#main_index .index_wrapper_6 {
    padding: 6rem 7%;
}

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

/*homepage gallery*/
#main_index .index_wrapper_7 {
    padding: 6rem 0;
    background-color: #f7f3ea;
}

.hp_gallery {
    padding: 0 18.5% 2rem;
}

.hp_gallery_button {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.hp_gallery .hp_big_title {
    width: fit-content;
    position: relative;
    margin: 0 auto .5rem;
}

.hp_gallery .hp_big_title::before {
    content: "";
    position: absolute;
    right: -2.25vw;
    top: -1.7vw;
    width: 2.5vw;
    height: 2.5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/D_GALLERY-TITLE.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: 2s swing infinite linear;
    transform-origin: bottom left;
}

#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 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    margin: 0 -40px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 18px;
    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: 125%;
    background-color: transparent;
    border: 2.8px solid #1a393b;
    border-radius: 30px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
    opacity: 1;
}

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

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

/*homepage news*/
#main_index .index_wrapper_8 {
    padding: 5rem 7%;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    margin: 10px 0 !important;
    padding: 0 10px;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4:nth-child(n+4) {
    display: none;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    padding: 20px 35px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 19px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 25px;
}

#main_index .hp_latest_new_8 .news_box .title b {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .hp_latest_new_8 .news_box .title span,
#main_index .hp_latest_new_8 .news_box .content {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 14px;
    color: #444;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
    color: #ff5e4a;
    width: fit-content;
}

#main_index .hp_latest_new_8 .news_box .read_more:hover {
    color: #000;
    text-decoration: underline !important;
}

/*homepage contact*/
#main_index .index_wrapper_9 {
    position: relative;
}

#main_index .index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/E_CTA-BG-ELEMENT.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.hp_contact {
    width: calc(100% - 14% - 20px);
    margin: 0 auto;
    background-color: #1a393b;
}

.hp_contact_left_box {
    width: 88%;
    margin-left: auto;
    padding-top: 1.5vw;
}

.hp_contact .hp_big_title {
    color: #fff;
    position: relative;
    width: max-content;
}

html[lang="ms"] .hp_contact .hp_big_title {
    width: 100%;
}

html[lang="ms"] .hp_contact .hp_big_title span {
    display: inline-block;
}

.hp_contact .hp_big_title::before {
    content: "";
    position: absolute;
    right: 15vw;
    bottom: .75vw;
    width: 2.6vw;
    height: 2.6vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/A_BANNER-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: 1.5s tada infinite linear;
}

html[lang="ms"] .hp_contact .hp_big_title::before {
    right: 13vw;
}

.hp_contact .hp_button {
    background-color: #fff;
    color: #ff5e4a;
    gap: 10px;
    font-weight: 700;
}

.hp_contact .hp_button span {
    background-color: #ff5e4a;
    background-image: url('https://cdn1.npcdn.net/userfiles/28278/image/white_paw.png');
}

.hp_contact_right_box {
    padding-left: 1vw;
}

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

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    #main_index .navbar_type8 {
        width: 94%;
        margin-left: 3%;
        top: 15px;
        padding: 0 15px;
    }
    .navbar_type8 {
        padding: 0 15px;
    }
    .dark_nav {
        padding: 0 15px !important;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
    }
    .navbar_type8 .nav_tab .nav_item:last-child a::after {
        width: 25px;
        height: 25px;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.25vw;
        line-height: 1.7;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
        background-size: 3.5%;
        background-position: 0 0;
    }
    .hp_big_title {
        font-size: 37px;
    }
    .hp_keyword {
        font-size: 14px;
        line-height: 1.7;
    }
    .hp_about .hp_keyword,
    .hp_about_right_box {
        width: 100%;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        gap: 20px;
    }
    .hp_button span {
        width: 25px;
        height: 25px;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_4 {
        padding: 0 15px 4rem;
    }
    #main_index .ex_hpservice_slide .services-text h3.title {
        font-size: 22px;
        padding: 12px 10px;
    }
    #main_index .ex_hpservice_slide .services-content {
        height: 280px;
    }
    
    /*homepage slogan*/
    
    
    /*homepage review*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_7 {
        padding: 4rem 0;
    }
    .hp_gallery {
        padding: 0 10% 2rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 10px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
        margin: 0 -30px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-slider {
        margin-bottom: 0 !important;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    #main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
        padding: 20px;
    }
    #main_index .hp_latest_new_8 .news_box .title {
        font-size: 16px;
    }
    #main_index .hp_latest_new_8 .news_box .date {
        font-size: 13px;
    }
    
    /*homepage contact*/
    .hp_contact {
        width: 95%;
    }
    .hp_contact_left_box {
        width: 100%;
    }

}

.side_menu {
    background-color: #1a393b;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
    }
    .hp_banner_img {
        bottom: 7.5vw;
    }
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    .hp_about .hp_big_title::before {
        display: none;
    }
    
    /*homepage services*/
    
    
    /*homepage slogan*/
    .hp_slogan_content span {
        font-size: 4.5vw;
    }
    
    /*homepage review*/
    
    
    /*homepage gallery*/
    .hp_gallery {
        padding: 0 15px 2rem;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 450px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 35px;
    }
    .hp_banner_img {
        bottom: 10px;
        right: 5%;
        width: 90%;
    }
    .hp_banner_img img {
        max-height: 210px;
        min-height: 210px;
        object-fit: contain;
        object-position: 50% 100%;
    }
    .hp_banner_keyword {
        font-size: 12px;
        line-height: 1.5;
    }
    .hp_bannerSliding_title {
        font-size: 20vw;
    }
    
    /*homepage about*/
    .hp_about {
        background-size: 8.5%;
    }
    .hp_about_right_box {
        margin-top: 3rem;
    }
    
    /*homepage services*/
    .hp_serviceTitle .hp_big_title::before {
        display: none;
    }
    
    /*homepage slogan*/
    .hp_slogan_content span {
        font-size: 30px;
    }
    
    /*homepage review*/
    
    
    /*homepage gallery*/
    .hp_gallery .hp_big_title::before {
        display: none;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
        border-radius: 20px;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact {
        width: 100%;
        padding: 3rem 15px 0;
    }
    .hp_big_title {
        width: 100% !important;
    }
    .hp_contact .hp_big_title::before {
        display: none;
    }
    .hp_contact_left {
        padding: 0;
        margin-top: 2rem;
    }

}