﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    /*position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
}

.divHeader {
    padding: 15px 240px;
}

.onepiplogo {
    width: 134px;
}

main {
    background: url("../../assets/images//landing/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

footer .top-footer {
    background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(255, 247, 236, 1) 100%);
    padding: 49px 130px;
}

.divOperating {
    flex-basis: 25%;
}

.divAddress {
    text-align: right;
    flex-basis: 30%;
    margin-right: 23px;
}

.divMap {
    flex-basis: 40%;
}

.divIncorpInfo {
    font-family: SFPro-Bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
}

.divPip {
    font-family: SFPro-Light;
    font-size: 24px;
    color: #000000;
    margin-bottom: 18px;
}

.txtBusinessHour {
    font-family: SFPro-Bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px !important;
}

.txtBusinessDay, .txtBusinessTime {
    font-family: SFPro-Medium;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
}

.divInfo {
    font-family: SFPro-Medium;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.txtCompany {
    font-family: SFPro-Bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px !important;
    line-height: 1.2;
}

.txtCompanyAddress {
    font-family: SFPro-Light;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px !important;
}

.txtInquiries {
    font-family: SFPro-Bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px !important;
}

.divAddressSection {
    margin-bottom: 20px;
}


.bottom-footer a, .bottom-footer div {
    font-size: 18px;
    font-family: SFPro-Medium;
    color: #000000 !important;
    cursor: pointer;
}

.bottom-footer {
    margin-top: 20px;
    padding: 0 25px;
}

.divHeader a {
    cursor: pointer;
    padding: 0 5px;
}

.divHeader .divLanguage a:nth-of-type(1), .divHeader .divLanguage a:nth-of-type(2) {
    border-right: 1.9px solid #000000;
}

.divHeader a.active {
    text-decoration: underline;
}

#formContactUs .phone-form input {
    width: 305px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top-footer .footerInfo {
    width: 25%;
    margin-top: -145px;
}

@media screen and (max-width: 1400px)
{
    .divInfo {
        margin-top: 44px;
    }
}

@media screen and (max-width: 1300px)
{
    .divInfo {
        margin-top: 66px;
    }
}

@media screen and (max-width: 1200px) {

    footer .top-footer{
        padding: 49px 25px;
    }

    .divHeader {
        padding: 15px 50px;
    }
}

    @media screen and (max-width: 1000px) {
        footer .top-footer {
            padding: 49px 31px;
        }

        .bottom-footer a, .bottom-footer div {
            font-size: 12px;
            white-space: nowrap;
        }

        .divOperating, .divAddress {
            flex-basis: 50%;
            margin-right: 0px;
        }

        .divMap{
            display:none;
        }

    }


    @media screen and (max-width: 550px) {

        .footerFlex {
            flex-direction: column;
        }

        .bottom-footer {
            flex-direction: column;
            gap: 10px;
            align-items: center;
        }

        .top-footer .footerInfo {
            width: 35%;
            margin-top: -105px;
        }

        .divAddress{
            text-align:left;
        }

        .divHeader {
            padding: 15px 12px;
        }

        .divInfo{
            margin-top: 104px;
        }
    }

    @media screen and (max-width: 430px) {
        .footerFlex {
            flex-direction: column;
        }

        .footerInfo {
            margin-top: 0px !important;
        }

        .divAddress {
            text-align: left;
            margin-top: 25px;
        }

        footer .top-footer {
            padding: 49px 32px;
        }

        .top-footer .footerInfo {
            width: 100%;
        }

        .bottom-footer {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .divHeader {
            padding: 15px 10px;
        }


        .divInfo {
            margin-top: 20px;
        }
    }


