a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 150px;
    margin-top: 0px;
    background: transparent;
    background-image: url('https://cdn1.npcdn.net/img/1776907269nav-bar-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*border-bottom: 1px solid #ccc;*/
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 8px 16px;
    text-transform: uppercase;
}

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    background-color: #bb8832;
    border-radius: 25px;
    padding: 8px 20px;
}

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

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

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

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

.navbar_type8.navbar_height.dark_nav .nav_item:last-child a {
    color: #fff;
    background-color: #e0ac56;
    border-radius: 25px;
    padding: 8px 20px;
}

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Libre Baskerville', serif;
        font-size: 11px;
        font-weight: 500;
        color: #000;
        padding: 8px 13px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        color: #fff;
        background-color: #bb8832;
        border-radius: 25px;
        padding: 8px 13px;
    }
    
    .navbar_type8 .logo img {
        width: 100% !important;
        padding: 0px;
        object-fit: contain;
    }
}

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

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

/*Video*/

/*.video_group {*/
/*    position: relative;*/
/*    z-index: -1;*/
/*}*/

/*.video {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*}*/

.customVideo {
position: relative;
}
.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 4rem;
}
.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button.paused {
    background: rgba(256,256,256,1);
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 1.5rem;
}
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
@media only screen and (max-width: 768px) {
.videoPlay {
    bottom: 1rem;
    right: 3.5rem;
}
.videoMute {
    bottom: 1rem;
    right: 1rem;
}
}

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

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

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

/*hp_about*/

.hp_about {
    padding: 4.5vw 5vw 5vw 0vw;
    position: relative;
}

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

.hp_about_right {
    padding: 8.5vw 0vw 0vw 4vw;
    margin-top: 0vw;
}

.hp_about .hp_big_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 1.3;
    position: relative;
}

.hp_about .hp_big_title::after {
    content: "";
    display: block;
    width: 34%;
    height: 12px;
    margin-top: 12px;
    background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hp_about .hp_keyword {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0vw 4.5vw 0vw 0vw;
}

.n_aboutViewMore {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    height: 3.5vw;
    width: 18.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    cursor: pointer;
    border-radius: 35px;
    background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
    border: 3px solid transparent;
    transition: all 0.25s linear;
}

.n_aboutViewMore:hover {
    color: #fff;
    background: linear-gradient(#4f3612, #e0ac56) padding-box, linear-gradient(to left, #e0ac56, #a46f18) border-box;
    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);
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #333;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 0vw 0.5vw 0vw 0vw;
    }
    
    .hp_about .hp_big_title::after {
        content: "";
        display: block;
        width: 44%;
        height: 12px;
        margin-top: 12px;
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
    }
    
    .hp_about_right {
        padding: 3vw 0vw 0vw 2vw;
        margin-top: 0vw;
    }
    
    .n_aboutViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 4.5vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 22px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
    }
    
    .hp_about .hp_big_title::after {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        margin-top: 5px;
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_about_right {
        padding: 4vw 4vw 2vw 4vw;
        margin-top: 0vw;
    }
    
    .n_aboutViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 9.5vw;
        width: 38.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

@media screen and (max-width: 428px) {
    .n_aboutViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 11.5vw;
        width: 42.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

/*hp_services*/

.hp_services {
    padding: 5vw 7.5vw 5vw 7.5vw;
    position: relative;
    background-color: #f8f5f0;
}

.hp_services .hp_big_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 1.3;
    position: relative;
    text-align: center; 
    margin-bottom: 1vw;
}

.hp_services .hp_big_title::after {
    content: "";
    display: block;
    width: 34%;
    height: 12px;
    margin: 12px auto 0; 
    background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_services .servicesBorder {
    position: relative;
    overflow: hidden;
    padding: 15px 15px;
    transition: transform 0.35s ease;
}

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

.hp_services .servicesBorder img {
    width: 100%;
    display: block;
}

.hp_services .service_box {
    position: relative;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
}

.hp_services .services.overlay {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 25px 35px 25px;
    display: block;
}

.hp_services .services_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    height: auto;
}

.hp_services .services_text {
    font-size: 13px;
    font-weight: 200;
    color: #777;
    line-height: 1.4;
    height: 100px;
}

.hp_services .services_text ul {
    margin: 8px 0 0 20px;
    padding: 0;
}

.hp_services .services_text li {
    list-style: disc;
    margin-bottom: 0px;
}

/*tabs*/

.hp_services .services_tabs {
    /* margin-bottom: 30px; */
    padding: 0vw 5vw 0vw 5vw;
    margin: 0 auto;
}

.services_tabs::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -18px;
    margin-left: -8px;
    background-image: url(https://cdn1.npcdn.net/img/1778824319crown.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform: rotate(-25deg);
}

.hp_services .tab_btn {
    font-family: 'Libre Baskerville', serif;
    background: #fff;
    border: 2px solid #eee;
    padding: 14px 22px;
    margin: 6px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hp_services .tab_btn.active {
    background-image: url(https://cdn1.npcdn.net/img/1776916183C-HOVER.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.hp_services .services_group {
    display: none;
}

.hp_services .services_group.active {
    display: flex;
    flex-wrap: wrap;
}

/*slider*/

.hp_services .services_group {
    display: none;
}

.hp_services .services_group.active {
    display: block;
}

.hp_services .project-f {
    display: flex;
    flex-wrap: wrap;
}

.hp_services .project-f.slick-initialized {
    display: block;
}

.hp_services .slick-prev:before,
.hp_services .slick-next:before {
    content: "";
}

.hp_services .slick-prev,
.hp_services .slick-next {
    width: 45px;
    height: 45px;
    z-index: 2;
}

.hp_services .slick-prev {
    background: url('https://cdn1.npcdn.net/img/1776915382c-button.png') no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
}

.hp_services .slick-next {
    background: url('https://cdn1.npcdn.net/img/1776915388c-button2.png') no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
}

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

.hp_services .slick-prev {
    left: -3vw !important;
    z-index: 10;
}

.hp_services .slick-next {
    right: -3vw !important;
    z-index: 10;
}

/*services_button*/

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

.n_servicesViewMore {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    height: 3.5vw;
    width: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    cursor: pointer;
    border-radius: 35px;
    background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
    border: 3px solid transparent;
    transition: all 0.25s linear;
}

.n_servicesViewMore:hover {
    color: #fff;
    background: linear-gradient(#4f3612, #e0ac56) padding-box, linear-gradient(to left, #e0ac56, #a46f18) border-box;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

@media screen and (max-width: 1300.5px){
    .hp_services .services_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 16px;
        font-weight: 800;
        color: #000;
        margin-bottom: 0px;
        height: 45px;
    }
    
    .hp_services .services_text {
        font-size: 13px;
        font-weight: 200;
        color: #777;
        line-height: 1.4;
        height: 135px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
        text-align: center; 
        margin-bottom: 1vw;
    }

    .hp_services .services.overlay {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 15px 15px 35px 15px;
        display: block;
    }
    
    .hp_services .services_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 13px;
        font-weight: 800;
        color: #000;
        margin-bottom: 0px;
        height: 35px;
    }
    
    .hp_services .services_text {
        font-size: 12px;
        font-weight: 200;
        color: #777;
        line-height: 1.4;
        height: 135px;
    }
    
    .hp_services .slick-prev,
    .hp_services .slick-next {
        width: 35px;
        height: 35px;
        z-index: 2;
    }
    
    .n_servicesViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 4.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 22px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
        text-align: center; 
        margin-bottom: 1vw;
    }
    
    .n_servicesViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 9.5vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
    
    .hp_services {
        padding: 5vw 5vw 9vw 5vw;
        position: relative;
        background-color: #f8f5f0;
    }
    
    .hp_services .hp_big_title::after {
        content: "";
        display: block;
        width: 42%;
        height: 12px;
        margin: 5px auto 0;
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_services .services_tabs {
        /* margin-bottom: 30px; */
        padding: 0vw 2vw 0vw 2vw;
    }
    
    .hp_services .tab_btn {
        font-family: 'Libre Baskerville', serif;
        background: #fff;
        border: 2px solid #eee;
        padding: 14px 22px;
        margin: 6px;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
        width: 100%;
        transition: all 0.3s ease;
    }
    
    .hp_services .servicesBorder {
        position: relative;
        overflow: hidden;
        padding: 15px 0px;
        transition: transform 0.35s ease;
    }
    
    .hp_services .services.overlay {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 25px 25px 25px 25px;
        display: block;
    }
    
    .hp_services .services_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 16px;
        font-weight: 800;
        color: #000;
        margin-bottom: 0px;
        height: auto;
    }
    
    .hp_services .services_text {
        font-size: 14px;
        font-weight: 200;
        color: #777;
        line-height: 1.4;
        height: auto;
    }
}

@media screen and (max-width: 428px) {
    .n_servicesViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 11.5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

/*hp_where*/

.index_wrapper_5 {
    padding: 5vw 4vw 5vw 4vw;
}

.hp_where {
    padding: 5vw 5vw 5vw 4.5vw;
    position: relative;
}

.hp_where .hp_small_title {
    font-size: 17px;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
    margin-bottom: 1vw;
}

.hp_where .hp_big_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 1.3;
    position: relative;
}

.hp_where .hp_big_title::after {
    content: "";
    display: block;
    width: 56%;
    height: 12px;
    margin-top: 20px;
    background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hp_where .hp_keyword {
    font-size: 15px;
    font-weight: 200;
    color: #777;
    margin-bottom: 0;
    line-height: 1.7;
    padding: 0.5vw 0vw 0vw 0vw;
}

.n_whereViewMore {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    height: 3.5vw;
    width: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    cursor: pointer;
    border-radius: 35px;
    background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
    border: 3px solid transparent;
    transition: all 0.25s linear;
}

.n_whereViewMore:hover {
    color: #fff;
    background: linear-gradient(#4f3612, #e0ac56) padding-box, linear-gradient(to left, #e0ac56, #a46f18) border-box;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

/*gallery*/

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1776916883c-button2.png);
    width: 40px;
    height: 40px;
    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:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1776916846c-button.png);
    width: 40px;
    height: 40px;
    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 {
    left: 8vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 8vw;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

#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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px 10px;
    transition: all 0.7s;
    border-radius: 0px;
}

#main_index .hp_photoGallerySlider_type3  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_where {
        padding: 4vw 0vw 5vw 1.5vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_where .hp_small_title {
        font-size: 15px;
        font-weight: 300;
        color: #555;
        line-height: 1.3;
        margin-bottom: 1vw;
    }
    
    .hp_where .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
    }
    
    .hp_where .hp_big_title br {
        display: none;
    }
    
    .hp_where .hp_keyword  br {
        display: none;
    }
    
    .hp_where .hp_big_title::after {
        content: "";
        display: block;
        width: 64%;
        height: 12px;
        margin-top: 15px;
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .hp_where {
        padding: 1vw 0vw 5vw 0.5vw;
        position: relative;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1776916883c-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:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1776916846c-button.png);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .n_whereViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 4.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_5 {
        padding: 6vw 5vw 2vw 5vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        background-color: transparent;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 15px 15px;
        transition: all 0.7s;
        border-radius: 0px;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: 0vw;
        filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 2vw;
        filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    }
    
    .hp_where .hp_small_title {
        font-size: 15px;
        font-weight: 300;
        color: #555;
        line-height: 1.3;
        margin-bottom: 2vw;
    }
    
    .hp_where .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 22px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
    }
    
    .hp_where .hp_big_title::after {
        content: "";
        display: block;
        width: 64%;
        height: 12px;
        margin-top: 8px;
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .hp_where .hp_keyword {
        font-size: 15px;
        font-weight: 200;
        color: #777;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_whereViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 9.5vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

@media screen and (max-width: 426px) {
    .n_whereViewMore {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        height: 11.5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3vw;
        cursor: pointer;
        border-radius: 35px;
        background: linear-gradient(#4f3612, #4f3612) padding-box, linear-gradient(to right, #e0ac56, #a46f18) border-box;
        border: 3px solid transparent;
        transition: all 0.25s linear;
    }
}

/*hp_outlet*/

.hp_outlet {
    padding: 5vw 7.5vw 7.5vw 7.5vw;
    position: relative;
    background-color: #f8f5f0;
}

.hp_outlet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    background-color: #efe6d8;
}

.hp_outlet .hp_big_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 1.3;
    position: relative;
    text-align: center; 
    margin-bottom: 0vw;
}

.hp_outlet .hp_big_title::after {
    content: "";
    display: block;
    width: 34%;
    height: 12px;
    margin: 12px auto 0; 
    background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_outlet .hp_outlet_img {
    width: 80%;
    max-width: 150%;
    margin: 0 auto;
}

/*pin*/

.hp_outlet .hp_location_box{
    position: relative;
}

.hp_outlet .hp_outlet_img{
    position: relative;
    z-index: 1;
}

.hp_outlet .pin_image {
    width: 100%;
    max-width: 240px;  
    height: auto;
    display: block;
}

.hp_outlet .hp_pin{
    position: absolute;
    z-index: 5;
}

.hp_outlet .pin1 {
    top: 39%;
    left: 4%;
}

.hp_outlet .pin2 {
    top: 49%;
    left: 4%;
}

.hp_outlet .pin3 {
    top: 45%;
    left: 24%;
}

.hp_outlet .pin4 {
    top: 11%;
    right: 26%;
}

.hp_outlet .outletRow {
    margin-top: -95px;
}

.hp_outlet .outletBorder {
    position: relative;
    overflow: hidden;
    padding: 15px 15px;
    transition: transform 0.35s ease;
}

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

.hp_outlet .outletBorder img {
    width: 100%;
    display: block;
}

.hp_outlet .outlet_box2 {
    position: relative;
    /*padding: 5px;*/
    /*background: linear-gradient(to right, #bb935b, #f4d89c);*/
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.hp_outlet .outlet_box3 {
    position: relative;
    padding: 15px;
    background: linear-gradient(to right, #bb935b, #f4d89c);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.hp_outlet .outlet_overlay {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 25px 25px 25px;
    display: block;
}

.hp_outlet .outlet_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}

.hp_outlet .outlet_text {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    line-height: 1.4;
}

@media screen and (max-width: 1300.5px){
    .hp_outlet .pin1 {
        top: 38%;
        left: 1%;
    }
    
    .hp_outlet .pin2 {
        top: 51%;
        left: 1%;
    }
    
    .hp_outlet .pin3 {
        top: 45%;
        left: 26%;
    }
    
    .hp_outlet .outlet_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 15px;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
        height: 65px;
    }
    
    .hp_outlet .outlet_text {
        font-size: 14px;
        font-weight: 300;
        color: #777;
        line-height: 1.4;
        height: 90px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_outlet .hp_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        line-height: 1.3;
        position: relative;
        text-align: center; 
        margin-bottom: 0vw;
    }
    
    .hp_outlet .hp_big_title::after {
        content: "";
        display: block;
        width: 28%;
        height: 12px;
        margin: 12px auto 0; 
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_outlet .pin1 {
        top: 35%;
        left: -3%;
    }
    
    .hp_outlet .pin2 {
        top: 51%;
        left: -3%;
    }
    
    .hp_outlet .pin3 {
        top: 44%;
        left: 27%;
    }
    
    .hp_outlet .outlet_overlay {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 15px 15px 25px 15px;
        display: block;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_outlet {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
        background-color: #f8f5f0;
    }
    
    .hp_outlet .hp_big_title::after {
        content: "";
        display: block;
        width: 44%;
        height: 12px;
        margin: 5px auto 0;
        background-image: url(https://cdn1.npcdn.net/img/1776910039B-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_outlet .hp_outlet_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
    }
    
    .hp_outlet .pin_image {
        width: 100%;
        max-width: 110px;  
        height: auto;
        display: block;
    }
    
    .hp_outlet .pin4 {
        top: 11%;
        right: 20%;
    }
    
    .hp_outlet .pin1 {
        top: 35%;
        left: -8%;
    }
    
    .hp_outlet .pin2 {
        top: 51%;
        left: -8%;
    }
    
    .hp_outlet .pin3 {
        top: 43%;
        left: 24%;
    }
    
    .hp_outlet .outletRow {
        margin-top: -40px;
    }
    
    .hp_outlet .outlet.overlay {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 15px 25px 15px 25px;
        display: block;
    }
    
    .hp_outlet .outlet_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 16px;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
        height: auto;
    }
    
    .hp_outlet .outlet_text {
        font-size: 14px;
        font-weight: 300;
        color: #777;
        line-height: 1.4;
        height: auto;
    }
}

/*hp_contact*/

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

.index_wrapper_8::before {
    content: "";
    position: absolute;
    top: 11%;
    right: 5.5%;
    width: 12%;
    height: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1776925096f-pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 2;
    animation: butterflyFly 6s ease-in-out infinite;
    transform-origin: center;
}

@keyframes butterflyFly {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    25% {
        transform: translate(-10px, -5px) rotate(-5deg) scale(1.05);
    }
    /*50% {*/
    /*    transform: translate(5px, -25px) rotate(5deg) scale(1);*/
    /*}*/
    75% {
        transform: translate(-8px, -5px) rotate(-3deg) scale(1.04);
    }
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
}

.index_wrapper_8::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: #f4ebe4;
}

.hp_contact {
    padding: 9vw 5vw 0vw 5vw;
    position: relative;
    z-index: 1;
}

.hp_contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 96%;
    background-image: url(https://cdn1.npcdn.net/img/1776924651f-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 26px;
    left: 0;
    transform: translateX(0%);
    width: 50%;
    height: 44%;
    background-image: url(https://cdn1.npcdn.net/img/1776926404f-pic1New.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 0;
}

.hp_contact_img {
    position: relative;
    width: 110%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: -6vw;
    z-index: 2;
}

.hp_contact_box {
    position: relative;
    padding: 4vw 0vw 0vw 0vw;
    margin-left: -3vw;
    z-index: 2;
}

.contactBorder {
    padding: 25px 15px;
}

.hp_contact .hp_contact_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.5vw;
    position: relative;
}

.hp_contact .hp_contact_title::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background: #fff;
    margin-top: 22px;
}

.hp_contact .hp_contact_phone {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}

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

.hp_contact_phone a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1300.5px){
    .contactBorder {
        padding: 15px 15px;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 22px;
        left: 0;
        transform: translateX(0%);
        width: 50%;
        height: 44%;
        background-image: url(https://cdn1.npcdn.net/img/1776926404f-pic1New.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        z-index: 0;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_contact_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 13px;
        font-weight: 100;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 1.5vw;
        position: relative;
    }
    
    .hp_contact .hp_contact_phone {
        font-size: 11px;
        font-weight: 200;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
    
    .hp_contact_box {
        position: relative;
        padding: 2vw 0vw 0vw 0vw;
        margin-left: -3vw;
        z-index: 2;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 0;
        transform: translateX(0%);
        width: 50%;
        height: 44%;
        background-image: url(https://cdn1.npcdn.net/img/1776926404f-pic1New.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        z-index: 0;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 5vw 5vw 35vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .contactBorder {
        padding: 10px 15px;
    }
    
    .hp_contact_img {
        position: relative;
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
        z-index: 2;
    }
    
    .index_wrapper_8::before {
        content: "";
        position: absolute;
        top: 2%;
        right: 11.5%;
        width: 12%;
        height: 12%;
        background-image: url(https://cdn1.npcdn.net/img/1776925096f-pic.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        z-index: 2;
        animation: butterflyFly 6s ease-in-out infinite;
        transform-origin: center;
    }
    
    .hp_contact_box {
        position: relative;
        padding: 1vw 4vw 0vw 4vw;
        margin-left: 0vw;
        z-index: 2;
    }
    
    .hp_contact .hp_contact_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 16px;
        font-weight: 100;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .hp_contact .hp_contact_title br {
        display: none;
    }
    
    .hp_contact .hp_contact_title::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        margin-top: 15px;
    }
    
    .hp_contact .hp_contact_phone {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
    
    .hp_contact::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1776924651f-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_contact::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 0;
        transform: translateX(0%);
        width: 65%;
        height: 13%;
        background-image: url(https://cdn1.npcdn.net/img/1776926404f-pic1New.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        z-index: 0;
    }
}

@media screen and (max-width: 428px) {
    .hp_contact::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 0;
        transform: translateX(0%);
        width: 65%;
        height: 12%;
        background-image: url(https://cdn1.npcdn.net/img/1776926404f-pic1New.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        z-index: 0;
    }
}

/*footer*/

.footer_type6 {
    background-color: #f4ebe4;
    color: #000;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem;
}

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

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

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

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #000;
}

.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: #000;
    padding-right: 40px;
}

.footer_type6 .input-container .submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    color: #000;
    z-index: 10;
    padding: 15px;
}

.footer_type6 .social-link img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform 0.2s ease;
    display: inline-block;
}

.footer_type6 .social-link:hover img {
    transform: scale(1.1);
}

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

.footer_type6 .title h5 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 800;
    color: #000;
    align-self: end;
    margin-bottom: 0;
}

.footer_type6 .title h5::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ded1c3;
    margin-top: 8px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 0px;
    margin-bottom: 15px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #000;
    /*background: #fff;*/
    padding: 15px;
}

.footer_type6 .input-container {
    position: relative;
    height: 3rem;
    background: #fff;
    border: 1px solid #999;
    border-radius: 30px;
    width: 90%;
    font-size: 12px;
}

.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: #000;
    padding-right: 40px;
}

.footer_type6 .input-container .submit {
    position: absolute;
    right: -52px;
    bottom: 0;
    background-color: #4f3612;
    border: none;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    padding: 8px 13px;
    border-radius: 50%;
}

@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_type6 .input-container {
        position: relative;
        height: 3rem;
        background: #fff;
        border: 1px solid #999;
        border-radius: 30px;
        width: 87%;
        font-size: 12px;
    }
}

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

/*product_page*/

#main_category .page_title {
    font-size: 1.75rem;
    margin-bottom: 15px;
    margin-top: 15px;
    display: none;
}

#category_2 {
    display: none;
}

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

/*#category_3_4 .category_list_type3.mb_10 {*/
/*    border: 1px solid #000;*/
/*    padding: 5px 30px;*/
/*}*/

#main_category .container-fluid.product_list_5.p-0 {
    border-bottom: 1px solid #000;
}

