/* desktop */

body {
    color: #000000;
    line-height: 1.25;
    font-weight: 300;
}

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 */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #000000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between:before,
.navbar_ecommerceDropdown .container.d-flex.justify-content-between:after {
    content: '';
    background-color: #00ff01;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5px;
    z-index: 1;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between:before {
    left: -50%;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between:after {
    right: -50%;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 3.25vw 1vw 1.65vw 3.25vw;
    justify-content: flex-end;
    flex-grow: inherit;
    background-color: #ffffff;
    position: relative;
}

.navbar_ecommerceDropdown .nav_search:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 3vw;
    flex-wrap: nowrap;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 300;
}

.navbar_ecommerceDropdown .e_commerce {
    gap: 1vw;
    padding: 3.25vw 1vw 1.65vw 1vw;
    align-items: center;
}

.navbar_ecommerceDropdown .e_commerce .login {
    filter: inherit;
    padding: 0;
}

.navbar_ecommerceDropdown .e_commerce .faicon:hover .login {
    color: #000000;
}

.navbar_ecommerceDropdown .e_commerce .login i {
    font-size: 1vw !important;
    padding: 0;
    filter: inherit;
}

.navbar_ecommerceDropdown .e_commerce .shopping a {
    padding: 0 !important;
    display: flex;
}

.navbar_ecommerceDropdown .e_commerce .shopping a:hover {
    color: #000000;
}

.navbar_ecommerceDropdown .e_commerce .shopping a i {
    font-size: 1vw !important;
    padding: 0;
    filter: inherit;
}

/* dropdown */

.navbar_ecommerceDropdown .e_commerce .member-menu {
    min-width: auto;
    box-shadow: none;
    border-radius: 0;
    margin-top: -1.65vw;
    margin-bottom: 0;
    top: 100%;
    border: 2.5px solid #00ff01;
    z-index: 10;
}

.navbar_ecommerceDropdown .e_commerce .member-menu li a {
    text-transform: uppercase;
    font-size: 1vw;
}

.navbar_ecommerceDropdown .e_commerce .member-menu .nav-item a:hover {
    background-color: #00ff01;
}

/* banner */

.slider_banner .item img {
    filter: brightness(0.75);
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
    margin-bottom: 150px;
}

.hp_banner_content h2 {
    font-size: 90px;
    line-height: 0.90;
    font-family: "Teko", sans-serif;
}

.hp_banner_content h2 strong span {
    -webkit-text-stroke: 2.5px #ffffff;
    paint-order: stroke fill;
    color: #000000;
}

/* slogan */

.index_wrapper_3 {
    padding-bottom: 50px;
    background-color: #000000;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan_content {
    gap: 15px;
}

.hp_title {
    font-size: 55px;
    line-height: 0.90;
    font-family: "Teko", sans-serif;
}

.hp_title strong span {
    -webkit-text-stroke: 2.5px #ffffff;
    paint-order: stroke fill;
    color: #000000;
}

/* category video */

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_box {
    border: 2.5px solid #000000;
    padding: 25px;
    gap: 15px;
    transition: all 0.50s;
}

.hp_category_box:hover {
    border-color: #00ff01;
    box-shadow: 15px 15px 0 #00ff01;
}

.hp_category_box div iframe {
    width: 100%;
    height: 184px;
}

.hp_category_box h3 {
    font-size: 20px;
    line-height: normal;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #00ff01;
    color: #000000;
    padding: 10px 25px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #000000;
    color: #00ff01;
}

.hp_button a:hover button i {
    transform: scaleX(-1);
}

/* show */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000000;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_show_content {
    gap: 15px;
}

.hp_show_box {
    border: 2.5px solid #ffffff;
    padding: 25px;
    gap: 15px;
}

.hp_show_box_content {
    gap: 15px;
}

.hp_show_box_content h3 {
    font-size: 50px;
    line-height: 1;
}

.hp_show_box_content h4 {
    font-size: 16px;
    line-height: normal;
}

.hp_show_box_content h4 strong {
    font-weight: 300;
}

.hp_show_box_icon {
    gap: 5px;
}

.hp_show_box_icon div i {
    color: #00ff01;
}

.hp_show_box_image {
    margin: -50px auto;
}

.hp_show_box .hp_button {
    gap: 75px;
}

.hp_show_box .hp_button a button {
    padding: 15px 25px;
}

.hp_show_box .hp_button div:first-child a button {
    box-shadow: 5px 5px 0 #009900;
}

.hp_show_box .hp_button div:last-child a button {
    background-color: #6c6c6c;
    color: #ffffff;
    box-shadow: 5px 5px 0 #4d4d4d;
}

.hp_show_box .hp_button div:first-child a:hover button {
    box-shadow: none;
    background-color: #6c6c6c;
    color: #ffffff;
}

.hp_show_box .hp_button div:last-child a:hover button {
    box-shadow: none;
    background-color: #00ff01;
    color: #000000;
}

/* tag */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_tag_content {
    gap: 15px;
}

.hp_tag_content .hp_title strong span {
    -webkit-text-stroke: 2.5px #000000;
    paint-order: stroke fill;
    color: #ffffff;
}

.productSlider-1 {
    border-top: 2.5px solid #000000;
    border-bottom: 2.5px solid #000000;
}

.productSlider-1 .product_img {
    max-width: 1240px;
    margin: auto;
}

.productSlider-1 .product_img .slick-arrow {
    display: none !important;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.productSlider-1 .product_img .product_box .product_img_frame .status {
    display: none;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #000000;
}

.productSlider-1 .product_img .product_box .content a:hover h6 {
    color: #00ff01;
}

.productSlider-1 .product_img .product_box .content p {
    margin-bottom: 0;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
    margin-left: auto;
    margin-top: auto;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #000000;
    background-color: #00ff01;
    padding: 15px 25px;
    box-shadow: 5px 5px 0 #009900;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #00ff01;
    background-color: #000000;
    box-shadow: none;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* about */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000000;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_box {
    border: 2.5px solid #ffffff;
    padding: 25px 0 25px 25px;
    gap: 15px;
}

.hp_about_box_content {
    gap: 15px;
    width: 60%;
}

.hp_about_box_image {
    width: 40%;
    margin: -50px -2.5px -50px auto;
}

/* register */

.index_wrapper_8 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_register_box {
    border: 2.5px solid #000000;
    padding: 25px 25px 25px 0;
    gap: 15px;
}

.hp_register_box_image {
    margin: -50px auto -50px -2.5px;
}

.hp_register_box_content {
    gap: 15px;
}

.hp_register_box_content .hp_title strong span {
    -webkit-text-stroke: 2.5px #000000;
    paint-order: stroke fill;
    color: #ffffff;
}

.hp_register_box_content .hp_button a button {
    padding: 15px 25px;
}

.hp_register_box_content .hp_button a button {
    box-shadow: 5px 5px 0 #009900;
}

.hp_register_box_content .hp_button a:hover button {
    box-shadow: none;
    background-color: #000000;
}

/* footer */

.footer_type12 {
    background-color: #000000;
    overflow: hidden;
}

.footer_type12 .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
    padding: 0 15px !important;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3 .row {
    align-items: center;
}

.footer_type12 .col-12.col-md-6 {
    padding: 15px;
}

.footer_type12 .title {
    min-height: auto;
}

.footer_type12 .col-12.col-md-6 .title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-size: 0;
    gap: 5px;
}

.footer_type12 .col-12.col-md-6 .title:before,
.footer_type12 .col-12.col-md-6 .title:after {
    font-size: 35px;
    font-weight: bold;
}

.footer_type12 .col-12.col-md-6 .title:before {
    content: 'Subscribe';
}

.footer_type12 .col-12.col-md-6 .title:after {
    content: 'news';
    -webkit-text-stroke: 2.5px #ffffff;
    paint-order: stroke fill;
    color: #000000;
}

.footer_type12 .subscribe_new {
    font-size: 0;
    line-height: normal;
}

.footer_type12 .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footer_type12 .input-container input, .footer_type12 .input-container label {
    height: auto;
}

.footer_type12 .input-container input {
    border-width: 2.5px;
    border-color: #00ff01;
    position: static;
    padding: 10px 25px;
}

.footer_type12 .input-container .submit {
    position: static;
    padding: 10px 25px;
    border-width: 2.5px;
    border-color: #00ff01;
    height: auto;
    font-weight: bold;
    transition: all 0.50s;
}

.footer_type12 .input-container .submit:hover {
    color: #00ff01;
}

.footer_type12 .title h6 {
    font-weight: bold;
}

.footer_type12 p.company_des {
    margin-bottom: 0;
}

.footer_type12 div.d-flex {
    gap: 5px;
    align-items: baseline;
}

.footer_type12 .location i {
    margin-top: 0;
    margin-right: 0;
}

.footer_type12 p {
    margin-bottom: 0;
}

.footer_type12 .list-unstyled {
    margin-bottom: 0;
}

.footer_type12 a:hover {
    color: #00ff01;
}

.footer_type12 .line {
    background-color: #00ff01;
    margin-bottom: 0;
    margin-top: 50px;
    height: 2.5px;
}

.footer_type12 .col-12.col-md-7.text-center.text-md-left {
    padding: 15px;
}

.footer_type12 .copy_right p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type12 p.text-center.text-md-left.my-1 {
    margin: 0 !important;
}

.footer_type12 p.text-center.text-md-left.my-1 a {
    padding-right: 0 !important;
}

.footer_type12 .col-12.col-md-5 {
    padding: 15px;
}

.footer_type12 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type12 .social_media a {
    margin-left: 0;
    display: flex;
}

.footer_type12 .social_media a .icon_s {
    bottom: 0;
}

.footer_type12 .social_media a .icon_s img {
    height: 16px;
    transition: all 0.50s;
}

.footer_type12 .social_media a:hover .icon_s img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(2271%)
    hue-rotate(85deg) brightness(111%) contrast(137%);
}

/* sign */

.login_box .logo_area .img_frame img {
    background-color: #000000;
    padding: 25px;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Teko", 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 (max-width: 993px), only screen and (min-width: 768px) and (max-width: 1140px) {

/* menu */

#top_spacing {
    height: 0 !important;
}

.navbar_ecommerceDropdown, .nav_bottom, .mega_menu {
    display: block;
}

.navbar_mobile {
    display: none;
}

/* banner */

.hp_banner_content h2 {
    font-size: 55px;
}

/* catgeory video */

.hp_category_box div iframe {
    height: 131px;
}

/* show */

.hp_show_box_content h3 {
    font-size: 35px;
}

/* tag */

.productSlider-1 .product_img {
    max-width: 950px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #000000;
    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: #ffffff;
    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: #000000;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 10px 25px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #00ff01 !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: #00ff01;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #00ff01;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #00ff01;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
    margin-bottom: 75px;
}

.hp_banner_content h2 {
    font-size: 60px;
}

/* category video */

.index_wrapper_4 {
    margin: auto 15px;
}

.hp_category_box div iframe {
    height: 175px;
}

/* show */

.hp_show_box {
    flex-direction: column;
}

.hp_show_box_content {
    width: 100% !important;
}

.hp_show_box_content h3 {
    font-size: 35px;
}

.hp_show_box_image {
    width: 100% !important;
    margin: 25px auto -50px;
}

/* about */

.hp_about_box {
    flex-direction: column;
    padding-right: 25px;
}

.hp_about_box_content {
    width: 100%;
}

.hp_show_box .hp_button {
    flex-direction: column;
    gap: 25px;
}

.hp_about_box_image {
    width: 100%;
    margin: 25px auto -50px;
}

/* register */

.hp_register_box {
    flex-direction: column;
    padding-left: 25px;
}

.hp_register_box_image {
    margin: -50px auto 25px;
}

/* footer */

.footer_type12 .col-12.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footer_type12 .social_media {
    justify-content: center;
}

.footer_type12 .social_media a {
    margin-right: 0;
}

}

/* */