/* desktop */

html {
    scroll-behavior: smooth;
}

body {
    color: #333333;
    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;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.75);
    z-index: 1;
    background-color: #f5f1e8;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 1vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0.325vw;
    font-size: 1vw;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #3f6b4f;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #3f6b4f;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item:hover .dropdown .title:after {
    bottom: 5px;
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    gap: 50px;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: 1.25;
    color: #d88a3d;
    font-family: "Poppins", sans-serif;
}

.hp_banner_content p {
    font-family: "Poppins", sans-serif;
}

.hp_banner_content ul {
    list-style: none;
}

.hp_banner_button {
    gap: 15px;
}

.hp_banner_button div a button {
    font-family: "Poppins", sans-serif;
    transition: all 0.50s;
    padding: 10px 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:first-child a button {
    background-color: #3f6b4f;
    color: #ffffff;
}

.hp_banner_button div:first-child a:hover button {
    background-color: transparent;
    border-color: #3f6b4f;
    color: #3f6b4f;
}

.hp_banner_button div:last-child a button {
    background-color: transparent;
    border-color: #3f6b4f;
    color: #3f6b4f;
}

.hp_banner_button div:last-child a:hover button {
    background-color: #3f6b4f;
    color: #ffffff;
    border-color: transparent;
}

.hp_banner_button div a button b {
    font-weight: 500;
}

.hp_banner_button div a:hover button i {
    transform: scaleX(-1);
}

.hp_banner_scroll:after {
    content: '';
    background-color: #333333;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 1px;
    height: 150px;
}

.hp_banner_scroll p {
    font-family: "Poppins", sans-serif;
}

.hp_banner_scroll p a {
    color: #333333;
    animation: 1s linear hp-hover infinite alternate;
}

@keyframes hp-hover {
    0% {
        color: #333333;
    }
    
    100% {
        color: #d88a3d;
    }
}

.hp_banner_scroll p a:hover {
    color: #d88a3d;
}

.hp_banner_scroll p a b {
    font-weight: 500;
}

/* about */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f1e8;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: flex-end;
}

.index_wrapper_3 #index_3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_3 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    width: fit-content;
    font-family: "Poppins", sans-serif;
}

.hp_subtitle:after {
    content: '';
    background-color: #6c757d;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(5px, -50%);
    width: 15px;
    height: 1px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

.hp_heading {
    font-size: 25px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

.hp_heading strong {
    font-weight: 500;
}

.hp_about_content_box {
    background-color: #efe7da;
    padding: 50px;
    gap: 25px;
    margin-left: -100px;
    margin-right: 125px;
    margin-bottom: -15px;
}

.hp_button a button {
    font-family: "Poppins", sans-serif;
    transition: all 0.50s;
    padding: 10px 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #3f6b4f;
    color: #ffffff;
}

.hp_button a:hover button {
    background-color: transparent;
    border-color: #3f6b4f;
    color: #3f6b4f;
}

.hp_button a button b {
    font-weight: 500;
}

.hp_button a:hover button i {
    transform: scaleX(-1);
}

/* category */

.index_wrapper_5 {
    background-color: #f5f1e8;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 15px;
}

.hp_category_content .hp_subtitle:before {
    content: '';
    background-color: #6c757d;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-5px, -50%);
    width: 15px;
    height: 1px;
}

.hp_category_content .hp_title {
    color: #d88a3d;
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
    border-radius: 15px;
}

.product_cat-4 .cat_box a {
    display: flex;
}

.product_cat-4 .cat_box .content {
    background-color: transparent;
    padding: 15px;
}

.product_cat-4 .cat_box:hover .content {
    background-color: transparent;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 15px;
    text-align: center;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box {
    background-color: rgba(255, 255, 255, 0.75);
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box h4 {
    color: #d88a3d;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: none;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* product */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f1e8;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

.hp_product_content .hp_subtitle:before {
    content: '';
    background-color: #6c757d;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-5px, -50%);
    width: 15px;
    height: 1px;
}

.hp_product_content .hp_title {
    color: #d88a3d;
}

.hp_product_box {
    gap: 15px;
}

.hp_product_box h3 {
    font-size: 16px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

.hp_product_box h3 strong {
    font-weight: 600;
}

/* tag 1 */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efe7da;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_tag_content {
    gap: 15px;
}

.productSlider-1 {
    padding: 0 15px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    color: #333333;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #d88a3d;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    min-height: auto;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #333333;
    font-family: "Poppins", sans-serif;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #d88a3d;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #6c757d;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #333333;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* tag 2 */

.index_wrapper_8 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f1e8;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photoGallerySliderWithTitle {
    background-color: transparent;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    width: auto;
    height: auto;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 15px;
    height: 15px;
    filter: invert(0);
}

.hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

.hp_photoGallerySliderWithTitle .slick-slide {
    min-height: auto;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    opacity: 1 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
} 

/* info 1 */

.index_wrapper_9 {
    background-color: #f5f1e8;
}

.index_wrapper_9 .row.outerRow_9 {
    align-items: flex-end;
}

.index_wrapper_9 #index_9 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_9 #index_9 #index_9_1 img {
    position: relative;
    top: 50px;
    z-index: 1;
}

.index_wrapper_9 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_info_content {
    gap: 15px;
    background-color: #efe7da;
    padding: 100px 15px 100px 115px;
    margin: auto -100px;
}

.hp_info_content:after {
    content: '';
    background-color: #efe7da;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}

.hp_info_content .hp_title {
    font-size: 30px;
}

.hp_info_content .hp_title strong {
    font-weight: 500;
}

.hp_info_content .hp_title strong span {
    font-size: 45px;
    color: #d88a3d;
}

/* info 2 */

.index_wrapper_11 {
    margin-top: -50px;
    padding-top: 250px;
    padding-bottom: 250px;
    background-color: #f5f1e8;
    background-image: url(https://cdn1.npcdn.net/userfiles/28412/image/H_BACKGROUND.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_info_content_2 .hp_title {
    font-size: 25px;
}

.hp_info_content_2 .hp_title strong {
    font-weight: 500;
}

.hp_info_content_2 .hp_title strong span {
    font-size: 40px;
    color: #d88a3d;
}

.hp_info_content_2 p {
    max-width: calc(100% - 65%);
}

/* blog */

.index_wrapper_12 {
    margin-top: -100px;
    padding-bottom: 50px;
    background-color: #f5f1e8;
}

.index_wrapper_12 #index_12 {
    padding-right: 0;
    padding-left: 0;
}

.hp_blog_content {
    gap: 15px;
}

.hp_blog_content .hp_subtitle:before {
    content: '';
    background-color: #6c757d;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-5px, -50%);
    width: 15px;
    height: 1px;
}

.hp_blog_content .hp_title {
    color: #d88a3d;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 15px;
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.50);
    transition: all 0.50s;
    box-shadow: none;
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.25);
}

#main_index .hp_latest_new_8 .news_box .img_frame {
    height: 100%;
    padding-top: 0;
}

#main_index .hp_latest_new_8 .news_box .img_frame img {
    position: static;
    transform: none;
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 16px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

#main_index .hp_latest_new_8 .news_box .title p.my-1 {
    margin: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .title p.my-1 b {
    font-weight: 500;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new_8 .news_box .content p {
    margin-bottom: 0;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin-bottom: 0 !important;
    color: #d88a3d;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #6c757d;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline !important;
}

#main_index .hp_latest_new_8 .news_box .read_more:hover {
    text-decoration: none !important;
    color: #333333;
}

/* contact */

#hp-contact {
    scroll-margin-top: 225px;
}

.index_wrapper_13 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d88a3d;
}

.index_wrapper_13 #index_13 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 15px;
}

.hp_contact_content .hp_subtitle:after {
    background-color: #ffffff;
}

/* footer */

.footer_type10 {
    padding-top: 50px !important;
    background-color: #f5f1e8;
    color: #333333;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-color: #333333;
}

.footer_type10 .sub_title p {
    font-weight: bold !important;
    font-family: "Poppins", sans-serif;
}

.footer_type10 .logo {
    padding-top: 0;
    height: 75px;
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type10 .text {
    color: #333333 !important
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:first-child .text {
    font-size: 14px;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .icon i {
    color: #333333;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    transition: all 0.50s;
    color: #333333;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #d88a3d;
}

/*
.footer_type10 .social_media a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}
*/

.footer_type10 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type10 a {
    color: #333333;
}

.footer_type10 a:hover {
    color: #d88a3d;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

/*
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}
*/

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
    height: 300px;
}

.footer_type10 .text-light {
    color: #333333 !important;
}

.footer_type10 .text-light .line_top {
    border-color: #333333;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.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 only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_table {
    gap: 0;
}

.hp_banner_content {
    width: 75%;
}

.hp_banner_content h2 {
    font-size: 35px;
}

.hp_banner_content p, .hp_banner_button div a button, .hp_banner_scroll p {
    font-size: 12px;
}

/* about */

.hp_about_content_box {
    margin-right: 0;
}

/* info 1 */

.hp_info_content {
    margin: auto 0 auto -100px;
}

/* info 2 */

.index_wrapper_11 {
    padding-top: 50px;
}

.hp_info_content_2 {
    position: relative;
    top: 100px;
}

/* contact */

#hp-contact {
    scroll-margin-top: 175px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #f5f1e8;
    border-bottom: 0;
    height: auto;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.75);
}

.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: #333333;
    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: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #333333;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #333333;
}

.side_menu input::placeholder {
    color: #333333 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #333333 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #d88a3d !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;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
}

.side_menu .list-group .list-group-item a:hover {
    color: #d88a3d;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #d88a3d;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #d88a3d;
}

/* banner */

.slider_banner .item img {
    height: 650px !important;
    object-fit: cover;
}

.hp_table {
    gap: 0;
    justify-content: flex-start !important;
}

.hp_banner_content h2 {
    font-size: 25px;
}

.hp_banner_content h2 strong br, .hp_banner_content p br {
    display: none;
}

.hp_banner_button {
    align-items: flex-start !important;
    flex-direction: column;
}

/* about */

.hp_about_content_box {
    padding: 50px 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

/* info 1 */

.index_wrapper_9 #index_9 #index_9_1 img {
    top: 0;
}

.hp_info_content {
    padding: 100px 15px;
    margin: -100px auto 0;
}

/* info 2 */

.index_wrapper_11 {
    margin-top: -15px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

.hp_info_content_2 p {
    max-width: calc(100% - 0%);
}

/* blog */

.index_wrapper_12 {
    margin-top: 0;
}

}

/* */