*:facus {
    outline: none;
}

html,
body {
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: Microsoft JhengHei, Arial;
    /*font-family: DFKai-sb, Microsoft JhengHei, Arial;*/
    text-align: justify;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url(../img/background.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
    color: #303030;
    cursor: default;
}

.ie-only { display: none }

.startOverlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100vh;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(120,167,191); /* Black fallback color */
    background-color: rgba(120,167,191, 0.55); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    -webkit-transform: 0.5s; /* Safari */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.2rem;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lh {
    line-height: 26px;
}

.lhBig {
    line-height: 36px;
}

.hl {
    color: #00008b;
    background-color: #00fff1;  
    font-weight: bold;
    padding: 5px 5px;
    margin-top: 5px; 
    margin-bottom: 5px; 
}

.ms {
    margin: 5px; 
}

.ps {
    padding: 5px; 
}

.alert {
    color: #BB0000;
    font-weight: bold;
}

/* 按鈕顏色設定 */
#_switchLang {
    display: block;
    float: right;
    top: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
#_switchLang .ui-state-active{background: #cc0000; color: #fff}
#_switchLang .ui-state-default{background: #ccc;}

#_switchLang select {
    border: none;
    background: none;
}

.i18n {
    visibility: hidden;
}

a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #008aff;
    outline: 0;
}

img {
    border: 0px;
}

.clear {
    height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
}

select {
    font-family: Microsoft JhengHei, Arial;
}

select option {
    padding: 2px 10px;
}

.ajaxLoading {
    height: 50px;
    margin: 20px 0;
    background: url(../img/loading.svg) center no-repeat;
    background-size: contain;
}


/*---------- Header (start) ----------*/

#headerField {
    width: 100%;
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*position: relative;*/
    /*z-index: 9;*/
    /*border-bottom: solid 1px #c0c0c0;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    /*background: rgba(0, 0, 0, 1);*/
    /*display: none;*/
}

.homeHeaderField {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*z-index: 9;*/
    position: relative;
    z-index: 9;
    box-shadow: none !important;
    background: none !important;
}

#header {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    /*background: #fff;*/
}

#header .topMenuGroup {
    height: 25px; 
    padding: 0 15px; 
    display: inline-block; 
    position: absolute; 
    right: 0; 
    border: solid 1px #808080; 
    border-top: none; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
    background: #ffffffcc
}

#header .topMenuGroup .menu {
    font-size: 14px; 
    color: #303030;
}

#header .topMenuGroup .divide {
    color: #00000033;
}

#header .headerLogo {
    position: absolute;
    z-index: 1;
}

#header .headerLogo a .logoBorder {
    float: left;
    /*border: solid 5px rgb(255, 255, 255);*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
}

#header .headerLogo a .logoBorder .logo {
    height: 55px;
    padding: 40px 16px;
    /*padding: 10px 5px;*/
    vertical-align: middle;
    /*border: dotted 1px #c0c0c0;*/
    /*background: rgba(255, 255, 255, 1);*/
}

#header .headerLogo a .logoMobi {
    display: none;
    float: left;
}

#header .headerLogo a .logoMobi .logo {
    height: 35px;
    padding: 12px 8px;
}

#header .headerLogo a .name {
    width: 300px;
    margin: 15px 0 0 10px;
    display: none;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff;
}

#header .deskLangFn {
    padding: 0 10px 3px;
    position: absolute;
    right: 420px;
    top: 70px;
    text-align: center;
    z-index: 1;
}

#header .deskLangFn .item {
    margin: 0 5px;
    padding: 5px 25px;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

#header .deskLangFn .langHeightlight {
    background: #A2EBEF;
    border: solid 1px #A2EBEF;
}

#header .deskLangFn .divide {
    padding: 0 3px;
    display: inline;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25)
}

#header .deskLangFn .relation {
    position: relative;
    vertical-align: top;
}

#header .deskLangFn .relation:hover ul {
    display: block;
}

#header .deskLangFn .relation ul {
    width: 100%;
    margin: 5px 0 0 -25px;
    padding: 0;
    display: none;
    list-style: none;
    position: absolute;
    /*border-top: solid 1px #f00;*/
    /*background: rgba(255, 255, 255, 0.9);*/
}

#header .deskLangFn .relation ul li {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #303030;
}

#header .deskLangFn .relation ul li:hover {
    background: #A2EBEF;
}







#header .deskLangFn .relation .megaMenu {
    width: 300px;
    margin: 3px 0 0;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border-top: solid 5px #013D70;
    /*border-bottom: solid 5px rgba(255, 255, 255, 0.1);*/
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px #00000033;
    cursor: default;
}

#header .deskLangFn .relation .megaMenu .divider {
    flex: 0 0 0;
    height: 90%;
    margin: 5% 0;
    border-right: solid 1px #c0c0c0;
}

#header .deskLangFn .relation .megaMenu .cate {
    flex: 1 1 auto;
    padding: 5px;
    box-sizing: border-box;
    border-right: dotted 1px #e0e0e0;
}

#header .deskLangFn .relation .megaMenu .cate .cateTit {
    padding: 10px 10px 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #013D70;
}

#header .deskLangFn .relation .megaMenu .cate .cateTit .arr {
    color: #b0b0b0;
}

#header .deskLangFn .relation .megaMenu .cate a {
    width: 100%;
    margin: 1px 0;
    padding: 10px 5px;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    border: solid 1px transparent;
    color: #303030;
}

#header .deskLangFn .relation .megaMenu .cate a:hover {
    border: solid 1px #A2EBEF;
    background: #A2EBEF44;
}

#header .deskLangFn .relation .megaMenu .cate a.highlight {
    background: #A2EBEF;
}




.deskMenuComponent {
    margin-top: 73px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.deskMenuComponent .fn .menu {
    margin: 0 10px 0;
    display: inline-block;
    font-weight: bold;
    color: #303030;
    text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1);
    transition: transform 0.2s;
    cursor: pointer;
}

.deskMenuComponent .fn .menu:last-child {
    margin: 0 10px 0 10px;
}

.deskMenuComponent .fn .menu:hover {
    transform: scale(1.2);
}

/*.deskMenuComponent .fn .menu.supplyEcoMenu {
    width: 80px;
    margin: -20px 5px 0;
    display: inline-block;
    transform: translateY(10px);
}

.deskMenuComponent .fn .menu.supplyEcoMenu:hover {
    transform: translateY(10px) scale(1.2);
}

.deskMenuComponent .fn .menu.supplyEcoMenuLogin {
    vertical-align: top;
    text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff;
}*/

.deskMenuComponent .fn .user {
    /*width:  200px;*/
    margin: 0 0 10px;
    display: inline-block;
    /*float: left;*/
    text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff;
}

.deskMenuComponent .fn .user .acct {
    padding: 0 0 0 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #303030;
}

.deskMenuComponent .fn .dropMenuContact {
    width: auto;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    position: relative;
}

.deskMenuComponent .fn .dropMenuContact:hover ul {
    display: block;
}

.deskMenuComponent .fn .dropMenuContact ul {
    width: auto;    
    margin: 0 0 0 -65px;
    padding: 5px 0;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
    list-style: none;
    border-top: solid 3px #74E2E8;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.deskMenuComponent .fn .dropMenuContact ul li {
    padding: 2px 10px;
    box-sizing: border-box;
}

.deskMenuComponent .fn .dropMenuContact ul li a {
    font-size: 14px;
}



.deskMenuComponent .fn .dropMenu {
    width: 180px;
    display: inline-block;
    /*float: left;*/
}

.deskMenuComponent .fn .dropMenu .dropMenuTitle {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), -1px 1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.5), 1px -1px 1px rgba(255, 255, 255, 0.5);
}

.deskMenuComponent .fn .dropMenu i {
    color: #808080;
}

.deskMenuComponent .fn .dropMenu ul {
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 0;
    display: none;
    border-top: solid 3px #74E2E8;
    list-style: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.deskMenuComponent .fn .dropMenu:hover ul {
    display: block;
}

.deskMenuComponent .fn .dropMenu ul li {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    font-weight: normal;
    color: #505050;
    transition: transform 0.3s;
}

.deskMenuComponent .fn .dropMenu ul li:hover {
    transform: scale(1.2);
}

.deskMenuComponent .divide {
    display: inline;
    color: rgba(128, 128, 128, 0.25);
}

.deskMenuComponent ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

.deskMenuComponent ul li {
    text-align: center;
}

.deskMenuComponent ul li span {
    padding: 10px;
    display: block;
    color: #303030;
}

.deskMenuComponent ul li ul {
    width: 100%;
    height: 0;
    margin: -5px auto 0;
    padding: 1px 0 0;
    clear: both;
    visibility: hidden;
    border: solid 1px #c0c0c0\0;
    border-top: #b00000 3px solid;
    border-radius: 1px;
    box-shadow: 0px 0px 10px #c0c0c0;
    background: rgba(255, 255, 255, 0.95);
    background: #ffffff \9\0;
}

.deskMenuComponent ul li ul a li {
    padding: 10px 25px;
    visibility: inherit;
    font-size: 15px;
    color: #505050;
}

.deskMenuComponent ul li ul a:hover li {
    color: #fff;
    background: #808080;
}

.deskMenuComponent ul li:hover ul {
    height: auto;
    visibility: visible;
}

.phoneMenuComponent {
    width: 100%;
    display: none;
}

.phoneMenuComponent .hamburger {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 9;
    color: #fff;
}

.phoneMenuComponent .hamburger .hamburOpen {
    margin: 0 0 0 -14px;
    padding: 0;
    position: absolute;
    font-size: 32px;
    transform-origin: center;
}

.phoneMenuComponent .hamburger .hamburClose {
    margin: -2px 0 0 -14px;
    padding: 0;
    position: absolute;
    font-size: 36px;
    opacity: 0;
    transform-origin: center;
}

.phoneMenuComponent .hamburger .hamburOpenAni {
    animation: hamburOpen 0.3s ease-in-out 0.0s 1 alternate forwards;
}

.phoneMenuComponent .hamburger .hamburCloseAni {
    animation: hamburClose 0.3s ease-in-out 0.0s 1 alternate forwards;
}

@keyframes hamburOpen {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes hamburClose {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.phoneMenuComponent .mail {
    margin: 5px 0 0;
    font-size: 12px;
    color: #b0b0b0;
}

.phoneMenuComponent #phoneMenu {
    width: 100%;
    margin: 60px 0 0;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9;
    background: #f0f0f0;
}

.phoneMenuComponent #phoneMenu .acct {
    width: 90%;
    margin: 0 5%;
    padding: 25px 0 20px;
    border-bottom: dotted 1px #c0c0c0;
    vertical-align: middle;
    color: #808080;
    text-shadow: 0 0 0 #303030;
}

.phoneMenuComponent #phoneMenu .acct i {
    padding: 0 10px 0 0;
    font-size: 30px;
    vertical-align: middle;
}

.phoneMenuComponent #phoneMenu .acctApply {
    width: 90%;
    margin: 0 5%;
    padding: 25px 0 20px;
    border-bottom: dotted 1px #c0c0c0;
    vertical-align: middle;
    color: #808080;
    text-shadow: 0 0 0 #303030;
}

.phoneMenuComponent #phoneMenu .phoneLangFn {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 10px 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .item {
    flex: 0 1 30%;
    margin: 10px auto;
    padding: 5px 25px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .relationBid {
    flex: 1 0 100%;
    margin: 20px 0 0;
    padding: 20px 0 5px;
    background: #e8e8e8;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .langHeightlight {
    border: solid 1px #A2EBEF;
    background: #A2EBEF;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .divide {
    padding: 0 3px;
    display: inline;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25)
}





.phoneMenuComponent #phoneMenu .phoneLangFn .cate {
    width: 100%;
    padding: 5px;
    display: flex;
    border-bottom: dotted 1px #d0d0d0;
    background: #e8e8e8;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .cate .cateTit {
    flex: 25%;
    padding: 10px 5px 5px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    color: #013D70;
    background: #e8e8e8;
    /*background: #ccc;*/
}

.phoneMenuComponent #phoneMenu .phoneLangFn .cate .cateTit .arr {
    display: inline;
    color: #c0c0c0;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .cate .cateCont {
    flex: 1 1 75%;
    display: flex;
    flex-wrap: wrap;    
    /*background: #ddd;*/
}

.phoneMenuComponent #phoneMenu .phoneLangFn .cate .cateCont a {
    flex: 0 0 31%;
    margin: 5px 1%;
    padding: 5px 3px;
    box-sizing: border-box;
    display: block;
    border: solid 1px #808080;
    border-radius: 5px;
    font-size: 12px;
    color: #303030;
    background: #f0f0f0;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .cate .cateCont a.highlight {
    border: solid 1px #A2EBEF;
    background: #A2EBEF;
}

.phoneMenuComponent #phoneMenu .phoneLangFn .cate .cateCont:after {
    content: '';
    flex: 0 0 30%;
    height: 1px;
}
    



.phoneMenuComponent #phoneMenu #phoneAccordionMenu {
    padding: 5px 0 0;
}

.phoneMenuComponent #phoneAccordionMenu h3 {
    padding: 10px 0 !important;
    text-align: center;
}

.phoneMenuComponent #phoneAccordionMenu div a div {
    padding: 15px 0;
    font-size: 18px;
    color: #808080;
}

.phoneMenuComponent #phoneAccordionMenu .subMenu {
    padding: 15px 0 10px;
    border-bottom: dotted 1px #808080;
}

.phoneMenuComponent #phoneAccordionMenu .subMenu .title {
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #808080;
}

.phoneMenuComponent #phoneAccordionMenu .subMenu a {
    width: 33%;
    float: left;
    color: #808080;
}

.phoneMenuComponent #phoneAccordionMenu .subMenu a div {
    padding: 10px 0;
    font-size: 14px;
}

.headerField #headerVid {
    width: 100%;
    height: 300px;
    margin: auto;
}

.headerField #headerVid .vidContainer {
    width: 100%;
    height: 300px;
    overflow-y: hidden;
}

.headerField #headerVid .vidContainer video {
    width: 100%;
    /*margin: -350px auto 0;*/
    top: 0;
    bottom: 0;
}

.headerField #headerVid .blackCover {
    width: 100%;
    /*height: 100%;*/
    height: 300px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
}

.headerField #headerVid .picCover {
    width: 1200px;
    height: 220px;
    /*height: 380px;*/
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: auto;
    z-index: 0;
    /*
    background: url(../img/cover_proj_newX.png) center 70%;
    background-size: cover;
    */
    background: url(../img/cover_proj_new.png) center 70%;
    background-size: cover;
}
/*
.headerField #headerVid .picCover .headerCarousel {
    width: 1200px;
    height: 220px;
    margin: 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    background: #000;
}

.headerField #headerVid .picCover .headerCarousel .cover {
    width: 100%;
    height: 100%;
}

.headerField #headerVid .picCover .headerCarousel .pager {
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 101;
    text-align: center;
}

.headerField #headerVid .picCover .headerCarousel .pager span  {
    width: 15px;
    height: 15px;
    margin: 3px 5px;    
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 0px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; 
}

.headerField #headerVid .picCover .headerCarousel .pager span.cycle-pager-active {
    color: #005bac;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.headerField #headerVid .picCover .headerCarousel .pager > * {
    cursor: pointer;
}
*/

.headerField #headerVid .picCover .picTitle {
    height: 35px;
    margin: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    /*text-shadow: 0 0 0px #fff, 0 0 3px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.75);*/
    /*opacity: 0.75;*/
}
/*---------- Header (end) ----------*/


/*---------- Footer (start) ----------*/

#footerField {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

#footer .content {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding: 17px;
    box-sizing: border-box;
    text-align: center;
}

#footer .content .copyright {
    font-size: 14px;
    color: #303030;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footer .content .copyright {
        transform: scale(0.9);
    }
}


/*---------- Footer (end) ----------*/


/*---------- Container (start) ----------*/

.height100 {
    height: 100%;
}

#container {
    width: 100%;
    min-height: 100%;
    /*margin: -80px 0 -50px;*/
    margin: -300px 0 -50px;
    padding: 400px 0 50px;
    box-sizing: border-box;
    position: relative;
}

.homeContainer {
    margin: 0 0 -50px !important;
    padding: 0 0 50px !important;
}

#container .section {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    color: #505050;
}

#container .section .contOver {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
}

#container img {
    vertical-align: bottom;
}

#container .img33 {
    width: 32.8%;
    box-sizing: border-box;
    border: solid 1px #aaa;
}

#container .img100 {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #aaa;
}

#container .imgWrapR350 {
    width: 350px;
    margin: 0 0 10px 30px;
    float: right;
}

.containerDivide {
    height: 1px;
    margin: 3px 0 1px;
    line-height: 1px;
    background: #c0c0c0;
}

.containerDivideDot {
    margin: 40px;
    border-top: dotted 1px #e0e0e0;
}

.containerDivideDash {
    border-top: dashed 1px #c0c0c0;
}

.goButton {
    padding: 5px 10px;
    position: Fixed;
    right: 10px;
    box-shadow: -1px -1px 2px #808080 inset;
    border: solid 1px #c0c0c0;
    font-size: 18px;
    color: #a0a0a0;
    background: #fff;
    cursor: pointer;
}

.goTop {
    /*	bottom: 42px;*/
    bottom: -1px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.goBottom {
    top: 100%;
    /*	bottom: 6px;*/
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.goTop:hover,
.goBottom:hover {
    color: #505050;
}

.goTop:active,
.goBottom:active {
    box-shadow: 2px 2px 3px #505050 inset;
}


/*---------- Container (end) ----------*/


/*---------- PopupBox (start) ----------*/

.customAlert {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /*background: rgba(0,0,0,0.5);*/
}

.customAlert .customAlertContent {
    width: 450px;
    min-height: 130px;
    margin: auto;
    padding: 15px 15px 70px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    border: solid 1px #a0a0a0;
    border-radius: 3px;
    font-size: 13px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.customAlert .customAlertContent .alertTitle {
    margin: 0 0 10px;
    font-size: 15px;
}

.customAlert .customAlertContent .alertBtn {
    position: absolute;
    padding: 8px 20px;
    right: 15px;
    bottom: 15px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #408aec;
}


/*---------- PopupBox (end) ----------*/


/*---------- Float Menu (start) ----------*/

#floatMenu {
    width: 200px;
    height: 200px;
    margin: auto;
    display: inline-block;
    position: fixed;
    left: auto;
    right: -200px;
    top: 0;
    bottom: 0;
    z-index: 1;
    /*background: #f0f0f0;*/
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#floatMenu .item {
    height: 50px;
    margin: auto;
    padding: 4px 5px;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 999;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #c00000;
    background: linear-gradient(90deg, rgba(200, 0, 0, 1) 0%, rgba(160, 0, 0, 1) 100%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#floatMenu .item .iconContainer {
    width: 42px;
    padding: 2px 0 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

#floatMenu .item .iconContainer .icon {
    vertical-align: middle;
    font-size: 36px;
    color: #fff;
}

#floatMenu .item .iconContainer .icon:hover {
    text-shadow: 0 0 10px #fff;
}

#floatMenu .item .title {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    color: #fff;
}

#floatMenu .item .title:hover {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}


/*---------- Float Menu (end) ----------*/


/*---------- Custom Input (start) ----------*/

.customInput {
    height: 45px;
    margin: 15px 0;
    position: relative;
}

.customInput .title {
    position: absolute;
    font-size: 16px;
    color: #004B8D;
    pointer-events: auto;
}

.customInput input {
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    border: none;
    border-bottom: dotted 1px #808080;
    font-size: 16px;
    color: #505050;
    background: rgba(255, 255, 255, 0);
    outline: none;
}


/*---------- Custom Input (end) ----------*/


/*---------- Status Color (start) ----------*/

.el-table .alignCenter {
    text-align: center;
}

.statusRed {
    color: #646666;
}

.statusDeepBlue {
    color: #004b8d;
}

.statusRedOpacity01 {
    background: rgba(221, 0, 0, 0.1);
}

.statusOrange {
    color: #008b93;
}

.statusOrangeOpacity01 {
    background: rgba(238, 136, 0, 0.1);
}

.statusGreen {
    color: #00d1dc;
}

.statusGreenOpacity01 {
    background: rgba(0, 166, 102, 0.1);
}

.statusBlue {
    color: #0088ff;
}

.statusYellow {
    color: #ccccca;
}

.statusBlueOpacity01 {
    background: rgba(0, 136, 255, 0.1);
}

.statusBrown {
    color: #995500;
}

.statusBrownOpacity01 {
    background: rgba(170, 68, 0, 0.1);
}

.statusGray {
    color: #808080;
}

.statusGrayOpacity01 {
    background: rgba(128, 128, 128, 0.1);
}

.statusBlack {
    color: #ccccca;
}

.statusBlackOpacity01 {
    background: rgba(0, 0, 0, 0.1);
}


/*---------- Status Color (end) ----------*/


/*---------- RWD (start) ----------*/

@media screen and (min-width: 1px) and (max-width: 1200px) {
    html,
    body {
        width: 100%;
        min-width: 100%;
    }
    .homeHeaderField {
        background: #fff !important;
    }
    #header {
        width: 100%;
        height: 60px;
        position: static;
        position: absolute;
        z-index: 2;
    }
    #header .topMenuGroup {
        right: 50%;
        transform: translate(50%);
    }
    #header .topMenuGroup .menu,
    #header .topMenuGroup .divide {
        display: none;
    }
    #header .headerLogo a .logoBorder {
        display: none;
    }
    #header .headerLogo a .logoMobi {
        display: inline;
        padding: 0 20px;
    }
    #header .headerLogo a .name {
        width: auto;
        margin: 15px 0 0 0;
        /*display: inline-block;*/
        font-size: 24px;
        text-shadow: none;
    }
    #header .deskLangFn {
        display: none;
    }
    #header .deskMenuComponent {
        display: none;
    }
    #header .phoneMenuComponent {
        display: block;
    }
    .headerField #headerVid {
        position: relative;
        height: 200px;
        margin: 0 auto;
    }
    .headerField #headerVid .vidContainer {
        height: 200px;
    }
    .headerField #headerVid video {
        margin: 0;
    }
    .headerField #headerVid .blackCover {
        background: rgba(0, 0, 0, 0);
    }
    .headerField #headerVid .picCover {
        width: 80%;
        height: 100px;
        top: auto;
        bottom: -20px;
    }
    .headerField #headerVid .picCover .headerCarousel {
        width: 100%;
        height: 80px;
    }
    .headerField #headerVid .picCover .picTitle {
        font-size: 20px;
    }
    #footer .content {
        width: 100%;
    }
    .containerDivideDot {
        margin: 20px 40px;
        border-top: dotted 1px #c0c0c0;
    }
    #container {
        width: 100%;
        /*margin: -60px 0 -50px;*/
        margin: 0 0 -50px;
        padding: 20px 0 50px;
    }
    #container .section {
        width: 100%;
        padding: 15px;
    }
    .goButton {
        display: none;
    }
    /*------------------------------*/
    .customAlert .customAlertContent {
        width: 90%;
        margin: auto 5%;
    }
    /*------------------------------*/
    .customInput .title {
        font-size: 14px;
    }
}


/*---------- RWD (end) ----------*/