@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.cdnfonts.com/css/amoera');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

body > br {
    display: none;
}

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

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

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

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 85px;
    padding: 0 8.5%;
    background-color: #1a2a60;
    transition: all 0.2s ease-in-out;
}

.dark_nav {
    background-color: rgb(26, 42, 96, 0.9) !important;
    height: 80px;
}

.navbar_type8 .logo {
    flex: 0 1 8%;
    overflow: visible;
    margin-left: 0;
    height: 100%;
    border-radius: 0;
    background-color: #fff;
}

#main_index .navbar_type8 .logo {
    height: 112%;
    border-radius: 0 0 50% 50%;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .logo {
    height: 100% !important;
    border-radius: 0 !important;
}

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

#main_index .navbar_type8 .logo img {
    padding: 5px 5px 15px;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px !important;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.2vw;
    font-weight: 300;
}

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

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

/*footer*/
.footer_type6 {
    background-color: #222a35;
    color: white;
    padding-top: 9rem;
    padding-bottom: 3rem;
    overflow: hidden;
    background-image: linear-gradient(-35deg, #090c1f, #19295d);
}

.footer_type6 .line {
    background-color: transparent;
    margin-top: 4rem;
}

.footer_type6 .title h5 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.footer_type6 a:hover {
    color: #ccc;
}

.footer_type6 .title {
    min-height: unset;
}

.footer_type6 .social_media {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 !important;
}

.footer_type6 .social_media a {
    margin-left: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #fff;
    border-radius: 50%;
    font-size: 15px;
}

.footer_type6 .social_media a:hover {
    color: #fff;
    animation: 1s swing;
}

.footer_type6 .logo {
    padding-top: 70px;
}

.footer_type6 .logo img {
    background-color: #fff;
    padding: 5px;
    max-height: 70px;
}


.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child p {
    text-align: justify;
}

.footer_type6 .text-muted {
    color: #f4f4f4 !important;
}

.down_space {
    position: relative;
    left: 41%;
    transform: translate(-50%, 0);
    width: fit-content;
    margin-bottom: -5vw;
}

.down_space_img img {
    max-width: 11vw;
    animation: spin 40s linear infinite;
}

@media (min-width: 768px) {
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp_banner_group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 2vw;
}

.hp_banner_title {
    font-size: 5.9vw;
    font-family: 'amoera', sans-serif;
    color: #fff;
    margin-bottom: 0;
}

html[lang="zh-Hans"] .hp_banner_title {
    font-family: "Noto Serif TC", serif;
}

.hp_banner_keyword {
    font-size: .95vw;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

.hp_banner_keyword span {
    display: block;
}

.hp_banner .hp_button {
    background-color: #fff;
    color: #999;
    font-weight: 500;
    padding: 8px 15px;
}

.hp_banner_social {
    position: absolute;
    right: 9.7vw;
    bottom: 2vw;
    display: flex;
    gap: .5vw;
}

.hp_banner_social a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: .8px solid #fff;
    border-radius: 50%;
    font-size: 17px;
}

.hp_banner_social a:hover {
    color: #fff;
    animation: 1s swing;
}

.slider_banner .item {
    overflow: hidden;
}

.slider_banner .item > img {
    animation: zoomAnimation 30s infinite alternate;
}

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

/*homepage about*/
.hp_about {
    position: relative;
}

.hp_about::before {
    content: "ABOUT";
    position: absolute;
    left: 0;
    top: 1.5vw;
    font-family: 'amoera', sans-serif;
    font-size: 9vw;
    line-height: 1;
    color: #f2f2f2;
}

html[lang="zh-Hans"] .hp_about::before {
    content: "关于我们";
    font-family: "Noto Serif TC", serif;
}

.hp_about::after {
    content: "";
    position: absolute;
    right: 8.5vw;
    bottom: -5vw;
    width: 12.5vw;
    height: 12.5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28439/image/b-about-obj.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    animation: spin 40s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hp_about_left_box {
    width: 86%;
    margin-left: auto;
    left: 5%;
    position: relative;
}

.hp_about_text {
    position: absolute;
    bottom: 4vw;
    left: 0;
    margin-bottom: 0;
    font-size: .95vw;
    width: 30%;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
}

.hp_about_right_box {
    padding: 0 8.5vw;
}

.hp_big_title {
    font-size: 2.65vw;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.15;
}

.hp_big_title b {
    font-weight: 700;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 14.5px;
    margin-bottom: 0;
    color: #000;
}

.hp_about .hp_big_title {
    margin-bottom: 3.5rem;
}

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

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 8px 20px 8px;
    background-color: #1a2a60;
    color: #ffff;
    font-weight: 300;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}

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

/*homepage slogan*/
.hp_slogan {
    background-color: #f2f2f2;
    padding: 2.8rem 0 2.5rem;
    border-bottom: .8px solid #6b6b6b;
}

.hp_slogan_title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 2vw;
    justify-content: center;
    font-family: 'amoera', sans-serif;
    color: #6b6b6b;
    font-size: 1.75vw;
    transition: all 0.3s ease-in-out;
}

html[lang="zh-Hans"] .hp_slogan_title {
    font-family: "Noto Serif TC", serif;
}

.hp_slogan_title:hover {
    color: #000;
}

.hp_slogan_title span {
    display: block;
    width: 1vw;
    height: 1vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28439/image/b-running-word-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.3s ease-in-out;
}

.hp_slogan_title:hover span {
    transform: rotate(360deg);
}

/*homepage collection*/
#main_index .index_wrapper_5 {
    padding: 8.5rem 9%;
    background-image: linear-gradient(to bottom, #f2f2f2 70%, #fff 70%);
}

.hp_collection .hp_keyword {
    font-size: 15px;
    color: #666;
    margin: 1rem 0 2rem;
}

#main_index .product_cat-3 .col-6.col-md-3.mb-3 {
    padding: 0 8px;
    margin: 10px 0 !important;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-3 .col-6.col-md-3.mb-3:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-3 .cat_box .content,
#main_index .product_cat-3 .cat_box:hover .content {
    background-color: transparent;
}

#main_index .product_cat-3 .cat_box {
    height: 0;
    padding-top: 131%;
}

#main_index .product_cat-3 .cat_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-3 .cat_box:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .product_cat-3 .cat_box .content .content_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 23px;
    background-image: linear-gradient(to right, rgb(0,0,0,0.4), transparent);
}

#main_index .product_cat-3 .cat_box .content .content_box h4 {
    margin: 0 !important;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
}

#main_index .product_cat-3 .cat_box .content .line,
#main_index .product_cat-3 .cat_box .content .content_box .animated-arrow,
#main_index .product_cat-3 .cat_box .content .content_box h3 {
    display: none;
}

/*homepage why*/
#main_index .index_wrapper_6 {
    position: relative;
    z-index: 1;
}

.hp_why {
    padding: 2rem 8% 0;
}

.hp_why::before,
.hp_why::after {
    content: "WHY CHOOSE US";
    position: absolute;
    left: -10%;
    font-family: 'amoera', sans-serif;
    font-size: 14vw;
    line-height: 1;
    color: #f6f6f6;
    width: 120%;
    text-align: center;
    z-index: -1;
}

html[lang="zh-Hans"] .hp_why::before,
html[lang="zh-Hans"] .hp_why::after {
    content: "为什么选择我们";
    font-family: "Noto Serif TC", serif;
}

.hp_why::before {
    top: 2vw;
}

.hp_why::after {
    bottom: 1vw;
}

.hp_why_group {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 4vw;
}

.hp_why_right .hp_why_group {
    margin-left: auto;
}

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

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

.hp_why_point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hp_why_left .hp_why_point {
    align-items: flex-end;
    text-align: right;
}

.hp_why_title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 30px 0 10px;
}

.hp_why_keyword {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}

.hp_why_middle_box {
    position: relative;
    left: -10%;
    width: 120%;
}

.hp_why .hp_big_title {
    position: absolute;
    left: 1vw;
    top: 3vw;
    transform: rotate(-29deg);
}

.hp_why_middle {
    margin-bottom: -2vw;
}

/*homepage services*/
#main_index .index_wrapper_7 {
    padding: 10.5rem 8.5%;
    position: relative;
}

.hp_services {
    margin-bottom: 2.5rem;
}

.hp_services .hp_big_title,
.hp_services .hp_keyword {
    color: #fff;
}

#main_index .index_wrapper_7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to right, #0f1a3a, #1a2a5e);
}

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

#main_index .service_type4 .col-6.col-md-3 {
    padding: 0 8px;
    margin: 10px 0;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover {
    transform: translateY(-10px);
}

#main_index .service_type4 .service_box_type4 .img_frame {
    height: 0;
    padding-bottom: 100%;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: absolute;
    top: unset;
    left: 0;
    width: 100%;
    height: auto;
    border: none;
    transition: all .3s ease-in-out;
    bottom: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .box {
    top: unset;
    left: unset;
    transform: unset;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: auto;
    max-height: unset;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    color: white;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 25px;
    text-align: left !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > span {
    font-size: 19px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > br {
    display: none;
}

#main_index .service_type4 .service_box_type4 .img_frame .box .general_btn {
    border: none;
    color: transparent;
    font-size: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
}

#main_index .service_type4 .service_box_type4 .img_frame .box .general_btn::after {
    content: "\f144";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover .img_frame .box .general_btn::after {
    transform: rotate(45deg);
}

#main_index .service_type4 .service_box_type4 .img_frame .box .general_btn:hover {
    background-color: transparent;
    color: white;
}

/*homepage project*/
#main_index .index_wrapper_8 {
    position: relative;
    background-image: url('https://cdn1.npcdn.net/userfiles/28439/image/f-gallery-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.hp_project {
    padding: 0 8.5% 4.5rem;
}

.hp_project_right_box {
    display: flex;
    justify-content: flex-end;
}

.hp_project .hp_keyword {
    color: #666;
    margin-top: 1rem;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

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

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

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.15);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slide:nth-child(odd) .outline_box .gallery_box {
    padding-top: 80%;
    margin: 17% 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slide:nth-child(even) .outline_box .gallery_box {
    padding-top: 114%;
    margin: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
    border-radius: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 22px;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li button::before {
    color: #1a2a60;
    font-size: 10px;
    content: "";
    opacity: 1;
    background-color: #999;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li,
#main_index .hp_photoGallerySlider_type3 .slick-dots li button,
#main_index .hp_photoGallerySlider_type3 .slick-dots li button::before {
    width: 10px;
    height: .8px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active,
#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button,
#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button::before {
    height: 4.8px;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots {
    position: relative;
    bottom: 0;
    height: 4.8px;
    padding: 4.5rem 0 7rem;
}

#main_index .hp_photoGallerySlider_type3 .slick-slider {
    margin-bottom: 0 !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    background-image: unset;
    width: 85px;
    height: 45px;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    filter: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    color: #1a2a60;
    opacity: 1;
    text-shadow: none;
    font-size: 35px;
}

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    top: 85%;
    width: 85px;
    height: 45px;
    z-index: 5;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 5vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    border-right: .8px solid #1a2a60;
    left: unset;
    right: calc(5vw + 85px);
}

/*homepage contact*/
.hp_contact {
    padding: 9rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28439/image/g-contact-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

.hp_contact .hp_big_title,
.hp_contact .hp_keyword {
    color: #fff;
}

.hp_contact .hp_button {
    background-color: #fff;
    color: #666;
}

.hp_contact_right_box {
    padding-left: 3vw;
}

.hp_contact_group a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #1a2a60;
    border-radius: 50%;
}

.hp_contact_group a:hover i {
    animation: 1s swing;
}

.hp_contact_group a {
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
}

.hp_contact_group a:hover {
    color: #fff;
}

.hp_contact_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.5rem;
}

.hp_contact_group ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .logo {
        flex: 0 1 10%;
    }
    .navbar_type8 .nav_tab {
        flex: 0 1 90%;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.32vw;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        padding: 0 30px;
    }
    .hp_about_left_box {
        width: 95%;
        left: 0;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 20px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        padding: 6px 15px;
    }
    
    /*homepage slogan*/
    .hp_slogan {
        padding: 2.2rem 0 2rem;
    }
    .hp_slogan_title {
        font-size: 2vw;
    }
    
    /*homepage collection*/
    #main_index .index_wrapper_5 {
        padding: 4rem 22px;
    }
    #main_index .product_cat-3 .cat_box .content .content_box h4 {
        font-size: 20px;
    }
    #main_index .product_cat-3 .cat_box .content .content_box {
        padding: 18px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 2rem 15px 4rem;
    }
    .hp_why_group {
        width: 75%;
    }
    .hp_why_middle {
        margin-bottom: 0;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_7 {
        padding: 4rem 22px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p > span {
        font-size: 17px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p {
        padding: 15px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box .general_btn::after {
        font-size: 25px;
    }
    
    /*homepage project*/
    .hp_project {
        padding: 0 15px 2.5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 10px 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        padding: 3rem 0 6rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        width: 65px;
        font-size: 27px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        right: calc(5vw + 65px);
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        top: 82%;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots li,
    #main_index .hp_photoGallerySlider_type3 .slick-dots li button,
    #main_index .hp_photoGallerySlider_type3 .slick-dots li button::before {
        width: 5px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 6rem 15px;
    }
    .hp_contact_right_box {
        padding-left: 0;
    }
    .hp_contact_group a {
        font-size: 15px;
    }

}

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

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about_right_box {
        padding: 4rem 30px;
    }
    
    /*homepage slogan*/
    
    
    /*homepage collection*/
    
    
    /*homepage why*/
    
    
    /*homepage services*/
    
    
    /*homepage project*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    #main_index {
        margin-bottom: -35px;
    }
    
    /*footer*/
    .footer_type6 .social_media {
        justify-content: center;
        margin-bottom: 2rem;
    }
    .down_space {
        margin-bottom: -50px;
        left: 50%;
    }
    .down_space_img img {
        max-width: 100px;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_title {
        font-size: 36px;
    }
    .hp_banner_group {
        flex-direction: column;
    }
    .hp_banner_keyword {
        font-size: 13px;
    }
    .hp_banner_keyword span {
        display: unset;
    }
    .hp_banner .hp_button {
        padding: 6px 15px;
        font-size: 12px;
    }
    .hp_banner_social {
        right: 20px;
        bottom: 20px;
    }
    
    /*homepage about*/
    .hp_about::before {
        font-size: 14vw;
    }
    .hp_about_left_box {
        width: calc(100% - 30px);
    }
    .hp_about_text {
        font-size: 3vw;
        line-height: 1.4;
    }
    .hp_big_title span {
        display: unset;
    }
    .hp_about::after {
        right: 15px;
        bottom: -25px;
        width: 100px;
        height: 100px;
    }
    
    /*homepage slogan*/
    .hp_slogan_title span {
        width: 3vw;
        height: 3vw;
    }
    .hp_slogan_title {
        font-size: 5.5vw;
        gap: 5vw;
    }
    
    /*homepage collection*/
    #main_index .index_wrapper_5 {
        background-image: linear-gradient(to bottom, #f2f2f2 80%, #fff 80%);
    }
    .hp_collection_top {
        padding: 0 8px;
    }
    
    /*homepage why*/
    .hp_why_middle_box {
        left: 0;
        width: 100%;
    }
    .hp_why_group {
        width: 100%;
        padding-top: 2rem;
        gap: 2rem;
    }
    .hp_why_left .hp_why_point {
        align-items: flex-start;
        text-align: left;
    }
    .hp_why_point {
        min-height: 225px;
    }
    
    /*homepage services*/
    .hp_services_right_box {
        margin-top: 1.5rem;
    }
    .hp_services_left,
    .hp_services_right {
        padding: 0 8px;
    }
    
    /*homepage project*/
    .hp_project_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .index_wrapper_8 {
        padding-bottom: 4rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }
    
    /*homepage contact*/
    .hp_contact_right_box {
        margin-top: 2rem;
    }

    
}