@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: 100px;
    padding: 0 4%;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

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

.dark_nav {
    height: 80px !important;
    background-color: rgb(255, 255, 255, .9) !important;
    border-bottom: .8px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    height: 100%;
    border-radius: 0;
    top: 0;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .logo {
    height: 80%;
    border-radius: 100px;
    top: 7.5%;
}

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    padding: 15px 0.5vw;
    text-shadow: none;
    color: #000;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

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

#main_index .navbar_type8 .nav_tab .nav_item a {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    color: #fff;
}

#main_index .navbar_type8 .nav_tab .nav_item:hover a {
    text-shadow: none;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    text-shadow: none !important;
    color: #000 !important;
}

.navbar_type8.dark_nav .nav_tab .nav_item:hover a {
    color: #fff !important;
}

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

#main_index .navbar_type8 .nav_tab .nav_item::before {
    background-color: #006fb4;
}

.navbar_type8.dark_nav .nav_tab .nav_item::before {
    background-color: #0087db !important;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 55px !important;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 80px !important;
}

.navbar_type8.dark_nav .nav_tab .dropdown .dropdown-menu-img {
    top: 45px !important;
}

#main_index .navbar_type8.dark_nav .nav_tab .dropdown .dropdown-menu-img {
    top: 45px !important;
}

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

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

/*footer*/
.footer_type10 {
    color: white;
    background-color: #006fb4;
    overflow: hidden;
    padding-top: 2rem !important;
    line-height: 1.6;
    padding-bottom: 1rem !important;
}

.footer_type10 .text {
    font-size: 14px;
}

.footer_type10 .sub_title p {
    font-family: "Geom", sans-serif;
    font-size: 19px;
}

.footer_type10 .title {
    min-height: 65px;
}

.footer_type10 .logo {
    padding-top: 65px;
}

.footer_type10 .logo img {
  max-height: 65px;
  filter: brightness(0) invert(1);
  /*background-color: #fff;*/
  /*padding: 13px;*/
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover,
.footer_type10 .social_media a:hover .icon_s i {
    color: #ddd !important;
}

.footer_type10 .social_media a .icon_s i {
    font-size: 25px;
}

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

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

.video_group .embed-responsive-16by9::before {
    padding-top: 54.7%;
}

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

.video_group {
    position: relative;
}

/*homepage about*/
.hp_about {
    padding: 10rem 8% 7rem;
    background-image: linear-gradient(to bottom, #d8e9f3, #e6f1f7, #fff);
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 6vw;
    top: -2vw;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/cloud.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    animation: cloudFloat 30s linear infinite;
}

@keyframes cloudFloat {
    0% {
        transform: translateX(-10%);
    }
    50% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-10%);
    }
}

.hp_about_top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -2.5%;
    width: 78%;
}

.hp_small_title {
    color: #006fb4;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.hp_small_title span {
    display: block;
    width: 9px;
    height: 9px;
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/B_Element.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_about .hp_small_title {
    justify-content: center;
}

.hp_big_title {
    font-family: "Geom", sans-serif;
    color: #58595b;
    font-weight: 300;
    font-size: 1.6vw;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
    color: #006fb4;
    font-size: 2.4vw;
    font-weight: 800;
}

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

.hp_about .hp_big_title b {
    font-weight: 700;
}

.hp_keyword {
    font-size: 17px;
    margin-bottom: 0;
    color: #666;
    line-height: 1.7;
    font-weight: 300;
}

.hp_about .hp_keyword {
    width: 60%;
    margin: 0 auto;
}

.hp_about .hp_keyword b {
    font-weight: 700;
}

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

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

.hp_button span {
    display: block;
    transition: all 0.4s ease-in-out;
}

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

.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 client*/
.hp_client {
    padding: 0 5% 3rem;
}

#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;
    position: relative;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 50%;
    background-color: transparent;
    border-left: .8px solid #999;
    border-right: .8px solid #999;
    border-top: 1.8px solid #999;
    border-bottom: 1.8px solid #999;
}

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

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

#main_index .hp_photoGallerySlider_type3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .slick-next::before {
    text-shadow: none;
    background-image: unset;
    width: 50px;
    height: 50px;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #006fb4;
    color: #fff;
    background-color: #006fb4;
    opacity: 1;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    filter: unset;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .slick-prev.slick-disabled::before,
#main_index .hp_photoGallerySlider_type3 .slick-next.slick-disabled::before {
    color: #006fb4;
    background-color: transparent;
}

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

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

#main_index .hp_photoGallerySlider_type3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .slick-prev {
    top: calc(-50px - 3rem);
    transform: unset;
    width: 50px;
    height: 50px;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: unset;
    right: calc(8vw + 50px);
}

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

#main_index .outerContainer_6 {
    padding: 4rem 3.5vw;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.hp_product {
    margin-bottom: 2rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 117%;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
    text-align: center;
    font-family: "Geom", sans-serif;
    font-size: 17.5px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    color: #0056b3;
    font-weight: 300 !important;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #0056b3;
}

/*homepage project*/

.hp_project {
    margin-bottom: 1rem;
}

#main_index #index_7 .img-responsive {
    width: 106%;
    position: relative;
    left: -6%;
}

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

#main_index #index_8 {
    padding-left: 2vw !important;
}

#main_index .index_wrapper_7 .productSlider-1 {
    padding-left: 5px;
}

#main_index .index_wrapper_7 .productSlider-1 .product_img {
    width: 129%;
}

#main_index .index_wrapper_7 .productSlider-1 .slick-track .slick-slide {
    margin: 20px 10px;
}

#main_index .index_wrapper_7 .productSlider-1 .slick-track .slick-slide:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#main_index .index_wrapper_7 .productSlider-1 .product_img .product_box .content {
    display: none;
}

#main_index .index_wrapper_7 .productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 135%;
}

#main_index .productSlider-1 .product_img .slick-slider {
    margin-bottom: 0 !important;
}

#main_index .productSlider-1 .product_img .slick-dots {
    position: relative;
    width: 100%;
    padding: 1rem 29% 0 10px;
    display: flex;
    bottom: 0;
}

#main_index .productSlider-1 .product_img .slick-dots li,
#main_index .productSlider-1 .product_img .slick-dots li button,
#main_index .productSlider-1 .product_img .slick-dots li button::before {
    width: 22vw;
    height: 6.8px;
    padding: 0;
    margin: 0;
}

#main_index .productSlider-1 .product_img .slick-dots li button::before {
    content: "";
    padding: 0;
    background-color: rgb(88, 89, 91, 0.3);
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

#main_index .productSlider-1 .product_img .slick-dots li.slick-active button::before {
    background-color: rgb(88, 89, 91, 1);
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #006fb4;
    color: #fff;
    background-color: #006fb4;
    opacity: 1;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    padding: 0;
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: "\f12f";
}

#main_index .productSlider-1 .product_img .slick-next::before {
    content: "\f138";
}

#main_index .productSlider-1 .product_img .slick-next,
#main_index .productSlider-1 .product_img .slick-prev {
    width: 50px;
    height: 50px;
}

#main_index .productSlider-1 .product_img .slick-next {
    right: -10px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -10px;
}

#main_index .index_wrapper_7 .productSlider-1 .product_img .slick-next {
    right: 15.6vw;
}

@media (min-width: 768px) {
    #main_index #index_7 {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
    #main_index #index_8 {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
    }
}

/*homepage drone*/
.hp_drone {
    padding-top: 8rem;
}

.hp_drone_left_box {
    width: 93.5%;
}

.hp_drone .hp_big_title {
    margin-bottom: 1.5rem;
}

.hp_drone_content1 {
    padding-left: 9vw;
    padding-bottom: 1.5rem;
}

.hp_drone_content2 {
    padding-left: 9vw;
    padding-top: 1.5rem;
    padding-right: 4vw;
}

.hp_drone_title {
    font-family: "Geom", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.hp_drone_point:hover .hp_drone_title {
    color: #fff;
}

.hp_drone_keyword {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    color: #666;
    transition: all 0.3s ease-in-out;
}

.hp_drone_point:hover .hp_drone_keyword {
    color: #fff;
}

.hp_drone_right_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.5rem 20px;
    padding-right: 6vw;
    position: relative;
    left: -1.5%;
}

.hp_drone_point {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 2.5rem;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.hp_drone_point::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: -1;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.hp_drone_point::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -2;
    transition: all 0.3s ease-in-out;
    filter: brightness(0.9);
}

.hp_drone_point:nth-child(1)::after {
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/drone_hover1.png');
}

.hp_drone_point:nth-child(2)::after {
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/drone_hover2.png');
}

.hp_drone_point:nth-child(3)::after {
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/drone_hover3.png');
}

.hp_drone_point:nth-child(4)::after {
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/drone_hover4.png');
}

.hp_drone_point:nth-child(odd) {
    transform: translateY(1rem);
}

.hp_drone_point:nth-child(even) {
    transform: translateY(-1rem);
}

.hp_drone_point:hover::before {
    opacity: 0;
}

.hp_drone_video video {
    width: 100%;
}

.hp_drone_right .hp_drone_title {
    font-size: 20px;
    margin-bottom: 4rem;
}

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

.hp_button2 {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_button2 span {
    display: block;
    transition: all 0.4s ease-in-out;
}

.hp_drone_point:hover .hp_button2 {
    color: #fff;
}

.hp_drone_point:hover .hp_button2 span {
    transform: rotate(-360deg);
}

/*homepage connect*/
.hp_connect {
    position: relative;
    padding: 7rem 15px 5rem;
}

.hp_connect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 145%;
    background-image: url('https://cdn1.npcdn.net/userfiles/21609/image/G_Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: -1;
    transform-origin: center bottom;
    animation: zoomAnimation 10s infinite alternate;

}

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

.hp_connect::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5%;
    background-image: linear-gradient(to top, #fff, transparent);
}

.hp_connect .hp_small_title {
    justify-content: center;
}

.hp_connect .hp_keyword {
    margin: 1rem 0 1.5rem;
}

.hp_connect_top {
    position: absolute;
    right: 12vw;
    top: 10vw;
}

.hp_connect_top img {
    max-width: 16vw;
    animation: floating 2s infinite linear;
}

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

.hp_connect_social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hp_connect_social a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006fb4;
    border-radius: 50%;
    font-size: 35px;
}

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

/*homepage contact*/
#main_index .index_wrapper_10 {
    padding-bottom: 4rem;
}

.hp_contact .hp_keyword {
    font-size: 19px;
    margin-bottom: 2rem;
}

#main_index #index_11 {
    padding-left: 5.5vw !important;
    margin-top: 5.5rem;
}

#main_index #index_11_1 .img-responsive {
    width: 120%;
}

#main_index .innerContainer_10 {
    padding: 5rem 18vw 3.5rem 7vw;
    background-color: #f9f9f9;
    width: 137%;
}

#main_index .ex_hpcontact_formonly {
    margin: 0;
    font-size: 17px;
    color: #555;
}

#main_index .ex_hpcontact_formonly .hp_contactform_header,
#main_index .ex_hpcontact_formonly .btn-primary i {
    display: none;
}

#main_index .ex_hpcontact_formonly .form-control {
    font-size: 16px !important;
    padding: 7px 15px;
}

#main_index .ex_hpcontact_formonly textarea.form-control {
    height: 38.5px;
}

#main_index .ex_hpcontact_formonly .btn-primary {
    background-color: #006fb4 !important;
    border-color: #006fb4 !important;
    border-radius: 0;
    padding: 8px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 1rem;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    #main_index .navbar_type8 .logo img {
        padding: 27px 20px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        padding: 7rem 15px 4rem;
    }
    .hp_small_title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .hp_big_title {
        font-size: 20px;
    }
    .hp_big_title span {
        font-size: 28px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 1rem;
    }
    .hp_keyword {
        font-size: 15px;
        line-height: 1.6;
    }
    .hp_about .hp_keyword {
        width: 75%;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        padding: 8px 25px;
    }
    
    /*homepage client*/
    .hp_client {
        padding: 0 15px 2.5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .slick-next::before,
    #main_index .hp_photoGallerySlider_type3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .slick-prev {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .slick-prev {
        top: calc(-35px - 2.5rem);
    }
    
    /*homepage product*/
    #main_index .index_wrapper_6 {
        padding: 5rem 15px;
    }
    #main_index .outerContainer_6 {
        padding: 3rem 15px;
    }
    .hp_product {
        margin-bottom: 1.5rem;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15.5px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before,
    #main_index .productSlider-1 .product_img .slick-next::before,
    #main_index .productSlider-1 .product_img .slick-next,
    #main_index .productSlider-1 .product_img .slick-prev {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -5px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -5px;
    }
    
    /*homepage project*/
    
    
    /*homepage drone*/
    .hp_drone {
        padding-top: 5rem;
    }
    .hp_drone_content1 {
        padding: 0 30px 1.5rem;
    }
    .hp_drone_content2 {
        padding: 1.5rem 30px 0;
    }
    .hp_drone_right_box {
        left: 0;
        padding: 0 15px;
    }
    .hp_drone_left_box {
        width: 100%;
    }
    .hp_drone_point {
        padding: 25px;
    }
    .hp_drone_title,
    .hp_drone_right .hp_drone_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hp_drone_right_box {
        grid-template-rows: unset;
    }
    .hp_drone_keyword {
        font-size: 14px;
    }
    
    /*homepage connect*/
    .hp_connect {
        padding: 5rem 15px 2.5rem;
    }
    .hp_connect_social a {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_10 {
        padding-bottom: 4rem;
    }
    #main_index .ex_hpcontact_formonly,
    #main_index .ex_hpcontact_formonly .form-control {
        font-size: 14px !important;
    }
    #main_index .ex_hpcontact_formonly .btn-primary {
        font-size: 14px !important;
        margin-top: 0;
    }
    .hp_contact .hp_keyword {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

}

.side_menu {
    background-color: #006fb4;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        padding: 6rem 15px 4rem;
    }
    .hp_about .hp_keyword {
        width: 100%;
    }
    
    /*homepage client*/
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        right: 55px;
    }
    
    /*homepage product*/
    
    
    /*homepage project*/
    #main_index .productSlider-1 .product_img .slick-dots li,
    #main_index .productSlider-1 .product_img .slick-dots li button,
    #main_index .productSlider-1 .product_img .slick-dots li button::before {
        width: 7vw;
    }
    #main_index .index_wrapper_7 .productSlider-1 .product_img .slick-next {
        right: 20.6vw;
    }
    
    /*homepage drone*/
    .hp_drone_right_box {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .hp_drone_point {
        transform: translateY(0) !important;
    }
    
    /*homepage connect*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type10 {
        padding-bottom: 4rem !important;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about::before {
        left: -10%;
        top: 1rem;
        width: 125%;
    }
    .hp_about_top {
        width: 120%;
        top: 5%;
    }
    .hp_about {
        padding: 8rem 15px 5rem;
    }
    
    /*homepage client*/
    .hp_client {
        padding: 0 15px 5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .slick-prev {
        top: calc(-35px - 1.5rem);
    }
    
    /*homepage product*/
    #main_index .outerContainer_6 {
        padding: 3rem 25px;
    }
    #main_index .index_wrapper_6 .productSlider-1 {
        padding: 0 5px;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -10px;
    }
    
    /*homepage project*/
    #main_index #index_7 .img-responsive {
        width: 100%;
        left: 0;
    }
    #main_index #index_8 {
        padding: 0 15px !important;
        margin-top: 3rem;
    }
    #main_index .index_wrapper_7 .productSlider-1 .product_img {
        width: 100%;
    }
    #main_index .index_wrapper_7 .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-dots {
        padding: 1rem 10px 0;
        justify-content: center;
    }
    #main_index .productSlider-1 .product_img .slick-dots li,
    #main_index .productSlider-1 .product_img .slick-dots li button,
    #main_index .productSlider-1 .product_img .slick-dots li button::before {
        width: 50px;
    }
    
    /*homepage drone*/
    .hp_drone_right_box {
        padding: 3rem 30px 0;
    }
    
    /*homepage connect*/
    .hp_connect {
        padding: 5rem 15px 2.5rem;
    }
    .hp_connect::before {
        height: 110%;
    }
    .hp_connect_top {
        position: relative;
        right: unset;
        top: unset;
        width: fit-content;
        margin-left: auto;
        margin-bottom: 2rem;
    }
    .hp_connect_top img {
        max-width: 220px;
    }
    
    /*homepage contact*/
    #main_index .innerContainer_10 {
        padding: 3.5rem 45px;
        width: 100%;
    }
    #main_index #index_11 {
        padding-left: 0 !important;
        margin-top: 0;
    }

}