﻿html, body, body > form {
    padding: 0;
    margin: 0;
    height: 100%;
    /*overflow-x: hidden;*/
}

body {
    background-color: #00AAB4;
    font-size: 14px;
    font-family: serif, "Times New Roman", Times;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.loadingWidget {
    position: absolute;
    width: 100%;
    height: 100%;
    background: White url('../images/loader.gif') no-repeat fixed center center;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
    vertical-align: middle;
    top: 0px;
    left: 0px;
}

.container {
    padding-top: 45px;
    margin: 0px auto 0;
    width: 1000px;
}

.logo {
    display: inline-block;
    width: 300px;
    height: 118px;
    cursor: pointer;
    background-image: url('../images/icon/logo.png');
}

.header {
    position: relative;
}

.right-top-container {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.div-title {
    background-color: #20BEC9;
    padding: 18px 24px;
    color: #4c4d4f;
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-content {
    margin: 12px 0px;
    padding: 30px 40px;
    background-color: #20BEC9;
    color: white;
    font-size: 13px;
}

.yellow-bg {
    background-color: #f9edbb;
    color: #4c4d4f;
    font-size: 14px;
}

.div-content .indent {
    text-indent: 36px;
}

.icon-container {
    display: inline-block;
    position: relative;
    top: 8px;
}

.icon-social {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    cursor: pointer;
}

    .icon-social.line {
        background-image: url('../images/icon/icon_social.png');
        background-repeat: no-repeat;
    }

    .icon-social.fb {
        background-image: url('../images/icon/icon_social.png');
        background-position: -39px 0px;
        background-repeat: no-repeat;
    }

    .icon-social.IG {
        background-image: url('../images/icon/icon_social.png');
        background-position: -78px 0px;
        background-repeat: no-repeat;
    }

    .icon-social.youtube {
        background-image: url('../images/icon/icon_social.png');
        background-position: -117px 0px;
        background-repeat: no-repeat;
    }

.btn-black {
    background-color: #4C4D4F;
    color: #F9EDBB;
    display: inline-block;
    padding: 8px 18px;
    cursor: pointer;
}

.menu-container {
    margin-top: 45px;
    width: 100%;
}

    .menu-container td {
        position: relative;
    }

        .menu-container td:not(:last-child) {
            width: 16.66%;
        }

        .menu-container td span {
            background-color: #F9EDBB;
            padding: 14px 5px;
            display: block;
            color: #4C4D4F;
        }

        .menu-container td div:hover ~ .menu-container td span {
            display: none;
        }

        .menu-container td span:hover {
            background-color: #4C4D4F;
            color: #F9EDBB;
        }


        .menu-container td span:not(.last) {
            margin-right: 3px;
        }

    .menu-container td {
        cursor: pointer;
    }

        .menu-container td div.aboutus {
            background: url('../images/icon/icon_menu_22x22.png') no-repeat;
            background-position: 0px 0px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            left: 34px;
        }

        .menu-container td span.aboutus {
            text-indent: 20px;
        }

        .menu-container td div.osts {
            background: url('../images/icon/icon_menu_22x22.png') no-repeat;
            background-position: -24px 0px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            left: 16px;
        }

        .menu-container td span.osts {
            text-indent: 20px;
        }

        .menu-container td div.webboard {
            background: url('../images/icon/icon_menu_22x22.png') no-repeat;
            background-position: -43px 0px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            left: 29px;
        }

        .menu-container td span.webboard {
            text-indent: 20px;
        }

        .menu-container td div.news {
            background: url('../images/icon/icon_menu_22x22.png') no-repeat;
            background-position: -63px 0px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            left: 20px;
        }

        .menu-container td span.news {
            text-indent: 20px;
        }

        .menu-container td div.gallery {
            background: url('../images/icon/icon_menu_22x22.png') no-repeat;
            background-position: -87px 0px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            left: 42px;
        }

        .menu-container td span.gallery {
            text-indent: 20px;
        }

        .menu-container td div.contact-us {
            background: url('../images/icon/icon_menu_22x22.png') no-repeat;
            background-position: -109px 0px;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            left: 29px;
        }

        .menu-container td span.contact-us {
            text-indent: 20px;
        }

    .menu-container .menu-child {
        display: inline-block;
        width: 16%;
        margin-right: 0px 3px 0px 0px;
        background-color: #F9EDBB;
        color: #4C4D4F;
    }

.under-construction {
    text-align: center;
    padding: 63px 0px 0px 0px;
    margin-top: 15px;
    background-image: url('../images/under_construction.png');
    background-position: center 150px;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 25px;
    height: 668px;
    color: white;
}

.footer {
    background-color: #20BEC9;
    padding: 50px 40px;
    margin: 12px 0px 50px 0px;
}

    .footer .footer-child {
        padding: 18px 0px;
        border-top: 1px dashed white;
        border-bottom: 1px dashed white;
        position: relative;
    }

        .footer .footer-child .left {
            position: absolute;
            width: 60%;
        }

        .footer .footer-child .right {
            position: absolute;
            width: 40%;
            text-align: right;
            right: 0px;
        }

img.circle {
    border-radius: 50% 50% 50% 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    cursor: pointer;
}

.div-root-menu {
    position: relative;
}

    .div-root-menu .div-float-menu {
        display: none;
        position: absolute;
        width: 100%;
        /*top: 63px;*/
        height: 409px;
        background-color: #f9edbb;
        z-index: 999;
        text-align: center;
    }

.div-float-menu .detail-menu {
    float: left;
    width: 217px;
    height: 262px;
    margin-top: 60px;
    color: #4c4d4f;
    cursor: pointer;
}

    /*.div-float-menu .detail-menu:first-child {
        margin-left: 61px;
    }*/

    .div-float-menu .detail-menu + .detail-menu {
        border-left: 1px dashed #00AAB4;
    }

    .div-float-menu .detail-menu span {
        font-size: 18px;
    }

    .div-float-menu .detail-menu ul {
        text-align: left;
        margin-left: 24px;
    }

    .div-float-menu .detail-menu.study-abroad {
        background: url('../images/subMenu/studyabroad.png') no-repeat center 76px /50px 63px;
        line-height: 332px;
        margin-left: 30px;
    }

    .div-float-menu .detail-menu.youth-program {
        background: url('../images/subMenu/YouthProgram.png') no-repeat center 15px /50px 76px;
    }

        .div-float-menu .detail-menu.youth-program > div {
            margin-top: 115px;
        }

    .div-float-menu .detail-menu.translation {
        background: url('../images/subMenu/Translation.png') no-repeat center 90px /90px 67px;
        line-height: 366px;
    }

    .div-float-menu .detail-menu.otherAssisting {
        background: url('../images/subMenu/OtherAssisting.png') no-repeat 80px 35px /90px 57px;
    }

        .div-float-menu .detail-menu.otherAssisting > div {
            margin-top: 115px;
        }
