/* desktop */

body {
    color: #212529;
    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 */

.hp_header {
    background-color: #b2832c;
}

.hp_header_content {
    font-size: 1vw;
    gap: 3.25vw;
}

.hp_header_content div {
    gap: 1vw;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 4.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0 0.325vw;
    color: #212529;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #b2832c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* dropdown */

.mega_menu {
    margin-top: 0;
}

/* banner */

.slider_banner .slick-arrow {
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.slider_banner .slick-arrow:before {
    height: 100%;
    line-height: normal;
    opacity: 1;
}

.slider_banner .slick-prev {
    background: linear-gradient(45deg, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
    left: 50px;
    transform: translate(-50%, -50%);
}

.slider_banner .slick-prev:hover {
    background: linear-gradient(-45deg, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
}

.slider_banner .slick-next {
    background: linear-gradient(-45deg, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
    right: 50px;
    transform: translate(50%, -50%);
}

.slider_banner .slick-next:hover {
    background: linear-gradient(45deg, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content p:first-child {
    width: fit-content;
}

.hp_banner_content p:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(15px, -50%);
    width: 25px;
    height: 2.5px;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
    font-family: "Barlow", sans-serif;
    width: max-content;
}

.hp_banner_content h2 strong {
    font-weight: 800;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background: linear-gradient(to right, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
    color: #ffffff;
    padding: 5px 25px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a:hover button {
    background: linear-gradient(to left, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
    color: #212529;
}

.hp_banner_button a:hover button i {
    transform: rotate(90deg);
}

/* running */

.index_wrapper_3 {
    padding-top: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_running {
    background-image: url(https://cdn1.npcdn.net/userfiles/21592/image/running.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    animation: 15s linear hp-running infinite;
    height: 25px;
}

@keyframes hp-running {
    100% {
        background-position-x: -1800px;
    }
}

/* about */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content p:first-child {
    width: fit-content;
}

.hp_about_content p:first-child:after {
    content: '';
    background-color: #212529;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(15px, -50%);
    width: 25px;
    height: 2.5px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Barlow", sans-serif;
}

.hp_title strong {
    font-weight: 800;
}

.hp_title span {
    color: #212529;
}

.hp_button a button {
    transition: all 0.50s;
    background: linear-gradient(to right, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
    color: #ffffff;
    padding: 5px 25px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background: linear-gradient(to left, #8a5c24, #cca844, #e0c355, #f1df69, #b18a3a);
    color: #212529;
}

.hp_button a:hover button i {
    transform: rotate(90deg);
}

.index_wrapper_4 section .col-12.col-sm-6.p-3:last-child .hp_about_content img {
    margin-top: -75px;
}

/* product */

.index_wrapper_5 {
    padding-bottom: 150px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.index_wrapper_5 section .col-12.col-sm-12.p-3 .hp_product_content p {
    width: fit-content;
}

.index_wrapper_5 section .col-12.col-sm-12.p-3 .hp_product_content p:after {
    content: '';
    background-color: #212529;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(15px, -50%);
    width: 25px;
    height: 2.5px;
}

.hp_product_content .hp_title strong em {
    color: #b2832c;
}

.product_cat-4 .col-12.col-md-6.col-lg-6.p-0 {
    padding: 15px !important;
}

.product_cat-4 .col-12.col-md-6.col-lg-6.p-0:nth-child(even) {
    transform: translateY(50px);
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    opacity: 1 !important;
    transform: none !important;
    height: 100%;
}

.product_cat-4 .cat_box a {
    display: flex;
}

.product_cat-4 .cat_box .content {
    justify-content: flex-end;
    height: 125px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.product_cat-4 .cat_box:hover .content {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
}

.product_cat-4 .cat_box .content .content_box {
    padding: 25px 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box {
    color: #b2832c;
}

.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: 25px;
    font-weight: 600;
    line-height: normal;
    font-family: "Barlow", sans-serif;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border: 0;
    padding: 0;
    line-height: normal;
    border-radius: 0;
    font-size: 0 !important;
    position: relative;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    background-color: transparent;
}

.product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary {
    color: #b2832c;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: bold;
}

.product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary:before {
    content: '\f063';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: bold;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* why */

.index_wrapper_6 {
    padding-top: 150px;
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 15px;
    width: 85%;
}

.hp_why_content_info {
    width: 40%;
    gap: 25px;
}

.hp_why_content_info p {
    width: fit-content;
}

.hp_why_content_info p:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(15px, -50%);
    width: 25px;
    height: 2.5px;
}

.hp_why_content_image {
    width: 40%;
    bottom: 90.5px;
    right: 150px;
}

.hp_why_gap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_why_box {
    background-color: #231f20;
    padding: 25px;
    gap: 15px;
}

.hp_why_box_image {
    max-width: 65px;
}

.hp_why_box_content {
    gap: 5px;
}

.hp_why_box_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_why_box_content p {
    font-size: 12px;
}

/* partner */

.index_wrapper_7 {
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_partner_content {
    gap: 25px;
}

.hp_partner_content p {
    width: fit-content;
}

.hp_partner_content p:after {
    content: '';
    background-color: #212529;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(15px, -50%);
    width: 25px;
    height: 2.5px;
}

.hp_partner_content h2 strong em {
    color: #b2832c;
}

.hp_partner_slide_item {
    padding: 15px;
}

.hp_partner_slide_item img {
    border: 1px solid #212529;
}

/* news */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #f1f2f2;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 25px;
}

.hp_news_content p {
    width: fit-content;
}

.hp_news_content p:before, .hp_news_content p:after {
    content: '';
    background-color: #212529;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 2.5px;
}

.hp_news_content p:before {
    left: -25px;
    transform: translate(-15px, -50%);
}

.hp_news_content p:after {
    right: -25px;
    transform: translate(15px, -50%);
}

.hp_news_content h2 strong em {
    color: #b2832c;
}

#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);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.50s;
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 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 .news_box .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;
    color: #212529;
}

#main_index .hp_latest_new_8 .news_box .title p.my-1 {
    margin: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    color: #212529;
    text-decoration: underline !important;
}

#main_index .hp_latest_new_8 .news_box .read_more:hover {
    color: #b2832c;
}

/* contact */

.index_wrapper_9 .row.innerRow_9 {
    position: relative;
}

.index_wrapper_9 .contact_map {
    margin-bottom: 0 !important;
    display: flex;
}

.index_wrapper_9 .contact_map iframe {
    height: 500px;
}

.index_wrapper_9 #index_9 #index_9_2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.hp_contact_content {
    gap: 25px;
    padding: 50px;
    background-color: #b2832c;
    margin-top: -50px;
}

.hp_contact_content p {
    width: fit-content;
}

.hp_contact_content p:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(15px, -50%);
    width: 25px;
    height: 2.5px;
}

.hp_contact_content_gap {
    gap: 25px;
}

.hp_contact_content_gap i {
    font-size: 25px;
    background-color: #ffffff;
    color: #b2832c;
    padding: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.hp_contact_content_gap h3 {
    font-size: 16px;
    line-height: normal;
    font-family: "Barlow", sans-serif;
}

/* footer */

.footer_type6 {
    background-color: #231f20;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
}

.footer_type6 .logo {
    padding-top: 0;
    height: 65px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title {
    min-height: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #b2832c;
    font-family: "Barlow", sans-serif;
}

.footer_type6 ul {
    margin-bottom: 0;
}

.footer_type6 a:hover {
    color: #b2832c;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
}

.footer_type6 .input-container input {
    height: auto;
    transition: all 0.50s;
    padding: 15px;
    border-radius: 0;
    border-color: #ffffff;
    background-color: transparent;
}

.footer_type6 .input-container label {
    height: auto;
    top: 17.5px;
    left: 0;
    padding-right: 0;
    margin-bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.footer_type6 .input-container .moveUp {
    font-size: 0;
    top: 0;
}

.footer_type6 .input-container .submit {
    bottom: -30px;
    right: 15px;
    transform: translate(0, 50%);
    padding: 0;
    transition: all 0.50s;
    color: #b2832c;
}

.footer_type6 .input-container .submit:hover {
    color: #ffffff;
}

.footer_type6 .line {
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.footer_type6 .copy_right.text-left .d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type6 .social_media a {
    margin-left: 0;
    background-color: #b2832c;
    color: #231f20;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.footer_type6 .social_media a:hover {
    background-color: #ffffff;
    color: #b2832c;
}

.footer_type6 .social_media a i {
    line-height: normal;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #232323;
    font-weight: bold;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

#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 */

.slider_banner .slick-arrow {
    padding: 10px;
    width: 30px;
    height: 30px;
}

.slider_banner .slick-prev {
    left: 25px;
}

.slider_banner .slick-next {
    right: 25px;
}

.hp_banner_content h2 {
    font-size: 35px;
}

/* why */

.hp_why_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 15px;
    width: 92%;
}

.hp_why_gap {
    grid-template-columns: repeat(2, 1fr);
}

/* partner */

.index_wrapper_7 section .col-12.col-sm-4.p-3 {
    flex: 0 0 45%;
    max-width: 45%;
}

.index_wrapper_7 section .col-12.col-sm-8.p-3 {
    flex: 0 0 55%;
    max-width: 55%;
}

/* footer */

.footer_type6 .input-container label {
    top: 20px;
    font-size: 12px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* 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: #212529;
    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: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #212529 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #b2832c !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #b2832c;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #b2832c;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #b2832c;
}

/* banner */

.slider_banner .slick-arrow {
    top: auto;
    bottom: 15px;
}

.slider_banner .slick-prev {
    transform: translate(-50%, 0);
}

.slider_banner .slick-next {
    transform: translate(50%, 0);
}

.slider_banner .item img {
    height: 600px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 25px;
}
.hp_banner_image {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

/* about */

.hp_title {
    font-size: 30px;
}

.index_wrapper_4 section .col-12.col-sm-6.p-3:last-child .hp_about_content img {
    margin-top: 0;
}

/* product */

.index_wrapper_5 {
    padding-bottom: 100px;
}

.product_cat-4 .col-12.col-md-6.col-lg-6.p-0:nth-child(even) {
    transform: translateY(0);
}

/* why */

.index_wrapper_6 {
    padding-top: 0;
}

.hp_why_image img {
    height: 500px !important;
    object-fit: cover;
}

.hp_why_content {
    width: 100%;
    flex-direction: column;
}

.hp_why_content_info {
    width: 100%;
    padding: 15px;
}

.hp_why_content_image {
    width: 50%;
    bottom: -20px;
    right: 0;
}

.hp_why_gap {
    grid-template-columns: auto;
}

/* news */

.index_wrapper_8 {
    padding-bottom: 100px;
}

/* contact */

.index_wrapper_9 #index_9 #index_9_2 {
    position: static;
}

.hp_contact_content {
    margin-top: 0;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footer_type6 .line {
    margin-top: 100px;
}

}

/* */