/*
color: rgb(253, 210, 17)
color: rgb(43, 59, 80)

*/
.nav-bg, .nav-container,.pc-lang {
    background-color: rgb(248, 248, 248);
}
/*mobile*/
#nav-pc a{
    color: rgb(56, 56, 56);
}
#nav-pc .nav-container {
    position: relative;
}
#nav-pc .nav-container .name a:hover{
    color: rgb(56, 56, 56);
}
#nav-pc .nav-container{
    width: 200px;
    height: 100vh;
    right: 0;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 5px rgba(107, 107, 107,.4);
}
#nav-pc .nav-container .name{
    margin: auto;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}
#nav-pc .nav-container .name img {
    width: 100px;
}
#nav-pc .nav-container .name p {
    margin: 0;
}
#nav-pc .nav-container .name .en{
    text-transform: uppercase;
    font-size: 10pt;
    font-family: 'Barlow';
}
#nav-pc .nav-container .name .ch{
    font-size: 14pt;
}
#nav-pc .nav-container .menu ul{
    list-style-type: none;
    padding: 0;
}
#nav-pc .nav-container .menu  ul li {
    margin-bottom: 12px; 
    padding-left: 45px; 
}
#nav-pc .nav-container .menu  ul li a {
    white-space:nowrap;  
    font-size: 12pt;
}
#nav-pc .nav-container .menu  ul li a:hover {
    color: rgb(80, 124, 206);
}
#nav-pc .nav-container .lang{
    position: absolute;
    bottom: 20px;
}
#nav-pc .nav-container .lang-inner{
    position: absolute;
    bottom: 20px;
}
#nav-pc .numbox-content {
    position: absolute;
    bottom: 50px;
    transform: translateX(200px);
    width: 100%;
    background-color: rgb(248, 248, 248);
    text-align: center;
    color: rgb(83, 83, 83);
}
#nav-pc .numbox-content a {
    color: rgb(78, 113, 189);
    font-size: 16pt;
}
#nav-pc .nav-container .lang ul {
    list-style-type: circle;
    margin-left: 45px;
    writing-mode: vertical-lr;
}
#nav-pc .nav-container .lang ul li a {
    color: rgb(177, 177, 177);
    font-size: 12pt;
}
#nav-pc .nav-container .lang ul li a:hover {
    color: rgb(56, 56, 56);
}
#nav-pc .nav-container .lang ul li {
    padding: 0 5px;
}
#nav-pc .nav-container .lang ul .active {
    list-style-type: disc;
}
#nav-pc .nav-container .lang ul .active a{
    color: rgb(56, 56, 56);
}
@media (max-height:800px) {
    #nav-pc .nav-container .name{
        padding-top: 50px;
        margin-bottom: 30px;
    }
    #nav-pc .numbox-content {
        bottom: 25px;
    }
}
@media (max-width:1199px) {
    #nav-pc {
        display: none;
    }
}

.pc-lang {
    padding-top:80px;
    position: fixed;
    z-index: 99;
}
.pc-lang .icon {
    position: relative;
}
.pc-lang .icon .icon-box{
    position: absolute;
    left: 15px;
    top: -11px; 
    color: rgb(177, 177, 177);
}
.pc-lang ul {
    border-top: 1px solid rgb(177, 177, 177);
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: auto;
}
.pc-lang .active a{
    color: rgb(56, 56, 56);  
}
.pc-lang ul li {
    float: left;
    padding: 10px;
}
.pc-lang ul li a{
    color: rgb(177, 177, 177);
}
.navbar .navbar-brand img {
    width: 50px;
}
.navbar .name p{
    margin: 0;
    padding: 0;
}

.navbar .name .en {
    text-transform: uppercase;
    font-size: 11pt;
    font-family: 'Barlow';
}
.navbar .nav-item a{
    color: rgb(56, 56, 56) !important;
}

@media (min-width:1200px) {
    .navbar, .pc-lang {
        display: none;
    }
}
@media (max-width:991px) {
    .navbar {
        z-index: 9999991;
    }
    .navbar-nav{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 100vh;
        font-size: 15pt;
    }
    .navbar .nav-item a{
        padding: 10px 0;
        font-size: 14pt;
    }
}

.navbar .en p{
    font-size: 13pt;
    text-align: center;
}
/**/
.ch-font {
    font-family: 'simhei', sans-serif; 
}
.mark {
    color: rgb(207, 40, 40);
    background-color: unset;
}
.table-style {
    margin-bottom: 70px;
}
.table-style, .table-style th,.table-style tr {
    border: .1px solid rgb(206, 206, 206);
    font-weight: unset;
    font-size: 14pt;
}
.table-style th {
    padding: 20px 4px;
}
.table-style2 {
    margin-bottom: 70px;
}
.table-style2, .table-style2 th,.table-style2 tr {
    border: .1px solid rgb(179, 179, 179);
    font-weight: unset;
}
.table-style2 .one {
    background-color: rgb(205, 213, 223);
    font-size: 13pt;
}
.table-style2 .two {
    padding: 15px 15px;
    font-size: 11pt;
}
.table-style-en {
    margin-bottom: 70px;
}
.table-style-en th {
    padding: 20px 4px;
}
.table-style-en, .table-style-en th,.table-style-en tr {
    border: .1px solid rgb(179, 179, 179);
    font-weight: unset;
}
.breadcrumb a {
    color: rgb(74, 125, 192);
}
@media (min-width:993px) {
    .table-style .mobile {
        display: none;
    }
}
@media (max-width:992px) {
    .table-style .pc {
        display: none;
    }
}
@media (min-width:620px) {
    .about-table .mobile {
        display: none;
    }
}
@media (max-width:619px) {
    .about-table .pc {
        display: none;
    }
}
@media (max-width:768px) {
    .table-style, .table-style th,.table-style tr {
        font-size: 11pt;
    }
}
@media (max-width:450px) {
    .table-style, .table-style th,.table-style tr {
        font-size: 10pt;
    }
    .table-style-en .service-bg {
        background-color: rgb(70, 99, 136);
        color: white;
    }
}
/**/
html, body{
    padding: 0;
    margin: 0;
    background-color: rgb(248, 248, 248);
}
.scroll {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 999;
    opacity: 0;
}
.scroll .bg {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0,.2);
    width: 50px;
    height: 50px;
    animation: run 10s infinite;
}
.scroll .text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    color: rgb(114, 114, 114);
    font-size: 9pt;
}
.mobil-contact {
    position: fixed;
    bottom: 0px;
    z-index: 998;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .6);
    border-radius: 15px 15px 0 0;
}
.mobil-contact a {
    color: rgb(38, 58, 85);
}
.mobil-contact .call {
    line-height: 50px;
    height: 50px;
    border-radius: 15px 0 0 0;
    background-color: rgb(248, 248, 248);
}
.mobil-contact .contact {
    border-radius: 0 15px 0 0;
    line-height: 50px;
    height: 50px;
    background-color: rgb(255, 255, 255);
}
@media (min-width:1200px) {
    .mobil-contact {
        display: none;
    } 
}
@media (max-width:1199px) {
    .scroll {
        left: 50%;
        transform: translateX(-50%);
    } 
}
.row {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
}
#pc-container {
    width: calc(100% - 200px);
    height: 100%;
}
img {
    width: 100%;
}
.enter-btn-en{
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 9999;
    font-size: 14pt;
    padding: 5px 0;
    width: 250px;
    font-family: 'Barlow', sans-serif;
    box-shadow: .2rem .2rem rgba(53, 53, 53,.3);
}
.enter-btn{
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 9999;
    font-size: 14pt;
    padding: 5px 0;
    box-shadow: .2rem .2rem 10px rgba(53, 53, 53,.3);
    text-align: center;
}
.enter-btn a {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 50px;
}
.enter-btn a, .enter-btn-en a {
    color: rgb(48, 48, 48);
}
.enter-btn a:hover, .enter-btn-en a:hover{
    color: rgb(119, 28, 28);
}
.btn-arrow-right {
    width: 50px;
    margin-left: 5px;
}
@media (max-width:1200px) {
    #pc-container {
        width: unset;
    }
}
/*top-number*/
.top-number {
    height: 100px;
    text-align: center;
    position: relative;
}
.top-number .box-content{
    transform: translateY(-50%);
    top:50%;
    width: 100%;
    text-align: center;
    color: rgb(68, 99, 139);
    font-size: 15pt;
    position: absolute;
}
.top-number .box {
    width: 200px;
    height: 50px;
    position: absolute;
    background-color: rgba(43, 59, 80,1);
    left: 0;
    top: 0;
}
.top-number .box2 {
    width: 300px;
    height: 50px;
    position: absolute;
    background-color: rgba(43, 59, 80,1);
    left: 0;
    bottom: 0;
}
.top-number .box3 {
    width: 300px;
    height: 50px;
    position: absolute;
    background-color: rgba(43, 59, 80,1);
    right: 0;
    bottom: 0;
}
.top-number .box4 {
    width: 200px;
    height: 50px;
    position: absolute;
    background-color: rgba(43, 59, 80,1);
    right: 0;
    top: 0;
}
.top-number a {
    color: rgb(23, 109, 189);
    font-size: 35pt;
    text-shadow: 0 2px 5px rgba(0, 0, 0,.2);
}
.top-number a:hover {
    color: rgb(86, 152, 214);
}
@media (max-width:1199px) {
    .top-number {
        display: none;
    }
}
/*top-map*/
.top-map{
    height: 100vh;
    width: 100%;
    position: relative;
}
.top-map .map-content {
    position: relative;
    top: 0;
    left: 0;
    animation: move 120s infinite;
}
.top-map .map-content img{
    transform: scale(.7);
}
.top-map .out-map-content{
    position: absolute;
    top:50px;
    overflow: hidden;
    height: 100%;
}
.top-map .country {
    text-align: center;
    padding-top: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-map .country a {
    text-decoration: none;
}
.top-map .country a p{
    color: transparent;
}
.top-map .country a:hover {
    background-color: rgba(241, 241, 241);
    transition: .6s all ease-in;
}
.top-map .country a:hover .flag-id{
    visibility: unset;
    transform: translateY(0px);
    animation: style .4s ease-in;
    color: rgb(104, 100, 91);
}
.top-map .country img {
    width: 70px;
}
.top-map #space {
    width: 100%;
    height: 100%;
}
@media (max-width:1200px) {
    .top-map .country {
        padding-top: 200px;
        left: 50%;
        transform: translateX(-50%);
    }
    .top-map .map-content { 
        top:150px;
    }
    .top-map{
        height: 1000px;
    }
}
@media (max-width:991px) {
    .top-map .country a p {
        color: rgb(219, 219, 219);
    }
    .top-map .map-content { 
        top:200px;
    }
    .top-map{
        height: 1000px;
    }
}
@media (max-width:768px) {

    .top-map .map-content { 
        top:300px;
    }
    #space {
        height: 100vh;
    }
    .top-map .map-content img{
        transform: scale(1);
    }
}
@media (max-width:576px) {
    .top-map{
        height: 1200px;
    }
    #space {
        height: 1200px;
        width: 100%;
    }
    .top-map .map-content img{
        transform: scale(2);
    }
}
/*title*/
.thi-area .title h2 {
    font-size: 40pt;
}
.sec-area .title h1{
    color: white;
    font-size: 40pt;
}
.thi-area .title h2 {
    font-size: 40pt;
    color: rgb(38, 58, 85);
}
.tw-map .title h2 {
    font-size: 40pt;
    color: rgb(38, 58, 85);
}
@media (max-width:1600px) {
    .sec-area .title h2{
        font-size: 28pt;
    }
    .thi-area .title h2{
        font-size: 28pt;
    }
    .tw-map .title h2 {
        font-size: 28pt;
    }
}
/*sec-area*/
.sec-area {
    background-image: url(../image/main-1.jpg);
    background-size: cover;
}
.sec-area .sec-container {
    padding-top: 100px;
    padding-bottom: 50px;
}
.sec-area .title{
    text-align: right;
    padding-right: 200px;
}
.sec-area .title hr {
    margin-right: 0;
    position: relative;
    width: 100px;
    border: 1px solid rgb(253, 210, 17);
}
.sec-area p {
    color: white;
    font-size: 14pt;
    line-height: 35px;
}
.sec-area h3 {
    color: white;
}
.sec-area .text-content {
    letter-spacing: 2px;
    text-align: justify;
}
@media (max-width:768px) {
    .sec-area .title{
        text-align: center;
        padding-right: 0px;
    }
    .sec-area .title hr {
        margin-right: auto;
    }
    .sec-area p {
        color: white;
        font-size: 12pt;
        line-height: 30px;
    }
    .sec-area .sec-container {
        padding-top: 50px;
    }
    .sec-area h3 {
        font-size: 14pt;
        margin-top: 20px;
    }
}
/**/
.thi-area {
    background-color: rgb(255, 255, 255);
    padding-bottom: 150px;
}
.thi-area .en{
    padding-top: 100px;
}
.thi-area .title {
    margin-bottom: 100px;
    padding-right: 200px;
    text-align: right;
}
.thi-area .title hr {
    margin-right: 0;
    position: relative;
    width: 100px;
    border: 1px solid rgb(253, 210, 17);
}
.thi-area .title h2:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
}
.thi-area .enter-content {
    position: absolute;
    right: -50px;
    bottom: 20px;
}
@media (min-width:1400px) {
    .thi-area .box {
        border: 1px solid rgb(43, 59, 80);
        background-color: rgb(43, 59, 80);
        height: 200px;
        margin: 0;
        color: rgb(255, 255, 255);
        position: relative;
        text-align: center;
    }
    .thi-area .box p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 10px;
    }
    .thi-area .box2 {
        border: 1px solid rgb(43, 59, 80);
        height: 200px;
        margin: 0;
        position: relative;
        text-align: center;
    }
    .thi-area .box2 p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width:1400px) {
    .thi-area .title{
        text-align: center;
        margin-bottom: 50px;
        padding-right: 0px;
    }
    .thi-area .title hr {
        margin-right: auto;
    }
    .thi-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .thi-area .title {
        margin-top: 0px;
    }
    .m-box {
        border: 1px solid rgb(43, 59, 80);
        background-color: rgb(43, 59, 80);
        height: 200px;
        margin: 0;
        color: rgb(255, 255, 255);
        position: relative;
        text-align: center;
    }
    .thi-area .m-box p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 10px;
    }
    .m-box-2 {
        border: 1px solid rgb(43, 59, 80);
        height: 200px;
        margin: 0;
        position: relative;
        text-align: center;
    }
    .thi-area .m-box-2 p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 10px;
    }
    .thi-area .enter-content {
        position: unset;
        margin-top: 20px;
    }
    .thi-area .enter-btn {
        background-color: rgb(253, 210, 17);
    }
}
@media (max-width:350px) {
    .thi-area .btn-arrow-right {
        width: 30px;
    }
}
/*inf-area*/
.inf-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(43, 59, 80);
}
.inf-area p {
    font-size: 14pt;
    color: white;
}
.inf-area-en p {
    font-size: 14pt;
    color: rgb(228, 228, 228);
}
.inf-area-en {
    padding-top: 100px;
    position: relative;
    padding-bottom: 50px;
    background-color: rgb(43, 59, 80);
}
.inf-area-en h2 {
    font-size: 40pt;
    color: white;
    margin-bottom: 80px;
    text-align: center;
}
.inf-area-en-inner {
    background-color: rgb(255, 255, 255);
    padding-top: 1px;
    padding-bottom: 100px;
}
.inf-area-en-inner h3 {
    font-size: 25pt;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 10px solid rgb(59, 59, 59);
}
.inf-area-en-inner ol li {
    font-size: 14pt;
}
.inf-area-en .box-a {
    background-color: rgb(255, 255, 255);
    width: 200px;
    height: 100px;
    position: absolute;
    top: 0;
}
.inf-area-en .box-b {
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 50px;
    position: absolute;
    top: 100px;
}
.inf-area-en .box-c {
    background-color: rgb(255, 255, 255);
    width: 200px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.inf-area-en .box-d {
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 100px;
    right: 0;
}
@media (max-width:1200px) {
    .inf-area-en .box-d,.inf-area-en .box-b{
        width: 50px;
        height: 25px;
    }  
    .inf-area-en .box-a,.inf-area-en .box-c{
        width: 100px;
        height: 50px;
    } 
    .inf-area-en .box-b{
        top:50px;
    }
    .inf-area-en .box-d {
        bottom: 50px;
    }  
}
@media (max-width:768px) {
    .inf-area p {
        font-size: 12pt;
    }  
}
select {
    height: 50px;
    border-radius: 5px;
    color: rgb(87, 87, 87);
}
select option {
    margin-bottom: 50px;
    padding: 500px;
    color: rgb(87, 87, 87);
}

/*services-inf*/
.services-inf {
    height: 600px;
    background-color: white;
}

/*text-content*/
.services-list {
    height: 600px;
    background-color: white;
}
.services-list .text-content {
    text-align: center;
    padding-top: 70px;
}
.services-list .text-content .box{
    padding-bottom: 25px;
    padding-top: 25px;
}
.services-list .text-content .box:hover{
    position: relative;
    top: -10px;
    text-shadow: .1rem .2rem 2px  rgba(0, 0, 0, .1);
}
.services-list .text-inner {
    color: rgb(43, 59, 80);
}
.services-list .text-icon {
    color: rgb(33, 189, 67);
}
.services-list .box:hover .text-icon {
    animation: moveright 1s 1;
    animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards; 
}
.services-list .color-1 {
    color: rgb(36, 90, 160);
}
.services-list .active {
    color: rgb(211, 67, 67);
}
@media (max-width:768px) {
    .services-list {
        height: 1600px;
    }
}

/*tw-map*/
.tw-map {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
}
.tw-map .title {
    padding-right: 200px;
}
.tw-map .title hr {
    margin-right: 0;
    position: relative;
    width: 100px;
    border: 1px solid rgb(253, 210, 17);
}
.tw-map .pic {
    text-align: center;
}
.tw-map .pic img{
    width: 250px;
    padding-top: 100px;
}
.tw-map .title {
    text-align: right;
}
.tw-map .text-content {
    text-align: center;
}
.tw-map .text-content .active {
    font-size: 14pt;
    color: rgb(85, 85, 85);
    padding: 50px 0;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .2);
    margin: 0;
    z-index: 91;
}
.tw-map .text-content a, .tw-map .text-content p {
    font-size: 14pt;
    color: white;
}
.tw-map .text-content .style1:hover,.tw-map .text-content .style2:hover {
    color: rgb(85, 85, 85);
}
.tw-map .style1 {
    background-color: rgb(43, 59, 80);
    padding: 50px 0;
}
.tw-map .style1:hover,.tw-map .style2:hover{
    background-color: rgb(255, 255, 255);
    padding: 50px 0;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 90;
}
.tw-map .style2 {
    background-color: rgb(32, 32, 32);
    padding: 50px 0;
}
.tw-map .style3 {
    background-color: rgb(43, 59, 80);
    padding: 50px 0;
}
.tw-map .style3:hover {
    background-color: rgb(32, 32, 32);
    padding: 50px 0;
    color: white;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 90;
}
@media (max-width:992px) {
    .tw-map .pic img{
        width: 200px;
        padding-top: 150px;
    }
}
@media (max-width:768px) {
    .tw-map .title hr {
        margin-right: auto;
    }
    .tw-map .title {
        text-align: center;
        padding-right: 0;
    }
    .tw-map {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tw-map .text-content {
        margin-top: 50px;
    }
    .tw-map .pic img{
        padding-top: 20px;
    }
}
@media (max-width:450px) {
    .tw-map .text-content a, .tw-map .text-content p {
        font-size: 13pt;
    }
}
@media (max-width:400px) {
    .tw-map .text-content a, .tw-map .text-content p {
        font-size: 11pt;
    }
}
/*statement*/
.statement {
    background-color: white;
    padding-bottom: 2px;
    padding-top: 2px;
}
.statement .text-content{
    text-align: center;
    margin: 0 auto;
}
.statement p {
    font-size: 9pt;
    padding-top: 5px;
    color: rgb(160, 160, 160);
}
@media (max-width:415px) {
    .statement { 
        padding-bottom: 100px;
    }
}

/*footer*/
footer {
    padding-bottom: 100px;
    padding-top: 150px;
}
footer hr {
    border: 0.5px solid white;
}
footer h3 {
    font-size: 14pt;
    color: white;
    position: absolute;
    bottom: 0;
    right: 50px;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a{
    color: rgb(221, 221, 221);
}
footer ul li a:hover{
    color: rgb(255, 255, 255);
}
footer .copyright, footer .copyright a {
    color: rgb(221, 221, 221);
    font-size: 10pt;
}
footer .copyright a:hover {
    color: rgb(255, 230, 0);
}
footer .app-icon {
    text-align: right;
}
footer .app-icon ul{
    display: inline-block; /*let li can be under text-aligh function*/
}
footer .app-icon ul li{
    float: left;
    margin-right: 2px;
    margin-left: 2px;
}
footer .logo img{
    width: 50px;
    margin-left: 50px;
}
footer .name {
    text-align: right;
}
footer .text-content {
    padding-top: 200px;
}
footer .text-content p{
    padding-left: 15px;
    color: rgb(221, 221, 221);
}
footer .text-content a{
    color: rgb(221, 221, 221);
}
footer .text-content a:hover{
    color: rgb(255, 255, 255);
}
footer .en a {
    font-size: 14pt;
}
.footer {
    background-color: rgb(43, 59, 80);
}



@media (min-width:992px) {
    footer .logo img{
        animation: logo-run 10s infinite;
        position: relative;
        animation-timing-function: linear;
    }
    footer .logo{
        animation: logo-move 10s infinite;
        position: relative;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        z-index: 999;
    }
}
@media (max-width:991px) {
    footer .logo {
        display: none;
    }
    footer {
        text-align: center;
    }
    footer .name {
        text-align: center;
    }
    footer h3 {
        position: unset;
    }
    footer .app-icon {
        text-align: center;
        margin-top: 50px;
    }
    footer {
        padding-bottom: 0px;
    }
    footer .text-content {
        padding-top: 50px;
    }
    footer .text-content p{
        padding-left: 0px;
    }
    footer .copyright {
        padding-bottom: 20px;
    }
}


/*oversea*/
.oversea {
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: rgb(255, 255, 255);
}
.oversea-inner {
    padding-top: 50px;
}
.oversea-inner .title-box {
    font-size: 18pt;
    padding-bottom: 20px;
}
.oversea-inner .title-box i {
    color: rgb(71, 156, 212);
}
.oversea img {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    margin-right: 10px;
}
.oversea .box a {
    font-size: 16pt;
    color: rgb(43, 59, 80);
}
.oversea .pc  .box {
    margin-bottom: 20px;
    padding: 20px 0;
}
.oversea .pc  .box .oversea-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(50px);
    color: transparent;
    font-size: 14pt;
}
.oversea .pc .box .oversea-btn i{
    font-size: 7pt;
    margin-left: 5px;
}
.oversea .mobile .box{
    text-align: center;
}
.oversea .mobile .box .mobile-content {
    font-size: 10pt;
}
.oversea .mobile .box .mobile-content i{
    font-size: 6pt;
    margin-left: 10px;
}
.oversea .title {
    padding-bottom: 50px;
}
.oversea .title hr {
    border-style: dashed;
    border-width: 1px;
    border-color: rgb(43, 59, 80);
}
.oversea .title p {
    font-size: 16pt;
    color: rgb(43, 59, 80);
}
.oversea .title i {
    color: rgb(212, 107, 99);
}
.oversea .active {
    transform: translateX(-15px);
    transition: .5s all ease;
    background-color: rgb(43, 59, 80);
    margin-bottom: 20px;
    padding: 20px 0;
    color: white;
}
.oversea .active .oversea-btn {
    display: none;
}
.oversea .active-mobile {
    background-color: rgb(43, 59, 80);
    color: white;
    text-align: center;
    padding: 40px 0;
    font-size: 16pt;
}
.oversea .active-mobile .mobile-content {
    display: none;
}

@media (min-width:1500px) {
    .oversea .pc .box:hover {
        transform: translateX(-15px);
        transition: .5s all ease;
        background-color: rgb(43, 59, 80);
    }
    .oversea .pc .box:hover .oversea-btn{
        display: block;
        transform: translateX(-50px);
        transition: .5s all ease;
        color: rgb(43, 59, 80);
    }
    .oversea .pc .box:hover a,.oversea .pc .box:hover .oversea-btn i,.oversea .pc .box:hover a,.oversea .pc .box:hover .oversea-btn {
        color: rgb(255, 255, 255);
    }
    .oversea .mobile {
        display: none;
    }
}
@media (max-width:1499px) {
    .oversea .pc {
        display: none;
    }
    .oversea .mobile .box{
        padding-bottom: 50px;
    }
}
@media (max-width:415px) {
    .oversea .mobile img{
        width: 120px;
    }
    .oversea .title {
        text-align: center;
    }
    .oversea .title p {
        font-size: 12pt;
    }
    .oversea-inner .title-box {
        font-size: 14pt;
    }
}
@media (max-width:320px) {
    .oversea-inner .title-box {
        font-size: 12pt;
    }
}



/*------------------------------------------------------*/
.sec-top{
    height: 50vh;
    width: 100%;
    position: relative;
}
.sec-top .box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: rgb(231, 231, 231);
    font-size: 30pt;
}
.sec-top .box-content a {
    color: rgb(231, 231, 231);
    font-size: 50pt;
}
.sec-top .box-content a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.sec-top #space{
    height: 50vh;
    width: 100%;
}
@media (min-width:650px) {
    .sec-top .mobile {
        display: none;
    }
}
@media (max-width:1199px) {
    .sec-top{
        top: 100px;
    }
}
@media (max-width:992px) {
    .sec-top .box-content a {
        font-size: 40pt;
    }
    .sec-top .box-content {
        font-size: 20pt;
    }
}
@media (max-width:649px) {
    .sec-top .pc {
        display: none;
    }
}
@media (max-width:450px) {
    .sec-top .box-content a {
        font-size: 30pt;
    }
}
@media (max-width:374px) {
    .sec-top .box-content a {
        font-size: 25pt;
    }
}
.sec-page {
    padding-top: 150px;
    background-color: white;
    padding-bottom: 10px;
    color: rgb(43, 59, 80)
}
.sec-page .first {
    margin-top: 80px;
}
.sec-page h1 {
    box-shadow: 0 1px 5px rgba(43, 59, 80,.2);
    padding: 2rem 1rem;
    text-shadow: 0 3px 5px rgba(43, 59, 80,.1);
    color: rgb(57, 101, 163)
}
.sec-page .hr-right hr {
    margin-right: 100px;
    margin-top: 100px;
    margin-bottom: 40px;
    border-width: 2px;
    border-color: transparent;
    border-image: linear-gradient(to right,  rgba(224, 160, 42,.2) 0%, rgb(230, 202, 171) 50%, rgba(224, 160, 42,.2) 100%);
    border-image-slice: 1;
}
.sec-page .hr-left hr {
    margin-left: 100px;
    margin-top: 100px;
    margin-bottom: 40px;
    border-width: 2px;
    border-color: transparent;
    border-image: linear-gradient(to right,  rgba(224, 160, 42,.2) 0%, rgb(230, 202, 171) 50%, rgba(224, 160, 42,.2) 100%);
    border-image-slice: 1;
}
.sec-page hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
.sec-page p {
    text-align: justify;
}
.sec-page .title {
    text-align: center;
    padding-top: 40px;
}
.sec-page h2, .sec-page h3, .sec-page h4 {
    font-size: 20pt;
    padding-bottom: 30px;
    padding-top: 10px;
    color: rgb(64, 120, 172);
}
.sec-page .h3 {
    font-size: 14pt;
    margin: 20px 0;
    padding: 0;
    color: rgb(64, 120, 172);
}
.sec-page .titlebg {
    background-color: rgb(82, 116, 148);
    color: rgb(255, 255, 255);
    font-size: 14pt;
    margin-top: 8rem;
}
.sec-page ul .lihr {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.sec-page .li-style1 li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.sec-page .li-style4 li {
    margin-top: 8px;
    margin-bottom: 50px;
}
.sec-page .li-style3 li {
    margin-top: 8px;
    margin-bottom: 20px;
}
.sec-page .li-style2 li {
    margin-top: 8px;
    margin-bottom: 30px;
}
.sec-page .li-style2 li p {
    margin-top: 7px;
    margin-bottom: 0px;
    padding: 0;
}
.linkarea {
    padding: 50px 0;
    background-color: rgb(43, 59, 80);
}
.linkarea h2 {
    font-size: 20pt;
    color: white;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}
.linkarea ul {
    list-style-type: none;
    padding: 0;
}
.linkarea li {
    margin-bottom: 5px;
    margin-top: 5px;
}
.linkarea li a i{
    margin-right: 0.5rem;
    transition: .5s all ease;
}
.linkarea li a {
    color: rgb(216, 216, 216);
}
.linkarea .active {
    color: rgb(255, 255, 255);
}
.linkarea .active i {
    margin-right: 1.5rem;
    color: rgb(255, 217, 0);
}
.sec-page--icon ul{
    display: inline-block; /*let li can be under text-aligh function*/
}
.sec-page--icon ul li{
    float: left;
    margin-right: 6px;
    margin-left: 6px;
}
@media (max-width:1200px) {
    .sec-page .title h1 {
        font-size: 25pt;
    }
}
@media (min-width:768px) {
    .linkarea li a:hover i{
        margin-right: 1.5rem;
    }
    .linkarea li a:hover {
        color: rgb(255, 255, 255);
    }
}
@media (max-width:499px) {
    .sec-page--icon .pc {
        display: none;
    }
    .sec-page--email .pc {
        display: none;
    }
}
@media (min-width:500px) {
    .sec-page--icon .mobile {
        display: none;
    }
    .sec-page--email .mobile {
        display: none;
    }
    .sec-page .br-mobile {
        display: none;
    }
}
@media (max-width:450px) {
    .sec-page .hr-right hr {
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sec-page .hr-left hr {
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sec-page .title h1 {
        font-size: 18pt;
    }
    .breadcrumb li {
        font-size: 10pt;
    }
    .sec-page h2, .sec-page h3, .sec-page h4 {
        font-size: 16pt; 
    }
}
.accordion .card button {
    color: rgb(48, 48, 48);
    margin-top: 1rem;
}
.accordion .card .card-body {
    color: rgb(100, 100, 100);
}

/*en-page*/
.sec-top{
    height: 50vh;
    width: 100%;
}
.sec-top #space{
    height: 50vh;
    width: 100%;
}
.en-page {
    padding-top: 50px;
    background-color: white;
    padding-bottom: 10px;
    color: rgb(43, 59, 80)
}
.en-page .first {
    margin-top: 80px;
}
.en-page h1 {
    box-shadow: 0 1px 5px rgba(43, 59, 80,.2);
    padding: 2rem 1rem;
    text-shadow: 0 3px 5px rgba(43, 59, 80,.1);
    color: rgb(57, 101, 163)

}
.en-page .hr-right hr {
    margin-right: 100px;
    margin-top: 100px;
    margin-bottom: 40px;
    border-width: 2px;
    border-color: transparent;
    border-image: linear-gradient(to right,  rgba(224, 160, 42,.2) 0%, rgb(230, 202, 171) 50%, rgba(224, 160, 42,.2) 100%);
    border-image-slice: 1;
}
.en-page .hr-left hr {
    margin-left: 100px;
    margin-top: 100px;
    margin-bottom: 40px;
    border-width: 2px;
    border-color: transparent;
    border-image: linear-gradient(to right,  rgba(224, 160, 42,.2) 0%, rgb(230, 202, 171) 50%, rgba(224, 160, 42,.2) 100%);
    border-image-slice: 1;
}
.en-page hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
.en-page .title {
    padding-top: 40px;
}
.en-page h2, .en-page h3, .en-page h4 {
    font-size: 24pt;
    padding-bottom: 30px;
    padding-top: 10px;
    color: rgb(64, 120, 172);
}
.en-page .titlebg {
    background-color: rgb(82, 116, 148);
    color: rgb(255, 255, 255);
    font-size: 14pt;
    margin-top: 8rem;
}
.en-page ul .lihr {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.en-page .li-style1 li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.en-page .li-style4 li {
    margin-top: 8px;
    margin-bottom: 50px;
}
.en-page .li-style3 li {
    margin-top: 8px;
    margin-bottom: 20px;
}
.en-page .li-style2 li {
    margin-top: 8px;
    margin-bottom: 30px;
}
.en-page .li-style2 li p {
    margin-top: 7px;
    margin-bottom: 0px;
    padding: 0;
}
/*lightslider*/
.lightslider {
    padding-top: 250px;
}
.lightslider a {
    font-size: 18pt;
}
.lightslider .text-inner {
    color: rgb(43, 59, 80);
}
.lightslider .text-icon {
    color: rgb(33, 189, 67);
}

.lightslider .color-1 {
    color: rgb(36, 90, 160);
}   


/*services-light-side*/
.services {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(43, 59, 80);
}
.services ul {
    list-style-type: none;
    padding-left: 0;
}
.services ul li{
    font-size: 14pt;
    margin-bottom: 10px;
}
.services ul li a {
    color: white;
}
.services ul li a:hover {
    color: rgb(241, 205, 105);
}
.services img {
    margin-bottom: 50px;
}
.services .title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.services .title h3{
    font-size: 50pt;
    position: relative;
    color: yellow;
}
.services .title h3:before{
    content: attr(text);
    position: absolute;
    z-index: 10;
    color:pink;
    -webkit-mask:linear-gradient(to top, red, transparent );
}
.services .bgstyle {
    height: 180px;
    width: 100px;
    position: absolute;
    top: -100px;
    left: 0;
    background-color: white;
}
.services i {
    display: none;
}
.services .active i{
    display: inline;
}
.services .active {
    color: rgb(243, 206, 43);
}
.services .pic img{
    object-fit: cover;
    width: 100%;
    object-position: right;
}
.services .pic {
    overflow: hidden;
}

@media (max-width:768px) {
    .services .title {
        writing-mode: unset;
        text-orientation: mixed;
    }
    .services .title h3{
        font-size: 40pt;
    }
    .services .content {
        margin-top: 100px;
    }
    .services .title h3:before{
        -webkit-mask:linear-gradient(to left, red, transparent );
    }
    .services ul li{
        font-size: 12pt;
        margin-bottom: 12px;
    }
    .services img {
        margin-bottom: 20px;
    }
    .services .bgstyle {
        height: 30px;
        width: 100px;
    }
}
/*animate*/
@keyframes move{
    0% {
        transform: translateX(-200px);
    }
    50% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(-200px);
    }
  }

@keyframes style{
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0px);
    } 
  }

@keyframes bg-color{
    0% {
        background-color: rgb(255, 255, 255);
    }
    15% {
        background-color: rgb(102, 129, 133);
    }
    30% {
        background-color: rgb(120, 123, 141);
    }
    45% {
        background-color: rgb(138, 121, 64);
    }
    60% {
        background-color: rgb(41, 48, 49);
    }
    75% {
        background-color: rgb(28, 30, 48);
    }
    90% {
        background-color: rgb(80, 83, 128);
    } 
    100% {
        background-color: rgb(255, 255, 255);
    } 
  }


@keyframes run{
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(360deg);
    }    
    100% {
        transform: rotate(0deg);
    } 
  }

@keyframes moveright{
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

  }
@keyframes logo-run {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(1800deg);
    }
    50% {
        transform: rotate(1800deg);
    }
    75%{
        transform: rotate(-1800deg);
    } 
    100%{
        transform: rotate(-1800deg);
    } 
}  

@keyframes logo-move {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    25% {
        transform: translateX(50vh);
        -webkit-transform: translateX(50vh);
        -moz-transform: translateX(50vh);
        -ms-transform: translateX(50vh);
    }
    50% {
        transform: translateX(50vh);
        -webkit-transform: translateX(50vh);
        -moz-transform: translateX(50vh);
        -ms-transform: translateX(50vh);
    }
    75% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
}  




/*==============      text-animation     =============================
<!-- text animation-->
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/main.js?v=11"></script>
==================================================================*/

.main.left > .animate {
    -moz-transition:  1s all ease-in-out-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition:  1s all ease-in-out;
    transition: 1s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.left > .animate2 {
    -moz-transition:  2s all ease-in-out;
    -webkit-transition: 2s all ease-in-out;
    -ms-transition:  2s all ease-in-out;
    transition: 2s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.left > .animate3 {
    -moz-transition:  3s all ease-in-out;
    -webkit-transition: 3s all ease-in-out;
    -ms-transition:  3s all ease-in-out;
    transition: 3s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.left > .animate4 {
    -moz-transition:  4s all ease-in-out;
    -webkit-transition: 4s all ease-in-out;
    -ms-transition:  4s all ease-in-out;
    transition: 4s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.left > .animate5 {
    -moz-transition:  5s all ease-in-out;
    -webkit-transition: 5s all ease-in-out;
    -ms-transition:  5s all ease-in-out;
    transition: 5s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.left > .animate6 {
    -moz-transition:  6s all ease-in-out;
    -webkit-transition: 6s all ease-in-out;
    -ms-transition:  6s all ease-in-out;
    transition: 6s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.left > .animate7 {
    -moz-transition:  7s all ease-in-out;
    -webkit-transition: 7s all ease-in-out;
    -ms-transition:  7s all ease-in-out;
    transition: 7s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

.main.left.inactive> .animate,.main.left.inactive> .animate2,.main.left.inactive> .animate3,.main.left.inactive> .animate4,.main.left.inactive> .animate5,.main.left.inactive> .animate6,.main.left.inactive> .animate7 {
    -moz-transform: translateX(-200vh);
    -webkit-transform: translateX(-200vh);
    -ms-transform: translateX(-200vh);
    transform: translateX(-200vh);
}


















.main.style2 > .animate{
    -moz-transition:  1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition:  1s all ease-in-out;
    transition: 1s all ease-in-out;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.style2 > .animate2{
    -moz-transition:  1.5s all ease-in-out;
    -webkit-transition: 1.5s all ease-in-out;
    -ms-transition:  1.5s all ease-in-out;
    transition: 1.5s all ease-in-out;
    transition-delay: 0ms;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}
.main.style2 > .animate3{
    -moz-transition:  2.5s all ease-in-out;
    -webkit-transition: 2.5s all ease-in-out;
    -ms-transition:  2.5s all ease-in-out;
    transition: 2.5s all ease-in-out;
    transition-delay: 0ms;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}



.main.style2.inactive> .animate, .main.style2.inactive> .animate2, .main.style2.inactive> .animate3 {
    -moz-transform: translateY(500px);
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
} 