a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

/*ts*/

.tsWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#formc > .textbox {
    outline: none;
    height: 35px;
    width: 250px;
    line-height: 20px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #d9151f;
    font-size: 15px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding-left: 20px;
}

#formc input::placeholder{
    color: #d9151f;
    opacity: 0.7;
}

.ts_right{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 14px;
}

#formc > .buttonx1 {
    outline: 0;
    background: none;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border: 0;
    border-radius: 0 25px 25px 0;
    /*padding: 0px;*/
    color: #ed1c24;
}

.ts_right_img{
    max-width: 20px;
    filter: brightness(0) invert(0);
}

.ts_right_img img{
    transition: all ease-in-out 0.35s;
}

.ts_right_img img:hover{
    transform: scale(0.9);
}

.ts_leftText {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: -1.5vw;
}

#ts {
    background: #b7e4c7;
    padding-top: 9px;
    padding-bottom: 9px;
}

/*new*/

.hp_top_ul{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.hp_top_ul li{
    margin-right:2rem;
}
.hp_top_ul li a{
    font-size:14px;
    font-weight:800;
    color:#000;
}
.hp_top_ul li a:hover{
    color:#000;
}
.hp_top_socialmedia{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.hp_top_socialmedia li{
    margin-left:0.5rem;
}
.hp_top_icon{
    width:30px;
    transition:0.25s all linear;
}
.hp_top_icon:hover{
    transform:scale(0.95);
}

.contact_icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
    filter: brightness(0) invert(0);
}

@media screen and (max-width: 1300.5px){
    .ts_leftText {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0;
        margin-left: 5.5vw;
    }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*navbar*/

.navbar_type8 {
    height: 90px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .logo {
    margin-left: 3vw;
    flex: 0 1 30%;
}

.navbar_type8 .nav_tab {
    padding-right: 5vw;
    flex: 0 1 80%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 7px;
    object-position: left;
    left: 1.2vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 12px 12px;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    font-size: 14px;
    color: #fff;
    background-color: #2D9389;
    border-radius: 0px;
    padding: 12px 33px;
    /*position: relative;*/
    /*display: inline-block;*/
}

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

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background: #2D9389;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 60%;
}

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

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab {
        padding-right: 0vw;
        flex: 0 1 80%;
        gap: .7vw;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        padding: 12px 10px;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-size: 13px;
        color: #fff;
        background-color: #2D9389;
        border-radius: 0px;
        padding: 12px 25px;
        /*position: relative;*/
        /*display: inline-block;*/
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        padding: 12px 5px;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-size: 12px;
        color: #fff;
        background-color: #2D9389;
        border-radius: 0px;
        padding: 10px 20px;
        /*position: relative;*/
        /*display: inline-block;*/
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile .btn-outline-light {
        color: #2D9389;
        border-color: #2D9389;
    }
}

@media screen and (max-width: 767.5px){
}

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

/*.n_bannerInnerGroup {*/
/*    position: absolute;*/
/*    top: 6vw;*/
/*    left: 8vw;*/
/*    width: 50%;*/
/*    text-align: left;*/
/*}*/

.n_bannerInnerGroup {
    position: absolute;
    top: 45%;
    left: 30vw;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: left;
    z-index: 2;
}

.banner_small_title {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    width: 23%;
    padding: 6px 20px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
}

.banner_big_title {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin-bottom: 2vw;
    position: relative;
    z-index: 1;
    /*text-shadow: 0 4px 12px rgba(255, 255, 255, 0.45);*/
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
    text-transform: uppercase !important;
}

.banner_big_title span {
    font-weight: 900;
}

.banner_big_title::after {
    content: "";
    display: block;
    width: 200px;
    height: 5px;
    margin-top: 20px;

    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(0,0,0,0.8) 20%,
        #000 50%,
        rgba(0,0,0,0.8) 80%,
        transparent 100%
    );
}

.banner_text {
    font-size: 17px;
    font-weight: 200;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1vw;
    position: relative;
}

.button_banner {
    display: flex;
    justify-content: flex-start;
    gap: 30px
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    background-color: #b7e4c7;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5vw;
    padding: 10px 25px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.n_bannerViewMore:hover {
    background-color: #045125;
    color: #fff;
    transform: scale(0.95); 
}

.n_bannerViewMore2 {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    background-color: #2d9389;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5vw;
    padding: 10px 25px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.n_bannerViewMore2:hover {
    background-color: #f0ffeb;
    color: #fff;
    transform: scale(0.95); 
}

.n_bannerImg {
    position: absolute;
    width: 73.5%;
    top: 0;
    right: 0vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
    animation: moveFrontBack 5s ease-in-out infinite;
    will-change: transform;
}

.n_bannerImg2 {
    position: relative;
    width: 42%;
    top: 2vw;
    /*left: 6.5vw;*/
    /*transform: translate(0, 0%);*/
    z-index: 0;
    overflow: hidden !important;
}

@keyframes clipReveal {
    from {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
}

@keyframes rotateInDepth {
    from {
        opacity: 0;
        transform: perspective(800px) rotateX(-60deg) translateY(20px);
        transform-origin: top;
    }
    to {
        opacity: 1;
        transform: perspective(800px) rotateX(0deg) translateY(0);
    }
}

@keyframes blurZoomFocus {
    from {
        opacity: 0;
        transform: scale(1.15);
        filter: blur(12px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes slideSkew {
    from {
        opacity: 0;
        transform: translateX(-25px) skewX(-6deg);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0) skewX(0deg);
        filter: blur(0);
    }
}

@keyframes lineReveal {
    from {
        opacity: 0;
        transform: translateY(100%);
        clip-path: inset(100% 0 0 0);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes elasticSlide {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    60% {
        transform: translateX(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slider_banner .slick-prev::before, .slider_banner .slick-next::before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}

.slider_banner .slick-prev::before {
    background-image: url("https://cdn1.npcdn.net/img/17782137375-ARROW-LEFT.jpg");
    filter: none;
}

.slider_banner .slick-next::before {
    background-image: url("https://cdn1.npcdn.net/img/17782137445-ARROW-RIGHT.jpg");
    filter: none;
}

.slider_banner .slick-next:before, .slider_banner .slick-prev:before {
    opacity: 1;
}

.slider_banner .slick-prev {
    z-index: 99;
    top: calc(78% - 10px);
    left: 122px;
}

.slider_banner .slick-next {
    top: calc(78% - 10px);
    right: calc(87% - -1px);
}

@media screen and (max-width: 1300.5px){
    .banner_small_title {
        font-size: 15px;
        /*font-weight: 600;*/
        /*font-style: italic;*/
        /*color: #2D9389;*/
        width: 27%;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .banner_big_title {
        font-size: 35px;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        z-index: 1;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 59%;*/
    /*    top: 5.5vw;*/
    /*    right: 1.5vw;*/
    /*    transform: translate(0, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*    animation: moveFrontBack 5s ease-in-out infinite;*/
    /*    will-change: transform;*/
    /*}*/
    
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before {
        content: "";
        display: block;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 1;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(78% - 10px);
        left: 96px;
    }
    
    .slider_banner .slick-next {
        top: calc(78% - 10px);
        right: calc(88% - 7px);
    }
}

@media screen and (max-width: 1200.5px){
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 56%;*/
    /*    top: 5.5vw;*/
    /*    right: 1.5vw;*/
    /*    transform: translate(0, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*    animation: moveFrontBack 5s ease-in-out infinite;*/
    /*    will-change: transform;*/
    /*}*/
    
    .banner_big_title {
            font-size: 28px;
    }
    
    .banner_text {
        font-size: 14px;
    }
    
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 1;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(83% - 10px);
        left: 79px;
    }
    
    .slider_banner .slick-next {
        top: calc(83% - 10px);
        right: calc(87% - 0px);
    }
    
    .banner_small_title {
        font-size: 15px;
        /*font-weight: 600;*/
        /*font-style: italic;*/
        /*color: #2D9389;*/
        width: 37%;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 5vw;*/
    /*    left: 8vw;*/
    /*    width: 85%;*/
    /*    text-align: left;*/
    /*}*/
    
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 45%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    width: 85%;*/
    /*    text-align: center;*/
    /*}*/
    
    /*.banner_big_title {*/
    /*    font-size: 25px;*/
    /*    font-weight: 900;*/
        /*color: #00394d;*/
    /*    line-height: 1.1;*/
    /*    margin-bottom: 3vw;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*}*/
    
    .n_bannerInnerGroup {
        position: absolute;
        /*top: 32%;*/
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
    
    /*.button_banner {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    gap: 5px*/
    /*}*/
    
    .button_banner {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background-color: #2D9389;
        text-decoration: none;
        display: inline-block;
        margin-top: 0.5vw;
        padding: 9px 25px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 1px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .n_bannerViewMore2 {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background-color: #045125;
        text-decoration: none;
        display: inline-block;
        margin-top: 0.5vw;
        padding: 9px 25px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .n_bannerImg2 {
        position: relative;
        width: 33%;
        top: 2.5vw;
        /* left: 6.5vw; */
        /* transform: translate(0, 0%); */
        z-index: 0;
        overflow: hidden !important;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 62%;*/
    /*    top: 23.5vw;*/
    /*    right: 1.5vw;*/
    /*    transform: translate(0, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*    animation: moveFrontBack 5s ease-in-out infinite;*/
    /*    will-change: transform;*/
    /*}*/
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(87% - 10px);
        left: 41px;
    }
    
    .slider_banner .slick-next {
        top: calc(87% - 10px);
        right: calc(82% - 0px);
    }
    
    .banner_small_title {
        font-size: 15px;
        /*font-weight: 600;*/
        /*font-style: italic;*/
        /*color: #2D9389;*/
        width: 50%;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .banner_big_title {
        font-size: 28px;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        z-index: 1;
        text-align: left;
        margin-top: 2vw;
    }
    
    .banner_big_title br {
        display: none;
    }
    
    .banner_big_title::after {
        content: "";
        display: block;
        width: 150px;
        height: 3px;
        margin-top: 10px;
    
        background: linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,0.8) 20%,
            #000 50%,
            rgba(0,0,0,0.8) 80%,
            transparent 100%
        );
    }
    
    .banner_text {
        font-size: 15px;
        font-weight: 200;
        color: #000;
        line-height: 1.2;
        margin-top: 2vw;
        margin-bottom: 2vw;
        position: relative;
        text-align: left;
    }
    
    .banner_text br {
        display: none;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
        animation: moveFrontBack 5s ease-in-out infinite;
        will-change: transform;
    }
}

@media screen and (max-width: 580.5px) {
    .n_bannerInnerGroup {
        top: 25%;
    }
}

@media screen and (max-width: 428.5px) {
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 62%;*/
    /*    top: 33.5vw;*/
    /*    right: 1.5vw;*/
    /*    transform: translate(0, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*    animation: moveFrontBack 5s ease-in-out infinite;*/
    /*    will-change: transform;*/
    /*}*/
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(87% - 10px);
        left: 35px;
    }

    .slider_banner .slick-next {
        top: calc(87% - 10px);
        right: calc(80% - -1px);
    }
    
    .n_bannerInnerGroup {
        top: 25%;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerInnerGroup {
        top: 25%;
    }
}

@media screen and (max-width: 360.5px) {
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 64%;*/
    /*    top: 47vw;*/
    /*    right: 1.5vw;*/
    /*    transform: translate(0, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*    animation: moveFrontBack 5s ease-in-out infinite;*/
    /*    will-change: transform;*/
    /*}*/
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(87% - 10px);
        left: 30px;
    }
    
    .slider_banner .slick-next {
        top: calc(87% - 10px);
        right: calc(77% - -3px);
    }
    
    .banner_big_title {
        /*font-size: 19px;*/
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        z-index: 1;
        text-align: left;
        margin-top: 2vw;
    }
    
    .button_banner {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background-color: #2D9389;
        text-decoration: none;
        display: inline-block;
        margin-top: 0.5vw;
        padding: 9px 20px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 1px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background-color: #045125;
        text-decoration: none;
        display: inline-block;
        margin-top: 0.5vw;
        padding: 9px 20px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
        animation: moveFrontBack 5s ease-in-out infinite;
        will-change: transform;
    }
    
    /*.banner_big_title {*/
    /*    font-size: 22px;*/
    /*    font-weight: 900;*/
        /* color: #00394d; */
    /*    line-height: 1.1;*/
    /*    margin-bottom: 3vw;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*}*/
    
    /*.n_bannerViewMore {*/
    /*    font-size: 12px;*/
    /*    font-weight: 700;*/
    /*    color: #fff;*/
    /*    background-color: #2D9389;*/
    /*    text-decoration: none;*/
    /*    display: inline-block;*/
    /*    margin-top: 0.5vw;*/
    /*    padding: 9px 20px;*/
    /*    text-transform: capitalize;*/
    /*    cursor: pointer;*/
    /*    letter-spacing: 1px;*/
    /*    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;*/
    /*}*/
    
    /*.n_bannerViewMore2 {*/
    /*    font-size: 12px;*/
    /*    font-weight: 700;*/
    /*    color: #fff;*/
    /*    background-color: #045125;*/
    /*    text-decoration: none;*/
    /*    display: inline-block;*/
    /*    margin-top: 0.5vw;*/
    /*    padding: 9px 20px;*/
    /*    text-transform: capitalize;*/
    /*    cursor: pointer;*/
    /*    letter-spacing: 2px;*/
    /*    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;*/
    /*}*/
}

/*hp_tag*/

.hp_tag {
    padding: 0vw 0.5vw 0vw 0.5vw;
    position: relative;
    width: 84%;
    margin: 0 auto;
    margin-top: -10px;
    z-index: 1;
    background-color: transparent;
    display: none !important;
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);*/
}

.hp_tag::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 170px;
    background: url(https://cdn1.npcdn.net/img/1779958584B_ELEMENT-1.png) center center no-repeat;
    background-size: 105px;
    animation: swingRotate 4s ease-in-out infinite;
    transform-origin: center center;
    display: none !important;
}

@keyframes swingRotate {
    0% {
        transform: translateX(-50%) rotate(-8deg);
    }
    50% {
        transform: translateX(-50%) rotate(8deg);
    }
    100% {
        transform: translateX(-50%) rotate(-8deg);
    }
}

.hp_tag_box {
    display: block;
    gap: 10px;
    align-items: center;
    justify-content: center;
    justify-content: center;
    transition: 0.3s ease;
    text-align: center;
}

.tagBorder:hover .hp_tag_box {
    transform: translateY(-6px);
}

.hp_tag_image {
    width: 36%;
    filter: brightness(0) invert(0);
    display: flex;
    margin: 0 auto;
    transition: 0.4s ease;
}

.tagBorder:hover .hp_tag_image {
    filter: none;
    transform: scale(1.1) rotate(5deg);
}

.hp_about .tag-title {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    line-height: 1.4;
    margin-bottom: 1vw !important;
    margin-bottom: 0.5vw;
    text-align: center;
    transition: 0.4s ease;
}

.tagBorder:hover .tag-title {
    color: #2D9389;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .hp_tag {
        padding: 5.5vw 0.5vw 2vw 0.5vw;
        position: relative;
        width: 84%;
        margin: 0 auto;
        z-index: 1
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_tag {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        z-index: 1;
    }
    
    .hp_tag::after {
        content: "";
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 170px;
        height: 170px;
        /*background: url(https://cdn1.npcdn.net/img/1778213236B_ELEMENT-1.png) center center no-repeat;*/
        background-size: 78px;
        animation: swingRotate 4s ease-in-out infinite;
        transform-origin: center center;
    }
    
    .tagBorder {
        padding: 10px 15px;
    }
    
    .hp_tag .tag-title {
        font-size: 15px;
        font-weight: 700;
        font-style: italic;
        color: #000;
        line-height: 1.4;
        margin-bottom: 1vw !important;
        margin-bottom: 0.5vw;
        text-align: center;
        transition: 0.4s ease;
    }
}

/*hp_about*/

.hp_about {
    padding: 6vw 7vw 6vw 0vw;
    position: relative;
    z-index: 1;
}

.hp_about_img {
    width: 115%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: -1vw;
}

.about_title {
    padding: 0.5vw 0vw 0vw 5vw;
}

.hp_about .title_small {
    position: relative;
    padding-left: 70px;
    font-size: 15px;
    font-weight: 700;
    color: #2D9389;
    letter-spacing: 0px;
    margin-bottom: 0.5vw;
}

.hp_about .title_small::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7%;
    height: 2px;
    background: #2D9389;
}

.hp_about .title_big {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1vw;
    padding: 0vw 0vw 0vw 0vw;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    line-height: 1.9;
    padding: 0.5vw 0vw 0vw 0vw;
}

/*.n_aboutViewMore {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    background-color: #2D9389;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*    margin-top: 0vw;*/
/*    padding: 10px 40px;*/
/*    text-transform: capitalize;*/
/*    cursor: pointer;*/
/*    letter-spacing: 2px;*/
/*    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;*/
/*}*/

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #2D9389;
    text-decoration: none;
    display: inline-block;
    margin-top: 0vw;
    padding: 10px 21px;
    width: 135%;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.n_aboutViewMore:hover {
    background-color: #045125;
    color: #fff;
    transform: scale(0.95); 
}

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

.tagBorder {
    padding: 0 0px;
}

.tagRow {
    padding: 0vw 0vw 0vw 3vw;
}

@media screen and (max-width: 1300.5px){
    .hp_about .title_big {
        font-size: 30px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about .title_small {
        position: relative;
        padding-left: 60px;
        font-size: 13px;
        font-weight: 700;
        color: #2D9389;
        letter-spacing: 0px;
        margin-bottom: 0.5vw;
    }
    
    .hp_about .tag-title {
        font-size: 13px;
        font-weight: 700;
        font-style: italic;
        color: #000;
        line-height: 1.4;
        margin-bottom: 1vw !important;
        margin-bottom: 0.5vw;
        text-align: center;
        transition: 0.4s ease;
    }
    
    .hp_about {
        padding: 6vw 3vw 6vw 0vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_about .tag-title {
        font-size: 12px;
        font-weight: 700;
        font-style: italic;
        color: #000;
        line-height: 1.4;
        margin-bottom: 1vw !important;
        margin-bottom: 0.5vw;
        text-align: center;
        transition: 0.4s ease;
    }
    
    .n_aboutViewMore {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        background-color: #2D9389;
        text-decoration: none;
        display: inline-block;
        margin-top: 0vw;
        padding: 10px 12px;
        width: 140%;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 1px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .about_content {
        display: block;
        align-items: center;
        gap: 15px;
    }
    
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background-color: #2D9389;
        text-decoration: none;
        display: inline-block;
        margin-top: 0vw;
        margin-bottom: 3vw;
        padding: 10px 27px;
        width: auto;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .about_title {
        padding: 4vw 0vw 0vw 0vw;
    }
    
    .hp_about .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 3vw;
    }
    
    .hp_about .title_small {
        position: relative;
        padding-left: 42px;
        font-size: 15px;
        font-weight: 700;
        color: #2D9389;
        letter-spacing: 0px;
        margin-bottom: 0.5vw;
    }
    
    .hp_about .tag-title {
        font-size: 15px;
        font-weight: 700;
        font-style: italic;
        color: #000;
        line-height: 1.4;
        margin-bottom: 1vw !important;
        margin-bottom: 0.5vw;
        text-align: center;
        transition: 0.4s ease;
    }
}

/*hp_what*/

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background-color: #e4efe1;
}

.hp_what {
    padding: 6vw 7vw 1vw 7vw;
    position: relative;
    z-index: 1;
}

.hp_what .title_small {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 16px;
    font-weight: 700;
    color: #2D9389;
    letter-spacing: 1px;
    margin-bottom: 0.5vw;
}

.hp_what .title_small::before,
.hp_what .title_small::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; 
    height: 2px;
    background: #2D9389;
}

.hp_what .title_small::before {
    left: 0;
}

.hp_what .title_small::after {
    right: 0;
}

.hp_what .title_big {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1vw;
}

.hp_what .title_big span {
    font-weight: 800;
    color: #2d9389;
}

/*category*/

.product_cat-10 {
    padding: 0vw 8vw 4vw 8vw;
}
.product_cat-10 .wrapper_product_category .product_img{
    padding-top:unset!important;
    height:auto;
    aspect-ratio: 134/87;
}
.product_cat-10 .wrapper_product_category .view-btn {
    background-color: #2D9389;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    display: none;
}

.product_cat-10 .wrapper_product_category h3 {
    overflow-wrap: break-word;
    letter-spacing: 0.025em;
    font-size: 19px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    /* display: inline-block; */
    /* padding: 0 50px; */
}

.product_cat-10 .wrapper_product_category h3::after {
    content: "";
    position: absolute;
    bottom: -90%;
    left: 50%;
    width: 25%;
    height: 4px;
    background: #2D9389;
    transform: translateX(-50%);
    z-index: 0;
}

.product_cat-10 .wrapper_product_category .product_img {
    border-radius: 0rem;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product_cat-10 .wrapper_product_category .product_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1300.5px){
    .product_cat-10 .wrapper_product_category h3 {
        overflow-wrap: break-word;
        letter-spacing: 0.025em;
        font-size: 17px;
        font-weight: 800;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        /* display: inline-block; */
        /* padding: 0 50px; */
    }
}

@media screen and (max-width: 1200.5px){
    .product_cat-10 .wrapper_product_category h3 {
        overflow-wrap: break-word;
        letter-spacing: 0.025em;
        font-size: 15px;
        font-weight: 800;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        /* display: inline-block; */
        /* padding: 0 50px; */
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_what {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_what .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .product_cat-10 .wrapper_product_category h3 {
        overflow-wrap: break-word;
        letter-spacing: 0.025em;
        font-size: 20px;
        font-weight: 800;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        /* display: inline-block; */
        /* padding: 0 50px; */
    }
}

/*hp_products*/

.hp_products {
    padding: 7.5vw 7vw 7.5vw 7vw;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1781615958HP-PRODUCT-BANNER-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_products .title_small {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 16px;
    font-weight: 700;
    color: #2D9389;
    letter-spacing: 1px;
    margin-bottom: 0.5vw;
}

.hp_products .title_small::before,
.hp_products .title_small::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; 
    height: 2px;
    background: #2D9389;
}

.hp_products .title_small::before {
    left: 0;
}

.hp_products .title_small::after {
    right: 0;
}

.hp_products .title_big {
    font-size: 34px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

/*products*/

.productSlider-1 {
    padding: 3vw 7vw 3vw 7vw;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0px;
    border: 0px solid transparent;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
}

.productSlider-1 .slick-prev,
.productSlider-1 .slick-next {
    width: 30px;
    height: 30px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.productSlider-1 .slick-prev {
    background-image: url("https://cdn1.npcdn.net/img/17816167365-ARROW-LEFT.png");
    left: 10px;
}

.productSlider-1 .slick-next {
    background-image: url("https://cdn1.npcdn.net/img/17816167425-ARROW-RIGHT.png");
    right: 10px;
}

.productSlider-1 .slick-prev:before,
.productSlider-1 .slick-next:before {
    content: "" !important;
}

.productSlider-1 .slick-prev {
    left: -3vw;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -3vw !important;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
    height: 40px;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #2D9389;
    font-weight: 600 !important;
    height: auto;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (1 / 1));
    height: 0;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(45, 147, 137, 0.25);
    border-radius: 15px;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .productSlider-1 .product_img .product_box h6 {
        color: #000;
        font-weight: 600 !important;
        height: auto;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 8vw 5vw 8vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_products .title_big {
        font-size: 28px;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 428.5px){
    .product_cat-10 .wrapper_product_category h3::after {
        content: "";
        position: absolute;
        bottom: -60%;
        left: 50%;
        width: 25%;
        height: 4px;
        background: #2D9389;
        transform: translateX(-50%);
        z-index: 0;
    }
}

@media screen and (max-width: 360.5px){
    .product_cat-10 .wrapper_product_category h3::after {
        content: "";
        position: absolute;
        bottom: -50%;
        left: 50%;
        width: 25%;
        height: 4px;
        background: #2D9389;
        transform: translateX(-50%);
        z-index: 0;
    }
}

/*hp_machine*/

.hp_machine {
    padding: 7.5vw 7vw 7.5vw 7vw;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1781617114HP-PRODUCT-BANNER-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_machine {
        padding: 8vw 5vw 8vw 5vw;
        position: relative;
        z-index: 1;
    }
}

/*hp_material*/

.hp_material {
    padding: 7.5vw 7vw 7.5vw 7vw;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1781617121HP-PRODUCT-BANNER-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_material {
        padding: 8vw 5vw 8vw 5vw;
        position: relative;
        z-index: 1;
    }
}

/*hp_partners*/

.hp_partners {
    padding: 0vw 0vw 5vw 0vw;
    position: relative;
    z-index: 1;
    background-color: #f0ffeb;
}

.partnerRow {
    background-color: #b7e4c7;
}

.hp_partners .title_big {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    padding: 2.5vw 0vw 2.5vw 0vw;
}

.hp_partners .title_big span {
    font-weight: 800;
}

.partnerRow2 {
    padding: 2.5vw 7vw 0vw 7vw;
}

.partnerBorder {
    padding: 10px 10px;
}

.partner-5col {
    width: 20%;          
    /*float: left;*/
}

/*.partner_content {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.partner_content img {
    width: 100%;
    max-width: 150%;
    /* max-height: 80px; */
    object-fit: contain;
}

.partner_content {
    overflow: hidden; 
}

.partner_content img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease; 
}

.partner_content img:hover {
    transform: scale(0.95); 
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .partner-5col {
        width: 33.333%;
    }
    
    .hp_partners .title_big {
        font-size: 28px;
        /*color: #fff;*/
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding: 5vw 0vw 5vw 0vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 6vw 7vw 1vw 7vw;
    position: relative;
    z-index: 1;
}

.hp_services .title_big {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_services .title_big span {
    font-weight: 800;
    color: #2d9389;
}

/*services*/

.ex_hpservice_slide {
    margin-block: 10px;
    background-color: transparent;
    padding: 0vw 6vw 0vw 6vw;
    /*margin-left: 1vw;*/
}

#main_index .ex_hpservice_slide .container, #main_index .ex_hpservice_slide .container-lg, #main_index .ex_hpservice_slide .container-md, #main_index .ex_hpservice_slide .container-sm, #main_index .ex_hpservice_slide .container-xl {
    max-width: 1240px;
    width: 100%;
    max-width: 150%;
}  

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://cdn1.npcdn.net/img/17816192535-ARROW-LEFT.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -2vw;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://cdn1.npcdn.net/img/17816192695-ARROW-RIGHT.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 34vw;*/
    margin-right: -2vw;
}

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 10px 60px 10px 25px;
    background-color: #0b60a9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 30px;
    margin-top: 20px;
    /*display: none !important;*/
}

.ex_hpservice_slide {
    position: relative; 
}

.ex_hpservice_slide .service_btn {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 100%;
    z-index: 3;
    color: transparent;
}

/*.ex_hpservice_slide .fa-chevron-right:before {*/
/*    content: "\f054";*/
/*    display: none !important;*/
/*}*/

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0vw !important;
}

.ex_hpservice_slide .service_btn i {
    display: none;
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 65px;
    height: 0px;
    display: block;
    margin: 15px auto;
}

.ex_hpservice_slide .services-text {
    opacity: 1;
    position: relative;
    top: 13%;
    height: 65px;
    width: 90%;
    text-align: center;
    padding: 15px 2%;
    z-index: 500;
    background: #2d9389;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-95%);
}

.ex_hpservice_slide .services-text {
    position: relative;
    right: -30px; 
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 250px;
    margin-bottom: 100px;
}

.ex_hpservice_slide .item {
    margin: 0 15px;
}

@media screen and (max-width: 1300.5px){
    .ex_hpservice_slide .services-text {
        position: relative;
        right: -23px;
    }

    .ex_hpservice_slide .services-text {
        opacity: 1;
        position: relative;
        top: 17%;
        height: 80px;
        width: 90%;
        text-align: center;
        padding: 15px 5%;
        z-index: 500;
        background: #2d9389;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-95%);
    }
}

@media screen and (max-width: 1200.5px){
    .ex_hpservice_slide .services-text {
        position: relative;
        right: -19px;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0vw !important;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_services .title_big {
        font-size: 28px;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw !important;
    }
}

@media screen and (max-width: 428.5px){
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw !important;
    }
    
    .ex_hpservice_slide .services-text {
        position: relative;
        right: -17px;
    }
}

@media screen and (max-width: 360.5px) {
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw !important;
    }
    
    .ex_hpservice_slide .services-text {
        position: relative;
        right: -13px;
    }
}

/*hp_serviceBtn*/

.hp_serviceBtn {
    padding: 0vw 7vw 6vw 7vw;
    position: relative;
    z-index: 1;
}

.hp_serviceBtn .button_service {
    display: flex;
    justify-content: center;
}

.n_serviceViewMore {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    background-color: #b7e4c7;
    text-decoration: none;
    display: inline-block;
    margin-top: 0vw;
    padding: 10px 35px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.n_serviceViewMore:hover {
    background-color: #2D9389;
    color: #fff;
    transform: scale(0.95); 
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .n_serviceViewMore {
        font-size: 13px;
        font-weight: 800;
        color: #000;
        background-color: #b7e4c7;
        text-decoration: none;
        display: inline-block;
        margin-top: 0vw;
        padding: 10px 27px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    /*.hp_serviceBtn .button_service {*/
    /*    display: block;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    gap: 13px;*/
    /*}*/
    
    .n_serviceViewMore {
        font-size: 15px;
        font-weight: 800;
        color: #000;
        background-color: #b7e4c7;
        text-decoration: none;
        display: inline-block;
        margin-top: 1vw;
        padding: 10px 55px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
}

/*hp_news*/

.index_wrapper_11 {
    position: relative;
    background-color: #f0ffeb;
}

.hp_news {
    padding: 6vw 7vw 1vw 7vw;
    position: relative;
    z-index: 1;
}

.hp_news .title_big {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_news .title_big span {
    font-weight: 800;
    color: #2d9389;
}

/*news*/

#main_index .latest_new_type6 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding: 0vw 8vw 4vw 8vw;
}

#main_index .latest_new_type6 .news_box {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-color: transparent;
    position: relative;
    visibility: visible;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    background-color: #2d9389;
    letter-spacing: 1.2px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 11px;
}

#main_index .latest_new_type6 .news_box .date {
    text-align: right;
    margin-bottom: 5px;
    color: #2d9389;
    font-weight: 600;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    margin-top: -60px;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_news .title_big {
        font-size: 28px;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
}

/*hp_media*/

.hp_media {
    padding: 6vw 16vw 4.5vw 16vw;
    position: relative;
    z-index: 1;
}

.hp_media .title_small {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 16px;
    font-weight: 700;
    color: #2D9389;
    letter-spacing: 1px;
    margin-bottom: 0.5vw;
}

.hp_media .title_small::before,
.hp_media .title_small::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; 
    height: 2px;
    background: #2D9389;
}

.hp_media .title_small::before {
    left: 0;
}

.hp_media .title_small::after {
    right: 0;
}

.hp_media .title_big {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1vw;
}

.hp_media .title_big span {
    font-weight: 800;
    color: #2d9389;
}

.mediaBorder {
    padding: 10px 10px;
}

.media-5col {
    width: 20%;          
    /*float: left;*/
}

.media_content img {
    width: 100%;
    max-width: 150%;
    /* max-height: 80px; */
    object-fit: contain;
}

.media_content {
    overflow: hidden; 
}

.media_content img {
    width: 65%;
    max-width: 150%;
    height: auto;
    display: flex;
    margin: 0 auto;
    transition: transform 0.5s ease;
}

.media_content img:hover {
    transform: scale(0.95); 
}

.hp_media .media_title {
    font-size: 19px;
    font-weight: 800;
    color: #000;
    margin-top: 1vw;
    margin-bottom: 0vw;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 1300.5px){
    .hp_media .media_title {
        font-size: 18px;
        font-weight: 800;
        color: #000;
        margin-top: 1vw;
        margin-bottom: 0vw;
        text-align: center;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_media .media_title {
        font-size: 16px;
        font-weight: 800;
        color: #000;
        margin-top: 1vw;
        margin-bottom: 0vw;
        text-align: center;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_media {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_media .title_big {
        font-size: 28px;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .media-5col {
        width: 33.333%;
    }
}

@media screen and (max-width: 428.5px) {
    .media_content img {
        width: 75%;
        max-width: 150%;
        height: auto;
        display: flex;
        margin: 0 auto;
        transition: transform 0.5s ease;
    }

    .hp_media .media_title {
        font-size: 15px;
        font-weight: 800;
        color: #000;
        margin-top: 1vw;
        margin-bottom: 0vw;
        text-align: center;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_media .media_title {
        font-size: 12px;
        font-weight: 800;
        color: #000;
        margin-top: 1vw;
        margin-bottom: 0vw;
        text-align: center;
        letter-spacing: 1px;
    }
}

/*hp_scan*/

.hp_scan {
    padding: 2vw 16vw 4.5vw 16vw;
    position: relative;
    z-index: 1;
}

.hp_scan .title_big {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_scan .title_big span {
    font-weight: 800;
    color: #2d9389;
}

.hp_scan .scan_box{
    background:#111;
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    color:#fff;
    height:100%;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.hp_scan .scan_box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#2d9389;
}

.hp_scan .scan_box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.hp_scan .scan_box h3{
    font-size: 23px;
    font-weight:700;
    margin-bottom:30px;
    text-transform:uppercase;
}

.hp_scan .qr_box{
    width: 140px;
    height: 140px;
    margin:auto;
    background:#fff;
    padding:15px;
    border-radius:15px;
}

.hp_scan .qr_box img{
    width:100%;
    display:block;
}

.hp_scan .scan_box p{
    margin-top: 16px;
    color:#ddd;
    font-size:17px;
    line-height:1.7;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .hp_scan .scan_box h3 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
    .hp_scan .scan_box p {
        margin-top: 16px;
        color: #ddd;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_scan {
        padding: 3vw 5vw 5vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_scan .title_big {
        font-size: 28px;
        line-height: 1.2;
        position: relative;
        margin-bottom: 5vw;
    }
}

@media screen and (max-width: 428.5px) {
}

@media screen and (max-width: 360.5px) {
}

/*hp_contact*/

.index_wrapper_14 {
    position: relative;
}

.index_wrapper_14::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42%;
    background-color: #b7e4c7;
    z-index: -1;
}

.hp_contact {
    padding: 3vw 5vw 3vw 5vw;
    position: relative;
    z-index: 1;
    background-color: #2D9389;
    width: 85%;
    margin: 0 auto;
}

.hp_contact .title_big {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_contact .button_group {
    margin-top: 2vw;
    align-items: flex-start;
}

.hp_contact .button_contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}

.n_contactViewMore {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    background-color: #b7e4c7;
    text-decoration: none;
    display: inline-block;
    margin-top: 0vw;
    padding: 10px 35px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.n_contactViewMore:hover {
    background-color: #2D9389;
    color: #fff;
    transform: scale(0.95); 
}

.n_contactViewMore2 {
    font-size: 15px;
    font-weight: 800;
    color: #2D9389;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 0vw;
    padding: 10px 28px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.n_contactViewMore2:hover {
    background-color: #045125;
    color: #fff;
    transform: scale(0.95); 
}

@media screen and (max-width: 1300.5px){
    .hp_contact {
        padding: 3vw 3vw 3vw 3vw;
        position: relative;
        z-index: 1;
        background-color: #2D9389;
        width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .n_contactViewMore {
        font-size: 13px;
        font-weight: 800;
        color: #000;
        background-color: #b7e4c7;
        text-decoration: none;
        display: inline-block;
        margin-top: 0vw;
        padding: 10px 27px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .n_contactViewMore2 {
        font-size: 13px;
        font-weight: 800;
        color: #2D9389;
        background-color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 0vw;
        padding: 10px 20px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .hp_contact {
        padding: 3vw 1vw 3vw 1vw;
        position: relative;
        z-index: 1;
        background-color: #2D9389;
        width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_contact .title_big {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_contact {
        padding: 5vw 3vw 7vw 3vw;
        position: relative;
        z-index: 1;
        background-color: #2D9389;
        width: 85%;
        margin: 0 auto;
    }
    
    .hp_contact .title_big br {
        display: none;
    }
    
    .hp_contact .button_contact {
        display: block;
        align-items: center;
        justify-content: flex-end;
        gap: 13px;
    }
    
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 800;
        color: #000;
        background-color: #b7e4c7;
        text-decoration: none;
        display: inline-block;
        margin-top: 1vw;
        padding: 10px 55px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
    
    .n_contactViewMore2 {
        font-size: 15px;
        font-weight: 800;
        color: #2D9389;
        background-color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 3vw;
        padding: 10px 20px;
        text-transform: capitalize;
        cursor: pointer;
        letter-spacing: 2px;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    }
}

/*footer*/

.footer_type8 {
    background-color: #045125;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
}

.footer_type8 .title h5 {
    font-weight: 600;
    color: #2D9389;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type8 a {
    color: #fff;
    text-decoration: none;
}

.footer_type8 .social_media a {
    margin-left: 1rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
}

.footer_type8 a .icon_s img {
    filter: grayscale(100%) brightness(3);
    height: 17px;
    width: auto;
}

.footer_type8 .logo {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    height: 0;
    min-height: 120px;
}

.footer_type8 .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 120px;
}

/*new*/

.footer {
    background-color: #045125;;
    color: white;
}

.footer .social_media {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    gap: 15px;
}

/*new*/

.footer_type7 {
    background-color: #b7e4c7;
    color: #000;
    padding-top: 0rem !important;
    padding-bottom: 1rem;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 {
    margin-top: 3vw;
}

.footer_type7 a {
    color: #000;
    text-decoration: none;
}

.footer_type7 .title h5 {
    font-weight: 600;
    color: #2d9389;
    align-self: end;
    margin-bottom: 0;
}

.footer_type7 .title {
    min-height: 80px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type7 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 70px;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

@media screen and (max-width: 767.5px) {
    .index_wrapper_2 .item>img{
    	min-height: 45rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

@media screen and (max-width: 660.5px) {
    .index_wrapper_2 .item>img{
    	min-height: 38rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

@media screen and (max-width: 600.5px) {
    .index_wrapper_2 .item>img{
    	min-height: 40rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

@media screen and (max-width: 580.5px) {
    .index_wrapper_2 .item>img{
    	min-height: 36rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

@media screen and (max-width: 460.5px) {
    .index_wrapper_2 .item>img{
    	min-height: 30rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

.ws_contact .nav-link{
    color: #2D9389;
}

.ws_contact .nav-link.active, .ws_contact .nav-pills .show{
    background-color: #2D9389;
}

.ws_contact .btn-primary{
    background-color: #2D9389 !important;
    border-color: #2D9389 !important;
}

.ws_contact a{
    color: #2D9389;
}