@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");

#MSI-Center {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    background: white;
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
}

#MSI-Center a {
    text-decoration: none;
    font-size: 1.2vW;
    line-height: 2vW;
    cursor: pointer;
}

#MSI-Center h2 {
    font-weight: bold;
    color: black;
    font-size: 2vW;
    line-height: 3vW;
}

#MSI-Center h3 {
    font-weight: bold;
    color: black;
    font-size: 2vW;
    line-height: 2.5vW;
}


#MSI-Center p {
    color: #2c2c2c;
    font-size: 1vW;
    line-height: 2vW;
}

#MSI-Center .Features-AI {
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f6f6f6));
    background: linear-gradient(180deg, #fefefe 0%, #f6f6f6 100%);
}

#MSI-Center .Features-AI .block {
    padding: 2% 0 0 0;
}

#MSI-Center .Features-AI-title {
    width: 55%;
    text-align: center;
    margin: 3vh auto;
}

#MSI-Center .Features-AI-nav hr {
    margin: 10px 0;
    border-color: #d3d3d3;
}

#MSI-Center .Features-AI-nav .aiTab.active a {
    color: #1b4db2;
    font-weight: 700;
    padding-bottom: 14px;
}

#MSI-Center .Features-AI-nav .aiTab.active a::after {
    opacity: 1;
}

#MSI-Center .Features-AI-nav .aiTab.active p {
    height: auto;
    opacity: 1;
}

#MSI-Center .Features-AI-nav .aiTab a {
    color: #88a1d4;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    font-weight: 700;
}

#MSI-Center .Features-AI-nav .aiTab a::after {
    display: inline-block;
    content: "";
    width: .8vw;
    height: .8vw;
    vertical-align: super;
    background: url("https://storage-asset.msi.com/event/2021/nb/MSI-Center/images/AI/ai-icon.png") no-repeat;
    background-size: contain;
    opacity: .5;
    margin-left: 5px;
}

#MSI-Center .Features-AI-nav .aiTab p {
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#MSI-Center .Features-AI-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#MSI-Center .Features-AI-wrapper .txtbox {
    width: 40%;
    padding: 0 5%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#MSI-Center .Features-AI-wrapper .imgbox {
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    width: 50%;
}

#MSI-Center .Features-AI-wrapper .imgbox .sliderItem {
    position: relative;
}

#MSI-Center .Features-AI-wrapper .imgbox .sliderItem.active {
    display: block;
}

#MSI-Center .Features-AI-wrapper .imgbox-nb {
    position: relative;
    z-index: 2;
}

#MSI-Center .Features-AI-wrapper .imgbox-imgs-a {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}


#MSI-Center .Features-AI-wrapper .imgbox-imgs {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

#MSI-Center .Features-AI-wrapper .imgbox-imgs img {
    width: 100%;
    height: 100%;
}

#MSI-Center .Features-AI-wrapper .imgbox-imgs .imgLight {
    display: block;
}

#MSI-Center .Features-AI-wrapper .imgbox-imgs .imgDark {
    display: none;
}

#MSI-Center .Features-AI-wrapper .imgbox-imgs img {
    position: absolute;
    top: 0;
    left: 0;
}

#MSI-Center .Features-AI-wrapper .imgbox-imgs img:first-child {
    position: relative;
    z-index: 1;
}

@media (max-width: 1366px) {
    #MSI-Center a {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    #MSI-Center h2 {
        font-size: 3vw;
        line-height: 3vw;
    }

    #MSI-Center h3 {
        font-size: 2.25vw;
        line-height: 2.5vW;
    }

    #MSI-Center p {
        font-size: 1.5vw;
        line-height: 2.25vw;
    }

    #MSI-Center .Features-AI-wrapper .txtbox {
        padding: 0 3%;
        width: 50%;
    }
}

@media (max-width: 960px) {
    #MSI-Center .Features-AI {
        padding-top: 5vh;
        clear: both;
    }

    #MSI-Center .Features-AI .block {
        height: auto;
        margin: 0;
    }

    #MSI-Center .Features-AI-title {
        width: 75%;
        text-align: center;
        margin: 0vh auto;
    }

    #MSI-Center .Features-AI-wrapper .txtbox {
        text-align: center;
        padding: 3vh 0;
        width: 100%;
    }

    #MSI-Center .Features-AI-wrapper .imgbox {
        width: 100%;
        margin-left: 0px;
    }

    #MSI-Center .Features-AI-nav .aiTab a {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    #MSI-Center .Features-AI-nav .aiTab a {
        padding: 20px 0;
        font-size: 24px !important;
    }

    #MSI-Center .Features-AI-nav .aiTab a::after {
        display: inline-block;
        content: "";
        width: 2vw;
        height: 2vw;
        vertical-align: super;
        background: url("https://storage-asset.msi.com/event/2021/nb/MSI-Center/images/AI/ai-icon.png") no-repeat;
        background-size: contain;
        opacity: .5;
        margin-left: 5px;
    }

}

.block {
    padding: 2% 10%;
    clear: both;
    width: 100%;
    height: 100%;
    line-height: 100%;
}

.block::before {
    content: "";
    display: table;
}

.block::after {
    content: "";
    display: table;
    clear: both;
}

.block-Feature {
    padding: 2% 20%;
    clear: both;
    width: 100%;
    height: 100%;
    line-height: 100%;
}

.block-Feature::before {
    content: "";
    display: table;
}

.block-Feature::after {
    content: "";
    display: table;
    clear: both;
}

#MSI-Center small {
    display: block;
    margin: 20px 0;
    font-size: 1vW;
    color: gray;
}

#MSI-Center .display-md {
    display: block;
}

#MSI-Center .display-xs {
    display: none;
}

.close {
    float: right;
    font-size: 3vw !important;
    font-weight: 700;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

b.btnURL {
    padding: 5px;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    background: white;
    width: 150px !important;
    display: block;
    margin: 10px 0;
    text-align: center;
}

a.btnURLmenu {
    padding: 10px 20px;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    background: white;
    width: 80%;
    margin: 0 auto;
    display: block;
}

a.btnURLmenu:hover {
    color: white;
    background: #170e39;
}

a.btnURL {
    padding: 10px 20px;
    width: 80%;
    margin: 0 auto;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    background: white;
}

a.btnURL:hover {
    color: white;
    background: black;
}

a.btnURL-black,
a.btnURL-Dream,
a.btnURL-Planet,
a.btnURL-Contrast {
    padding: 10px 20px;
    margin-right: 20px;
    border: 2px solid gray;
    cursor: pointer;
    border-image-slice: 1;
    color: white;
    background: gray;
}

a.btnURL-black:hover {
    color: yellow;
    background: black;
    border: 2px solid black;
}

a.btnURL-white {
    padding: 10px 20px;
    margin-right: 20px;
    border: 5px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    color: white;
    font-size: 1.2vw !important;
    background: -webkit-gradient(linear, left top, right top, from(#e82b44), to(#1c0075));
    background: linear-gradient(-270deg, #e82b44 0%, #1c0075 100%);
}

a.btnURL-white:hover {
    color: black;
    background: white;
}

img {
    width: 100%;
    height: 100%;
}

/* kv */
#kv {
    display: block;
    height: 0;
    padding: 10% 0 35% 0;
    background: url("https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/Kv-bg-Light.jpg") top center no-repeat;
    background-size: 100%;
    position: relative;
    -webkit-animation: fadeIn ease 1s;
    animation: fadeIn ease 1s;
}

#kv .row {
    display: block;
}

#kv .row::after {
    clear: none;
}

#kv .kvimg {
    background: white;
    padding: 1vh;
    -webkit-box-shadow: 0px 0px 9px white;
    box-shadow: 0px 0px 9px white;
}

#kv .logo img {
    width: 5vw;
}

.btnbox {
    padding: 5vh 0;
}

/* Features sets design Intro */
#Features-design-Intro {
    display: block;
    background: #e2e2e2 url("https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/Features-design-Intro-bg-Light.jpg") top center no-repeat;
    background-size: 110%;
    position: relative;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    padding-bottom: 32%;
}

/* @media (max-width: 1366px) {
    #Features-design-Intro {
        padding-bottom: 20%;
    }
} */

.Features-design-Intro {
    clear: both;
    margin-bottom: 8vh;
    overflow: hidden;
}

.vd-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 2;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vdbox {
    width: 52%;
    margin: 25vh 0vh 10vh 10vw;
    position: relative;
    -webkit-transform: rotate(331deg) scale(0.7) skew(330deg) translate(0px);
    transform: rotate(331deg) scale(0.7) skew(330deg) translate(0px);
}

@media (max-width: 1366px) {
    .vdbox {
        width: 52%;
        margin: 15vh 0vh 10vh 10vw;
        position: relative;
        -webkit-transform: rotate(331deg) scale(0.7) skew(330deg) translate(0px);
        transform: rotate(331deg) scale(0.7) skew(330deg) translate(0px);
    }
}


.vdbox::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    width: 100%;
    height: 80%;
    background: black;
    opacity: .6;
    padding: 1vh;
    -webkit-box-shadow: 2px 0px 50px #210a38;
    box-shadow: 2px 0px 50px #210a38;
    bottom: -4px;
    left: -27%;
    -webkit-transform: rotate(180deg) scale(1) skew(230deg);
    transform: rotate(180deg) scale(1) skew(230deg);
}

.vdGaming {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transform: none;
    transform: none;
}

.vdGaming::after {
    content: "";
    display: none;
}

/* Build your own MSI Center */
#Scenario-Intro {
    display: block;
    background-size: cover;
    position: relative;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    color: black;
    text-align: center;
}


#Scenario-Intro h2 {
    color: black;
    font-weight: bold;
}

#Scenario-Intro h4 {
    font-weight: bold;
    color: black;
    font-size: 1.5vW;
    line-height: 2.5vW;
}

#Scenario-Intro .tab-container .tab-content.active {
    overflow: hidden;
    max-height: 0;
    transition: 0s;
    background: #f6f6f6;
    border-top: 1px solid blueviolet;
}

/*end Build your own MSI Center */
/* Theme switch */
#Theme-switch {
    display: block;
    height: 0;
    background: #e2e2e2 url("https://storage-asset.msi.com/event/2024/NB/msi-center/images/Theme-switch-bg-Light.jpg") bottom center no-repeat;
    background-size: cover;
    position: relative;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    padding-bottom: 40%;
    color: black;
}

#Theme-switch .container {
    width: 70%;
    padding-top: 3%;
}

#Theme-switch h2 {
    color: black;
    font-weight: bold;
}

/* Feature introduction */
#Feature-introduction {
    padding-top: 20vh;
    background: url("https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/Features-bg-Light.png") bottom center no-repeat;
    background-size: cover;
}

#Feature-introduction .icon-img {
    float: left;
    display: block;
    width: 30px;
    margin: 10px;
    vertical-align: middle;
}

#Feature-introduction #Features {
    position: relative;
}

#Feature-introduction .tab-pane {
    padding-top: 2vh;
    padding-bottom: 7vh;
}

#Feature-introduction .tab-pane h2 {
    font-size: 2vw;
    float: left;
}

#Feature-introduction .tab-pane .infoimg img {
    width: 2vw;
    cursor: pointer;
    margin: 0 2vh;
    float: left;
    vertical-align: bottom;
}

#Feature-introduction .panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#Feature-introduction .tab-vertical {
    margin-top: 10vh;
    -webkit-box-shadow: 0px 0px 9px black;
    box-shadow: 0px 0px 9px black;
    background: #e2e2e2;
}

#Feature-introduction .tab-vertical .panel-heading {
    cursor: pointer;
}

#Feature-introduction .tab-vertical h4 {
    background: black;
    padding: 10px;
    margin: 0;
    color: white;
    display: block;
    margin-bottom: 10px;
}

#Feature-introduction .tab-vertical .Menulist {
    padding: 20px 0;
    position: absolute;
    top: -30vh;
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

#Feature-introduction .tab-vertical .Menulist .active {
    border-bottom: 0px solid black !important;
}

#Feature-introduction .tab-vertical a:focus {
    border: 0 !important;
}

#Feature-introduction .tab-vertical .nav-tabs {
    border-bottom: 0px;
}

#Feature-introduction .tab-vertical .nav-tabs a {
    color: black;
}

#Feature-introduction .tab-vertical .nav-tabs span {
    text-decoration: none;
}

#Feature-introduction .tab-content {
    position: relative;
}

#Feature-introduction .tab-content .infobox {
    position: absolute;
    top: 5%;
    left: 10%;
    display: block;
    width: 80%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    padding: 3vh 5vh;
    -webkit-box-shadow: 0px 0px 9px black;
    box-shadow: 0px 0px 9px black;
}

#Feature-introduction .tabsct .infobox {
    position: absolute;
    top: 5%;
    left: 10%;
    display: block;
    width: 80%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    padding: 3vh 5vh;
    -webkit-box-shadow: 0px 0px 9px black;
    box-shadow: 0px 0px 9px black;
}

#Feature-introduction .tabsct .tab {
    overflow: hidden;
}

#collapstab_Features {
    position: relative;
}

#tabbox {
    display: block;
    position: absolute;
    width: 100%;
    background: #e2e2e2;
    z-index: 2;
    padding: 3vh 5vh;
    left: 0;
    top: -1.8vh;
    -webkit-box-shadow: 0px 0px 9px gray;
    box-shadow: 0px 0px 9px gray;
}

#tabbox a {
    display: block;
    width: 25%;
    float: left;
    color: #000;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0.2vh;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

#tabbox a:hover {
    background-color: #d3d5d9;
}


.Installation img,
.System_Settings img {
    width: 40px;
    height: 40px;
}

.User img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


#Feature-introduction .tab-content .infobox h3,
#Feature-introduction .tab-content .infobox p {
    color: #fff;
}

#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(1),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(5),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(6),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(7) {
    border-bottom: 0px solid black !important;
}

#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(2),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(3),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(4) {
    /* width: 16%; */
    text-align: left;
    cursor: pointer;
}

#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(5),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(6),
#Feature-introduction .tab-vertical .nav-tabs>li:nth-child(7) {
    float: right;
}

#Feature-introduction .tab-vertical .nav-tabs>li.active>a {
    color: black;
    cursor: default;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    text-align: center;
}

#Feature-introduction .tab-vertical .nav-tabs>li.active>a:focus,
#Feature-introduction .tab-vertical .nav-tabs>li.active>a:hover {
    color: black;
    cursor: default;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    text-align: center;
}

#Feature-introduction .tab-vertical .nav-tabs .active {
    border-bottom: 3px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
}

#Feature-introduction .tab-vertical>.nav-tabs>li>a:hover {
    background-color: transparent;
    border: 0px;
}

/* General Settings box */
.Features-box {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
}

.Features-box ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.Features-box li {
    display: block;
    width: 24%;
    height: 15vh;
    margin: 10px 1% 10px 0;
    float: left;
    background: #d3d4d9 !important;
    border: 1px solid #d9d9db;
    padding: 2vh 1vh;
}

.Features-box a {
    font-size: 0.8vw !important;
    padding: 10px 20px;
    margin-right: 20px;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    background: white;
}

.Features-box a:hover {
    color: white;
    background: black;
}

.Features-box h4 {
    font-size: 0.85vw;
    color: #000 !important;
    background: #d3d4d9 !important;
}

.Features-box p {
    margin: 2vh 0;
    font-size: 1vw !important;
    line-height: 1.5vW !important;
}

.Features-box .info-icon {
    width: 1.2vw;
    float: left;
    margin-right: 0.5vw;
}

.Features-box .info-icons {
    width: 1.2vw;
    float: right;
}

.Features-box .info-iconsa {
    width: 2.2vw;
    float: right;
}

.Features-box .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 0.5vw;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

/* Installation */
#collapstab_Installation .Introduction {
    display: block;
    width: 100%;
    background: #d2d4d9 url("https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/img_utility.png") right top;
    background-size: 40%;
    background-repeat: no-repeat;
}

/* Support list */
#Support-Product {
    padding: 5vh 0 10vh 0;
    background: #e2e2e2;
    /* overflow: hidden; */
}

#Support-Product h2 {
    margin-bottom: 30px !important;
}

#Products-list {
    margin-top: 5vh;
    /* display: block; */
    margin: 0 auto;
    /* padding-left: 32%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#Products-list div {
    /* display: block; */
    text-align: center;
    width: 14%;
    float: left;
    margin: 0 10px;
    background: #d2d4d9;
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    padding-bottom: 5vh;
    position: relative;
}

#Products-list .graphicBox {
    position: relative;
}

#Products-list .btnmenu {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
    text-align: center;
    border: none;
    margin: 0 auto;
    background: #fff;
    float: unset;
    padding-bottom: 0;
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
    visibility: hidden;
}

#Products-list .show {
    visibility: visible;
}

#Products-list .btnmenu:hover {
    border: 2px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
}

#Products-list .btnmenu>a {
    display: block;
    background: #fff;
    color: #000;
}

#Products-list .btnmenu>a:hover {
    display: block;
    background: #838383;
    color: #fff;
}

.btnmenuLink {
    display: block;
}

#Products-list div h3 {
    font-size: 1.4vw !important;
}

#Products-list div:hover {
    border: 5px solid black;
    cursor: pointer;
    -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
    border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
    border-image-slice: 1;
}


@media (min-width: 768px) {
    #Feature-introduction .tab-vertical>.nav-left>li {
        border-bottom: 1px solid black;
    }

    #Feature-introduction .tab-vertical>.nav-left>li>a {
        color: #333;
    }

    #Feature-introduction .tab-vertical>.nav-left>li.active {
        margin-right: -2px;
    }

    #Feature-introduction .tab-vertical>.nav-left>li.active>a {
        color: black;
    }

    #Feature-introduction .tab-vertical>.nav-left>li>a:hover,
    #Feature-introduction .tab-vertical>.nav-left>li>a:focus {
        color: black;
    }

    #Feature-introduction .tab-vertical .panel-heading {
        display: none;
    }

    #Feature-introduction .tab-vertical .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #e2e2e2;
    }

    #Feature-introduction .tab-vertical .panel-collapse {
        height: auto;
        padding: 10px 30px;
    }

    #Feature-introduction .tab-vertical .panel-collapse.collapse {
        display: block;
    }

    #Feature-introduction .tab-vertical>.nav-left[class*="col-"],
    #Feature-introduction .tab-vertical section[class*="col-"] {
        padding: 0;
        margin: 0;
    }

    #Feature-introduction .tab-vertical>section[class*="col-"] {
        border-left: 1px solid #d4d4d1;
        padding: 10px;
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    #MSI-Center a {
        text-decoration: none;
        font-size: 3vw !important;
        line-height: 20px;
    }

    #MSI-Center h2 {
        font-weight: bold;
        color: black;
        font-size: 8vW;
        line-height: 10vW;
    }

    #MSI-Center p {
        color: #2c2c2c;
        font-size: 5vW;
        line-height: 7vW;
    }

    .block {
        padding: 2% 2%;
        clear: both;
        width: 100%;
        height: 100%;
        line-height: 100%;
    }

    .container {
        width: 100%;
    }

    #kv {
        display: block;
        height: 0;
        padding: 10% 0 100% 0;
        background: url(https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/Kv-bg-Light.jpg) top left no-repeat;
        background-size: 250%;
        position: relative;
        animation: fadeIn ease 1s;
        -webkit-animation: fadeIn ease 1s;
        -moz-animation: fadeIn ease 1s;
        -o-animation: fadeIn ease 1s;
        -ms-animation: fadeIn ease 1s;
    }

    #kv .logo img {
        width: 20vw;
    }

    #Features-design-Intro {
        display: block;
        background: #e2e2e2 url(https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/Features-design-Intro-bg-Light.jpg) top right no-repeat;
        background-size: 300%;
        position: relative;
        animation: fadeIn ease 1s;
        -webkit-animation: fadeIn ease 1s;
        -moz-animation: fadeIn ease 1s;
        -o-animation: fadeIn ease 1s;
        -ms-animation: fadeIn ease 1s;
        padding-bottom: 55%;
        text-align: center;
        padding-top: 5vh;
    }

    .vdbox {
        width: 100%;
        margin: 20vh 0 0 0;
        position: relative;
    }

    #Theme-switch {
        display: block;
        height: 0;
        background: #e2e2e2 url(https://storage-asset.msi.com/event/2021/nb/MSI-Center/images0504/Theme-switch-bg-Light.jpg) bottom center no-repeat;
        background-size: 200%;
        position: relative;
        animation: fadeIn ease 1s;
        -webkit-animation: fadeIn ease 1s;
        -moz-animation: fadeIn ease 1s;
        -o-animation: fadeIn ease 1s;
        -ms-animation: fadeIn ease 1s;
        padding-bottom: 150%;
    }

    #Theme-switch .container {
        width: 90%;
    }

    #Feature-introduction {
        padding-top: 5vh;
    }

    #Feature-introduction .tab-vertical {
        margin-top: 2vh;
    }

    #Feature-introduction .tab-pane {
        padding-top: 0vh;
        padding-bottom: 0vh;
    }

    #Feature-introduction .tab-content .infobox,
    #Feature-introduction .tabsct .infobox {
        position: relative;
        top: 0%;
        left: 0%;
        display: block;
        width: 100%;
        background: #cccccc;
        z-index: 1;
        padding: 15px;
        color: #000;
        -webkit-box-shadow: 0px 0px 0px black;
        box-shadow: 0px 0px 0px black;
        margin-top: 10px;
    }

    #Feature-introduction .tab-content {
        position: relative;
        background: #e2e2e2;
    }

    #Feature-introduction .tab-content .infobox h3,
    #Feature-introduction .tab-content .infobox p {
        color: black;
        font-size: 5vw !important;
        clear: both;
    }

    #Feature-introduction .tab-pane .infoimg img {
        width: 5vw;
        cursor: pointer;
        margin: 0 2vh;
        float: left;
        vertical-align: bottom;
    }

    #Feature-introduction #Features {
        position: relative;
        background: #e2e2e2;
    }

    #Feature-introduction .tab-vertical {
        border: 0;
        background: #e2e2e2;
    }

    #Feature-introduction .tab-vertical .nav-tabs {
        display: none;
    }

    #Feature-introduction .tab-pane h2 {
        font-size: 6vw;
        margin: 0 0 0 0;
        padding: 10px 0;
        float: none;
        text-align: center;
    }

    #tabbox {
        display: block;
        position: relative;
        width: 100%;
        background: #e2e2e2;
        z-index: 2;
        padding: 0;
        left: 0;
        top: 0vh;
        -webkit-box-shadow: 0px 0px 0px grey;
        box-shadow: 0px 0px 0px grey;
        clear: both;
        overflow: hidden;
    }

    #tabbox a {
        display: block;
        width: 50%;
        float: left;
        color: #000;
        cursor: pointer;
        margin-bottom: 0vh;
        text-align: center;
        border: 1px solid gray;
        padding: 0.2vh;
        font-size: 16px;
    }

    .panel-default>.panel-heading {
        color: black !important;
        background-color: #d3d4d9;
        border-bottom: 3px solid black;
        cursor: pointer;
        font-weight: bold;
        -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
        border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
        border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
        border-image-slice: 1;
        padding: 2vh 0;
        text-align: center;
        font-size: 6vw;
    }

    .vdbox::before {
        content: "";
        position: absolute;
        display: none;
        z-index: 0;
        width: 101%;
        background: black;
        padding: 1vh;
        -webkit-box-shadow: 2px 0px 2px #210a38;
        box-shadow: 2px 0px 2px #210a38;
        bottom: -12px;
        left: -4px;
    }

    .collapse.in {
        display: block;
        background: #e2e2e2;
    }

    .Features-box li {
        display: block;
        width: 50%;
        margin: 10px 0% 10px 0;
        float: left;
        background: #d3d4d9 !important;
        border: 1px solid #d9d9db;
        padding: 2vh 1vh;
    }

    .Features-box .info-icon {
        width: 5vw;
        float: left;
        margin-right: 3vw;
    }

    #Features-xs {
        display: block;
        width: 100%;
        text-align: right;
        height: 45px;
        line-height: 45px;
        background: gray;
        color: #fff;
    }

    #Features-xs img {
        width: 50px;
    }

    #Features-xs samp {
        float: left;
        padding-left: 15px;
        font-size: 5vw;
        font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    }

    #Feature-introduction .tab-vertical .tab-content .tab-pane {
        display: block;
    }

    #Feature-introduction .tab-vertical .panel {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }

    #Feature-introduction .tab-vertical .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }

    #Feature-introduction .tab-vertical .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }

    #MSI-Center .display-md {
        display: none;
    }

    #MSI-Center .display-xs {
        display: block;
    }

    .block-Feature {
        padding: 0%;
        clear: both;
        width: 100%;
        height: 100%;
        line-height: 100%;
    }

    #Products-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        width: 90%;
    }

    #Products-list div {
        /* display: block; */
        text-align: center;
        width: 100%;
        float: unset;
        margin: 1% auto;
        background: #d2d4d9;
        border: 2px solid black;
        cursor: pointer;
        -o-border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
        border-image: -webkit-gradient(linear, left top, right bottom, from(#e82b44), to(#1c0075));
        border-image: linear-gradient(to bottom right, #e82b44 0%, #1c0075 100%);
        border-image-slice: 1;
        padding-bottom: 5vh;
    }

    #Products-list div h3 {
        font-size: 28px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 480px) {
    #MSI-Center #Products-list h3 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    #MSI-Center a {
        display: block;
        font-size: 21px !important;
        line-height: 20px;
        padding: 5px;
        margin: 10px auto;
        text-align: center;
    }

    b.btnURL {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
}

/*End Feature introduction */
/*# sourceMappingURL=style-Light.css.map */


/* add #MSI-Center-S */
#MSI-Center-S {}
#MSI-Center-S h3{
    font-size:21px;
    font-weight: normal;
}

#MSI-Center-S h3 a{
    font-size: 21px;
    text-decoration: underline;
}

#MSI-Center-S .icon {
    display: block;
    width: 300px;
    margin: 10px auto;
}

.featureSlick {
    text-align: center;
    padding: 1% 0 6%;
    position: relative;
}

.featureSlick h2{
    font-size: 21px !important;
    line-height: 0 !important;
}

.featureSlick h2, .featureSlick p{
    color: black !important;
}

.featureSlick img {
    vertical-align: bottom;
}

.featureSlick__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white !important;
    font-size: var(--note-md);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center !important;
}

@media (min-width: 996px) {
    .featureSlick__txt {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        text-align: left;
    }
}

.featureSlick__txt--icon {
    width: 15%;
}

@media (min-width: 996px) {
    .featureSlick__txt--icon {
        width: 50%;
    }
}

.featureSlick__txt--iconAudio {
    width: 36%;
}

@media (min-width: 996px) {
    .featureSlick__txt--iconAudio {
        width: 50%;
    }
}

.featureSlick__txt--iconCnc {
    width: 13.5%;
}

@media (min-width: 996px) {
    .featureSlick__txt--iconCnc {
        width: 20%;
    }
}

.featureSlick .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    max-width: 1650px;
    text-align: center !important;
}

.featureSlick .swiper-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    padding: 30px 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    text-align: center !important;
}

.featureSlick .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background: -webkit-gradient(linear, left top, right top, from(#c4e6ff), to(#e1c5ff));
    background: linear-gradient(to right, #c4e6ff, #e1c5ff);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.featureSlick .swiper-slide::before {
    background: #fff;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .featureSlick .swiper-slide {
        width: 60%;
    }
}

@media (min-width: 1300px) {
    .featureSlick .swiper-slide {
        width: 60%;
    }
}

.featureSlick .swiper-slide-active {
    -webkit-filter: drop-shadow(0 0 20px var(--color-gray-500));
    filter: drop-shadow(0 0 20px var(--color-gray-500));
}

.featureSlick .swiper-slide-active::before {
    opacity: 0;
}

.featureSlick .swiper-container-3d .swiper-slide-shadow-left,
.featureSlick .swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}

.featureSlick .swiper-button-next,
.featureSlick .swiper-button-prev {
    color: black;
}

@media (min-width: 768px) {
    .featureSlick .swiper-button-next {
        right: 17%;
    }
}

@media (min-width: 768px) {
    .featureSlick .swiper-button-prev {
        left: 17%;
    }
}

.featureSlick .swiper-pagination {
    width: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.featureSlick .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    background: #ccc;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.featureSlick .swiper-pagination-bullet-active {
    background: #4c4c4c;
}

.featureSlick .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: none !important;
    transform: none !important;
    left: 0 !important;
}

.featureSlick .text--note {
    margin-top: 10px;
}

/* end add #MSI-Center-S */