.buy-now-tag {
    position: fixed;
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
}

.triangle-red {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #000000 transparent;
}

.cart-icon {
    position: absolute;
    width: 30px;
    height: 34px;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
}

#overview.gaming {
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: -moz-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    padding-top: 3%;
    padding-bottom: 2%;
}

#overview.nbclass {
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
    padding-top: 3%;
    padding-bottom: 2%;
}

#overview.class {
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
    padding-top: 3%;
    padding-bottom: 2%;
}

#overview .slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 70%;
    margin: 50px auto;
}

#overview ul {
    margin-left: 22px;
}

#overview .specifno {
    padding-top: 8%;
}

#overview.gaming .spec {
    color: #fff;
    font-size: 1.5vh;
    padding: 1% 0;
}

#overview.nbclass .spec {
    font-size: 2vh;
    color: #666;
    padding-left: 0px;
}

#overview.class .spec {
    font-size: 2vh;
    color: #666;
    padding-left: 0px;
}

#overview .slideshow * {
    outline: none;
}

#overview .slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

#overview .slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

#overview .slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#overview .slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    animation: fadeinttitle 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
    top: 0;
    z-index: 99;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    #overview .slideshow {
        position: relative;
        z-index: 1;
        height: 100%;
        max-width: 100%;
        margin: 0px auto;
    }
    #overview .spec {
        color: #fff;
        font-size: 2vh;
        padding: 1% 0;
    }
}

.nbclass .specifno {
    color: #000;
}

.class .specifno {
    color: #000;
}

.gaming .specifno {
    color: #fff;
}

@media screen and (max-width: 787px) {
    #myTab>li>a>span>img.image-main {
        display: none;
    }
    #myTab>li.active>a>span>img.image-main {
        display: block;
    }
    .nav-tabs-responsive>li.active {
        display: table-cell !important;
    }
    .nav-tabs-responsive>li.next {
        display: table-cell;
    }
    .nav-tabs-responsive>li.prev {
        display: table-cell;
    }
    .btn-light {
        background-color: #ccc !important;
    }
}

@media screen and (max-width: 787px) {
    .navbar-page .navbar-nav {
        min-width: 300px;
    }
}

.specifno h2 {
    font-size: 28px !important;
}

@media screen and (max-width: 768px) {
    .specifno h2 {
        text-align: center;
    }
}

.bravo-a5dx__kv .wrapper-full {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bravo-a5dx__kv .wrapper-full .cpu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.bravo-a5dx__kv .wrapper-full .cpu-logo {
    display: inline-block;
    margin: 0 auto;
}

.bravo-a5dx__kv .wrapper-full .bgbox {
    position: relative;
    z-index: 1;
}

.bravo-a5dx__kv .wrapper-full .contentbox {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.bravo-a5dx__kv .wrapper-full .contentbox img {
    max-width: 100%;
}

.bravo-a5dx__kv .wrapper-full .contentbox-logo {
    position: relative;
    width: 15%;
    margin: 0 auto;
    position: relative;
}

.bravo-a5dx__kv .wrapper-full .contentbox-logo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(0px 0px 20px #fff);
    filter: drop-shadow(0px 0px 20px #fff);
    -webkit-animation: myfirst 2.5s infinite;
    animation: myfirst 2.5s infinite;
}

.bravo-a5dx__kv .wrapper-full .contentbox-nb {
    position: relative;
    width: 35%;
    margin: 0 auto;
}

.bravo-a5dx__kv .wrapper-full .contentbox-title {
    position: relative;
    margin: 3vh auto 2vh;
}

.bravo-a5dx__kv .wrapper-full .contentbox-title img {
    max-width: 40%;
    display: block;
    margin: 0 auto;
}

.bravo-a5dx__kv .wrapper-full .contentbox-txt {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1536px) {
    .bravo-a5dx__kv .wrapper-full .cpu-logo {
        width: 70%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox {
        position: absolute;
        top: 8%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox img {
        max-width: 100%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-logo {
        position: relative;
        width: 15%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-nb {
        position: relative;
        width: 35%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title {
        position: relative;
        margin: 3vh auto 2vh;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title img {
        max-width: 60%;
        display: block;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-txt {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .imgxs {
        text-align: center;
    }
    .bravo-a5dx__kv .imgxs img {
        max-width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .bravo-a5dx__kv .wrapper-full .bgbox {
        margin-left: -250px;
        margin-right: -250px;
    }
    .bravo-a5dx__kv .wrapper-full .cpu-logo {
        width: 30%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox {
        position: absolute;
        top: 8%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox img {
        max-width: 100%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-logo {
        position: relative;
        width: 30%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-nb {
        position: relative;
        width: 70%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title {
        position: relative;
        margin: 3vh auto 2vh;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title img {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-txt {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .imgxs {
        text-align: center;
    }
    .bravo-a5dx__kv .imgxs img {
        max-width: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes myfirst {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

#id-photo {
    padding-bottom: 0px;
}

#id-photo .kv-photo {
    margin-top: 5vh;
    max-height: 310px;
    overflow: hidden;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

#id-photo .kv-photo .slick-list {
    left: 0px !important;
}

#id-photo .kv-photo .kv-photo-box {
    padding: 0px;
    margin: 5px;
    border: 1px solid #f00;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

#id-photo .kv-photo .kv-photo-box:hover {
    -webkit-box-shadow: drop-shadow(0 0 10px rgba(255, 0, 0, 0.5));
    box-shadow: drop-shadow(0 0 10px rgba(255, 0, 0, 0.5));
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

#id-photo .kv-photo a:nth-child(odd) {
    margin-top: 50px;
}

#id-photo .kv-photo .kv-photo-box img {
    width: 100%;
}

#id-photo .kv-photo .slick-arrow,
#id-photo .kv-photo .slick-dots {
    display: none !important;
}

#id-photo .GP66-video {
    background: url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png ") left -25px top -25px no-repeat, url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png") right -25px top -25px no-repeat, url(" https: //storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png ") left -25px bottom -25px no-repeat, url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png") right -25px bottom -25px no-repeat, url(" https: //storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn-bg.png "), rgba(0, 255, 255, 0.15);
    padding: 15px 40px;
    font-family: "DINCond-Medium-Regular ", "cwTeXHei ", "Microsoft JhengHei ";
    font-weight: bold;
    color: #00cbff;
    letter-spacing: 3px;
    margin-top: 30px;
    display: inline-block;
}

#id-photo .GP66-video img {
    width: 16px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    #id-photo {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    #id-photo .kv-photo {
        margin-top: 0px;
    }
    #id-photo .kv-photo a:nth-child(odd) {
        margin-top: 0px;
    }
    #id-photo .kv-photo .slick-dots {
        /*display: block !important; */
        position: initial;
    }
    #id-photo .container {
        width: 100%;
        padding: 0;
    }
}


/*# sourceMappingURL=kv.css.map */

.bravo-a5dx__kv .wrapper-full {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bravo-a5dx__kv .wrapper-full .cpu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.bravo-a5dx__kv .wrapper-full .cpu-logo {
    display: inline-block;
    margin: 0 auto;
}

.bravo-a5dx__kv .wrapper-full .bgbox {
    position: relative;
    z-index: 1;
}

.bravo-a5dx__kv .wrapper-full .contentbox {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.bravo-a5dx__kv .wrapper-full .contentbox img {
    max-width: 100%;
}

.bravo-a5dx__kv .wrapper-full .contentbox-logo {
    position: relative;
    width: 15%;
    margin: 0 auto;
    position: relative;
}

.bravo-a5dx__kv .wrapper-full .contentbox-logo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(0px 0px 20px #fff);
    filter: drop-shadow(0px 0px 20px #fff);
    -webkit-animation: myfirst 2.5s infinite;
    animation: myfirst 2.5s infinite;
}

.bravo-a5dx__kv .wrapper-full .contentbox-nb {
    position: relative;
    width: 35%;
    margin: 0 auto;
}

.bravo-a5dx__kv .wrapper-full .contentbox-title {
    position: relative;
    margin: 3vh auto 2vh;
}

.bravo-a5dx__kv .wrapper-full .contentbox-title img {
    max-width: 40%;
    display: block;
    margin: 0 auto;
}

.bravo-a5dx__kv .wrapper-full .contentbox-txt {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1536px) {
    .bravo-a5dx__kv .wrapper-full .cpu-logo {
        width: 70%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox {
        position: absolute;
        top: 8%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox img {
        max-width: 100%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-logo {
        position: relative;
        width: 15%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-nb {
        position: relative;
        width: 35%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title {
        position: relative;
        margin: 3vh auto 2vh;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title img {
        max-width: 60%;
        display: block;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-txt {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .imgxs {
        text-align: center;
    }
    .bravo-a5dx__kv .imgxs img {
        max-width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .bravo-a5dx__kv .wrapper-full .bgbox {
        margin-left: -250px;
        margin-right: -250px;
    }
    .bravo-a5dx__kv .wrapper-full .cpu-logo {
        width: 30%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox {
        position: absolute;
        top: 8%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox img {
        max-width: 100%;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-logo {
        position: relative;
        width: 30%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-nb {
        position: relative;
        width: 70%;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title {
        position: relative;
        margin: 3vh auto 2vh;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-title img {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .wrapper-full .contentbox-txt {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .bravo-a5dx__kv .imgxs {
        text-align: center;
    }
    .bravo-a5dx__kv .imgxs img {
        max-width: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes myfirst {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

#id-photo {
    padding-bottom: 0px;
}

#id-photo .kv-photo {
    margin-top: 5vh;
    max-height: 310px;
    overflow: hidden;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

#id-photo .kv-photo .slick-list {
    left: 0px !important;
}

#id-photo .kv-photo .kv-photo-box {
    padding: 0px;
    margin: 5px;
    border: 1px solid #f00;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

#id-photo .kv-photo .kv-photo-box:hover {
    -webkit-box-shadow: drop-shadow(0 0 10px rgba(255, 0, 0, 0.5));
    box-shadow: drop-shadow(0 0 10px rgba(255, 0, 0, 0.5));
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

#id-photo .kv-photo a:nth-child(odd) {
    margin-top: 50px;
}

#id-photo .kv-photo .kv-photo-box img {
    width: 100%;
}

#id-photo .kv-photo .slick-arrow,
#id-photo .kv-photo .slick-dots {
    display: none !important;
}

#id-photo .GP66-video {
    background: url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png") left -25px top -25px no-repeat, url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png") right -25px top -25px no-repeat, url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png") left -25px bottom -25px no-repeat, url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn.png") right -25px bottom -25px no-repeat, url("https://storage-asset.msi.com/global/picture/image/feature/nb/GP66-RTX30/GP66-btn-bg.png"), rgba(0, 255, 255, 0.15);
    padding: 15px 40px;
    font-family: "DINCond-Medium-Regular", "cwTeXHei", "Microsoft JhengHei";
    font-weight: bold;
    color: #00cbff;
    letter-spacing: 3px;
    margin-top: 30px;
    display: inline-block;
}

#id-photo .GP66-video img {
    width: 16px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    #id-photo {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    #id-photo .kv-photo {
        margin-top: 0px;
    }
    #id-photo .kv-photo a:nth-child(odd) {
        margin-top: 0px;
    }
    #id-photo .kv-photo .slick-dots {
        /*display: block !important; */
        position: initial;
    }
    #id-photo .container {
        width: 100%;
        padding: 0;
    }
}


/*# sourceMappingURL=kv.css.map */

.bravo-a5dx__gpu--tabbox {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bravo-a5dx__gpu--tabbox .tab-btn {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.bravo-a5dx__gpu--tabbox .tab-btn li {
    border: 2px solid #a33500;
    display: inline-block;
    margin: 3vh 1vw;
}

.bravo-a5dx__gpu--tabbox .tab-btn li a {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    display: inline-block;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 260px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.bravo-a5dx__gpu--tabbox .tab-btn li a:hover {
    background: #a33500;
}

.bravo-a5dx__gpu--tabbox .tab-btn li.active {
    background: #a33500;
}

.bravo-a5dx__gpu--tabbox .tab-inner {
    padding-top: 120px;
    z-index: 1;
}

.bravo-a5dx__gpu--tabbox #imageSharpeningBox {
    position: relative;
}

.bravo-a5dx__gpu--tabbox #imageSharpeningBox .imgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.bravo-a5dx__gpu--tabbox #imageSharpeningBox .imgOverlay img {
    padding-top: 120px;
    width: 100%;
}

.bravo-a5dx__gpu--tabbox #performanceBox .chartbox {
    position: relative;
    margin-top: 55px;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}

.bravo-a5dx__gpu--tabbox #performanceBox .chartbox img {
    width: 100%;
    vertical-align: bottom;
}

.bravo-a5dx__gpu--tabbox #performanceBox .chartbox .img {
    position: relative;
    z-index: 1;
}

.bravo-a5dx__gpu--tabbox #performanceBox .chartbox .data {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.bravo-a5dx__gpu--tabbox #performanceBox .chartbox .chart {
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    bottom: 0px;
    overflow: hidden;
}

.bravo-a5dx__gpu--tabbox #performanceBox .chartbox .chart img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bravo-a5dx__gpu--tabbox #performanceBox.on .chartbox .data {
    -webkit-animation: 2s chartdata ease forwards;
    animation: 2s chartdata ease forwards;
}

.bravo-a5dx__gpu--tabbox #performanceBox.on .chartbox .chart {
    -webkit-animation: 2s chart ease forwards;
    animation: 2s chart ease forwards;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
    .bravo-a5dx__gpu--tabbox #performanceBox #performanceBox {
        background-position: 0vh -10vh;
    }
    .bravo-a5dx__gpu--tabbox #performanceBox .chartbox {
        max-width: 900px;
    }
}

@media screen and (max-width: 1366px) {
    .bravo-a5dx__gpu--tabbox #performanceBox #performanceBoox {
        background-position: 0vh -5vh;
    }
    .bravo-a5dx__gpu--tabbox #performanceBox .chartbox {
        max-width: 800px;
    }
}

@media screen and (max-width: 960px) {
    .bravo-a5dx__gpu--tabbox #performanceBox .imgxs {
        width: 80%;
        margin: 0 auto;
        max-width: auto;
    }
}

.bravo-a5dx__gpu .wrapper-full {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bravo-a5dx__gpu .wrapper-full .bgbox {
    position: relative;
    z-index: 1;
    padding: 7% 0;
}

.bravo-a5dx__gpu .wrapper-full .txtbox {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .bravo-a5dx__gpu .wrapper-full .bgbox {
        padding: 0% 0 10%;
    }
    .bravo-a5dx__gpu .wrapper-full .txtbox {
        width: 70%;
    }
}

@media screen and (max-width: 960px) {
    .bravo-a5dx__gpu--tabbox {
        width: 90%;
        margin-top: 24px;
    }
    .bravo-a5dx__gpu .tab-btn li {
        border: 2px solid #a33500;
        display: inline-block;
        margin: 16px 10px;
        min-width: 100px;
    }
    .bravo-a5dx__gpu .tab-btn li a {
        font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        min-width: 200px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .bravo-a5dx__gpu .tab-btn li a:hover {
        background: #a33500;
    }
    .bravo-a5dx__gpu .tab-btn li.active {
        background: #a33500;
    }
    .bravo-a5dx__gpu .wrapper-full .bgbox {
        margin-left: -250px;
        margin-right: -250px;
        padding: 0% 0% 10%;
    }
    .bravo-a5dx__gpu .wrapper-full .txtbox {
        width: 90%;
    }
    .bravo-a5dx__gpu .imgxs {
        text-align: center;
    }
    .bravo-a5dx__gpu .imgxs img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .bravo-a5dx__gpu .tab-btn li {
        border: 2px solid #a33500;
        display: inline-block;
        margin: 16px 0px;
        min-width: 100px;
    }
    .bravo-a5dx__gpu .tab-btn li a {
        font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
        display: inline-block;
        padding: 16px 30px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        min-width: 50px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .bravo-a5dx__gpu .tab-btn li a:hover {
        background: #a33500;
    }
    .bravo-a5dx__gpu .tab-btn li.active {
        background: #a33500;
    }
    .bravo-a5dx__gpu .wrapper-full .bgbox {
        margin-left: -250px;
        margin-right: -250px;
        padding: 0% 0% 30%;
    }
    .bravo-a5dx__gpu .wrapper-full .txtbox {
        width: 90%;
    }
    .bravo-a5dx__gpu .imgxs {
        text-align: center;
    }
    .bravo-a5dx__gpu .imgxs img {
        max-width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .bravo-a5dx__gpu .tab-btn li {
        border: 2px solid #a33500;
        display: inline-block;
        margin: 16px 0px;
    }
    .bravo-a5dx__gpu .tab-btn li a {
        font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
        display: inline-block;
        padding: 16px 10px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        min-width: 80px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .bravo-a5dx__gpu .tab-btn li a:hover {
        background: #a33500;
    }
    .bravo-a5dx__gpu .tab-btn li.active {
        background: #a33500;
    }
}

@media screen and (max-width: 550px) {
    .bravo-a5dx__gpu .tab-btn li {
        border: 2px solid #a33500;
        display: inline-block;
        margin: 16px 0px;
    }
    .bravo-a5dx__gpu .tab-btn li a {
        font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
        display: inline-block;
        padding: 16px 10px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        min-width: 80px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .bravo-a5dx__gpu .tab-btn li a:hover {
        background: #a33500;
    }
    .bravo-a5dx__gpu .tab-btn li.active {
        background: #a33500;
    }
}

@media screen and (max-width: 510px) {
    .bravo-a5dx__gpu .tab-btn li {
        border: 2px solid #a33500;
        display: block;
        margin: 16px 10px;
        min-width: 100px;
    }
    .bravo-a5dx__gpu .tab-btn li a {
        font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
        display: block;
        padding: 16px 0px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .bravo-a5dx__gpu .tab-btn li a:hover {
        background: #a33500;
    }
    .bravo-a5dx__gpu .tab-btn li.active {
        background: #a33500;
    }
    .bravo-a5dx__gpu .tab-inner {
        padding-top: 254px;
    }
    .bravo-a5dx__gpu #imageSharpeningBox .imgOverlay img {
        padding-top: 254px;
        width: 100%;
    }
    .bravo-a5dx__gpu .wrapper-full .bgbox {
        margin-left: -250px;
        margin-right: -250px;
        padding: 0% 0% 60%;
    }
    .bravo-a5dx__gpu .wrapper-full .txtbox {
        width: 90%;
    }
}

@-webkit-keyframes chartdata {
    0% {
        opacity: 0;
        top: -20px;
    }
    60% {
        opacity: 0;
        top: -20px;
    }
    70% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes chartdata {
    0% {
        opacity: 0;
        top: -20px;
    }
    60% {
        opacity: 0;
        top: -20px;
    }
    70% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes chart {
    0% {
        opacity: 0;
        height: 130px;
    }
    5% {
        opacity: 1;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes chart {
    0% {
        opacity: 0;
        height: 130px;
    }
    5% {
        opacity: 1;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

.bravo-a5dx__keyboard .wrapper {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bravo-a5dx__keyboard .wrapper .bgbox {
    position: relative;
    z-index: 1;
}

.bravo-a5dx__keyboard .wrapper .txtbox {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.bravo-a5dx__keyboard .wrapper .txtbox .img {
    width: 70%;
}

@media screen and (max-width: 1366px) {
    .bravo-a5dx__keyboard .wrapper-full .bgbox {
        padding: 0% 0 10%;
    }
    .bravo-a5dx__keyboard .wrapper-full .txtbox {
        width: 50%;
    }
}

@media screen and (max-width: 960px) {
    .bravo-a5dx__keyboard .wrapper .bgbox {
        margin-left: -50px;
        margin-right: -50px;
        padding: 0%;
    }
    .bravo-a5dx__keyboard .wrapper .txtbox {
        margin: 0 auto;
        position: relative;
        width: 90%;
    }
    .bravo-a5dx__keyboard .wrapper .txtbox h3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bravo-a5dx__keyboard .wrapper .txtbox p {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .bravo-a5dx__keyboard .wrapper .txtbox ul {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .bravo-a5dx__keyboard .wrapper .txtbox .img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .bravo-a5dx__keyboard .imgxs {
        text-align: center;
    }
    .bravo-a5dx__keyboard .imgxs img {
        max-width: 100%;
    }
}

@-webkit-keyframes chartdata {
    0% {
        opacity: 0;
        top: -20px;
    }
    60% {
        opacity: 0;
        top: -20px;
    }
    70% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes chartdata {
    0% {
        opacity: 0;
        top: -20px;
    }
    60% {
        opacity: 0;
        top: -20px;
    }
    70% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes chart {
    0% {
        opacity: 0;
        height: 130px;
    }
    5% {
        opacity: 1;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes chart {
    0% {
        opacity: 0;
        height: 130px;
    }
    5% {
        opacity: 1;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

.bravo-a5dx__modern .wrapper {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bravo-a5dx__modern .wrapper .bgbox {
    position: relative;
    z-index: 1;
}

.bravo-a5dx__modern .wrapper .txtbox {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: left;
}

.bravo-a5dx__modern .wrapper .txtbox ul.hightlight-txt li {
    display: block;
    margin-bottom: 10px;
    background-position-x: -70px;
    background-position-y: 10px;
}

.bravo-a5dx__modern .wrapper .txtbox ul.hightlight-txt li span {
    line-height: 30px;
    display: inline-block;
}

.bravo-a5dx__modern .wrapper .txtbox .img {
    width: 70%;
}

@media screen and (max-width: 1366px) {
    .bravo-a5dx__modern .wrapper .bgbox {
        margin-left: -80px;
    }
    .bravo-a5dx__modern .wrapper .txtbox {
        width: 50%;
    }
}

@media screen and (max-width: 960px) {
    .bravo-a5dx__modern .wrapper .bgbox {
        margin-left: 0px;
        margin-right: -350px;
        padding: 0%;
    }
    .bravo-a5dx__modern .wrapper .txtbox {
        margin: 0 auto;
        position: relative;
        width: 90%;
        text-align: center;
    }
    .bravo-a5dx__modern .wrapper .txtbox ul.hightlight-txt {
        width: 100%;
        margin: 10px 0;
    }
    .bravo-a5dx__modern .wrapper .txtbox ul.hightlight-txt li {
        display: inline-block;
        position: relative;
        min-width: 354px;
        background-size: contain;
        padding-bottom: 20px;
    }
    .bravo-a5dx__modern .imgxs {
        text-align: center;
    }
    .bravo-a5dx__modern .imgxs img {
        max-width: 100%;
    }
}


/*h3*/


/*h4*/


/* button */


/*Colors*/

.delighter.sequence .item {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.delighter.sequence.started .item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.delighter.sequence.started .item:nth-child(1) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .1s;
    transition: all 0.5s ease-out .1s;
}

.delighter.sequence.started .item:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .3s;
    transition: all 0.5s ease-out .3s;
}

.delighter.sequence.started .item:nth-child(3) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .5s;
    transition: all 0.5s ease-out .5s;
}

.delighter.sequence.started .item:nth-child(4) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .7s;
    transition: all 0.5s ease-out .7s;
}

.delighter.right {
    -webkit-transform: translate(-10%);
    transform: translate(-10%);
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.right.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.left {
    -webkit-transform: translate(10%);
    transform: translate(10%);
    opacity: 1;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.left.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.top {
    -webkit-transform: translatey(10%);
    transform: translatey(10%);
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.top.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.bottom {
    -webkit-transform: translatey(-10%);
    transform: translatey(-10%);
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.bottom.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.fadein.started {
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .delighter.left,
    .delighter.right,
    .delighter.top,
    .delighter.bottom {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0;
        -webkit-transition: all .7s ease-out;
        transition: all .7s ease-out;
    }
}


/*h3*/


/*h4*/


/* button */


/*Colors*/

.section-group {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/AMD/Bravo15-5000/title-bg.jpg) no-repeat top center;
    background-size: auto;
    background-size: 100%;
}

.block {
    font-family: "DINPro-Light", "cwTeXHei", "Microsoft JhengHei";
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
}

.block sup {
    vertical-align: baseline;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100? "100%": "auto");
    overflow: hidden;
}

.block img.full {
    width: 100% !important;
}

.block .cr-white {
    color: #fff;
}

.block .cr-red {
    color: #bc0101;
}

.block .img {
    width: 100%;
    text-align: center;
}

.block .img img {
    display: inline-block;
    margin: 0 auto;
}

.block .imgxs,
.block img.imgxs {
    display: none;
}

.block .imglg,
.block img.imglg {
    display: inline-block;
    margin: 0 auto;
}

.block .wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1920px;
}

.block .wrapper-lg {
    width: 85%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .wrapper-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .wrapper-full {
    width: 100%;
    margin: 0 auto;
}

.block ul,
.block li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.block ul.hightlight-txt {
    width: 100%;
    margin: 24px 0;
}

.block ul.hightlight-txt li {
    display: inline-block;
    position: relative;
    min-width: 200px;
    background: url("https://storage-asset.msi.com/global/picture/image/feature/nb/AMD/Bravo15-5000/k-highlight-bg.png") bottom left no-repeat;
    background-size: contain;
    padding-bottom: 10px;
}

.block ul.hightlight-txt li span {
    font-weight: 700;
    display: inline-block;
    background: -webkit-gradient(linear, left bottom, left top, from(red), to(#ffc000));
    background: linear-gradient(0deg, red 0%, #ffc000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0;
}

.block h2.white {
    color: #fff;
}

.block h3 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    padding: 0 0 16px;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.block h3.white {
    color: #fff;
}

.block h4 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    padding: 0 0 16px;
    font-size: 36px;
    color: #fff;
}

.block h4.white {
    color: #fff;
}

.block .box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block .box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block .box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block .box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block figcaption {
    font-size: 100%;
}

.block .data {
    font-family: 'DINCond-Light';
    font-size: 24px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block .data li {
    margin-right: 24px;
}

.block .data li:last-child {
    margin-right: 0px;
}

.block .data-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block .data-note {
    font-size: 24px;
    margin-top: -14px;
    color: #00aeff;
    font-weight: 700;
}

.block .data em,
.block .data b {
    display: inline-block;
    font-style: normal;
    font-size: 220%;
    font-weight: 400;
}

.block .data em+span,
.block .data b+span {
    margin-left: 10px;
}

.block .data span+em,
.block .data span+b {
    margin-left: 10px;
}

.block .data span {
    font-size: 100%;
}

.block .data-sm {
    font-family: 'DINCond-Light';
    font-size: 2.5vh;
}

.block .data-sm span,
.block .data-sm b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-xs {
    font-family: 'DINCond-Light';
    font-size: 1.5vh;
}

.block .data-xs span,
.block .data-xs b {
    font-size: 220%;
    font-weight: 400;
}

.block a {
    color: rgba(163, 53, 0, 0.8);
    text-decoration: underline;
}

.block a:hover,
.block a:active,
.block a:focus {
    color: #a33500;
}

.block p {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

.block p+a {
    margin-top: 4vh;
}

.block .note {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    padding-top: 15px;
}

.block .note a {
    color: #a33500;
    text-decoration: underline;
}

.block .note a:hover,
.block .note a:active,
.block .note a:focus {
    color: #a33500;
}

.block.sp,
.block .sp {
    padding: 6% 0;
}

.block.splg,
.block .splg {
    padding: 10% 0;
}

.block.sptop,
.block .sptop {
    padding-top: 6%;
}

.block.spbt,
.block .spbt {
    padding-bottom: 6%;
}

.block.splgtop,
.block .splgtop {
    padding-top: 10%;
}

.block.splgbt,
.block .splgbt {
    padding-bottom: 10%;
}

.block.center,
.block .center {
    text-align: center;
}

.block .btsty,
.block a.btsty {
    position: relative;
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 24px;
    color: #fff;
    display: inline-block;
    letter-spacing: 3px;
    padding: 8px 24px;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    border-image-slice: 1;
    background: #003852;
    background: linear-gradient(230deg, #003852 0%, rgba(0, 56, 82, 0), rgba(0, 0, 0, 0.5) 60%);
    border-image-source: linear-gradient(25deg, #03caf5 0%, rgba(3, 202, 245, 0) 40%);
    -webkit-transition: .5s all;
    transition: .5s all;
    z-index: 1;
}

.block .btsty.btsty-video::after,
.block a.btsty.btsty-video::after {
    content: '\25ba';
    vertical-align: middle;
    font-size: 70%;
    margin-left: 5px;
    color: #fff;
    display: inline-block;
}

.block .btsty::before,
.block a.btsty::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: transparent;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background: linear-gradient(50deg, #03caf5, rgba(3, 202, 245, 0), rgba(3, 202, 245, 0));
    opacity: .75;
    z-index: -1;
}

.block .btsty::after,
.block a.btsty::after {
    content: '';
    vertical-align: middle;
    font-size: 70%;
    margin-left: 5px;
    color: #fff;
    display: inline-block;
    font-family: fantasy;
}

.block .btsty:hover,
.block a.btsty:hover {
    text-shadow: 0px 3px 10px #03caf5;
    background: linear-gradient(230deg, #003852 0%, rgba(0, 56, 82, 0.2) 10%);
    color: #fff;
}

.block .btsty:hover::before,
.block a.btsty:hover::before {
    opacity: 1;
}

@media screen and (max-width: 1920px) {
    .block h2,
    .block h3 {
        font-size: 42px;
    }
    .block h4 {
        font-size: 30px;
    }
    .block p {
        font-size: 20px;
    }
    .block .wrapper {
        max-width: 1400px;
    }
    .block.sp {
        padding: 10vh 0;
    }
    .block.spbt,
    .block .spbt {
        padding-bottom: 10vh;
    }
    .block.splgtop,
    .block .splgtop {
        padding-top: 6vh;
    }
    .block.splgbt,
    .block .splgbt {
        padding-bottom: 6vh;
    }
}

@media screen and (max-width: 1536px) {
    .block {
        font-size: 16px;
    }
    .block h2,
    .block h3 {
        font-size: 36px;
    }
    .block h4 {
        font-size: 24px;
    }
    .block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .block {
        font-size: 16px;
    }
    .block .box-sc {
        display: block;
    }
    .block .box-sc.box-xs,
    .block .box-cc.box-xs,
    .block .box-s.box-xs,
    .block .box-c.box-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .block .box-sc,
    .block .box-cc,
    .block .box-s,
    .block .box-c {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .block h2,
    .block h3 {
        font-size: 36px;
    }
    .block h4 {
        font-size: 24px;
    }
    .block p {
        font-size: 16px;
    }
    .block .img {
        width: 100%;
        text-align: center;
    }
    .block .img img {
        max-width: 80%;
    }
    .block .imglg,
    .block img.imglg {
        display: none;
    }
    .block .imgxs,
    .block img.imgxs {
        display: block;
    }
    .block.sp {
        padding: 45px 0;
    }
    .block.spbt,
    .block .spbt {
        padding-bottom: 45px;
    }
    .block.splgtop,
    .block .splgtop {
        padding-top: 6vh;
    }
    .block.splgbt,
    .block .splgbt {
        padding-bottom: 6vh;
    }
    .block .data {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.slick-dots li {
    margin: 0px 4px;
    overflow: hidden;
    width: 60px;
    top: 20px;
}

.slick-dots li.slick-active button {
    background-color: #bc0101;
}

.slick-dots li button {
    padding: 0;
    width: 60px;
    height: 5px;
    font-size: 0px;
    background: transparent;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: rgba(188, 1, 1, 0.2);
    border-radius: 10px;
    border: 0px;
}

.slick-dots li button::before {
    display: none;
}

.video-sec__video a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 1s;
    transition: 1s;
}

.video-sec__video a:hover:before {
    opacity: 0.5;
}

.video-sec__video a:hover .video-sec__play-btn {
    opacity: 1;
    -webkit-animation: play-btn-light 3s infinite;
    animation: play-btn-light 3s infinite;
}

.video-sec__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80px;
    width: 4.16666667vw;
    background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/GL/Pulse-GL66/01-video-play.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    border: 0px solid #0ff;
    opacity: 0.5;
    -webkit-transition: 1s;
    transition: 1s;
}

.video-sec__play-btn:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.nb-compbox .twentytwenty-overlay,
.nb-compbox .twentytwenty-before-label,
.nb-compbox .twentytwenty-after-label {
    pointer-events: none;
}

.vd-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}


/*# sourceMappingURL=nb-bravo-a5dx.css.map */


/* nb feature tab by tina */


/* 2019/05/06 v1 */

.feature-tabbox {
    position: relative;
}

.feature-tabbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.feature-tabbox ul li {
    position: relative;
    border-bottom: #3a1212 2px solid;
    padding: 10px 15px;
    list-style: none;
    margin: 0;
}

.feature-tabbox ul li img {
    width: 80px;
}

.feature-tabbox ul li.active:after,
.feature-tabbox ul li:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: 5px;
    left: 1px;
    bottom: -3px;
    background: #f00;
}

.feature-tabbox button {
    width: 100px;
    height: 98px;
    border: none;
    position: absolute;
    top: 0;
    outline: none;
    background: none;
    display: none;
    z-index: 2;
}

.feature-tabbox button:after {
    display: block;
    font-family: FontAwesome !important;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    width: 30px;
}

.feature-tabbox button:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.feature-tabbox button.prev.on {
    left: 0;
    display: block;
}

.feature-tabbox button.prev.on:before {
    background: url(https://storage-asset.msi.com/global/picture/images/nb//feature-tab-prev.png) top left no-repeat;
    background-size: cover;
}

.feature-tabbox button.prev.on:after {
    content: "\f104";
    left: 0;
}

.feature-tabbox button.next.on {
    right: 0;
    display: block;
}

.feature-tabbox button.next.on:before {
    background: url(https://storage-asset.msi.com/global/picture/images/nb//feature-tab-next.png) top right no-repeat;
    background-size: cover;
    text-align: right;
}

.feature-tabbox button.next.on:after {
    content: "\f105";
    right: 0;
}

@media screen and (max-width: 960px) {
    .feature-tabbox {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        overflow: hidden;
    }
    .feature-tabbox ul {
        overflow: hidden;
        display: block;
        width: 300px;
    }
    .feature-tabbox ul li {
        padding: 10px;
        width: 100px;
        float: left;
    }
    .feature-tabbox ul:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: "";
    }
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?ayemsv");
    src: url("fonts/icomoon.eot?ayemsv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ayemsv") format("truetype"), url("fonts/icomoon.woff?ayemsv") format("woff"), url("fonts/icomoon.svg?ayemsv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-productHeader"],
[class*=" icon-productHeader"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-productHeader-down-chevron:before {
    content: "\e900";
}

.icon-productHeader-buynow:before {
    content: "\e901";
    color: #fff;
}


/*!*@charset "UTF-8";*!*/


/*!*@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');*!*/


/*!*@import url('https://fonts.googleapis.com/css?family=Play:400,700');*!*/


/*!*@import url('fonts.css');*!*/


/*!** {-webkit-text-size-adjust: none;}*!*/


/*!*body{overflow-x:hidden!important;font-family:"DINPro-Regular";background:#000;color:#fff;}*!*/


/*!*a:focus{outline:none;}*!*/


/*!*img{max-width:100%;}*!*/


/*!*h1,h2,h3,h4,h5{font-family: 'DINCond-Bold', 'cwTeXHei', 'Microsoft JhengHei';}*!*/


/*!*h1{font-size:42px;margin-bottom:30px;}*!*/


/*!*h2{font-size:24px;margin-top:-20px;margin-bottom:30px;}*!*/


/*!*h1 span{font-size:24px;}*!*/


/*!*h1.value{font-family: 'DINCond-Light';}*!*/


/*!*h1.underline{margin-bottom:20px;}*!*/


/*!*h1.underline:after{content:'';display:block;width:50px;height:1px;background:#666;margin-top:20px;}*!*/


/*!*p{font-size:18px;line-height:28px;color:#aaa;}*!*/


/*!*@media (max-width: 1599px) {*!*/


/*!*h1{font-size:40px;margin-bottom:28px;}*!*/


/*!*h1 span{font-size:23px;}*!*/


/*!*p{font-size:17px;line-height:27px;}}*!*/


/*!*@media (max-width: 1399px) {*!*/


/*!*h1{font-size:36px;margin-bottom:26px;}*!*/


/*!*h1 span{font-size:22px;}*!*/


/*!*p{font-size:16px;line-height:26px;}}*!*/


/*!*@media (max-width: 991px) {*!*/


/*!*h1{font-size:32px;margin-bottom:24px;}*!*/


/*!*h2{font-size:18px;margin-top:-20px;margin-bottom:20px;}*!*/


/*!*h1 span{font-size:21px;}*!*/


/*!*p{font-size:15px;line-height:26px;}}*!*/


/*!*@media (max-width: 767px) {*!*/


/*!*p{font-size:14px;line-height:24px;}*!*/


/*!*h1.underline:after{margin:20px auto;}}*!*/


/*.w-100{width:100%}*/


/*.m-0 {margin: 0 !important;}.mt-0,.my-0 {margin-top: 0 !important;}.mr-0,.mx-0 {margin-right: 0 !important;}.mb-0,.my-0 {margin-bottom: 0 !important;}.ml-0,.mx-0 {margin-left: 0 !important;}*/


/*.m-1 {margin: 0.25rem !important;}.mt-1,.my-1 {margin-top: 0.25rem !important;}.mr-1,.mx-1 {margin-right: 0.25rem !important;}.mb-1,.my-1 {margin-bottom: 0.25rem !important;}.ml-1,.mx-1 {margin-left: 0.25rem !important;}*/


/*.m-2 {margin: 1rem !important;}.mt-2,.my-2 {margin-top: 1rem !important;}.mr-2,.mx-2 {margin-right: 1rem !important;}.mb-2,.my-2 {margin-bottom: 1rem !important;}.ml-2,.mx-2 {margin-left: 1rem !important;}*/


/*.m-3 {margin: 2rem !important;}.mt-3,.my-3 {margin-top: 2rem !important;}.mr-3,.mx-3 {margin-right: 2rem !important;}.mb-3,.my-3 {margin-bottom: 2rem !important;}.ml-3,.mx-3 {margin-left: 2rem !important;}*/


/*.m-4 {margin: 4rem !important;}.mt-4,.my-4 {margin-top: 4rem !important;}.mr-4,.mx-4 {margin-right: 4rem !important;}.mb-4,.my-4 {margin-bottom: 4rem !important;}.ml-4,.mx-4 {margin-left: 4rem !important;}*/


/*.m-5 {margin: 6rem !important;}.mt-5,.my-5 {margin-top: 6rem !important;}.mr-5,.mx-5 {margin-right: 6rem !important;}.mb-5,.my-5 {margin-bottom: 6rem !important;}.ml-5,.mx-5 {margin-left: 6rem !important;}*/


/*.p-0 {padding: 0 !important;}.pt-0,.py-0 {padding-top: 0 !important;}.pr-0,.px-0 {padding-right: 0 !important;}.pb-0,.py-0 {padding-bottom: 0 !important;}.pl-0,.px-0 {padding-left: 0 !important;}*/


/*.p-1 {padding: 0.25rem !important;}.pt-1,.py-1{padding-top: 0.25rem !important;}.pr-1,.px-1{padding-right:0.25rem !important;}.pb-1,.py-1{padding-bottom: 0.25rem !important;}.pl-1,.px-1{padding-left: 0.25rem !important;}*/


/*.p-2 {padding: 0.5rem !important;}.pt-2,.py-2{padding-top: 0.5rem !important;}.pr-2,.px-2{padding-right: 0.5rem !important;}.pb-2,.py-2{padding-bottom: 0.5rem !important;}.pl-2,.px-2{padding-left: 0.5rem !important;}*/


/*.p-3 {padding: 1rem !important;}.pt-3,.py-3{padding-top: 1rem !important;}.pr-3,.px-3{padding-right: 1rem !important;}.pb-3,.py-3{padding-bottom: 1rem !important;}.pl-3,.px-3{padding-left: 1rem !important;}*/


/*.p-4 {padding: 1.5rem !important;}.pt-4,.py-4{padding-top: 1.5rem !important;}.pr-4,.px-4{padding-right: 1.5rem !important;}.pb-4,.py-4{padding-bottom: 1.5rem !important;}.pl-4,.px-4{padding-left: 1.5rem !important;}*/


/*.p-5 {padding: 3rem !important;}.pt-5,.py-5{padding-top: 3rem !important;}.pr-5,.px-5{padding-right: 3rem !important;}.pb-5,.py-5{padding-bottom: 3rem !important;}.pl-5,.px-5{padding-left: 3rem !important;}*/


/*.flex{display: flex;}*/


/*.flex-center{display: flex;align-items: center;}*/


/*.flex-baseline{display: flex;align-items: baseline;}*/


/*@media (max-width: 991px) {*/


/*.flex{display: block;}*/


/*.flex-center{display: block;align-items: center;}}*/


/*!*----- container -----*!*/


/*.container {width: 100%;padding-right: 25px;padding-left: 25px;}*/


/*@media (min-width: 576px) {.container {max-width: 540px;}}*/


/*@media (min-width: 768px) {.container {max-width: 720px;}} */


/*@media (min-width: 992px) {.container {max-width: 960px;}}*/


/*@media (min-width: 1200px) {.container {max-width: 1140px;}}*/


/*@media (min-width: 1400px) {.container {max-width: 1240px;}}*/


/*@media (min-width: 1600px) {.container {max-width: 1440px;}}*/

@font-face {
    font-family: 'msi-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDUkAAAC8AAAAYGNtYXCMLobkAAABHAAAAKxnYXNwAAAAEAAAAcgAAAAIZ2x5Zjw8ezAAAAHQAAAT/GhlYWQhKU3cAAAVzAAAADZoaGVhB8AD0gAAFgQAAAAkaG10eDoACA8AABYoAAAARGxvY2Ee/CTGAAAWbAAAACRtYXhwACwBmQAAFpAAAAAgbmFtZa1ZcS0AABawAAABnnBvc3QAAwAAAAAYUAAAACAAAwPbAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADwRAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAkAAAACAAIAAEAAAAAQAg6gLqCeoX6wnrEesT6xXrGOsh8CDwM/BE//3//wAAAAAAIOoC6gnqF+sJ6xHrE+sV6xjrIPAg8DPwRP/9//8AAf/jFgIV/BXvFP4U9xT2FPUU8xTsD+4P3A/MAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgEZANMC5wKnABEAIwAAJSImJyY0NwE2MhcWFAcBDgEjISImJwEmNDc2MhcBFhQHDgEjASYEBwIGBgG0BRAFBgb+TAMHAwG0AwcD/kwGBgUQBQG0BgYCBwTTAwMFEAUBtAYGBRAF/kwDAwMDAbQFEAUGBv5MBRAFAwMAAAEBVgB3ArEDCAAfAAABFAYHIgYHAQYiJyY0NwkBJjQ3NjIXAR4BMx4BFTgBMQKxAgMBBwX+0QUPBgUFAS7+0gUFBg8GAS4FBwECAwHABAcDCAX+0gUFBRAFAS8BLgUQBQYG/tIFCAMGBAAAAAMArwCVA2AC8wANABsAKQAAASEiBhUUFjMhMjY1NCYDISIGFRQWMyEyNjU0JgMhIgYVFBYzITI2NTQmA1L9awYICAYClQYICQX9awYICAYClQYICQX9awYICAYClQYICQLzDAgJDAwJCAz+5gwJCAwMCAkM/uUMCQgMDAgJDAAAFQB7AHsDfwMmAA4AHABHAF4AbgCGAJQAogCwAL4AzADaAOgA9gEEARIBIAEuATwBTAFcAAATFRQWMzI2PQE0JiMiBhUzFRQWMzI2PQE0JiMiBgUwMjEyNj0BNDY7ATIWHQEUFjMwMjEyNj0BNCYnLgErASIGBw4BHQEUFjMFHgEzMjY3PgE1PAExNCYjIgYdARQWFyc0NjMyFhUwFBUUBiMiJjU3FRQWMzI2PQE+AT0BNCYrASIGHQEUFhcBIyIGFRQWOwEyNjU0JikBIgYVFBYzITI2NTQmMyMiBhUUFjsBMjY1NCYlIyIGFRQWOwEyNjU0JhczMjY1NCYrASIGFRQWOwEyNjU0JisBIgYVFBY3IyIGFRQWOwEyNjU0JjMjIgYVFBY7ATI2NTQmJSMiBhUUFjsBMjY1NCYXMzI2NTQmKwEiBhUUFjsBMjY1NCYrASIGFRQWNyMiBhUUFjsBMjY1NCYzIyIGFRQWOwEyNjU0JjchIgYdARQWMyEyNj0BNCYDFAYjISImPQE0NjMhMhYV7BQNDhMTDg0U5BQNDhMTDg0U/vYBBwpfQwtDXgoIAR4qIRoKbkkLSm0LGSIqHwIODSIQESENDRg6Kio5GAwCIx4eJDQODTQwCgcHCgYHDwsHCw8HBf4WRgcKCgdGBwoKAYX+sgcKCgcBTggKCn1HBwoKB0cHCgr96EYHCgoHRgcKCjdGBwoKB0YHCgqLRgcKCgdGBwoK0UYHCgoHRggKCn1HBwoKB0cHCgr96EYHCgoHRgcKCjdGBwoKB0YHCgqLRgcKCgdGBwoK0UYHCgoHRggKCn1HBwoKB0cHCgoo/UoQFxcQArYQFxcLAwL9SgEDAgICtgIDAmBUDhMTDlQOExMOVA4TEw5UDhMTgwoHZkJfX0JmBworHgMbKAZGYGBGBigbAx4rAQoKCgoIIx0KeBslJRuCHSMIygkUFAl4CiQWFiQ4GAcKCgcYAwwHKQoQEAopBwwD/ngKBwcKCgcHCgoHBwoKBwcKCgcHCgoHBwpLCgcHCgoHBwoiCgcHCgoHBwoKBwcKCgcHCiIKBwcKCgcHCgoHBwoKBwcKSwoIBwoKBwgKIwoHCAoKCAcKCgcICgoIBwojCggHCgoHCAoKCAcKCgcICkQXEPMQFxcQ8xAX/uYCAwMC8wIDAwIAAAUAuAAqAy0DeAGDAYgBjQGRAZYAACUwMjEwNDEwMjE0MDEwNDEwMjU4ATE0MDEwNDM4ATU4ATE0MDE0MDEwNDU4ATEDNCYjJyIwMTgBIzgBMTAiMTgBMTAiMTA0MTAiMTgBMSIwMTgBMTgBMTgBMSIwMTAiMTgBMTgBFSIwMTgBMSIwMTAiMTgBMTgBIzgBMRQiMTgBMTgBMQU4ASM4ATEwBjE4ATEiMAc4ATEwBjE4ATEwBjE4ATEwBjE4ATEUIjEUMDEwFCM4ATEUMDEUMDEiFDE4ARU4ARU4ATEUMDEwFDEDOAExMBQxMBQxMBQxOAEXOAExFDAxMBQxMBQzOAEVOAExFDAzMBQxOAEzFDAxMBQzOAExMBYxOAExMBYxOAEzMBQxMDIxMBYxOAExMjAxMBYxMDIxOAEzOAExBTgBOQE4ATEwMjE4ATM4ATEwMjE4ATE4ATEyMDEwMjE4ATE4ATEzOAExNzgBOQEyNDM4ATEyMDEwMjEwNDM4ATEyMDEwNjE4ATEyMDE0MjE4ATE0MjE4ATE2MDUBJQMlEyU3EycTNxcTBxM3EycDAykBAQEBDggGsQEBAQEBAQEBAQEBAQH+fwEBAQEBAQEBAQEQAQEBAQEBAQEBAQEBAQEBlAEBAQEBAb4BAQEBAQEBAQEBAf3BAS0C/sYPAU8QAxQBMl4JZH0SDRYJSQEBAQEBAQEBAQEBAtMGCkABAQGrAQEBAQEBAQEBAQEBAQEB/dEBAQEBAQEBAQEBAQEBAQEBAVIYAQEBAQEBAQJnc/1OKwIUhA79GA0CzRM8/WYfArYG/V0GApcAAAAJASAABAMbA4kAogCmAKoArwCzALcAxgDmAOsAACUnAzQmJyU4ATUiMDEiNDEwIjEwNDEiJiM4ATEiMCM4ATUiMDEiMDEwIjE4ATE4ATEiMDEwIhUwIjEHOAExIjAxBjAxMCIxMCIxMAYxMCIVMCIxOAExBw4BFQMHBhYXHgEzFzgBMR4BMxc4ATEyMDEwMjE4ATEyMDEwMjEwNDEwMjE4ATEyMDEwMjE4ATkBOAExNz4BPwIXHgE/AT4BNzYmJycHAxcDIxsBCwEnEzcDFwcnNzMXJyUnLgEPAQ4BDwInNxcHAxcUFjMXMjAzOAExMjY1MDQxJzQmJy4BDwEiBgcOARUfAS8BNwMZGxQDA/75AQEBAQIBAQEBAQEBAQEUAQEBAQEBAWEDBBMYAgECAgcEJgMHBKkBAQEBAQEBWQQGAQNUCQQJBCoDBgEBAQI+6BDl90Q2Dig+ERM8VRAMEUBRF3UBagkECAVmBQUBBEEY6QwNphoJB04BAQcKBAMCAwcDZQMGAwICZQMuFkGLKwHUBAYC7gEBAQEBAQMBAQFGAgcE/T5CBAgDAwUEAwQFASQCBwQWIAcDAQEQAgUEAwgDMkIC1c/99QJ7/YUC2v0oAQKsK/0HASMBIC0DXAcCAgImAgcFFRsvQhEFATbmBgkGCggB8QMHAgIDAQYEAgMHAwrNA8YEAAAAGgACAMID/gK+AD4AQwBHAEwAVwBkAGwAcQB2AH4AgwCIAJUAnQCiAKcArwC0ALkAxgDOANMA2ADgAOUA6gAAASE1NCYrASIGFRQWOwEyFh0BIyIGHQEUFjsBFRQWMzI2PQEzFRQWOwEyNj0BMxUUFjsBMjY9ASEyNjURNCYjATUzFSMXIzUzBSM1MxUlFAYjIREhMhYVEQMiBhUUFjMyNjU0JiMVMhYXByc+AQcXIz4BBzMHLgEXIiYnNxcOATcnMw4BJzceARclIgYVFBYzMjY1NCYjFTIWFwcnPgEHFyM+AQczBy4BFyImJzcXDgE3JzMOASc3HgEXJSIGFRQWMzI2NTQmIxUyFhcHJz4BBxcjPgEHMwcuARciJic3Fw4BNyczDgEnNx4BFwOz/KEaEhYHCQkHFgUHHwUJCQUfCQcGCi8IBmUGCBAIBu8GCAGUHywsH/xwERHFSUkBG9PTAdsZEvyhA18SGaQ4T084OE9POAoSCSUlCBM3JUoDExZKJQ8TYwoTCCUlCRI3JksDFDQlDxQD/nk4T084OE9POAoSCSUlCBM3JUoDExZKJQ8TYwoTCCUlCRI3JksDFDQlDxQD/nk4T084OE9POAoSCSUlCBM3JUoDExZKJQ8TYwoTCCUlCRI3JksDFDQlDxQDAocLEhoJBwcJBwXRCQWCBghRBwkJBxsdBggIBh0dBggIBh0sHwEEHyz+uGZmYQ8PDw9aEhkBWxoS/vwBCU84OE9PODhPIAMEQEAEAxdAFCFVQAwhRAQDQEADBBdAEyFUQQwhFHdPODhPTzg4TyADBEBABAMXQBQhVUAMIUQEA0BAAwQXQBMhVEEMIRR3Tzg4T084OE8gAwRAQAQDF0AUIVVADCFEBANAQAMEF0ATIVRBDCEUAAMAkACkA3ACygAnACsALwAAASEiBhURFBYzIRUHDgEXHgEzOgE/ATMXFjY3NiYvATUhMjY1ETQmIwEjNTMlIREhA1/9QgcKCgcBGtIHBgECCQYBAQHsRuwHCwIBBgfRARkHCgoH/sRGRgEr/WQCnALKCwf+iwcKKEQCDAcGBwErKwIIBgcMAkQoCgcBdQcL/kMlIgFTAAAADgCsAFsDVAMlAA8AEwBDAEwAVgBuAH4AggCQAKAApACyAMMAyAAAASMiBh0BFBY7ATI2PQE0JgcjNTMlIzc+AScuASMhIgYHBhYfASMnLgErASIGFREUFhcyFjMyNj8BFRQWMyEyNjURNCYjByEnNCIxJyEhMxc4ARUXFQcRASE1Nz4BPQE0Ji8BMxceATMhMjY/ATMRJyEiBh0BFBYzITI2PQE0JgchNSETIgYVERQWMzI2NRE0JgMhIgYdARQWMyEyNj0BNCYHITUhNzI2NRE0JiMiBhURFBYlMzI2PQE0JisBIgYdARQWMzczFSM1Ai9OCAoKB08HCgoYLCwBJWEFBAICAgkF/lsGCAICAgMGFh4CBwMyBwoGBQEEAQQGAgoKBwJfBwoKmCj+/CEBBQFT/hwaHTNqAmT9w2ECAwMCGxYiAwYDARIEBgIic5j+pAcKCgcBXAcKChj+xgE6MgcKCgcHCgoo/qQHCgoHAVwHCgoY/sYBOm0HCgoHBwoK/rq+BwoKB74HCgoHEZycAl4KB4IHCgoHggcKgmDGBQQKBQUGBgUFCgQFHgIDCgj+JgUJAgEDAgrKCAoKCAKEBwonIQEFHQEy5WoBn/1822ECBgTzAwYDGyMCAwMCI/2e0AoHLAgKCggsBwosCgGGCgf+zgcKCgcBMgcK/jgKBy0HCgoHLQcKLQuWCgcBMgcKCgf+zgcKJwoH6wgKCgjrBwrryMgAAAAABABiAK8DngLRACIAJwArADIAAAEnETQmIyEiBhURBw4BHQEUFh8BHgEzITI2PwE+AT0BNCYnJSEXITcTIREhBSEnNSEVBwOaLwoI/U4ICi8CAgMCHwIGBALcBAYCHwIDAgL9FAKkFv0wFgoCkP1wAq/9MhUC+BUBCTUBggcKCgf+fjUDBgMeAwcCHwIDAwIfAgcDHgMGAx4aGgGH/pt3FAUFFAADAD0ASAOAA4MAJgA/AFEAACUnPgE1NCYnLgEjIgYHDgEVFBYXHgEzMjY3Fx4BMzI2Nz4BNTQmJyUuATU0Njc+ATMyFhceARUUBgcOASMiJicFBiIvAT4BNz4BNxceARUUBgcDbc4ZGjIuL3lDQngvLjMzLi94QjNfKcwKGA0NGQoJCgoJ/UspLS0pKms7O2sqKiwsKilsOztrKgKbCRkIygUJBAYMBcoEBAMEus4nWjBCeC8uMzMuL3hCQnouLjIeG8wKCgoKCRkNDRgKrylsOztqKyktLSkqazs7ayoqLCwq9AgIyQQIBAYOB8oECwYGCgUAAwBzAAoDjQN2ADUAQQBjAAABPgE1NCYjIgYVFBYXBgcOAQcGFRQWHQEUFhcWFx4BFxYzMjc+ATc2Nz4BPQE2NDU0Jy4BJyYlNDYzMhYVFAYjIiYBBgcOAQcGIyInLgEnJic0JjU0Nz4BNzYzMhceARcWFRwBAlErNWhJSWg1K0M6OlUYGAEEBCktLmM0NDU1NDRjLi0pBAQBGBhVOjr+4FI6OlJSOjpSAfMlKypbMTAxMjAwWysqJQEcHGJCQkpKQkJiHBwCJxdUM0loaEkzVBcOIyRnQEFIBg0GAwUHAxoVFBwHBwcHHBUUGwMHBQMGDAdIQEFmJCSrOlJSOjlTUv4HGBMSGgYGBgYaEhMYBAgES0FCYhwdHRxiQkFLBAcACABOAEwDsgO3ADcAXwBxAJwApwC3AMgA2QAAJQMuASsBPgE3MDQzPgE1NCcuAScmIyIHDgEHBhUUFhcwFDEeARcjIgYHAwYWFx4BMyEyNjc+AScBLgE1NDc+ATc2MzIXHgEXFhUUBgcwFDEGBw4BBwYHJicuAScmJzAiAzczHgEXHgEzMjY3PgE3MxchATczMjY1NCYrAScuAQcOAR8BIzc2JicmBg8BIyIGFRQWOwEXHgE7ATI2NyUnIQcOASsBIiYnNzEiBh0BFBYzMTI2PQE0JjMiBhUHFBYzMDIzMjY/ATYmIw4BHwEeATM6ATE+AS8BLgEDsnoCCQVpGi0RAQ0OGBlTODg/Pzg4UxgYDg0QLBlmBQkCegIBAgIJBANDBAkCAgIC/VgLDBUVSTExODgxMUkVFQwLFyMiSSAgEREgIEkiIxYBjmh3N18DAgcDBAYDBFw3eWj89wIgHAoGCgoGXCwDDgUGAwQgfSAEAwYFDgMsXAYKCgYJGwMfFMwVHwP+6BsBLhsCDAjMCAwCfAcJCQcHCQlIBwsHCAcBAQYJAQcBCaUHCAEHAQkGAQEHCQEIAQtmAQgFBSJIIwEePyE/ODhUGBgYGFQ3OD8hPx4BJEciBQX+9wUJBAMFBQMECgQBsRo3HjcxMUkVFRUVSjExNx03GgEwMjJZIiMRESIiWDIzMf5b40VgAwMDAwMDYETjAZOgCgcHCUUFBAQEDQYyMgYNBAQDBkUJBwcKoBQZGRQGmpoICwsIegoHSwYKCgZLBwoJBksGCwgGSwcLAQsGSwYIAQoGSwcIAAEAAAABAAAwX30rXw889QALBAAAAAAA3waElAAAAADfBoSUAAAAAAP+A7cAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAABEEAAAAAAAAAAAAAAACAAAABAABGQQAAVYEAACvBAAAewQAALgEAAEgBAAAAgQAAJAEAACsBAAAYgQAAD0EAABzBAAATgAAAAAACgAUAB4AXACSANICigO+BMIGFAZgB3QHxghACNAJ/gABAAAAEQGXABoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACQAAAAEAAAAAAAIABwByAAEAAAAAAAMACQA8AAEAAAAAAAQACQCHAAEAAAAAAAUACwAbAAEAAAAAAAYACQBXAAEAAAAAAAoAGgCiAAMAAQQJAAEAEgAJAAMAAQQJAAIADgB5AAMAAQQJAAMAEgBFAAMAAQQJAAQAEgCQAAMAAQQJAAUAFgAmAAMAAQQJAAYAEgBgAAMAAQQJAAoANAC8bXNpLWljb25zAG0AcwBpAC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwbXNpLWljb25zAG0AcwBpAC0AaQBjAG8AbgBzbXNpLWljb25zAG0AcwBpAC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQBybXNpLWljb25zAG0AcwBpAC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-msi-"],
[class*=" icon-msi-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'msi-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-msi-wtb:before {
    content: "\f044";
}

.icon-msi-user:before {
    content: "\f033";
}

.icon-msi-search:before {
    content: "\f020";
}

.icon-msi-nb:before {
    content: "\eb21";
}

.icon-msi-mb:before {
    content: "\eb20";
}

.icon-msi-mnt:before {
    content: "\eb18";
}

.icon-msi-VGA-3fan:before {
    content: "\eb15";
}

.icon-msi-dt:before {
    content: "\eb13";
}

.icon-msi-case:before {
    content: "\eb11";
}

.icon-msi-gg:before {
    content: "\eb09";
}

.icon-msi-nav:before {
    content: "\ea17";
}

.icon-msi-next:before {
    content: "\ea09";
}

.icon-msi-close:before {
    content: "\ea02";
}

.section-group .Titlebar {
    height: auto;
    background: rgb(0, 0, 0);
    /*background: linear-gradient(180deg, rgba(15,15,15, 1) 0%, rgba(8,8,8, 1) 40%, rgba(0, 0, 0, 1) 100%);*/
    text-align: center;
}

.groupTitle .titlebox {
    width: auto;
    border-top: none;
    text-align: center;
    font-family: 'DINCond-Bold';
    color: #fff;
    font-size: 48px;
    margin: 0px auto;
    padding: 100px 0px 30px;
}

.feature-tabbox ul {
    margin-top: 20px;
}

.feature-tabbox ul li {
    border-bottom: none;
    padding: 0px;
}

.feature-tabbox ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: calc(100%);
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: rotate(0deg) scale(1) skew(-20deg) translate(0px);
}

.feature-tabbox ul li:last-child:after {
    display: none
}

.feature-tabbox ul li.active:after,
.feature-tabbox ul li:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    left: 0px;
    bottom: 0px;
    background: url(../images/bg-tab.jpg);
    background-size: cover;
    z-index: 1;
    transform: rotate(0deg) scale(1) skew(-20deg) translate(0px);
}

.feature-tabbox ul li a {
    position: relative;
    z-index: 2;
    padding: 10px 40px;
    text-decoration: none;
    display: block;
    color: #555;
    font-family: 'DINCond-Bold';
    font-size: 24px;
}

.feature-tabbox ul li.active a {
    color: #fff;
}

.feature-tabbox button {
    width: 80px;
    height: 100%;
}

.feature-tabbox button:after {
    position: relative;
    width: 80px;
}

.feature-tabbox button.next.on:before {
    background: -webkit-gradient(linear, 100% 100%, 0% 100%, from(#000000ff), to(#00000000))
}

.feature-tabbox button.prev.on:before {
    background: -webkit-gradient(linear, 100% 100%, 0% 100%, from(#00000000), to(#000000ff))
}

@media screen and (max-width: 1000px) {
    body {
        overflow-x: hidden
    }
    .groupTitle .titlebox {
        margin: 30px auto;
        padding: 0px;
    }
    .feature-tabbox {
        width: auto;
        max-width: none;
    }
    .feature-tabbox ul {
        overflow: initial;
        margin-top: 0px;
        width: auto;
        left: 0%;
        margin: 0px;
    }
    .feature-tabbox ul li {
        width: 260px;
        display: inline-block;
    }
    .feature-tabbox ul li a {
        padding: 20px 30px;
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .feature-tabbox ul {
        display: flex;
        width: 300px;
    }
}

@font-face {
    font-family: MSIBodyFont;
    src: local(Segoe UI), local(Heiti TC), local("微軟正黑體"), local("黑体"), sans-serif;
}

@font-face {
    font-family: 'MSIBodyFont';
    src: local("Meiryo UI"), local("ヒラギノ角ゴ Pro W3");
    unicode-range: U+3000-9FFF, U+ff??;
}


/* Latin characters */

@font-face {
    font-family: 'MSIBodyFont';
    unicode-range: U+00-024F;
    src: local(Helvetica), local(Arial);
}

@font-face {
    font-family: 'MSIBodyFont';
    src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF;
}


/* 注音符號專用 */

@font-face {
    font-family: MSIBodyFont;
    unicode-range: U+3100-312F;
    src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei");
}

.product-mainbox {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    color: #fff;
    background: #000;
}

.product-mainbox.gray-white {
    background: #fff;
    color: #222;
}

@media screen and (max-width: 960px) {
    .hidden-xs {
        display: none !important;
    }
}

#product-main-nav {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}

#product-main-nav .page-breadcrumb {
    background: #494949;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

#product-main-nav .page-breadcrumb span {
    padding: 0 10px;
}

#product-main-nav .page-breadcrumb a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

#product-main-nav .page-breadcrumb a:hover {
    color: #f00;
    text-decoration: underline;
}

#product-main-nav .navbar-container {
    background: #f00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
}

#product-main-nav .navbar-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#product-main-nav .navbar-container.fixed:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: -10px;
}

@media screen and (max-width: 960px) {
    #product-main-nav .navbar-container.fixed:after {
        display: none;
    }
}

#product-main-nav .navbar-container.fixed .category {
    display: none;
}

#product-main-nav .page-title {
    padding: 20px;
}

#product-main-nav .page-title .bt {
    padding-top: 15px;
    font-size: 14px;
    display: none;
}

#product-main-nav .page-title .bt button {
    border: none;
    outline: none;
    background: none;
    color: #fff;
    cursor: pointer;
}

#product-main-nav .page-title .bt button i {
    padding-right: 5px;
}

#product-main-nav .page-title .bt a {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 15px;
}

#product-main-nav .category {
    padding-bottom: 5px;
    opacity: 0.8;
    font-size: 90%;
}

#product-main-nav .category a {
    text-decoration: none;
    color: #fff;
}

#product-main-nav .category a:hover {
    text-decoration: underline;
}

#product-main-nav h1 {
    font-size: 32.5px;
    font-weight: bold;
    margin: 0;
}

#product-main-nav h1 span {
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 1px;
}

#product-main-nav h1 span:before {
    content: "(";
}

#product-main-nav h1 span:after {
    content: ")";
}

#product-main-nav .pdnavtab {
    margin: 0 20px 0 0;
}

#product-main-nav .pdnavtab ul {
    margin: 0;
    padding: 0;
    display: flex;
}

#product-main-nav .pdnavtab li {
    display: inline-block;
    border-bottom: transparent 3px solid;
    padding-bottom: 10px;
    margin-right: 20px;
}

#product-main-nav .pdnavtab li:hover {
    border-color: #fff;
}

#product-main-nav .pdnavtab li.active {
    border-color: #000;
}

#product-main-nav .pdnavtab li.active ol li a {
    color: #ccc;
}

#product-main-nav .pdnavtab li.active ol li.active a {
    color: #EA2023;
}

#product-main-nav .pdnavtab li ol {
    display: none;
}

#product-main-nav .pdnavtab a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
}

#product-main-nav .pdnavtab a.bt-buy {
    color: #f00;
}

#product-main-nav .bt-buy {
    background: #fff;
    color: #f00;
    border-radius: 5px;
}

#product-main-nav .bt-buy:hover {
    background: #000;
}

#product-main-nav button {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 1920px) {
    #product-main-nav {
        font-size: 18px;
    }
}

@media screen and (max-width: 1536px) {
    #product-main-nav .navbar-container {
        display: block;
    }
    #product-main-nav .navbar-container:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: "";
    }
    #product-main-nav .pdnavtab {
        float: right;
    }
}

@media screen and (max-width: 960px) {
    #product-main-nav {
        font-size: 16px;
    }
}

#product-main-nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    #product-main-nav .navbar-container {
        display: block;
    }
    #product-main-nav .pdnavtab {
        padding-left: 10px;
    }
}

@media screen and (max-width: 960px) {
    #product-main-nav .page-breadcrumb {
        display: block;
    }
    #product-main-nav .navbar-container {
        text-align: center;
        padding: 5px 0;
    }
    #product-main-nav .category {
        display: none;
    }
    #product-main-nav h1 {
        font-size: 28px;
    }
    #product-main-nav h1 span {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }
    #product-main-nav .page-title .bt {
        display: block;
    }
    #product-main-nav .pdnavtab {
        margin: 0 auto;
        background: #EA2023;
        border-top: #000 2px solid;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        padding: 0;
        width: 100%;
        float: none;
    }
    #product-main-nav .pdnavtab li {
        display: block;
        padding: 0;
        margin: 0;
    }
    #product-main-nav .pdnavtab li:hover {
        border-color: transparent;
    }
    #product-main-nav .pdnavtab li a:hover {
        color: #f00;
    }
    #product-main-nav .pdnavtab li.active {
        border-width: 2px;
    }
    #product-main-nav .pdnavtab li.active a {
        color: #f00;
    }
    #product-main-nav .pdnavtab li ol {
        padding: 0;
        margin-left: auto;
        background: rgba(0, 0, 0, 0.2);
        display: block;
    }
    #product-main-nav .pdnavtab li ol a {
        color: #999;
    }
    #product-main-nav .pdnavtab a {
        font-weight: normal;
        padding: 10px;
    }
}

.introbox {
    padding: 3% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    position: relative;
}

.introbox .pd-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


/* .introbox .pd-container:after {
      clear: both;
      display: block;
      visibility: hidden;
      height: 0;
      content: ""; } */

.introbox .sloganbox {
    position: absolute;
    top: 3%;
    right: 0;
    width: 100%;
    left: 0;
    font-size: 80%;
}

.introbox .sloganbox .pd-container {
    text-align: right;
    display: block;
}

.introbox .pd-imgbox {
    /* float: left; */
    width: 45%;
    max-width: auto;
    text-align: center;
}

.introbox .pd-imgbox * {
    outline: none;
}

.introbox .pd-txtbox {
    /* float: right; */
    width: 50%;
    max-width: auto;
    letter-spacing: .5px;
}

.introbox h2 {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 15px;
}

.introbox h3 {
    font-weight: bold;
    font-size: 19.6px;
    padding-bottom: 15px;
    line-height: 1.4;
}

.introbox p {
    color: #f00;
    padding: 5px 0;
}

.introbox ul {
    margin-left: 20px;
    padding-bottom: 15px;
}

.introbox ul li {
    list-style: disc;
    padding: 5px 0;
}

.introbox .socila-share {
    padding: 5px 0 15px;
}

.introbox .socila-share a {
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 140%;
    background: #333;
}

.introbox .socila-share a:hover {
    background: #f00;
}

.introbox .bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.introbox .bt a {
    text-decoration: none;
    color: #fff;
    background: #f00;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 10px;
}

.introbox .bt a:hover {
    background: #222;
    color: #f00;
}

.introbox .bt-ytplay {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.introbox .bt-ytplay:after {
    content: "\e915";
    display: block;
    font-family: 'msi-icons';
    color: #fff;
    position: absolute;
    font-size: 80px;
    z-index: 2;
    opacity: .5;
}

.introbox .bt-ytplay:hover:after {
    text-shadow: #f000 0 0 30px;
    opacity: 1;
}

.introbox .note {
    color: #EA2023;
    padding-top: 0px;
}

.introbox .icons {
    padding-top: 35px;
}

.introbox .icons img {
    height: 80px;
}

.introbox .color {
    padding: 20px 0 10px;
}

.introbox .color a {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    display: inline-block;
    margin-right: 10px;
    border: #333 1px solid;
}

.introbox .color a:hover {
    border-color: #f00;
}

.introbox .promotion {
    margin-top: 30px;
    padding-top: 20px;
}

.introbox .promotion h4 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.introbox .promotion h4 i {
    font-size: 12px;
    padding-left: 10px;
}

.introbox .promotion figure {
    width: 160px;
    margin-top: 20px;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.introbox .promotion a {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.introbox .promotion a time {
    font-size: 12px;
    color: #999;
}

.introbox .promotion a:hover {
    color: #f00;
}

.introbox .bt-add {
    height: 60px;
}

.introbox .squaredCheck {
    display: inline-block;
    background: #222;
    padding: 10px 15px;
    border-radius: 5px;
}

.introbox .squaredCheck label {
    cursor: pointer;
}

.introbox .squaredCheck label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #333;
    margin-right: 10px;
    border: #444 1px solid;
    border-radius: 3px;
    border-style: inset;
}

.introbox .squaredCheck input[type="checkbox"] {
    display: none;
}

.introbox .squaredCheck input[type="checkbox"]:checked+label {
    color: #f00;
}

.introbox .squaredCheck input[type="checkbox"]:checked+label:before {
    background: url(../images/icon-check-w.svg) center center no-repeat;
    background-size: cover;
    background-color: #f00;
    border-color: #EA2023;
    border-style: inset;
}

.introbox .squaredCheck:hover {
    background: #999;
}

.introbox .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
}

.introbox .owl-thumbs button {
    background: #222;
    border: none;
    border: transparent 2px solid;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px;
}

.introbox .owl-thumbs button.active {
    border-color: #333;
    background: #333;
}

.introbox .owl-thumbs button:hover {
    border-color: #333;
}

.introbox .owl-thumbs button.yt {
    position: relative;
}

.introbox .owl-thumbs button.yt:after {
    content: "\e915";
    display: block;
    font-family: 'msi-icons';
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    font-size: 24px;
    z-index: 2;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    opacity: .7;
}

@media screen and (max-width: 1920px) {
    .introbox {
        padding: 5% 0;
    }
    .introbox .icons img {
        height: 65px;
    }
}

@media screen and (max-width: 1536px) {
    .introbox ul li {
        padding: 2.5px 0;
    }
}

@media screen and (max-width: 960px) {
    .introbox {
        padding-bottom: 5vh;
    }
    .introbox .pd-container {
        display: block;
    }
    .introbox .pd-imgbox,
    .introbox .pd-txtbox {
        float: none;
        width: 100%;
    }
    .introbox .pd-imgbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .introbox .pd-slideshow {
        position: relative;
        top: 0;
    }
    .introbox .pd-txtbox {
        padding-left: 0;
        text-align: center;
    }
    .introbox .pd-txtbox ul {
        text-align: left;
    }
    .introbox .pd-txtbox p {
        text-align: left;
    }
    .introbox .socila-share {
        padding: 15px 0;
    }
    .introbox .icons img {
        height: 60px;
    }
    .introbox .bt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
    }
    .introbox .bt a {
        display: block;
        margin: 5px auto;
    }
    .introbox .bt-add {
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .introbox .owl-thumbs {
        padding-top: 0;
        padding-bottom: 5vh;
    }
    .introbox h2 {
        padding-top: 15px;
    }
}

.pd-declare {
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
}

.pd-declare .declare-wrap {
    padding-top: 3%;
    padding-bottom: 3%;
}

.pd-declare .logo-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: #444 1px solid;
}

.pd-declare .logo-col2 .hdmi-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.pd-declare .logo-col2 .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 250px) / 2);
    flex: 0 0 calc((100% - 250px) / 2);
}

.pd-declare p {
    padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
    .pd-declare .logo-col2 {
        display: block;
    }
    .pd-declare .logo-col2 .hdmi-logo {
        max-width: 180px;
        margin: 10px auto;
    }
}

.pd-declare .nv-hdmi-declare {
    text-align: center;
    padding: 3% 0;
}

.pd-declare .nv-hdmi-declare .logoicons {
    padding-bottom: 25px;
}

.pd-declare .nv-hdmi-declare .logoicons img {
    height: 60px;
    margin: 0 15px;
}

.pd-notetext {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    padding: 2% 0;
    text-align: center;
}

#aside-tool {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    color: #fff;
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 10%;
    display: none;
}

#aside-tool div {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    background: #c00;
}

#aside-tool div:hover {
    background: #999;
}

#aside-tool div.active {
    background: #f00;
}

@media screen and (max-width: 960px) {
    #aside-tool {
        right: 0;
        bottom: 0;
    }
    #aside-tool div {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 25px 5px;
        margin-top: 5px;
        display: block;
    }
    #aside-tool div i {
        font-size: 14px;
    }
}

.bt-scroll-top span {
    font-size: 12px;
}

@media screen and (max-width: 960px) {
    .bt-scroll-top span {
        padding: 5px 0;
        display: none;
    }
}


/*recommand*/

.recommand {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
    background: -webkit-linear-gradient(#1f1f1f, #000);
    background: -o-linear-gradient(#1f1f1f, #000);
    background: linear-gradient(#1f1f1f, #000);
    text-align: center;
    padding: 3% 0;
}

.recommand h2 {
    font-size: 28px;
}

.recommand a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 15px;
    margin: 15px 25px;
}

.recommand a span {
    display: block;
}

.recommand a:hover {
    color: #f00;
}

.recommand .pd-name {
    font-size: 110%;
}

.recommand .pd-model {
    font-size: 90%;
}

.recommand .pd-model:before {
    content: "(";
    padding-right: 5px;
}

.recommand .pd-model:after {
    content: ")";
    padding-left: 5px;
}

#pd-recommand {
    position: relative;
    z-index: 1;
}

#pd-recommand a {
    outline: none;
}

#pd-recommand .pd-recommand-arrow {
    height: 20px;
    width: 20px;
    /*margintop請下-height的2分之1*/
    margin-top: -10px;
    /* ----- */
    position: absolute;
    z-index: 2;
    top: 50%;
    cursor: pointer;
}

.pd-recommand-prev {
    left: -20px;
}

.pd-recommand-next {
    right: 0px;
}

.pd-recommand-prev::after {
    content: "❮";
    color: #eee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.pd-recommand-next::after {
    content: "❯";
    color: #eee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.pd-recommand-prev:hover::after {
    color: #f00;
}

.pd-recommand-next:hover::after {
    color: #f00;
}

#pd-recommand .slick-dots {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
}

#pd-recommand .slick-dots li {
    overflow: hidden;
}

.slick-active {
    outline: none !important;
}


/* #pd-recommand .slick-dots li.slick-active button {
  background-color: #f00; }

#pd-recommand .slick-dots li.slick-active button:hover {
  background-color: #f00; } */


/* #pd-recommand .slick-dots li button {
  padding: 0;
  background-color: #666;
  width: 70px;
  height: 3px;
  margin: 5px 4px;
  cursor: pointer;
  font-size: 0px;
  border-radius: 50%;
  border: none;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer; } */

#pd-recommand .slick-dots li button:focus {
    outline: none;
}


/* #pd-recommand .slick-dots li button:hover {
  background-color: #f00; } */

.product-mainbox .pd-container,
.product-mainbox .declare-wrap,
.product-mainbox .container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.product-mainbox.gray-white {
    background: #fff;
    color: #222;
}

.product-mainbox.gray-white #product-main-nav .navbar-container {
    background: #999;
}

.product-mainbox.gray-white #product-main-nav .bt-buy {
    color: #777;
}

.product-mainbox.gray-white #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray-white #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.gray-white .introbox {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.gray-white .introbox .socila-share a {
    background: #777;
}

.product-mainbox.gray-white .introbox .socila-share a:hover {
    background: #999;
}

.product-mainbox.gray-white .introbox .bt a {
    background: #fff;
    color: #777;
    border: #ccc 1px solid;
}

.product-mainbox.gray-white .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray-white .introbox .color a {
    border-color: #eee;
}

.product-mainbox.gray-white .introbox .color a:hover {
    border-color: #999;
}

.product-mainbox.gray-white .introbox ul {
    color: #666;
}

.product-mainbox.gray-white .introbox .note {
    color: #000;
}

.product-mainbox.gray-white .introbox .owl-thumbs button {
    background: #eee;
}

.product-mainbox.gray-white .introbox .owl-thumbs button.active {
    border-color: #ccc;
}

.product-mainbox.gray-white h1 {
    color: #fff;
}

.product-mainbox.gray-white .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.gray-white .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.gray-white .title .bt button {
    color: #222;
}

.product-mainbox.gray-white #aside-tool {
    color: #fff;
}

.product-mainbox.gray-white #aside-tool div {
    background: #777;
}

.product-mainbox.gray-white #aside-tool div:hover {
    background: #999;
}

.product-mainbox.gray-white .declare-wrap {
    border-top: #ccc 1px solid;
}

.product-mainbox.gray-white .recommand {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.gray-white .recommand a {
    color: #222;
}

.product-mainbox.gray-white .recommand a:hover {
    color: #fff;
}

.product-mainbox.gray-white .pd-recommand-prev::after,
.product-mainbox.gray-white .pd-recommand-next::after {
    color: #777;
}

.product-mainbox.gray-white .pd-recommand-prev:hover::after,
.product-mainbox.gray-white .pd-recommand-next:hover::after {
    color: #999;
}


/* .product-mainbox.gray-white #pd-recommand .slick-dots li.slick-active button {
    background-color: #999; }
  .product-mainbox.gray-white #pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #999; }
  .product-mainbox.gray-white #pd-recommand .slick-dots li button:hover {
    background-color: #999; } */

@media screen and (max-width: 960px) {
    .product-mainbox.gray-white .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.gray-white .pdnavtab li:hover {
        color: #777;
    }
    .product-mainbox.gray-white .pdnavtab li:hover a {
        color: #777;
    }
    .product-mainbox.gray-white .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.gray-white .pdnavtab li.active a {
        color: #777;
    }
    .product-mainbox.gray-white .pdnavtab li ol {
        background: #fff;
    }
}

.product-mainbox.gray #product-main-nav .navbar-container {
    background: #999;
}

.product-mainbox.gray #product-main-nav .bt-buy {
    color: #777;
}

.product-mainbox.gray #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.gray .introbox {
    color: #fff;
}

.product-mainbox.gray .introbox .socila-share a {
    background: #777;
}

.product-mainbox.gray .introbox .socila-share a:hover {
    background: #999;
}

.product-mainbox.gray .introbox .bt a {
    background: #fff;
    color: #777;
    border: #ccc 1px solid;
}

.product-mainbox.gray .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.gray .introbox .color a:hover {
    border-color: #999;
}

.product-mainbox.gray h1 {
    color: #fff;
}

.product-mainbox.gray .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.gray .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.gray .title .bt button {
    color: #222;
}

.product-mainbox.gray #aside-tool {
    color: #fff;
}

.product-mainbox.gray #aside-tool div {
    background: #777;
}

.product-mainbox.gray #aside-tool div:hover {
    background: #999;
}

.product-mainbox.gray .declare-wrap {
    border-top: #444 1px solid;
}

@media screen and (max-width: 960px) {
    .product-mainbox.gray .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.gray .pdnavtab li:hover {
        color: #777;
    }
    .product-mainbox.gray .pdnavtab li:hover a {
        color: #777;
    }
    .product-mainbox.gray .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.gray .pdnavtab li.active a {
        color: #777;
    }
    .product-mainbox.gray .pdnavtab li ol {
        background: #fff;
    }
}

.product-mainbox.green {
    background: #fff;
    color: #222;
}

.product-mainbox.green #product-main-nav .navbar-container {
    background: #82bc00;
}

.product-mainbox.green #product-main-nav .bt-buy {
    color: #82bc00;
}

.product-mainbox.green #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.green #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.green .introbox {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.green .introbox .socila-share a {
    background: #82bc00;
}

.product-mainbox.green .introbox .socila-share a:hover {
    background: #999;
}

.product-mainbox.green .introbox .bt a {
    background: #fff;
    color: #82bc00;
    border: #ccc 1px solid;
}

.product-mainbox.green .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.green .introbox .color a {
    border-color: #eee;
}

.product-mainbox.green .introbox .color a:hover {
    border-color: #999;
}

.product-mainbox.green .introbox ul {
    color: #666;
}

.product-mainbox.green .introbox .note {
    color: #000;
}

.product-mainbox.green .introbox .owl-thumbs button {
    background: #eee;
}

.product-mainbox.green .introbox .owl-thumbs button.active {
    border-color: #ccc;
}

.product-mainbox.green h1 {
    color: #fff;
}

.product-mainbox.green .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.green .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.green .title .bt button {
    color: #222;
}

.product-mainbox.green #aside-tool {
    color: #fff;
}

.product-mainbox.green #aside-tool div {
    background: #82bc00;
}

.product-mainbox.green #aside-tool div:hover {
    background: #999;
}

.product-mainbox.green .declare-wrap {
    border-top: #ccc 1px solid;
}

.product-mainbox.green .recommand {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    background: -webkit-linear-gradient(#e8e8e8, #fff);
    background: -o-linear-gradient(#e8e8e8, #fff);
    background: linear-gradient(#e8e8e8, #fff);
}

.product-mainbox.green .recommand a {
    color: #222;
}

.product-mainbox.green .recommand a:hover {
    color: #82bc00;
}

.product-mainbox.green .pd-recommand-prev::after,
.product-mainbox.green .pd-recommand-next::after {
    color: #777;
}

.product-mainbox.green .pd-recommand-prev:hover::after,
.product-mainbox.green .pd-recommand-next:hover::after {
    color: #82bc00;
}

.product-mainbox.green #pd-recommand .slick-dots li.slick-active button {
    background-color: #82bc00;
}

.product-mainbox.green #pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #82bc00;
}

.product-mainbox.green #pd-recommand .slick-dots li button:hover {
    background-color: #82bc00;
}

@media screen and (max-width: 960px) {
    .product-mainbox.green .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.green .pdnavtab li:hover {
        color: #82bc00;
    }
    .product-mainbox.green .pdnavtab li:hover a {
        color: #82bc00;
    }
    .product-mainbox.green .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.green .pdnavtab li.active a {
        color: #82bc00;
    }
    .product-mainbox.green .pdnavtab li ol {
        background: #fff;
    }
}

.product-mainbox.alpha #product-main-nav .navbar-container {
    background: #92b457;
}

.product-mainbox.alpha #product-main-nav .bt-buy {
    color: #92b457;
}

.product-mainbox.alpha #product-main-nav .bt-buy:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.alpha #product-main-nav .bt button {
    color: #fff;
}

.product-mainbox.alpha .introbox .bt a {
    background: #92b457;
}

.product-mainbox.alpha .introbox .bt a:hover {
    background: #999;
    color: #fff;
}

.product-mainbox.alpha .introbox .owl-thumbs button {
    background: #eee;
}

.product-mainbox.alpha .introbox .owl-thumbs button.active {
    border-color: #ccc;
}

.product-mainbox.alpha h1 {
    color: #fff;
}

.product-mainbox.alpha .pdnavtab a.bt-buy {
    color: #222;
}

.product-mainbox.alpha .pdnavtab a.bt-buy:hover {
    color: #fff;
}

.product-mainbox.alpha .title .bt button {
    color: #222;
}

.product-mainbox.alpha #aside-tool {
    color: #fff;
}

.product-mainbox.alpha #aside-tool div {
    background: #92b457;
}

.product-mainbox.alpha #aside-tool div:hover {
    background: #999;
}

.product-mainbox.alpha .recommand a:hover {
    color: #92b457;
}

.product-mainbox.alpha .pd-recommand-prev::after,
.product-mainbox.alpha .pd-recommand-next::after {
    color: #777;
}

.product-mainbox.alpha .pd-recommand-prev:hover::after,
.product-mainbox.alpha .pd-recommand-next:hover::after {
    color: #92b457;
}

.product-mainbox.alpha #pd-recommand .slick-dots li.slick-active button {
    background-color: #92b457;
}

.product-mainbox.alpha #pd-recommand .slick-dots li.slick-active button:hover {
    background-color: #92b457;
}

.product-mainbox.alpha #pd-recommand .slick-dots li button:hover {
    background-color: #92b457;
}

@media screen and (max-width: 960px) {
    .product-mainbox.alpha .pdnavtab {
        background: #ccc;
        border-top-color: #999;
    }
    .product-mainbox.alpha .pdnavtab li:hover {
        color: #92b457;
    }
    .product-mainbox.alpha .pdnavtab li:hover a {
        color: #92b457;
    }
    .product-mainbox.alpha .pdnavtab li.active {
        border-bottom: #999 1px solid;
    }
    .product-mainbox.alpha .pdnavtab li.active a {
        color: #92b457;
    }
    .product-mainbox.alpha .pdnavtab li ol {
        background: #fff;
    }
}


/*prev vision*/

#overview ul {
    padding-bottom: 20px;
}

#overview ul li {
    list-style: disc;
    padding-bottom: 5px;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*# sourceMappingURL=slick.min.css.map */

@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
@font-face {
    font-family: 'DINCond-Light';
    src: url("https://event.msi.com/msifonts/fonts/DINCond-Light.otf") format("TrueType");
    src: url("https://event.msi.com/msifonts/fonts/DINCond-Light.woff2") format("woff2"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.woff") format("woff"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.ttf") format("truetype"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.svg#DINCond-Bold") format("svg"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.eot?#iefix") format("embedded-opentype");
}

.nvhide {}

.nvhide_3060 {}

h2.nbtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
    h2.nbtitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 1536px) {
    h2.nbtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    h2.nbtitle {
        font-size: 22px;
    }
}

h3.subtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    h3.subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    h3.subtitle {
        font-size: 20px;
    }
}

p.nb-article {
    margin: 0;
    padding: 0 0 15px;
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 1920px) {
    p.nb-article {
        font-size: 18px;
    }
}

p.notetext {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

@media screen and (max-width: 960px) {
    p.notetext {
        font-size: 14px;
        line-height: 1.3;
    }
}

.block {
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto") overflow: hidden;
}

.block img.full {
    width: 100%;
}

.block .imgxs {
    display: none;
}

.block h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.block h2.h2line strong {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.block h2.h2line strong:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block h2.h2line strong:before {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block p {
    margin: 0;
    padding: 0 0 15px;
}

.block ul,
.block li {
    list-style: none;
}

.block .note {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

.block .data-num {
    font-family: 'DINCond-Light';
    font-size: 3vh;
}

.block .data-num span,
.block .data-num b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num img {
    margin: 0 15px;
}

.block .data-num-sm {
    font-family: 'DINCond-Light';
    font-size: 2.5vh;
}

.block .data-num-sm span,
.block .data-num-sm b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num-xs {
    font-family: 'DINCond-Light';
    font-size: 1.5vh;
}

.block .data-num-xs span,
.block .data-num-xs b {
    font-size: 220%;
    font-weight: 400;
}

.block.center,
.block .center {
    text-align: center;
}

.block .container-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .container-lg {
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.block .container-md {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.block.sp,
.block .sp {
    padding: 5% 0;
}

.block.spbt,
.block .spbt {
    padding-bottom: 5%;
}

.block.sptop,
.block .sptop {
    padding-top: 5%;
}

.block.spsub,
.block .spsub {
    padding: 3% 0;
}

.block.spsubbt,
.block .spsubbt {
    padding-bottom: 3%;
}

.block.spsubtop,
.block .spsubtop {
    padding-top: 3%;
}

@media screen and (max-width: 1920px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 22px;
    }
    .block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1536px) {
    .block h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 22px;
    }
    .block .note {
        font-size: 14px;
        line-height: 1.3;
    }
    .block .imglg {
        display: none;
    }
    .block .imgxs {
        display: block;
    }
    .block .container-lg,
    .block .container-md,
    .block .container {
        width: 80%;
    }
    .block .data-num,
    .block .data-num-sm,
    .block .data-num-xs {
        font-size: 20px !important;
    }
    .block .data-num span,
    .block .data-num b,
    .block .data-num-sm span,
    .block .data-num-sm b,
    .block .data-num-xs span,
    .block .data-num-xs b {
        font-size: 42px;
        font-weight: bold;
    }
}

.box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .box-sc {
        display: block;
    }
}

.box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 960px) {
    .box-sc.box-xs,
    .box-cc.box-xs,
    .box-s.box-xs,
    .box-c.box-xs {
        display: block;
    }
}

.effect-zoom-in {
    position: relative;
    overflow: hidden;
}

.effect-zoom-in img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    vertical-align: bottom;
}

.effect-zoom-in img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mobile-content h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 10% 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.mobile-content .nb-article {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
}

.mobile-content .note {
    font-size: 14px;
    padding: 15px 0 0;
    color: #999;
    list-style: none;
}

.mobile-content .data-num {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
}

.mobile-content .data-num li {
    display: inline-block;
    margin: 0 5%;
}

.mobile-content .data-num li span,
.mobile-content .data-num li b {
    font-size: 36px;
    font-weight: bold;
}

.mobile-content .bt {
    padding-top: 15px;
}

.mobile-content .bt a {
    display: inline-block;
    min-width: 50%;
    padding: 10px 20px;
    border: #666 1px solid;
    color: #fff;
    text-decoration: none;
}

.mobile-content .bt a:hover {
    background: #fff;
    color: #000;
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.section-group {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/GL/Pulse-GL66/title-bg.jpg) no-repeat top center;
    background-size: auto;
    background-size: 100%;
}

.section-group .Titlebar {
    height: auto;
    background: none;
    /*background: linear-gradient(180deg, rgba(15,15,15, 1) 0%, rgba(8,8,8, 1) 40%, rgba(0, 0, 0, 1) 100%);*/
    text-align: center;
}

.groupTitle .titlebox {
    width: auto;
    border-top: none;
    text-align: center;
    font-family: 'DINCond-Bold';
    color: #ff0000;
    font-size: 46px;
    margin: 30px auto;
    padding: 30px 0px 20px;
    /*text-shadow: -5px 0px 0px rgba(90, 0, 255, 0.6), 5px 0px 0px rgba(255, 156, 0, 0.3);*/
    position: relative;
}

.feature-tabbox ul {
    margin-top: 0px;
}

.feature-tabbox ul li {
    white-space: nowrap;
    text-align: center;
    color: #ff5252;
    padding: 15px 0px;
    min-width: 160px;
    margin: 0px 2px;
    transform: skewX(-8deg);
    font-size: 24px;
    font-family: 'DINCond-Medium-Regular';
    cursor: pointer;
}

.feature-tabbox ul li.active {
    transform: skewX(-8deg);
}

.feature-tabbox ul li.active::after,
.feature-tabbox ul li:hover::after {
    background: none !important;
}

.feature-tabbox ul li:after {
    bottom: 0px;
    left: 0;
    background: none;
    width: 100%;
    height: 0 !important;
}

.feature-tabbox ul li:last-child:after {
    display: none;
}

.feature-tabbox ul li a {
    padding: 0;
    transform: skewX(8deg);
    color: #ff5252;
    font-size: inherit;
    -webkit-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
}

.feature-tabbox ul li a:hover,
.feature-tabbox ul li:hover {
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 10px rgba(222, 38, 38, 1), 0px 0px 30px rgba(222, 38, 38, 1);
    -webkit-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
}

.feature-tabbox ul li.active a {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 10px rgba(222, 38, 38, 1), 0px 0px 30px rgba(222, 38, 38, 1);
}

.feature-tabbox ul li:hover,
.feature-tabbox ul li.active:hover {
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 10px rgba(222, 38, 38, 1), 0px 0px 30px rgba(222, 38, 38, 1);
    box-shadow: 0px;
}

.feature-tabbox ul::before {
    display: block;
    content: '';
    position: absolute;
    background: none bottom -20px;
    height: 100%;
    width: 50%;
}

.feature-tabbox ul::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(left, rgba(222, 38, 38, 0) 20%, rgba(222, 38, 38, 1) 50%, rgba(222, 38, 38, 0) 80%);
    background: -o-linear-gradient(left, rgba(222, 38, 38, 0) 20%, rgba(222, 38, 38, 1) 50%, rgba(222, 38, 38, 0) 80%);
    background: linear-gradient(to right, rgba(222, 38, 38, 0) 20%, rgba(222, 38, 38, 1) 50%, rgba(222, 38, 38, 0) 80%);
}

@media screen and (max-width: 1000px) {
    .section-group {
        background-position: top center;
        background-size: 200%;
    }
    .groupTitle .titlebox {
        margin: 10px auto;
        padding: 30px 0px 2px;
    }
    .feature-tabbox {
        width: auto;
        max-width: 100%;
    }
    .feature-tabbox ul {
        display: flex;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        padding: 0;
        position: initial;
        overflow: initial;
        left: 0 !important;
    }
    .feature-tabbox ul li {
        width: 30%;
        margin: 0 5px;
        word-break: break-word;
        white-space: initial;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
    }
    .feature-tabbox ul li a {
        padding: 20px 30px;
        font-size: 20px;
        text-align: center;
    }
    .feature-tabbox ul::after {
        visibility: inherit;
    }
    .feature-tabbox button:before,
    .feature-tabbox button:after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .feature-tabbox ul {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        padding: 0;
        position: initial;
        overflow: initial;
        left: 0 !important;
        flex-direction: column;
        align-items: center;
    }
    .feature-tabbox ul li {
        width: 80%;
        margin: 5px;
        word-break: break-word;
        white-space: initial;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
    }
    .feature-tabbox ul li a {
        padding: 20px 30px;
        font-size: 20px;
        text-align: center;
    }
    .feature-tabbox ul::after {
        visibility: inherit;
    }
    .feature-tabbox button:before,
    .feature-tabbox button:after {
        display: none;
    }
    .feature-tabbox ul li {
        transform: skewX(0deg);
    }
    .feature-tabbox ul li.active {
        transform: skewX(0deg);
    }
    .feature-tabbox ul li a {
        transform: skewX(0deg);
    }
    .feature-tabbox ul li.active a {
        transform: skewX(0deg);
    }
}

@media screen and (max-width: 486px) {
    .section-group {
        background-position: top center;
        background-size: 200%;
    }
    .feature-tabbox ul li {
        width: 50%;
    }
    .feature-tabbox ul li a {
        padding: 10px 0;
    }
    .groupTitle .titlebox {
        margin-top: 5px;
    }
    .feature-tabbox ul {
        display: -webkit-inline-box;
    }
}

@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
@font-face {
    font-family: 'DINCond-Light';
    src: url("https://event.msi.com/msifonts/fonts/DINCond-Light.otf") format("TrueType");
    src: url("https://event.msi.com/msifonts/fonts/DINCond-Light.woff2") format("woff2"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.woff") format("woff"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.ttf") format("truetype"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.svg#DINCond-Bold") format("svg"), url("https://event.msi.com/msifonts/fonts/DINCond-Light.eot?#iefix") format("embedded-opentype");
}

.nvhide {}

.nvhide_3060 {}

h2.nbtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
    h2.nbtitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 1536px) {
    h2.nbtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    h2.nbtitle {
        font-size: 22px;
    }
}

h3.subtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    h3.subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    h3.subtitle {
        font-size: 20px;
    }
}

p.nb-article {
    margin: 0;
    padding: 0 0 15px;
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 1920px) {
    p.nb-article {
        font-size: 18px;
    }
}

p.notetext {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

@media screen and (max-width: 960px) {
    p.notetext {
        font-size: 14px;
        line-height: 1.3;
    }
}

.block {
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

.block img.full {
    width: 100%;
}

.block .imgxs {
    display: none;
}

.block h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.block h2.h2line strong {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.block h2.h2line strong:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block h2.h2line strong:before {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block p {
    margin: 0;
    padding: 0 0 15px;
}

.block ul,
.block li {
    list-style: none;
}

.block .note {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

.block .data-num {
    font-family: 'DINCond-Light';
    font-size: 3vh;
}

.block .data-num span,
.block .data-num b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num img {
    margin: 0 15px;
}

.block .data-num-sm {
    font-family: 'DINCond-Light';
    font-size: 2.5vh;
}

.block .data-num-sm span,
.block .data-num-sm b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num-xs {
    font-family: 'DINCond-Light';
    font-size: 1.5vh;
}

.block .data-num-xs span,
.block .data-num-xs b {
    font-size: 220%;
    font-weight: 400;
}

.block.center,
.block .center {
    text-align: center;
}

.block .container-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .container-lg {
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.block .container-md {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.block.sp,
.block .sp {
    padding: 5% 0;
}

.block.spbt,
.block .spbt {
    padding-bottom: 5%;
}

.block.sptop,
.block .sptop {
    padding-top: 5%;
}

.block.spsub,
.block .spsub {
    padding: 3% 0;
}

.block.spsubbt,
.block .spsubbt {
    padding-bottom: 3%;
}

.block.spsubtop,
.block .spsubtop {
    padding-top: 3%;
}

@media screen and (max-width: 1920px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 26px;
    }
    .block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1536px) {
    .block h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 22px;
    }
    .block .note {
        font-size: 14px;
        line-height: 1.3;
    }
    .block .imglg {
        display: none;
    }
    .block .imgxs {
        display: block;
    }
    .block .container-lg,
    .block .container-md,
    .block .container {
        width: 80%;
    }
    .block .data-num,
    .block .data-num-sm,
    .block .data-num-xs {
        font-size: 20px !important;
    }
    .block .data-num span,
    .block .data-num b,
    .block .data-num-sm span,
    .block .data-num-sm b,
    .block .data-num-xs span,
    .block .data-num-xs b {
        font-size: 42px;
        font-weight: bold;
    }
}

.box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .box-sc {
        display: block;
    }
}

.box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 960px) {
    .box-sc.box-xs,
    .box-cc.box-xs,
    .box-s.box-xs,
    .box-c.box-xs {
        display: block;
    }
}

.effect-zoom-in {
    position: relative;
    overflow: hidden;
}

.effect-zoom-in img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    vertical-align: bottom;
}

.effect-zoom-in img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mobile-content h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 10% 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.mobile-content .nb-article {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
}

.mobile-content .note {
    font-size: 14px;
    padding: 15px 0 0;
    color: #999;
    list-style: none;
}

.mobile-content .data-num {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
}

.mobile-content .data-num li {
    display: inline-block;
    margin: 0 5%;
}

.mobile-content .data-num li span,
.mobile-content .data-num li b {
    font-size: 36px;
    font-weight: bold;
}

.mobile-content .bt {
    padding-top: 15px;
}

.mobile-content .bt a {
    display: inline-block;
    min-width: 50%;
    padding: 10px 20px;
    border: #666 1px solid;
    color: #fff;
    text-decoration: none;
}

.mobile-content .bt a:hover {
    background: #fff;
    color: #000;
}

.block h3 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
}

.block p {
    color: #fff;
    font-family: "DINPro-Light", "cwTeXHei", "Microsoft JhengHei";
    line-height: 2;
}

.block .bt a {
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    background: #bc0101;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 1px solid #f00;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.block .bt a:hover {
    -webkit-box-shadow: 0 0 15px #f00;
    box-shadow: 0 0 15px #f00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.block .container {
    width: 80%;
    max-width: 1920px;
}

.block .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.block .slick-dots li {
    margin: 0px 4px;
    overflow: hidden;
    width: 60px;
    top: 20px;
}

.block .slick-dots li.slick-active button {
    background-color: #bc0101;
}

.block .slick-dots li button {
    padding: 0;
    width: 60px;
    height: 5px;
    font-size: 0px;
    background: transparent;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: rgba(188, 1, 1, 0.2);
    border-radius: 10px;
    border: 0px;
}

.block .slick-dots li button::before {
    display: none;
}

.block .video-sec__video a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 1s;
    transition: 1s;
}

.block .video-sec__video a:hover:before {
    opacity: 0.5;
}

.block .video-sec__video a:hover .video-sec__play-btn {
    opacity: 1;
    -webkit-animation: play-btn-light 3s infinite;
    animation: play-btn-light 3s infinite;
}

.block .video-sec__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80px;
    width: 4.16666667vw;
    background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/GL/Pulse-GL66/01-video-play.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    border: 0px solid #0ff;
    opacity: 0.5;
    -webkit-transition: 1s;
    transition: 1s;
}

.block .video-sec__play-btn:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

@media screen and (max-width: 1680px) {
    .block .container {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .block h2 {
        text-align: center;
    }
    .block p {
        text-align: center;
        padding: 0 5%;
    }
    .block .bt {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
}


/*# sourceMappingURL=pulse-gl66-style.css.map */