@charset "UTF-8";



body {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.myBtn {
    padding: 12px 40px;
}

.donateBtn {
    padding: 9px 40px;
    position: relative;
    top:-17px;
    margin-left: 20px;
}

.donateBtn:after {
    margin-left: 14px;
}


/* titleSet */

.titleSet {
    margin-bottom: 30px;
}

.titleSet .en {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
}

.titleSet .tw {
    font-size: 39px;
    line-height: 55px;
    margin-bottom: 0px;
}

.underTitle {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 50px;
}


/* titleSet2 */

.titleSet2 h5 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
}

.titleSet2 h5 span {
    font-size: 19px;
    line-height: 30px;
}

.titleSet2 h4 {
    font-size: 33px;
    line-height: 43px;
    font-weight: 500;
}

.titleSet2 p.small {
    font-size: 13px;
}

/************************************* modal *************************************/

.myCloseD {
    margin-bottom: 15px;
    z-index: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.myCloseD:hover {
    opacity: 0.7;
}


/************************************* headerD *************************************/

.header {
    display: none;

}

.headerD {
    display: inherit;
    z-index: 100;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 95px;
    border-top: 5px solid rgba(255, 255, 255, 0);

}

.headerD.bgWhite {
    background-color: #fff;
    border-top: 5px solid #004E9F;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .07));
    animation-duration: 4s;
}

.headerD .headerDContainer {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.headerD.bgWhite .headerDContainer {}

.headerD .headerDContainer .logo {
    width: 173px;
    height: 51px;
    position: absolute;
    left: 0px;
    top: 20px;
    background-image: url(../img/logoWhite.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.headerD.bgWhite .headerDContainer .logo {
    background-image: url(../img/logoColor.svg);
}


.headerD .headerDContainer .navs {
    margin-top: 32px;
    float: right;
}

.headerD .headerDContainer .navs a .oneNav {
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
}

.headerD .headerDContainer .navs a .oneNav.n7 {
    padding-right: 0px;
}


.headerD.bgWhite .headerDContainer .navs a .oneNav {
    color: #3f3f3f;
}

.headerD.bgWhite .headerDContainer .navs a:hover,
.headerD.bgWhite .headerDContainer .navs a:hover .oneNav {
    color: #3f3f3f;
    opacity: 1;

}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav,
.headerD.bgWhite .headerDContainer .navs a .oneNav.focus{
    border-bottom: 4px solid red;
}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n1,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n1.focus{
    border-color: #00ADB9;
}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n2,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n2.focus{
    border-color: #FFAD31
}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n3,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n3.focus{
    border-color: #CFA78C;
}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n4,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n4.focus {
    border-color: #DC3D51;
}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n5,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n5.focus {
    border-color: #E2BE00;
}

.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n6,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n6.focus {
    border-color: #3C9584;
}


.headerD.bgWhite .headerDContainer .navs a:hover .oneNav.n7,
.headerD.bgWhite .headerDContainer .navs a .oneNav.n7.focus {
    border: none;
    opacity: 0.6;
}

.headerD .headerDContainer .navs a .oneNav .tw {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: -6px;

}

.headerD .headerDContainer .navs a .oneNav .en {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.headerD .headerDContainer .navs a .oneNav .search {
    position: relative;
    top: -10px;
    width: 22px;
    height: 22px;
    background-image: url(../img/searchWhite.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.headerD.bgWhite .headerDContainer .navs a .oneNav .search {
    background-image: url(../img/search.svg);
}



/************************************* footer *************************************/

.footer {
    padding-top: 45px;
    padding-bottom: 30px;
}

.footer .container-fluid .footerFirstPart {
    text-align: left;
    position: relative;
}

.footer .container-fluid .logo {
    width: 283px;
    height: auto;
    margin-bottom: 30px;
}

.footer .footerFirstPart .footerBottomText2 {
    position: absolute;
    bottom: 0px;
    left: 0xp;
    font-size: 13px;
    margin-bottom: 0px;
}


.footer .footerFirstPart .footerBottomText {
    position: absolute;
    bottom: 0px;
    left: 0xp;
    font-size: 13px;
    margin-bottom: 0px;
}


.footer .container-fluid .footerThirdPart {
    position: relative;

}

.footer .container-fluid .footerThirdPart .row {
    height: 100%;
}

.footer .container-fluid .footerThirdPart .EmailArea {
    position: absolute;
    left: 15px;
    bottom: 0px;
    margin-bottom: 0px;
}

.footer .container-fluid .footerThirdPart .EmailArea input {
    max-width: 200px;
}

.followMe {
    bottom: 30px;
    right: 30px;
    font-size: 16px;
}

.followMe .oneFollowMe img {
    width: 59px;
    height: auto;
}


/************************************* searchBar *************************************/
.searchBar{
    top:95px;
}
