a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 95px;
    margin-top: 0px;
    background: #fffaf6;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 10px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: -1.5vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 0vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 800;
    color: #5c4638;
    padding: 15px 20px;
    text-transform: uppercase;
}

html:lang(en) .navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    font-weight: 800;
    color: #5c4638;
    padding: 15px 20px;
    text-transform: uppercase;
}

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

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.8vw;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 4px; 
    background-color: #2e130e;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #2e130e;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8.navbar_height.dark_nav {
   background: #fff !important;
}

@media screen and (max-width: 1300.5px){
    html:lang(en) .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
        font-weight: 800;
        color: #5c4638;
        padding: 15px 12px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200.5px){
    html:lang(en) .navbar_type8 .nav_tab .nav_item a {
        font-size: 10px;
        font-weight: 800;
        color: #5c4638;
        padding: 15px 8px;
        text-transform: uppercase;
    }
}

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

@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: 20vw;
    left: 8vw;
    width: 42%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 2vw;
}

.hp_banner_title {
    font-size: 43px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    margin-bottom: 3vw;
    position: relative;
    display: inline-block;
}

.hp_banner_title::after {
    content: "";
    display: inline-block;
    width: 110px;
    height: 110px;
    background-image: url(https://cdn1.npcdn.net/img/1780884863A-BANNER-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 19%;
    left: 78%;
    /* margin-left: -17%; */
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    animation: svgLikeDraw 2.5s ease-in-out infinite;
}

@keyframes svgLikeDraw {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(-10deg);
    }

    30% {
        opacity: 1;
        transform: scale(1.05) rotate(3deg);
    }

    60% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: scale(1.1) rotate(5deg);
    }
}

.hp_banner_text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-bottom: 1vw;
}

.n_bannerImg {
    position: absolute;
    width: 29%;
    top: 4vw;
    right: 14.5vw;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
}

.n_bannerImg img {
    display: block;
    width: 100%;
    height: auto;
}

.hp_banner_content {
    position: absolute;
    bottom: 7vw;
    right: 29.5vw;
    margin: 0;
    color: #000;
    background-color: #f7d7b0;
    border: 1px solid #ee9937;
    border-radius: 20px;
    padding: 15px 20px 30px 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    z-index: 10;
}

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

@media screen and (max-width: 1200.5px){
    .hp_banner_title {
        font-size: 39px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        margin-bottom: 3vw;
        position: relative;
        display: inline-block;
    }
    
    .hp_banner_text {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 29%;
        top: 4vw;
        right: 9.5vw;
        border-radius: 10px;
        z-index: 0;
        overflow: hidden;
    }
    
    .hp_banner_content {
        position: absolute;
        bottom: 6vw;
        right: 24.5vw;
        margin: 0;
        color: #000;
        background-color: #f7d7b0;
        border: 1px solid #ee9937;
        border-radius: 20px;
        padding: 15px 20px 30px 20px;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6;
        z-index: 10;
    }
    
    .hp_banner_title::after {
        content: "";
        display: inline-block;
        width: 110px;
        height: 110px;
        background-image: url(https://cdn1.npcdn.net/img/1780884863A-BANNER-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 14%;
        left: 77%;
        /* margin-left: -17%; */
        vertical-align: middle;
        position: absolute;
        z-index: -1;
        animation: svgLikeDraw 2.5s ease-in-out infinite;
    }
    
    html:lang(en) .n_bannerInnerGroup {
        position: absolute;
        top: 14vw;
        left: 8vw;
        width: 45%;
        text-align: left;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    html:lang(en) .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    html:lang(en) .hp_banner_text {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .hp_banner_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        margin-bottom: 2vw;
        position: relative;
        display: inline-block;
    }
    
    .hp_banner_text {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    
    .hp_banner_content {
        position: absolute;
        bottom: 6vw;
        right: 24.5vw;
        margin: 0;
        color: #000;
        background-color: #f7d7b0;
        border: 1px solid #ee9937;
        border-radius: 20px;
        padding: 15px 20px 15px 20px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
        z-index: 10;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 28%;
        top: 37.5vw;
        right: 10.5vw;
        border-radius: 10px;
        z-index: 0;
        overflow: hidden;
    }
    
    .hp_banner_content {
        position: absolute;
        bottom: 6vw;
        right: 24.5vw;
        margin: 0;
        color: #000;
        background-color: #f7d7b0;
        border: 1px solid #ee9937;
        border-radius: 20px;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.6;
        z-index: 10;
    }
    
    .hp_banner_title::after {
        content: "";
        display: inline-block;
        width: 75px;
        height: 75px;
        background-image: url(https://cdn1.npcdn.net/img/1780884863A-BANNER-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 17%;
        left: 77%;
        /* margin-left: -17%; */
        vertical-align: middle;
        position: absolute;
        z-index: -1;
        animation: svgLikeDraw 2.5s ease-in-out infinite;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerImg {
        position: absolute;
        width: 31%;
        top: 46vw;
        right: 10.5vw;
        border-radius: 10px;
        z-index: 0;
        overflow: hidden;
    }
    
    .hp_banner_content {
        position: absolute;
        bottom: 9vw;
        right: 24.5vw;
        margin: 0;
        color: #000;
        background-color: #f7d7b0;
        border: 1px solid #ee9937;
        border-radius: 20px;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.6;
        z-index: 10;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerImg {
        position: absolute;
        width: 37%;
        top: 54vw;
        right: 10.5vw;
        border-radius: 10px;
        z-index: 0;
        overflow: hidden;
    }
}

/*hp_about*/

.hp_about {
    padding: 6vw 7vw 3vw 7vw;
    position: relative;
    z-index: 2;
}

.hp_about_img {
    width: 82%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 0vw;
    margin-left: 0vw;
}

.hp_about_box {
    padding: 0.5vw 0vw 0vw 0vw;
}

.hp_about .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_about .hp_big_title {
    font-size: 32px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 0vw 0vw;
}

.aboutBorder {
    padding: 5px 10px;
    transition: transform 0.35s;
    will-change: transform;
}

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

.hp_about .hp_about_text {
    font-size: 18px;
    font-weight: 500;
    color: #5c4638;
    line-height: 1.5;
    position: relative;
    margin-bottom: 1vw;
    background-color: #fff;
    border: 2px solid #f7f1eb;
    border-radius: 35px;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hp_about .hp_about_text::before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 70px;
    color: #f7f1eb;
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

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

@media screen and (max-width: 1200.5px){
    .hp_about .hp_about_text {
        font-size: 14px;
        font-weight: 500;
        color: #5c4638;
        line-height: 1.5;
        position: relative;
        margin-bottom: 1vw;
        background-color: #fff;
        border: 2px solid #f7f1eb;
        border-radius: 35px;
        padding: 40px 30px 40px 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
        margin-bottom: 5vw;
    }
    
    .hp_about .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        padding: 1vw 0vw 0vw 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_about_text {
        font-size: 17px;
        font-weight: 500;
        color: #5c4638;
        line-height: 1.5;
        position: relative;
        margin-bottom: 1vw;
        background-color: #fff;
        border: 2px solid #f7f1eb;
        border-radius: 35px;
        padding: 40px 30px 40px 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
    
    .hp_about .hp_about_text br {
        display: none;
    }
}

/*hp_services*/

.hp_services {
    padding: 6vw 12vw 6vw 12vw;
    position: relative;
    z-index: 2;
    background-image: url(https://cdn1.npcdn.net/img/1780889314C-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_services .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_services .hp_big_title {
    font-size: 32px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_services .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 1vw 0vw;
}

.hp_services .servicesBorder {
    position: relative;
    padding: 15px 15px;
    transition: transform 0.35s;
    will-change: transform;
}

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

.hp_services_group {
    background-color: #fcf9f6;
    border-radius: 35px;
    padding: 0px 0px 30px 0px;
    position: relative;
}

.hp_services_img {
    width: 100%;
    flex-shrink: 0;
}

.hp_services_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 35px 35px 0px 0px;
}

.hp_services_title {
    font-size: 25px;
    font-weight: 600;
    color: #664d3b;
    text-align: center;
    line-height: 1.1;
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
}

.hp_services .hp_services_text {
    font-size: 16px;
    font-weight: 500;
    color: #eecca6;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0vw;
    padding: 0vw 1vw 0vw 1vw;
}

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

@media screen and (max-width: 1200.5px){
    .hp_services {
        padding: 6vw 8vw 6vw 8vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1780889314C-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 2vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1780889314C-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    .hp_services .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        padding: 1vw 0vw 1vw 0vw;
    }
    
    .hp_services_title {
        font-size: 25px;
        font-weight: 600;
        color: #664d3b;
        text-align: center;
        line-height: 1.1;
        position: relative;
        margin-top: 5vw;
        margin-bottom: 1vw;
    }
    
    .hp_services_group {
        background-color: #fcf9f6;
        border-radius: 35px;
        padding: 0px 0px 25px 0px;
        position: relative;
    }
}

/*hp_why*/

.hp_why {
    padding: 3vw 12vw 4vw 12vw;
    position: relative;
    z-index: 2;
}

.hp_why_img {
    width: 98%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 0vw;
    margin-left: -3vw;
}

.hp_why_img img {
    border-radius: 10px;
}

.hp_why_box {
    padding: 0vw 0vw 0vw 0vw;
}

.hp_why .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_why .hp_big_title {
    font-size: 30px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0.5vw;
}

html:lang(en) .hp_why .hp_big_title {
    font-size: 30px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0.5vw;
    padding: 0vw 2vw 0vw 0vw;
}

.why_right {
    padding: 0vw 6vw 0vw 0vw;
}

.whyBorder {
    padding: 10px 0px;
}

.hp_why_box2 {
    display: flex;
    gap: 25px;
    background-color: #fff;
    border: 1px solid #f7f1eb;
    border-radius: 35px;
    padding: 20px 30px 20px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hp_why .why_numbers {
    font-size: 16px;
    font-weight: 500;
    color: #b0835d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    /* border: 1px solid #c9ad91; */
    border-radius: 50%;
    background: #f1e7d9;
    line-height: 1;
    box-sizing: border-box;
}

.hp_why .why_title {
    font-size: 24px;
    font-weight: 600;
    color: #5c4638;
    line-height: 1.3;
}

.hp_why .why_text {
    font-size: 14px;
    font-weight: 400;
    color: #7a6757;
    line-height: 1.6;
    margin-bottom: 0.5vw;
}

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

@media screen and (max-width: 1200.5px){
    .hp_why {
        padding: 3vw 8vw 4vw 8vw;
        position: relative;
        z-index: 2;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 0vw 5vw 4vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .why_right {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_why .why_title {
        font-size: 18px;
        font-weight: 600;
        color: #5c4638;
        line-height: 1.3;
    }
    
    .hp_why_box2 {
        display: flex;
        gap: 12px;
        background-color: #fff;
        border: 1px solid #f7f1eb;
        border-radius: 35px;
        padding: 20px 25px 20px 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
    
    .hp_why_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 4vw;
        margin-left: 0vw;
    }
}

/*hp_team*/

.hp_team {
    padding: 8vw 12vw 10vw 12vw;
    position: relative;
    z-index: 2;
    background-image: url(https://cdn1.npcdn.net/img/1780892141e-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_team .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_team .hp_big_title {
    font-size: 32px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_team .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 1vw 0vw;
}

.hp_team .teamBorder {
    position: relative;
    padding: 15px 15px;
    transition: transform 0.25s ease;
    cursor: pointer;
}

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

.hp_team_group {
    background-color: transparent;
    padding: 0px 0px 30px 0px;
    position: relative;
}

.hp_team_img {
    width: 100%;
    flex-shrink: 0;
}

.hp_team_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.hp_team_group.second_team {
    margin-top: 80px;
}

.hp_team_title {
    font-size: 20px;
    font-weight: 600;
    color: #5c4638;
    text-align: left;
    line-height: 1.1;
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    text-transform: uppercase;
}

.hp_team .hp_team_text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0vw;
}

#tin-profile,
#sin-profile,
#cheryl-profile{
    scroll-margin-top: 120px;
}

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

@media screen and (max-width: 1200.5px){
    .hp_team {
        padding: 8vw 8vw 10vw 8vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1780892141e-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_team .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_team {
        padding: 5vw 5vw 1vw 5vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1780892141e-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/*hp_package*/

.hp_package {
    padding: 5vw 12vw 6vw 12vw;
    position: relative;
    z-index: 2;
}

.hp_package .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_package .hp_big_title {
    font-size: 32px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_package .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 1vw 0vw;
}

.hp_package .packageBorder {
    position: relative;
    padding: 15px 15px;
    transition: transform 0.25s ease;
    cursor: pointer;
}

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

.hp_package_group {
    background-color: #fff;
    border: 1px solid #f7f1eb;
    border-radius: 35px;
    padding: 20px 30px 35px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.hp_package .hp_package_subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0vw;
}

.hp_package_title {
    font-size: 20px;
    font-weight: 600;
    color: #5c4638;
    text-align: left;
    line-height: 1.1;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 2vw;
    text-transform: uppercase;
}

.hp_package_price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0vw;
}

.hp_package_price span {
    font-size: 46px;
}

.hp_package .hp_package_text {
    font-size: 16px;
    font-weight: 400;
    color: #877667;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0vw;
}

.packageBorder:first-child .hp_package_group{
    /*background: #6d4f3b;*/
    background: linear-gradient(to bottom, #735440 0%, #886650 100%);
}

.packageBorder:nth-child(2) .hp_package_group {
    margin-top: 35px;
}

.packageBorder:nth-child(3) .hp_package_group {
    margin-top: 35px;
}

.packageBorder:nth-child(4) .hp_package_group {
    margin-top: 35px;
}

.hp_package .hp_package_subtitle {
    display: inline-block;
    padding: 12px 24px;
    background: #e8ddcf;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #9c6b42;
    margin-top: 20px;
    margin-bottom: 30px;
}

.packageBorder:first-child .hp_package_subtitle{
    background: rgba(255,255,255,.15);
    color: #fff;
}

.packageBorder:first-child .hp_package_title{
    color: #fff;
}

.hp_package_price{
    font-size: 24px;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.hp_package_price span {
    font-size: 55px;
    line-height: .85;
    font-weight: 500;
    margin-left: 5px;
}

.packageBorder:first-child .hp_package_price,
.packageBorder:first-child .hp_package_price span{
    color: #fff;
}

.packageBorder:first-child .hp_package_text{
    color: rgba(255,255,255,.9);
}

.n_packageViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #f5d4ad;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 7.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

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

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

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

.n_packageViewMore2 {
    font-size: 14px;
    font-weight: 500;
    color: #877667;
    background-color: #f1e6d8;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 7.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

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

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

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

@media screen and (max-width: 1300.5px){
    .hp_package_price span {
        font-size: 44px;
        line-height: .85;
        font-weight: 500;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_package {
        padding: 5vw 8vw 6vw 8vw;
        position: relative;
        z-index: 2;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_package {
        padding: 0vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_package .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_package .hp_keyword {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        padding: 1vw 0vw 0vw 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_package .packageBorder {
        position: relative;
        padding: 10px 15px;
        transition: transform 0.25s ease;
        cursor: pointer;
    }
    
    .n_packageViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        background-color: #f5d4ad;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9.2vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .n_packageViewMore2 {
        font-size: 14px;
        font-weight: 500;
        color: #877667;
        background-color: #f1e6d8;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9.2vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_package_price {
        font-size: 24px;
        font-weight: 400;
        color: #333;
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .packageBorder:nth-child(2) .hp_package_group {
        margin-top: 0px;
    }
    
    .packageBorder:nth-child(3) .hp_package_group {
        margin-top: 0px;
    }
    
    .packageBorder:nth-child(4) .hp_package_group {
        margin-top: 0px;
    }
}

/*hp_self*/

.index_wrapper_6 {
    padding: 6vw 12vw 0vw 12vw;
    position: relative;
    background-color: #fbf7f1;
}

.hp_self {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_self .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #c9ad91;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_self .hp_big_title {
    font-size: 32px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_self .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 0vw 0vw;
}

@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){
    .index_wrapper_6 {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        background-color: #fbf7f1;
    }
    
    .hp_self .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_self .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        padding: 1vw 0vw 0vw 0vw;
    }
}

/*hp_self*/

.index_wrapper_7 {
    padding: 2vw 17vw 5vw 17vw;
    position: relative;
    background-color: #fbf7f1;
}

.hp_self2 {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 2;
}

.row.outerRow_7 {
    position: relative;
    background-color: #faf7f1;
    border: 2px dashed #eadfce;
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
    border-radius: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hp_self_box2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_self_box2 img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.hp_self_title2 {
    margin: 0;
}

.hp_self2 .hp_self_title {
    font-size: 30px;
    font-weight: 500;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_self2 .hp_self_text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 1vw 0vw;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 0px 0;
    padding: 0vw 1vw 0vw 1vw;
}

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

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

.contact .form-group:nth-child(4),
.contact .form-group:nth-child(5) {
    display: none;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact .form-group:nth-child(1),
.contact .form-group:nth-child(2),
.contact .form-group:nth-child(3) {
    flex: 0 0 calc((100% - 30px) / 3);
}

.contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: 1rem .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: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact button[type="submit"] {
    width: fit-content;
    margin-top: -30px;
    flex-basis: 100%;
    border-radius: 35px;
}

.contact .fa-paper-plane:before {
    content: "\f1d8";
    display: none;
}

@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){
    .index_wrapper_7 {
        padding: 0vw 8vw 5vw 8vw;
        position: relative;
        background-color: #fbf7f1;
    }
    
    .hp_self2 .hp_self_title {
        font-size: 19px;
        font-weight: 500;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_self2 .hp_self_text {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        padding: 1vw 0vw 1vw 0vw;
    }
    
    .row.outerRow_7 {
        position: relative;
        background-color: #faf7f1;
        border: 2px dashed #eadfce;
        padding: 5vw 5vw 5vw 5vw;
        border-radius: 35px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
    
    .contact {
        display: block;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .contact button[type="submit"] {
        width: fit-content;
        margin-top: 0px;
        flex-basis: 100%;
        border-radius: 35px;
    }
}

/*hp_healing*/

.index_wrapper_10 {
    padding: 6vw 17vw 0vw 17vw;
    position: relative;
}

.hp_healing {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_healing .hp_small_title {
    font-size: 16px;
    font-weight: 700;
    color: #edcaa2;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_healing .hp_big_title {
    font-size: 32px;
    font-weight: 900;
    color: #5c4638;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_healing .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    padding: 1vw 0vw 0vw 0vw;
}

@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){
    .index_wrapper_10 {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_healing .hp_big_title {
        font-size: 28px;
        font-weight: 900;
        color: #5c4638;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_healing .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        padding: 1vw 0vw 0vw 0vw;
    }
}

/*hp_healing2*/

/*.index_wrapper_11 {*/
/*    padding: 2vw 17vw 5vw 17vw;*/
/*    position: relative;*/
/*}*/

/*.hp_healing2 {*/
/*    padding: 2vw 2vw 2vw 2vw;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background-color: #70513e;*/
/*    border-radius: 35px;*/
/*    margin-bottom: 2vw;*/
/*}*/

/*.hp_healing2 .hp_small_title {*/
/*    font-size: 12px;*/
/*    font-weight: 300;*/
/*    color: #fff;*/
/*    line-height: 1.2;*/
/*    margin-bottom: 1vw;*/
/*    letter-spacing: 3px;*/
/*}*/

/*.hp_healing2 .hp_big_title {*/
/*    font-size: 40px;*/
/*    font-weight: 500;*/
/*    color: #fff;*/
/*    line-height: 1.2;*/
/*    position: relative;*/
/*    margin-bottom: 0vw;*/
/*}*/

/*.hp_healing2 .hp_keyword {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    line-height: 1.6;*/
/*    padding: 1vw 0vw 0vw 0vw;*/
/*}*/

/*.row.outerRow_11 {*/
/*    position: relative;*/
/*    background-color: #fff;*/
/*    padding: 2.5vw 2.5vw 2.5vw 2.5vw;*/
/*    border-radius: 35px;*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);*/
/*}*/

/*@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){*/
/*}*/

/*footer*/

.footer_type7 {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1780845411footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #000;
    padding-top: 5rem !important;
    padding-bottom: 1.5rem;
    overflow: hidden !important;
}

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

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

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

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

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

.footer_type7 .row > div.col-md-3:nth-of-type(2) {
    /*margin-top: -7vw;*/
    text-align: center;
}

.footer_type7 .row > div.col-md-3:nth-of-type(2) .title {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
    justify-content: center;
}

.footer_type7 .row > div.col-md-4:nth-of-type(3) .title {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
    justify-content: center;
}

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

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

/*new*/

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

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 {
    display: flex;
    align-items: center;   
    gap: 5px;             
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 .logo.title {
    flex: 0 0 auto;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 .logo.title img {
    width: 80px; 
    height: auto;
    display: block;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer_type7 .row > div.col-md-3:nth-of-type(2) .title {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
    justify-content: center;
    width: 100%;
}

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

.footer_type7 .row > div.col-md-4:nth-of-type(3) .title {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
    justify-content: center;
    width: 100%;
}

@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){
    .footer_type7 .row > div.col-md-3:nth-of-type(2) {
        /*margin-top: -7vw;*/
        text-align: left;
    }
    
    .footer_type7 .row > div.col-md-3:nth-of-type(2) .title {
        min-height: 40px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
        justify-content: flex-start;
    }
    
    .footer_type7 .row > div.col-md-4:nth-of-type(3) .title {
        min-height: 40px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
        justify-content: flex-start;
    }
}

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