@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

a {
    text-decoration: none !important;
}

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

/*top_spacing*/
#top_spacing{
    height:calc(100px + 50px)!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(80px + 0px)!important;
    }    
}


.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/*topspace navbar*/

.navbarWithEditor > .container:nth-child(1){
    background-color:transparent;
    max-width:100%;
}

.navbarWithEditor > .container:nth-child(1) .row{
    align-items: center;
}

.navbarWithEditor .shopping{
    transform: translate(0, -4.5rem);
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.navbarWithEditor .sticky-top{
    position:fixed;
    width:100%;
    height: 50px;
    margin-top: 100px;
    z-index: 500;
    background-color: #662d91;
    border-top:1px solid #fff;
}

#main_index .navbarWithEditor .sticky-top{
    /*background: #662d91;*/
}

.navbarWithEditor .sticky-top .container {
    max-width: 100%;
    padding: 0px 3%;
    display: flex;
    justify-content: center;
}

.navbarWithEditor .shopping i{
    color:#fff;
}

/*.navbarWithEditor .nav_list{*/
/*    max-width:100%;*/
/*    justify-content: space-between !important;*/
/*    width: 100%;*/
/*}*/

/*.navbarWithEditor .nav_list a{*/
/*    font-size: 15px;*/
/*    font-weight: 600;*/
/*    color:#fff;*/
/*    padding: 15px 1vw;*/
/*    margin-right: 0 !important;*/
/*}*/

.navbarWithEditor .nav_list {
    margin-bottom: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.navbarWithEditor .nav_list li {
    position: relative;
}

.navbarWithEditor .nav_list li a {
    font-size: 1.1vw;
    font-weight: 600;
    color: #fff;
    padding: 0 1.4vw;
    text-decoration: none;
    display: inline-block;
    margin-right: 0 !important;
}

.navbarWithEditor .nav_list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;       
    height: 80%;      
    background-color: #fff;
}

.navbarWithEditor .nav_list a:hover {
    color: #ccc;
}

.navbarWithEditor .moveDown.search_area{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 15px;
}

.navbarWithEditor .search_area{
    background-color:#fff!important;
    top: -14px;
}

.navbarWithEditor .moveDown.search_area i{
    color:#000;
}

.navbarWithEditor .search_area input{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    caret-color: #000;
    color: #000;
    width: 95%;
}

/*.hp_top_imagebox {*/
/*    padding: 15px;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    height: 80px;*/
/*    object-fit: cover;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.hp_top_imagebox .img-fluid {*/
/*    max-width: 70%;*/
/*    height: auto;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-top: 20px;*/
/*}*/

.hp_top_imagebox {
    padding: 15px;
    width: 50%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp_top_imagebox img {
    max-height: 100%;
    width: auto;
    display: block;
}

.hp_top {
    position: fixed;
    padding: 0 9%;
    z-index: 500;
    width: 100%;
    background-color:#000;
    height:100px;
}

#main_index .hp_top {
    background: linear-gradient(
    135deg,
    #0d2e1c,
    #123f27,
    #0d2e1c,
    #123f27,
    #0d2e1c);
    transition: background 0.3s ease;
}

#main_index .hp_top.scrolled {
    background: #662d91;
}

.hp_top_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.hp_top_ul a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}

.hp_top_ul a:hover {
    color: #fff;
}

.sticky-top {
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

.sticky-top.is-sticky {
    background: #662d91;
}

.sticky-top.is-sticky a,
.sticky-top.is-sticky i {
    color: #fff !important;
}

.hp_top {
    transition: background-color 0.3s ease; 
    background: #662d91; 
}

.hp_top.scrolled {
    background: #662d91; 
}

/*main_index*/

#main_index .sticky-top {
    /*background: transparent;*/
    background: linear-gradient(
    135deg,
    #0d2e1c,
    #123f27,
    #0d2e1c,
    #123f27,
    #0d2e1c
);
    transition: background 0.3s ease, color 0.3s ease;
}

#main_index .sticky-top.is-sticky {
    background: #662d91;
}

#main_index .sticky-top.is-sticky a,
#main_index .sticky-top.is-sticky i {
    color: #fff !important;
}

/*#main_index .hp_top {*/
/*    transition: background-color 0.3s ease; */
/*    background-color: transparent; */
/*}*/

#main_index .hp_top.scrolled {
    background: #662d91; 
}

.user-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.user-link .user-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 5px;
}

.quotation-item {
    position: relative; 
}

.quotation-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.quotation-link .quotation-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 5px;
}

.quotation-link .badge {
    display: none;
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 5px;
}

.toggle-search {
    cursor: pointer;           
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.toggle-search .search-icon {
    width: 22px;                
    height: 22px;               
    object-fit: cover;         
}

.navbarWithEditor .list-unstyled li {
    display: block !important;
}

.navbarWithEditor .list-unstyled li a {
    display: block !important;
}

.navbarWithEditor .nav_list .dropdown_menu .list a {
    padding: 5px 10px !important;
}

.navbarWithEditor .list-unstyled li:has(.dropdown_menu) > a {
    position: relative;
    padding-right: 20px;
}

.navbarWithEditor .list-unstyled li:has(.dropdown_menu) > a::after {
    content: "";
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: 50%;*/
    transform: translateY(-50%);
    
    width: 0;
    height: 0;
    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white;
    display: inline-block;
}

@media screen and (max-width: 2500.5px) {
    .hp_top_imagebox {
        padding: 15px;
        width: 40%;
        margin: 0 auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #main_index .sticky-top .pt-3, .py-3 {
        padding-top: 0.5rem !important;
    }
    
    .sticky-top .pt-3, .py-3 {
        padding-top: 0.5rem !important;
    }
}

@media screen and (max-width: 1800.5px) {
    .hp_top_imagebox {
        padding: 15px;
        width: 50%;
        margin: 0 auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #main_index .sticky-top .pt-3, .py-3 {
        padding-top: 1rem !important;
    }
    
    .sticky-top .pt-3, .py-3 {
        padding-top: 1rem !important;
    }
}

@media screen and (max-width: 1300.5px) {
    .navbarWithEditor .nav_list li a {
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        padding: 0 2vw;
        text-decoration: none;
        display: inline-block;
    }
}

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

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

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

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

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute !important;
    top: 19.5vw;
    left: 24vw;
    transform: translate(-20%, -50%);
    width: 70%;
    /*position: relative;*/
}

.n_bannerTitle {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}

html:lang(en) .n_bannerTitle {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    padding: 0vw 38vw 0vw 0vw;
}

.n_bannerTitle span {
    font-size: 93px;
    font-weight: 600;
}

html:lang(en) .n_bannerTitle span {
    font-size: 63px;
    font-weight: 600;
}

.n_bannerSubtitle {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-top: 1vw;
    letter-spacing: 2px;
}

html:lang(en) .n_bannerSubtitle {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-top: 1vw;
    letter-spacing: 1px;
    padding: 0vw 38vw 0vw 0vw;
}

.n_bannerImg {
    position: absolute;
    width: 26%;
    top: 18.5vw;
    right: 33vw;
    z-index: 0;
    overflow: hidden !important;
}

@media screen and (max-width: 1300.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 19.5vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 70%;
        /*position: relative;*/
    }
    
    .n_bannerTitle {
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
    }
    
    .n_bannerTitle span {
        font-size: 73px;
        font-weight: 600;
    }
    
    .n_bannerSubtitle {
        font-size: 17px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        letter-spacing: 2px;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 24%;
        top: 20.5vw;
        right: 34.5vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    html:lang(en) .n_bannerTitle span {
        font-size: 57px;
        font-weight: 600;
    }
    
    html:lang(en) .n_bannerTitle {
        font-size: 28px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        padding: 0vw 38vw 0vw 0vw;
    }
    
    html:lang(en) .n_bannerInnerGroup br {
        display: none;
    }
    
    html:lang(en) .n_bannerInnerGroup {
        position: absolute;
        top: 21.5vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 70%;
        /*position: relative;*/
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 22vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 70%;
        /*position: relative;*/
    }
    
    .n_bannerTitle {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
    }
    
    .n_bannerTitle span {
        font-size: 53px;
        font-weight: 600;
    }
    
    .n_bannerSubtitle {
        font-size: 17px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        letter-spacing: 2px;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 22%;
        top: 22.5vw;
        right: 36vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    html:lang(en) .n_bannerTitle span {
        font-size: 45px;
        font-weight: 600;
    }
    
    html:lang(en) .n_bannerTitle {
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        padding: 0vw 38vw 0vw 0vw;
    }
    
    html:lang(en) .n_bannerInnerGroup {
        position: absolute;
        top: 24.5vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 70%;
        /*position: relative;*/
    }
    
    html:lang(en) .n_bannerSubtitle {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        letter-spacing: 1px;
        padding: 0vw 38vw 0vw 0vw;
    }
    
    html:lang(en) .navbarWithEditor .nav_list li a {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        padding: 0 2vw;
        text-decoration: none;
        display: inline-block;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 18%;
        top: 27vw;
        right: 37vw;
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 17vw;
        left: 27vw;
        transform: translate(-20%, -50%);
        width: 85%;
        position: relative;
    }
    
    .n_bannerTitle {
        font-size: 23px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
    }
    
    .n_bannerTitle span {
        font-size: 50px;
        font-weight: 600;
    }
    
    .n_bannerSubtitle {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        letter-spacing: 2px;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 44%;
        top: 32.5vw;
        right: 23vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    html:lang(en) .n_bannerTitle {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        padding: 0vw 27vw 0vw 0vw;
    }
    
    html:lang(en) .n_bannerTitle span {
        font-size: 30px;
        font-weight: 600;
    }
    
    html:lang(en) .n_bannerSubtitle {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        letter-spacing: 0px;
        padding: 1vw 0vw 0vw 0vw;
    }
    
    html:lang(en) .n_bannerInnerGroup {
        position: absolute;
        top: 19vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
        position: relative;
    }
}

@media screen and (max-width: 426px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 19vw;
        left: 27vw;
        transform: translate(-20%, -50%);
        width: 85%;
        position: relative;
    }
    
    .n_bannerTitle {
        font-size: 23px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
    }
    
    .n_bannerTitle span {
        font-size: 40px;
        font-weight: 600;
    }
    
    .n_bannerSubtitle {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        letter-spacing: 2px;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 54%;
        top: 37.5vw;
        right: 18vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    html:lang(en) .n_bannerTitle {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        padding: 0vw 21vw 0vw 0vw;
    }
    
    html:lang(en) .n_bannerInnerGroup {
        position: absolute;
        top: 22vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
        position: relative;
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 9vw 3vw 9vw;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 45px 45px 0px 0px;
    margin-top: -22px;
}

.hp_about_content {
    margin-top: -50px;
}

.hp_about_content .scroll-circle {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: pulse 2s infinite ease-in-out; 
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.hp_about_content .scroll-circle .scroll-down {
    width: 35px;     
    height: auto;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(255, 92, 92, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(255, 92, 92, 0.8);
    }
}

.hp_about_box {
    margin-top: 3.5vw;
}

.hp_about_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 8%;
    margin: 0 auto;
    margin-bottom: 1vw;
}

.hp_about_content_wrapper .element-img {
    width: 8px;               
    height: auto;             
}

.hp_about .hp_small_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0vw;
}

.hp_about .hp_big_title {
    font-size: 32px;
    font-weight: 600;
    color: #662d91;
    margin-bottom: 1.5vw;
    text-align: center;
    letter-spacing: 1px;
}

.hp_about .hp_big_title span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;  
    display: inline-block;
    z-index: 1;       
}

.hp_about .hp_big_title span::after {
    content: "";
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124%;
    height: 40%;
    background-image: linear-gradient(to right, rgba(248, 239, 248, 0), rgba(230, 195, 230, 1), rgba(248, 239, 248, 0));
    z-index: -1;
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
    text-align: center;
    padding: 0vw 11.5vw 0vw 11.5vw;
}

.about_button {
    display: flex;
    justify-content: center;
}

.n_aboutViewMore {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #662d91;
    text-align: center;
    padding: 0%;
    height: 2.2vw;
    width: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 0vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

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

.n_aboutViewMore:active {
    transform: scale(0.85);
}

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

.n_aboutViewMore::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 screen and (max-width: 1300.5px){
    .hp_about_content .scroll-circle {
        width: 85px;
        height: 85px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        animation: pulse 2s infinite ease-in-out; 
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    }
    
    .hp_about_content .scroll-circle .scroll-down {
        width: 30px;     
        height: auto;
    }
    
    .hp_about_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 9%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 12%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .n_aboutViewMore {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #662d91;
        text-align: center;
        padding: 0%;
        height: 3.2vw;
        width: 9.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about_content .scroll-circle {
        width: 65px;
        height: 65px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        animation: pulse 2s infinite ease-in-out; 
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    }
    
    .hp_about_content .scroll-circle .scroll-down {
        width: 25px;     
        height: auto;
    }
    
    .hp_about_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 30%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }
    
    .hp_about .hp_big_title {
        font-size: 20px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 1.5vw;
        text-align: center;
        letter-spacing: 1px;
    }
    
    .hp_about .hp_big_title span {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .hp_about {
        padding: 4vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #fff;
        border-radius: 45px 45px 0px 0px;
        margin-top: -22px;
    }
    
    .hp_about .hp_keyword {
        font-size: 16px;
        font-weight: 600;
        color: #662d91;
        line-height: 1.8;
        text-align: center;
        padding: 2vw 0vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #662d91;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 22vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
    
    html:lang(en) .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #662d91;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 0vw;
    }
}

/*hp_product*/

.hp_product {
    padding: 4vw 10vw 1vw 10vw;
    position: relative;
    z-index: 2;
}

.hp_product_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 11%;
    /* margin: 0 auto; */
    margin-bottom: 0.5vw;
}

.hp_product_content_wrapper .element-img {
    width: 8px;               
    height: auto;             
}

.hp_product .hp_small_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0vw;
}

.hp_product .hp_big_title {
    font-size: 32px;
    font-weight: 600;
    color: #662d91;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_product .hp_big_title span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;  
    display: inline-block;
    z-index: 1;       
}

.hp_product .hp_big_title span::after {
    content: "";
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124%;
    height: 40%;
    background-image: linear-gradient(to right, rgba(248, 239, 248, 0), rgba(230, 195, 230, 1), rgba(248, 239, 248, 0));
    z-index: -1;
}

.hp_product .hp_keyword {
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
}

/*products*/

.index_wrapper_4 {
    position: relative;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: #f6f3fa;
}

.index_wrapper_4::after {
    content: "";
    position: absolute;
    top: 8%;
    right: -23px;
    transform: translateY(-50%);
    width: 218px;
    height: 218px;
    background-image: url(https://cdn1.npcdn.net/img/1768881667B_Element.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 2;
}

.productSlider-1 {
    padding: 0vw 10vw 5vw 10vw;
}

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

.productSlider-1 .slick-track .slick-slide:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    background-color: white;
}

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

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_product_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 12%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_product_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 14%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_product_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 17%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_product .hp_big_title {
        font-size: 20px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 1vw;
        letter-spacing: 1px;
    }
    
    .hp_product .hp_big_title span {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;  
        display: inline-block;
        z-index: 1;       
    }
    
    .hp_product_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 35%;
        /* margin: 0 auto; */
        margin-bottom: 2vw;
    }
    
    .index_wrapper_4::after {
        content: "";
        position: absolute;
        top: 8%;
        right: -23px;
        transform: translateY(-50%);
        width: 120px;
        height: 100px;
        background-image: url(https://cdn1.npcdn.net/img/1768881667B_Element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        z-index: 2;
    }
    
    html:lang(en) .hp_product_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 40%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    .hp_product {
        padding: 4vw 5vw 1vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 5vw 5vw;
    }
}

@media screen and (max-width: 426px) {
    html:lang(en) .hp_product_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 48%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 3vw 9vw 6vw 9vw;
    position: relative;
    z-index: 2;
}

.hp_why_content .scroll-circle {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: pulse 2s infinite ease-in-out; 
}

.hp_why_content .scroll-circle .scroll-down {
    width: 35px;     
    height: auto;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(255, 92, 92, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(255, 92, 92, 0.8);
    }
}

.hp_why_box {
    margin-top: 3.5vw;
}

.hp_why_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 12%;
    margin: 0 auto;
    margin-bottom: 1vw;
}

.hp_why_content_wrapper .element-img {
    width: 8px;               
    height: auto;             
}

.hp_why .hp_small_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0vw;
}

.hp_why .hp_big_title {
    font-size: 32px;
    font-weight: 600;
    color: #662d91;
    margin-bottom: 1.5vw;
    text-align: center;
    letter-spacing: 1px;
}

.hp_why .hp_big_title span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;  
    display: inline-block;
    z-index: 1;       
}

.hp_why .hp_big_title span::after {
    content: "";
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124%;
    height: 40%;
    background-image: linear-gradient(to right, rgba(248, 239, 248, 0), rgba(230, 195, 230, 1), rgba(248, 239, 248, 0));
    z-index: -1;
}

.hp_why .hp_keyword {
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0.5vw;
}

.why_box {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 2vw 0vw 0vw 0vw;
    margin: 0vw 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.whyBorder {
    padding: 0;
}

.whyBorder2 {
    padding: 0;
    margin-left: 0vw;
    transform: translate(5vw, 0px);
}

.why_icon {
    width: 120px;
    margin-bottom: 0.5vw;
    margin: 0 auto;
}

.why_box:hover .why_icon {
    animation: 1s swing;
}

.why_box:hover .why_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.hp_why .subtitle_all {
    font-size: 22px;
    font-weight: 800;
    color: #662d91;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-bottom: 0vw;
    padding: 1.5vw 0vw 1vw 0vw;
}

.hp_why .content_all {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: color 0.3s ease-in-out;
    margin-top: 0vw;
    line-height: 1.6;
    padding: 0vw 2.5vw 0vw 2.5vw;
}

@media screen and (max-width: 1300.5px){
    .hp_why_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 15%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 17%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why .hp_big_title {
        font-size: 20px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 2vw;
        text-align: center;
        letter-spacing: 1px;
    }
    
    .hp_why .hp_big_title span {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;  
        display: inline-block;
        z-index: 1;       
    }
    
    .hp_why_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 43%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }
    
    .why_icon {
        width: 80px;
        margin-bottom: 0.5vw;
        margin: 0 auto;
    }
    
    .hp_why .subtitle_all {
        font-size: 16px;
        font-weight: 800;
        color: #662d91;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-bottom: 0vw;
        padding: 1.5vw 0vw 1vw 0vw;
    }
    
    .hp_why .content_all {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        transition: color 0.3s ease-in-out;
        margin-top: 0vw;
        line-height: 1.6;
        padding: 0vw 2.5vw 0vw 2.5vw;
    }
    
    .hp_why {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 767.5px) {
    html:lang(en) .hp_why .hp_big_title span {
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
}

/*hp_client*/

.hp_client {
    padding: 5vw 9vw 1vw 9vw;
    position: relative;
    z-index: 2;
}

.hp_client_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 9%;
    margin: 0 auto;
    margin-bottom: 1vw;
}

html:lang(en) .hp_client_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 1vw;
}

.hp_client_content_wrapper .element-img {
    width: 8px;               
    height: auto;             
}

.hp_client .hp_small_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0vw;
}

.hp_client .hp_big_title {
    font-size: 32px;
    font-weight: 600;
    color: #662d91;
    margin-bottom: 1.5vw;
    text-align: center;
    letter-spacing: 1px;
}

.hp_client .hp_big_title span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;  
    display: inline-block;
    z-index: 1;       
}

.hp_client .hp_big_title span::after {
    content: "";
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124%;
    height: 40%;
    background-image: linear-gradient(to right, rgba(248, 239, 248, 0), rgba(230, 195, 230, 1), rgba(248, 239, 248, 0));
    z-index: -1;
}

.hp_client .hp_keyword {
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0.5vw;
}

.ex_hp_googleReviewDefault .hpGoogleReviewItems {
    width: 100%;
    height: 368px;
    margin: 10px;
    padding: 30px 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
    position: relative;
    background: #fff;
}

/*gallery*/

.index_wrapper_6 {
    position: relative;
}

.index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66%;
    background-color: #f6f3fa;
    border-radius: 45px;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 2vw 0vw 2vw;
}

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    padding: 0px;
    transition: all 0.7s;
    border-radius: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
}

.photo-0-gallery .slick-slide {
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.photo-0-gallery .slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.photo-0-gallery .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1768882903E_Button1.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1768882911E_Button2.png);
    width: 35PX;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: 3.5vw !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 4.5vw !important;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

@media screen and (max-width: 1300.5px){
    .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 10%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 17%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 12%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 22%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_client .hp_big_title {
        font-size: 20px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 2vw;
        text-align: center;
        letter-spacing: 1px;
    }
    
    .hp_client .hp_big_title span {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;  
        display: inline-block;
        z-index: 1;       
    }
    
    .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 33%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }
    
    .hp_client {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        z-index: 1;
        left: -3.5vw !important;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -2.5vw !important;
    }
    
    html:lang(en) .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 47%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .ex_hp_googleReviewDefault {
        width: 100%;
        padding: 0vw 5vw 0vw 5vw;
    }
}

@media screen and (max-width: 426px) {
    html:lang(en) .hp_client_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 59%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 3vw 9vw 3vw 9vw;
    position: relative;
    z-index: 2;
}

.hp_services::after {
    content: "";
    position: absolute;
    top: 8%;
    right: -23px;
    transform: translateY(-50%);
    width: 218px;
    height: 218px;
    background-image: url(https://cdn1.npcdn.net/img/1768883859F_Element.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 2;
}

.hp_services_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 11%;
    margin: 0 auto;
    margin-bottom: 1vw;
}

html:lang(en) .hp_services_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 17%;
    margin: 0 auto;
    margin-bottom: 1vw;
}

.hp_services_content_wrapper .element-img {
    width: 8px;               
    height: auto;             
}

.hp_services .hp_small_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0vw;
}

.hp_services .hp_big_title {
    font-size: 32px;
    font-weight: 600;
    color: #662d91;
    margin-bottom: 1.5vw;
    text-align: center;
    letter-spacing: 1px;
}

.hp_services .hp_big_title span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;  
    display: inline-block;
    z-index: 1;       
}

.hp_services .hp_big_title span::after {
    content: "";
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124%;
    height: 40%;
    background-image: linear-gradient(to right, rgba(248, 239, 248, 0), rgba(230, 195, 230, 1), rgba(248, 239, 248, 0));
    z-index: -1;
}

.hp_services .hp_keyword {
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0.5vw;
}

.services_box {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 2vw 0vw 0vw 0vw;
    margin: 0vw 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.servicesBorder {
    padding: 0px 25px;
}

.services_icon {
    width: 100%;
    margin-bottom: 0.5vw;
    margin: 0 auto;
}

/*.services_box:hover .services_icon {*/
/*    animation: 1s swing;*/
/*}*/

/*.why_box:hover .why_icon {*/
/*    animation: swing 1s ease;*/
/*    animation-fill-mode: both;*/
/*}*/

.hp_services .subtitle_all {
    font-size: 22px;
    font-weight: 800;
    color: #662d91;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-bottom: 0vw;
    padding: 1.5vw 0vw 1vw 0vw;
}

.hp_services .content_all {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: color 0.3s ease-in-out;
    margin-top: 0vw;
    line-height: 1.6;
    padding: 0vw 0vw 0vw 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 12%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 21%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 14%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 26%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_services .hp_big_title {
        font-size: 24px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 1.5vw;
        text-align: center;
        letter-spacing: 1px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services .hp_big_title {
        font-size: 20px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 2vw;
        text-align: center;
        letter-spacing: 1px;
    }
    
    .hp_services .hp_big_title span {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;  
        display: inline-block;
        z-index: 1;       
    }
    
    .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 34%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_services::after {
        content: "";
        position: absolute;
        top: 0%;
        right: -9px;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        background-image: url(https://cdn1.npcdn.net/img/1768883859F_Element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        z-index: 2;
    }
    
    .hp_services {
        padding: 3vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    html:lang(en) .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 59%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_services .hp_big_title {
        font-size: 19px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 1.5vw;
        text-align: center;
        letter-spacing: 0px;
    }
    
    .servicesBorder {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 426px) {
    .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 39%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    html:lang(en) .hp_services_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 69%;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_services .hp_big_title span {
        font-size: 27px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
}

/*hp_contact*/

.index_wrapper_8 {
    padding: 5vw 0vw 4vw 0vw;
}

.hp_contact {
    padding: 3vw 5vw 0vw 0vw;
    position: relative;
    z-index: 2;
    margin-left: -30px;
}

.hp_contact_content_wrapper {
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    border-radius: 30px;
    width: 15%;
    /* margin: 0 auto; */
    margin-bottom: 0.5vw;
}

.hp_contact_content_wrapper .element-img {
    width: 8px;               
    height: auto;             
}

.hp_contact .hp_small_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0vw;
}

.hp_contact .hp_big_title {
    font-size: 32px;
    font-weight: 600;
    color: #662d91;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_contact .hp_big_title span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;  
    display: inline-block;
    z-index: 1;       
}

.hp_contact .hp_big_title span::after {
    content: "";
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124%;
    height: 40%;
    background-image: linear-gradient(to right, rgba(248, 239, 248, 0), rgba(230, 195, 230, 1), rgba(248, 239, 248, 0));
    z-index: -1;
}

.hp_contact .hp_keyword {
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 0px 0;
    margin-left: 0vw;
    padding: 0vw 11vw 0px 0vw;
    width: 100%;
}

.ex_hpcontact_formonly .subtitle {
    color: #6c757d !important;
    display: none !important;
}

.ex_hpcontact_formonly .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ex_hpcontact_formonly .title {
    font-size: 19px;
    margin-bottom: 10px;
    display: none;
}

.ex_hpcontact_formonly .fa, .ex_hpcontact_formonly .fas {
    font-weight: 900;
    display: none;
}

.ex_hpcontact_formonly .btn {
    font-size: 1vw !important;
    color: #fff !important;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #662d91 !important;
    border-color: #662d91 !important;
    padding: 0.5vw 1.3vw !important;
    border-radius: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 15%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 19%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_contact .hp_big_title span {
        font-size: 42px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 17%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 23%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_contact .hp_big_title span {
        font-size: 33px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 3vw 5vw 0vw 5vw;
        position: relative;
        z-index: 2;
        margin-left: 0px;
    }
    
    .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 33%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    .hp_contact .hp_big_title {
        font-size: 20px;
        font-weight: 600;
        color: #662d91;
        margin-bottom: 2vw;
        letter-spacing: 1px;
    }
    
    .hp_contact .hp_big_title span {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;  
        display: inline-block;
        z-index: 1;       
    }
    
    .ex_hpcontact_formonly {
        margin: 0px 0;
        margin-left: 0vw;
        padding: 0vw 12vw 2vw 12vw;
        width: 100%;
    }
    
    .ex_hpcontact_formonly .btn {
        font-size: 3vw !important;
        color: #fff !important;
    }
    
    .ex_hpcontact_formonly .btn-primary {
        background-color: #662d91 !important;
        border-color: #662d91 !important;
        padding: 1.5vw 3.3vw !important;
        border-radius: 0px;
    }
    
    html:lang(en) .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 30%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_contact .hp_big_title span {
        font-size: 26px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
}

@media screen and (max-width: 426px) {
    html:lang(en) .hp_contact_content_wrapper {
        background-color: #662d91;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 3px;
        border-radius: 30px;
        width: 38%;
        /* margin: 0 auto; */
        margin-bottom: 0.5vw;
    }
    
    html:lang(en) .hp_contact .hp_big_title span {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
}

/*hp_contactImg*/

.hp_contactImg {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
}

.hp_contactImg .hp_contact_img {
    width: 85%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: 4vw;
}

@media screen and (max-width: 1200.5px) {
    .hp_contactImg .hp_contact_img {
        width: 96%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
}

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

@media screen and (max-width: 767.5px) {
    .hp_contactImg {
        padding: 2vw 5vw 0vw 5vw;
        position: relative;
    }

    .hp_contactImg .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
}

/*hp_sub*/

.hp_sub{
    background-color:#f6f3fa;
    padding: 4vw 0vw 4vw 9vw;
    overflow:hidden;
}

.hp_sub .row{
    align-items: center;
}

.hp_sub_title {
    font-size: 36px;
    font-weight: 600;
    color: #662d91;
    letter-spacing: 4px;
    margin-bottom: 1.5vw;
}

.hp_sub_content{
    font-size: 16px;
    font-weight: 600;
    color: #662d91;
    line-height: 1.8;
}

.hp_sub_subbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hp_sub_subbox input{
    width: 25vw;
    border: 1px solid transparent;
    height: 2.5rem;
    padding: 0px 1rem;
    margin: 0;
}

.hp_sub_subbox button {
    height: 2.5rem;
    background-color: #662d91;
    border: 1px solid #662d91;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    width: 121px;
}

@media screen and (max-width: 991.5px){
    .hp_sub_subbox{
        margin-top:2rem;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767.5px){
    .hp_sub{
        padding:12% 3%;
    }
    .hp_sub_content br{
        display:none;
    }
    .hp_sub_subbox input{
        width:68%;
    }
    
    .hp_sub{
        /*background-color:#000;*/
        padding: 6vw 5vw 8vw 5vw;
        overflow:hidden;
    }
    
    .hp_sub_title {
        font-size: 25px;
        font-weight: 600;
        color: #662d91;
        letter-spacing: 4px;
        margin-bottom: 1.5vw;
    }
    
    .hp_sub_subbox {
        margin-top: 0.5rem;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 426px){
    html:lang(en) .hp_sub_subbox button {
        height: 2.5rem;
        background-color: #662d91;
        border: 1px solid #662d91;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        width: 121px;
    }
}

/*footer*/

.footer_type7 {
    background-color: transparent;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

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

.footer_type7 .line {
    width: 130%;
    max-width: none;
    height: 1px;
    background-color: #662d91;
    margin: 0 auto 15px auto;
    display: block;
    margin-left: -162px;
}

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

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

.footer_type7  .footerMove {
    margin-top: -3vw;
}

.footer_type7 .title h5 {
    font-weight: 800;
    color: #662d91;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type7 .location i {
    margin-top: 5px;
    margin-right: 5px;
    color: #662d91;
}

.footer_type7 .fa-phone:before {
    content: "\f095";
    color: #662d91;
}

.footer_type7 .fa-envelope:before {
    content: "\f0e0";
    color: #662d91;
}

.footer_type7 .fa-facebook-f::before {
    content: "\f39e";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background: #662d91;
    border-radius: 50%;
}

.footer_type7 .fa-instagram:before {
    content: "\f16d";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background: #662d91;
    border-radius: 50%;
}

.footer_type7 .fa-youtube:before {
    content: "\f167";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background: #662d91;
    border-radius: 50%;
}

.footer_type7 .text-muted {
    color: #000 !important;
}

@media screen and (max-width: 1200.5px){
    .footer_type7 .line {
        width: 100%;
        max-width: none;
        height: 1px;
        background-color: #662d91;
        margin: 0 auto 15px auto;
        display: block;
        margin-left: 0px;
    }
}

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

@media screen and (max-width: 767.5px){
    .productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
        opacity: 1;
        position: absolute;
        bottom: 0px;
        left: 50%;     
        transform: translateX(-50%);
        width: calc(90% - 30px);
        margin: 0px 0px;
        z-index: 5;
        border-radius: 0px;
    }

    .productSlider-1 .btn {
        padding: 0.1rem .75rem;
    }
    
    .productSlider-1 .product_img .product_box .product_img_frame img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 33%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        border-radius: 10px;
    }
    
    .fa-shopping-cart:before {
        content: "\f07a";
        font-size: 11px;
    }
    
    .productSlider-1 .product_img .product_box {
        margin: 9px;
        border: 5px solid transparent;
        background-color: white;
    }
}

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

.product_list_5 .product_box .product_des .price small {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 13px;
}

