@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=Noto+Serif+SC:wght@200..900&display=swap');

body > br {
    display: none;
}

body {
    font-size: 14.5px !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 {
    color: #fff;
    box-shadow: none;
    background-color: #e4312c;
}

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

/*navigation bar*/
.navbar_type8 {
    background-color: #16136a;
    height: 110px;
    padding: 0 8.5%;
    transition: all 0.25s ease-in-out;
}

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

.dark_nav {
    height: 80px !important;
    background-color: rgb(22, 19, 106, 0.9) !important;
}

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

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

#main_index .navbar_type8 .logo img {
    padding: 25px 0;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
    background-color: #ce202a;
}

/*footer*/
.footer_type7 {
    background-color: #000;
    color: white;
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
    line-height: 1.6;
}

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

.footer_type7 .logo {
    padding-top: 80px;
}

.footer_type7 .logo img {
    max-height: 80px;
}

.footer_type7 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) i {
    color: #e71b27 !important;
}

.footer_type7 a:hover {
    color: #e71b27;
}

.footer_type7 .social_media a {
    margin-left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #e71b27;
    border-radius: 50%;
    font-size: 14px;
}

.footer_type7 .social_media a:nth-child(1) {
    background-color: #3b5998;
    color: #fff;
}

.footer_type7 .social_media a:nth-child(2) {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}

.footer_type7 .social_media a:nth-child(3) {
    background-color: #c4302b;
    color: #fff;
}

.footer_type7 .social_media a:nth-child(4) {
    background-color: #fff;
}

.footer_type7 .social_media a:nth-child(1):hover,
.footer_type7 .social_media a:nth-child(2):hover,
.footer_type7 .social_media a:nth-child(3):hover {
    color: #fff;
}

.footer_type7 .social_media a:hover {
    color: #000;
    animation: 1s swing;
}

.footer_type7 .social_media a .icon_s {
    bottom: 0;
}

.footer_type7 .social_media a .icon_s img {
    height: 15px;
    filter: brightness(0) !important;
}

.footer_type7 .social_media {
    display: flex;
    gap: 5px;
    justify-content: end;
    padding: 0 !important;
}

.footer_type7 .title h5 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}

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

/*homepage banner*/
.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);
    }
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 8vw;
    padding-bottom: 7vw;
    text-align: right;
}

.hp_banner_small {
    font-size: 1.65vw;
    color: #fff;
    margin-bottom: 1vw;
    font-weight: 400;
}

.hp_banner_big1 {
    font-size: 2.5vw;
    font-weight: 900;
    color: #fff;
    display: flex;
    margin-bottom: 0;
}

.hp_banner_big1 span {
    margin-left: -2.5vw;
}

html[lang="zh-Hans"] .hp_banner_big1 span {
    margin-left: 0;
    font-family: "Noto Serif SC", serif;
    font-size: 7vw;
    line-height: 1;
}

.hp_banner_big1 img {
    max-width: 24vw;
}

.hp_banner_big2 {
    font-size: 2.4vw;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    margin-top: -2.5vw;
}

html[lang="zh-Hans"] .hp_banner_big2 {
    margin-top: 0;
}

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

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

/*homepage award*/
.hp_award {
    padding: 6rem 10.5% 0;
}

.hp_award_right_box {
    width: 94%;
    margin-left: auto;
}

.hp_award_title1 {
    font-size: 1.6vw;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

.hp_award_title1 span {
    display: block;
    font-weight: 900;
    font-size: 2.1vw;
    line-height: 1.1;
}

.hp_award_title1 b {
    display: block;
    font-weight: 900;
    font-size: 3.05vw;
    line-height: 1.1;
}

.hp_award_title2 {
    display: flex;
    gap: 5px;
    font-size: 2.65vw;
    font-weight: 900;
    color: #ff0407;
    margin-top: 2.5rem;
    line-height: 1.3;
}

.hp_award_title3 {
    font-size: 1.6vw;
    font-weight: 800;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

.hp_awardSlider {
    padding: 3rem 8%;
}

.hp_award_slider {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px 50px;
}

.hp_award_img {
    transition: all 0.2s ease-in-out;
}

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

/*homepage ambassador*/
#main_index .index_wrapper_4 {
    padding-top: 8rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/27848/image/gallery_bg1(1).jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}

.hp_ambassador {
    margin-bottom: 1.5rem;
}

.hp_big_title {
    font-size: 2.3vw;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}

.hp_ambassador .hp_big_title {
    color: #fff;
}

.hp_keyword {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 6px;
    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 img {
    object-fit: cover;
    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,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    text-shadow: none;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: unset;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 15px;
    height: 15px;
}

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

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

#main_index #index_5_2 .hp_photoGallerySlider_type3 {
    padding: 0 9px;
}

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

#main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box a{
      pointer-events: none; 
}

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

#main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 40.5%;
}

#main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 40.5%;
}

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

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

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

#main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 40px;
    height: 40px;
    top: 106%;
    opacity: 1;
}

#main_index .innerRow_4 {
    padding-left: 1vw;
}

#main_index .innerContainer_5 {
    position: relative;
    left: -3.5%;
    padding-right: 2vw;
}

/*homepage services*/
.hp_services {
    padding: 6.5rem 8%;
}

.hp_services_top,
.hp_services_ebox {
    margin: 15px 0;
}

.hp_services_box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.hp_services_img {
    width: 76%;
    margin-left: 9%;
    margin-top: -5.5rem;
    z-index: -1;
    position: relative;
}

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

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

.hp_small_title {
    font-size: 17px;
    margin-bottom: 2px;
    color: #000;
}

.hp_services_number {
    font-size: 40px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: fit-content;
    transform-origin: center bottom;
}

.hp_services_box:hover .hp_services_number {
    animation: 1s swing;
}

.hp_services_title {
    font-size: 25px;
    font-weight: 900;
    color: #ce202a;
    margin-bottom: 10px;
}

.hp_services_title span {
    display: block;
}

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

/*homepage gallery*/
#main_index .index_wrapper_7 {
    padding: 6.5rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27848/image/gallery_bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_gallery_top_box {
    margin-bottom: 2rem;
}

#main_index .index_wrapper_7 .hp_photoGallerySlider_type3 {
    padding: 0 9px;
}

/*homepage why*/
.hp_why {
    padding: 6rem 10.5% 9rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/27848/image/tokyo_tower.png');
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hp_why_top_box {
    margin-bottom: 3rem;
}

.hp_why .hp_small_title {
    color: #021943;
}

.hp_why .hp_big_title {
    color: #021943;
    font-size: 2vw;
}

.hp_why_icon img {
    max-width: 50px;
}

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

.hp_why_bottom_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-right: 11vw;
}

.hp_why_point {
    padding: 2.5vw;
    background-color: #ce202a;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_icon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.hp_why_icon::after {
    content: "";
    width: 55%;
    height: 3.8px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.hp_why_point:hover .hp_why_icon::after {
    width: 100%;
}

.hp_why_title {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.hp_why_title span {
    display: block;
}

/*homepage about*/
.hp_about {
    background-color: #16136a;
}

.hp_about_left_box {
    padding: 0 5vw 0 8vw;
}

.hp_about_title {
    font-size: 2.55vw;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hp_about_title span {
    display: block;
}

.hp_about .hp_keyword {
    line-height: 1.6;
    font-weight: 300;
    font-size: 17.5px;
}

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

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

.hp_button img {
    max-width: 22px;
}

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

@media (min-width: 768px) {
    .hp_about_left {
        -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        max-width: 41%;
    }
    .hp_about_right {
        -ms-flex: 0 0 59%;
        flex: 0 0 59%;
        max-width: 59%;
    }
}

/*homepage partner*/
.hp_partner {
    padding: 5rem 8%;
}

.hp_partner_top_box {
    margin-bottom: 2rem;
}

.hp_partner .hp_big_title {
    color: #021943;
    font-size: 2.1vw;
}

.hp_partner_slider {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px 50px;
}

.hp_partner_img {
    transition: all 0.2s ease-in-out;
}

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

/*homepage video*/

#main_index .index_wrapper_11 {
    padding: 6.5rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27848/image/video_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-attachment: fixed;
}

.hp_video_top_box {
    margin-bottom: 2rem;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item {
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

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

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box {
    margin: 0;
    padding: 15px;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
    font-weight: 700;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px;
    color: #ce202a;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .content_video {
    display: none;
}

#main_index .ex_videoSlide .slick-arrow {
    z-index: 5;
    width: auto;
    height: auto;
}

#main_index .ex_videoSlide .slick-prev::before,
#main_index .ex_videoSlide .slick-next::before {
    text-shadow: none;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

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

.hp_contact_title {
    font-size: 1.8vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.hp_contact_title span {
    display: block;
}

.hp_contact_button {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

/*homepage review*/
#main_index .index_wrapper_12 {
    padding: 6rem 10%;
}

.hp_review_top_box {
    margin-bottom: 2rem;
}

.hp_review_text {
    font-size: 22px;
    color: #021943;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.hp_review .hp_big_title {
    color: #021943;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewSlider .slick-arrow {
  z-index: 5;
}

/*other pages*/
.product_detail .productCustomization .tab-content,
.product_detail div.mb-3:nth-child(5) {
    display: none;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.4vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage award*/
    .hp_award {
        padding: 4rem 15px 0;
    }
    .hp_award_title1,
    .hp_award_title3 {
        font-size: 17px;
    }
    .hp_award_title1 span {
        font-size: 20px;
    }
    .hp_award_title1 b {
        line-height: 1.3;
        font-size: 30px;
    }
    .hp_award_title2 {
        font-size: 30px;
        margin-top: 2rem;
    }
    .hp_award_right_box {
        width: 100%;
    }
    .hp_awardSlider {
        padding: 2rem 15px;
    }
    
    /*homepage ambassador*/
    #main_index .index_wrapper_4 {
        padding-top: 5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }
    .hp_big_title {
        font-size: 26px;
        margin-bottom: 5px;
    }  
    .hp_keyword {
        font-size: 14.5px;
    }
    #main_index .innerRow_4 {
      padding-left: 0;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        top: 110%;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 34.5%;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: 34.5%;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 4rem 15px;
    }
    .hp_services_title span {
        display: unset;
    }
    .hp_services_img {
        width: 86%;
        margin-left: 6%;
        margin-top: -4rem;
    }
    .hp_services_title {
        font-size: 21px;
    }
    .hp_services_keyword {
        font-size: 14.5px;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_gallery_top_box {
        margin-bottom: 1.5rem;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px 6rem;
    }
    .hp_why_top_box {
        margin-bottom: 2rem;
    }
    .hp_why .hp_big_title {
        font-size: 26px;
    }
    .hp_why_title {
        font-size: 16px;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        padding: 0 30px;
    }
    .hp_about_title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .hp_about .hp_keyword {
        font-size: 14.5px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button img {
        max-width: 18px;
    }
    .hp_button {
        padding: 7px 15px;
    }
    
    /*homepage partner*/
    .hp_partner {
        padding: 4rem 15px;
    }
    .hp_partner .hp_big_title {
        font-size: 25px;
    }
    
    /*homepage video*/
    
    #main_index .index_wrapper_11 {
        padding: 4rem 15px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 8rem 15px;
    }
    .hp_contact_title {
        font-size: 20px;
    }
    .hp_contact_button {
        margin-top: 1.5rem;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_12 {
        padding: 4rem 15px;
    }
    .hp_review_text {
        font-size: 16px;
    }
    .hp_review_top_box {
        margin-bottom: 1.5rem;
    }

}

.navbar_mobile {
    background-color: #16136a;
}

.side_menu {
    background-color: #ce202a;
}

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

.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile .btn-outline-light:hover {
    border-color: #ccc;
    color: #ccc;
    background-color: transparent;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage award*/
    .hp_award_slider {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px 40px;
    }
    
    /*homepage ambassador*/
    #main_index .outerRow_4 {
        align-items: flex-end;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 32.5%;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: 32.5%;
    }
    
    /*homepage services*/
    
    
    /*homepage gallery*/
    
    
    /*homepage why*/
    .hp_why_bottom_box {
        padding-right: 0;
    }
    
    /*homepage about*/
    
    
    /*homepage partner*/
    .hp_partner_slider {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px 40px;
    }
    
    /*homepage video*/
    
    #main_index .index_wrapper_11 {
        background-attachment: unset;
    }
    
    /*homepage contact*/
    
    
    /*homepage review*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type7 .social_media {
        justify-content: center;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 350px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_small {
        font-size: 13px;
        text-shadow: 1px 1px 3px rgb(0,0,0,0.3);
    }
    .hp_banner_big1 img {
        max-width: 150px;
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
    }
    .hp_banner_big1,
    .hp_banner_big2 {
        font-size: 20px;
        text-shadow: 2px 2px 3px rgb(0,0,0,0.3);
    }
    html[lang="zh-Hans"] .hp_banner_big1 {
        justify-content: flex-end;
    }
    html[lang="zh-Hans"] .hp_banner_big1 span {
        font-size: 45px;
    }
    
    /*homepage award*/
    .hp_award_right_box {
        margin-top: 3rem;
    }
    .hp_award_slider {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 30px;
    }
    
    /*homepage ambassador*/
    #main_index .outerRow_4 {
        flex-direction: column-reverse;
    }
    #main_index .innerContainer_5 {
        left: 0;
        padding: 0 30px;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 35.5%;
    }
    #main_index #index_4 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: 35.5%;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 7rem 15px 4rem;
    }
    .hp_services_img {
        width: 100%;
        margin-left: 0;
        margin-top: -5rem;
    }
    
    /*homepage gallery*/
    
    
    /*homepage why*/
    .hp_why {
        background-size: 85%;
    }
    .hp_why_bottom_box {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .hp_why_point {
        padding: 20px;
    }
    .hp_why_title span {
        display: unset;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        padding: 4rem 30px;
    }
    
    /*homepage partner*/
    .hp_partner_slider {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 30px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 4.5rem 15px;
    }
    
    /*homepage review*/
    

}