/*header*/

@media screen and (min-width: 1000px) {
    .ul-h a {
        line-height: 40px;
        font-size: 18px;
    }
    .navbar-logo {
        height: 70px;
    }
}

.pda-a-pding {
    padding: 17px 0px 4px 10px;
}

@media screen and (max-width: 1000px) {
    .pda-a-pding {
        padding: 15px 0px 10px 10px;
    }
}

/*footer*/

.lik-cell {
    width: 515px;
    margin: auto;
    vertical-align: middle;
}

.lik-cell>div {
    vertical-align: middle;
}

.lik-cell>img {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .lik-cell {
        width: auto;
    }
}

.code {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .code {
        margin-right: 0px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
}

.alink {
    color: white;
    text-decoration: underline;
}

.alink:hover {
    color: #70ca39;
}

/*index*/

.index-footer-con {
    height: calc(100vh - 450px);
    position: relative;
}

.index-footer-con .p-center {
    font-size: 14px;
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*map*/

#map-container {
    height: 100%;
    width: 100%;
    color: black;
    letter-spacing: 0px;
    text-indent: 0px;
}

.map-msg-dialog {
    width: 350px;
}

@media (max-width: 1000px) {
    .map-msg-dialog {
        width: 320px;
    }
}

.map-msg-dialog .logo-header {
    vertical-align: middle;
}

.map-msg-dialog .logo-header img {
    vertical-align: middle;
    height: 25px;
}

@media (max-width: 1000px) {
    .map-msg-dialog .logo-header img {
        height: 20px;
    }
}

.map-msg-dialog .logo-header span {
    vertical-align: middle;
    color: #1818dc;
    font-weight: bold;
    font-size: 17px;
}

@media (max-width: 1000px) {
    .map-msg-dialog .logo-header span {
        font-size: 15px;
    }
}

.map-msg-dialog .dia-item {
    font-size: 15px;
}

@media (max-width: 1000px) {
    .map-msg-dialog .dia-item {
        font-size: 14px;
    }
}

.map-msg-dialog .dia-item:nth-child(2) {
    margin: 5px 0px;
}

.map-msg-dialog .dia-item .dia-a {
    color: black;
    cursor: pointer;
}

.map-msg-dialog .dia-item .dia-a:hover {
    text-decoration: underline;
}

.map-height-pda {
    height: 250px !important;
}

.text-hold-pda {
    min-height: 0px;
    top: 20px;
}

.contact {
    background-color: gray;
    background-image: url(../img/page/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.map-height {
    height: 400px !important;
}

/* @media screen and (min-width: 1000px) { */
    .ul-h a {
        line-height: 40px !important;
        font-size: 18px;
    }
/* } */