@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');

:root {
    --themeColor: #3993AE;
    --themeTxtColor: #194866;
    --themeSecColor: #d6f2f2;
    --themeThirdColor: #f8c751;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
}

body {
    font-size: 18px;
    line-height: 1.8em;
    color: #515151;
    font-family: 'Noto Sans', 'Noto Sans TC', Helvetica, '微軟正黑體', '新細明體', Arial, sans-serif;
}

a {
    color: #1D1D1B;
    cursor: pointer;
}

a:hover {
    color: var(--themeColor);
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}



/* Go Top */
.btn-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: var(--themeTxtColor);
    color: #fff;
    text-align: center;
    padding: 7px;
    line-height: 20px;
    border-radius: 50%;
    z-index: 998;
    transition: .3s ease;
}
.btn-top:hover, .btn-top:focus {
    background-color: var(--themeThirdColor);
}
.btn-top i {
    color: #fff;
    font-size: 30px;
}
.btn-top:hover i, .btn-top:focus i {
    color: #fff;
}


/* Nav */
.navbar {
    background: linear-gradient(#194866 0%, #19486675 100%);
    color: #fff;
    padding: 0.5rem 3rem;
}
.navbar .navbar-brand .logo-ibm {
    width: 100%;
    max-width: 140px;
}
.navbar .navbar-brand .logo-ptsc {
    width: 100%;
    max-width: 160px;
}
.navbar-toggler i {
    font-size: 2.3rem;
    transition: .3s ease;
}
.navbar-nav .nav-item .nav-link {
    font-weight: 800;
    letter-spacing: 1px;
    display: block;
    color: #fff;
    padding: 0.8rem 1.5rem;
    position: relative;
    transition: .3s ease;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus {
    transform: translateX(0px);
    background-color: var(--themeColor);
}

.navbar-nav .nav-item .nav-link.light {
    background-color: var(--themeThirdColor);
    color: #000;
}
.navbar-nav .nav-item .nav-link.light:hover, .navbar-nav .nav-item .nav-link.light:focus {
    background-color: #fff;
    color: var(--themeColor);
}
@media (max-width: 991px) {
    .navbar {
        padding: 0.5rem 1rem;
        background-color: #000;
        box-shadow: 0 2px 5px #333;
    }
    .navbar-toggler:hover i,.navbar-toggler:hover:focus i {
        color: var(--themeColor);
    }
}
@media (max-width: 667px) {
    .navbar {
        padding: 0.5rem 0.1rem;
    }
    .navbar-toggler i {
        font-size: 1.8rem;
    }

    .navbar .navbar-brand .logo-ibm {
        max-width: 80px;
    }
    .navbar .navbar-brand .logo-ptsc {
        max-width: 100px;
    }
}



/* KV */








/** section-foreword **/

.section-foreword {
    color: #333;
    padding: 4em 1em ;
/*    background-color: #EEE;*/
    background: #eeeeee;
    background-size: cover;

}

.foreword-title {
    color: #000000;
    line-height: 1.2;
    font-size: 2.3rem;
    margin-top: 10px;
}

.foreword-txt {
    margin-top: 10px;
}

.section-foreword .foreword-txt .big-title{
    color: var(--themeColor);
}

.section-foreword .mailto{
    color: var(--themeTxtColor);
    padding: 0px 10px;
    background-image: linear-gradient(to top,#7ecdd1 0,#7ecdd1 40%,transparent 40.1%,transparent 100%);
}
.section-foreword .mailto:hover{
    color: var(--themeColor);
    background-image: linear-gradient(to top,#bcfff9 0,#bcfff9 40%,transparent 40.1%,transparent 100%);
}




/* content banner */
.kv-content {
    width: 100%;
}
.kv-content-s {
    width: 100%;
}




/* 企業上雲挑戰 */
.sec-feat {
    /* background: linear-gradient(45deg, #002727 0%, #17B8BC 80%, transparent 80%); */
    background: url(../img/bg-1-2.jpg) no-repeat center/ cover ;
    position: relative;
    min-height: 300px;
    min-height: 30vh;
    color: #fff;
    padding: 3% 0 5%;
    margin-top: -1px;
    overflow-x: hidden;
}
.sec-feat .sec-title {
    margin: 2% 0 1%;
}
.sec-feat .sec-title .num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--themeThirdColor);
}
.feat-box {
    padding: 1rem 0.5rem 1rem;
}
.feat-box .num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--themeThirdColor);
    padding: 0 28px;
    margin-bottom: -1rem;
    text-shadow: 5px 5px 0px #015a75;
    display: inline-block;
    position: relative;
    top: 1.9rem;
    z-index: 1;
}
.feat-head {
    /* background-image: linear-gradient(to top,#7ecdd1 0,#7ecdd1 22%,transparent 22.1%,transparent 100%); */
    /* border-bottom: 2px solid var(--themeThirdColor); */
    padding-bottom: 0.5rem;
    text-shadow: 0 0 5px #006e70;

}
.feat-desc {
    font-size: 1.5rem;
    border-radius: 1rem;
    color: var(--themeColor);
    max-width: 25em;
    padding: 1.8rem 2rem 1rem;
    position: relative;
    width: 95%;
    background-color: #d6f2f2;
    box-shadow: 5px 5px 0px #015a75;
    border: 1.5px solid #015a75;
}
.text_p{
    background-color: #009eb8;
    padding: 0.3rem 1rem;
    border-radius: 5px;
}
@media (max-width: 991px) {

}


/* 輕鬆、安全及快速的上雲 */
.sec-cloud {
    background: url(../img/bg-3.jpg) no-repeat center/ cover ;
    min-height: 300px;
    min-height: 30vh;
    color: #fff;
    padding: 3% 0 5%;
    margin-top: -1px;
    overflow-x: hidden;
}
.sec-cloud .sec-title .num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--themeThirdColor);
}
.cloud-box {
    padding: 1rem 0.5rem 1rem;
}
.cloud-box .num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--themeThirdColor);
    padding: 0 8px;
    margin-right: -1.5rem;
    margin-bottom: -1rem;
    text-shadow: 5px 5px 0px #015a75;
}
.cloud-head {
    /* background-image: linear-gradient(to top,#7ecdd1 0,#7ecdd1 22%,transparent 22.1%,transparent 100%); */
    /* border-bottom: 2px solid var(--themeThirdColor); */
    padding-bottom: 0.5rem;
    text-shadow: 0 0 5px #006e70;
    background-image: linear-gradient(to top,#28bee0 0,#28bee0 20%,transparent 20.1%,transparent 100%);
}
.cloud-desc {
    /* border-top: 2px solid var(--themeThirdColor); */
    padding-top: 0.3rem;
    font-size: 1.5rem;
}
.sec-cloud .text_p{
    background-color: #10f9ff;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    color: var(--themeTxtColor);
}
@media (max-width: 991px) {
    .sec-cloud {
        background-color: #0d9cca;
        background-position: -23rem 0;
    }
}
@media (max-width: 768px) {
    .sec-cloud {
        background-color: #0d9cca;
        background-image: none;
    }
    
}



.success-title{
    background: linear-gradient(145deg, #01122b 0%, #05254c 100%);
}
.success-title .title-text{
    color: #fff;
    line-height: 2rem;
    font-size: 20px;
    margin-top: 5rem;
    margin-bottom: 3rem;
}




/* 金融業 */
.finance-success {
    background-color: var(--themeColor);
    background: linear-gradient(90deg,#000b6200 10%, #84abe1 40%),
    url(../img/sec-customer-bg.jpg) no-repeat center left/ 55%;
    color: #fff;
    padding: 5% 3% 5%;
    overflow-x: hidden;
}
.finance-success .sec-title {
    text-shadow: 0 0 5px #002829;
    line-height: 1.5;
}
.finance-success .sec-title span {
    color: #10f9ff;
}
.finance-success .btn-more {
    background-color: #fff;
    color: var(--themeColor);
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.finance-success .btn-more:hover, .finance-success .btn-more:focus {
    background-color: var(--themeColor);
    color: #fff;
}

@media (max-width: 991px) {
    .finance-success {
        background-color: var(--themeColor);
        background: linear-gradient(180deg,#000b6200 0%, #000b6266 60%, #000b6266 100%),
        url(../img/sec-customer-bg.jpg) no-repeat 50% 0%/ cover;
        color: #fff;
        padding: 8% 3% 8%;
    }
    .finance-success .btn-more {
        font-size: 1.5rem;
    }
}




/* 製造業 */
.manufacture-success {
    background-color: var(--themeColor);
    background: linear-gradient(90deg,#1565c0 60%, #000b6200 80%),
    url(../img/sec-customer-bg-2.jpg) no-repeat center right/ 40%;
    color: #fff;
    padding: 5% 3% 5%;
    overflow-x: hidden;
}
.manufacture-success .sec-title {
    text-shadow: 0 0 5px #002829;
    line-height: 1.5;
}
.manufacture-success .sec-title span {
    color: #10f9ff;
}
.manufacture-success .btn-more {
    background-color: #fff;
    color: #ffb95c;
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.manufacture-success .btn-more:hover, .manufacture-success .btn-more:focus {
    background-color: #ffb95c;
    color: #fff;
}

@media (max-width: 991px) {
    .manufacture-success {
        background-color: var(--themeColor);
        background: linear-gradient(180deg,#000b6200 0%, #000b6266 60%, #000b6266 100%),
        url(../img/sec-customer-bg-2-2.jpg) no-repeat 20% 0%/ cover;
        color: #fff;
        padding: 8% 3% 8%;
    }
    .manufacture-success .btn-more {
        font-size: 1.5rem;
    }
}

/* 全球 */
.global-success {
    background-color: var(--themeColor);
    background: linear-gradient(90deg,#000b6200 10%, #011230 33%),
    url(../img/global.jpg) no-repeat center left/ 35%;
    color: #fff;
    padding: 5% 3% 5%;
    overflow-x: hidden;
}
.global-success .sec-title {
    text-shadow: 0 0 5px #002829;
    line-height: 1.5;
}
.global-success .sec-title span {
    color: #10f9ff;
}
.global-success .btn-more {
    background-color: #fff;
    color: var(--themeColor);
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.global-success .btn-more:hover, .global-success .btn-more:focus {
    background-color: var(--themeColor);
    color: #fff;
}

@media (max-width: 991px) {
    .global-success {
        background-color: var(--themeColor);
        background: linear-gradient(180deg,#000b6200 0%, #000b6266 60%, #000b6266 100%),
        url(../img/global.jpg) no-repeat 50% 0%/ cover;
        color: #fff;
        padding: 8% 3% 8%;
    }
    .global-success .btn-more {
        font-size: 1.5rem;
    }
}







/*  */
.sec-gift {
    background-color: #fff;
    background: linear-gradient(150deg, var(--themeColor) 10%, #eeeeee 10.1%, #eeeeee 90%, var(--themeColor)90.1%);
    /* url(../img/gift.png) no-repeat center right,   */
    /* color: #fff; */
    padding: 3% 0 ;
    overflow-x: hidden;
}
.gift-txt {
    line-height: 1.8;
    text-shadow: 0 0 5px #fff;
    border-radius: 5px;
}
.gift-txt .sec-title {
    margin-right: -3rem;
    line-height: 1.4;
}
.gift-txt .txt {
    line-height: 1.8;
}
@media (max-width: 991px) {
    .gift-txt{
        margin-right: 0;
        text-align: center;
    }
}


@media (max-width: 991px) {
    .gift-txt .sec-title {
        margin-right: 0;
    }

    .sec-gift .btn-download, .sec-gift .btn-download {
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
    }
}




footer {
    background-color: #01112b;
    padding: 1rem 3rem;
    border-top: 3px solid var(--themeTxtColor);
}
.footer-logo img {
    width: 100%;
    max-width: 200px;
}
footer .footer-logo .logo-ptsc {
    max-width: 158px;
}
footer .footer-title{
    color: #7ecdd1;
}
footer .footer-text{
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.1rem;
}
footer .footer-mail{
    color: #c4c4c4;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    line-height: 0.2rem;
}
footer a {
    color: #c4c4c4;
}
footer .footer-copyright{
    color: #7ecdd1;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.2rem;
}
@media (max-width: 991px) {
    footer{
        padding: 1rem 0;
    }
    footer .footer-content{
        display: flex;
        flex-direction: column;
    }
    footer .footer-logo {
        margin: auto;
        padding: 1.2rems;
    }
    footer .footer-mail{
        line-height: 1rem;
    }
}






/* 問券 */
.sec_event{
    padding-top: 9rem;
    padding-bottom: 5rem;
    background-color: #eaf8f8;
}
.sec_event .heading{
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
}
.sec_event .event-title{
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 2px solid var(--themeColor);
}
.heading {
    position: relative;
    padding: .5em .4em .4em;
    border-bottom: 3px solid #7ecdd1;
    color: #333333;
    margin-bottom: 2rem;
    font-weight: 600;
  }
  
  .heading::before,
  .heading::after {
    position: absolute;
    left: 70px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
  }
  
  .heading::before {
    background-color: #7ecdd1;
  }
  
  .heading::after {
    bottom: -11px;
    background-color: #eaf8f8;
  }




/* 表單 */
.sec_thanks, .sec-signup{
    background-color: #eaf8f8;
    padding: 1rem 0 5rem;
}
.sec-signup .btn-info {
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 20px;
  }


  /* thanks */
  .sec_thanks {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    padding: 9rem 2rem 5rem;
    min-height: 700px;
  }
  
  .sec_thanks h2 {
    margin: 1rem 0 1rem;
    color: var(--themeTxtColor);
    padding: .4rem 0;
    border-bottom: 2px solid var(--themeColor);
  }
  .sec_thanks h4{
    color: var(--themeColor);
    margin-bottom: 3rem;
  }
  .sec_thanks .success-1, .success-2{
    background-color: var(--themeSecColor);
    padding: 10px 10px 30px;
    margin-bottom: 1rem;
  }
  .success-1 img, .success-2 img{
    width: 83%;
  }
  .success-1 p, .success-2 p{
    font-weight: 600;
  }
  .success-1 a, .success-2 a{
    background-color: var(--themeTxtColor);
    color: #ffffff;
    margin-bottom: 2rem;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 26px;
  }
  .success-1 a:hover, .success-2 a:hover {
    filter: brightness(150%);
    transform: translateY(-5px);
  }


