/* desktop */

body {
    color: #292929;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.navbar_type10 .container div:nth-child(2) {
    order: 3;
}

.hp_header_content_gap {
    gap: 5px;
    font-size: 1vw;
}

.hp_header_content_gap div i {
    color: #c10000;
    width: 15px;
}

.hp_header_content_gap div p {
    line-height: normal;
}

/* menu */

.navbar_type10 {
    padding: 0;
}

.navbar_type10 .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.navbar_type10 .nav_logo {
    padding: 15px;
}

.navbar_type10 .nav_logo a {
    display: flex;
}

.navbar_type10 .nav_logo img {
    max-height: 5vw;
}

.navbar_type10 .nav_search {
    padding: 15px;
    max-width: 100%;
    justify-content: center;
}

.navbar_type10 .nav_search form {
    width: 75% !important;
}

.navbar_type10 .nav_search input {
    background: #f4f2f3;
    border: 1px solid rgba(41, 41, 41, 0.15);
    padding: 15px;
    border-radius: 100px 0 0 100px;
    max-height: 25px;
    font-size: 1vw;
}

.navbar_type10 .nav_search input::placeholder {
    font-size: 1vw;
}

.navbar_type10 .nav_search .search_button {
    border: 1px solid #c10000;
    border-radius: 0 100px 100px 0;
    padding: 15px;
    max-height: 25px;
    transition: all 0.50s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
}

.navbar_type10 .nav_search .search_button:hover {
    background-color: #292929;
}

.nav_bottom {
    box-shadow: none;
    border-top: 1px solid rgba(41, 41, 41, 0.15);
    border-bottom: 1px solid rgba(41, 41, 41, 0.15);
}

.nav_bottom .menu .nav_item {
    transition: all 0.50s;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #c10000;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 5px 15px;
    color: #292929;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
    max-width: fit-content;
    overflow-y: scroll;
    max-height: 350px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    box-shadow: none;
    border: 1px solid rgba(41, 41, 41, 0.15);
    padding: 15px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li {
    padding-bottom: 0;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding: 0 !important;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_banner_line {
    padding-bottom: 10px;
}

.hp_banner_line:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3.5px;
}

.hp_banner_content h2 {
    font-size: 35px;
    line-height: 1.25;
}

.hp_banner_button a button {
    transition: all 0.50s;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: transparent;
}

.hp_banner_button a button:hover {
    background-color: #ffffff;
    color: #c10000;
}

.hp_banner_button a button:hover i {
    animation: 1s linear headShake;
}

.hp_banner_image img {
    transform: scale(1.35);
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 25px;
    line-height: normal;
}

.hp_line {
    padding-bottom: 10px;
}

.hp_line:after {
    content: '';
    background-color: #c10000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3.5px;
}

.hp_category_box {
    gap: 15px;
    cursor: pointer;
}

/* tag 1 */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: flex-end;
}

.index_wrapper_4 #index_5 {
    background-color: #f2f2f2;
}

.hp_tag_content {
    gap: 25px;
}

.hp_tag_content p {
    color: #c10000;
}

.productSlider-1 {
    padding: 50px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.productSlider-1 .product_img .slick-prev:before {
    content: '\f100';
}

.productSlider-1 .product_img .slick-next:before {
    content: '\f101';
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    color: #c10000;
    border: 3.5px solid #c10000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #292929;
    border-color: #292929;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(41, 41, 41, 0.15);
    min-height: auto;
    padding: 15px;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
    transition: all 0.50s;
    color: #292929;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #c10000;
}

.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: #c10000;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #292929;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* tag 2 */

.index_wrapper_6 {
    padding-bottom: 100px;
}

.index_wrapper_6 .row.outerRow_6 {
    align-items: flex-end;
}

.index_wrapper_6 #index_6 {
    background-color: #f2f2f2;
}

/* tag 3 */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: flex-end;
}

.index_wrapper_8 #index_9 {
    background-color: #f2f2f2;
}

/* tag 4 */

.index_wrapper_10 {
    padding-bottom: 100px;
}

.index_wrapper_10 .row.outerRow_10 {
    align-items: flex-end;
}

.index_wrapper_10 #index_10 {
    background-color: #f2f2f2;
}

/* tag 5 */

.index_wrapper_12 {
    padding-bottom: 100px;
}

.index_wrapper_12 .row.outerRow_12 {
    align-items: flex-end;
}

.index_wrapper_12 #index_13 {
    background-color: #f2f2f2;
}

/* tag 6 */

.index_wrapper_14 {
    padding-bottom: 100px;
}

.index_wrapper_14 .row.outerRow_14 {
    align-items: flex-end;
}

.index_wrapper_14 #index_14 {
    background-color: #f2f2f2;
}

/* tag 7 */

.index_wrapper_16 {
    padding-bottom: 100px;
}

.index_wrapper_16 .row.outerRow_16 {
    align-items: flex-end;
}

.index_wrapper_16 #index_17 {
    background-color: #f2f2f2;
}

/* tag 8 */

.index_wrapper_18 {
    padding-bottom: 100px;
}

.index_wrapper_18 .row.outerRow_18 {
    align-items: flex-end;
}

.index_wrapper_18 #index_18 {
    background-color: #f2f2f2;
}

/* tag 9 */

.index_wrapper_20 {
    padding-bottom: 100px;
}

.index_wrapper_20 .row.outerRow_20 {
    align-items: flex-end;
}

.index_wrapper_20 #index_21 {
    background-color: #f2f2f2;
}

/* tag 10 */

.index_wrapper_22 {
    padding-bottom: 100px;
}

.index_wrapper_22 .row.outerRow_22 {
    align-items: flex-end;
}

.index_wrapper_22 #index_22 {
    background-color: #f2f2f2;
}

/* info */

.index_wrapper_24 {
    padding-bottom: 100px;
}

.index_wrapper_24 #index_24 {
    padding-right: 0;
    padding-left: 0;
}

.hp_info {
    background-image: url(https://cdn1.npcdn.net/userfiles/27613/image/Gluck-Hardware--Timber-Sdn-Bhd-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    padding: 50px;
    gap: 50px;
}

.hp_info_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_info_gap {
    gap: 15px;
}

.hp_info_box {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 25px 15px;
    gap: 15px;
}

.hp_info_box div {
    max-width: 75px;
}

.hp_info_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_button a button {
    transition: all 0.50s;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: transparent;
}

.hp_button a button:hover {
    background-color: #ffffff;
    color: #c10000;
}

.hp_button a button:hover i {
    animation: 1s linear headShake;
}

/* about */

.index_wrapper_25 {
    padding-bottom: 100px;
}

.index_wrapper_25 .row.outerRow_25 {
    align-items: center;
}

.index_wrapper_25 #index_25 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_25 #index_26 {
    padding: 15px;
}

.hp_about_content {
    gap: 15px;
}

.hp_about_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_about_content .hp_title {
    font-size: 35px;
}

.hp_about_content div:nth-child(3) {
    gap: 15px;
}

.hp_about_content .hp_button a button {
    border-color: #c10000;
    color: #c10000;
}

.hp_about_content .hp_button a button:hover {
    background-color: #c10000;
    color: #ffffff;
}

/* brand */

.index_wrapper_27 {
    padding-bottom: 100px;
}

.index_wrapper_27 #index_27 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_content {
    gap: 15px;
}

.hp_brand_content p {
    color: #c10000;
}

.hp_brand_slider_item {
    padding: 0 25px;
}

/* why */

.index_wrapper_28 {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_28:after {
    content: '';
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
}

.index_wrapper_28 #index_28 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_box {
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(41, 41, 41, 0.15);
    gap: 15px;
}

.hp_why_box div {
    max-width: 100px;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    color: #c10000;
}

.hp_why_box h3 strong {
    font-weight: 500;
}

/* footer */

.footer_type9 {
    background-color: transparent;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27613/image/K_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_type9 .col-12.col-md-6.mb-md-0.line {
    padding: 15px 50px 15px 15px;
    flex: 0 0 70%;
    max-width: 70%;
}

.footer_type9 .line {
    border-color: #ffffff;
}

.footer_type9 .logo {
    padding-top: 75px;
}

.footer_type9 .logo img {
    max-height: 75px;
}

.footer_type9 .text {
    color: #ffffff !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 .mb-3 p.text:nth-child(2):before {
    content: 'Gluck Hardware & Timber Sdn Bhd (HQ)';
    display: block;
    font-weight: bolder;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 .mb-3 p.text:nth-child(2):after {
    content: 'Mobile: +6012-795 3628, +6016-311 7323';
    display: block;
    margin-top: 5px;
}

.footer_type9 .npfooter_languagebar .text-muted {
    color: #ffffff !important;
}

.footer_type9 a {
    color: #ffffff;
}

.footer_type9 a:hover {
    color: #292929;
}

.footer_type9 .sub_title {
    margin-top: 0 !important;
}

.footer_type9 .sub_title p {
    font-weight: normal !important;
}

.footer_type9 .list-unstyled.d-flex.flex-wrap.nav_item {
    margin-bottom: 0;
    gap: 15px;
}

.footer_type9 .social_media {
    margin-top: 1rem !important;
    padding-right: 0 !important;
    gap: 15px;
}

.footer_type9 .social_media a {
    margin-right: 0;
}

.footer_type9 .social_media a .icon_s {
    padding: 15px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    width: 25px;
    height: 25px;
    margin-bottom: 0 !important;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: #ffffff;
}

.footer_type9 .social_media a .icon_s i {
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
}

.footer_type9 .social_media a:hover .icon_s i {
    color: #c10000;
}

.footer_type9 .social_media a .icon_s img {
    filter: brightness(10);
    height: 16px;
}

.footer_type9 .social_media a:hover .icon_s img {
    filter: brightness(1);
}

.footer_type9 .social_mediaImg {
    display: none;
}

.footer_type9 .nav_item li {
    padding-right: 0;
}

.footer_type9 .nav_item li a {
    color: #ffffff;
    text-transform: capitalize;
}

.footer_type9 .nav_item li a:hover {
    color: #292929;
}

.footer_type9 .nav_item li a::after {
    display: none;
}

.footer_type9 .nav_item li a p {
    border-right: 1px solid #ffffff;
    margin-bottom: 0 !important;
    padding-right: 15px;
}

.footer_type9 .nav_item li:last-child a p {
    border-right: none;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 {
    padding: 15px !important;
    position: relative;
    left: 50px;
    flex: 0 0 30%;
    max-width: 30%;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 div:last-child {
    padding-top: 10px;
}

.footer_type9 .icon {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
}

.footer_type9 .bg_dark {
    background-color: transparent;
    margin-top: 0 !important;
}

.footer_type9 .copy_right p {
    margin-bottom: 0 !important;
}

.footer_type9 .copy_right div.my-1 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #292929;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    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;
    display: block;
}

#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;
    border-radius: 25px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content h2 {
    font-size: 27.5px;
}

/* tag 1 */

.index_wrapper_4 .col-12.col-sm-9.p-0 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important;
}

/* tag 2 */

.index_wrapper_6 .col-12.col-sm-11.p-0 {
    padding-right: 15px !important;
}

/* tag 3 */

.index_wrapper_8 .col-12.col-sm-9.p-0 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important;
}

/* tag 4 */

.index_wrapper_10 .col-12.col-sm-11.p-0 {
    padding-right: 15px !important;
}

/* footer */

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    left: 0 !important;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
    border-bottom: 1px solid rgba(41, 41, 41, 0.15);
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #292929;
    border-radius: 0 !important;
    background-color: transparent;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #c10000;
    background-color: transparent;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

/*
.navbar_mobile .logo_img {
    max-height: 75px;
}
*/

.side_menu {
    background-color: #292929;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 100px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #292929;
}

.side_menu input::placeholder {
    color: #292929 !important;
}

.side_menu button {
    color: #292929 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #c10000 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    /*text-align: center;*/
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #c10000;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: flex-start;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #c10000;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 600px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content, .hp_banner_image {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_image img {
    transform: scale(1);
}

/* tag 1, 2, 3, 4, 5, 6, 7, 8, 9 & 10 */

.hp_tag_content {
    padding: 15px 15px 0 !important;
}

.productSlider-1 .product_img .slick-arrow {
    top: auto;
    bottom: -15px;
}

.productSlider-1 .product_img .slick-prev {
    left: 35px;
    transform: translate(-50%, 0);
}

.productSlider-1 .product_img .slick-next {
    right: 35px;
    transform: translate(   50%, 0);
}

.productSlider-1 {
    padding: 50px 0;
}

/* tag 2, 4, 6, 8 & 10 */

.index_wrapper_6 .row.outerRow_6, .index_wrapper_10 .row.outerRow_10, .index_wrapper_14 .row.outerRow_14, .index_wrapper_18 .row.outerRow_18,
.index_wrapper_22 .row.outerRow_22 {
    flex-direction: column-reverse;
}

/* info */

.hp_info_content {
    grid-template-columns: repeat(1, auto);
}

/* footer */

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    left: 0 !important;
}

}

/* */