@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* desktop */

body {
    color: #808080;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.index_wrapper_1 #index_1_1 {
    height: 0;
    z-index: 1;
}

#main_index .navbar_ecommerceDropdown {
    padding: 0 !important;
    background-color: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0 !important;
    background-color: #C9D8E6;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    max-width: 100%;
    align-items: center;
    padding: 0;
}

.nav_logo {
    padding: 15px;
    margin-left: 50px;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 75px;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
    margin-right: 50px;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 25px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

#main_index .nav_bottom .menu .nav_item .dropdown a{
    color: #fff;
}

#main_index .hp_sticky .nav_bottom .menu .nav_item .dropdown a{
    color: #333;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #333;
    /*text-shadow: 0 0 5px #212529;*/
    text-transform: uppercase;
    border-bottom: 2.5px solid transparent;
    font-size: 1vw;
}



.nav_bottom .menu .nav_item .dropdown a:hover {
    /*color: #ffffff;*/
    border-bottom: 2.5px solid #3395d1;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
    border-bottom: 2.5px solid #3395d1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_sticky {
    background-color: #C9D8E6 !important;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.hp_sticky .nav_bottom .menu .nav_item .dropdown a {
    text-shadow: none;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background-color: #fff;
}

#main_index .nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    color: #333;
}

/* banner */

.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_table {
    max-width: 1240px;
    margin: 0 auto;
}

.hp_half {
    padding-left: 100px;
    gap: 15px;
}

.hp_wall {
    transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
    left: 10px;
}

.hp_wall h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #3395d1;
    letter-spacing: 1.5px;
    font-family: "Red Hat Display", sans-serif;
}

.hp_half h1 {
    font-size: 75px;
    font-weight: bold;
    line-height: 1.25;
    font-family: "Red Hat Display", sans-serif;
}

.hp_half h1 span {
    background: -webkit-linear-gradient(45deg, #1570b7, #00c6d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp_banner_button {
    gap: 25px;
}

.hp_banner_button a {
    position: relative;
}

.hp_banner_button a img {
    max-width: 100px;
    animation: 5s linear hp_rotate infinite;
}

.hp_banner_button a:hover img {
    animation: 1s zoomIn;
}

@keyframes hp_rotate {
    100% {
        transform: rotate(360deg);
    }
}

.hp_banner_button a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 25px;
}

.hp_banner_button p {
    font-size: 20px;
    font-family: "Red Hat Display", sans-serif;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_middle {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #0d659b;
    font-family: "Red Hat Display", sans-serif;
}

.hp_title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.25;
    color: #212529;
    font-family: "Red Hat Display", sans-serif;
}

.index_wrapper_3 section .hp_title {
    font-size: 40px;
}

.hp_title span {
    background: -webkit-linear-gradient(#00c6d1, #1570b7, #1570b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* category */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_4 section .col-12.col-md-3.col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

.index_wrapper_4 section .col-12.col-md-6.col-lg-6 {
    flex: 0 0 40%;
    max-width: 40%;
}

.hp_category {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.50s;
}

.hp_category:hover {
    transform: scale(0.95);
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
}

.hp_text {
    bottom: 0;
    left: 0;
}

.hp_text h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    font-family: "Red Hat Display", sans-serif;
}

.hp_circle {
    position: relative;
}

.hp_circle:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/service-round.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -55px;
    right: -55px;
    width: 150px;
    height: 150px;
    animation: 5s linear hp_rotate infinite;
}

/* why */

.index_wrapper_5 {
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    border-radius: 5px;
    padding: 25px 15px;
    gap: 15px;
    overflow: hidden;
    transition: all 0.50s;
}

.hp_why:hover {
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
}

.hp_why:before {
    content: '';
    background-color: #f0fafc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
    opacity: 1;
}

.hp_why:hover:before {
    left: -100%;
    opacity: 0;
}

.hp_why:after {
    content: '';
    background: linear-gradient(to right, #00c6d1, #1570b7);
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
    opacity: 0;
}

.hp_why:hover:after {
    right: 0;
    opacity: 1;
}

.hp_icon {
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 75px;
    transition: all 0.50s;
}

.hp_why:hover .hp_icon {
    border-color: #ffffff;
}

.hp_icon img {
    transition: all 0.50s;
}

.hp_why:hover .hp_icon img {
    filter: invert(1) brightness(10);
    transform: rotate(-360deg);
}

.hp_why h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #1570b7;
    font-family: "Red Hat Display", sans-serif;
    transition: all 0.50s;
}

.hp_why:hover h1 {
    color: #ffffff;
}

.hp_why p {
    transition: all 0.50s;
}

.hp_why:hover p {
    color: #ffffff;
}

/* slogan */

.index_wrapper_6 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_6 section .hp_title {
    font-size: 50px;
}

.hp_button {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.hp_button p {
    color: #ffffff;
    transition: all 0.50s;
}

.hp_button:hover p {
    color: #1570b7;
}

.hp_arrow {
    position: relative;
    overflow: hidden;
    width: 50px;
}

.hp_arrow:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/button-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    transition: all 0.50s;
}

.hp_button:hover .hp_arrow:before {
    left: -100%;
}

.hp_arrow:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/button-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -100%;
    width: 50px;
    height: 100%;
    transition: all 0.50s;
}

.hp_button:hover .hp_arrow:after {
    right: 0;
}

/* news */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.index_wrapper_7:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/bg3-round.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 150px;
    right: 50px;
    width: 150px;
    height: 150px;
    z-index: -1;
    animation: 5s linear hp_rotate infinite;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_7 section .hp_button p {
    color: #0d659b;
}

.index_wrapper_7 section .hp_button p:hover {
    color: #212529;
}

.index_wrapper_7 section .hp_arrow:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/button-right.png);
}

.index_wrapper_7 section .hp_arrow:after {
     background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/button-right-white.png);
     filter: invert(1) brightness(10);
}

.hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.hp_latest_new_8 .news_box {
    padding: 0;
}

.hp_latest_new_8 .news_box .img_frame {
    padding-top: 75%;
}

.hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    margin-top: 15px;
}

.hp_latest_new_8 .news_box .title {
    font-size: 16px;
    line-height: normal;
    color: #212529;
}

.hp_latest_new_8 .news_box .title p {
    margin: 0 !important;
}

.hp_latest_new_8 .news_box .title p span {
    color: #212529 !important;
    margin: 0 !important;
}

.hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 15px;
}

.hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_latest_new_8 .news_box .read_more {
    display: none;
}

/* serve */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.service_type6 {
    background-color: transparent !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.service_type6 .service_box_type6 {
    margin-bottom: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service_type6 .img_frame {
    height: 100%;
}

.service_type6 .img_frame img {
    height: 100%;
    border-radius: 15px;
}

.service_type6 .content-box {
    padding: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service_type6 .service_title {
    margin-bottom: 0;
    text-align: center !important;
}

.service_type6 .tl-ellipsis {
    display: none;
}

.service_type6 .general_btn {
    border-width: 1px !important;
    font-size: 16px !important;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 0;
}

/* brand */

.index_wrapper_9 {
    padding-bottom: 100px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

/* contact */

.index_wrapper_10 {
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22918/image/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.index_wrapper_10:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.index_wrapper_10 .row.outerRow_10 {
    align-items: center;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_10 section .hp_title {
    font-size: 50px;
}

.hp_left {
    padding-left: 100px;
}

.hp_wall_2 {
    transform: translate(-50%, -50%) rotate(90deg);
    top: 25%;
    left: 10px;
}

.hp_wall_2 h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #3395d1;
    letter-spacing: 1.5px;
    font-family: "Red Hat Display", sans-serif;
}

.hp_contact {
    gap: 15px;
}

.hp_detail {
    gap: 25px;
}

.hp_detail_icon {
    max-width: 50px;
}

.hp_detail p {
    text-align: left;
}

.ex_hpcontact_formonly {
    margin: 15px 0;
    background: linear-gradient(90deg, #00c6d1, #1570b7);
    padding: 50px 75px;
    border-radius: 50px 0 50px 0;
}

.ex_hpcontact_formonly .title {
    font-size: 25px;
    margin-bottom: 0;
    color: #ffffff;
}

.ex_hpcontact_formonly .subtitle {
    color: #ffffff !important;
}

.ex_hpcontact_formonly .contact_us_form {
    color: #ffffff;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control {
    font-size: 16px !important;
    height: 100%;
    padding: 15px;
    line-height: normal;
    color: #ffffff;
    background-color: #87c9e1;
    border: none;
    border-radius: 0;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control::placeholder {
    color: #ffffff;
}

.ex_hpcontact_formonly .contact_us_form form .form-group #fileUpload {
    background-color: inherit;
}

.ex_hpcontact_formonly .contact_us_form form .btn {
    font-size: 16px !important;
    background-color: #0e659b !important;
    border-color: #0e659b !important;
    padding: 15px !important;
    line-height: normal;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ex_hpcontact_formonly .contact_us_form form .btn:hover {
    background-color: #212529 !important;
}

/* footer */

.footer_type3 {
    background-color: #ffffff;
    color: #808080;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.footer_type3 .col-12.col-md-9 {
    padding: 15px;
}

.footer_type3 p {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.footer_type3 p small {
    font-size: 10px;
}

.footer_type3 .text-left.d-flex.mb-2 {
    margin-bottom: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type3 .text-left.d-flex.mb-2 div {
    font-size: 16px !important;
    margin-right: 0 !important;
}

.footer_type3 a {
    color: #808080;
}

.footer_type3 a:hover {
    color: #212529;
}

.footer_type3 .privacy_policy, .footer_type3 .footer_terms, .footer_type3 .footer_returns {
    font-size: 10px;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.footer_type3 .col-12.col-md-3 {
    padding: 15px;
}

.footer_type3 .social_media {
    margin-bottom: 0;
    align-items: center;
    gap: 15px;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    font-size: 16px;
    color: #808080;
    display: flex;
}

.footer_type3 .social_media li a:hover {
    color: #212529;
}

/* page */

#top_spacing {
    background-color: #1570b7;
}

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
}

.wspages {
    padding: 100px 0;
    overflow: hidden;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    display: block;
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* menu */

.nav_logo {
    margin-left: 0;
}

.navbar_ecommerceDropdown .nav_search {
    margin-right: 0;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#main_index #top_spacing {
    height: 75px !important;
}

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: 100%;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 1;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col {
    flex: auto;
    width: 100%;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffffff;
    border-radius: 0 !important;
    background-color: #1570b7;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ffffff;
    background-color: #212529;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.side_menu {
    background-color: #212529;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    color: #212529 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #1570b7 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #1570b7;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #1570b7;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_half h1 {
    font-size: 35px;
}

/* about */

.index_wrapper_3 section .hp_title {
    font-size: 35px;
}

.hp_title br {
    display: none;
}

/* service */

.index_wrapper_4 {
    padding-top: 0;
}

.index_wrapper_4 section .row {
    flex-direction: column;
}

.index_wrapper_4 section .col-12.col-md-3.col-lg-3, .index_wrapper_4 section .col-12.col-md-6.col-lg-6 {
    flex: 0 0 75%;
    max-width: 75%;
    margin: 0 auto;
}

/* slogan */

.index_wrapper_6 {
    background-attachment: inherit;
}

/* contact */

.index_wrapper_10 {
    padding-top: 100px;
}

.index_wrapper_10:before {
    display: none;
}

.index_wrapper_10 section .hp_title {
    font-size: 35px;
}

.hp_contact {
    gap: 25px;
}

.hp_detail {
    gap: 15px;
    flex-direction: column;
}

.ex_hpcontact_formonly {
    padding: 50px;
}

/* float */

#toTop {
    bottom: 55px !important;
    margin-bottom: 0;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #1570b7;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #212529;
}

}

/* */

@media only screen and (max-width: 480px) {
    .slider_banner .item > img {
        filter: brightness(0.9);
        height: 450px !important;
        object-position: 70% 50%;
    }
    
    .hp_half {
        padding-left: 50px;
    }

    .hp_wall h2 {
      font-size: 12px;
    }
    
    .hp_banner_button p {
      font-size: 18px;
    }
}

/* product */

#main_photoalbum img {
    object-fit: contain;
}