@charset "utf-8";

@media print,
screen and (min-width: 40em) {
    .top-image {
        height: 100vh;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        background-color: #FFF;
        background-image: url(../img/background_big.jpg);
        background-position: center;
    }

    .top-bar a {
        font-size: 1rem;
        text-align: center;
    }

    .top-bar {
        margin-left: auto;
        margin-right: auto;
        color: white;
        background-color: rgba(255,255,255,0.8);
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .aircon-box {
        height: 550px;
        overflow: hidden;
    }
    
    .des-dark-bg {
        height: 70vh;
    }
    .service-box-overlay {
        height: 250px;
    }
}

@media print,
screen and (max-width: 39.9375em) {
    .top-image {
        height: 100vh;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        background-color: #FFFFFF;
        background-image: url(../img/mobile.png);
        background-position: center;
    }

    .top-bar a {
        font-size: 1.5rem;
        text-align: right;
    }

    .top-bar {
        max-width: 100em;
        color: white;
        background-color: #FFF;
        padding-bottom: 40px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .options-holder {
        margin-top: 120px;
    }
    
    .des-dark-bg {
        height: 40vh;
    }
    
    .service-box-overlay {
        height: 180px;
    }
}

body {
    background-color: #F2F2F2;
    font-family: 'Noto Sans', '微軟正黑體', sans-serif;
    font-size: 15px;
}

.top-image-contact {
    height: 100vh;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    background-color: #2F3563;
    background-position: center
}

.top-bar a {
    color: #000;
    font-family: "微軟正黑體";
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: 200ms;
}

.top-bar a:hover {
    border-bottom: 2px solid #2E3563;
    transition: 200ms;
}

.top-menu-logo {
    /*	transform: translateY(-100px);*/
    align: right;
    margin-left: 12px;
}

.top-menu-logo-alt {
    /*	transform: translateY(-100px);*/
    align: right;
    margin-top: 4px;
    margin-left: 15px;
}

.top-menu-translate {
    transform: translateY(-100vh);
}

.content-holder {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4em;
}

.content-frame {
    /*	height: 120vh;*/
    padding: 0.5em;
    color: white;
    font-size: 19.5px;
}

.scroll-bar-translate {
    transform: translateX(-1.2em);
}

.grey-back {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
}

.content-title-eng {
    font-family: "Barlow Condensed";
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}

.content-title-ch {
    font-family: "微軟正黑體";
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 2em;
}

.project-box {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0.5em;
    height: 19em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.project-box-des {
    font-family: "微軟正黑體";
    font-size: 25px;
    padding-top: 13em;
    padding-right: 1.2em;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.contact-left {
    font-family: "微軟正黑體";
    font-size: 18px;
    padding-left: 1.5em;
    padding-bottom: 3em;
}

.contact-right {
    font-family: "Barlow Condensed";
    font-size: 18px;
    padding-left: 1.2em;
    padding-right: 1.8em;
    color: #2E3563;
}

.contact-subtitle {
    font-family: "Montserrat";
    font-size: 15.5px;
    padding-right: 10px;
    letter-spacing: 2px;

}

.contact-info {
    border-bottom: 2px solid #FFF;
    font-family: "Montserrat";
}

.input-styling {
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    transition: 200ms;
    font-size: 15px;
}

.input-styling:focus {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    transition: 200ms;
    box-shadow: none;
}

.c-margin {
    margin-left: 25px;
    margin-right: 25px;
}

.des-title {
    font-size: 22px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
    color: #000;
}

.des-dark-bg {
    color: #fff;
}

.des-dark-bg-2 {
    background-color: #9fa0a0;
    color: #000;
    margin-top: 40px;
    padding: 20px;
}

.des-white-bg {
    background-color: #FFF;
    color: black;
}

.des-about-box {
    text-align: center;
    font-family: "Noto Sans", ;
    margin-bottom: 80px;
    font-size: 16px;
}

.des-button {
    border: 3px solid #FFFFFF;
    width: 200px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    cursor: pointer;
    transition: 500ms;
    margin-bottom: 100px;
}

.des-button:hover {
    background-color: rgba(255, 255, 255, .3);
    color: white;
}

.top-slogan {
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    width: 50%;
    height: 150px;
    margin-top: 30vh;
    text-shadow: 2px 2px #000;
}

.top-slogan-contact {
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #2E3563;
    width: 300px;
    /* [disabled]height: 103px; */
    margin-top: 80px;
    margin-bottom: 80px;
}

.showcase-card {
    background-color: #2F3563;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]margin-left: 1rem; */
    /* [disabled]margin-right: 1rem; */
    /* [disabled]width: 20rem; */
    height: 350px;
    /* [disabled]margin-bottom: 20px; */
    color: #fff;
    padding: 20px;
    /* [disabled]border-radius: 5px; */
    font-family: "Roboto";
    font-size: 13.5px;
    border: 0px solid #fff;
    /*	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    transition: 300ms;
    text-align: center;
}

.showcase-card:hover {
    /*    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    transition: 200ms;
    background-color: #1A1E38;
    background-blend-mode: darken;
}

.showcase-card:hover div {
    color: #fff;
}

.showcase-card:hover button {
    visibility: visible;
    transition: 200ms;
}

.showcase-card-title {
    font-family: "Barlow Condensed";
    font-size: 20px;
    /* [disabled]padding-bottom: 50%; */
    border-bottom: 1px none #fff;
    float: none;
    letter-spacing: 1.5px;
    text-align: center;
    /* [disabled]padding-left: auto; */
    /* [disabled]padding-right: auto; */
    margin-top: 20px;
}

.showcase-card-content {
    float: right;
    width: 100%;
    /* [disabled]padding-bottom: 0px; */
}

.main-page-button {
    margin-top: 200px;
    visibility: hidden;
}

.contact-title {
    font-size: 16px;
}

.update-notice {
    background-color: white;
    color: #2F3563;
    font-family: "Barlow Condensed";
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

/* Flexbox */
.frow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px 20px 0;
}

/* Create four equal columns that sits next to each other */
.fcolumn {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.fcolumn img {
    margin-top: 8px;
    vertical-align: middle;
}

.vimeo_iframe {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1300px) {
    .fcolumn {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media print,
screen and (max-width: 39.9375em) {
    .fcolumn {
        flex: 100%;
        max-width: 100%;
    }

    .frow {
        margin-top: 20px;
    }
}

.work-menu {
    margin: 10px 0px 10px 0px;
    letter-spacing: 2px;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 16px;
    color: #444444;
    transition: 200ms;
    margin-top: 40px;
    margin-bottom: 40px;
    ` line-height: 30px;
}

@media print,
screen and (max-width: 39.9375em) {
    .work-menu {
        margin: 0px;
    }

    .top-slogan-contact {
        margin-top: 200px;
    }
}

.work-menu:hover {
    transition: 200ms;
    color: #AEAEAE;
}

.service-container {
    margin-top: 0px;
}

.service-container-title {
    font-size: 30px;
    margin: 45px 25px 25px 25px;
    text-align: center;
}

.service-box {
    text-align: center;
    color: white;
    margin: 1rem;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: left;
}

.service-box-background {
    background-position: center;
    background-size: cover;
}

.service-box-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 300px;
    font-size: 15px;
}

.service-box-title {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.service-box-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 200ms;
    padding: 20px;
    position: relative;
}

.service-box-overlay:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transition: 200ms;

}

.service-box-des {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border: 1px solid #F2F2F2;
    color: black;
    background: #fff;
}

.about-container {
    padding: 2rem;
}

.profession-title {
    text-align: center;
}

.profession-title-center {
    text-align: left;
    font-size: 22px;
}

.profession-box {
    padding: 1.5rem;
    background-color: #fff;
    margin-top: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.mini-slogan {
    font-size: 13px;
    padding: 1rem;
    text-align: center;
    word-spacing: 5px;
}

.footer-container {
    background-color: #fff;
    margin-top: 4rem;
    padding: 3rem;
    padding-left: 1rem;
    text-align: right;
    font-size: 13px;
    color: #9fa0a0;
}

.aircon-title {
    text-align: center;
    font-size: 20px;
}

.aircon-box {
    padding: 1.8rem;
    background-color: #fff;
    margin: 1rem;
}

.contact-logo {
    width: 30px;
    margin-right: 10px;
    float: left;
}

.contact-text {
    float: left;
    margin-top: 2px;
}
.contact-box {
    padding: 10px;
}
.work-logo {
    width: 135px;
}
.work-text {
    float: left;
}
.work-logo-container{
    float: left;
    margin-right: 20px;
}
.work-cat{
    border-bottom: 1px solid #AEAEAE;
    border-top: 1px solid #AEAEAE;
    padding: 20px;
}
.work-cat b {
    font-size: 19px;
}
.menu img {
    width: 20px;
}
.service-price {
    font-size: 28px;
    text-align: right;
}