@charset "UTF-8";

@font-face {
    src: local("Proxima Nova"), url(font/ProximaNova/MarkSimonson-ProximaNovaBlack.otf), url(fontProximaNova//MarkSimonson-ProximaNovaBlack.otf), url(font/ProximaNova/MarkSimonson-ProximaNovaBold.otf), url(font/ProximaNova/MarkSimonson-ProximaNovaLight.otf), url(font/ProximaNova/MarkSimonson-ProximaNovaMedium.otf);
    font-family: 'Proxima Nova';
}

/* 
    orange #EA4E07
    2021 bg middle #faf7f1
    2021 bg light #f5eee3
*/


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

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

body {
    min-height: 100vh;
    position: relative;
    font-family: 'Proxima Nova', 'Inter', 'Open Sans', "微軟正黑體", Helvetica, Arial, sans-serif;
    font-size: 16.5px;
}

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

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

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

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

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

h6 {
    font-size: 20px;
    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: #EA4E07;
}

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

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

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

.btn-default {
    background-color: #EA4E07;
    border: 1px solid #EA4E07;
    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: #aa3600;
    outline: none;
}

.btn-line {
    background-color: #fff;
    border: 1px solid #EA4E07;
    margin-top: 20px;
    min-width: 120px;
    color: #EA4E07;
    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: #EA4E07;
    border: 1px solid #EA4E07;
    background: #dedede;
    outline: none;
}

section,
header {
    position: relative;
}

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 {
    padding-left: 1rem;
}

section .ul li:before {
    content: '•';
    position: relative;
    font-size: 20px;
    color: #333333;
    left: -.5rem;
}

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

.section-title {
    font-size: 42px;
    margin: 2% auto;
    text-align: center;
    /* letter-spacing: 2px; */
}

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

.heighlight {
    color: #EA4E07;
}

.stick-line {
    width: 100%;
    background-color: #dedede;
    height: 5px;
    margin: 2% 0;
}

/* 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) {
    =
    /* .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%;
    }
}

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

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

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

.ma10 {
    margin: 10px;
}

.mat30 {
    margin-top: 30px;
}

.mat20 {
    margin-top: 20px;
}

.mat10 {
    margin-top: 10px;
}

.mab0 {
    margin-bottom: 0px;
}

.mab10 {
    margin-bottom: 10px;
}

.mab30 {
    margin-bottom: 30px;
}

.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: #333333;
    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 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #faf7f1 80%);
    border-color: #faf7f1;
    z-index: 999;
}

.navbar-inverse .collapse {
    flex: auto;
}

.navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    border-color: #faf7f1;
    color: #000;
}

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

.navbar-inverse .navbar-logobox {
    display: block;
    padding: 8px;
    width: 200px;
    /* margin: 7% 0 0 10%; */
}

.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: #000;
    color: #ffffff;
}

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

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

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    color: #EA4E07;
}

.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 #333333;
}

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

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

.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) {
    nav.navbar-inverse {
        padding: 0 15px;
    }

    .navbar-inverse {
        height: auto;
    }
}

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

@media (max-width: 767px) {
    .navbar-header {
        background-color: #faf7f1;
    }

    nav.navbar-inverse {
        /* position: absolute; */
        background-color: rgb(0, 0, 0);
        height: auto;
        width: 100%;
        padding: 0 15px;
        box-shadow: 0 0 16px rgb(105, 39, 0);
        display: block;
    }

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

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

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

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

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #aa3600;
    }
}

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



/**********
    index & content kv
  **********/
.section-kv {
    padding: 200px 120px 120px;
    position: relative;
    background: #eb6714 url('../img/kv-bg.jpg') no-repeat left bottom / cover;
}

.section-kv.content {
    overflow: hidden;
}

.kv-deco {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 500px;
}

.section-kv.content .kv-deco {
    bottom: -100px;
}

.kv-txtbox {
    width: 62%;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.kv-title {
    font-size: 44px;
    line-height: 1.5;
    color: #FFFFFF;
}

.kv-title span {
    display: block;
    font-size: 55px;
}

.kv-sub {
    font-size: 24px;
    color: #FFFFFF;
}

/* @media (max-width: 1200px) and (min-width: 768px) {
    .kv-txtbox {
        width: 70%;
    }
} */
@media (max-width: 767px) {
    .section-kv {
        padding: 100px 10px 30px 60px;
        background: #eb6714 url('../img/kv-bg-s.jpg') no-repeat left bottom / cover;
    }

    .kv-deco {
        max-width: 200px;
        opacity: .8;
    }

    .kv-txtbox {
        width: 80%;
    }

    .kv-title {
        font-size: 26px;
        line-height: 1.4;
    }

    .kv-title span {
        font-size: 26px;
    }

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

/**********
    index intro
  **********/
/* .section-intro {
    background: #fff;
    padding-bottom: 1em;
} */

/**********
    index feat
  **********/
.section-feat {
    /* background: #f5eee3; */
    background: linear-gradient(180deg, #ffffff 0%, #faf7f1 20%, #f5eee3 50%);
}

.feat-box {
    padding: 10px;
}

.feat-box img {
    max-width: 95%;
}

.feat-title {
    font-weight: 500;
    text-align: center;
    color: #EA4E07;
    /* min-height: 8rem; */
}




/**********
    index Pure1 VM Analytics 優點
  **********/
.section-pure1 {}

.section-pure1 figure {
    padding: 20px;
}

.section-pure1 figure img {}

/**********
    index Pure1 VM Analytics 優點
  **********/



/**********
    index Pure FlashArray 優勢
  **********/
.section-advantage {
    /* background: linear-gradient(180deg, #fff 0%, #ddd 100%); */
    background: #faf7f1;
}

.advantage-item-group {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 3% 0;
    float: left;
}

.advantage-item {
    background: linear-gradient(135deg, #FE7800 30%, #eb5e00 100%);
    color: #fff;
    width: 280px;
    height: 280px;
    line-height: 250px;
    border-radius: 50px;
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .5);
    transition: all .3s ease;
}

.advantage-item:nth-child(2) {
    background: ;
    background: linear-gradient(135deg, #00b89e 30%, #008573 100%);
}

.advantage-item:nth-child(3) {
    background: ;
    background: linear-gradient(135deg, #cd146d 30%, #a50d56 100%);
}

.advantage-item:nth-child(4) {
    background: ;
    background: linear-gradient(135deg, #662e9c 30%, #471b70 100%);
}

.advantage-item:hover {
    background: linear-gradient(135deg, #555 0%, #000 100%);
    /* box-shadow: 0 0 0 rgba(0,0,0,.5); */
}

.advantage-item .item-title {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    transition: all .3s ease;
}

.advantage-item .item-txt {
    display: none;
    font-size: 18px;
    transition: all .3s ease;
}

/* .advantage-item:nth-child(2):hover {
    background: linear-gradient(135deg, #004e61 50%, #87e7ff 100%);
}
.advantage-item:nth-child(3):hover {
    background: linear-gradient(135deg, #1d5c35 50%, #87ffb5 100%);
}
.advantage-item:nth-child(4):hover {
    background: linear-gradient(135deg, #4b2244 50%, #ff87eb 100%);
} */
.advantage-item:hover .item-title {
    display: none;
}

.advantage-item:hover .item-txt {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:768px) {
    .section-advantage {
        padding-left: 15px;
        padding-right: 15px;
    }

    .advantage-item {
        width: 100%;
        line-height: 1.5;
        margin-bottom: 15px;
        box-shadow: 0px 5px 0 rgba(0, 0, 0, .5);
    }

    .advantage-item .item-title {
        text-align: left;
        margin-bottom: 10px;
    }

    .advantage-item .item-txt {
        display: block;
    }
}

/**********
    index quote
  **********/
.section-quote {
    background: #f1e6e1;
    /* background:#f1e6e1 url('../img/quote-bg.svg') no-repeat center center / 80%; */
    padding-left: 15px;
    padding-right: 15px;
}

.section-quote .section-title {
    text-align: left;
    margin-bottom: 70px;
}

.section-quote .quote-box {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    /* border-bottom: 3px solid rgba(116, 68, 68, 0.2); */
    box-shadow: 0 0 20px #887c76;
}

.section-quote .quote-imgbox {
    padding: 0;
}

.section-quote .quote-imgbox img {
    width: 100%;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.section-quote .quote-txtbox {
    background-color: rgba(255, 255, 255, 0.6);
}

.section-quote .quote-btn {
    text-align: right;
}

.section-quote blockquote {
    text-decoration: none;
    border: none;
    text-align: left;
    padding: 20px;
    margin-bottom: 5px;
    font-size: 20px;
}

.section-quote i {
    font-size: 42px;
    color: #bbb;
    display: block;
    margin-top: 10px;
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
}

.section-quote .btn {
    width: 180px;
}

@media (max-width: 768px) {
    .section-quote .section-title {
        margin-bottom: 2%;
    }

    .section-quote .quote-box {
        box-shadow: 0 0 8px #887c76;
    }

    .section-quote blockquote {
        padding: 20px 0;
    }

    .section-quote .quote-btn {
        text-align: center;
    }
}

/**********
    index media
  **********/
.section-media {
    background: #faf7f1;
}

.media-box {}

.media-link {
    display: inline-block;
}

.media-info {
    margin: 10px 0;
}

.media-cover {
    /* width: 1900px;
    height: 958px;
    background: url('../img/media-cover.jpg') no-repeat center center/100%; */
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
}

.media-cover img {
    transition: all .3s ease;
}

.media-cover:hover img {
    opacity: .9;
    transform: scale(1.1);
}

/**********
    index whitepaper
  **********/
.section-whitepaper .icon-whitepaper {
    width: 50px;
}

.whitepaper-group {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
}

.whitepaper-item {
    width: 340px;
    margin: 10px;
    padding: 20px;
    background-color: #faf7f1;
    transition: all .3s ease;
}

.whitepaper-item-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.white-txt {
    font-size: 18px;
    opacity: 0;
}

.icon-whitepaper {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
}

.icon-whitepaper svg {
    width: 30px;
}

.whitepaper-item .fa {
    display: block;
    text-align: right;
}

.whitepaper-item:hover {
    background: linear-gradient(214.77deg, #feb804 -27.58%, #fe5000 100%);
}

.whitepaper-item:hover .whitepaper-item-title {
    color: #fff;
}

.whitepaper-item:hover .icon-whitepaper {
    opacity: 0;
}

.whitepaper-item:hover .white-txt {
    opacity: 1;
    color: #fff;
}

.whitepaper-item:hover .fa {
    color: #fff;
}

@media (max-width:768px) {
    .white-txt {
        opacity: 1;
        color: #333;
    }
}

/**********
    index gift
  **********/
.section-gift {
    /* background-color: #faf7f1; */
    background: linear-gradient(145deg, #f1e6e1 0%, #faf7f1 100%);
}

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

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

.gift-img {
    width: 100%;
    max-width: 500px;
    float: left;
    margin: 20px;
}

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

/**********
    footer
  **********/
.section-footer {
    background-color: #faf7f1;
    border-top: 1px solid #c5c6c7;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 30px 0;
    width: 100%;
}

.section-footer .logo {
    width: 30px;
}

.footer__copyright {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
    margin-left: 0;
}

.footer__copyright .text {
    font: normal 400 10px/16px "Space Mono", monospace;
    letter-spacing: normal;
    color: #000;
}


.social-link {
    width: 10px;
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: #333;
}

.social-link:hover {
    color: #EA4E07;
}

/**********
    sidebar blog
  **********/
.sidebar-blog {
    position: fixed;
    bottom: 30px;
    right: 0;
    background: linear-gradient(90deg, #FE7800 0%, #FE5002 100%);
    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-blog:hover {
    background: linear-gradient(90deg, #FE5002 0%, #FE7800 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-blog .fa {
    color: #fff;
}

.sidebar-blog .fa:first-child {
    font-size: 24px;
    color: #932f00;
}

@media (max-width:768px) {
    .sidebar-blog {
        background: linear-gradient(90deg, #fe7700ec 0%, #FE5002ec 100%);
    }
}

/**********
    sidebar gift
  **********/
.sidebar-gift {
    position: fixed;
    top: 150px;
    left: 0;
    /* background: linear-gradient(90deg, #67319b 0%, #67319b 100%); */
    background: #67319b;
    color: #fff;
    /* width: 50px; */
    padding: 10px 10px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: -3px 3px 0px rgba(110, 110, 110, 0.3);
    transform: translateY(0px);
    transition: .3s;
    z-index: 999;
}

.sidebar-gift:hover {
    background: #7730ba;
    box-shadow: 0 0 1px rgba(136, 136, 136, 0.3);
    transform: translateY(2px);
    text-decoration: none;
}

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

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

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

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

/**********
    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: #eb6714;
}

.quetion-group .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .section-signup .form-horizontal .control-label {
        padding-top: 0px;
    }
}

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



/**********
    thanks
  **********/
.section-thanks {}

.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
  **********/

/****** 
BLOG 
**********/
.section-blog ul,
.section-blog ul li {
    list-style: circle;
}

.section-blog ul li {
    margin-left: 20px;
}

.section-blog img {
    margin: 2em 0;
}