/* begin common */
span {
    font-family:'Arial Negreta', 'Arial Normal', 'Arial';
}

.block {
    display: block;
}

.inLineBlock {
    display: inline-block; 
}

.weight400 {
    font-weight:400;
}

.weight700 {
    font-weight:700;
}

.size14 {
    font-size: 14px;
}

.size13 {
    font-size:13px;
}

.size18 {
    font-size:18px;
}
.alignLeft{
    text-align: left; 
}
/* end common*/

/* begin quadCard */
.quadCard {
    display: block; 
    padding-left: 16px; 
    padding-right: 16px; 
    text-align: center; 
    font-size: 13px;
}

.quadCard .imgCell {
    display: inline-block;
    vertical-align: top;
}
.quadCard .imgCell:not(:first-child) {
    margin-left: 60px;
}
.quadCard .textCell {
    display: inline-block; 
    width:300px; 
    text-align: left;
}
.quadCard .img {
    width: 52px; 
    height: 52px;
}
.quadRow {
    display: block; 
    width:100%; 
    text-align: center; 
    font-size: 14px;
}
.quadRow div {
    display: inline-block
}
.our-services .item .flexCell {
    height: 250px;
}
.our-services .item .flexCell .iconCenter {
    text-align: center;
}
.our-services .item .iconCenter img {
    width: auto;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
.our-services .item .flexCell .shorDesc {
    padding: 16px 10% 0px 10%;
    text-align: left;
    height: 80px;
}
.our-services .item .flexCell .shorDesc span {
    text-align: left;
}
.our-services .item .iconCenter .cell {
    vertical-align: top;
    width:309px; 
    height:200px; 
}
.our-services .item .iconCenter .cell:not(:last-child) {
    padding-right: 12px;
    padding-right: 12px;
}
.our-services .item .iconCenter .cell .block {
    display: block; 
    text-align: left;
}
.our-services .item .iconCenter .cell .left {
    width:33%;
}
.our-services .item .iconCenter .cell .middle {
    width:33%; 
    text-align: center;
}
.our-services .item .iconCenter .cell .middle img {
    height: 69px;
}
/* end quadCard*/

.application-table .topSubject {
    min-height: 150px;
}

/**/
.modules-feature-tables .allowBlock {
    /* background-color: #aaa;  */
    border-radius: 15px; 
    padding-top: 16px; 
    padding-bottom: 16px; 
    margin-left: 12px;
    margin-right: 12px;
}
/**/


/* begin swiper container */
.tabContainer #tabs {
    height: 39px;
    border-bottom: solid 1px #CCC;
}

a {
    cursor: pointer;
}

#tabs li {
    float: left;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 48px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: none;
}

#tabs li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: rgba(0, 204, 153, 0.647058823529412);
    display: block;
    background: #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    outline: none;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tabContainer .subTitle {
    font-size:18px;
}

.tabContainer .width50 {
    width:50%;
}

.tabContainer .leftBlock {
    padding-top: 72px;
    padding-right: 72px;
    padding-right: 72px;
}

#tabs li a.inactive {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.0196078431372549);
    outline: none;
}

.tabContainer #tabs li a:hover,
.tabContainer #tabs li a.inactive:hover {
    color: rgba(0, 204, 153, 0.647058823529412);
    outline: none;
}

.tabContainer .content {
    clear: both;
    width: 100%;
    text-align: left;
    display: flex; 
    padding: 0px;
}

.tabContainer #tab .content h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.tabContainer #tab .content p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: small;
}

.tabContainer #tab .content ul {
    margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc;
}

.tabContainer #tab .content li {
    padding-bottom: 5px;
    margin-left: 5px;
}
/* end swiper container */

/* begin contact us */
.contact-us span {
    font-size: 32px;
}
.contact-us .title {
    font-weight: 700;
}
.contact-us img.icon {
    width: 60px;
    height: 60px;
}
/* end contact us*/

/* begin ai-as-a-service */
.ai-as-a-service .mainBanner {
    width: 100%;
    height: 300px;
    background-color: #666666;
    text-align: center;
    margin-bottom: 32px;
}
.mainBannerImg {
    width: auto;
    max-height: 400px;
}
/* end */

/*
---------------------------------------------
float bot icon
--------------------------------------------- 
*/
.bot-icon {
    width:auto; 
    position: fixed;
    height: 100px;
    z-index: 1000;
    top: calc(100% - 150px);
    right: 32px;
}

/*
---------------------------------------------
功能模組
--------------------------------------------- 
*/
.function-modules .grid .leftCell img.csDesk {
    width:500px;
}
.function-modules .grid .leftCell img.csChat {
    position:absolute; 
    top:150px; 
    left: 411px; 
    height: 275px;
}

/*
---------------------------------------------
Contact us
--------------------------------------------- 
*/
.contact-us .linkBlock {
 padding-top: 100px;
}
.contact-us .titleBlock {
    padding-top: 50px;
    text-align: center;
}
.contact-us .linkBlock a
{
    word-break: break-all;
}

.contact-us .location {
    padding: 10px;
    margin:auto;
    width: 640px;
}

@media (max-width: 1240px) {
    .function-modules .grid .leftCell img.csDesk {
        width:500px;
    }
    .function-modules .grid .leftCell img.csChat {
        position:absolute; 
        top:150px; 
        left: 411px; 
        height: 275px;
    }
}

@media (max-width: 1200px) {
    .function-modules .grid .leftCell img.csDesk {
        width:500px;
    }
    .function-modules .grid .leftCell img.csChat {
        position:absolute; 
        top: 275px; 
        left: 200px; 
        height: 275px;
    }
    .function-modules .grid .rightBlock {
        background-color: white;
        border: solid 1px black;
    }
}

@media (max-width: 992px) {
    .function-modules .grid .leftCell img.csDesk {
        width:500px;
    }
    .function-modules .grid .leftCell img.csChat {
        position:absolute; 
        top:150px; 
        left: 411px; 
        height: 275px;
    }
    .function-modules .grid .rightBlock {
        background-color: white;
        border: solid 1px black;
    }
}

@media (max-width: 767px) {
    .function-modules .grid .leftCell img.csDesk {
        display:none;
    }
    .function-modules .grid .leftCell img.csChat {
        display:none;
    }
}