body{
    font-family: "Merriweather", serif;
}

#toTop{
    z-index:5;
}
/*custom nav*/
.d-lg-block.editor{
    padding-bottom: 130px;
}

.custom-nav {
    background: #002554;
    display: flex;
    height: 130px;
    position: fixed;
    z-index: 10;
}

.custom-navlogo {
    flex: 0 0 25%;
    padding: 10px;
}

.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-navinfo {
    display: flex;
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-right: 5%;
}

.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    position: relative;
}

.cn-infobox img {
    width: 45px;
    margin-right: 15px;
}

.cn-infotext {
    white-space: nowrap;
}

.cn-infotext-1 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

a.cn-infotext-2 {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a.cn-infotext-2:hover {
    opacity:0.7;
}

.custom-nav form {
    position: relative;
    background: transparent;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 95%;
}

.custom-nav input {
    border-radius: 35px;
    border: 1.5px solid #ffffff;
    background: transparent;
    width: 100%;
    color:#ffffff;
    padding-left: 12px;
    padding-right: 50px;
}

.custom-nav button{
    background: transparent;
    border: transparent 1px solid;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
    color:#fff;
    transition: linear .3s;
}

.custom-nav button:hover{
    opacity:0.6;
}

.custom-nav button:focus{
    outline:none;
}

.custom-nav.fas.fa-search{
    color: #fff;
}

@media all and (max-width:1200px) {
    .cn-infobox img {
    width: 35px;
    }
    .custom-navinfo {
    padding-right: 0;
    }
}
@media all and (max-width:991.52px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}
/*nav*/
.navbar_type8 {
    height: 60px;
    top: 100px;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 0 63%;
    margin-left: auto;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 6%;
    background: #ac8400;
    border-radius: 50px 0 0 50px;
}

.navbar_type8 .nav_tab .nav_item{
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item a{
    font-family:'Merriweather',serif;
    font-size: 1vw;
    font-weight: 600;
    padding: 20px 1.2vw;
    color:#ffffff;
    transition: linear.3s;
}

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

.navbar_type8 .nav_tab .nav_item:before {
    border-bottom: none;
}

.navbar_type8 .nav_tab .nav_item .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0;
  content: "+";
  font-weight:700;
  color:#ffffff;
  border:none;
  transition:linear .3s;
}

.navbar_type8 .nav_tab .nav_item:hover .dropdown-toggle::after {
    color:#002554 ;
    animation: spin 2s linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 95px !important;
    z-index: -1;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    padding-top: 3%;
    padding-bottom:2%;
    background-color: rgba(0, 0, 0, 0.9);
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}

.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}

.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

/*dark nav*/
.dark_nav {
    background-color: transparent!important;
    animation: none;
}

/*mobile nav*/
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile {
    height: 95px;
    background:#002554;
}

.navbar_mobile .logo_img {
    max-height: 65px;
}
@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab {
      flex: 0 0 75%;
    }
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}


/*fixed base*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family:"Merriweather", serif;
}
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}

#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/*global / common*/
.n_small{
    font-size: 1.6vw;
    font-weight:400;
    margin-bottom:0.1rem;
    line-height:1.2;
    letter-spacing:0.45vw;
    color:#002f63;
}

.n_title{
    font-size: 3.25vw;
    font-weight:700;
    margin-bottom:0.7rem;
    line-height:1;
    color:#002f63;
}

.n_subtitle{
    font-size:1.25vw;
    font-weight:700;
    margin-bottom:0.7rem;
    line-height:1.25;
    color:#002f63;
}

.n_content{
    font-size:0.95vw;
    font-weight:400;
    margin-bottom:0;
    line-height:1.6;
    color:#222;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:#c59a00;
}

.c_line{
    line-height:1.8;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}

.n_button{
    width:auto;
    height:auto;
    padding:0.65rem 1.65rem;
    border:1px solid #002554;
    border-radius:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:0.9vw;
    font-weight:600;
    text-align:center;
    color:#fff;
    background:#002554;
    transition:0.25s all linear;
}

.n_button span{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
}

.n_button span:after{
    position:relative;
    display:inline-block;
    content:"";
    background-image:url(https://cdn1.npcdn.net/images/arrow_gy7uhq_1781664879.png?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=109&new_height=32&type=4);
    background-size:contain;
    background-repeat:no-repeat;
    width:22px;
    height:10px;
    margin-left:7px;
}

.n_button:hover{
    color:#ffffff;
    border-color: #ac8400;
    background:#ac8400;
    text-decoration:none;
}


@media screen and (max-width:1200.5px){
    .n_content{
        font-size:1.15vw;
    }

    .n_button{
        font-size:1.15vw;
    }
}

@media screen and (max-width:991.5px){
    .n_small{
        font-size:16px;
        letter-spacing:4px;
    }

    .n_title{
        font-size:42px;
    }

    .n_subtitle{
        font-size:18px;
    }

    .n_content,
    .n_button{
        font-size:14px;
    }
}

@media screen and (max-width:767.5px){
    .n_title{
        font-size:28px;
    }
}


/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }
}

/*hp_banner*/
.slider_banner {
    margin-top:-60px;
}
.hp_banner{
    position:relative;
    width:100%;
    height:100%;
    padding:8vw 9% 6vw;
    overflow:hidden;
}

.hp_banner .hp_banner_product{
    position:absolute;
    width:34vw !important;
    height:auto !important;
    left:12vw;
    bottom:0;
    z-index:2;
}

.hp_banner .hp_banner_box{
    position: absolute;
    z-index: 3;
    width: 50%;
    right: 8%;
    text-align: right;
    bottom: 10%;
}

.hp_banner .hp_banner_title{
    font-family:"Merriweather", serif;
    font-size:5.25vw;
    font-weight:700;
    font-style:italic;
    color:#fff;
    line-height:1;
    margin-bottom:0.2rem;
    letter-spacing:0.15vw;
}

.hp_banner .hp_banner_subtitle{
    font-size: 3vw;
    color: #fff;
    line-height: 1;
    letter-spacing: 1.65vw;
    margin-bottom:1.5rem;
}

.hp_banner .hp_banner_content {
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.3;
    margin-left: auto;
}

.hp_banner .hp_banner_round{
    position:relative;
    width:7vw;
    height:7vw;
    margin:1.5rem 0 0 auto;
    transition:0.25s all linear;
}

.hp_banner .hp_banner_round a:focus{
    outline:none;
}

.hp_banner .hp_banner_round .banner_btn_round{
    animation: spin 10s linear infinite;
    transition:0.25s all linear;
}

.hp_banner .hp_banner_round:hover .banner_btn_round{
    animation-play-state: paused;
    opacity:0.6;
}

.hp_banner .hp_banner_round .banner_btn_arrow{
    position:absolute;
    width: 2.5vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition:0.25s all linear;
}

.hp_banner .hp_banner_round:hover .banner_btn_arrow{
    opacity:0.6;
}

.hp_banner .hp_banner_side{
    position:absolute;
    left:3vw;
    top:50%;
    transform:translate(0,-50%);
    z-index:4;
    display:flex;
    flex-direction:column;
    gap:3.5vw;
}

.hp_banner .hp_banner_side span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    color:#fff;
    font-size: 1.2vw;
    font-weight:700;
    position: relative;
}

.hp_banner .hp_banner_side span:after{
    content:"/";
    position:absolute;
    left:0;
    bottom:-1.8vw;
    color:#ffffff;
}

.hp_banner .hp_banner_side span:first-child:after{
    display:none;
}

@media screen and (max-width:991px){
    .slider_banner {
        margin-top:-0;
    }
    .hp_banner{
        padding:16vw 5% 12vw;
    }

    .hp_banner .hp_banner_product{
        width:42vw !important;
        left:4vw;
    }

    .hp_banner .hp_banner_box{
        width:58%;
    }

    .hp_banner .hp_banner_title{
        font-size:48px;
    }

    .hp_banner .hp_banner_subtitle{
        font-size:26px;
    }

    .hp_banner .hp_banner_content{
        font-size:13px;
    }

    .hp_banner .hp_banner_round{
        width:80px;
        height:80px;
    }
    .hp_banner .hp_banner_round .banner_btn_arrow {
      width: 30px;
    }
}

@media screen and (max-width:767.5px){
    .hp_banner{
        padding:70px 0;
        display: flex;
        align-items: center;
    }

    .hp_banner .hp_banner_product{
        position:relative;
        width:80vw !important;
        left:auto;
        bottom:auto;
        display:block;
        margin:0 auto 20px;
    }

    .hp_banner .hp_banner_box{
        width: 100%;
        padding: 0 15px;
        text-align: center;
        position: relative;
        right: inherit;
        bottom: inherit;
    }

    .hp_banner .hp_banner_title{
        font-size:36px;
    }

    .hp_banner .hp_banner_subtitle{
        font-size:20px;
        letter-spacing:6px;
    }

    .hp_banner .hp_banner_content{
        width:90%;
        margin:0 auto;
        font-size:13px;
        line-height: 1.6;
    }

    .hp_banner .hp_banner_round{
        margin:20px auto 0;
    }

    .hp_banner .hp_banner_side{
        display:none;
    }
}

@media screen and (max-width:576.5px){
    .index_wrapper_2 .item > img{
        filter:brightness(0.6);
    }
    .hp_banner .hp_banner_content br{
        display:none;
    }
}

/*hp_about*/
.hp_about{
    position:relative;
    padding:7vw 9% 6vw;
    background-color:#fff;
    background-image:url(https://cdn1.npcdn.net/images/b_about_bg_suw84g_1781668618.jpg?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=1600&new_height=572&type=4);
    background-size:100%;
    background-repeat:no-repeat;
}

.index_wrapper_3{
    position:relative;
}

.index_wrapper_3::after{
    content:'';
    position:relative;
    width:75%;
    height:1px;
    background:#002554;
    display:block;
    left:0;
}

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

.hp_about .hp_about_imgbox{
    position:relative;
    z-index:2;
}

.hp_about .hp_about_img{
    width:100% !important;
    height:auto !important;
    transform: scale(105%);
}

.hp_about .hp_about_textbox{
    position:relative;
    z-index:2;
    padding-left:3vw;
}

.hp_about .n_title{
    font-size: 6vw;
    letter-spacing: 0.15vw;
    font-style: italic;
    font-weight:500;
}

.hp_about .hp_about_split{
    display:flex;
    align-items:center;
    gap:13vw;
}

.hp_about .hp_about_split > span{
    display:block;
    width:1px;
    height:7vw;
    background:rgba(0,48,95,0.35);
}

.hp_about .n_content{
    width:90%;
    margin-top:1.7rem;
}
.hp_about_round{
    position:relative;
    width:8.5vw;
    height:8.5vw;
    margin:2.5rem 0 0;
    transition:0.25s all linear;
}

.hp_about_round a:focus{
    outline:none;
}

.hp_about_round .about_btn_round{
    animation: spin 10s linear infinite;
    transition:0.25s all linear;
}

.hp_about_round:hover .about_btn_round{
    animation-play-state: paused;
}

.hp_about_round .about_btn_arrow{
    position:absolute;
    width: 2.5vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition:0.25s all linear;
}

.hp_about_round:hover .about_btn_arrow{
    opacity:0.6;
}

.hp_about .hp_about_deco {
  position: absolute;
  width: 26vw !important;
  height: auto !important;
  right: -2vw;
  bottom: -9vw;
  z-index: 1;
}

@media screen and (max-width:991.5px){
    .hp_about{
        padding:70px 5%;
    }

    .hp_about .hp_about_textbox{
        padding-left:0;
    }

    .hp_about .n_title{
        font-size:48px;
    }

    .hp_about .n_content{
        width:100%;
    }
    
    .hp_about .hp_about_deco{
        width:28vw !important;
    }
    
    .hp_about_round{
        width:80px;
        height:80px;
    }
    .hp_about_round .about_btn_arrow {
      width: 30px;
    }

}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:60px 0;
    }
    
    .hp_about .hp_about_imgbox{
        max-width: 280px;
        margin:0 auto;
    }

    .hp_about .hp_about_textbox{
        padding:30px 15px 0;
        text-align:center;
    }

    .hp_about .hp_about_split{
        justify-content:center;
    }

    .hp_about .hp_about_split > span{
        display:none;
    }

    .hp_about .hp_about_deco{
        width:42vw !important;
        right:-10vw;
        bottom:-10vw;
    }
    
    .hp_about_round {
        margin: 2.5rem auto;
    }
}

/*hp_product*/
.index_wrapper_4{
    background-image:url(https://cdn1.npcdn.net/images/c_product_bg_j5qnle_1781673418.jpg?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=1600&new_height=883&type=4);
    background-size:100%;
    background-position:bottom;
    background-repeat:no-repeat;
    padding:8vw 10% 7vw;
}

.hp_product{
    position:relative;
}

.hp_section_titlebox{
    position:relative;
    margin-bottom:2.5rem;
}

.hp_title_back{
    position:absolute;
    left:0;
    right:0;
    top:-3.8vw;
    margin:auto;
    font-family:"Merriweather", serif;
    font-size:6.8vw;
    font-style:italic;
    font-weight:700;
    color:rgba(0,48,95,0.08);
    line-height:1;
    pointer-events:none;
}

.hp_product .n_title{
    position:relative;
    z-index:2;
}

#main_index .productSlider-1{
    margin:0 auto;
}

#main_index .productSlider-1 .slick-track .slick-slide{
    height:auto;
    margin:0;
    background:transparent;
    box-shadow:none;
}

#main_index .productSlider-1 .product_img{
    position:relative;
}

#main_index .productSlider-1 .product_img .product_box{
    margin:0;
    border:0;
    background:transparent;
    padding:1.2vw;
    text-align:center;
    transition:0.25s all linear;
}

#main_index .productSlider-1 .product_img .product_box:hover{
    transform:translateY(-1vw);
    background:#ffffff;
    box-shadow:0 0px 15px rgba(0,0,0,0.12);
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame{
    position:relative;
    width:100%;
    padding-top:100%;
    height:0;
    overflow:hidden;
}

#main_index .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:contain !important;
    border-radius:0;
    background:#fff;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame .status{
    display:none;
}

#main_index .productSlider-1 .product_img .product_box .content{
    text-align:center !important;
    margin-top:0.8rem !important;
}

#main_index .productSlider-1 .product_img .product_box .content h6{
    color:#002554;
    font-size:1vw;
    font-weight:700 !important;
    margin-bottom:0.3rem;
}

#main_index .productSlider-1 .product_img .product_box .content p{
    display:none;
}

#main_index .productSlider-1 .product_img .product_box .content h6.align-top{
    color:#ac8400;
    font-weight:700;
}

#main_index .productSlider-1 .product_img .product_box .align-top a:hover{
    color:#00305f;
    text-decoration:none;
}

#main_index .productSlider-1 .product_img .slick-prev{
    left:-3vw;
    z-index:3;
}

#main_index .productSlider-1 .product_img .slick-next{
    right:-3vw;
    z-index:3;
}

#main_index .productSlider-1 .product_img .slick-prev:before,
#main_index .productSlider-1 .product_img .slick-next:before{
    content: '';
    position: relative;
    display: inline-block;
    z-index: 5;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    padding: 0;
}

#main_index .productSlider-1 .product_img .slick-prev:before{
    background-image: url(https://cdn1.npcdn.net/images/c_arrow_left_tg3rlw_1781673984.png?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=100&new_height=36&type=4);
}
#main_index .productSlider-1 .product_img .slick-next:before{
    background-image: url(https://cdn1.npcdn.net/images/c_arrow_right_jfdcxu_1781673984.png?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=100&new_height=36&type=4);
}

.hp_product .n_button{
    background:#00305f;
    border-color:#00305f;
}

.hp_product .n_button:hover{
    background:#fff;
    color:#00305f;
}

.hp_product .n_button:hover span:after{
    background:#00305f;
}

@media screen and (max-width:991.5px){
    .index_wrapper_4{
        padding:70px 5%;
    }

    .hp_title_back{
        font-size:70px;
        top:-25px;
    }

    #main_index .productSlider-1 .product_img .product_box .content h6,
    #main_index .productSlider-1 .product_img .product_box .align-top a{
        font-size:14px;
    }
}

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

    .hp_product .hp_section_titlebox{
        padding:0 15px;
    }

    .hp_title_back{
        font-size: 42px;
        top: -25px;
    }

    #main_index .productSlider-1 .slick-track .slick-slide{
        margin:0 6px;
    }

    #main_index .productSlider-1 .product_img .slick-prev{
        left:0;
    }

    #main_index .productSlider-1 .product_img .slick-next{
        right:0;
    }
    
    #main_index .productSlider-1 .product_img .slick-prev::before,
    #main_index .productSlider-1 .product_img .slick-next::before{
        width:35px;
    }
}

/*hp_collection*/
.hp_collection{
    position:relative;
    padding:0;
    background:#fff;
}

.hp_collection .hp_collection_listbox{
    align-items:stretch;
}

.hp_collection .hp_collection_item{
    position:relative;
    overflow:hidden;
    height:100%;
    margin-bottom:1vw;
    background:#111;
}

.hp_collection .hp_collection_large{
    min-height:35vw;
}

.hp_collection .hp_collection_item img{
    width:100% !important;
    height:100% !important;
    object-fit:cover;
    transition:0.45s all linear;
}

.hp_collection .hp_collection_item:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    height:55%;
    background:linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0));
    z-index:1;
}

.hp_collection .hp_collection_item:hover img{
    transform:scale(1.08);
}

.hp_collection .hp_collection_content {
    position: absolute;
    left: 12%;
    top: 12%;
    z-index: 2;
    color: #fff;
    width: 88%;
}

.hp_collection .hp_collection_large .hp_collection_content{
    top: inherit;
    bottom: 7%;;
}

.hp_collection .hp_collection_content h3{
    font-family:"Merriweather", serif;
    color:#fff;
    font-size:3vw;
    font-weight:600;
    margin-bottom:0.5rem;
}

.hp_collection .hp_collection_large .hp_collection_content h3{
    font-size:3.2vw;
}

.hp_collection .hp_collection_content p{
    width:70%;
    color:#fff;
    font-size:0.95vw;
    line-height:1.4;
    margin-bottom:0;
}

.hp_arrow_btn{
    position:absolute;
    right:0;
    bottom:0;
    width:4.2vw;
    height:4.2vw;
    border-radius:100% 0 0 0;
    background:#00305f;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:3;
    transition:0.25s all linear;
}

.hp_arrow_btn span{
    position:relative;
}

.hp_arrow_btn span:after{
    position:absolute;
    content:"";
    background-image:url(https://cdn1.npcdn.net/images/arrow_gy7uhq_1781664879.png?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=109&new_height=32&type=4);
    background-size:contain;
    background-repeat:no-repeat;
    width:2vw;
    height:10px;
    margin-left: -8px;
}

.hp_arrow_btn:hover{
    background:#c59a00;
}



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

    .hp_collection .hp_collection_large{
        min-height:420px;
    }

    .hp_collection .hp_collection_content h3,
    .hp_collection .hp_collection_large .hp_collection_content h3{
        font-size:28px;
    }

    .hp_collection .hp_collection_content p{
        font-size:14px;
    }

    .hp_arrow_btn{
        width:60px;
        height:60px;
    }

    .hp_arrow_btn span::after{
        width:25px;
    }
}

@media screen and (max-width:767.5px){
    .hp_collection{
        padding:0 0 60px;
    }

    .hp_collection .hp_collection_item{
        height:300px;
        margin-bottom:10px;
    }

    .hp_collection .hp_collection_large{
        min-height:360px;
    }
    
    .hp_collection .hp_collection_large .hp_collection_content,
    .hp_collection .hp_collection_content {
        left: 25px;
        bottom: 25px;
        top: inherit;
  }
}

/*hp_service*/
.hp_service{
    position:relative;
    padding:10vw 9% 0;
    background:#fff;
}

.hp_service .container-fluid{
    position:relative;
    z-index:2;
}

.hp_service .hp_service_listbox{
    justify-content:center;
}


/*service component*/
.service_type4{
    width:85%;
    position:relative;
    z-index:5;
    margin-bottom:5vw;
    padding:0;
    margin:0 auto 9vw;
}

.service_type4 .container{
    max-width:100%;
    width:100%;
    padding:0 1.5vw;
}

.service_type4 .row{
    margin-left:-1vw;
    margin-right:-1vw;
}

.service_type4 .col-6,
.service_type4 .col-md-3{
    padding-left:.75vw;
    padding-right:.75vw;
}

.service_type4 .service_box_type4{
    margin-bottom:0;
    height:100%;
}

.service_type4 .service_box_type4 .img_frame{
    position:relative;
    height:0!important;
    padding-bottom:100%!important;
    overflow:hidden;
    background:#111;
}

.service_type4 .service_box_type4 .img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    width:100%!important;
    height:100%!important;
    transform:translate(-50%,-50%) scale(1)!important;
    object-fit:cover;
    transition:0.45s all linear;
}

.service_type4 .service_box_type4 .img_frame:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    height:60%;
    background:linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.38) 42%, rgba(0,0,0,0) 100%);
    z-index:1;
    pointer-events:none;
}

.service_type4 .service_box_type4 .img_frame:hover img{
    width:100%!important;
    height:100%!important;
    transform:translate(-50%,-50%) scale(1.06)!important;
}

.service_type4 .service_box_type4 .img_frame .overlay{
    position:absolute;
    top:0!important;
    left:0!important;
    width:100%;
    height:100%;
    transform:none!important;
    background:transparent!important;
    z-index:2;
    transition:0.25s all linear;
}

.service_type4 .service_box_type4 .img_frame:hover .overlay{
    background:transparent!important;
}

.service_type4 .service_box_type4 .img_frame .box{
    position:absolute;
    top:0!important;
    left:0!important;
    bottom:auto!important;
    width:100%;
    height:100%;
    border:0!important;
    transform:none!important;
    transition:0.25s all linear;
}

.service_type4 .service_box_type4 .img_frame:hover .box{
    top:0!important;
    left:0!important;
    transform:none!important;
}

.service_type4 .service_box_type4 .img_frame .box p{
    position:static!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    overflow:visible;
    max-height:none;
    width:100%;
    height:100%;
    margin:0;
    color:#fff;
    text-align:left!important;
}

.service_type4 .service_box_type4 .img_frame .box p span{
    position: absolute;
    left: 1.8vw;
    bottom: 1.55vw;
    width: calc(100% - 7.2vw);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.125vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
    z-index: 3;
}

.service_type4 .service_box_type4 .img_frame .box p br{
    display:none;
}

.service_type4 .service_box_type4 .img_frame .box .general_btn{
    position:absolute;
    right:0;
    bottom:0;
    width:4vw;
    height:4vw;
    min-width:unset;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:100% 0 0 0;
    background:#00305f!important;
    color:#fff!important;
    font-size:0!important;
    line-height:1;
    box-shadow:none!important;
    z-index:4;
    transition:0.25s all linear;
}

.service_type4 .service_box_type4 .img_frame .box .general_btn:after{
    position:absolute;
    content:"";
    background-image:url(https://cdn1.npcdn.net/images/arrow_gy7uhq_1781664879.png?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=109&new_height=32&type=4);
    background-size:contain;
    background-repeat:no-repeat;
    width:1.5vw;
    height:10px;
    top:55%;
    left:55%;
    transform:translate(-50%,-50%);
}

.service_type4 .service_box_type4 .img_frame .box .general_btn:hover{
    background:#c59a00!important;
    text-decoration:none;
}

@media screen and (max-width:991.5px){
    .hp_service{
        padding:70px 5% 0;
    }

    .hp_service .hp_service_item{
        height:280px;
        margin-bottom:20px;
    }

    .hp_service .hp_service_content h3{
        font-size:20px;
    }
    
    .service_type4{
        padding-bottom:70px;
        width:100%;
    }
    
    .service_type4 .container{
        padding:0 15px;
    }
    
    .service_type4 .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
     }

    .service_type4 .row{
        margin-left:-8px;
        margin-right:-8px;
    }

    .service_type4 .col-6,
    .service_type4 .col-md-3{
        padding-left:8px;
        padding-right:8px;
        margin-bottom:16px;
    }

    .service_type4 .service_box_type4 .img_frame .box p span{
        left:18px;
        bottom:18px;
        width:calc(100% - 78px);
        font-size:20px;
    }

    .service_type4 .service_box_type4 .img_frame .box .general_btn{
        width:58px;
        height:58px;
    }

    .service_type4 .service_box_type4 .img_frame .box .general_btn:after{
        width:22px;
    }
}

@media screen and (max-width:767.5px){
    .service_type4 .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service_type4 .service_box_type4 .img_frame .box p span{
        font-size:16px;
        line-height:1.15;
    }

    .service_type4 .service_box_type4 .img_frame .box .general_btn{
        width:50px;
        height:50px;
    }
}


/*hp_why*/
.hp_why{
    position:relative;
    padding:5vw 9% 0;
}

.hp_why_deco{
    position:absolute;
    width:22vw !important;
    height:auto !important;
    left:-0vw;
    top:-13vw;
    z-index:1;
}

.hp_why .hp_why_listbox{
    margin-top:2.5rem;
    margin-bottom:6vw;
}

.hp_why .hp_why_item{
    text-align:center;
    padding:0 1vw;
}

.hp_why .hp_why_iconbox{
    width:5.5vw;
    height:5.5vw;
    border-radius:50%;
    margin:0 auto 1.2rem;
    background:#00305f;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hp_why .hp_why_icon{
    width:5vw !important;
    height:5vw !important;
    border-radius:50%;
    object-fit:cover;
}

.hp_why .n_subtitle{
    font-size: 1.5vw;
    letter-spacing:0;
    margin-bottom:0.6rem;
}

.hp_why .n_content{
    line-height:1.5;
}

.hp_contact_card{
    position:relative;
    padding:5vw 7%;
    margin-bottom:5vw;
    background-image:url("https://cdn1.npcdn.net/images/g_contact_bg_aq679s_1781663320.jpg?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=1794&new_height=567&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:visible;
    z-index:3;
}

.hp_contact_textbox{
    position:relative;
    z-index:2;
    width:52%;
}

.hp_contact_card .n_content{
    margin-bottom:1rem;
}

.hp_contact_linkbox{
    display:flex;
    flex-direction:column;
    gap:0.45rem;
}

.hp_contact_link{
    display:flex;
    align-items:flex-start;
    flex-wrap: nowrap;
    gap:0.75rem;
    color:#fff;
    font-size:0.9vw;
    line-height:1.45;
    margin-bottom:0;
}

.hp_contact_link .contact_icon{
    width:35px;
    height:35px;
}

.hp_contact_link .contact_info{
    width:calc(100% - 45px);
    padding-left:10px;
}

.hp_contact_link:hover{
    text-decoration:none;
}

a.hp_contact_link:hover .contact_info{
    color:#fff;
    opacity:0.8;
}

.hp_contact_product{
    position: absolute;
    width: 32vw !important;
    height: auto !important;
    right: -3vw;
    bottom: -3vw;
    z-index: 2;
}

.hp_contact_card .n_button{
    border: 1px solid #ac8400;
    background-color:#ac8400;
}

.hp_contact_card .n_button:hover{
    border: 1px solid #002554;
    background-color:#002554;
}

@media screen and (max-width:991.5px){
    .hp_why{
        padding:70px 5% 0;
    }

    .hp_why .hp_why_iconbox,
    .hp_why .hp_why_icon{
        width:70px !important;
        height:70px !important;
    }

    .hp_why .n_subtitle{
        font-size:18px;
    }

    .hp_why .n_content,
    .hp_contact_link{
        font-size:14px;
    }

    .hp_contact_card{
        padding:60px 5%;
    }

    .hp_contact_textbox{
        width:55%;
    }

    .hp_contact_product{
        width:35vw !important;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:60px 0 0;
        margin-bottom:45px;
    }
    .hp_why_deco {
      width: 35vw !important;
      height: auto !important;
      left: 0vw;
      top: -40vw;
    }

    .hp_why .hp_section_titlebox{
        padding:0 15px;
    }

    .hp_why .hp_why_item{
        padding:0 10px;
        margin-bottom:30px;
    }

    .hp_why .hp_why_listbox{
        margin-bottom:30px;
    }

    .hp_contact_card{
        padding:60px 20px 0;
    }
    
    .hp_contact_card:before{
        position:absolute;
        content:"";
        inset:0;
        background:rgba(0,0,0,0.6);
        z-index:1;
    }

    .hp_contact_textbox{
        width:100%;
    }

    .hp_contact_product{
        position:relative;
        max-width:280px;
        width:100% !important;
        right:0;
        left:0;
        bottom:-6vw;
        margin:auto;
    }
}

/*footer*/
.footer_type6{
    padding:5vw 7% 30px;
    background-image:url("https://cdn1.npcdn.net/images/h_footer_bg_v6fzop_1781663590.jpg?md5id=f5b254a4a2688a142de10a68d76d80b9&new_width=1600&new_height=728&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    font-weight:300;
}

.footer_type6 p{
    line-height:1.6;
}

.footer_type6 a:hover{
    opacity:0.7;
}

.footer_type6 .logo{
    min-height:80px;
}

.footer_type6 .logo img{
    max-height:80px;
}

.footer_langbar_item{
    color:#fff!important;
}

.footer_type6 .title h5{
    font-size:1.1vw;
    font-weight:700 !important;
}

.footer_type6 .input-container input{
    border-bottom:1px solid #ffffff;
}

.footer_type6 .line{
    background-color:transparent;
    margin-top:25px;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

@media(min-width:991.5px){
    .footer_type6 .col-md-3{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .footer_type6 .col-md-3:first-child{
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .footer_type6 .col-md-3:nth-child(4){
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type6 .col-md-3:first-child p{
        width:80%;
    }
}

@media(max-width:991.5px){
    .footer_type6{
        padding:30px 7%;
    }
    .footer_type6 .title h5{
        font-size:16px;
    }

}
