@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif;
    overflow: hidden;
    overflow-y: auto;
}
body.hidden {
    overflow: hidden !important;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif;
    font-weight: 300;
}
.clearfix {
    clear: both;
    display: block;
    width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
p {
	text-align: left !important;
	text-justify: none !important;
}
.kv .intro-main strong::after {
	content: none;
}
.pad,
.mobile {
    display: none;
}
.desktop {
    display: block;
}
.wrapper {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0px auto;
}
.kv {
    background: url(../img/kv@3x.jpg) no-repeat center;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 72px;
}
.kv .intro-main {
    background: url(../img/kv-main-bg.png) repeat-y;
    background-size: 100% auto;
    padding: 64px 40px 54px 30px;
    position: relative;
    display: flex;
    margin: 0px auto;
}
.kv title.tab {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    position: absolute;
    line-height: 50px;
    width: 155px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.83px;
    color: #004080;
    position: absolute;
    top: -12px;
    left: 0;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.kv .intro-main h1 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.kv .intro-main strong {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    color: #a6e7ff;
    display: block;
}
/*
.kv .intro-main strong:after {
    content: "";
    display: block;
    width: 142px;
    height: 1px;
    background: #a6e7ff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.kv .intro-main > div {
    width: 576px;
    margin-right: calc(100% - 856px);
}
.kv .intro-main > a {
    display: block;
    width: 280px;
    font-size: 20px;
    line-height: 80px;
    height: 80px;
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
}
.kv .intro-main > a img {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}
.kv .intro-main > a img + img {
    display: none;
}
.kv .intro-main > a:hover {
    background: #fff;
    color: #0066cc;
    font-weight: 600;
}
.kv .intro-main > a:hover img {
    display: none;
}
.kv .intro-main > a:hover img + img {
    display: inline-block;
}












/*Tai css*/

/* scrollbar css start */
.process ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgba(0 0 0 / 0.4);
}
.process ::-webkit-scrollbar-track {
    margin-bottom: 16px; 
}
.process ::-webkit-scrollbar-thumb {
    background: #285370;
    border-radius: 99px;
}
/* scrollbar css end */

.process {
    padding: 80px 0 60px;
}
.process .container-fluid {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
}
.process .process_fluid {
    overflow-x: auto;
    padding: 20px 0;
}
.process .process_mobile {
    display: none;
}
.process .process_block {
    display: flex;
    justify-content: space-between;
    min-width: 1600px;
}
.process_block .process_item01 { width: 12%; }
.process_block .process_item02 { width: 32%; }
.process_block .process_item03 { width: 12%; }
.process_block .process_item04 { width: 32%; }
.process_block .process_item05 { width: 12%; }
.process_block .process_light .item_img {
    filter: drop-shadow(0 0 10px rgba(0 216 255 / 0.8));
}
.process_block .process_light img {
    filter: drop-shadow(0 0 30px rgba(0 216 255 / 0.4));
}
.process_block .process_light .item_data {
    background-color: rgb(88 202 255 / 0.6);
}
.process_block .process_nolight .item_img, .process_block .process_nolight img {
    filter: unset;
}
 .process_block .process_nolight .item_data {
    background-color: rgba(131 216 255 / 0.3);
 }
.process .process_block>div {
    padding: 0 8px;
}
.process .process_block .item_img {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process .item_data {
    margin-top: 25px;
    background-color: rgba(131 216 255 / 0.3);
    border-radius: 5px;
}
.process .item_data a {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 3px 4px rgba(0 0 0 /0.3);
}
.process .item_data a:hover {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    transition: 0.5s;
}
.process .item_data .item_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.process .item_data .item_text div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process .item_data .item_text p {
    color: #fff;
    font-size: 15px;
    line-height: 1.3em;
    text-align: center!important;
    padding: 0 10px;
}
.center {
    padding-bottom: 0;
}
.textbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0 80px;
}
.textbox .row {
    max-width: 1614px;
    margin: auto;
    display: flex;
}
.textbox .textbox_item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #285574;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0 0 0 / 0.7);
    height: 100%;
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
}
.textbox .box_text {
    padding: 30px 30px 0;
}
.textbox img {
    border-radius: 0 0 10px 10px;
}
.textbox .box_text h2 {
    color: #00ffff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.textbox .box_text p {
    color: #86c9f7;
    line-height: 1.5;
}
.context {
    background-color: #001e3c;
    padding: 0 0 80px;
}
.context_title {
    text-align: center;
}
.context_title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.context_title>div {
    font-size: 24px;
    font-weight: lighter;
    color: #00d2ff;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #015576;
}
.context .context_tab {
    margin-top: 30px;
    margin-left: -10px;
    width: calc(100% + 20px);
}
.context .context_tab ul li {
    width: 20%;
    padding: 8px;
    margin: 0;
}
.context .context_tab a {
    position: relative;
    color: #fff;
    background-color: #001e3c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9px;
    height: 140px;
    border: 1px solid #001e3c;
    box-shadow: 0 5px 8px rgba(0 0 0 / 0.5);
}
.context .context_tab a div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(0 35 69 / 0.7);
    border: 1px solid #0e365e;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
}
.context .context_tab .active a div {
    background-color: rgba(0 35 69 / 0.4);
    text-shadow: 0 0 6px rgba(0 0 0 / 0.8);
    border: 1px solid #00d2ff;
    transition: 0.5s;
}
.context .context_tab a:hover div {
    border: 1px solid #fff;
    transition: 0.5s;
}
.context_pdt {
    background-color: #999;
    padding: 0;
}
.context_pdt .tab-pane {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.context_pdt .container {
    padding: 60px 0;
}
.context_pdt .context_title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #001e3c;
    text-align: center;
}
.context_pdt .context_title>div {
    font-weight: lighter;
    color: #001e3c;
    border-top: 1px solid rgba(52 88 124 / 0.7);
}
.context_pdt .pdt_content {
    margin-top: 30px;
}
.context_pdt .pdt_block {
    background-color: rgba(52 88 124 / 0.6);
    border: 2px solid #ccc;
    border-radius: 24px;
    padding: 20px;
    padding-bottom: 0;
}
.context_pdt .pdt_cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 20px;
}
.context_pdt .pdt_cover div {
    font-size: 48px;
    font-weight: lighter;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}
.context_pdt .pdt_tab_pane {
    display: flex;
    justify-content: center;
}
.context_pdt .pdt_tab_pane ul li a {
    background-color: rgba(37 55 73 / 0.7);
    border-radius: 4px 4px 0 0;
    color: #ccc;
    font-weight: 400;
}
.context_pdt .pdt_tab_pane ul li a:hover {
    color: #fff;
    transition: 0.5s;
}
.context_pdt .pdt_tab_pane ul .active a {
    background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(204,204,204,1) 100%);
    color: #000!important;
}
.pdt_items {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.pdt_items>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.pdt_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 2px;
    display: flex;
    height: 100%;
}
.pdt_item .pdt_item_block {
    width: 100%;
}
.pdt_item .pdt_name {
    background-color: #24486a;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    line-height: 1;
}
.pdt_item .pdt_name>div {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.pdt_item .pdt_name a {
    margin-top: -4px;
}
.pdt_item .pdt_name a:hover {
    filter: drop-shadow(0 0 6px rgba(255 255 255 / 1));
    transition: 0.3s;
}
.pdt_item .pdt_series {
    font-size: 16px;
    font-weight: 600;
    background-color: #ccc;
    color: #0066cc;
    text-transform: uppercase;
    padding: 10px 14px 8px;
    line-height: 1;
}
.pdt_item ul {
    padding: 10px 14px;
    padding-left: 34px;
}
.pdt_item ul li {
    padding: 5px 0;
    font-weight: 400;
    line-height: 1.25;
}
.bottom {
    padding: 8% 0;
    text-align: center;
    background: url(../img/body_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;   
}
/*Tai css*/


.bottom img {
    display: block;
    margin: 0 auto 10px auto;
}
.bottom b, .bottom b a {
    display: block;
    font-size: 40px;
    line-height: 56px;
    font-weight: normal;
    color: #333;
    margin-bottom: 29px;
}
.bottom b a {
    display: inline;
    text-decoration: underline;
}
.bottom .solution a {
    display: block;
    width: 280px;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    margin: 0px auto;
    background: #004080;
    width: 300px;
}
.bottom .solution a:hover {
    background: #0066cc;
}


@media screen and (max-width: 1025px) {
    body {
        background: url(../img/pad-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }
    .desktop,
    .mobile {
        display: none;
    }
    .pad {
        display: block;
    }
    .kv {
        padding-top: 146px;
        padding-bottom: 68px;
    }
    .kv .intro-main {
        background: url(../img/kv-main-bg-pad.png) repeat-x;
        background-size: auto 100%;
        padding: 57px 40px 50px 40px;
        display: block;
    }
    .kv .intro-main h1 {
        margin-bottom: 10px;
    }
    .kv .intro-main strong:after {
        width: calc(100% - 425px);
    }
    .kv .intro-main > div {
        width: 100%;
        margin-right: 0;
    }
    .kv .intro-main > a {
        margin: 40px auto 0 auto;
    }
    .intro-breadcrumb {
        clear: both;
        padding-top: 28px;
        padding-bottom: 47px;
    }
    .bottom {
        padding: 70px 0 80px 0;
    }
    .bottom img {
        margin: 0 auto 18px auto;
    }
    .bottom b {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .context .context_tab ul li {
        width: 50%;
    }
    .context_pdt .pdt_tab_pane ul li {
        margin-bottom: 4px;
        margin-right: 2px;
    }
    .context_pdt .pdt_tab_pane ul li a {
        border-radius: 4px;
    }
}
@media screen and (max-width: 991px) {
    .textbox .row {
        display: block;
    }
    .textbox .textbox_item {
        max-width: 600px;
        margin: auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 765px) {
    body {
        background: url(../img/mobile-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }
    .desktop,
    .pad {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrapper {
        padding: 0 35px;
    }
    .kv {
        padding-top: 158px;
        padding-bottom: 55px;
    }
    .kv .wrapper {
        padding: 0;
    }

    .kv .intro-main {
        padding: 33px 20px 38px 20px;
        max-width: 340px;
    }
    .kv title.tab {
        width: 99px;
        line-height: 32px;
        left: -10px;
        top: -20px;
        font-size: 14px;
        letter-spacing: 0.58px;
    }
    .kv .intro-main h1 {
        line-height: 40px;
        font-size: 28px;
    }
    .kv .intro-main strong {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: normal;
    }
    .kv .intro-main strong:after {
        display: none;
    }
    .kv .intro-main > a {
        width: 224px;
        line-height: 64px;
        height: 64px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }
    .process .process_fluid {
        display: none;
    }
    .process .process_mobile {
        display: block;
        overflow: hidden;
        padding: 20px 0;
    }
    .process .process_mobile .process_block {
        min-width: unset;
    }
    .context_pdt .pdt_content {
        padding: 0 20px;
    }
    .context_pdt .pdt_cover div {
        font-size: 36px;
    }
    .pdt_items>div {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .context .context_tab ul li {
        width: 100%;
    }
}