@font-face {
    font-family:
        SF Pro Display;
    src: url(./../fonts/SFPRODISPLAYBOLD.OTF);
}

*,
body {
    padding: 0px;
    margin: 0px;
    font-family: SF Pro Display;
    box-sizing: border-box;
    /* overflow: hidden; */
    line-height: 1.3;
}

body {
    background-color: #161c2c;
}

.wp-site {
    background-image: url(./../images/bg-pc-taiapp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
}

.dp-pc {
    display: block;
}

.dp-mb {
    display: none;
}

.title-top {
    padding-top: 30px;
    width: 80%;
    height: auto;
    margin: auto;
}

.title-top img {
    width: 100%;
    height: auto;
}

.title-middle {
    font-size: 48.5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-family: SF Pro Display;
    font-weight: 700;
    line-height: 1.4;
}

/* Bottom download */
.btn-redirect {
    padding: 20px 0px 25px;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.link-download {
    background-image: url(./../images/bg-bottom-app.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    max-width: 408px;
    width: 100%;
    padding: 20px 0px;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.link-download:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

/* End bottom download */

/* Iframe Map */

.iframe-map {
    width: 100%;
    /* height: 55vh; */
    margin-bottom: 20px;
    border-radius: 20px;
    border: 3px solid #fff;

    max-height: 55vh;
    min-height: 470px;
    height: auto;
}

/* End Iframe Map */

/* Image */
#pc-banners {
    width: 100%;
    padding: 20px 0px 20px 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#pc-banners .banner-container {
    width: calc(50% - 10px);
}

#pc-banners img {
    height: auto;
}

ul {
    padding-left:40px;
}
/* End Image */

/* Article */

.section.dark  {
    background-color: #fff;
    padding: 40px;
}

.section.dark p {
    padding-bottom: 10px;
}

.section.dark img {
    max-width: 800px !important;
    width: 100% !important;
    height: auto !important;
    margin: auto;
    display: flex;
}

.section.dark em {
    font-style: italic;
}

img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    padding-bottom: 10px;
}
/* End Article */


@media screen and (max-width: 1600px) {
    .iframe-map {
        max-height: 50vh;
        min-height: 370px;
    }
}

@media screen and (max-width: 1200px) {
    .iframe-map {
        max-height: 38vh;
        min-height: 280px;
    }

    .btn-redirect {
        padding: 5px 0px 15px;
    }
}

@media screen and (max-width: 1000px) {
    .title-top {
        width: 70%;
    }

    .title-middle {
        font-size: 35.5px;
    }

    .link-download {
        max-width: 320px;
        padding: 20px 0px;
        font-size: 18px;
    }

    .iframe-map {
        height: 50vh;
    }
}

@media screen and (max-width: 768px) {
    * {
        overflow-y: unset;
    }

    body {
        /* background-image: url(./../images/bg-pc-taiapp-mb.jpg); */
        background-image: unset;
        overflow-y: unset;
        background-size: 100% 100%;
        height: 100%;
        min-height: 100vh;
    }

    .wp-site {
        background-image: url(./../images/bg-pc-taiapp-mb.jpg);
        background-size: unset;
        height: unset;
    }

    .title-top {
        padding-top: 20px;
    }

    .btn-redirect {
        padding: 10px 0px 15px;
        gap: 9px;
        flex-direction: column;
        align-items: center;
    }

    .iframe-map {
        height: 400px;
        max-height: 20vw;
        min-height: 38vw;
    }

    /* Image  */
    #pc-banners {
        flex-direction: column;
        gap: 10px;
    }

    #pc-banners .banner-container {
        width: 100%;
    }

    .ds-image {
        max-width: 320px;
        width: 100%;
        margin: auto;
        margin-bottom: -22%;
    }
    /* End Image */

    /* Article */
    .section.dark {
        padding: 15px;
    }

    .section.dark p span,
    ul li span { 
        font-size: 15px !important;
    } 

    ul {
        padding-left: 15px;
    }
    /* End Article */
}

@media screen and (max-width: 425px) {
    .container {
        max-width: 425px;
    }

    .dp-pc {
        display: none;
    }

    .dp-mb {
        display: block;
    }

    .title-top {
        width: 100%;
    }

    .title-middle {
        font-size: 7vw;
    }

    .btn-redirect {
        padding: 10px 0px 15px;
        gap: 9px;
        flex-direction: column;
        align-items: center;
    }

    .link-download {
        padding: 17px 0px;
        max-width: 425px;
    }

    .iframe-map {
        min-height: 50vw;
    }
}