@import url('https://fonts.cdnfonts.com/css/amoera');
@import url('https://fonts.cdnfonts.com/css/amoera-2');

/* */

.gallerycategory .img_frame {
    height: auto;
    aspect-ratio: 605 / 754;
}

.gallerycategory .img_frame img {
    object-fit: contain;
}

.fancybox__thumb {
    padding-top: calc(190% / (var(--fancybox-thumbs-ratio, 1.5)));
}

.service_category .service_box {
    padding-top: unset;
    height: auto;
    aspect-ratio: 1;
}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

/* desktop */

body {
    color: #4d4d4d;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.index_wrapper_1 {
    position: relative;
}

.hp_header {
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    max-width: 65vw;
}

.hp_header_content {
    gap: 1vw;
}

.hp_header_content div a {
    display: flex;
    font-size: 1vw;
}

.hp_header_content div a:hover {
    color: #4d4d4d;
}

.hp_header_content div a img {
    max-width: 1vw;
    filter: brightness(0) saturate(100%) invert(50%) sepia(10%) saturate(407%) hue-rotate(29deg) brightness(92%) contrast(88%);
}

.hp_header_content div a:hover img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(10%) saturate(407%) hue-rotate(29deg) brightness(92%) contrast(88%);
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
}

.nav_bottom {
    width: 100%;
}

.nav_bottom .container.p-0 {
    justify-content: center !important;
}

.nav_bottom .menu {
    gap: 1vw;
    width: calc(100% - 10vw);
    justify-content: center;
}

.nav_bottom .menu .nav_item {
    width: 8.15vw;
    text-align: center;
}

.nav_bottom .menu .nav_item:nth-child(4),
.nav_bottom .menu .nav_item:nth-child(5),
.nav_bottom .menu .nav_item:nth-child(6) {
    order: 1;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #787a6c;
    text-transform: uppercase;
    font-size: 1vw;
    border: 1px solid transparent;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    border-radius: 100px;
    border-color: #4d4d4d;
    color: #4d4d4d;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_logo a {
    display: flex;
    justify-content: center;
}

.hp_logo a img {
    max-width: calc(100% - 125px);
    position: relative;
    z-index: 1;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content_left {
    gap: 25px;
    color: #787a6c;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30%;
}

.hp_banner_content_left h2 {
    font-size: 20px;
    line-height: normal;
}

.hp_banner_content_left h2 strong {
    font-weight: 600;
}

.hp_banner_line {
    background-color: #787a6c;
    width: 55px;
    height: 1.5px;
}

.hp_banner_image {
    max-width: calc(100% - 400px);
}

.hp_banner_content_right {
    gap: 25px;
    color: #787a6c;
    bottom: 50px;
    right: 0;
    width: 30%;
}

.hp_banner_button p a {
    position: relative;
}

.hp_banner_button p a:hover {
    color: #4d4d4d;
}

.hp_banner_button p a:before {
    content: '';
    border: 1px solid #787a6c;
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translate(15px, -50%);
    width: 75px;
    height: 100%;
    border-radius: 100px;
    padding: 5px 15px;
    transition: all 0.50s;
}

.hp_banner_button p a:hover:before {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.hp_banner_button p a:after {
    content: '';
    background-color: #787a6c;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(25px, -50%);
    width: 25px;
    height: 1.5px;
    transition: all 0.50s;
}

.hp_banner_button p a:hover:after {
    background-color: #ffffff;
    transform: translate(50px, -50%);
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_title {
    font-size: 25px;
    line-height: normal;
    letter-spacing: 2.5px;
}

.hp_title strong {
    font-weight: 500;
}

.hp_line {
    background-color: #787a6c;
    width: 1.5px;
    height: 100px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
}

.hp_about_content p {
    max-width: calc(100% - 40%);
}

.hp_button p a {
    position: relative;
}

.hp_button p a:hover {
    color: #4d4d4d;
}

.hp_button p a:before {
    content: '';
    background-color: #787a6c;
    border: 1px solid #787a6c;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 75px;
    border-radius: 100px;
    padding: 10px;
    transition: all 0.50s;
}

.hp_button p a:hover:before {
    background-color: transparent;
    border-color: #4d4d4d;
}

.hp_button p a:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, calc(100% + 15px));
    width: 1.5px;
    height: 25px;
    transition: all 0.50s;
}

.hp_button p a:hover:after {
    background-color: #787a6c;
    transform: translate(-50%, calc(100% + 30px));
}

/* image */

.index_wrapper_4 {
    margin-top: 100px;
}

/* collection */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_collection {
    margin-left: 60px;
}

.hp_collection_content {
    gap: 15px;
    transform: rotate(-90deg);
    bottom: 0;
    left: -15px;
    transform-origin: bottom left;
}

.hp_collection_content .hp_title {
    font-size: 45px;
    color: #787a6c;
    /*font-family: 'amoera', sans-serif;*/
    text-transform: uppercase;
}

.hp_collection_content .hp_line {
    width: 125px;
    height: 1.5px;
    margin-bottom: 10px;
}

.hp_collection_image {
    gap: 15px;
}

.hp_collection_image_right {
    gap: 15px;
}

/* info */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 200px;
    background: url(https://cdn1.npcdn.net/userfiles/28644/image/d-cta-banner.jpg)
                center / cover no-repeat;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_info_content {
    gap: 25px;
}

.hp_info_content .hp_title {
    /*font-family: 'amoera', sans-serif;*/
}

.hp_info_content .hp_line {
    width: 100px;
    height: 1.5px;
}

.hp_info_content .hp_button p a {
    color: #ffffff;
}

.hp_info_content .hp_button p a:hover {
    color: #4d4d4d;
}

.hp_info_content .hp_button p a:before {
    background-color: transparent;
    border-color: #ffffff;
}

.hp_info_content .hp_button p a:hover:before {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.hp_info_content .hp_button p a:hover:after {
    background-color: #e1e2dc;
}

/* award */

.index_wrapper_7 {
    padding-top: 100px;
    position: relative;
}

.index_wrapper_7:before {
    content: 'Awards';
    font-size: 450px;
    /*font-family: 'amoera', sans-serif;*/
    color: #e1e2dc;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.25;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_award_content .hp_title {
    color: #787a6c;
    /*font-family: 'amoera', sans-serif;*/
}

.hp_award_content p {
    color: #787a6c;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-track {
    gap: 15px;
    align-items: center;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide:nth-child(odd) .card img {
    height: 250px;
}

/* subscribe */

.index_wrapper_8 {
    padding-top: 50px;
    background-color: #787a6c;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.subscribe_new {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.subscribe_new .row {
    align-items: center;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3 {
    margin-bottom: 0 !important;
    padding: 15px;
}

.subscribe_new h6 {
    font-size: 25px !important;
    margin-top: 0 !important;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px !important;
    /*font-family: 'amoera', sans-serif;*/
}

.subscribe_new p {
    max-width: calc(100% - 15%);
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3.d-flex {
    align-items: center;
    justify-content: flex-end;
}

.subscribe_new .input {
    width: calc(100% - 50%);
    border-radius: 100px 0 0 100px;
    background-color: #ffffff;
    border: 0;
    color: #4d4d4d;
    caret-color: #4d4d4d;
    padding: 15px;
    font-size: 16px !important;
    margin-top: 0 !important;
    line-height: normal;
}

.subscribe_new .input::placeholder {
    color: #4d4d4d;
}

.subscribe_new .input:focus {
    border: 0;
}

.subscribe_new .search {
    position: static;
    border-radius: 0 100px 100px 0;
    color: #787a6c;
    border: 0;
    background-color: #e1e2dc;
    font-size: 16px !important;
    margin-top: 0 !important;
    padding: 15px;
    line-height: normal;
}

.subscribe_new .search:hover {
    background-color: #4d4d4d;
    color: #e1e2dc;
    border: 0;
}

/* downspace */

.hp_downspace_footer {
    background-color: #787a6c;
    padding: 50px 0;
}

/*
.hp_downspace_footer_content .hp_title {
    font-size: 30px;
}
*/

.hp_downspace_footer_content div {
    gap: 15px;
}

.hp_downspace_footer_content h3 {
    font-size: 16px;
    line-height: normal;
    width: 50px;
}

.hp_downspace_footer_content_list ul {
    list-style: none;
    gap: 50px;
}

.hp_downspace_footer_content_list ul li a {
    color: #ffffff;
}

.hp_downspace_footer_content_list ul li a:hover {
    color: #4d4d4d;
}

/* footer */

.footer_type3 {
    background-color: #787a6c;
    border-top: 1px solid #ffffff;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer_type3 .col-12.col-md-9, .footer_type3 .col-12.col-md-3 {
    padding: 15px;
}

.footer_type3 p {
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.d-flex.mb-2 div {
    margin-right: 0 !important;
}

.footer_type3 .text-left.mb-2 a {
    margin-right: 0 !important;
}

.footer_type3 .social_media {
    margin-bottom: 0;
    gap: 15px;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    display: flex;
}

.footer_type3 .social_media li a:hover {
    color: #4d4d4d;
}

.footer_type3 .social_media li a:hover .icon_s img {
    filter: brightness(0);
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 25px;
    color: #4d4d4d;
    font-weight: normal;
    text-transform: uppercase;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media (min-width: 700px) and (max-width: 1199px) {

/*
.container, .container-md, .container-sm {
    max-width: calc(100% - 50px);
}
*/

/* menu */

.navbar_ecommerceDropdown, .nav_bottom, .mega_menu {
    display: block;
}

.nav_bottom .menu {
    flex-wrap: nowrap;
}

.navbar_mobile {
    display: none;
}

#top_spacing {
    height: auto !important;
}

.hp_logo a img {
    max-width: calc(100% - 150px);
}

/* banner */

.hp_banner_content_left h2, .hp_banner_content_right p {
    font-size: 10px;
}

.hp_banner_image {
    max-width: calc(100% - 300px);
}

/* award */

.index_wrapper_7:before {
    font-size: 275px;
    top: 25px;
}

/* downspace */

.hp_downspace_footer_content {
    gap: 15px;
}

.hp_downspace_footer_content div {
    gap: 0;
    align-items: flex-start !important;
    flex-direction: column;
}

.hp_downspace_footer_content_list ul {
    gap: 25px;
}

}

/* */

/* mobile */

@media (max-width: 699px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #4d4d4d;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #4d4d4d;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #4d4d4d;
}

.side_menu input::placeholder {
    color: #4d4d4d !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #4d4d4d !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #787a6c !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #787a6c;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #787a6c;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #787a6c;
}

/* banner */

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_table {
    justify-content: flex-end !important;
    flex-direction: column;
}

.hp_banner_content_left, .hp_banner_content_right {
    position: static !important;
    transform: inherit !important;
    width: 100%;
}

.hp_banner_image {
    order: 1;
    max-width: 100%;
}

/* about */

.hp_about_content p {
    max-width: 100%;
}

/* image */

.index_wrapper_4 #index_4 #index_4_1 img {
    height: 500px;
    object-fit: cover;
}

/* collection */

.hp_collection {
    margin-left: 0;
    gap: 25px;
}

.hp_collection_content {
    position: static !important;
    transform: rotate(0deg);
}

.hp_collection_image {
    flex-direction: column;
}

.hp_collection_image_right {
    flex-direction: row !important;
}

/* info */

.hp_info_content p {
    width: 100% !important;
}

/* award */

.index_wrapper_7:before {
    font-size: 125px;
    top: 50px;
}

/* subscribe */

.subscribe_new .input {
    width: 100%;
}

/* downspace */

.hp_downspace_footer_content_list ul {
    display: grid !important;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

}

/* */