@charset "UTF-8";

@font-face {
    src: local("Klavika Bold"), url(../font/KlavikaBold.otf) format("opentype");
    font-family: 'Klavika Bold';
}

@font-face {
    src: local("Klavika Regular"), url(../font/KlavikaBold.otf) format("opentype");
    font-family: 'Klavika Regular';
}

@font-face {
    src: local("Klavika Light"), url(../font/KlavikaBold.otf) format("opentype");
    font-family: 'Klavika Light';
}

/**********
    Basic
  **********/
* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    position: relative;
    font-family: 'Klavika Regular', 'Klavika Bold', 'Klavika Light', 'Open Sans', "微軟正黑體", Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
}

@media (max-width: 768px) {
    body {
        min-height: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 10px;
}

h1 {
    font-size: 36px;
    margin-bottom: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
        margin: 1%;
    }

    h3 {
        font-size: 24px;
        margin: 1%;
    }

    h4 {
        font-size: 20px;
        margin: 1%;
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        margin: 1%;
    }

    h6 {
        font-size: 16px;
        font-weight: 600;
        margin: 1%;
    }

    p {
        font-size: 14px;
    }
}

strong {
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.6em;
}

ul {
    list-style: none;
    line-height: 1.9em;
}

ul li {
    list-style: none;
}

a {
    transition: all .3s ease;
    color: #003D4C;
}

a:hover {
    color: #007c97;
    text-decoration: none;
}

button,
.btn {
    color: #003D4C;
    transition: all .3s ease;
    font-size: 16px;
}

button:focus,
button:hover,
.btn:focus,
.btnhover {
    color: #ddd;
}

.btn-default {
    background-color: #007c97;
    border: 1px solid #007c97;
    margin-top: 20px;
    min-width: 120px;
    color: #fff;
    display: inline-block;
    width: 45%;
    margin: 1%;
    padding: 10px 0;
    font-size: 18px;
}

.btn-default:focus,
.btn-default:hover,
.btn-default:visited,
.btn-default:active {
    color: #fff;
    background: #005c6f;
    outline: none;
}

.btn-line {
    background-color: #fff;
    border: 1px solid #007c97;
    margin-top: 20px;
    min-width: 120px;
    color: #007c97;
    display: inline-block;
    width: 45%;
    margin: 1%;
    padding: 10px 0;
    font-size: 18px;
}

.btn-line:focus,
.btn-line:hover,
.btn-line:visited,
.btn-line:active {
    color: #007c97;
    border: 1px solid #007c97;
    background: #dedede;
    outline: none;
}

.img {
    vertical-align: middle;
}

section,
header {
    position: relative;
}

/* section {
    padding: 1.2% 1% 1.2% 0%;
    margin: 3% 0 4% 0;
} */

section {
    padding: 5% 0;
    margin: 0;
}

@media (max-width: 767px) {
    section {
        /* padding: 4% 0 3%; */
        overflow: hidden;
    }

    .btn-default {
        width: calc(50% -2px);
    }
}

section .ul li {
    margin-bottom: 1em;
}

section .ul li:before {
    content: '•';
    position: absolute;
    font-size: 30px;
    left: -.8%;
    color: #8DB9CA;
}

section:last-of-type {
    margin-bottom: 0;
}

.section-title {
    font-size: 42px;
    margin: 2% auto;
    text-align: center;
    letter-spacing: 2px;
    color: #003D4C;
}

.section-txt {
    /* font-size: 20px; */
    margin-bottom: 20px;
    line-height: 1.4;
}

.heighlight {
    color: #007c97;
}

/* section .title:before {
    content: '';
    background: url("../img/deco-title.png") no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -45px;
    left: calc(50% - 15px);
} */

/* section .title span {
    font-size: 28px;
    color: #6e6e6e;
    display: block;
    margin: 10px auto 20px auto;
    letter-spacing: 2px;
    font-weight: 200;
} */

header .navbar-inverse .navbar-nav {
    float: right;
}

@media (max-width: 1024px) {
    header {
        height: auto;
    }
}

@media (max-width: 767px) {
    header .navbar-inverse .navbar-nav {
        float: none;
        margin: 0;
    }

    .navbar-inverse .navbar-nav li {}

    .section-title {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 0px;
        margin-bottom: 3%;
    }

    .btn-default {
        width: 80%;
    }
}

/**********
    Basic End
  **********/

/**********
    Utilities
  **********/
.ma__t30 {
    margin-top: 30px;
}

.overflow-y {
    overflow-y: visible;
}

.clearfix {
    clear: both;
}

.ma10 {
    margin: 10px;
}

.mat30 {
    margin-top: 30px;
}

.mat20 {
    margin-top: 20px;
}

.mab10 {
    margin-bottom: 10px;
}

.text-danger {
    color: #ed1c24;
}

.bg-color4 {
    background: #aba1c4;
}

.ul-check {
    margin-left: 5px;
    list-style: none;
}

.ul-check>li {
    display: inline-block;
    margin-left: 22px;
    word-break: keep-all;
}

.ul-check>li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    font-size: 12px;
    margin-left: -15px;
}

.btn-txt {
    color: #5d5d5d;
}

.btn-buy {
    background: #5d5d5d;
    color: #fff !important;
}

.btn-stop {
    background: #aba1c4;
    color: #fff !important;
    user-select: none;
    touch-action: manipulation;
    cursor: not-allowed;
}

.btn-undo {
    background: #d8d0e7;
    border: 1px solid #aba1c4;
    color: #aba1c4 !important;
    user-select: none;
    touch-action: manipulation;
    cursor: not-allowed;
}

.line-h-15 {
    line-height: 1.5em !important;
}

.line-h-16 {
    line-height: 1.6em !important;
}

.line-h-18 {
    line-height: 1.8em !important;
}

.gotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    color: #8DB9CA;
    padding: 3px 10px;
    font-size: 3em;
    border-radius: 0px;
    -moz-border-radius: 3px;
    line-height: 200%;
    text-align: center;
    opacity: 0.8;
    z-index: 998;
    transition: all .3s ease;
}

/**********
    Utilities End
  **********/



/**********
    Navbar
  **********/
nav.navbar-inverse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #003D4C 0%, #003D4C4f 80%);
    /* background: transparent; */
    border-color: rgba(17, 39, 101, .8);
    z-index: 999;
}

.navbar-header {
    float: right;
}

.navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    border-color: #8DB9CA;
    color: #fff;
}

.navbar-inverse .navbar-header .navbar-toggle .icon-bar {
    background-color: #e2c8ff;
    height: 2px;
    width: 20px;
    display: block;
}

.navbar-inverse .navbar-logobox-group {
    display: -ms-flexbox;
    display: flex;
}

.navbar-inverse .navbar-logobox {
    display: block;
    padding: 15px;
    margin: 0;
}

.navbar-inverse .navbar-logobox:first-child {
    width: 180px;
    vertical-align: top;
    padding-top: 18px;
    margin-right: 30px;
}

.navbar-inverse .navbar-logobox:nth-child(2) {
    width: 151px;
    vertical-align: top;
    padding-top: 29px;
}

.navbar-inverse .navbar-logobox:nth-child(3) {
    width: 260px;
    margin-top: 19px;
    vertical-align: top;
}

.navbar-inverse .navbar-logobox img {
    width: 100%;
}

.navbar-inverse .navbar-toggle {
    padding: 10px 15px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #1d5288;
    color: #ffffff;
}

.navbar-inverse .navbar-nav {
    /* margin-right: 15px; */
    /* float: right; */
    margin-left: 15px;
}

.navbar-inverse .navbar-nav li a {
    font-size: 16px;
    color: #ddd;
    line-height: 55px;
    padding: 1.1em;
}

.navbar-inverse .navbar-nav li .dropdown-menu {
    padding: 0px;
    border-radius: 0;
    left: calc(50% - 80px);
}

.navbar-inverse .navbar-nav li .dropdown-menu li {
    border-bottom: 1px solid #8DB9CA;
}

.navbar-inverse .dropdown {
    float: left;
}

.navbar-inverse .dropdown a:hover,
.navbar-inverse .dropdown a:active,
.navbar-inverse .dropdown a:visited {
    color: #8DB9CA;
}

.navbar-inverse .dropdown .btn {
    background: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 30px;
    padding: 10px 1em;
    text-align: center;
}

.navbar-inverse .nav .open>a,
.navbar-inverse .nav .open>a:focus,
.navbar-inverse .nav .open>a:hover {
    background: transparent;
    border-color: transparent;
}

@media (max-width: 1200px) {
    .navbar-inverse .navbar-logobox {
        margin-top: 6px;
        margin-left: 15px;
    }
}

@media (max-width: 1024px) {
    .navbar-inverse {
        height: auto;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .navbar-inverse .navbar-header {
        width: 22%;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        /* background-color: #003D4C; */
        /* float: none; */
        width: 100%;
    }

    nav.navbar-inverse {
        /* position: absolute; */
        background-color: #000;
        height: auto;
        width: 100%;
        padding: 0 15px;
        box-shadow: 0 0 16px #003D4C;
    }

    .navbar-inverse .navbar-nav {
        float: none;
        margin: 0;
    }

    .navbar-inverse .navbar-nav li {
        border-bottom: 1px solid #ffffff65;
        text-align: center;
    }

    .navbar-inverse ul li:last-child {
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav li a {
        padding: .3em;
    }
}

.navbar-collapse {
    width: 100%;
}

/**********
    Navbar End
  **********/



/**********
    index kv
  **********/
.section-kv {
    color: #fff;
    padding: 110px 30px 40px;
    position: relative;
    background: #003D4C url('../img/kv-bg.jpg') no-repeat top center / cover;
}

.kv-txtbox {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #fff;
    text-shadow: 4px 4px 5px #000;
    /* text-shadow: 0 0 10px #007c97; */
}

.kv-title {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.4;
    margin: 20px;
}

.kv-title span {
    /* text-shadow: 0 3px 10px #ffffff; */
    display: block;
    font-size: 40px;
    font-weight: 300;
}

.kv-sub {
    color: #fff;
    font-size: 20px;
    background: #000;
    display: block;
    width: 30%;
    vertical-align: bottom;
    border-radius: 50px;
    margin: 3% auto;
    padding: 8px 10px 6px;
    text-shadow: none;
    box-shadow: 0 0 20px #007c97;
}

.section-kv .kv-logo {
    text-align: right;
}

.section-kv .kv-logo img {
    width: 190px;
    display: inline-block;
}

.section-kv .kv-epyc {
    float: left;
    max-width: 180px;
    margin: auto;
    margin-right: 30px;
}

.section-kv .kv-epyc img {
    width: 100%;
}

.section-kv::after {
    content: '';
    display: block;
    clear: both;
}


.kv-btn {
    margin: auto;
    display: block;
}

@media (max-width: 767px) {
    .section-kv {
        padding: 120px 15px 30px;
    }

    .kv-txtbox {
        width: 100%;
        margin: auto;
        text-align: center;
        color: #fff;
    }

    .kv-title {
        font-size: 30px;
        line-height: 1.4;
        margin: 15px;
    }

    .kv-title span {
        /* text-shadow: 0 3px 20px #ffffff; */
        font-size: 35px;
    }

    .kv-sub {
        font-size: 18px;
        width: 80%;
    }
}

/**********
    index intro
  **********/
.section-intro {
    background-color: #003D4C;
    color: #fff;
}

/**********
    index info
  **********/
.section-info {
    background-color: #ebebeb;
    padding-bottom: 6%;
}

/**********
    index agenda
  **********/
.section-agenda {
    background-color: #003D4C;
    padding: 3% 0 5%;
}

.section-agenda .section-title {
    color: #fff;
}

.section-agenda .section-txt {
    color: #fff;
}

/*  */
.agenda-index {
    padding: 1em;
    margin-top: 8px;
    text-align: justify;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 380px;
    border: 1px #AAAAAA solid;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.agenda-index:hover {
    border: 2px #2ed5dd solid;
    opacity: 0.8;
}

.agenda-subtitle {
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
    color: #007c97;
}

.agenda-content {
    color: #fff;
}

.agenda-content ul {
    font-size: 18px;
}

.agenda-index img {
    width: 100%;
    text-align: center;
    border-radius: 8px;
}

.agenda-index img:hover {
    opacity: 0.8;
}

.more-btn {
    text-align: center;
    padding-top: 30px;
}

.more {
    padding: 5px 10px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #333;
    border-radius: 50px;
}

/**********
    index speaker
  **********/
.section-speaker {
    background-color: #ebebeb;
}

.section-speaker .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    align-items: ;
}

/*  */
.speaker-col {
    text-align: center;
    margin-bottom: 3%;
}

.speaker-col .speaker-card {
    background-color: #fff;
    padding: 20px;
    border-top: 10px solid #8DB9CA;
    height: 100%;
}

.speaker-col .speaker-img {
    display: block;
    width: 100%;
    max-width: 177px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #aaa;
}

@media screen and (max-width: 960px) {
    .speaker-col .speaker-img {
        max-width: 160px;
    }
}

@media screen and (max-width: 520px) {
    .speaker-col .speaker-img {
        max-width: 177px;
    }
}

.speaker-col .speaker-img img {
    width: 100%;
    display: block;
}

.speaker-col p {
    margin-bottom: 5px;
    text-align: left;
}

.speaker-col .speaker-title {
    font-size: 18px;
    min-height: 60px;
    opacity: 0.8;
    text-align: center;
    letter-spacing: -0.6px;
}

@media screen and (max-width: 768px) {
    .speaker-col .speaker-title {
        min-height: 10px;
    }
}

.speaker-col .speaker-name {
    font-size: 20px;
    text-align: center;
}

.speaker-col a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    display: block;
    width: 155px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.875;
    border-radius: 5px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.speaker-col a:hover {
    background-color: #ffffff;
    color: #003471;
}






/**********
    index gift
  **********/
.section-gift {
    /* background-color: #faf7f1; */
    /* background: linear-gradient(145deg, #8babce 0%, #003D4C 100%); */
    background-color: #000;
    background-image: url('../img/kv-bg.jpg') no-repeat center center / cover;
    background-blend-mode: overlay;
    background: linear-gradient(145deg, #000000 0%, #00000022 100%), url('../img/kv-bg.jpg') no-repeat center center / cover;
    padding: 2% 0 3%;
}

.section-gift .section-title {
    color: #fff;
}

.gift-content {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gift-content h4 {
    line-height: 1.5;
    color: #fff;
}

.gift-img {
    width: 180px;
    float: left;
    margin-left: 20px;
}

.gift-img img {
    width: 100%;
    text-shadow: 0 0 10px #003D4C;
}

.section-gift .btn-default {
    /* background: linear-gradient(30deg,#8DB9CA 0%, #003D4C 80%); */
    background-color: #007c97;
    color: #fff;
    font-weight: 500;
}

.section-gift .btn-default:hover {
    color: #fff;
}

/**********
    corp 公司簡介
  **********/
.section-corp {
    background-color: #0d1017;
    padding: 2% 0 4%;
}

.section-corp .corp-logobox-group {
    display: -ms-flexbox;
    display: flex;
}

.section-corp .corp-item {
    color: #fff;
}

.section-corp .corp-item p {
    /* opacity: .5; */
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    color: #ddd;
}

.section-corp .corp-logobox {
    display: block;
    padding: 15px 15px 0;
    margin: 0 auto;
    width: 280px;
}

/* .section-corp .corp-item:first-child .corp-logobox {
    width: 170px;
    vertical-align: top;
    padding-top: 8px;
}
.section-corp .corp-item:nth-child(2) .corp-logobox {
    width: 170px;
    vertical-align: top;
    padding-top: 20px;
}

.section-corp .corp-item:nth-child(3) .corp-logobox {
    width: 260px;
    margin-top: 15px;
    vertical-align: top;
} */
.section-corp .corp-logobox img {
    width: 100%;
}

@media (max-width:768px) {
    .section-corp .corp-logobox-group {
        flex-direction: column;
    }
}




/**********
    footer
  **********/
.section-footer {
    background-color: #000;
    /* border-top: 1px solid #000c2e; */
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px 0;
    color: #999;
}

.section-footer .container-fluid {
    margin: 0;
}

.section-footer .footer-row {
    display: flex;
    justify-content: center;
}

.section-footer .copyright {
    color: #fff;
    font-size: 14px;
}

.section-footer .logo {
    width: 200px;
    opacity: 1;
}

.section-footer .navbar-logobox-group {
    display: -ms-flexbox;
    display: flex;
}

.section-footer .navbar-logobox-group .logobox-p {
    margin: 0 20px 0 0;
    font-weight: 800;
    color: #fff;
}

.section-footer .navbar-logobox {
    display: inline-block;
    padding: 15px;
    padding-left: 0px;
    margin: 0;
}

.logobox-combo {
    display: block;
}

.section-footer .navbar-logobox:first-child {
    width: 155px;
    vertical-align: top;
    padding-top: 16px;
}

.section-footer .navbar-logobox:nth-child(2) {
    width: 151px;
    vertical-align: top;
    padding-top: 20px;
}

.section-footer .navbar-logobox:nth-child(3) {
    width: 260px;
    margin-top: 12px;
    vertical-align: top;
}

/* .section-footer .logobox-p .navbar-logobox.logo-dell {
    width: 200px;
} */

.section-footer .navbar-logobox.logoboxamd {
    width: 170px;
    padding-top: 5px;
}

.section-footer .navbar-logobox.logobox-dell {
    width: 290px;
    padding-top: 20px;
}

.section-footer .navbar-logobox.logoboxithome {
    width: 180px;
}

.section-footer .navbar-logobox img {
    width: 100%;
}

@media (max-width:768px) {
    .section-footer .navbar-logobox-group {
        flex-direction: column;
    }
}



/**********
    sidebar signup
  **********/
.sidebar-signup {
    position: fixed;
    bottom: 30px;
    right: 0;
    /* background: linear-gradient(90deg,#174b82 0%,#003D4C 100%); */
    background-color: #005c6f;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    /* width: 50px; */
    padding: 10px 10px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    /* box-shadow: -3px 3px 0px #888; */
    transform: translateY(0px);
    transition: .3s;
    z-index: 999;
}

.sidebar-signup:hover {
    /* background: linear-gradient(90deg,#003D4C 0%,#174b82 100%); */
    /* box-shadow: 0 0 1px rgba(136, 136, 136, 0.3); */
    transform: translateY(2px);
    text-decoration: none;
}

.sidebar-title {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    writing-mode: vertical-lr;
    margin: 10px 0;
}

.sidebar-title span {
    /* display: inline-block;
    transform: rotate(-180deg); */
}

.sidebar-signup .fa {
    color: #fff;
}

.sidebar-signup .fa:first-child {
    font-size: 24px;
    color: #fff;
}

/* @media (max-width:768px) {
    .sidebar-signup {
        background: linear-gradient(90deg, #003D4C 0%,#003D4Cec 100%);
    }
} */


/**********
    index End
  **********/

/**********
    內頁 news 側BAR-Blog
**********/
.section-news {}

.news-item time {
    margin: 10px 0;
    display: inline-block;
}

.news-group {}

.news-item {
    margin: 20px;
}

.news-item-txt {
    margin: 20px;
    column-gap: 40px;
    column-count: 2;
    text-align: justify;
}

.news-item-txt p,
.news-item-txt q {
    margin-bottom: 20px;
}

.news-item-txt q {
    display: inline-block;
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
}

@media (max-width:768px) {
    .news-item-txt {
        column-gap: 20px;
        column-count: 1;
    }
}

/**********
    內頁 news 側BAR-Blog End
  **********/


/**********
    signup
  **********/
.section-signup {}

.signup-formbox input {
    margin: 0 2px 0 5px;
}

.help-block {
    color: #214c7f;
}

.signup-formbox .form-group:not(:first-child),
.signup-formbox .form-check,
.g-recaptcha {
    margin-top: 10px;
}

/**********
    signup End
  **********/



/**********
    thanks
  **********/
.section-thanks {
    padding: 5% 0 10% 0;
}

.section-thanks p {
    font-size: 20px;
}

.thanks-tabs {}

.thanks-tabs-content {}

.thanks-tabs .nav-item {
    font-size: 20px
}

.section-thanks .section-whitepaper {}

.section-thanks .section-media {
    background-color: #fff;
    color: #000;
}

/**********
    thanks End
  **********/



/**********
    內頁 影片
**********/
.section-content.section-media {
    background-color: #fff;
    color: #000;
}

/**********
    內頁 影片 End
  **********/

/**********
    內頁 白皮書
**********/
.section-content.section-whitepaper {
    background-color: #fff;
    color: #000;
}

/**********
    內頁 白皮書 End
  **********/