a {
    text-decoration: none !important;
}

body > br{
    display: none;
}

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

.navbar_type8 {
    height: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    width :100%;
    background-color: #000;
}

#main_index .navbar_type8 {
    background-color: transparent;
    height: 150px;
}

.navbar_type8 .logo {
    flex: 0 1 30%;
    overflow: hidden;
    position: relative;
    margin-left: 5.5vw;
}

.navbar_type8 .logo img {
    width: auto;
    padding: 23px;
}

.navbar_type8 .nav_tab {
    padding-left: 0;
    padding-right: 4vw;
    flex: 0 1 120%;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 35px;
}

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

.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: 45%;
    height: 2px; 
    background-color: #fff;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 3px solid #fff;
}

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

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

@media screen and (max-width: 1300.5px) {
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Playfair Display', serif;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        padding: 25px;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Playfair Display', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        padding: 15px;
    }
    
    .navbar_type8 .logo img {
        width: auto;
        padding: 36px;
    }
}

@media screen and (max-width: 992.5px) {
    .navbar_mobile {
        flex-basis: auto;
        background-color: #000 !important;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: rgb(91, 91, 91);
        align-items: center;
        justify-content: flex-end;
        height: 80px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .navbar_mobile .btn-outline-light {
        color: #fff;
        border-color: #fff;
    }
}

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -150px;
}

.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;
    top: 20.5vw;
    left: 18vw;
    transform: translate(-20%, -50%);
    width: 50%;
}

.n_bannerTitle {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    /* letter-spacing: 2px; */
    padding: 0vw 11vw 0vw 0vw;
}

.hp_banner_content {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-top: 1vw;
}

.n_bannerViewMore {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-align: center;
    padding: 1%;
    height: 2vw;
    width: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.8vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #5b5b5b;
    border: 2px solid #5b5b5b;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_bannerViewMore::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%;
  }
}

.n_bannerImg {
    position: absolute;
    width: 73%;
    bottom: 2.5vw;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.index_wrapper_2 .slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.index_wrapper_2 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    background-color: #fff;
    /*width: 100%;*/
}

.index_wrapper_2 .slick-dots li button::before {
    color: #fff;
    background-color: #fff;
    font-size: 10px;
    border-radius: 0px;
    width: 50px;
    height: 2px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    content: '';
}

.index_wrapper_2 .slick-dots li {
    margin: 0 6px;
    width: 50px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.index_wrapper_2 .slick-dots li button {
    width: 50px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.index_wrapper_2 .slick-dots li.slick-active button::before {
    width: 50px;
    background-color: #fff;
}

.index_wrapper_2 .slick-dots li.slick-active {
    width: 50px;
}

.index_wrapper_2 .slick-dots li.slick-active button {
    width: 50px;
}

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-family: 'Playfair Display', serif;
        font-size: 32px;
        font-weight: 400;
        color: #fff;
        line-height: 1.1;
        /* letter-spacing: 2px; */
        padding: 0vw 11vw 0vw 0vw;
    }
    
    .hp_banner_content {
        font-family: 'Playfair Display', serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 22.5vw;
        left: 19vw;
        transform: translate(-20%, -50%);
        width: 50%;
    }

    .n_bannerImg {
        position: absolute;
        width: 65%;
        bottom: 2.5vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
    
    .n_bannerTitle {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        line-height: 1.1;
        /* letter-spacing: 2px; */
        padding: 0vw 6vw 0vw 0vw;
    }
    
    .index_wrapper_2 .slick-dots {
        position: absolute;
        bottom: 22px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 11vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.8vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 21vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .n_bannerTitle {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        line-height: 1.1;
        /* letter-spacing: 2px; */
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 27vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 90%;
        bottom: 7.5vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
    
    .index_wrapper_2 .slick-dots {
        position: absolute;
        bottom: 18px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .index_wrapper_2 .slick-dots li button::before {
        color: #fff;
        background-color: #fff;
        font-size: 10px;
        border-radius: 0px;
        width: 40px;
        height: 2px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        border: 1px solid #fff;
        content: '';
    }
    
    .index_wrapper_2 .slick-dots li {
        margin: 0 6px;
        width: 40px;
        height: 2px;
        transition: all 0.3s ease-in-out;
    }
    
    .index_wrapper_2 .slick-dots li button {
        width: 40px;
        height: 2px;
        transition: all 0.3s ease-in-out;
    }
    
    .index_wrapper_2 .slick-dots li.slick-active button::before {
        width: 40px;
        background-color: #fff;
    }
    
    .index_wrapper_2 .slick-dots li.slick-active {
        width: 40px;
    }
    
    .index_wrapper_2 .slick-dots li.slick-active button {
        width: 40px;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerTitle {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        line-height: 1.1;
        /* letter-spacing: 2px; */
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 24vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 90%;
        bottom: 12.5vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
    }
}

/*hp_product*/

.hp_product {
    padding: 2vw 6.5vw 5vw 6.5vw;
    position: relative;
    z-index: 1;
}

.hp_product .title_small {
    font-size: 17px;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 0px;
}

.hp_product .title_big {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1vw;
}

.sec1_bottom_ebox {
    margin-top: 30px;
}

.sec1_bottom_imgx {
    position: relative;
    overflow: hidden;
}

.sec1_bottom_imgx img {
    transition: all .5s;
}

.sec1_bottom_imgx:hover img {
    transform: scale(1.25);
}

.sec1_bottom_content {
    width: 80%;
    position: absolute;
    top: 48%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
}

.sec1_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8.5vw;
}

.btnMore1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 2px 10px;
    text-decoration: none!important;
}

.btnMore1>i {
    font-size: 26px;
    color: #000;
}

@media screen and (max-width: 1200.5px){
    .hp_product .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        margin-bottom: 1vw;
    }
    
    .sec1_bottom_title {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        line-height: 1;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.1;
    }
    
    .sec1_bottom_btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 6.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_product {
        padding: 0vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .sec1_bottom_ebox {
        margin-top: 20px;
    }
    
    .sec1_bottom_title {
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.1;
    }
    
    .sec1_bottom_btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 22vw;
    }
    
    .hp_product .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin-bottom: 1vw;
    }
}

/*hp_news*/

.index_wrapper_4 {
    position: relative;
    background-color: #5b5b5b;
}

.hp_news {
    padding: 6.5vw 10.5vw 2vw 10.5vw;
    position: relative;
    z-index: 1;
}

.hp_news .title_big {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

/*news*/

#main_index .hp_latest_new {
    padding: 0vw 11vw 4vw 11vw;
}

#main_index .hp_latest_new .news_box .title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #fff !important;
    font-weight: 300 !important;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 100%;
    color: #fff;
}

#main_index .hp_latest_new .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 40%;
    max-width: 40%;
}

#main_index .hp_latest_new .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 60%;
    max-width: 60%;
}

#main_index .hp_latest_new .news_box .read_more {
    background-color: black;
    color: white;
    border-left: 5px solid #5b5b5b;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: auto;
    width: 135px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1200.5px){
    .hp_news .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    #main_index .hp_latest_new .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .hp_latest_new .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .hp_latest_new {
        padding: 0vw 8vw 4vw 8vw;
    }
    
    .hp_news .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
    }
}

/*hp_what*/

.hp_what {
    padding: 4vw 5vw 2vw 5vw;
    position: relative;
    z-index: 1;
}

.hp_what .title_small {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 0px;
}

.hp_what .title_big {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0vw;
}

/*products*/

.productSlider-1 {
    position: relative;
    padding: 0vw 9vw 4vw 9vw;
}

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

.productSlider-1 p {
    display: none;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 12px 12px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    border: 2px solid #ccc;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    background-color: white;
}

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

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

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 800 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    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%);
    filter: brightness(0) invert(0);
}

.productSlider-1 .slick-prev::before, .productSlider-1 .slick-next::before {
    text-shadow: 0 0 0px black;
}

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

.productSlider-1 .slick-next {
    right: -2vw;
}

@media screen and (max-width: 1200.5px){
    .hp_what .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_what {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .productSlider-1 {
        position: relative;
        padding: 0vw 5vw 5vw 5vw;
    }
    
    .hp_what .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 4.5vw 7.5vw 4vw 7.5vw;
    position: relative;
    z-index: 1;
    background-color: #000;
}

.hp_contact .title_small {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.hp_contact .title_big {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3.5vw;
}

/*contact_details*/

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

.hp_contact .contactCard {
    position: relative;
    margin-bottom: 0px;
    padding: 0 8px;
}

.hp_contact .contact-image-box {
    position: relative;
    overflow: hidden;
}

/*.hp_contact .contact-info-box {*/
/*    background-image: url(https://cdn1.npcdn.net/img/1767085499G-ICON-BG.jpg);*/
/*    background-size: cover;*/
/*    background-position: bottom;*/
/*    background-repeat: no-repeat;*/
/*    color: #fff;*/
/*    padding: 25px 30px 25px 30px;*/
/*    position: absolute;*/
/*    left: 50%;*/
    /* bottom: 0px; */
/*    transform: translateX(-50%);*/
/*    width: 96%;*/
/*    height: 300px; */
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
/*    text-align: left;*/
/*}*/

.hp_contact .contact-info-box a {
    color: #fff;
}

.hp_contact .contact-info-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 2vw;
    /* margin-bottom: 12px; */
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

/*.hp_contact .contact-info-box h4::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 70%;             */
/*    height: 2px;            */
/*    background-color: #fff; */
/*    margin-top: 8px;        */
/*}*/

.hp_contact .contact-info-box p {
    font-size: 19px;
    font-weight: 300;
    margin: 5px 0;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1vw;
}

.hp_contact .contact-info-box .icon {
    width: 13px;
    vertical-align: middle;
    margin-right: 6px;
}

.hp_contact .call-icon {
    position: absolute;
    right: -17px;
    bottom: -25px;
    background-image: url(https://cdn1.npcdn.net/img/1762849586G_Icon1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp_contact .call-icon img {
    width: 28px;
    height: 28px;
    filter: invert(50%) sepia(100%) saturate(400%) hue-rotate(180deg);
}

.hp_contact .address-line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.hp_contact .address-line .icon {
    width: 15px;
    flex-shrink: 0;
    margin-top: 3px; 
    margin-right: 8px;
}

.hp_contact .contact-info-box .icon2 {
    width: 26px;
    vertical-align: middle;
    margin-top: 0.5vw;
    margin-right: 3px;
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 3.5vw;
    }
    
    .hp_contact .contact-info-box p {
        font-size: 16px;
        font-weight: 300;
        margin: 5px 0;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 4vw 5vw;
        position: relative;
        z-index: 1;
        background-color: #000;
    }
    
    .hp_contact .contactCard {
        position: relative;
        margin-bottom: 0px;
        padding: 10px 15px;
    }
    
    .hp_contact .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 3.5vw;
    }
    
    .hp_contact .contact-info-box h4 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-top: 3vw;
        /* margin-bottom: 12px; */
        position: relative;
        padding-bottom: 5px;
        text-align: center;
    }
}

/*hp_about*/

.hp_about {
    padding: 5vw 5vw 4vw 5vw;
    position: relative;
    z-index: 1;
}

.hp_about .title_small {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 0px;
}

.hp_about .title_big {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0vw;
}

.hp_about .content_text {
    font-size: 17px;
    font-weight: 500;
    color: #5b5b5b;
    padding: 2vw 13.6vw 1.5vw 13.6vw;
    line-height: 1.7;
}

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

.n_aboutViewMore {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 2vw;
    width: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #5b5b5b;
    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: 1200.5px){
    .n_aboutViewMore {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_about .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 27vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_about .content_text {
        font-size: 16px;
        font-weight: 500;
        color: #5b5b5b;
        padding: 2vw 0vw 1vw 0vw;
        line-height: 1.7;
    }
}

/*hp_video*/

/*.index_wrapper_8 {*/
/*    position: relative;*/
/*    background-color: #5b5b5b;*/
/*    padding: 4.5vw 9vw 5.5vw 9vw;*/
/*}*/

.hp_video {
    /*padding: 0vw 0vw 2.5vw 0vw;*/
    position: relative;
    z-index: 1;
    background-color: #5b5b5b;
    padding: 4.5vw 9vw 5.5vw 9vw;
}

.hp_video .title_big {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3vw;
}

/*#main_index .ex_videoSlide {*/
/*    padding: 0vw 8vw 4vw 8vw;*/
/*}*/

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
    font-weight: 900;
    margin-bottom: auto;
    display: none !important;
}

#main_index .ex_videoSlide .ex_videoSlide_slider_banner .item {
    height: 100%;
    margin: 0 0.5rem;
    background-color: transparent;
}

/*new_video*/

.hp_video .video_item {
    position: relative;
    padding: 0 15px;
}

.hp_video .video_slider .slick-next {
    right: -3vw;
}

.hp_video .video_slider .slick-prev {
    left: -3vw;
    z-index: 10;
}

.hp_video .video_slider .slick-prev::before, .hp_video .video_slider .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

@media screen and (max-width: 1200.5px){
    .hp_video .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_video .title_big {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 2vw;
    }
    
    .hp_video {
        position: relative;
        z-index: 1;
        background-color: #5b5b5b;
        padding: 4.5vw 5vw 5vw 5vw;
    }
    
    /*.index_wrapper_8 {*/
    /*    position: relative;*/
    /*    background-color: #5b5b5b;*/
    /*    padding: 4.5vw 5vw 5vw 5vw;*/
    /*}*/
    
    /*.index_wrapper_8 {*/
    /*    position: relative;*/
    /*    background-color: #5b5b5b;*/
    /*    padding: 6vw 7vw 5vw 7vw;*/
    /*}*/
}

/*footer*/

.footer_type9 {
    color: #fff;
    padding-top: 4rem !important;
    background-color: #000;
    overflow: hidden !important;
}

.footer_type9 .bg_dark {
    background-color: #000;
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 16px;
}

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

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #fff;
}

.footer_type9 .social_media a .icon_s i {
    color: #000;
}

.footer_type9 .social_media a .icon_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    background-color: #fff;
}

.footer_type9 .icon i {
    color: #000;
}

.footer_type9 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
}

.footer_type9 .text2 {
    margin-right: -30px;
}

.footer_type9 p.text.text2 {
    margin-left: 30px;
    display: none !important;
}

.footer_type9 .footerAddress {
    display: none !important;
}

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

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

@media screen and (max-width: 767.5px){
    .footer_type9 p.text.text2 {
        margin-left: 30px;
        padding: 0vw 6vw 0vw 0vw;
    }
}

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