@charset "utf-8";

@font-face {
    font-family: 'heiti';
    src: url(../fonts/Adobe_heiti_Std.otf);
}

body {
    padding: 0;
    margin: 0;
    font-family: 'heiti', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #222;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #222;
}

a,
input,
button {
    outline: none !important;
}

ul {
    list-style-type: none;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.header {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #ddd;
}

.header,
.header-connom {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: all .4s;
}

.header.fixed .header-top {
    display: none !important;
}

.header.fixed .logo img {
    height: 70px;
}

.header-top {
    background-color: rgb(177, 199, 212, 1);
    transition: all .4s;
}

.header-text {
    color: #333 !important;
    font-size: 14px;
}

.header-text.active {
    color: #2159d8 !important;
}

.header-text img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

@media (min-width:768px) {
    .header-text {
        color: #2d2c34 !important;
    }
}

.border-right {
    border-right: 1px solid #fff;
}

.logo {
    display: block;
    padding: 0;
}

.logo img {
    width: auto;
    height: 51px;
}

@media (min-width:768px) {
    .logo {
        padding: 10px 0;
    }

    .logo img {
        height: 92px;
    }
}

.nav-link {
    font-size: 17px;
    color: #002648;
    text-align: center;
}

@media (min-width:992px) {
    .nav-link {
        padding: 8px 4px !important;
    }
}

@media (min-width:1200px) {
    .nav-link {
        font-size: 18px;
    }
}

@media (min-width:1400px) {
    .nav-link {
        padding: 8px 20px !important;
    }
}

.nav-link:hover,
.nav-link.active {
    color: #2159d8 !important;
}

.nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

@media (min-width:992px) {
    .nav-link::after {
        display: none;
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        top: 100%;
    }

    .dropdown-menu {
        left: auto !important;
        width: auto;
        border: 1px solid #ddd;
    }
}

.dropdown-item {
    padding: 12px 16px;
    font-size: 18px;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #2159d8;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.offcanvas-header {
    background-color: rgba(0, 0, 0, 0) !important;
}

.carousel {
    position: relative;
    overflow: hidden;
    height: 45vh;
}

@media (min-width:768px) {
    .carousel {
        height: 100vh;
    }
}

.down-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.down-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #fff;
}

@media (min-width:768px) {
    .down-icon a {
        width: 120px;
        height: 60px;
    }
}

.down-icon .bi {
    font-size: 24px;
    margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, .3);
    transition: all .4s;
}

@media (min-width:992px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 54px;
        height: 54px;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
    font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 1);
}

@media (min-width:992px) {
    .plate {
        padding: 100px 0 !important;
    }
}

.title-style h2 {
    font-size: 28px;
    color: #253aa4;
}

.title-style span {
    display: block;
    width: 60px;
    height: 3px;
    background-color: #001528;
}

@media (min-width:768px) {
    .title-style h2 {
        font-size: 30px;
    }

    .title-style span {
        width: 70px;
        height: 4px;
    }
}

@media (min-width:992px) {
    .title-style h2 {
        font-size: 38px;
    }

    .title-style span {
        width: 80px;
        height: 4px;
    }
}

@media (min-width:1200px) {
    .title-style h2 {
        font-size: 48px;
    }

    .title-style span {
        width: 100px;
        height: 4px;
    }
}

.text-style {
    font-size: 18px;
    color: #002648;
    line-height: 28px;
}

@media (min-width:992px) {
    .text-style {
        font-size: 24px;
    }
}

.textP {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

@media (max-width:575px) {
    .textP1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.btn-primary {
    position: relative;
    border-radius: 50px;
    border: none !important;
    background-color: #2159d8;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 20px;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}

.btn-primary::after,
.btn-primary::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, .1);
    z-index: 0;
    transition: all .4s;
}

.btn-primary::after {
    left: 0;
}

.btn-primary::before {
    right: 0;
}

.btn-primary:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

.btn-primary:hover::before,
.btn-primary:hover::after {
    width: 50%;
}

.gif {
    position: relative;
    overflow: hidden;
}

.gifimg {
    width: auto;
    height: 225px;
}

.videobox {
    height: 100%;
}

.videobox video {
    height: 100%;
}

#contain {
    height: auto;
}

@media (min-width:768px) {

    #contain,
    .gifimg {
        height: 400px;
    }
}

.data {
    background-image: url(../images/data.png);
    background-position: calc(30% + 100px);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

@media (min-width:768px) {
    .data {
        background-position: bottom left;
        background-attachment: fixed;
    }
}

.counter {
    font-size: 52px;
    font-family: Arial, Helvetica, sans-serif;
    color: #253aa4;
    font-weight: bold;
}

.data-text {
    font-style: normal;
    font-size: 18px;
    color: #002648;
}

@media (min-width:768px) {
    .counter {
        font-size: 72px;
    }

    .data-text {
        font-size: 22px;
    }

    .data-item {
        border-right: 1px solid #ddd;
    }
}

.activity {
    background-image: url(../images/bj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.pag1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    border: 2px solid #fff;
}

.pag1 .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
}

.pag2 {
    text-align: end;
    padding-right: 30px;
}

.pag2 .swiper-pagination-bullet-active {
    background-color: #253aa4;
}

.swiper-1,
.swiper-img,
.swiper-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
}

.act-item {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.act-item h4 {
    color: #002648;
}

.item-img {
    position: relative;
    overflow: hidden;
}

.serverlink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    padding: 10px;
    color: #fff !important;
    transition: all .4s;
}

.serverlink3 {
    background-color: #36558B;
}

.serverlink4 {
    background-color: #6b8cc2;
}

@media (min-width:768px) {
    .serverlink {
        padding: 20px;
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .serverlink-m1 {
        background-color: #6b8cc2 !important;
    }

    .serverlink-m2 {
        background-color: #36558B !important;
    }
}

.server-img img {
    transition: all .4s;
}

.server-img:hover img {
    transform: scale(1.1);
}

.jplate {
    background-image: url(../images/bj1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.textj {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 30px;
}

@media (min-width:768px) {
    .textj {
        font-size: 18px;
    }
}

.btn1-box {
    font-size: 20px;
    min-width: 140px;
}

@media (min-width:768px) {
    .btn1-box {
        font-size: 24px;
    }
}

.btn1-box-1 {
    background-color: #a7adb2;
}

.btn1-box-1:hover {
    background-color: #29aae1;
}

.footer {
    background-color: rgb(177, 199, 212, 1);
}

.footer-text {
    color: #2d2c34;
    font-size: 14px;
}

.footer-icon {
    display: block;
    margin: 0 10px;
}

.footer-icon .bi {
    font-size: 20px;
    color: #2d2c34;
}

#back-to-top {
    display: none;
}

#back-to-top.show {
    display: block;
}

.back-to-top {
    position: fixed;
    right: 1%;
    bottom: 5%;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.back-to-top .fa {
    color: #fff;
    font-size: 18px;
}

/*  */

.inner-body{
    margin-top: 67px;
}

@media (min-width:768px) {
    .inner-body{
        margin-top: 168px;
    }
}

.breadcrumb-item,
.breadcrumb-item a{
    font-size: 14px;
}

.inner-title{
    font-size: 26px;
}

@media (min-width:992px) {
    .inner-title{
        font-size: 36px;
    }
}

.font-sty p,
.font-sty a{
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 32px;
}

@media (min-width:768px) {
    .font-sty p,
    .font-sty a{
        font-size: 18px;
    }
}

.tab-box{
    font-size: 24px;
    color: #2159d8;
}

.tab-box img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.form-box{
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

.form-control{
    padding: 10px 12px;
}

.form-label{
    font-size: 18px;
    font-weight: bold;
}

.remark{
    display: none;
    transition: all .8s;
}

.remark input{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.remark input::placeholder{
    font-size: 14px;
}

.arrow{
    transition: all.4s;
}

.gift-item{
    border-radius: 10px;
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

.gift-item.active{
    background-color: #fafafa;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
}

.gift-item.active .remark{
    display: block;
}

.gift-sty h3{
    font-size: 18px;
    font-weight: bold;
}

.gift-sty p{
    margin-top: 6px !important;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.file-box{
    background-color: #dedede;
    border-radius: 100px;
    border: none;
    padding: 4px 16px;
    font-size: 18px;
}

.file-box .bi{
    font-size: 16px;
}

.input-file{
    margin-left: 10px;
    width: 80px;
    border-color: #f4f4f4;
}

.btn-dump{
    padding: 4px 16px !important;
    font-size: 14px;
    min-width: auto;
    background-color: red !important;
    color: #fff;
}

.bttn{
    border-radius: 100px;
    font-size: 16px;
    background-color: #dedede;
}

.form-check-label a{
    color: #2159d8;
}

.pay-img{
    margin-left: 10px;
    margin-right: 10px;
}

.pay-img img{
    width: auto;
    height: 30px;
}

#content3.active{
    display: block;
}

.text-primary{
    color: #2159d8 !important;
}

.title-3{
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .title-3{
        font-size: 28px;
        line-height: 36px;
    }
}

.team-img{
    width: auto;
}

.team-content{
    min-height: 100%;
}

@media (min-width: 992px) {
    .team-content{
        min-height: 234px;
    }
}

.card{
    height: 100%;
}

.card-title-desc{
    border-left: 6px solid #fff;
    padding-left: 10px;
    transition: all .4s;
}

.title-1{
    font-size: 16px;
    color: #999;
}

.card-title{
    font-size: 18px;
    color: #000;
}

@media (min-width: 992px) {
    .title-1{
        font-size: 18px;
    }

    .card-title{
        font-size: 24px;
    }
}

.card-text{
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
    padding-left: 16px;
    color: #555;
}

.team-content:hover .card-title-desc{
    border-color: #2159d8;
}

.icon1 .bi{
    font-size: 22px;
}

.map-box{
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.map-box iframe{
    width: 100%;
}

.bj-color::after,
.bj-color::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    z-index: -1;
}

.bj-color::after{
    left: -100%;
}

.bj-color::before{
    right: -100%;
}

.form-control{
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

.card{
    border-radius: 10px;
}

.card-bg1{
    background-color: #dceaf2;
}

.card-bg2{
    background-color: #e7edf8;
}

.card-bg3{
    background-color: #e8f4f1;
}

.text-hid{
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.more-sty{
    font-weight: normal;
    font-size: 16px !important;
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

.more-sty i{
    font-size: 22px;
    opacity: 0;
    transition: all .4s;
}

.sever-care{
    border: 1px solid #dedede;
    transition: all .4s;
}

.sever-care:hover{
    border-color: #6b8cc2;
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
}

.sever-care:hover .card-title{
    color: #2159d8;
}

.sever-care:hover .more-sty i{
    opacity: 1;
    transition: all .4s;
}

.more-sty:hover{
    color: #2159d8;
}

.more-sty:hover i{
    color: #2159d8;
}

.click-btn{
    background-color: #fff;
    color: #000;
}

.show-inner.active{
    display: block !important;
}

.click-show.active{
    display: none !important;
}

@media (max-width:991px) {
    .text1{
        font-size: 18px;
        padding-top: 5px;
    }
}

.care-flex{
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .care-flex{
        flex-direction: row;
        align-items: stretch;   
    }
    .card-img1{
        width: 50%;
    }
    
    .card-body1{
        width: 50%;
    }
}

.card-img1 img{
    width: 100%;
    /* height: 100%; */
}

.swiper-inner .swiper-slide{
    transform: scale(0.85);
}

.swiper-inner .swiper-slide-active{
    transform: scale(1.1);
}

.swiper-slide-inner img{
    width: 100%;
    height: 100%;
}

.swiper-style{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #b1c7d4;
    transition: all .4s;
}

@media (min-width: 992px) {
    .swiper-style{
        width: 45px;
        height: 45px;
    }
}

.swiper-style::after{
    color: #fff;
    font-size: 15px;
}

.swiper-style:hover{
    background-color: #2159d8;
}

@media (min-width: 992px) {
    .row-style{
        flex-direction: row-reverse;
    }
}

.swiper-pagination-bullet{
    opacity: 1;
    background-color: #fff;
}

.swiper-pagination-bullet-active{
    background-color: #2159d8;
}

.box-right{
    padding-top: 20px;
}

@media (min-width: 992px) {
    .box-right{
        max-width: 50%;
        padding-top: 0;
    }
    .title-4{
        font-size: 22px;
    }
    .serve-inner-box{
        background-image: url(../images/inner/seinbj.png);
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        display: flex;
        justify-content: end;
    }
}