@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;
    margin-bottom: -8rem;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

#nms_popup_model {
    overflow-y: scroll !important;
}

/*navigation bar*/
.navbar_type8 {
    height: 107px;
    padding: 0 3%;
    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;
    border-bottom: .8px solid #ccc !important;
    background-color: rgb(255,255,255,0.9) !important;
}

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

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

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

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

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

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

.navbar_type8 .nav_tab .nav_item:last-child a {
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    border-radius: 7px;
    color: #fff;
    padding: 7px 1.7vw;
}

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

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

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

/*footer*/
.footer_type6 {
    background-color: #353537;
    color: #000;
    padding-top: 17rem;
    padding-bottom: 2rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/footerbg(1).png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    overflow: hidden;
    position: relative;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #5a970e;
}

.footer_type6 .title h5 {
    color: #5a970e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label,
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container .submit {
    color: #000;
}

.footer_type6 .input-container input {
    border-bottom: .8px solid rgba(0, 0, 0, 0.7);
    caret-color: #000;
}

.footer_type6 .line {
    height: .8px;
    background-color: rgb(0,0,0,.7);
    margin-top: 1rem;
}

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

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

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

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

.footer_type6 .social_media a:hover {
    color: #fff;
    animation: 1s jello;
}

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

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) li:last-child {
    display: none;
}

/*homepage banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8vw;
    padding-bottom: 8.5vw;
}

.hp_banner_img {
    position: absolute;
    right: 11.5vw;
    bottom: 14vw;
    width: 41%;
}
 
.hp_banner_img::before {
    content: "";
    position: absolute;
    left: 75%;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 28vw;
    height: 28vw;
    border-radius: 50%;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    z-index: -1;
    animation: spin 10s linear infinite;
}

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

.hp_banner_img img {
    filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
}

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

.hp_banner_small {
    font-size: 1vw;
    font-weight: 400;
    color: #5a970e;
    display: flex;
    align-items: center;
    gap: .5vw;
    margin-bottom: .5vw;
    letter-spacing: .5px;
}

.hp_banner_small::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 30px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/leaf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_banner_title {
    font-size: 3.1vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 1vw;
}

.hp_banner_title span {
    color: transparent;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    background-clip: text;
}

.hp_banner_keyword {
    font-size: 1.05vw;
    color: #555;
    margin-bottom: 0;
    line-height: 1.7;
}

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

.hp_banner_free {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2vw;
}

.hp_banner_icon {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.25));
}

.hp_banner_icon img {
    max-width: 5vw;
}

.hp_banner_content {
    position: relative;
    left: -1vw;
    z-index: -1;
}

.hp_banner_free1 {
    background-image: linear-gradient(to left, #5a970e, #afd22d);
    margin-bottom: 0;
    text-align: center;
    font-size: 2.2vw;
    font-weight: 700;
    color: #fff;
    padding: .4vw 2vw;
    transform: skew(-5deg) rotate(-5deg);
    box-shadow:
        0 5px 20px rgba(0,0,0,.25),
        0 3px 8px rgba(0,0,0,.15);
    width: fit-content;
    position: relative;
    z-index: 1;
}

.hp_banner_free2 {
    background-image: linear-gradient(to right, #edcb45, #fff889, #ddaf1d, #fff889);
    margin-bottom: 0;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 700;
    color: #000;
    padding: 0.5vw 2.5vw.5vw;
    transform: skew(-5deg) rotate(-5deg);
    box-shadow:
        0 6px 10px rgba(0,0,0,.2),
        0 2px 4px rgba(0,0,0,.1);
    margin-top: -.25vw;
    position: relative;
    left: -2vw;
}

.hp_banner_free1::before,
.hp_banner_free1::after {
    content: "";
    position: absolute;
    background: #7dbd13;
    border-radius: 50%;
}

.hp_banner_free1::before {
    width: .55vw;
    height: .55vw;
    top: -.7vw;
    right: -1.8vw;
}

.hp_banner_free1::after {
    width: .35vw;
    height: .35vw;
    top: .1vw;
    right: -1vw;
}

.hp_button_arrow {
    transition: 0.35s;
    width: 20px;
}

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

.hp_button_arrow .one {
    transform: translateX(0%);
    animation: color_anim 1.5s infinite 0.6s;
}

.hp_button_arrow .two {
    transform: translateX(0%);
    animation: color_anim 1.5s infinite 0.4s;
}

.hp_button_arrow .three {
    animation: color_anim 1.5s infinite 0.2s;
}

@keyframes color_anim {
  0% {
    fill: #fff889;
  }

  50% {
    fill: #000;
  }

  100% {
    fill: #fff889;
  }
}

/*homepage about*/
.hp_about {
    padding: 5rem 5.5%;
    background-image: linear-gradient(to top, #f5f7ec 30%, #fff 30%);
}

.hp_about_left {
    padding-right: 5px;
}

.hp_about_right {
    padding-left: 5px;
    padding-top: 27.8px;
}

.hp_about_right_box {
    height: 100%;
    padding: 2vw 3.5vw;
    background-color: #1a2b01;
}

.hp_small_title {
    font-size: 15px;
    color: #5a970e;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 400;
}

.hp_big_title {
    font-size: 2.45vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.hp_big_title span {
    color: transparent;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    background-clip: text;
}

.hp_big_title b {
    display: block;
    font-weight: 600;
}

.hp_about .hp_big_title {
    font-size: 2.2vw;
    margin-bottom: 20px;
}

.hp_keyword {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 300;
}

.hp_about_content {
    display: flex;
    margin-top: 1.5rem;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
}

.hp_about_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hp_about_point {
    background-color: #fff;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 2.5vw;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.hp_about_point:nth-child(2) {
    background-color: #f5f7ec;
    left: -25px;
    top: 8px;
}

.hp_about_point:nth-child(3) {
    background-color: #edf5d0;
    left: 25px;
    top: -7px;
}

.hp_about_point:nth-child(4) {
    background-color: #e0eab5;
}

.hp_about_text {
    font-size: 15px;
    margin-bottom: 0;
    color: #1a2b01;
    font-style: italic;
    letter-spacing: .5px;
    font-weight: 600;
}

.hp_about_text span {
    display: block;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: .7vw 2.5vw;
    background-color: transparent;
    background-image: linear-gradient(to right, #edcb45, #fff889, #ddaf1d, #fff889);
    border-radius: 0;
    color: #000;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 1.05vw;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1vw;
    transform: skew(-13deg);
    text-transform: uppercase;
}

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

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

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

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

/*homepage why*/
.hp_why {
    padding: 1rem 7.5% 5rem;
    background-color: #f5f7ec;
}

.hp_why_top_box {
    margin-bottom: 1.5rem;
}

.hp_why_ebox {
    margin: 10px 0;
    padding: 0 10px;
}

.hp_why_box {
    height: 100%;
    padding: 30px 25px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

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

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

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

.hp_why_title {
    width: fit-content;
    color: transparent;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    background-clip: text;
    font-size: 15.5px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.hp_why_title span {
    display: block;
}

.hp_why_keyword {
    font-size: 14.5px;
    margin-bottom: 0;
    color: #555;
}

.hp_why_text {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    font-style: italic;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.hp_why_text a {
    color: #5a970e;
    text-decoration: underline;
}

.hp_why_text a:hover {
    color: #000;
    text-decoration: underline !important;
}

.hp_why_text span {
    display: inline-block;
    width: 65px;
    height: 35px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/leaf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
}

.hp_why_bottom_box {
    margin-top: 2.5rem;
    display: flex;
    gap: 1vw;
    justify-content: center;
}

/*homepage package*/
.hp_package {
    padding: 6rem 7.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/D_package_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_package .hp_big_title span {
    background-image: linear-gradient(to right, #5a970e, #5a970e);
}

.hp_package .hp_keyword {
    margin: 1rem auto 1.5rem;
}

.hp_package_ebox {
    margin: 10px 0;
    padding: 0 10px;
}

.hp_package_box {
    background-color: #f5f7ec;
    height: 100%;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.hp_package_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.8px;
    background-image: linear-gradient(to right, #edcb45, #fff889, #ddaf1d, #fff889);
}

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

.hp_package_top {
    padding: 15px 30px 0;
}

.hp_package_content {
    padding: 15px 30px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.hp_package_title {
    width: fit-content;
    color: transparent;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    background-clip: text;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.hp_package_text {
    font-size: 15px;
    margin-bottom: 0;
    color: #555;
    display: flex;
    align-items: baseline;
    gap: 7px;
    line-height: 1.3;
}

.hp_package_text::before {
    content: "";
    width: 10px;
    height: 10px;
    min-width: 10px;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    border-radius: 50%;
    display: block;
}

.hp_package_group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 211px;
}

.hp_package_img {
    overflow: hidden;
}

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

.hp_package_box:hover .hp_package_img img {
    transform: scale(1.1);
}

.hp_package_bottom_box {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.hp_package_header {
    background-image: linear-gradient(to right, #edcb45, #fff889, #ddaf1d, #fff889);
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 800;
    color: #000;
    padding: 6px;
    letter-spacing: .5px;
}

.hp_package_price {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 800;
    display: flex;
    align-items: baseline;
    color: #000;
    line-height: .9;
    border-bottom: .8px solid #999;
    padding-bottom: 15px;
}

.hp_package_price span {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 600;
    white-space: nowrap;
}

.hp_package_from {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.hp_package_hebat {
    width: 90%;
    margin: 0 auto 15px;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    background-color: #1a2b01;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    font-weight: 700;
}

.hp_package_button .hp_button {
    width: 100%;
    padding: 9px 7px;
    font-size: 13.5px;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

/*homepage solution*/
.hp_solution {
    padding: 5rem 7.5%;
    background-color: #1a2b01;
}

.hp_solution_middle {
    padding: 0;
}

.hp_solution_middle_box {
    width: 110%;
    position: relative;
    left: -5%;
}

.hp_solution .hp_keyword {
    margin: 20px 0;
}

.hp_solution_button {
    display: flex;
    margin-top: 2rem;
}

.hp_solution_point {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_solution_icon img {
    max-width: 50px;
    width: 50px !important;
}

.hp_solution_point:hover .hp_solution_icon img {
    animation: 1s jello;
}

.hp_solution_title {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    font-style: italic;
    letter-spacing: 1px;
}

.hp_solution_right_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    left: 3vw;
}

.hp_solution_text {
    font-size: 19px;
    font-style: italic;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
}

.hp_solution_text span {
    font-size: 60px;
    font-weight: 900;
    background-image: linear-gradient(to right, #edcb45, #fff889, #ddaf1d, #fff889);
    color: transparent;
    background-clip: text;
    padding: 0 4px;
    position: relative;
}

.hp_solution_text span::before {
    content: "";
    position: absolute;
    right: -1.5vw;
    top: -0.5vw;
    width: 1.5vw;
    height: 1.5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/E_machine-title-element.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform-origin: bottom left;
    animation: 2s swing infinite ease-in-out;
}

/*homepage step*/
.hp_step {
    padding: 6rem 7.5%;
    background-color: #f5f7ec;
}

.hp_step .hp_big_title span {
    background-image: linear-gradient(to right, #5a970e, #5a970e);
}

.hp_step_ebox {
    margin: 10px 0;
    padding: 0 10px;
}

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

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

.hp_step_icon img {
    max-width: 115px;
}

.hp_step_box:hover .hp_step_icon img {
    animation: 1s jello;
}

.hp_step_number {
    font-size: 14.5px;
    font-weight: 500;
    margin: 15px 0 5px;
    color: #000;
}

.hp_step_title {
    width: fit-content;
    color: transparent;
    background-image: linear-gradient(to right, #5a970e, #afd22d);
    background-clip: text;
    font-size: 17.5px;
    font-weight: 700;
    margin: 0 auto 5px;
}

.hp_step_keyword {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    width: 88%;
    margin: 0 auto;
}

.hp_step_bottom_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.hp_step_top_box {
    margin-bottom: 1rem;
}

/*homepage target*/
.hp_target {
    padding: 6rem 7%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/G_target_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_target_icon img {
    max-width: 47px;
    width: 47px !important;
}

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

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

.hp_target_point:hover .hp_target_icon img {
    animation: 1s jello;
}

.hp_target_title {
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    margin-left: -10px;
    padding: 6px 1vw;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #1a2b01, #1a2b01);
}

.hp_target_point:hover .hp_target_title {
    background-image: linear-gradient(to right, #edcb45, #fff889, #ddaf1d, #fff889);
    color: #000;
}

.hp_target_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 2vw;
    margin-top: 1rem;
}

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

.hp_target_left_box {
    padding-right: 1.5vw;
}

.hp_target_right {
    margin-bottom: -1vw;
}

.hp_target_button {
    display: flex;
    margin-top: 2rem;
}

/*homepage brand*/
#main_index .index_wrapper_9 {
    padding: 5rem 0;
    background-color: #f5f7ec;
}

.hp_brand {
    padding: 0 7%;
}

.hp_big_title2 {
    font-size: 23px;
    font-weight: 600;
    color: #5a970e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    white-space: nowrap;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.hp_big_title2::before,
.hp_big_title2::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #000;
}

#main_index .hp_brandSlide .container-fluid {
    padding: 0;
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item {
    margin: 10px 15px;
    transition: all 0.2s ease-in-out;
}

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

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand {
    padding-top: 70%;
    background-color: #fff;
}

/*homepage partner*/
#main_index .index_wrapper_10 {
    padding: 0 0 5rem;
    background-color: #f5f7ec;
}

.hp_brand {
    padding: 0 7%;
}

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

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

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

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 70%;
}

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

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

/*homepage contact*/
.hp_contact {
    padding: 11rem 8% 19rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28578/image/J_contact_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
}

.hp_contact_icon {
    margin-bottom: 15px;
}

.hp_contact_icon img {
    max-width: 75px;
}

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

.hp_contact_button {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 25px;
}

.hp_contact_button a:nth-child(2) .hp_button {
    background-image: linear-gradient(to right, #1a2b01, #1a2b01);
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1vw;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 12rem;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 3vw;
    }
    .hp_banner_small::before {
        width: 35px;
        height: 20px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_right {
        padding-top: 0;
    }
    .hp_about_right_box {
        padding: 30px;
        width: 100%;
    }
    .hp_about .hp_big_title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_text {
        font-size: 14px;
    }
    .hp_button {
        font-size: 14px;
        padding: 9px 20px;
    }
    .hp_about_content {
        width: 100%;
    }
    .hp_button_arrow {
        width: 35px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 1rem 20px 4rem;
    }
    .hp_big_title {
        font-size: 26px;
    }
    .hp_why_icon img {
        max-width: 50px;
    }
    .hp_why_title span {
        display: unset;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why_text {
        font-size: 14px;
    }
    .hp_why_text span {
        width: 35px;
        height: 20px;
    }
    .hp_why_bottom_box {
        margin-top: 1.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }
    
    /*homepage package*/
    .hp_package {
        padding: 4rem 15px;
    }
    .hp_package_title {
        letter-spacing: .5px;
        font-size: 17px;
    }
    .hp_package_text {
        font-size: 14px;
    }
    .hp_package_header {
        font-size: 18px;
    }
    .hp_package_top {
        padding: 15px 20px 0;
    }
    .hp_package_hebat {
        padding: 4px;
        font-size: 13px;
    }
    .hp_package_from,
    .hp_package_price span {
        font-size: 13px;
    }
    .hp_package_price {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .hp_package_content {
        padding: 15px 20px 30px;
    }
    .hp_package_group {
        min-height: 240px;
    }
    .hp_package_button .hp_button {
        font-size: 10.5px;
    }
    .hp_package_button .hp_button_arrow {
        width: 20px;
    }
    
    /*homepage solution*/
    .hp_solution {
        padding: 4rem 15px;
    }
    .hp_solution .hp_keyword {
        margin: 15px 0;
    }
    .hp_solution_title {
        font-size: 15px;
    }
    .hp_solution_right_box {
        left: 0;
        margin-bottom: 3rem;
        padding-top: 0;
    }
    .hp_solution_middle {
        display: flex;
        align-items: flex-end;
    }
    .hp_solution_text {
        font-size: 15px;
    }
    .hp_solution_text span {
        font-size: 35px;
    }
    
    /*homepage step*/
    .hp_step {
        padding: 4rem 15px;
    }
    .hp_step_icon img {
        max-width: 90px;
    }
    .hp_step_title {
        font-size: 16px;
    }
    .hp_step_keyword {
        font-size: 14px;
        width: 100%;
    }
    
    /*homepage target*/
    .hp_target {
        padding: 4rem 15px;
    }
    .hp_target_icon img {
        max-width: 40px;
        width: 40px !important;
    }
    .hp_target_left_box {
        padding-right: 0;
    }
    .hp_target_title {
        padding: 6px 15px;
        font-size: 14px;
    }
    
    /*homepage brand*/
    #main_index .index_wrapper_9 {
        padding: 4rem 0;
    }
    .hp_brand {
        padding: 0 15px;
    }
    .hp_big_title2 {
        font-size: 20px;
    }
    
    /*homepage partner*/
    #main_index .index_wrapper_10 {
        padding: 0 0 4rem;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 6rem 15px 14rem;
    }

}

.side_menu {
    background-color: #192b00;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type6 .logo {
        padding-top: 50px;
    }
    .footer_type6 .logo img {
        max-height: 50px;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_big_title b {
        display: unset;
    }
    .hp_about_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    /*homepage why*/
    .hp_why_text {
        flex-direction: column;
    }
    
    /*homepage package*/
    .hp_package_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_package_group {
        min-height: auto;
    }
    
    /*homepage solution*/
    
    
    /*homepage step*/
    
    
    /*homepage target*/
    .hp_target_group {
        grid-template-columns: 1fr;
    }
    
    /*homepage brand*/
    
    
    /*homepage partner*/
    
    
    /*homepage contact*/
    .hp_contact_icon img {
        max-width: 60px;
    }

}

@media (max-width: 767.5px) {
    #main_index {
        margin-bottom: 0;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 5rem;
        background-color: #f4f7eb;
    }
    .footer_type6 .social_media {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 600px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_small {
        font-size: 13px;
    }
    .hp_banner_title {
        font-size: 26px;
    }
    .hp_banner_keyword {
        font-size: 12px;
        line-height: 1.5;
    }
    .hp_banner .hp_button {
        font-size: 13px;
        padding: 8px 20px;
    }
    .hp_banner_img {
        right: 5%;
        bottom: 20px;
        width: 90%;
    }
    .hp_banner_img img {
        min-height: 220px;
        max-height: 220px;
        object-position: center bottom;
        object-fit: contain;
    }
    .hp_banner_img::before {
        left: 50%;
        top: 50%;
        width: 200px;
        height: 200px;
    }
    .hp_banner_icon img {
        max-width: 50px;
    }
    .hp_banner_free1 {
        font-size: 27px;
        padding: 3px 15px;
    }
    .hp_banner_free2 {
        font-size: 13px;
        padding: 5px 20px;
        margin-top: -4px;
        left: -20px;
    }
    .hp_banner_free {
        margin-bottom: 15px;
    }
    
    /*homepage about*/
    .hp_about_left {
        padding-right: 15px;
    }
    .hp_about_right {
        padding: 0 15px;
        margin-top: 3rem;
    }
    .hp_about_group {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hp_about_point:nth-child(2),
    .hp_about_point:nth-child(3) {
        left: 0;
        top: 0;
    }
    .hp_about_content {
        align-items: center;
    }
    
    /*homepage why*/
    .hp_why_box {
        padding: 20px;
    }
    
    /*homepage package*/
    .hp_package_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_package_price {
        font-size: 40px;
    }
    .hp_package_button .hp_button {
        font-size: 14px;
    }
    
    /*homepage solution*/
    .hp_solution_right_box {
        margin: 3rem 0;
    }
    
    /*homepage step*/
    .hp_step_bottom_box {
        margin-top: 1.5rem;
    }
    
    /*homepage target*/
    .hp_target_right_box {
        margin-top: 3rem;
    }
    .hp_solution_middle_box {
        width: 100%;
        position: relative;
        left: 0;
    }
    
    /*homepage brand*/
    
    
    /*homepage partner*/
    
    
    /*homepage contact*/
    .hp_contact {
        padding: 5rem 15px;
    }
    .hp_contact_button {
        flex-direction: column;
        gap: 15px;
    }
    .hp_contact .hp_button {
        padding: 9px 10px;
    }

}