.column-title {
        font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(to bottom, #7093BA 0%, #6382A5 100%);
        border-bottom: 2px solid #6382A5;
        padding: 5px 0 25px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .column-title-operating-team {
        float: left;
        font-weight: bold;
        color: white;
        width: 180px;
        padding-left: 30px;
    }

    .column-title-education,
    .column-title-experience {
        float: left;
        width: 220px;
        padding-left: 30px;
        font-weight: bold;
        color: white;
    }

    .column-content {
        border-bottom: 1px solid #e1e1e1;
        padding: 8px 0;
        overflow: auto;
        clear: both;
        font-size: 15px;
        color: #666666;
    }

    .column-content:nth-child(even) {
        background: #f3f3f3;
    }


    .column-content-operating-team {
        float: left;
        width: 180px;
        padding: 5px 0 5px 30px;
    }

    .column-content-education,
    .column-content-experience {
        float: left;
        width: 230px;
        padding: 5px 0 5px 30px;
    }

    .column-photo {
        position: relative;

    }

    .column-photo img {
        margin: 10px 3px 10px;
        box-shadow: 1px 1px 3px #333;
        border: 0;
        width: 100%;
        max-width: 830px;
    }

    #column-photo-scott {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 126px;
        left: 241px;
    }

    #column-photo-kent {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 118px;
        left: 336px;
    }

    #column-photo-eric {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 140px;
        left: 441px;
    }

    #column-photo-jackie {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 127px;
        left: 533px;
    }

    #column-photo-chin {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 208px;
        left: 225px;
    }

    #column-photo-freddy {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 198px;
        left: 328px;
    }

    #column-photo-carol {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 209px;
        left: 443px;
    }

    #column-photo-annlai {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 215px;
        left: 556px;
    }

    @media screen and (max-width: 700px) {
        #column-photo-scott {
            width: 12%;
            height: 15%;
            top: 18%;
            left: 25%;
        }

        #column-photo-kent {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 17%;
            left: 39%;
        }

        #column-photo-eric {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 20%;
            left: 53%;
        }

        #column-photo-jackie {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 18%;
            left: 66%;
        }

        #column-photo-chin {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 34%;
            left: 24%;
        }

        #column-photo-freddy {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 33%;
            left: 38%;
        }

        #column-photo-carol {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 35%;
            left: 54%;
        }

        #column-photo-annlai {
            position: absolute;
            width: 12%;
            height: 15%;
            top: 36%;
            left: 69%;
        }
    }

    @media screen and (max-width: 500px) {

        .column-title-education,
        .column-title-experience {
            display: none;
        }
    }
