body, html {
    font-size: 12px;
    color: #707070;
    font-family: Helvetica,"Microsoft JhengHei",微軟正黑體,"Hiragino Sans GB",Arial,sans-serif;
}

ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.container-fluid {
    padding: 0;
}

.top-bar {
    padding: 30px 0 30px 0;
    display: none;
}

.app-link {
    padding: 10px 0;
    display: none;
    border-bottom: 1px solid #ddd;
    background-color: rgb(243,242,241);
}

    .app-link img {
        border: 2px solid #ffffff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }

    .app-link .app-title {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

    .app-link .app-description {
        padding: 2px 0;
        margin: 0;
    }

    .app-link.open {
        display: block;
    }

.cookie-info {
    padding-right: 40px;
}

.btn-brand-violet {
    height: 70px;
    line-height: 70px;
    background-color: #3e62ad;
    color: #fff;
    width: 240px;
    text-align: left;
    font-size: 16px;
    padding: 0 50px 0 14px;
    border: 0;
    max-width: 100%;
}

    .btn-brand-violet:hover, .btn-brand-violet:focus {
        background-color: #075198;
    }

    .btn-brand-violet::after {
        background-image: url("../images/icon-bird-white.png");
        background-repeat: no-repeat;
        content: "";
        height: 18px;
        margin-top: -9px;
        position: absolute;
        right: 30px;
        top: 50%;
        width: 8px;
    }

.content-wrapper {
    padding: 60px 0 100px 0;
    border-top: 1px solid #ddd;
}

    .content-wrapper .footer-wrapper {
        color: #707070;
    }

        .content-wrapper .footer-wrapper input {
            padding-right: 5px;
        }

    .content-wrapper .right-section img {
        width: 385px;
        height: auto;
        float: right;
        padding-top: 20px;
        max-width: 100%;
    }

    .content-wrapper .language-selector {
        width: 600px;
        height: 480px;
        max-width: 100%;
    }

        .content-wrapper .language-selector .logo {
            width: 350px;
            margin-left: -15px;
            max-width: 100%;
        }

        .content-wrapper .language-selector h1 {
            margin-top: 0;
            font-size: 30px;
        }

        .content-wrapper .language-selector p {
            font-size: 14px;
        }

        .content-wrapper .language-selector li {
            padding: 7px 0;
            font-size: 14px;
            color: #333;
        }

            .content-wrapper .language-selector li .country-title {
                font-weight: 700;
                font-size: 14px;
                color: #333;
                padding: 10px 0;
            }

            .content-wrapper .language-selector li a {
                display: inline-block;
                padding-right: 2px;
            }

/*** FlagIcons ***/


.flag-icon {
    background: url("../images/header-flags.png") 0 0 no-repeat;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 5px;
    outline: 1px solid #eee;
    width: 20px;
    height: 14px;
}

    .flag-icon.SouthEastAsia {
        background-position: -5px -5px;
    }

    .flag-icon.Australia {
        background-position: -35px -5px;
    }

    .flag-icon.Austria {
        background-position: -65px -5px;
    }

    .flag-icon.China {
        background-position: -5px -29px;
    }

    .flag-icon.Germany {
        background-position: -35px -29px;
    }

    .flag-icon.HongKong {
        background-position: -65px -29px;
    }

    .flag-icon.Italy {
        background-position: -5px -53px;
    }

    .flag-icon.Japan {
        background-position: -35px -53px;
    }

    .flag-icon.Korea {
        background-position: -65px -53px;
    }

    .flag-icon.Netherlands {
        background-position: -5px -77px;
    }

    .flag-icon.NewZealand {
        background-position: -35px -77px;
    }

    .flag-icon.Taiwan {
        background-position: -65px -77px;
    }

    .flag-icon.Thai {
        background-position: -95px -5px;
    }

    .flag-icon.USA {
        background-position: -95px -29px;
    }

    .flag-icon.Viet {
        background-position: -95px -53px;
    }

    .flag-icon.Canada {
        background-position: -94px -77px;
    }

    .flag-icon.UK {
        background-position: -5px -97px;
    }

    .flag-icon.LA {
        background-position: -35px -97px;
    }

    .flag-icon.CR {
        background-position: -65px -97px;
    }

/*----CheckBox----*/
.guideCheckBoxGroupItems {
    width: 100%;
    position: relative;
    padding: 10px 0;
    margin: 0;
}

    .guideCheckBoxGroupItems input {
        display: none;
    }

    .guideCheckBoxGroupItems label {
        margin-bottom: 0;
        padding-left: 21px;
        cursor: pointer;
        font-weight: 500;
    }

        .guideCheckBoxGroupItems label:before {
            position: absolute;
            width: 18px;
            height: 18px;
            top: 10px;
            text-align: center;
            margin-left: -25px;
            content: "";
            color: #D7D7D7;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
            -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
            background-color: #D7D7D7;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
        }

    .guideCheckBoxGroupItems input:checked + label:before {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: url("../images/icon-check-blue.png");
        background-origin: padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }

/** Responsive Design for page */
@media (max-width:768px) {

    .btn-brand-violet {
        max-width: 180px;
    }

    .top-bar {
        padding: 10px 0;
    }

        .top-bar a.visible-xs {
            float: left;
            line-height: 70px;
        }

    .content-wrapper {
        padding: 0;
    }

    .image-container {
        background-image: url("../images/background-img.jpg");
        background-position: -30px top;
        background-repeat: no-repeat;
        background-size: auto 600px;
        height: 250px;
        position: relative;
        width: 100%;
    }

    .content-wrapper .language-selector {
        height: auto;
    }
}

@media (max-width:480px) {
    .image-container {
        background-size: auto 600px;
        background-position: -30px top;
    }
}

/** Responsive Design for page */
@media (max-width:330px) {
    .image-container {
        background-size: auto 533px;
        height: 220px;
    }
}


/*for hide select arrow on IE10*/
select::-ms-expand {
    display: none;
}

.lan-select {
    height: 40px;
    margin-left: 15px;
    width: 280px;
}

.lan-select {
    background-color: #fff;
    border-bottom-color: #3e62ad;
    border-left-color: #3e62ad;
    border-right-color: #3e62ad;
    border-top-color: #3e62ad;
    height: 40px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
}

.ui-select-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
}

    .ui-select-wrapper::before {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/arrow-brandblue.png");
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto auto;
        content: "";
        height: 14px;
        position: absolute;
        right: 14px;
        top: 40%;
        width: 14px;
        z-index: 2;
    }

.ui-select-wrapper {
    position: relative;
    font-size: 14px;
    background: white;
    display: inline-block;
    border: 1px solid #ddd;
}

    .ui-select-wrapper:before {
        content: '';
        background: url(../images/arrow-brandblue.png) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 14px;
        top: 40%;
        z-index: 2;
    }

    .ui-select-wrapper.select-open:before {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
    }

    .ui-select-wrapper.select-close:before {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
    }

    .ui-select-wrapper.select-h40:before {
        right: 6px;
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .ui-select-wrapper .ui-select {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*opacity: 0;*/
        font-size: 16px;
        background-color: white;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none\9;
        appearance: none;
        color: #0054a4;
    }

        .ui-select-wrapper .ui-select::-ms-expand {
            display: none\9;
        }

    .ui-select-wrapper .select-text {
        width: 100%;
        line-height: 28px;
        /*background: url(../images/arrow-blue-down.png) right center no-repeat;*/
        display: inline-block;
        padding: 5px 20px 5px 10px;
        margin-right: 10px;
    }

    .ui-select-wrapper select:focus + label {
        outline: 2px solid #96b9da;
        outline-offset: 0;
    }

.full-img img {
    margin-top: 80px;
}
