﻿
/*****************************************
* contact
*****************************************/
#contact {
    color: #ffffff;
    padding: 0px;
    background: #03070a url(/upload/home/bg-home-about.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

    #contact .title {
        font-size: 60px;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #contact .detail {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 60px;
    }


.contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 80px;
}

    .contact img {
        border-radius: 10px;
    }


    .contact .contact-left {
        width: 40%;
    }

    .contact .contact-right {
        width: 30%;
    }

        .contact .contact-right .contact-box {
            border: 4px solid #28d1e6;
            padding: 15px 15px;
            margin-bottom: 20px;
        }

            .contact .contact-right .contact-box a,
            .contact .contact-right .contact-box a:hover {
                color: #ffffff;
                text-decoration: none;
                font-size: 20px;
                font-weight: 600;
            }



#contact-intro {
    height: 70vh;
    overflow: hidden;
    pointer-events:none;
}
