/* desktop */

body {
    color: #1a1a1a;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.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;
}

/* side menu */

.hp_menu_toggle {
    width: 125px;
    cursor: pointer;
    gap: 5px;
    top: 0;
    right: 0;
    background-color: #333333;
    padding: 25px 50px;
    z-index: 10000;
}

.hp_menu_toggle span {
    height: 2.5px;
    background-color: #ffffff;
    display: block;
    transition: all 0.50s;
}

.hp_menu_toggle:hover span {
    background-color: #999999;
}

.hp_menu_toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5.5px, 5.5px);
    background-color: #999999;
}

.hp_menu_toggle.active span:nth-child(2) {
    opacity: 0;
}

.hp_menu_toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5.5px, -5.5px);
    background-color: #999999;
}

/* menu */

.index_wrapper_1 {
    position: relative;
    z-index: 1;
}

#main_index .navbar_ecommerceDropdown {
    background-color: transparent;
    transition: all 0.50s;
}

#main_index .navbar_ecommerceDropdown.active {
    background-color: #1a1a1a;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #1a1a1a;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 15px;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translate(-150px, -50%);
    transition: all 0.50s;
}

.navbar_ecommerceDropdown .nav_search.active {
    right: 15px;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 50px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
}

/* banner */

.index_wrapper_2 {
    margin-top: -80px;
}

.slider_banner .slick-arrow {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}

.slider_banner .slick-arrow:before {
    background-image: inherit;
    width: auto;
    height: auto;
    text-indent: inherit;
    filter: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    transition: all 0.50s;
}

.slider_banner .slick-arrow:hover:before {
    color: #1a1a1a;
}

.slider_banner .slick-arrow:after {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.50s;
}

.slider_banner .slick-arrow:hover:after {
    color: #1a1a1a;
}

.slider_banner .slick-prev {
    left: 0;
    transform: translate(calc(-50% + 50px), -50%);
}

.slider_banner .slick-prev:before {
    content: '\f30a';
}

.slider_banner .slick-prev:after {
    content: 'PREV';
}

.slider_banner .slick-next {
    right: 0;
    transform: translate(calc(50% + -50px), -50%);
    flex-direction: row-reverse;
}

.slider_banner .slick-next:before {
    content: '\f30b';
}

.slider_banner .slick-next:after {
    content: 'NEXT';
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content h2 {
    font-size: 65px;
    line-height: normal;
}

.hp_banner_content p {
    font-size: 25px;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1a1a1a;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_line {
    border: 1px solid #999999;
    border-radius: 100px;
    width: 35px;
    height: 15px;
}

.hp_line:before {
    content: '';
    background-color: #999999;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 10px;
    height: 1px;
    animation: 1s linear hp-move infinite alternate;
}

@keyframes hp-move {
    0% {
        left: 5px;
    }
    
    100% {
        left: 20px;
    }
}

.hp_subtitle {
    font-size: 20px;
    line-height: normal;
    color: #999999;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #edebeb;
    color: #1a1a1a;
    padding: 5px 25px;
    border-radius: 0 100px 100px 0;
    border: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.hp_button a:hover button {
    background-color: #999999;
    color: #edebeb;
}

.hp_button a:hover button i {
    animation: 1s linear headShake infinite;
}

/* service */

.index_wrapper_4 {
    background-color: #1a1a1a;
}

.index_wrapper_4 .row.innerRow_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_4 .row.innerRow_4:before {
    content: '';
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
    height: 100%;
}

.hp_service_content {
    gap: 25px;
}

.hp_service_content div.d-flex.align-items-center.justify-content-center {
    gap: 25px;
}

.service_3 {
    max-width: 100%;
    padding: 0;
}

.service_3 .service_box {
    padding: 15px !important;
}

.service_3 .service_box a {
    display: flex;
    position: relative;
    overflow: hidden;
}

.service_3 .service_box a:before {
    content: '';
    background: linear-gradient(transparent, rgba(26, 26, 26, 0.50));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: all 0.50s;
    z-index: 1;
}

.service_3 .service_box a:hover:before {
    height: 75%;
}

.service_3 .service_box img {
    height: 100%;
    transition: all 0.50s;
}

.service_3 .service_box:hover img {
    transform: scale(1.25) rotate(5deg);
}

.service_3 .service_box .content {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    opacity: 1;
    transition: inherit;
    padding: 15px;
    z-index: 1;
}

.service_3 .service_box .content:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 15px);
    height: 1px;
    transition: all 0.50s;
}

.service_3 .service_box:hover .content:before {
    width: calc(100% - 50%);
}

.service_3 .service_box .content h3 {
    text-align: left;
    position: static;
    transform: none;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.50s;
}

.service_3 .service_box:hover .content h3 {
    color: #999999;
}

/* project */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1a1a1a;
    position: relative;
    z-index: 0;
}

.index_wrapper_5:after {
    content: '';
    background-color: #333333;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 20%);
    height: calc(100% - 50%);
    z-index: -1;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_content {
    gap: 25px;
}

.hp_project_content div.d-flex.align-items-center {
    gap: 25px;
}

.hp_project_tab ul {
    list-style: none;
    gap: 25px;
}

.hp_project_tab ul li:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 25px;
}

.hp_project_tab ul li p {
    font-size: 20px;
    color: #b3b3b3;
    transition: all 0.50s;
    cursor: pointer;
}

.hp_project_tab ul li p:hover {
    color: #ffffff;
}

.productSlider-1 {
    margin-right: -250px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
    background-color: #ffffff;
    padding: 25px 50px;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover {
    background-color: #999999;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
    font-family: "Font Awesome 5 Free";
}

.productSlider-1 .product_img .slick-prev {
    left: -115px;
    transform: translate(-50%, -50%);
    border-radius: 0 100px 100px 0;
}

.productSlider-1 .product_img .slick-prev:before {
    content: '\f30a';
}

.productSlider-1 .product_img .slick-next {
    right: -115px;
    transform: translate(50%, -50%);
    border-radius: 100px 0 0 100px;
    display: none !important;
}

.productSlider-1 .product_img .slick-next:before {
    content: '\f30b';
}

.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 {
    padding-top: 0;
    height: auto;
    aspect-ratio: 1 / 1;
}

.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;
    height: 50px;
    position: relative;
}

.productSlider-1 .product_img .product_box .content:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
}

.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: #ffffff;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #999999;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    display: none;
}

/* why */

.index_wrapper_6 .row.outerRow_6 {
    align-items: center;
}

.index_wrapper_6 #index_6 {
    padding-right: 15px !important;
}

.index_wrapper_6 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    gap: 50px;
}

.hp_why_content {
    gap: 25px;
}

.hp_why_content div.d-flex.align-items-center {
    gap: 25px;
}

.hp_why_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hp_why_list_box {
    gap: 15px;
    padding: 50px 25px;
}

.hp_why_list_box:before {
    content: '';
    background-color: #1a1a1a;
    position: absolute;
}

.hp_why_list_box:first-child:before {
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 15px);
}

.hp_why_list_box:nth-child(2):before {
    bottom: 0;
    right: 0;
    width: calc(100% - 15px);
    height: 1px;
}

.hp_why_list_box:nth-child(3):before {
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 1px;
}

.hp_why_list_box:last-child:before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 15px);
}

.hp_why_list_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_line_2 {
    background-color: #1a1a1a;
    width: calc(100% - 75%);
    height: 1px;
}

/* subsidiary */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1a1a1a;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_subsidiary_content {
    gap: 15px;
}

.hp_subsidiary_content p span {
    color: #cccccc;
}

.hp_subsidiary_list {
    border-top: 1px solid #ffffff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.hp_subsidiary_list_box {
    border-right: 1px solid #ffffff;
}

.hp_subsidiary_list_box:last-child {
    border-right: 0;
}

.hp_subsidiary_list_box p span {
    color: #cccccc;
}

/* contact */

.index_wrapper_9 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1a1a1a;
    overflow: hidden;
}

.index_wrapper_9 .row.outerRow_9 {
    align-items: center;
}

.index_wrapper_9 #index_9 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_9 #index_9 #index_9_1 {
    position: relative;
    z-index: 0;
}

.index_wrapper_9 #index_9 #index_9_1:before {
    content: '';
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50%);
    height: calc(100% + 100%);
    z-index: -1;
}

.index_wrapper_9 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact_content div.d-flex.align-items-center {
    gap: 25px;
}

.ex_hpcontact_formonly {
    margin: 0;
}

.ex_hpcontact_formonly .contact_us_form {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.ex_hpcontact_formonly .contact_us_form .hp_contactform_header {
    display: none;
}

.ex_hpcontact_formonly .contact_us_form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #ffffff;
}

.ex_hpcontact_formonly .contact_us_form form .form-group {
    margin-bottom: 0;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control {
    font-size: 16px !important;
    height: 100%;
    padding: 15px;
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control::placeholder {
    color: #ffffff;
}

.ex_hpcontact_formonly .contact_us_form form .form-group label {
    margin-bottom: 15px;
}

.ex_hpcontact_formonly .contact_us_form form button {
    font-size: 16px !important;
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    padding: 5px 25px !important;
    color: #1a1a1a;
    font-weight: normal;
    line-height: normal;
    border-radius: 0 100px 100px 0;
    width: fit-content;
}

.ex_hpcontact_formonly .contact_us_form form button:hover {
    background-color: #999999 !important;
    border-color: #999999 !important;
    color: #f2f2f2;
}

.ex_hpcontact_formonly .contact_us_form form button i {
    display: none;
}

/* footer */

.footer_type9 {
    background-color: #1a1a1a;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #ffffff;
}

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px !important;
}

.footer_type9 .line {
    border-color: #ffffff;
}

.footer_type9 .logo {
    height: 75px;
    padding-top: 0;
}

.footer_type9 .title {
    min-height: auto;
}

.footer_type9 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type9 .text {
    color: #ffffff !important;
}

.footer_type9 .sub_title {
    margin-top: 0 !important;
}

.footer_type9 .sub_title p {
    font-weight: bold !important;
    text-transform: uppercase;
}

.footer_type9 .nav_item li:last-child {
    padding-right: 0;
}

.footer_type9 a {
    color: #ffffff;
}

.footer_type9 a:hover {
    color: #999999;
}

.footer_type9 .nav_item li a::after {
    content: '|';
    padding: 0 12.5px;
    color: #ffffff;
}

.footer_type9 .nav_item li a p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type9 .social_media {
    padding-right: 0 !important;
    margin-top: 0 !important;
    gap: 15px;
    margin-bottom: 0;
}

.footer_type9 .social_media a {
    margin-right: 0;
}

.footer_type9 .social_media a .icon_s {
    padding: 15px;
    border-radius: 100%;
    border-color: #ffffff;
    width: 0;
    height: 0;
    background-color: #ffffff;
    margin-bottom: 0 !important;
    transition: all 0.50s;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: transparent;
}

.footer_type9 .social_media a .icon_s i {
    color: #1a1a1a;
    transition: all 0.50s;
}

.footer_type9 .social_mediaImg {
    margin-bottom: 0;
    display: none;
}

.footer_type9 .social_mediaImg .icon_s {
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
}

.footer_type9 .social_mediaImg .icon_s img {
    filter: brightness(0) invert(1) !important;
    height: 30px;
}

.footer_type9 .icon {
    padding: 0;
    background-color: transparent;
}

.footer_type9 .bg_dark {
    background-color: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer_type9 .col-12.mb-3.mb-md-0 {
    padding: 15px;
}

.footer_type9 .copy_right.text-center p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type9 .copy_right.text-center div.my-1 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
}

.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;
}

#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 (min-width:768px) and (max-width:1140px) {

/* project */

.hp_project_tab ul {
    gap: 15px;
    flex-direction: column;
    align-items: flex-end !important;
}

.hp_project_tab ul li:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
}

.productSlider-1 {
    margin-right: -150px;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
}

/* why */

.index_wrapper_6 #index_6 #index_6_1 img {
    height: 800px;
    object-fit: cover;
}

.hp_why {
    gap: 15px;
}

.hp_why_list {
    grid-template-columns: auto;
}

.hp_why_list_box {
    padding: 15px 0;
    border-bottom: 1px solid #1a1a1a;
}

.hp_why_list_box:first-child {
    padding-top: 0;
}

.hp_why_list_box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hp_why_list_box:before {
    display: none;
}

/* contact */

.index_wrapper_9 #index_9 #index_9_1:before {
    height: calc(100% + 150%);
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #1a1a1a;
    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: 75px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #333333;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #1a1a1a;
}

.side_menu input::placeholder {
    color: #1a1a1a !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: #999999 !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: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #999999;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #999999;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #999999;
}

/* banner */

.index_wrapper_2 {
    margin-top: 0;
}

.slider_banner .slick-arrow {
    top: auto;
    bottom: 15px;
}

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

/* project */

.hp_project_tab ul {
    gap: 15px;
    flex-direction: column;
}

.hp_project_tab ul li:first-child {
    margin-right: auto;
}

.hp_project_tab ul li:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
}

.hp_project_tab ul li:last-child {
    margin-left: auto;
}

.productSlider-1 {
    margin-right: 0;
}

.productSlider-1 .product_img .slick-prev {
    left: 25px;
}

.productSlider-1 .product_img .slick-next {
    right: 25px;
    display: block !important;
}

/* why */

.index_wrapper_6 #index_6 {
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}

.hp_why_list {
    grid-template-columns: auto;
}

.hp_why_list_box {
    border-bottom: 1px solid #1a1a1a;
}

.hp_why_list_box:last-child {
    border-bottom: 0;
}

.hp_why_list_box:before {
    display: none;
}

/* subsidiary */

.hp_subsidiary {
    flex-direction: column;
    gap: 15px;
}

.hp_subsidiary_list {
    grid-template-columns: repeat(2, 1fr);
}

.hp_subsidiary_list_box:first-child {
    border-bottom: 1px solid #ffffff;
}

.hp_subsidiary_list_box:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
}

/* footer */

.footer_type9 .line {
    border-bottom: 1px solid #ffffff;
}

.footer_type9 .social_media a {
    margin-bottom: 0;
}

.footer_type9 .col-12.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

}

/* */