.galleryContainer {
    position: fixed;
    top: 30%;
    right: 50px;
    z-index: 1000;
}

.galleryContainer .threeDbutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.galleryContainer .threeDbutton:hover {
    opacity: 0.7;
}

.slick-slider {
    margin-bottom: 0 !important;
}

h2.nbtitle {
    font-size: 26px;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
    h2.nbtitle {
        font-size: 22px;
    }
}

.sub-feature-nav li:focus {
    outline: none !important;
}

.GF2021 .sub-group {
    margin-bottom: -30px;
}

.GF-kv {
    background-image: url(image/kv-bg.jpg), url(image/kv-bg-x.jpg);
    background-size: inherit, inherit;
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-x;
    padding-bottom: 250px;
    background-color: #ad6a3d;
    padding-top: 75px;
    padding-top: 75px;
    overflow: hidden;
}

.GF-kv .GF-kv-laptop {
    margin: 34% -25% 0% 35%;
    position: relative;
    z-index: 2;
    animation-name: GF-kv-float;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: none;
}

.GF-kv .GF-kv-laptop img {
    width: 100%;
    max-width: 700px;
}

.GF-kv .GF-kv-warrior {
    margin: -20% 26% 0% -30%;
    position: relative
}

.GF-kv .GF-kv-warrior img {
    width: 100%;
    max-width: 900px;
}

.GF-kv .GF-kv-col {
    position: inherit;
    margin-top: -220px;
    margin-bottom: 0px
}

.GF-kv .GF-kv-title {
    margin-top: 0px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2
}

.GF-kv .GF-kv-title img {
    width: 100%
}

.GF-kv .GF-kv-title .kv-slogan {
    width: 90%;
    margin: 0px auto;
}

.GF-kv .GF-kv-title .kv-name {
    width: 80%;
    margin: 0px auto;
}

.GF-kv .GF-kv-top {
    position: absolute;
    top: 240px;
    right: 50px;
    left: 50px;
    display: flex;
    justify-content: space-between
}

.GF-kv .GF-kv-intel {
    text-align: left;
    color: #fff;
    display: block;
    line-height: 28px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GF-kv .GF-kv-intel img {
    width: 120px;
    margin-right: 20px;
}

.GF-kv .GF-kv-pcmag {}

.GF-kv .GF-kv-pcmag img {
    width: 120px;
}

.GF-kv .GF-kv-content {
    position: relative;
    text-align: center;
    margin-top: 20px;
    ;
    margin-bottom: 80px;
    text-align: center
}

.GF-kv .GF-kv-content p {
    margin-bottom: 10px;
    max-width: 800px;
    margin: 0 auto
}

.GF-kv .GF-kv-video {
    position: relative;
    width: 100%;
    background: url(image/video-bg.jpg) no-repeat center center / contain;
    -webkit-mask: url(image/mask.png) no-repeat center center / contain;
    mask: url(image/mask.png) no-repeat center center / contain;
}

.GF-kv .GF-kv-video a {
    display: block;
    overflow: hidden;
    position: relative
}

.GF-kv .GF-kv-video a img.video-bg {
    display: block;
    margin: 0 auto;
    transition-duration: 5000ms;
    width: 100%
}

.GF-kv .GF-kv-video a:hover img.video-bg {
    transform: scale(1.2);
}

.GF-kv .GF-kv-video a:hover {
    cursor: pointer !important
}

.GF-kv .GF-kv-video .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -143px;
    width: 460px;
}

.GF-kv .GF-kv-buy {
    background: url('image/gpu-tab-btn.png') center bottom no-repeat;
    background-size: contain;
    font-family: 'DINCond-Medium-Regular';
    font-size: 22px;
    padding: 30px 0;
    margin-bottom: 50px;
}

.GF-kv .GF-kv-buy a {
    color: #fff;
    display: block;
}

.GF-kv .GF-kv-buy a:hover {
    color: #00f6ff;
    display: block;
}

@keyframes GF-kv-float {
    from {
        bottom: 0;
    }
    to {
        bottom: 10px;
    }
}

@media (max-width: 1699px) {
    .GF-kv .GF-kv-laptop img {
        max-width: 750px;
    }
    .GF-kv .GF-kv-top {
        top: 240px;
        right: 30px;
        left: 30px;
    }
}

@media (max-width: 1599px) {
    .GF-kv .GF-kv-top {
        top: 120px;
    }
    .GF-kv .GF-kv-col {
        margin-top: -170px;
    }
    .GF-kv .GF-kv-video {
        margin-top: -50px;
    }
}

@media (max-width: 1399px) {
    .GF-kv {
        background-image: url(image/kv-bg.jpg);
        background-size: 140%;
    }
    .GF-kv .GF-kv-col {
        margin-top: -160px;
    }
}

@media (max-width: 1299px) {
    .GF-kv .GF-kv-col {
        margin-top: -150px;
    }
    .GF-kv .GF-kv-intel img {
        width: 100px;
        margin-right: 15px;
    }
    .GF-kv .GF-kv-pcmag img {
        width: 100px;
    }
    .GF-kv .col-kv-video {
        margin: -50px -100px 0px;
    }
}

@media (max-width: 1199px) {
    .GF-kv .GF-kv-top {
        top: 240px;
    }
    .GF-kv .GF-kv-col {
        margin-top: -140px;
    }
}

@media (max-width: 991px) {
    .GF-kv {
        background-size: 160%;
    }
    .GF-kv .GF-kv-laptop {
        margin: 52% -28% 0% 15%;
    }
    .GF-kv .GF-kv-warrior {
        margin: -18% 12% 0% -47%;
    }
    .GF-kv .GF-kv-col {
        margin-top: -80px;
    }
    .GF-kv .GF-kv-title .kv-slogan {
        width: 70%;
    }
    .GF-kv .GF-kv-title .kv-name {
        width: 60%;
    }
    .GF-kv .GF-kv-intel {
        font-size: 15px;
        line-height: 26px;
    }
    .GF-kv .GF-kv-intel img {
        width: 80px;
        margin-right: 15px;
    }
    .GF-kv .GF-kv-pcmag img {
        width: 80px;
    }
    .GF-kv .col-kv-video {
        margin: -50px -150px 0px;
    }
}

@media (max-width: 768px) {
    .GF-kv {
        background-image: url(image/kv-bg.jpg);
        background-size: 250%;
    }
    .GF-kv .GF-kv-laptop {
        margin: 75% -28% 0% -20%;
    }
    .GF-kv .GF-kv-warrior {
        margin: -20% -20% 0% -80%;
    }
    .GF-kv .GF-kv-title {
        margin-bottom: 30px;
    }
    .GF-kv .GF-kv-title .kv-slogan {
        width: 90%;
    }
    .GF-kv .GF-kv-title .kv-name {
        width: 80%;
    }
    .GF-kv .GF-kv-top {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        justify-content: center;
    }
    .GF-kv .GF-kv-top .GF-kv-pcmag {
        width: 60px;
        margin-right: 20px;
    }
    .GF-kv .GF-kv-intel .GF-top-intel {
        margin-bottom: 10px;
    }
    .GF-kv .GF-kv-intel {
        font-size: 9px;
        line-height: 16px
    }
    .GF-kv .GF-kv-intel img {
        width: 80px;
    }
    .GF-kv .GF-kv-pcmag img {
        width: 60px;
        margin-left: 15px
    }
    .GF-kv .GF-kv-content {
        margin-bottom: 40px;
    }
    .GF-kv .col-kv-video {
        margin: 50px -200px 0px;
    }
    .GF-kv .GF-kv-video .video-btn {
        margin-left: -180px;
        margin-top: -123px;
        width: 360px;
    }
    .GF-kv .GF-kv-buy {
        padding: 15px 0;
    }
}

@media (max-width: 640px) {
    .GF-kv .GF-kv-intel img {
        width: 120px;
    }
    .GF-kv .GF-kv-title .kv-slogan {
        width: 100%;
    }
    .GF-kv .GF-kv-title .kv-name {
        width: 90%;
    }
    .GF-kv .GF-kv-video .video-btn {
        margin-left: -150px;
        margin-top: -103px;
        width: 300px;
    }
}

@media (min-width: 1920px) {}

.GF-photo {
    margin-top: 0px;
    background: url(image/photo-bg-bottom.jpg) center center no-repeat #ad6a3d;
    background-size: cover
}

.GF-photo-bg {
    background: url(image/photo-bg.png) center center no-repeat;
    background-size: 120%;
    position: relative;
    top: -300px;
}

.GF-photo-p {
    display: block;
    animation-name: GF-kv-float;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: none;
    position: relative;
}

@keyframes GF-kv-float {
    from {
        bottom: 0px;
    }
    to {
        bottom: 30px;
    }
}

.GF-photo-p1 {
    margin: -220px -150px 0px 0px;
    animation-delay: 0;
    animation-duration: 2s;
}

.GF-photo-p2 {
    margin: 20px -180px 0px -60px;
    animation-delay: 0.5;
    animation-duration: 2.2s;
}

.GF-photo-p3 {
    margin: 320px -50px 0px -270px;
    animation-delay: 1;
    animation-duration: 2.5s;
}

.GF-photo-p4 {
    margin: -180px -30px 0px -190px;
    animation-delay: 1.5;
    animation-duration: 3s;
}

.GF-photo-p img {
    width: 100%
}

.GF-photo-content {
    margin-top: -300px;
    margin-bottom: 100px;
}

.GF-photo-content p {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1699px) {
    .GF-photo-bg {
        background-size: cover;
    }
    .GF-photo-p1 {
        margin: -80px -150px 0px 0px;
    }
    .GF-photo-p2 {
        margin: 40px -180px 0px -60px;
    }
    .GF-photo-p3 {
        margin: 360px 0px 0px -350px;
    }
    .GF-photo-p4 {
        margin: -50px -30px 0px -220px;
    }
}

@media (max-width: 1399px) {
    .GF-photo-bg {
        background-size: 125%;
    }
    .GF-photo-p1 {
        margin: -50px -100px 0px -50px;
    }
}

@media (max-width: 1199px) {
    .GF-photo-bg {
        background-size: 135%;
    }
    .GF-photo-p1 {
        margin: -50px -90px 0px -90px;
    }
    .GF-photo-p2 {
        margin: 70px -140px 0px -100px;
    }
    .GF-photo-p3 {
        margin: 330px -30px 0px -250px;
    }
    .GF-photo-p4 {
        margin: 0px -30px 0px -160px;
    }
}

@media (max-width: 991px) {
    .GF-photo-content p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .GF-photo-bg {
        background-size: 180%;
    }
    .GF-photo-p1 {
        margin: -80px -140px 0px -90px;
    }
    .GF-photo-p2 {
        margin: 70px -200px 0px -50px;
    }
    .GF-photo-p3 {
        margin: 350px -30px 0px -250px;
    }
    .GF-photo-p4 {
        margin: 60px -60px 0px -160px;
    }
}

@media (max-width: 768px) {
    .GF-photo-bg {
        background-size: 250%;
    }
    .GF-photo-p1 {
        margin: -100px -160px 0px -80px;
    }
    .GF-photo-p2 {
        margin: 70px -250px 0px 0px;
    }
    .GF-photo-p3 {
        margin: 280px 30px 0px -260px;
    }
    .GF-photo-p4 {
        margin: 200px -30px 0px -230px;
    }
}

@media (max-width: 640px) {
    .GF-photo-bg {
        background-size: 450%;
    }
    .GF-photo-p1 {
        margin: -50px -130px 0px -50px;
    }
    .GF-photo-p2 {
        margin: 130px -240px 0px 0px;
    }
    .GF-photo-p3 {
        margin: 290px 0px 0px -200px;
    }
    .GF-photo-p4 {
        margin: 250px -40px 0px -180px;
    }
    .GF-photo-content {
        margin-bottom: 0px
    }
}

@media (min-width: 1921px) {
    .GF-photo {
        background-size: contain
    }
    .GF-photo-bg {
        background-size: contain;
    }
}

.GF-artist {
    background-image: url(image/artist-bg.jpg), url(image/artist-bg-x.jpg);
    background-position: center bottom, center bottom;
    background-repeat: no-repeat, repeat-x;
    padding: 100px 0px 50px;
    background-color: #ad6a3d;
}

.GF-artist-box {
    background: url(image/artist-photo.jpg) #1d0c14 no-repeat;
    background-size: 100%;
    max-width: 1000px;
    margin: 0px auto
}

.GF-artist-content {
    padding: 460px 180px 145px;
    position: relative
}

.GF-artist-content h3 {
    font-size: 42px;
    font-family: 'DINCond-Bold';
    color: #bda5b9;
    margin-bottom: 15px
}

.GF-artist-content h4 {
    font-size: 26px;
    font-family: 'DINCond-Bold';
    color: #bda5b9;
    margin-bottom: 80px
}

.GF-artist-content p {
    font-size: 18px;
    font-family: 'DINCond-Bold';
    color: #bda5b9;
}

.GF-aryist-sign {
    position: absolute;
    top: 36%;
    left: -8%;
    width: 440px;
}

@media (max-width: 1599px) {
    .GF-artist-content {
        padding: 400px 140px 140px;
    }
    .GF-aryist-sign {
        top: 30%;
    }
}

@media (max-width: 1499px) {
    .GF-artist {
        background-image: url(image/artist-bg.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 70px 0px 50px;
        background-color: #ad6a3d;
    }
    .GF-artist-content {
        padding: 300px 100px 100px;
    }
    .GF-aryist-sign {
        top: 25%;
        width: 350px;
    }
}

@media (max-width: 1299px) {
    .GF-artist-content {
        padding: 250px 80px 80px;
    }
    .GF-aryist-sign {
        top: 20%;
        width: 300px;
    }
}

@media (max-width: 1099px) {
    .GF-artist-content {
        padding: 230px 60px 60px;
    }
    .GF-aryist-sign {
        top: 20%;
        width: 250px;
    }
}

@media (max-width: 991px) {
    .GF-artist-content {
        padding: 240px 50px 50px;
    }
    .GF-artist-content h3 {
        font-size: 38px;
        margin-bottom: 10px
    }
    .GF-artist-content h4 {
        font-size: 24px;
        margin-bottom: 50px
    }
    .GF-artist-content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .GF-artist {
        background-size: cover
    }
    .GF-artist-content {
        padding: 200px 40px 40px;
    }
    .GF-aryist-sign {
        top: 15%;
        width: 200px;
    }
}

@media (max-width: 640px) {
    .GF-artist-content {
        padding: 200px 25px 30px;
    }
    .GF-artist-content h3 {
        font-size: 26px;
        margin-bottom: 10px
    }
    .GF-artist-content h4 {
        font-size: 18px;
        margin-bottom: 40px
    }
    .GF-aryist-sign {
        top: 15%;
        width: 160px;
    }
}

@media (min-width: 1920px) {}

.GF-cpu {
    background: url(image/cpu-laptop-x.jpg) repeat-x #000;
    background-size: contain;
    padding-top: 0px;
}

.GF-cpu .GF-cpu-left {
    margin: 0% -100% 0% -30%;
}

.GF-cpu .GF-cpu-left img {
    width: 100%;
}

.GF-cpu .GF-cpu-right {
    text-align: center;
    margin-top: 100px
}

.GF-cpu .GF-cpu-right .intel-logo {
    width: 120px;
}

@media (max-width: 1699px) {
    .GF-cpu .GF-cpu-right .intel-logo {
        width: 110px;
    }
}

@media (max-width: 1599px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -130% 0% -60%;
    }
}

@media (max-width: 1399px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -160% 0% -60%;
    }
    .GF-cpu .GF-cpu-right .intel-logo {
        width: 100px;
    }
}

@media (max-width: 1299px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -160% 0% -80%;
    }
    .GF-cpu .GF-cpu-right {
        margin: 20% 0% 0% -60%;
    }
}

@media (max-width: 1199px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -140% 0% -100%;
    }
    .GF-cpu .GF-cpu-right {
        margin: 10% 0% 0% -60%;
    }
}

@media (max-width: 991px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -70% -20% -40%;
    }
    .GF-cpu .GF-cpu-right {
        margin: 15% 0% 0% 0%;
    }
    .GF-cpu .GF-cpu-right .intel-logo {
        width: 90px;
    }
}

@media (max-width: 768px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -80% -15% -50%;
    }
    .GF-cpu .GF-cpu-right {
        margin: 30% 0% 0% 0%;
    }
    .GF-cpu .GF-cpu-right .intel-logo {
        width: 80px;
    }
}

@media (max-width: 640px) {
    .GF-cpu .GF-cpu-left {
        margin: 0% -80% -35% -50%;
    }
}

@media (min-width: 1920px) {}

@media (max-width :768px) {
    .col-xs-12 {
        position: relative !important;
        bottom: 40px, i !important;
    }
}

.GF-gpu {
    background: #000;
}

.GF-gpu-content {
    margin-top: 100px;
}

.GF-gpu-content .nv-logo {
    width: 240px
}

.GF-gpu-nav {
    padding-top: 120px;
    background: url(image/gpu-tab-top.jpg) center bottom no-repeat;
    background-size: cover;
}

.GF-gpu-nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.GF-gpu-nav .slick-list {
    padding: 0px !important
}

.GF-gpu-nav .slick-list .slick-slide {
    background: url(image/gpu-tab-btn.png) center bottom no-repeat;
    background-size: contain;
    font-size: 22px;
    padding: 30px 0px;
    font-family: 'DINCond-Medium-Regular';
    cursor: pointer
}

.GF-gpu-nav .slick-list .slick-slide span {
    font-size: 30px;
    line-height: 20px;
    position: relative;
}

.GF-gpu-nav .slick-list .slick-slide.slick-current {
    color: #ff9930;
}

.GF-gpu-tab-bottom {
    background: url(image/gpu-tab-bottom.jpg) center top no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%
}

.GF-gpu .slider-gpu-nav {
    max-width: 1920px;
    margin: 0px auto
}

.GF-gpu .slider-gpu {
    background: url(image/gpu-tab-bg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 1699px) {
    .GF-gpu-nav .slick-list .slick-slide {
        font-size: 20px;
        padding: 13px 0px;
    }
    .GF-gpu-nav .slick-list .slick-slide span {
        font-size: 24px;
        bottom: -2px
    }
}

@media (max-width: 1599px) {}

@media (max-width: 1399px) {}

@media (max-width: 1299px) {
    .GF-gpu-content .nv-logo {
        width: 200px
    }
    .GF-gpu-nav .slick-list .slick-slide {
        font-size: 18px;
        padding: 12px 0px;
        background-size: 100% 100%;
    }
    .GF-gpu-nav .slick-list .slick-slide span {
        font-size: 20px;
        bottom: -2px
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .GF-gpu-content .nv-logo {
        width: 180px
    }
}

@media (max-width: 768px) {
    .GF-gpu-content .nv-logo {
        width: 160px
    }
    .GF-gpu-nav {
        padding-top: 30px;
        background-size: 130%;
    }
    .GF-gpu-nav .slick-list .slick-slide {
        font-size: 15px;
        padding: 18px 0px;
        height: 80px;
    }
    .GF-gpu-nav .slick-list .slick-slide span {
        font-size: 13px;
        bottom: 0px
    }
}

@media (max-width: 620px) {
    .GF-gpu-nav {
        padding-top: 30px;
        background-size: 160%;
    }
}

@media (min-width: 1921px) {
    .GF-gpu-nav {
        background-size: contain;
    }
    .GF-gpu-tab-bottom {
        background-size: contain;
    }
}


/*new add*/

#gpu .nvbox .gpu-tab-ul {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    margin-bottom: 20px;
}

#gpu .nvbox .gpu-tab-ul li {
    position: relative;
    margin-top: 10px;
    display: block;
    height: 30px;
}

#gpu .nvbox .gpu-tab-ul li .gpu-tab-li-bar1 {
    width: 10%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(40%, #fe0000), color-stop(90%, #fe0000));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #fe0000 40%, #fe0000 90%);
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

#gpu .nvbox .gpu-tab-ul li .gpu-tab-li-bar2 {
    width: 10%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(40%, #424242), color-stop(90%, #424242));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #424242 40%, #424242 90%);
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

#gpu .nvbox .gpu-tab-ul li .gpu-tab-li-bar3 {
    width: 10%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(40%, #424242), color-stop(90%, #424242));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #424242 40%, #424242 90%);
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

#gpu .nvbox .gpu-tab-ul li .gpu-tab-li-itemname {
    position: absolute;
    z-index: 2;
    line-height: 30px;
    font-size: 18px;
    padding-left: 0px;
    font-style: italic;
}

#gpu .nvbox .gpu-tab-ul li .gpu-tab-li-value {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 100%;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    padding-right: 10px;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
}

#gpu .nvbox .gpu-tab-ul li .gpu-tab-li-value span {
    padding: 0px 5px;
    margin-right: -75px;
    color: #fff;
    font-size: 24px;
}

#gpu .nvbox .gpu-tab-ul li.redline {
    margin: 25px 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(40%, #fe0000), color-stop(90%, #000));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #fe0000 40%, #000 90%);
}

#gpu .aos-animate .gpu-tab-ul li .gpu-tab-li-bar1 {
    width: 90%;
}

#gpu .aos-animate .gpu-tab-ul li .gpu-tab-li-bar2 {
    width: 80%;
}

#gpu .aos-animate .gpu-tab-ul li .gpu-tab-li-bar3 {
    width: 59%;
}


/*new add media query*/

@media screen and (max-width: 1366px) {
    #gpu .nvbox__txtbox .gpubox {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #gpu .content {
        width: 90%;
    }
    #gpu .nvbox .gpu-tab-ul li .gpu-tab-li-itemname {
        font-size: 14px;
    }
    #gpu .aos-animate .gpu-tab-ul li .gpu-tab-li-bar3 {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    #gpu .nvbox {
        width: 95%;
    }
    #gpu .nvbox__txtbox .gpubox {
        width: 95%;
    }
    #gpu .nvbox .gpu-tab-ul li .gpu-tab-li-itemname {
        font-size: 12px;
    }
    #gpu .nvbox .gpu-tab-ul li .gpu-tab-li-value span {
        font-size: 16px;
        margin-right: -65px;
    }
    #gpu .content {
        display: block;
    }
    #gpu .content__logo {
        width: 50%;
        margin: 0 auto;
    }
    #gpu .aos-animate .gpu-tab-ul li .gpu-tab-li-bar3 {
        width: 75%;
    }
    .product-mainbox .pd-container,
    .product-mainbox .declare-wrap,
    .product-mainbox .container {
        width: 100% !important;
    }
}

.GF-keyboard {
    background: #000;
    padding-top: 150px;
}

.GF-keyboard .GF-keyboard-left {
    margin: 0% -20% 0% -80%;
}

.GF-keyboard .GF-keyboard-left img {
    width: 100%;
    display: block;
}

.GF-keyboard .GF-keyboard-right {
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.GF-keyboard .GF-keyboard-right ul {}

.GF-keyboard .GF-keyboard-right ul li {
    font-size: 24px;
    display: inline-block;
    padding: 15px 25px;
    margin: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'DINCond-Bold';
    color: #ff7200
}

.GF-keyboard .GF-keyboard-right ul li:nth-child(1) {
    background-image: url(image/keyboard-ul1.png);
}

.GF-keyboard .GF-keyboard-right ul li:nth-child(2) {
    background-image: url(image/keyboard-ul2.png);
}

.GF-keyboard .GF-keyboard-right ul li:nth-child(3) {
    background-image: url(image/keyboard-ul3.png);
}

.GF-keyboard .GF-keyboard-laptop-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-name: GF-keyboard-laptop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: none;
}

@keyframes GF-keyboard-laptop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.GF-keyboard .GF-keyboard-animate {
    margin-top: 30px;
}

.GF-keyboard .GF-keyboard-animate img {
    width: 100%;
}

@media (max-width: 1699px) {
    .GF-keyboard {
        padding-top: 100px;
    }
}

@media (max-width: 1599px) {}

@media (max-width: 1399px) {
    .GF-keyboard {
        padding-top: 50px;
    }
    .GF-keyboard .GF-keyboard-right ul li {
        font-size: 22px;
        padding: 13px 20px;
    }
}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .GF-keyboard {
        padding-top: 0px;
    }
    .GF-keyboard .GF-keyboard-left {
        margin: -20% -30% 30% -40%;
    }
    .GF-keyboard .GF-keyboard-right ul li {
        font-size: 20px;
        padding: 12px 18px;
    }
}

@media (max-width: 768px) {
    .GF-keyboard .GF-keyboard-right ul li {
        font-size: 18px;
    }
}

@media (max-width: 620px) {}

@media (min-width: 1920px) {}

.GF-hz {
    background: url(image/bg-144hz.jpg) no-repeat top #ba733b;
    background-size: auto;
}

.GF-hz-top {}

.GF-hz-laptop {
    position: relative;
    width: 1000px;
    margin: 400px auto 0px;
    max-width: 100%;
}

.GF-hz-laptop-screen {
    background: #333;
    top: 7%;
    bottom: 23%;
    left: 15.1%;
    right: 16%;
    position: absolute;
    overflow: hidden
}

.GF-hz-laptop-logo {
    position: absolute;
    top: 45%;
    right: 6%;
    width: 180px;
}

.GF-hz-laptop-generic {
    position: absolute;
    top: 45%;
    left: 6%;
    width: 180px;
    z-index: 11
}

.GF-hz-content {
    padding-bottom: 180px;
}

.img-comp-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    width: 690px;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background: url("image/icon-cslider.png");
    background-size: cover;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    top: 45%;
}

.img-comp-overlay {
    border-right: 1px solid #f19149
}

@media (max-width: 1599px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .img-comp-img img {
        width: 483px;
    }
    .GF-hz-top {
        background-size: 180%;
    }
    .GF-hz-laptop {
        width: 650px;
    }
    .GF-hz-laptop {
        margin: 150px auto 0px;
    }
    .GF-hz-laptop-logo {
        width: 130px;
    }
    .GF-hz-laptop-generic {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .GF-hz-content {
        padding-bottom: 0
    }
    .img-comp-img img {
        width: 320px;
    }
    .GF-hz {
        margin-top: 0px;
        background-size: 200%;
    }
    .GF-hz-laptop {
        width: 360px;
        margin: 150px auto 0px;
    }
    .GF-hz-laptop-logo {
        width: 90px;
        right: 0%;
        top: 55%;
    }
    .GF-hz-laptop-generic {
        width: 110px;
        left: 0%;
        top: 55%;
    }
    .img-comp-slider {
        display: none
    }
    .img-comp-overlay {
        animation-name: complider-animate;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-delay: 0;
        animation-play-state: running;
        animation-fill-mode: none;
    }
    @keyframes complider-animate {
        from {
            width: 10%
        }
        to {
            width: 90%
        }
    }
}

@media (min-width:1921px) {
    .GF-hz {
        background: url(image/bg-144hz.jpg) no-repeat top center, url(image/bg-144hz-x.jpg) repeat-x #ba733b;
        background-size: contain;
    }
}

.GF-IO {
    background: url(image/io-bg.jpg) bottom center no-repeat #ba733b;
    background-size: cover;
    padding-top: 300px;
}

.GF-IO-laptops-left,
.GF-IO-laptops-right {
    position: relative;
}

.GF-IO-laptops-left img,
.GF-IO-laptops-right img {
    width: 100%;
}

.GF-IO-laptops-left {
    margin: 0px 0px 0px 150px;
    top: -150px;
    text-align: right
}

.GF-IO-laptops-right {
    margin: 0px 100px 0px 0px;
    top: -300px;
    text-align: left;
}

.GF-IO-laptops-ul {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.GF-IO ul {
    position: relative;
    height: 100%;
    width: 110%;
    display: block;
}

.GF-IO ul li {
    position: absolute;
    font-size: 18px;
    font-family: 'DINCond-Bold';
}

.GF-IO ul li:before {
    content: '';
    display: block;
    width: 56px;
    height: 12px;
    background: url(image/io-li.png);
    position: absolute;
    left: -55px;
    top: 7px;
}

.GF-IO-laptops-left ul li:nth-child(1) {
    top: 66.5%;
    left: 79%
}

.GF-IO-laptops-left ul li:nth-child(2) {
    top: 72%;
    left: 67%
}

.GF-IO-laptops-left ul li:nth-child(3) {
    top: 75%;
    left: 60.5%
}

.GF-IO-laptops-left ul li:nth-child(4) {
    top: 77.5%;
    left: 55%
}

.GF-IO-laptops-left ul li:nth-child(5) {
    top: 79.5%;
    left: 50.5%
}

.GF-IO-laptops-right ul li:nth-child(1) {
    top: 57%;
    left: 50%
}

.GF-IO-laptops-right ul li:nth-child(2) {
    top: 73%;
    left: 69%
}

.GF-IO-laptops-right ul li:nth-child(3) {
    top: 76%;
    left: 72.5%
}

@media (max-width: 1699px) {
    .GF-IO-laptops-left {
        margin: 0px 0px 0px 100px;
    }
    .GF-IO-laptops-right {
        margin: 0px 50px 0px 0px;
    }
    .GF-IO ul li {
        font-size: 17px;
    }
}

@media (max-width: 1499px) {
    .GF-IO-laptops-left {
        margin: 0px -30px 0px 0px;
    }
    .GF-IO-laptops-right {
        margin: 0px -50px 0px -30px;
    }
    .GF-IO ul li {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .GF-IO-laptops-left {
        margin: 0px 50px 0px -250px;
    }
    .GF-IO-laptops-right {
        margin: 0px -50px 0px -130px;
    }
    .GF-IO ul li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .GF-IO {
        background-size: 350%;
        padding: 350px 0px 10px;
    }
    .GF-IO-laptops-left {
        margin: -30px -130% 0px -20%;
    }
    .GF-IO-laptops-right {
        margin: 0px 60% 0px -150%;
    }
    .GF-IO ul li:before {
        width: 23px;
        height: 6px;
        background: url(image/io-li.png);
        background-size: cover;
        left: -30px;
        top: 4px;
    }
    .GF-IO ul li {
        font-size: 13px;
        font-family: 'DINCond-Medium-Regular';
    }
}

@media (max-width: 620px) {}

@media (max-width: 530px) {}

@media (min-width: 1921px) {
    .GF-IO {
        background-size: cover;
    }
    .GF-IO-laptops-left ul li:nth-child(1) {
        top: 66%;
        left: 72%
    }
    .GF-IO-laptops-left ul li:nth-child(2) {
        top: 71%;
        left: 60%
    }
    .GF-IO-laptops-left ul li:nth-child(3) {
        top: 73.5%;
        left: 55%
    }
    .GF-IO-laptops-left ul li:nth-child(4) {
        top: 76%;
        left: 50%
    }
    .GF-IO-laptops-left ul li:nth-child(5) {
        top: 78%;
        left: 45%
    }
    .GF-IO-laptops-right ul li:nth-child(1) {
        left: 45%
    }
    .GF-IO-laptops-right ul li:nth-child(2) {
        left: 65%
    }
    .GF-IO-laptops-right ul li:nth-child(3) {
        left: 68%
    }
}

@media (min-width: 2200px) {}

@media (min-width: 2400px) {}

#GA img {
    max-width: 100%;
}

#GA .container {
    max-width: 1440px;
    margin: auto;
}

#GA {
    background: url("image/GA_bg.jpg")no-repeat;
    background-size: cover;
}

#GA .GA__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
}

#GA .GA__wrapper .GA__imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 55%;
}

#GA .GA__wrapper .GA__textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
    order: 2;
    text-align: center;
    width: 45%;
}

#GA .GA__wrapper .GA__textbox figure img {
    width: 130px;
}

#GA h2 {
    color: #ffff70;
    font-size: 38px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
    font-family: 'DINCond-Bold', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

#GA p {
    color: #FFF;
    font-style: italic;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
    font-family: 'DINCond-Medium', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

#GA span {
    color: #FFF;
    font-size: 18px;
    display: block;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
    font-family: 'DINCond-Medium', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

@media (max-width: 960px) {
    #GA {
        background: url("image/GA_bg-m.jpg")no-repeat;
    }
    #GA h2 {
        font-size: 24px;
    }
    #GA p {
        font-size: 16px;
    }
    #GA span {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Medium.otf') format('opentype');
    src: url('https://event.msi.com/msifonts/fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/dinpro-medium-webfont.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/dinpro-medium-webfont.ttf') format(' truetype'), url('https://event.msi.com/msifonts/fonts/dinpro-medium-webfont.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Regular.otf') format('opentype');
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/DINPro-Regular.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/DINPro-Regular.ttf') format(' truetype'), url('https://event.msi.com/msifonts/fonts/DINPro-Regular.svg') format('svg');
}

@font-face {
    font-family: 'DINPro_Bold';
    src: url('https://event.msi.com/msifonts/fonts/din_pro_bold.eot');
    src: url('https://event.msi.com/msifonts/fonts/din_pro_bold.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/din_pro_bold.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/din_pro_bold.ttf') format(' truetype'), url('https://event.msi.com/msifonts/fonts/din_pro_bold.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Black';
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Black.eot');
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Black.woff2') format('woff2'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.ttf') format('truetype'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.svg#DINPro-Black') format('svg'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: "DINCond-bold";
    src: local("DINCond-bold"), url("https://storage-asset.msi.com/event/msifonts/fonts/DINCond-Bold.ttf");
}


/*

    .block img {
        max-width: 100%;
        width: expression(document.body.clientWidth>100?"100%":"auto");
        overflow: hidden;
    }


    .block .imgxs {
        display: none;
    }
*/

#win11.block a.button {
    color: #fff;
}

#win11 a.link {
    color: #0078d4;
}

.win11.block a {
    text-decoration: none;
}

.win11 .button {
    color: #FFF;
}

.win11 .imglg {
    display: block;
    max-width: 100%;
    float: right;
    padding: 5%;
}

.win11 .imgxs {
    display: none;
}

.win11 {
    background: #d2e4f0 url("image/Win-11-bg.png") bottom center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2vh 0;
}

.win11__block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.win11__block>div {
    margin: 10px;
    padding: 20px;
    width: 45%;
}

.win11__block>div.text-box img {
    width: 35%;
    margin-bottom: 3%;
}

.win11 h2 {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}

.win11 p {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #000;
    margin: 10px 0 20px 0;
    font-weight: 400;
}

.link {
    color: #0078d4;
}

.win11__block .text-box .notetext {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #999;
    margin: 10px 0 20px 0;
    font-weight: 400;
    font-size: 12px;
}

.button {
    display: inline-block;
    font-family: 'DINPro-Regular';
    color: #fff;
    background-color: #0078d4;
    text-decoration: none;
    padding: 5px 20px;
    margin-right: 10px;
}

@media (max-width: 1680px) {
    .win11 {
        background-size: cover;
    }
}

@media (max-width: 1536px) {
    .win11 {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .win11 {
        background: #d2e4f0;
        background-size: contain;
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0;
        padding-top: 5%;
    }
    .win11__block {
        width: 90%;
        flex-direction: column;
    }
    .win11__block>div {
        margin: 0px;
        padding: 10px 0px 0px 0px;
        width: 100%;
    }
    .win11 .imgxs {
        display: block;
    }
    .win11 .imglg {
        display: none;
    }
}

@media (max-width: 700px) {
    .win11__block>div.text-box img {
        width: 50%;
    }
    .button span {
        font-size: 16px;
    }
}

@media (max-width: 415px) {
    .win11__block>div.text-box img {
        width: 50%;
    }
    .button span {
        font-size: 13px;
    }
}

.tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.tag__triangle {
    width: 0;
    height: 0;
    border: solid;
    border-width: 75px;
    border-bottom: 0;
    border-right: 0;
}

.tag__triangle--Laptop {
    border-color: #E30613 transparent transparent transparent;
}

.tag__triangle--Content-Creation {
    border-color: #9A8555 transparent transparent transparent;
}

.tag__triangle--Workstation {
    border-color: #86b000 transparent transparent transparent;
}

.tag__triangle--Business-Productivity {
    border-color: #9A8555 transparent transparent transparent;
}

.tag__title {
    font-size: initial;
    position: absolute;
    top: 15%;
    right: 10%;
}

.tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.tag__triangle {
    width: 0;
    height: 0;
    border: solid;
    border-width: 75px;
    border-bottom: 0;
    border-right: 0;
}

.tag__triangle--Laptop {
    border-color: #E30613 transparent transparent transparent;
}

.tag__triangle--Content-Creation {
    border-color: #9A8555 transparent transparent transparent;
}

.tag__triangle--Workstation {
    border-color: #86b000 transparent transparent transparent;
}

.tag__triangle--Business-Productivity {
    border-color: #9A8555 transparent transparent transparent;
}

.tag__title {
    font-size: initial;
    position: absolute;
    top: 15%;
    right: 10%;
}

.GF-hz {
    background: url(image/bg-144hz.jpg) no-repeat top #ba733b;
    background-size: auto;
}

.GF-hz-top {}

.GF-hz-laptop {
    position: relative;
    width: 1000px;
    margin: 400px auto 0px;
    max-width: 100%;
}

.GF-hz-laptop-screen {
    background: #333;
    top: 7%;
    bottom: 23%;
    left: 15.1%;
    right: 16%;
    position: absolute;
    overflow: hidden
}

.GF-hz-laptop-logo {
    position: absolute;
    top: 45%;
    right: 6%;
    width: 180px;
}

.GF-hz-laptop-generic {
    position: absolute;
    top: 45%;
    left: 6%;
    width: 180px;
    z-index: 11
}

.GF-hz-content {
    padding-bottom: 180px;
}

.img-comp-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    width: 690px;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background: url("image/icon-cslider.png");
    background-size: cover;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    top: 45%;
}

.img-comp-overlay {
    border-right: 1px solid #f19149
}

@media (max-width: 1599px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .img-comp-img img {
        width: 483px;
    }
    .GF-hz-top {
        background-size: 180%;
    }
    .GF-hz-laptop {
        width: 650px;
    }
    .GF-hz-laptop {
        margin: 150px auto 0px;
    }
    .GF-hz-laptop-logo {
        width: 130px;
    }
    .GF-hz-laptop-generic {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .GF-hz-content {
        padding-bottom: 0
    }
    .img-comp-img img {
        width: 320px;
    }
    .GF-hz {
        margin-top: 0px;
        background-size: 200%;
    }
    .GF-hz-laptop {
        width: 360px;
        margin: 150px auto 0px;
    }
    .GF-hz-laptop-logo {
        width: 90px;
        right: 0%;
        top: 55%;
    }
    .GF-hz-laptop-generic {
        width: 110px;
        left: 0%;
        top: 55%;
    }
    .img-comp-slider {
        display: none
    }
    .img-comp-overlay {
        animation-name: complider-animate;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-delay: 0;
        animation-play-state: running;
        animation-fill-mode: none;
    }
    @keyframes complider-animate {
        from {
            width: 10%
        }
        to {
            width: 90%
        }
    }
}

@media (min-width:1921px) {
    .GF-hz {
        background: url(image/bg-144hz.jpg) no-repeat top center, url(image/bg-144hz-x.jpg) repeat-x #ba733b;
        background-size: contain;
    }
}

.GF-keyboard {
    background: #000;
    padding-top: 150px;
}

.GF-keyboard .GF-keyboard-left {
    margin: 0% -20% 0% -80%;
}

.GF-keyboard .GF-keyboard-left img {
    width: 100%;
    display: block;
}

.GF-keyboard .GF-keyboard-right {
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.GF-keyboard .GF-keyboard-right ul {}

.GF-keyboard .GF-keyboard-right ul li {
    font-size: 24px;
    display: inline-block;
    padding: 15px 25px;
    margin: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'DINCond-Bold';
    color: #ff7200
}

.GF-keyboard .GF-keyboard-right ul li:nth-child(1) {
    background-image: url(image/keyboard-ul1.png);
}

.GF-keyboard .GF-keyboard-right ul li:nth-child(2) {
    background-image: url(image/keyboard-ul2.png);
}

.GF-keyboard .GF-keyboard-right ul li:nth-child(3) {
    background-image: url(image/keyboard-ul3.png);
}

.GF-keyboard .GF-keyboard-laptop-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation-name: GF-keyboard-laptop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: none;
}

@keyframes GF-keyboard-laptop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.GF-keyboard .GF-keyboard-animate {
    margin-top: 30px;
}

.GF-keyboard .GF-keyboard-animate img {
    width: 100%;
}

@media (max-width: 1699px) {
    .GF-keyboard {
        padding-top: 100px;
    }
}

@media (max-width: 1599px) {}

@media (max-width: 1399px) {
    .GF-keyboard {
        padding-top: 50px;
    }
    .GF-keyboard .GF-keyboard-right ul li {
        font-size: 22px;
        padding: 13px 20px;
    }
}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .GF-keyboard {
        padding-top: 0px;
    }
    .GF-keyboard .GF-keyboard-left {
        margin: -20% -30% 30% -40%;
    }
    .GF-keyboard .GF-keyboard-right ul li {
        font-size: 20px;
        padding: 12px 18px;
    }
}

@media (max-width: 768px) {
    .GF-keyboard .GF-keyboard-right ul li {
        font-size: 18px;
    }
}

@media (max-width: 620px) {}

@media (min-width: 1920px) {}

.GF-IO {
    background: url(image/io-bg.jpg) bottom center no-repeat #ba733b;
    background-size: cover;
    padding-top: 300px;
}

.GF-IO-laptops-left,
.GF-IO-laptops-right {
    position: relative;
}

.GF-IO-laptops-left img,
.GF-IO-laptops-right img {
    width: 100%;
}

.GF-IO-laptops-left {
    margin: 0px 0px 0px 150px;
    top: -150px;
    text-align: right
}

.GF-IO-laptops-right {
    margin: 0px 100px 0px 0px;
    top: -300px;
    text-align: left;
}

.GF-IO-laptops-ul {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.GF-IO ul {
    position: relative;
    height: 100%;
    width: 110%;
    display: block;
}

.GF-IO ul li {
    position: absolute;
    font-size: 18px;
    font-family: 'DINCond-Bold';
}

.GF-IO ul li:before {
    content: '';
    display: block;
    width: 56px;
    height: 12px;
    background: url(image/io-li.png);
    position: absolute;
    left: -55px;
    top: 7px;
}

.GF-IO-laptops-left ul li:nth-child(1) {
    top: 66.5%;
    left: 79%
}

.GF-IO-laptops-left ul li:nth-child(2) {
    top: 72%;
    left: 67%
}

.GF-IO-laptops-left ul li:nth-child(3) {
    top: 75%;
    left: 60.5%
}

.GF-IO-laptops-left ul li:nth-child(4) {
    top: 77.5%;
    left: 55%
}

.GF-IO-laptops-left ul li:nth-child(5) {
    top: 79.5%;
    left: 50.5%
}

.GF-IO-laptops-right ul li:nth-child(1) {
    top: 57%;
    left: 50%
}

.GF-IO-laptops-right ul li:nth-child(2) {
    top: 73%;
    left: 69%
}

.GF-IO-laptops-right ul li:nth-child(3) {
    top: 76%;
    left: 72.5%
}

@media (max-width: 1699px) {
    .GF-IO-laptops-left {
        margin: 0px 0px 0px 100px;
    }
    .GF-IO-laptops-right {
        margin: 0px 50px 0px 0px;
    }
    .GF-IO ul li {
        font-size: 17px;
    }
}

@media (max-width: 1499px) {
    .GF-IO-laptops-left {
        margin: 0px -30px 0px 0px;
    }
    .GF-IO-laptops-right {
        margin: 0px -50px 0px -30px;
    }
    .GF-IO ul li {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .GF-IO-laptops-left {
        margin: 0px 50px 0px -250px;
    }
    .GF-IO-laptops-right {
        margin: 0px -50px 0px -130px;
    }
    .GF-IO ul li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .GF-IO {
        background-size: 350%;
        padding: 350px 0px 10px;
    }
    .GF-IO-laptops-left {
        margin: -30px -130% 0px -20%;
    }
    .GF-IO-laptops-right {
        margin: 0px 60% 0px -150%;
    }
    .GF-IO ul li:before {
        width: 23px;
        height: 6px;
        background: url(image/io-li.png);
        background-size: cover;
        left: -30px;
        top: 4px;
    }
    .GF-IO ul li {
        font-size: 13px;
        font-family: 'DINCond-Medium-Regular';
    }
}

@media (max-width: 620px) {}

@media (max-width: 530px) {}

@media (min-width: 1921px) {
    .GF-IO {
        background-size: cover;
    }
    .GF-IO-laptops-left ul li:nth-child(1) {
        top: 66%;
        left: 72%
    }
    .GF-IO-laptops-left ul li:nth-child(2) {
        top: 71%;
        left: 60%
    }
    .GF-IO-laptops-left ul li:nth-child(3) {
        top: 73.5%;
        left: 55%
    }
    .GF-IO-laptops-left ul li:nth-child(4) {
        top: 76%;
        left: 50%
    }
    .GF-IO-laptops-left ul li:nth-child(5) {
        top: 78%;
        left: 45%
    }
    .GF-IO-laptops-right ul li:nth-child(1) {
        left: 45%
    }
    .GF-IO-laptops-right ul li:nth-child(2) {
        left: 65%
    }
    .GF-IO-laptops-right ul li:nth-child(3) {
        left: 68%
    }
}

@media (min-width: 2200px) {}

@media (min-width: 2400px) {}

#GA img {
    max-width: 100%;
}

#GA .container {
    max-width: 1440px;
    margin: auto;
}

#GA {
    background: url("image/GA_bg.jpg")no-repeat;
    background-size: cover;
}

#GA .GA__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
}

#GA .GA__wrapper .GA__imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 55%;
}

#GA .GA__wrapper .GA__textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
    order: 2;
    text-align: center;
    width: 45%;
}

#GA .GA__wrapper .GA__textbox figure img {
    width: 130px;
}

#GA h2 {
    color: #ffff70;
    font-size: 38px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
    font-family: 'DINCond-Bold', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

#GA p {
    color: #FFF;
    font-style: italic;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
    font-family: 'DINCond-Medium', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

#GA span {
    color: #FFF;
    font-size: 18px;
    display: block;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
    font-family: 'DINCond-Medium', 'cwTeXHei', 'Microsoft JhengHei', sans-serif;
}

@media (max-width: 960px) {
    #GA {
        background: url("image/GA_bg-m.jpg")no-repeat;
    }
    #GA h2 {
        font-size: 24px;
    }
    #GA p {
        font-size: 16px;
    }
    #GA span {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Medium.otf') format('opentype');
    src: url('https://event.msi.com/msifonts/fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/dinpro-medium-webfont.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/dinpro-medium-webfont.ttf') format(' truetype'), url('https://event.msi.com/msifonts/fonts/dinpro-medium-webfont.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Regular.otf') format('opentype');
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/DINPro-Regular.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/DINPro-Regular.ttf') format(' truetype'), url('https://event.msi.com/msifonts/fonts/DINPro-Regular.svg') format('svg');
}

@font-face {
    font-family: 'DINPro_Bold';
    src: url('https://event.msi.com/msifonts/fonts/din_pro_bold.eot');
    src: url('https://event.msi.com/msifonts/fonts/din_pro_bold.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/din_pro_bold.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/din_pro_bold.ttf') format(' truetype'), url('https://event.msi.com/msifonts/fonts/din_pro_bold.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Black';
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Black.eot');
    src: url('https://event.msi.com/msifonts/fonts/DINPro-Black.woff2') format('woff2'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.woff') format('woff'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.ttf') format('truetype'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.svg#DINPro-Black') format('svg'), url('https://event.msi.com/msifonts/fonts/DINPro-Black.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: "DINCond-bold";
    src: local("DINCond-bold"), url("https://storage-asset.msi.com/event/msifonts/fonts/DINCond-Bold.ttf");
}


/*

    .block img {
        max-width: 100%;
        width: expression(document.body.clientWidth>100?"100%":"auto");
        overflow: hidden;
    }


    .block .imgxs {
        display: none;
    }
*/

#win11.block a.button {
    color: #fff;
}

#win11 a.link {
    color: #0078d4;
}

.win11.block a {
    text-decoration: none;
}

.win11 .button {
    color: #FFF;
}

.win11 .imglg {
    display: block;
    max-width: 100%;
    float: right;
    padding: 5%;
}

.win11 .imgxs {
    display: none;
}

.win11 {
    background: #d2e4f0 url("image/Win-11-bg.png") bottom center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2vh 0;
}

.win11__block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.win11__block>div {
    margin: 10px;
    padding: 20px;
    width: 45%;
}

.win11__block>div.text-box img {
    width: 35%;
    margin-bottom: 3%;
}

.win11 h2 {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}

.win11 p {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #000;
    margin: 10px 0 20px 0;
    font-weight: 400;
}

.link {
    color: #0078d4;
}

.win11__block .text-box .notetext {
    font-family: 'DINPro-Regular';
    line-height: 1.4;
    color: #999;
    margin: 10px 0 20px 0;
    font-weight: 400;
    font-size: 12px;
}

.button {
    display: inline-block;
    font-family: 'DINPro-Regular';
    color: #fff;
    background-color: #0078d4;
    text-decoration: none;
    padding: 5px 20px;
    margin-right: 10px;
}

@media (max-width: 1680px) {
    .win11 {
        background-size: cover;
    }
}

@media (max-width: 1536px) {
    .win11 {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .win11 {
        background: #d2e4f0;
        background-size: contain;
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0;
        padding-top: 5%;
    }
    .win11__block {
        width: 90%;
        flex-direction: column;
    }
    .win11__block>div {
        margin: 0px;
        padding: 10px 0px 0px 0px;
        width: 100%;
    }
    .win11 .imgxs {
        display: block;
    }
    .win11 .imglg {
        display: none;
    }
}

@media (max-width: 700px) {
    .win11__block>div.text-box img {
        width: 50%;
    }
    .button span {
        font-size: 16px;
    }
}

@media (max-width: 415px) {
    .win11__block>div.text-box img {
        width: 50%;
    }
    .button span {
        font-size: 13px;
    }
}

.tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.tag__triangle {
    width: 0;
    height: 0;
    border: solid;
    border-width: 75px;
    border-bottom: 0;
    border-right: 0;
}

.tag__triangle--Laptop {
    border-color: #E30613 transparent transparent transparent;
}

.tag__triangle--Content-Creation {
    border-color: #9A8555 transparent transparent transparent;
}

.tag__triangle--Workstation {
    border-color: #86b000 transparent transparent transparent;
}

.tag__triangle--Business-Productivity {
    border-color: #9A8555 transparent transparent transparent;
}

.tag__title {
    font-size: initial;
    position: absolute;
    top: 15%;
    right: 10%;
}