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

#main_index .navbar_type8 {
    border-bottom: none;
}

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

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 15%;
}

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

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

.navbar_type8 .nav_tab {
    padding: 0 .5vw 0 0;
    flex: 0 1 85%;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #000;
    font-weight: 700;
    padding: 5px 2.6vw;
    display: block;
    position: relative;
    transition: all 0.25s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item a::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    border-radius: 50%;
}

.navbar_type8 .nav_tab .nav_item:last-child a::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 90%;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    background-color: #1228ad;
    height: 1.8px;
    width: 0;
    transform: translate(-50%, 0);
}

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

.custom_nav_search {
    display: flex;
    align-items: center;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.nav_search input {
    background: #fff;
    width: 100%;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #fff;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    font-size: 18px;
    cursor: pointer;
    transition: all .43s ease-in-out;
    color: transparent;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-clip: text;
    border: .8px solid #1228ad;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 90px;
    right: 8vw;
    z-index: 1;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 25px;
    vertical-align: bottom;
    margin-right: 0;
    margin-bottom: 1.8px;
}

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

.footer_type8::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-image: linear-gradient(to right, #1229ad, #227adc);
}

.footer_type8 a {
    color: #000;
}

.footer_type8 a:hover {
    color: #1228ad;
}

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

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

.footer_type8 .social_media a {
    border: none;
    color: #fff;
    background-image: linear-gradient(to right, #1229ad, #227adc);
}

.footer_type8 .social_media a:hover {
    animation: 1s jello;
}

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

.footer_type8 .title h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: transparent;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-clip: text;
}

/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-left: 8vw;
    flex-direction: column;
    justify-content: center;
}

.hp_banner_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.hp_banner_circle {
    position: absolute;
    right: -15vw;
    top: 4.5vw;
}

.hp_banner_circle img {
    max-width: 13vw;
    animation: spin 30s linear infinite;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.hp_banner_point {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.hp_banner_icon img {
    max-width: 3.5vw;
    min-width: 3.5vw;
}

.hp_banner_point:hover .hp_banner_icon img {
    animation: 1s swing;
}

.hp_banner_text {
    font-size: .95vw;
    margin-bottom: 0;
    color: transparent;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-clip: text;
}

.hp_banner_group {
    position: relative;
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2vw;
    padding: 2vw 0;
    margin-top: 5vw;
}

.hp_banner_group::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 115%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    z-index: -1;
}

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

.hp_banner_box {
    width: 40%;
    position: relative;
    z-index: 1;
}

.hp_banner_title {
    font-size: 3.1vw;
    font-weight: 700;
    color: #000;
    margin-bottom: .5vw;
    letter-spacing: 1px;
}

.hp_banner_keyword {
    font-size: 1.125vw;
    color: #555;
    margin-bottom: 0;
    font-weight: 400;
    width: 92%;
    line-height: 1.7;
}

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

/*homepage why*/
.hp_why {
    width: 84%;
    margin: -4.5vw auto 0;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    padding: 1.5rem 5vw;
}

.hp_why_ebox {
    margin: 15px 0;
    position: relative;
}

.hp_why_ebox::before {
    content: "";
    position: absolute;
    right: 1.5vw;
    top: 50%;
    transform: translate(0, -50%);
    width: 2.8px;
    height: 90%;
    background-color: #fff;
}

.hp_why_ebox:last-child::before {
    display: none;
}

.hp_why_box {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_why_box:hover .hp_why_icon img {
    animation: 1s jello;
}

.hp_why_title {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.hp_why_title span {
    display: block;
}

/*homepage about*/

#main_index .index_wrapper_3 {
    background-image: url('https://cdn1.npcdn.net/userfiles/28577/image/B_ABOUT-BG.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_about {
    padding: 6rem calc(8% - 15px);
}

.hp_small_title {
    font-size: 14.5px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.hp_small_title span {
    width: 12px;
    height: 12px;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    border-radius: 50%;
    display: block;
}

.hp_big_title {
    color: #01386e;
    font-size: 2.3vw;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
}

.hp_about .hp_big_title {
    margin-bottom: 15px;
}

.hp_about_icon img {
    max-width: 40px;
    width: 40px !important;
    transition: all 0.3s ease-in-out;
}

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

.hp_content {
    padding-left: 25px;
    border-left: 3.8px solid #1b54c7;
}

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

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 2.7vw;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-color: transparent;
    color: #ffff;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 30px;
}

.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_img {
    width: 91%;
    margin-left: auto;
}

.hp_about_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 68%;
    position: relative;
    margin-top: -10vw;
    z-index: 1;
}

.hp_about_point {
    padding: 20px;
    position: relative;
    aspect-ratio: 1/1;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.hp_about_point::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.hp_about_point:hover::before {
    opacity: 1;
}

.hp_about_point::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: -2;
    border-radius: 50%;
}

.hp_about_right_box {
    padding-left: 1vw;
}

.hp_about_header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.hp_about_title {
    color: transparent;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-clip: text;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.hp_about_point:hover .hp_about_title {
    color: #fff;
}

.hp_about_keyword {
    font-size: 13.5px;
    color: #444;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.hp_about_point:hover .hp_about_keyword {
    color: #fff;
}

.hp_about_point:hover .hp_about_icon img {
    filter: brightness(0) invert(1);
    animation: 1s jello;
}

/*homepage certificate*/

.hp_certificate_box {
    position: relative;
}

.hp_certificate_content {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(0, -50%);
}

.hp_certificate .hp_content {
    padding: 5px 0 5px 25px;
}

.hp_certificate .hp_big_title {
    margin-bottom: 15px;
}

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

.hp_certificate .hp_keyword {
    font-weight: 700;
}

/*homepage services*/
#main_index .index_wrapper_5 {
    padding: 6rem 6.5% 5.5rem;
    background-color: #1a284d;
    background-image: url('https://cdn1.npcdn.net/userfiles/28577/image/sector-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_services_box {
    margin-bottom: 2rem;
}

.hp_services .hp_small_title {
    justify-content: center;
    margin-bottom: 15px;
}

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

#main_index .ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 0;
}

#main_index .ex_hpservice_slide .item {
    margin: 10px 10px 25px;
    transition: all 0.3s ease-in-out;
}

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

#main_index .ex_hpservice_slide .services-content .overlay {
    display: none;
}

#main_index .ex_hpservice_slide .services-content .services-image {
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0 auto 2rem;
    width: 78%;
    border: 1.8px solid #fff;
}

#main_index .ex_hpservice_slide .services-text {
    opacity: 1;
    position: unset;
    top: unset;
    width: unset;
    text-align: center;
    padding: 0 0;
    z-index: 500;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

#main_index .ex_hpservice_slide .services-content {
    height: auto;
    display: flex;
    flex-direction: column;
    /*flex-direction: column-reverse;*/
    /*background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));*/
    /*padding: 35px 30px 30px;*/
    overflow: visible;
}

#main_index .ex_hpservice_slide .services-text p,
#main_index .ex_hpservice_slide .services-text h3.title::after {
    display: none;
}

#main_index .ex_hpservice_slide .services-text h3.title {
    text-transform: unset;
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 19px;
    margin-bottom: 0;
}

#main_index .ex_hpservice_slide .service_btn .fa-chevron-right::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    content: "\f135";
    font-size: 35px;
}

#main_index .ex_hpservice_slide .service_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-image: unset;
    background-color: transparent;
    color: transparent;
}

#main_index .ex_hpservice_slide .slick-dots li button::before {
    color: transparent;
    font-size: 0;
    content: "";
    background-color: #fff;
    border-radius: 40px;
    opacity: 1;
}

#main_index .ex_hpservice_slide .slick-dots li button {
    padding: 0;
}

#main_index .ex_hpservice_slide .slick-dots li {
    margin: 0 6px;
}

#main_index .ex_hpservice_slide .slick-dots li button::before,
#main_index .ex_hpservice_slide .slick-dots li button,
#main_index .ex_hpservice_slide .slick-dots li {
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-in-out;
}

#main_index .ex_hpservice_slide .slick-dots li.slick-active button::before,
#main_index .ex_hpservice_slide .slick-dots li.slick-active button,
#main_index .ex_hpservice_slide .slick-dots li.slick-active {
    width: 60px;
}

#main_index .ex_hpservice_slide .slick-dots li.slick-active button::before {
    background-image: linear-gradient(to right, #1229ad, #227adc);
}

/*homepage sector*/
.hp_sector {
    padding: 1rem calc(8% - 15px) 6rem;
    position: relative;
}

/*.hp_sector::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 23%;*/
/*    background-image: linear-gradient(to right, #1229ad, #227adc);*/
/*}*/

.hp_sector_top_box {
    margin-bottom: 1.5rem;
}

.hp_sector_side {
    position: absolute;
    right: -5.5vw;
    bottom: -4vw;
}

.hp_sector_side img {
    max-width: 27vw;
}

.hp_sector_ebox {
    margin: 10px 15px;
}

.hp_sector_box {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

.hp_sector_title {
    font-size: 15.5px;
    font-weight: 700;
    margin: 15px 0 0;
    color: transparent;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-clip: text;
    line-height: 1.3;
}

.hp_sector_title span {
    display: block;
}

.hp_sector_img {
    width: 60%;
    margin: 0 auto;
}

.hp_sector_img img {
    transform-origin: center bottom;
}

.hp_sector_box:hover .hp_sector_img img {
    animation: 1s swing;
}

/*homepage faq*/
#main_index .index_wrapper_6 {
    padding: 6rem calc(8% - 15px);
}

.hp_faq_box {
    padding-right: 1vw;
}

.hp_faq_img {
    margin-top: 1.5rem;
}

.hp_faq .hp_big_title {
    margin-bottom: 10px;
}

#main_index #main_faq > .container > .row:nth-child(1) {
    display: none;
}

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

#main_index #main_faq .col-md-3.mb-5 {
    display: none;
}

#main_index #main_faq .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index #main_faq .faq_category_title {
    display: none;
}

#main_index #main_faq {
    min-height: auto;
    padding-bottom: 0 !important;
}

#main_index #main_faq .faq_details .card:nth-child(n+6) {
    display: none;
}

#main_index #main_faq .faq_details .card {
    background-color: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0;
}

#main_index #main_faq .faq_details .card .btn {
    width: 100%;
    padding: 0;
}

#main_index #main_faq .faq_details .card .btn .faq_question {
    font-size: 16.5px;
    font-weight: 500;
    text-align: left;
    color: transparent;
    background-image: linear-gradient(to right, #1229ad, #227adc);
    background-clip: text;
    width: fit-content;
    margin-left: -5px;
    transition: all 0.3s ease-in-out;
}

#main_index #main_faq .faq_details .card .card-header[aria-expanded="true"] .btn .faq_question  {
    color: #fff;
}

#main_index #main_faq .faq_details .card .card-header .btn .faq_question i {
    display: none;
}

#main_index #main_faq .faq_details .card .card-header {
    background-color: #f3f4f6;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    transition: all 0.2s ease-in-out;
}

#main_index #main_faq .faq_details .card .card-header[aria-expanded="true"] {
    background-image: linear-gradient(to right, #1229ad, #227adc);
    padding: 20px 30px 10px;
    border-radius: 30px 30px 0 0;
}

#main_index #main_faq .faq_details .card-body {
    margin-left: 0;
    padding: 0 30px 30px;
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 300;
    border-top: none;
    color: #fff;
    border-radius: 0 0 30px 30px;
    background-image: linear-gradient(to right, #1229ad, #227adc);
}

#main_index #main_faq .faq_section {
    min-height: auto;
}

#main_index #main_faq .faq_category_item:nth-child(n+2) {
    display: none;
}

#main_index #main_faq .faq_category_item {
    margin-bottom: 0;
}

#main_index #main_faq #accordion1361 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 1.5vw;
}

/*homepage review*/
#main_index .index_wrapper_8 {
    padding: 6rem 8%;
    background-image: linear-gradient(to bottom, #00113f 85%, #f3f4f6 85%);
}

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

.hp_review_box {
    margin-bottom: 1.5rem;
}

.hp_review .hp_big_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    white-space: nowrap;
}

.hp_review .hp_big_title::before,
.hp_review .hp_big_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 5.8px;
}

.hp_review .hp_big_title::before {
    background-image: linear-gradient(to right, transparent, #217bdb);
}

.hp_review .hp_big_title::after {
    background-image: linear-gradient(to left, transparent, #217bdb);
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    border-radius: 25px;
    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*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .btnSearch {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.15vw;
    }
    
    /*footer*/
    .footer_type8 {
        padding-top: 3rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 5vw;
    }
    .hp_banner_text {
        font-size: 1.1vw;
    }
    
    /*homepage why*/
    .hp_why {
        width: 95%;
        padding: 1.5rem 15px;
    }
    .hp_why_box {
        gap: 15px;
    }
    .hp_why_icon img {
        max-width: 60px;
        width: 60px !important;
    }
    .hp_why_title {
        font-size: 17px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_small_title span {
        width: 10px;
        height: 10px;
    }
    .hp_big_title {
        font-size: 24px;
    }
    .hp_keyword {
        font-size: 14.5px;
        line-height: 1.7;
    }
    .hp_button {
        font-size: 14px;
        padding: 9px 20px;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    .hp_about_icon img {
        max-width: 40px;
        width: 40px !important;
    }
    .hp_about_title {
        font-size: 18px;
    }
    .hp_about_keyword {
        font-size: 14px;
    }
    .hp_about_group {
        width: 85%;
    }
    .hp_about_point {
        padding: 15px;
    }
    
    /*homepage certificate*/
    
    
    /*homepage services*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    .hp_services_box {
        margin-bottom: 1.5rem;
    }
    #main_index .ex_hpservice_slide .services-text h3.title {
        font-size: 17px;
    }
    /*#main_index .ex_hpservice_slide .services-content {*/
    /*    padding: 25px 20px 30px;*/
    /*}*/
    #main_index .ex_hpservice_slide .service_btn {
        width: 45px;
        height: 45px;
    }
    #main_index .ex_hpservice_slide .services-content .services-image {
        width: 85%;
    }
    
    /*homepage sector*/
    .hp_sector {
        padding: 0 15px 4rem;
    }
    .hp_sector_img {
        width: 90%;
    }
    .hp_sector_title {
        font-size: 15px;
    }
    .hp_sector_title span {
        display: unset;
    }
    
    /*homepage faq*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_faq_box {
        padding-right: 0;
    }
    #main_index #main_faq .faq_details .card .btn .faq_question {
        font-size: 14.5px;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    .hp_review .hp_big_title::before,
    .hp_review .hp_big_title::after {
        height: 4.8px;
    }

}

.side_menu {
    background-color: #00113f;
}

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

.navbar_mobile_withSearchbar .col-6.pr-0 {
    display: none;
}

.navbar_mobile_withSearchbar .row_1 {
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 5px;
    padding-top: 10px !important;
    margin-bottom: 10px;
}

.navbar_mobile_withSearchbar .logo_img {
    max-height: 65px;
    object-position: left;
}

.navbar_mobile_withSearchbar .col-2.pr-0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.m_default_login_quotation {
    display: none !important;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 4vw;
    }
    .hp_banner_keyword {
        width: 100%;
        font-size: 1.35vw;
        line-height: 1.5;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        padding: 8px 15px;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_why_ebox:nth-child(2)::before {
        display: none;
    }
    .hp_why_title span {
        display: unset;
    }
    
    /*homepage about*/
    .hp_about_img {
        width: 100%;
    }
    .hp_about_group {
        width: 100%;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .hp_about_point {
        aspect-ratio: unset;
    }
    .hp_about_point::before,
    .hp_about_point::after {
        border-radius: 15px;
    }
    
    /*homepage certificate*/
    
    
    /*homepage services*/
    .hp_sector_bottom_box {
        grid-template-columns: repeat(4, 1fr);
    }
    
    /*homepage sector*/
    
    
    /*homepage faq*/
    
    
    /*homepage review*/
    

}

@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*/
    .slider_banner .item > img {
        min-height: 600px;
        object-fit: cover;
        padding-top: 300px;
        background-image: linear-gradient(to bottom, #f6fafd 300px, #fff 300px);
        object-position: right;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 300px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #f6fafd, transparent);
    }
    .hp_banner_img {
        top: unset;
        width: 100%;
        bottom: 0;
        height: 210px;
    }
    .hp_banner_img img {
        min-height: 210px;
        max-height: 210px;
        object-position: center;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 26px;
        letter-spacing: .5px;
        margin-bottom: 5px;
    }
    .hp_banner_keyword {
        font-size: 12.5px;
    }
    .hp_banner .hp_button {
        font-size: 11.5px;
        padding: 7px 15px;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    .hp_banner_circle {
        display: none;
    }
    .hp_banner_circle img {
        max-width: 100px;
    }
    .hp_banner_group {
        gap: 10px;
        margin-top: 15px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding: 15px;
    }
    .hp_banner_group::before {
        width: 100%;
        border-radius: 20px;
    }
    .hp_banner_icon img {
        max-width: 35px;
        min-width: 35px;
    }
    .hp_banner_text {
        font-size: 12px;
    }
    .hp_banner_point {
        gap: 10px;
    }
    
    /*homepage why*/
    .hp_why {
        width: 100%;
        padding: 2rem 15px;
        margin-top: 0;
    }
    .hp_why_box {
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
    .hp_why_ebox::before {
        display: none;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 2.5rem;
    }
    
    /*homepage certificate*/
    .hp_certificate_img img {
        min-height: 230px;
        object-fit: cover;
        object-position: 15% 50%;
    }
    .hp_certificate_content {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        padding: 2.5rem 30px;
    }
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage services*/
    #main_index .ex_hpservice_slide .slick-dots li.slick-active button::before,
    #main_index .ex_hpservice_slide .slick-dots li.slick-active button,
    #main_index .ex_hpservice_slide .slick-dots li.slick-active {
        width: 30px;
    }
    /*#main_index .ex_hpservice_slide .services-content {*/
    /*    padding: 25px 10px 30px;*/
    /*}*/
    #main_index .ex_hpservice_slide .services-content .services-image {
        width: 100%;
    }
    
    /*homepage sector*/
    .hp_sector_bottom_box {
        grid-template-columns: repeat(2, 1fr);
    }
    .hp_sector_side img {
        max-width: 230px;
    }
    .hp_sector_img {
        width: 80%;
    }
    
    /*homepage faq*/
    #main_index #main_faq #accordion1361 {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    /*homepage review*/
    

}