@charset "UTF-8";


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

html {
    overflow-x: hidden;
}

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

@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: 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: 18px;
    line-height: 1.6em;
}

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

ul li {
    list-style: none;
}

a {
    transition: all .3s ease;
    color: #6ebe4b;
}

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

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

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

.btn-default {
    background-color: #6ebe4b;
    border: 1px solid #6ebe4b;
    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:active {
    color: #fff;
    background: #3b722f;
    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: 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: #fff4ee;
}

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: #ffd8b5; */
    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) {
    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%;
    }
}

/*錨點位置調整*/
:target:before {
    content: "";
    display: block;
    height: 75px;
}


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

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

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

.ma10 {
    margin: 10px;
}

.mat30 {
    margin-top: 30px;
}

.mat20 {
    margin-top: 20px;
}

.mab10 {
    margin-bottom: 10px;
}

.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: #fff4ee;
    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: #ffffff;
    border-color: #ffffff;
    z-index: 999;
}


.navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    border-color: #fff4ee;
    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: 220px;
    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: #6ebe4b;
    color: #6ABF4B;
}

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

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

.navbar-inverse .navbar-nav li a:hover {
    color: #6ABF4B;
}

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

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

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

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

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

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



/**********
    index kv
  **********/
.section-kv {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 60vh;
    position: relative;
    background: #6ebe4b url(../img/kv-bg.jpg) no-repeat bottom;
    background-size: cover;
}

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

.kv-title {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

.kv-title span {
    text-shadow: 0 3px 10px #ffffff;
    display: block;
    font-size: 55px;
}

.kv-sub {
    color: rgb(255, 255, 255);
    font-size: 2em;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .section-kv {
        /*padding: 100px 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;
    }
}

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

/* 五個儲存系統保護機制 tabs */
.section-mech {
    background-color: #000;
    padding-top: 1em;
}

.adapt-box {
    color: #fff;
}

.mech-list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(241, 241, 241);
}

.adapt-txt {
    border-left: 2px solid #fff;
    padding: 5px 10px;
    margin-top: 20px;
    line-height: 2em;
}

.mech-list>li {
    flex-grow: 1;
    color: #333;
    text-align: center;
}

.mech-list>li.active>a,
.mech-list>li.active>a:focus,
.mech-list>li.active>a:hover {
    border-radius: 0;
    margin: 0;
}

.mech-list>li~li a {
    border-left: 1px solid #ddd;
}

.mech-content {
    padding: 30px 20px;
    background-color: #fff;
}

.mech-content-numbox {
    position: relative;
    z-index: 1;
}

.num-title {
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;

}

.num-title span {
    font-weight: 300;
    font-size: 500%;
    color: #eaeaea;
    font-style: oblique;
    letter-spacing: -5px;
    margin-right: -3px;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.mech-txt {
    font-size: 18px;
    margin-bottom: 10px;
}

.section-mech ul li,
.mech-content-infobox ul li {
    list-style: disc;
}


.mech-content-infobox ul {
    margin-left: 0;
    padding-left: 20px;
}

.mech-ad-aes {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 150px;
    float: left;
    padding: 0 20px;

}

.mech-ad-aes .mech-head {
    font-size: 25px;
    color: #6ebe4b;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mech-head {
    text-align: center;
}

.mech-ad-aes .mech-head .num {
    font-size: 200%;
}

.mech-allday {
    background: linear-gradient(90deg, #FE7800 0%, #FE5002 100%);
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 40px;
}

.mech-allday .num {
    color: #fff;
    font-size: 200%;
    vertical-align: middle;
    font-weight: 500;
}

.mech-allday .icon {
    vertical-align: middle;
}

.mech-allday-txt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

/* #tab2 */
#tab2 .mech-content-numbox {}

#tab2 .mech-content-infobox {}

#tab2 .mech-ad-aes {}

#tab2 .mech-ad-aes .mech-head {
    text-align: center;
    margin-bottom: 10px;
}

#tab2 .mech-txt {}

/* tab3 */
#tab3 .mech-content-numbox {}

#tab3 .mech-content-infobox {}

#tab3 .mech-ad-aes {
    width: 100%;
    float: none;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

#tab3 .mech-ad-aes .mech-head {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    min-width: 240px;
    width: 100%;
}

#tab3 .mech-ad-aes .mech-head .num {
    display: block;
    font-size: 42px;
}

#tab3 .mech-ad-aes .mech-head .num-ms {
    font-size: 35px;
    display: block;
    width: 230px;
    line-height: 1.3;
}

#tab3 .mech-ad-aes .mech-head .num-l {
    font-size: 50px;
}

#tab3 .mech-ad-aes .mech-txt {
    margin: 0 20px;
}

/* tab4 */
#tab4 .mech-content-numbox {}

#tab4 .mech-content-infobox {}

#tab4 .mech-ad-aes {
    width: 100%;
    float: none;
    flex-direction: row;
    align-items: center;
    margin: 5px;
}

#tab4 .mech-ad-aes .mech-head {
    text-align: center;
    margin-bottom: 10px;
    width: 65px;
}

#tab4 .mech-ad-aes .mech-head .num {
    display: block;
    font-size: 50px;
}

#tab4 .mech-txt {
    margin: 0 20px;
}

/* tab5 */
#tab5 .mech-ad-aes {
    width: 33.3333%;
}

#tab5 .mech-ad-aes .mech-head .num {
    width: 180px;
    height: 180px;
    display: block;
    color: #fff;
    line-height: 180px;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    background: linear-gradient(135deg, #FE7800 0%, #FE5002 100%);
}

@media (max-width:768px) {
    .mech-ad-aes {
        width: 100%;
    }

    .mech-allday .num {
        font-size: 100%;
    }

    .mech-ad-aes .mech-head .num {
        font-size: 100%;
    }

    /* tab3 */
    #tab3 .mech-ad-aes {
        flex-direction: column;
    }

    /* tab4 */
    #tab4 .mech-ad-aes {
        flex-direction: column;
    }
}

/**********
    index Pure FlashArray 優勢
  **********/
.section-advantage {
    background: url(../img/dot-grid-green-vertical.svg) left center no-repeat;
    color: #fff;
    background-color: #000;
}

.li-block {
    font-size: 17px;
    color: #fff;
    /*background-color: #fff;*/
    /*padding: 10px 20px;*/
    margin-bottom: 2rem;
    position: relative;
    border-radius: 20px;
    /*border:2px solid #7dc55b;*/
}


.li-img {
    padding-right: 10px;
    max-width: 50px;
}

@media (max-width:768px) {
    .li-img {
        display: block;
    }
}

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

.advantage-item {
    background: #212121;
    color: #fff;
    width: 280px;
    height: 280px;
    line-height: 250px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    transition: all .3s ease;
}

.advantage-item:hover {
    background: linear-gradient(135deg, #666 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: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;
    }
}


.section-rethinkData {
    background: url(../img/rethink-bg.jpg)right no-repeat;
    /* background-attachment: fixed; */
    color: #ffffff;
    background-color: #000000;
    background-size: contain;

}

/**********
    index quote
  **********/
.section-quote {
    background: url('../img/BG_GREEN_DOT.jpg') top left no-repeat;
    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;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.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);
    padding-bottom: 10px;
}

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

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

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

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

.quote-detail {
    padding: 15px;
    display: flex;
    align-items: center;

}

.quote-detail p {
    padding: 15px;
}

@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-color: #000;
    color: #fff;
}

.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 {
    color: #fff;
    text-align: center;
    background-color: #000;
    background: url(../img/DOTS.jpg)left;
}

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

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

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

.whitepaper-group>p {
    color: #ffffff;
}

.whitepaper-item {
    width: 500px;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    transition: all .3s ease;
    border: 2px solid #6ABF4B;
}

.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-circle:hover {
    transform: translateY(10px);
}

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

.whitepaper-item:hover {
    border: 2px solid #fff;
    background: linear-gradient(214.77deg, #6ABF4B -27.58%, #3B7112 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;
    }
}

.content {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
    overflow: hidden;

}

.content-image{
    width: 100%;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;

    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}


.content-details {
    font-size: 16px;
    position: absolute;
    text-align: center;
    /*padding-left: 1em;*/
    /*padding-right: 1em;*/
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}


.fadeIn-bottom {
    top: 80%;
}



/**********
    index gift
  **********/
.section-gift {
    /* background-color: #faf7f1; */
    background: linear-gradient(145deg, #fff 0%, #fff 60%, #F1FDD9 60%, #F1FDD9 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: 230px;
    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;
}

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

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

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

/**********
    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;
    right: 0;
    background: linear-gradient(90deg, #3b722f 0%, #6ebe4b 100%);
    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: linear-gradient(90deg, #6ebe4b 0%, #3b722f 100%);
    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: #6ebe4b
}

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