/* desktop */

body {
    color: #0a0a0a;
    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 */

.hp_header {
    top: 25px;
    left: 50%;
    transform: translateX(calc(-50% + 17.5vw));
    z-index: 10;
}

.hp_header_content ul {
    gap: 3.25vw;
    list-style: none;
}

.hp_header_content ul li {
    position: relative;
}

#main_index .hp_header_content ul li:after {
    background-color: #ffffff;
}

.hp_header_content ul li:after {
    content: '';
    background-color: #0a0a0a;
    position: absolute;
    top: 50%;
    right: -1.65vw;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
}

.hp_header_content ul li:last-child:after {
    display: none;
}

.hp_header_content ul li p {
    font-size: 1vw;
    text-align: center;
}

#main_index .hp_header_content ul li p a {
    color: #ffffff;
}

.hp_header_content ul li p a {
    color: #0a0a0a;
}

#main_index .hp_header_content ul li p a:hover, .hp_header_content ul li p a:hover {
    color: #760404;
}

/* menu */

.navbar_type11_right_height {
    min-height: 0;
}

.navbar_type11_right .menu_btn .bar1, .navbar_type11_right .menu_btn .bar2, .navbar_type11_right .menu_btn .bar3 {
    background-color: #760404;
}

.navbar_type11_right .level_1 a {
    text-transform: uppercase;
}

/* banner */

.index_wrapper_2 .row.innerRow_2 {
    position: relative;
}

.slider_banner .item.slick-slide img {
    height: 100vh !important;
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content:before, .hp_banner_content:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
}

.hp_banner_content:before {
    left: -50px;
    transform: translate(-15px, -50%);
}

.hp_banner_content:after {
    right: -50px;
    transform: translate(15px, -50%);
}

.hp_banner_content h3 {
    font-size: 25px;
    line-height: 1;
    /*font-family: "Bebas Neue", sans-serif;*/
}

.hp_banner_content div h2 {
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    /*font-family: "Bebas Neue", sans-serif;*/
}

.hp_banner_line {
    background-color: #ffffff;
    width: 1px;
    height: 50px;
}

.index_wrapper_2 #index_2_2 {
    position: absolute;
    bottom: -40px;
    z-index: 10;
}

.hp_banner_bottom {
    gap: 25px;
    cursor: pointer;
    width: fit-content;
    /*animation: 1s linear fadeInDown infinite alternate;*/
}

.hp_banner_bottom p, .hp_banner_bottom .hp_banner_line {
    transition: all 0.50s;
}

.hp_banner_bottom:hover p {
    color: #760404 !important;
}

.hp_banner_bottom:hover .hp_banner_line {
    background-color: #0a0a0a;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28010/image/B-BG.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.index_wrapper_3:before, .index_wrapper_3:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: -1;
}

.index_wrapper_3:before {
    left: 15px;
}

.index_wrapper_3:after {
    right: 15px;
}

.index_wrapper_3 .container.outerContainer_3 {
    position: relative;
    z-index: 1;
}

/*
.index_wrapper_3 .container.outerContainer_3:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28010/image/about1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0, -50%);
    width: 100%;
    height: 75%;
    z-index: -1;
}
*/

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_image .slick-arrow {
    z-index: 1;
}

.hp_about_image .slick-arrow:before {
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    transition: all 0.50s;
}

.hp_about_image .slick-arrow:hover:before {
    color: #0a0a0a;
}

.hp_about_image .slick-prev {
    left: -25px;
}

.hp_about_image .slick-next {
    right: -25px;
}

.hp_about_image .slick-slide {
    transform: scale(0.90);
}

.hp_about_image .slick-slide:first-child img {
    transform: rotate(5deg);
}

.hp_about_image .slick-slide:nth-child(2) img {
    transform: rotate(-5deg);
}

.hp_about_image .slick-slide:nth-child(3) img {
    transform: rotate(5deg);
}

.hp_about_image .slick-slide:last-child img {
    transform: rotate(-5deg);
}

.hp_about_stick {
    bottom: -25px;
    right: -25px;
    animation: 15s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

.hp_about_content {
    gap: 25px;
}

.hp_title {
    font-size: 50px;
    line-height: 1;
    /*font-family: "Bebas Neue", sans-serif;*/
}

.hp_line {
    border-bottom: 2.5px dashed #ffffff;
    width: 100px;
    line-height: 0;
}

.hp_button {
    gap: 15px;
    cursor: pointer;
    width: fit-content;
}

.hp_button p {
    /*font-size: 25px;*/
    /*font-family: "Bebas Neue", sans-serif;*/
    transition: all 0.50s;
    position: relative;
    z-index: 1;
    line-height: normal;
    letter-spacing: 1.5px;
}

.hp_button:hover p {
    color: #0a0a0a;
}

.hp_button p:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    z-index: -1;
    transition: all 0.50s;
    opacity: 0;
}

.hp_button:hover p:before {
    background-color: #0a0a0a;
    width: 100%;
    opacity: 1;
}

.hp_button p:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    z-index: -1;
    transition: all 0.50s;
    opacity: 1;
}

.hp_button:hover p:after {
    background-color: #0a0a0a;
    width: 0;
    opacity: 0;
}

.hp_button i {
    background-color: #ffffff;
    color: #760404;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button:hover i {
    background-color: #0a0a0a;
    animation: 1s linear headShake infinite;
}

/* brand */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e2e1dc;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_content {
    gap: 25px;
}

.hp_brand_box {
    gap: 25px;
    cursor: pointer;
}

.hp_brand_box h3 {
    font-size: 20px;
    line-height: 1;
    /*font-family: "Bebas Neue", sans-serif;*/
}

.hp_brand_box .hp_button p:after {
    background-color: #0a0a0a;
}

.hp_brand_box .hp_button i {
    background-color: #760404;
    color: #ffffff;
}

.hp_brand_box .hp_button:hover i {
    background-color: #0a0a0a;
}

/* recognized */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_recognized {
    gap: 15px 50px;
}

.hp_recognized_top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px 50px;
}

.hp_recognized_bottom {
    display: grid;
    grid-template-columns: 1fr repeat(4, minmax(0, 1fr)) 1fr;
    gap: 15px 50px;
}

.hp_recognized_bottom > *:nth-child(4n + 1) {
    grid-column: 2;
}

.hp_recognized_item a {
    display: flex;
}

.index_wrapper_5 .hp_button p:after {
    background-color: #0a0a0a;
}

.index_wrapper_5 .hp_button i {
    background-color: #760404;
    color: #ffffff;
}

.index_wrapper_5 .hp_button:hover i {
    background-color: #0a0a0a;
}

/* side */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ccccc4;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_side_content {
    gap: 15px;
}

.hp_side_content h3 {
    font-size: 35px;
    line-height: 1;
    /*font-family: "Bebas Neue", sans-serif;*/
    background-color: #760404;
    width: fit-content;
    padding: 5px 15px 2.5px;
}

.hp_side_text {
    gap: 25px;
}

.hp_side_text .hp_title {
    font-size: 25px;
}

.hp_side_text .hp_line {
    border-color: #0a0a0a;
}

.hp_side_text .hp_button p:after {
    background-color: #0a0a0a;
}

.hp_side_text .hp_button i {
    background-color: #760404;
    color: #ffffff;
}

.hp_side_text .hp_button:hover i {
    background-color: #0a0a0a;
}

/* footer */

.footer {
    background-color: #0a0a0a;
    padding-top: 100px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer .container.pt-5 {
    padding-top: 0 !important;
}

.footer .col-md-6 {
    padding: 15px;
}

.footer .footer_subtitle {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: normal;
}

.footer p {
    margin-bottom: 0;
}

.footer .col-md-3 {
    padding: 15px;
}

.footer ul {
    margin-bottom: 0;
}

.footer a:hover {
    color: #760404;
}

.footer hr {
    border-color: #ffffff;
}

.footer .social_media li a:hover {
    color: #760404;
}

.footer .social_mediaImg {
    display: none;
}

.footer .copy_right.text-center p.mb-2, .footer .copy_right.text-center div.mb-2 {
    margin-bottom: 0 !important;
}

.footer .copy_right.text-center p.pb-3 {
    padding-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #0a0a0a;
    font-weight: normal;
    /*font-family: "Bebas Neue", sans-serif;*/
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    /*font-size: 1rem;*/
    position: relative;
}

.wspages:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}

.aboutpage.wspages:before {
    display: none;
}

#main_career {
    padding-top: 0;
}

#main_career #career_1_1 .img-responsive {
    height: 550px;
    object-fit: cover;
    margin-bottom: 100px;
}

#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;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content div h2 {
    font-size: 75px;
}

/* side */

.index_wrapper_6 section .col-12.col-sm-3.p-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

.index_wrapper_6 section .col-12.col-sm-3.p-3:nth-child(3) {
    order: 1;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #0a0a0a;
    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: #0a0a0a;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #0a0a0a;
}

.side_menu input::placeholder {
    color: #0a0a0a !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #0a0a0a !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #760404 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
    border-bottom-style: dashed;
    border-width: 2.5px;
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    text-transform: uppercase;
    /*font-family: "Bebas Neue", sans-serif;*/
}

.side_menu .list-group .list-group-item a:hover {
    color: #760404;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #760404;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #760404;
}

/* banner */

.slider_banner .item.slick-slide img {
    height: 600px !important;
    object-fit: cover;
}

.hp_table {
    height: 75% !important;
}

.hp_banner_content {
    flex-direction: column;
}

.hp_banner_content:before, .hp_banner_content:after {
    left: 50%;
    width: 1px;
    height: 50px;
}

.hp_banner_content:before {
    top: 0;
    transform: translate(-50%, -50px);
}

.hp_banner_content:after {
    top: auto;
    bottom: 0;
    right: auto;
    transform: translate(-50%, 50px);
}

.hp_banner_content div h2 {
    font-size: 50px;
}

/* about */

.index_wrapper_3:before, .index_wrapper_3:after {
    width: 100%;
    height: 1px;
}

.index_wrapper_3:before {
    top: 50px;
    left: 0;
}

.index_wrapper_3:after {
    top: auto;
    bottom: 50px;
    right: 0;
}

.hp_about {
    padding: 0 20px;
}

.hp_title {
    font-size: 35px;
}

/* recognized */

.hp_recognized_top {
    grid-template-columns: repeat(4, 1fr);
}

.hp_recognized_bottom {
    grid-template-columns: repeat(4, 1fr);
}

.hp_recognized_bottom > *:nth-child(4n + 1) {
    grid-column: auto;
}

/* footer */

.footer {
    padding-bottom: 50px;
}

.footer .col-md-6, .footer .col-md-3 {
    margin-bottom: 0 !important;
}

/* page */

#main_career #career_1_1 .img-responsive {
    height: 250px;
}

}
/* */