@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: 120px;
    background-color: #000;
    padding: 0 9%;
    transition: all 0.2s ease-in-out;
}

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

.dark_nav {
    height: 80px !important;
}

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    display: block;
    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;
    font-weight: 300;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

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

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

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

.footer_type8 a {
    color: #fff;
}

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

.footer_type8 .title h5 {
    color: #fda819;
    font-weight: 500;
    font-size: 24px;
}

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

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

.footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(2),
.footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
    margin-top: -50px;
}

/*homepage banner*/
.customVideo {
    position: relative;
}

.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 4rem;
}

.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}

.videoPlay button:focus {
    outline: none;
}

.videoPlay button.paused {
    background: rgba(256,256,256,1);
}

.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 1.5rem;
}

.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}

.videoMute button:focus {
    outline: none;
}

.videoMute button.muted {
    background: rgba(256,256,256,.7);
}

.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}

.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}


@media only screen and (max-width: 768px) {
    .videoPlay {
        bottom: 1rem;
        right: 3.5rem;
    }
    .videoMute {
        bottom: 1rem;
        right: 1rem;
    }
}

.customVideo_button {
    position: absolute;
    right: 4%;
    bottom: 5%;
    display: flex;
    flex-direction: row-reverse;
    z-index: 6;
    gap: 10px;
}

.hp_banner {
    position: relative;
}

.hp_banner .embed-responsive-16by9::before {
    padding-top: 45%;
}

.hp_banner video {
    filter: brightness(0.7);
    object-fit: cover;
}

.hp_banner_content {
    position: absolute;
    left: 10%;
    top: 54%;
    transform: translate(0, -50%);
    width: 40%;
}

.hp_banner_title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5vw;
    line-height: 1.4;
}

.hp_banner_keyword {
    font-size: 1.05vw;
    font-weight: 300;
    color: #f4f4f4;
    width: 65%;
    line-height: 1.65;
    margin-bottom: 0;
}

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

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

/*homepage about*/

.hp_about {
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -50%);
    width: 73%;
    height: 7.8px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.hp_about::after {
    content: "";
    position: absolute;
    right: 74.5%;
    top: 0;
    transform: translate(0, -50%);
    width: 15.5%;
    height: 7.8px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.hp_aboutVideo {
    max-height: 820px;
}

.hp_aboutVideo video {
    filter: brightness(0.65);
    max-height: 820px;
    object-fit: cover;
    object-position: 50% 0;
}

.hp_aboutContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7.5vw 7%;
}

.hp_big_title {
    font-family: "Montserrat", sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0;
    color: #000;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8;
    color: #777;
}

.hp_about_right_box {
    padding: 0 4vw 0 4.5vw;
}

.hp_about_button {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.5rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 25px;
    background-color: #fda819;
    border-radius: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 3vw;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.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_small {
    font-size: 14.5px;
    font-weight: 300;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    display: flex;
    margin: 1.5rem 0 0;
    flex-direction: column;
    gap: 10px;
}

.hp_about_small::after {
    content: "";
    width: 25px;
    height: 1.8px;
    background-color: #fff;
}

.hp_about_icon img {
    max-width: 35px;
}

.hp_about_point:hover .hp_about_icon img {
    animation: 1s swing;
}

.hp_about_bottom_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    padding: 18vw 2vw 0 24%;
}

.hp_about_title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 10px;
    font-family: "Montserrat", sans-serif;
}

.hp_about_keyword {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.7;
}

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

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

/*homepage services*/
.hp_services {
    padding: 8rem 0 7rem;
    background-color: #fda819;
    position: relative;
}

.hp_services::before {
    content: "EXPERT";
    position: absolute;
    right: -3vw;
    top: 7vw;
    font-family: "Montserrat", sans-serif;
    font-size: 17vw;
    font-weight: 700;
    font-style: italic;
    color: #fab033;
    z-index: 1;
    line-height: .8;
}

.hp_services::after {
    content: "SERVICES";
    position: absolute;
    left: -4vw;
    bottom: 5vw;
    font-family: "Montserrat", sans-serif;
    font-size: 17vw;
    font-weight: 700;
    font-style: italic;
    color: #fab033;
    z-index: 2;
    line-height: .8;
}

.hp_services .container-fluid {
    position: relative;
    z-index: 3;
}

.hp_services_left_box {
    padding-left: 7vw;
}

.hp_services_right_box {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 9vw;
}

.hp_services_small {
    font-size: 14.5px;
    font-weight: 300;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    margin: 1.5rem 0 0;
    gap: 10px;
}

.hp_services_small::after {
    content: "";
    width: 25px;
    height: 1.8px;
    background-color: #fff;
}

.hp_services_ebox {
    margin: 20px 12px 10px;
}

.hp_services_box {
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.hp_services_img {
    overflow: hidden;
}

.hp_services_img img {
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover .hp_services_img img {
    transform: scale(1.1);
    filter: brightness(0.6);
}

.hp_services_content {
    position: absolute;
    left: 0;
    bottom: -30%;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 3vw;
    gap: 2vw;
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover .hp_services_content {
    bottom: 0;
    opacity: 1;
}

.hp_services_arrow i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
}

.hp_services_box:hover .hp_services_arrow i {
    animation: 1s swing;
}

.hp_services_title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.35;
}

.hp_services_keyword {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.hp_services_middle_box {
    padding-left: 2.5vw;
    margin-top: 4rem;
}

.hp_services_slider .slick-arrow {
    z-index: 5;
}

.hp_services_slider .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.hp_services_slider .slick-prev::before,
.hp_services_slider .slick-next::before {
    text-shadow: none;
    color: #fff;
    font-size: 25px;
    opacity: 0.75;
}

.hp_services_slider .slick-next {
    right: 25px;
}

.hp_services_bottom_box {
    width: 38%;
    margin-left: auto;
    padding-right: 8vw;
    margin-top: 2.5rem;
}

/*homepage inventory*/
.hp_inventory {
    padding: 8rem 0;
    background-image: linear-gradient(to bottom, #fda819 50%, #f8f8f8 50%);
    position: relative;
}

.hp_inventory::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 85%;
    height: .8px;
    background-color: rgb(255,255,255,0.4);
    transform: translate(-50%, 0);
}

.hp_inventory_left_box {
    width: 82.5%;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    left: 3%;
}

.hp_inventory_right {
    display: flex;
    align-items: center;
    position: relative;
}

.hp_inventory_right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 113%;
    height: 116%;
    background-color: #000;
    border-radius: 25px 0 0 25px;
    z-index: -1;
    transform: translate(0, -50%);
}

.hp_inventory_left {
    position: relative;
    z-index: 1;
}

.hp_inventory_right_box {
    padding: 0 9vw;
}

.hp_inventory .hp_keyword {
    color: #ccc !important;
    margin-top: 1rem;
}

/*homepage partner*/
#main_index .index_wrapper_6 {
    background-color: #f8f8f8;
    padding: 0 0 6rem;
}

.hp_partner {
    padding: 0 10% 6rem;
}

.hp_partner_right_box {
    padding-left: 3vw;
}

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

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

#main_index .index_wrapper_6 .hp_photoGallerySlider_type3 .slick-slide > div:nth-child(2) {
    transform: translateX(50%);
}

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

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

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

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

#main_index .index_wrapper_6 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: white;
    padding-top: 50%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#main_index .index_wrapper_6 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

/*homepage gallery*/
#main_index .index_wrapper_7 {
    position: relative;
    padding: 7rem 0;
    background-image: url('https://cdn1.npcdn.net/userfiles/28655/image/gallery_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_gallery_box {
    padding: 0 14% 0 28%;
}

.hp_gallery .hp_big_title {
    margin-bottom: 20px;
}

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

#main_index .outerRow_7 {
    align-items: center;
}

#main_index .index_wrapper_7 .hp_photoGallerySlider_type3 {
    padding-left: 1.5vw;
    width: 115%;
}

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

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

/*other pages*/
.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type8 {
        padding-top: 4rem !important;
    }
    .footer_type8 .logo img {
        max-height: 90px;
    }
    .footer_type8 .logo {
        min-height: 90px;
    }
    .footer_type8 .title h5 {
        font-size: 20px;
    }
    
    /*homepage banner*/
    .hp_banner_title {
        line-height: 1.2;
    }
    .hp_banner_keyword {
        font-size: 1.3vw;
        width: 75%;
    }
    
    /*homepage about*/
    .hp_about::before,
    .hp_about::after {
        height: 5.8px;
    }
    .hp_aboutContent {
        padding: 7.5vw 15px;
    }
    .hp_aboutVideo,
    .hp_aboutVideo video {
        max-height: 570px;
    }
    .hp_big_title {
        font-size: 23px;
        line-height: 1.3;
    }
    .hp_about_right_box {
        padding: 0;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.65;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 13.5px;
        padding: 10px 20px;
        gap: 20px;
    }
    .hp_about_bottom_box {
        padding: 12vw 2vw 0 14%;
    }
    .hp_about_title {
        margin: 20px 0 10px;
    }
    .hp_about_keyword {
        font-size: 14px;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 4rem 0;
    }
    .hp_services_left_box {
        padding-left: 15px;
    }
    .hp_services_right_box {
        padding-right: 15px;
    }
    .hp_services_middle_box {
        padding-left: 18px;
        margin-top: 2rem;
    }
    .hp_services_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hp_services_keyword {
        font-size: 14px;
    }
    .hp_services_arrow i {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
    
    /*homepage inventory*/
    .hp_inventory {
        padding: 5.5rem 0;
    }
    .hp_inventory_left_box {
        width: 100%;
        left: 0;
    }
    .hp_inventory_right_box {
        padding: 0 15px;
    }
    
    /*homepage partner*/
    .hp_partner {
        padding: 0 15px 2rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 20px 10px 10px;
    }
    #main_index .index_wrapper_6 {
        padding: 0 0 4rem;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_7 {
        padding: 4rem 0;
    }
    .hp_gallery_box {
        padding: 0 15px;
    }
    .hp_gallery_button {
        margin-top: 1.5rem;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .index_wrapper_7 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }

}

.navbar_mobile {
    background-color: #000;
}

.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: #fda819;
    color: #fda819;
    background-color: transparent;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner_content {
        top: 50%;
    }
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    .hp_aboutVideo,
    .hp_aboutVideo video {
        max-height: 600px;
        min-height: 600px;
    }
    .hp_about_bottom_box {
        padding: 12vw 0 0 0;
    }
    
    /*homepage services*/
    .hp_services_content {
        bottom: 0;
        opacity: 1;
        padding: 25px;
        gap: 15px;
    }
    .hp_services_img img {
        filter: brightness(0.6);
    }
    .hp_services_slider .slick-prev {
        left: -10px;
    }
    .hp_services_slider .slick-next {
        right: 10px;
    }
    .hp_services_bottom_box {
        width: 45%;
        padding-right: 0;
    }
    
    /*homepage inventory*/
    
    
    /*homepage partner*/
    #main_index .index_wrapper_6 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
        border-radius: 12px;
    }
    
    /*homepage gallery*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(2),
    .footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
        margin-top: 0;
    }
    
    /*homepage banner*/
    .hp_banner .embed-responsive-16by9::before {
        padding-top: 100%;
    }
    .hp_banner_content {
        left: 20px;
        width: calc(100% - 40px);
    }
    .hp_banner_title {
        font-size: 25px;
    }
    .hp_banner_keyword {
        font-size: 13px;
        width: 100%;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        padding: 7px 20px;
        gap: 15px;
    }
    
    /*homepage about*/
    .hp_aboutContent {
        padding: 3rem 15px;
        position: relative;
    }
    .hp_about {
        background-color: #000;
    }
    .hp_aboutVideo,
    .hp_aboutVideo video {
        max-height: unset;
        min-height: unset;
    }
    .hp_aboutVideo video {
        filter: unset;
    }
    .hp_big_title {
        font-size: 24px;
    }
    .hp_about_right_box {
        margin-top: 2rem;
    }
    .hp_about_button {
        justify-content: flex-start;
    }
    .hp_about_bottom_box {
        padding: 0;
        grid-template-columns: 1fr;
        margin-top: 3rem;
        gap: 2.5rem;
    }
    
    /*homepage services*/
    .hp_services_right_box {
        justify-content: flex-start;
        padding: 0 15px;
    }
    .hp_services_left_box {
        padding: 0 15px;
    }
    .hp_services_bottom_box {
        width: 100%;
        padding: 0 15px;
    }
    
    /*homepage inventory*/
    .hp_inventory {
        padding: 4rem 0;
        background-image: linear-gradient(to bottom, #fda819 30%, #000 30%);
    }
    .hp_inventory_right_box {
        padding-top: 3rem;
    }
    
    /*homepage partner*/
    .hp_partner_right_box {
        padding-left: 0;
    }
    #main_index .index_wrapper_6 {
        padding: 4rem 0;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_7 .hp_photoGallerySlider_type3 {
        padding-left: 20px;
        width: 125%;
        margin-top: 2.5rem;
    }

}