.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 */

#kv {
    background: url("images/bg-kv.jpg");
    background-size: inherit;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    max-width: 3840px;
    overflow: hidden;
}

#kv .container {
    display: table;
    content: " ";
    width: 85%;
    margin: 0 atuo;
    padding: 0;
}

#kv .redlight {
    position: absolute;
    right: 9%;
    top: 30.5%;
    -webkit-animation: 2s redlight ease-in infinite;
    animation: 2s redlight ease-in infinite;
    mix-blend-mode: color-dodge;
    width: 30%;
}

#kv .redlight img {
    max-width: 710px;
    width: 100%;
}

#kv .kvlaptop {
    max-width: 1000px;
    width: 33%;
    margin-left: 7%;
    margin-top: 15%;
    position: relative;
}

#kv .kvlaptop .imgmove {
    -webkit-animation: 3s kvfloat ease-in infinite;
    animation: 3s kvfloat ease-in infinite;
    position: absolute;
}

@-webkit-keyframes kvfloat {
    0% {
        top: 0%;
    }
    10% {
        top: 0.2%;
    }
    50% {
        top: 0.8%;
    }
    90% {
        top: 0.2%;
    }
    100% {
        top: 0%;
    }
}

@keyframes kvfloat {
    0% {
        top: 0%;
    }
    10% {
        top: 0.2%;
    }
    50% {
        top: 0.8%;
    }
    90% {
        top: 0.2%;
    }
    100% {
        top: 0%;
    }
}

@-webkit-keyframes redlight {
    0% {
        opacity: .5;
    }
    2% {
        opacity: 1;
    }
    4% {
        opacity: .5;
    }
    6% {
        opacity: 1;
    }
    8% {
        opacity: .5;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes redlight {
    0% {
        opacity: .5;
    }
    2% {
        opacity: 1;
    }
    4% {
        opacity: .5;
    }
    6% {
        opacity: 1;
    }
    8% {
        opacity: .5;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

#kv .txtbox {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    padding-top: 11%;
}

#kv .txtbox .titleimg {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 6%;
}

#kv .txtbox p {
    position: relative;
    margin-bottom: 400px;
}

#kv .intel {
    position: absolute;
    top: 36px;
    right: 36px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
}

#kv .intel__logo {
    height: 75px;
    margin-left: 36px;
    float: right;
}

#kv .intel__txt {
    font-size: 11px;
    line-height: 2em;
}

#kv .logo-flex {
    position: absolute;
    top: 36px;
    left: 36px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

#kv .award-logo {
    width: 70px;
}

#kv .icon-meta {
    width: 70px;
    margin: 0 36px;
}

@media screen and (max-width: 2560px) {
    #kv {
        background-size: cover;
    }
    #kv .kvlaptop {
        margin-top: 16%;
    }
    #kv .redlight {
        right: 3%;
    }
}

@media screen and (max-width: 1920px) {
    #kv .container {
        width: 80%;
    }
    #kv .txtbox {
        padding-top: 8%;
    }
    #kv .redlight {
        right: 5%;
        top: 28%;
    }
}

@media screen and (max-width: 1680px) {
    #kv .container {
        width: 80%;
    }
    #kv .txtbox {
        padding-top: 11%;
        width: 80%;
    }
    #kv .redlight {
        right: 4%;
    }
}

@media screen and (max-width: 1366px) {
    #kv .redlight {
        right: -4%;
        top: 30%;
    }
}

@media screen and (max-width: 960px) {
    #kv {
        background-size: 200%;
        background-position: 35% 0%;
    }
    #kv .container {
        width: 90%;
    }
    #kv .txtbox {
        width: 100%;
    }
    #kv .txtbox p {
        margin-bottom: 0px;
    }
    #kv .txtbox .titleimg {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 0%;
    }
    #kv .txtbox .titleimg {
        width: 80%;
    }
    #kv .intel {
        position: relative;
        top: 0px;
        right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: flex-end;
        margin-top: 36px;
        margin-bottom: 72px;
        height: 60px;
    }
    #kv .intel__logo {
        height: 60px;
        margin-left: 0px;
        margin-right: 36px;
        float: right;
    }
    #kv .intel__txt {
        padding-left: 0px;
        font-size: 12px;
    }
    #kv .award-logo {
        position: relative;
        top: 0px;
        left: 0px;
        width: 55px;
        margin: 0 18px;
    }
    #kv .icon-meta {
        position: relative;
        top: 0px;
        left: 0px;
        width: 55px;
        margin: 0 18px;
    }
    #kv .logo-flex {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 36px;
        top: 0;
        left: 0;
    }
    #kv .redlight {
        display: none;
    }
    #kv .kvlaptop {
        margin: 30% 0;
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #kv .txtbox .titleimg {
        width: 100%;
    }
}

#id-photo {
    padding-bottom: 100px;
}

#id-photo .kv-photo {
    margin-top: -200px;
    max-height: 310px;
    overflow: hidden;
    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;
    transition: 0.5s all ease;
    filter: brightness(1);
}

#id-photo .kv-photo .kv-photo-box:hover {
    box-shadow: drop-shadow(0 0 10px rgba(255, 0, 0, 0.5));
    transition: 0.5s all ease;
    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("images/GP66-btn.png") left -25px top -25px no-repeat, url("images/GP66-btn.png") right -25px top -25px no-repeat, url("images/GP66-btn.png") left -25px bottom -25px no-repeat, url("images/GP66-btn.png") right -25px bottom -25px no-repeat, url("images/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: 1599px) {
    #id-photo .kv-photo {
        margin-top: -300px;
    }
}

@media (max-width: 1399px) {
    #id-photo .kv-photo {
        margin-top: -350px;
    }
}

@media (max-width: 1299px) {
    #id-photo .kv-photo {
        margin-top: -400px;
    }
}

@media (max-width: 991px) {
    #id-photo {
        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;
    }
}

#story {
    background: url("images/story-bg.jpg") bottom center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#story::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    height: 20%;
    width: 100%;
    left: 0;
}

#story .container {
    position: relative;
    z-index: 9;
}

#story .title {
    width: 70%;
}

#story .title p {
    padding-bottom: 3%;
}

#story .bt {
    margin: 0 auto;
    padding-top: 15px;
}

#story .storyflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3%;
}

#story .storyflex__txt {
    width: 60%;
    padding-bottom: 15%;
}

#story .storyflex__personinfo {
    margin: 0 auto;
    width: 80%;
}

#story .storyflex__personinfo img {
    max-width: 300px;
    width: 25%;
}

#story .storyflex__photo {
    width: 80%;
    z-index: 1;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
}

#story .storyflex__robot {
    width: 40%;
    position: relative;
}

#story .storyflex__robot .lighting {
    position: absolute;
    right: 0;
    bottom: 0%;
    -webkit-animation: 3s light ease-in infinite;
    animation: 3s light ease-in infinite;
    mix-blend-mode: color-dodge;
}

@-webkit-keyframes light {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    4% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    8% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes light {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    4% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    8% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#story h2 {
    color: #ed1b23;
    text-shadow: 0 0 15px #000;
    padding: 0;
    line-height: 2.5;
    text-transform: capitalize;
}

#story h3 {
    text-shadow: 0 0 15px #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 36px;
}

#story p {
    text-shadow: 0 0 15px #000;
}

@media screen and (max-width: 1680px) {
    #story .title {
        width: 80%;
    }
    #story .storyflex__personinfo {
        width: 90%;
    }
}

@media screen and (max-width: 960px) {
    #story {
        background-size: 250%;
        background-position: 100% 103%;
    }
    #story h3 {
        line-height: 2;
        font-size: 18px;
    }
    #story .title {
        width: 100%;
    }
    #story .storyflex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        padding: 0;
    }
    #story .storyflex__robot {
        width: 90%;
        right: -15%;
    }
    #story .storyflex__personinfo {
        width: 100%;
        padding-top: 5%;
    }
    #story .storyflex__txt {
        width: 100%;
    }
    #story .storyflex__photo {
        width: 100%;
    }
    #story .snav-sub {
        width: 100%;
    }
}

.intro-txtbox {
    display: block;
}

#story .showbtn_text {
    display: none;
}

@media (max-width: 960px) {
    #story .showbtn_text {
        display: block;
    }
    .intro-txtbox {
        display: none;
    }
}

#story .snav-sub {
    margin: 0 auto;
    width: 70%;
}

.showbtn_text {
    font-size: 20px;
    margin: 2% auto 2.5%;
    padding: 18px 0;
    border: 1px solid #4A4A4A;
    border-radius: 50px;
    color: #4A4A4A;
    background-color: transparent;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    transition: 0.5s all ease-in-out;
    display: block;
    width: 70%;
}

#story .snav-sub .showbtn_text::after {
    content: "";
    background: url(images/icon_angle-down.svg) center center no-repeat;
    width: 40px;
    height: 35px;
    color: inherit;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: all .5s;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

#story .snav-sub .showbtn_text.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#cpu {
    width: 100%;
    margin: 0 auto -8%;
    max-width: 3000px;
    position: relative;
    overflow: hidden;
}

#cpu h2 {
    padding-top: 0px;
}

#cpu .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 5;
    top: 8%;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#cpu .content__logo {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    margin-right: 50px;
}

#cpu .content__txtbox {
    text-align: left;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

#cpu .content__txtbox ul {
    padding-left: 0;
}

#cpu .imglg {
    position: relative;
}

#cpu .imgxs {
    display: none;
}

#cpu .data {
    margin: 20px 0 0;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cpu .data li {
    margin-right: 10%;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 25px;
}

@media screen and (max-width: 1920px) {
    #cpu .content {
        width: 60%;
    }
}

@media screen and (max-width: 1680px) {
    #cpu .content {
        width: 65%;
        top: 0;
    }
}

@media screen and (max-width: 1366px) {
    #cpu .content {
        width: 85%;
    }
    #cpu .data li {
        font-size: 2rem;
    }
}

@media screen and (max-width: 960px) {
    #cpu .content {
        position: relative;
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #cpu .content__txtbox {
        -webkit-box-flex: content;
        -ms-flex: content;
        flex: content;
    }
    #cpu .content__logo {
        padding: 50px 0 20px;
        -ms-flex-preferred-size: 85px;
        flex-basis: 85px;
    }
    #cpu .imgxs {
        display: block;
    }
    #cpu .imglg {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #cpu .content {
        display: block;
    }
    #cpu .content__logo {
        margin-right: 0;
        text-align: center;
    }
    #cpu .data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* <!--gpu--> */

#gpu {
    margin: 0 auto;
    max-width: 3000px;
    position: relative;
    overflow: hidden;
}

#gpu h2 {
    padding-top: 0px;
    line-height: 1;
}

#gpu .nvbox {
    position: relative;
    margin: 0 auto;
    max-width: 3000px;
}

#gpu .content {
    width: 33%;
    right: 9%;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    position: absolute;
    z-index: 10;
}

#gpu .content__logo {
    width: 200px;
    margin-bottom: 20px;
}

#gpu .content__txtbox {
    text-align: left;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media screen and (max-width: 1366px) {
    #gpu .content {
        width: 44%;
        right: 0%;
    }
    #gpu .content__logo {
        width: 150px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1213px) {
    #gpu .content {
        position: relative;
        transform: none;
        width: 90%;
    }
}

@media screen and (max-width: 960px) {
    #gpu .content {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    #gpu .content__txtbox {
        -webkit-box-flex: content;
        -ms-flex: content;
        flex: content;
    }
    #gpu .content__logo {
        padding-bottom: 30px;
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
        margin: 0 auto;
        width: 200px;
    }
    #gpu .imgxs {
        display: block;
    }
    #gpu .imglg {
        display: none;
    }
    #gpu .nvbox {
        position: relative;
        margin: 0 auto;
        max-width: 3000px;
    }
    #gpu .nvbox__txtbox {
        position: relative;
        width: 90%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #gpu .nvbox__txtbox .gpubox {
        width: 90%;
    }
}


/* <!--RESIZABLE BAR--> */

@-webkit-keyframes max-Q {
    0% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
    25% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    50% {
        background-image: url("images/gpu-Max-Q-3.jpg");
    }
    75% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    100% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
}

@keyframes max-Q {
    0% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
    25% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    50% {
        background-image: url("images/gpu-Max-Q-3.jpg");
    }
    75% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    100% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
}

#resizable {
    background: url("images/resizable-bg.jpg") no-repeat top center;
    background-size: 100%;
}

.resizable__container {
    position: relative;
    z-index: 2;
    width: 85%;
    margin: 0 auto;
    max-width: 1400px;
}

.resizable__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 6%;
}

.resizable__feature figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin: 0;
    margin-bottom: 30px;
}

.resizable__feature figcaption {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    padding: 15px 0;
}

.resizable__feature h3 {
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
}

.resizable__feature p {
    font-size: 16px;
    line-height: 1.4;
}

.resizable__feature .imgslider {
    -webkit-animation: 5s max-Q infinite ease;
    animation: 5s max-Q infinite ease;
    background-size: cover;
}

#resizable .resizable__txtbox {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto -150px;
}

#resizable .resizable__txtbox .gpubox {
    width: 60%;
    position: relative;
    margin: 0 auto;
}

#resizable .gpu-tab-ul {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#resizable .gpu-tab-ul li {
    position: relative;
    margin-top: 10px;
    display: block;
    height: 30px;
}

#resizable .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;
}

#resizable .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;
}

#resizable .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;
}

#resizable .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;
}

#resizable .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);
}

#resizable .gpu-tab-ul li .gpu-tab-li-value span {
    padding: 0px 5px;
    margin-right: -75px;
    color: #fff;
    font-size: 24px;
}

#resizable .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%);
}

#resizable .aos-animate .gpu-tab-ul li .gpu-tab-li-bar1 {
    width: 90%;
}

#resizable .aos-animate .gpu-tab-ul li .gpu-tab-li-bar2 {
    width: 90%;
}

#resizable .aos-animate .gpu-tab-ul li .gpu-tab-li-bar3 {
    width: 65%;
}

.resizable__3dmask {
    position: relative;
    z-index: 2;
}

.resizable__3dmask h3 {
    padding-bottom: 20px;
}

.resizable__3dmask__timebox {
    width: 80%;
    margin: 0 auto;
}

.resizable__3dmask__databox {
    text-align: left;
}

.resizable__3dmask__dataitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.resizable__3dmask__dataitem:nth-child(2) .resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
}

.resizable__3dmask__dataitem:nth-child(3) .resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
}

.resizable__3dmask__dataitem:nth-child(4) .resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.resizable__3dmask__dataitem:nth-child(6) .resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}

.resizable__3dmask__dataitem:nth-child(7) .resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
}

.resizable__3dmask__dataitem:nth-child(8) .resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.resizable__3dmask__datatitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    font-size: 14px;
    margin-right: 8px;
    padding: 8px;
    position: relative;
}

.resizable__3dmask__datatitle::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    background: -webkit-gradient(linear, left top, right top, from(#010101), color-stop(20%, #010101), to(#4e4e4e));
    background: linear-gradient(to right, #010101 0%, #010101 20%, #4e4e4e 100%);
    z-index: 0;
}

.resizable__3dmask__datatitle span {
    font-style: italic;
    position: relative;
    z-index: 1;
}

.resizable__3dmask__datatitle--red::before {
    background: -webkit-gradient(linear, left top, right top, from(#010101), color-stop(20%, #010101), to(#d31414));
    background: linear-gradient(to right, #010101 0%, #010101 20%, #d31414 100%);
}

.resizable__3dmask .note {
    text-align: left;
}

.resizable__3dmask__img {
    display: none;
}

@media (max-width: 1366px) {
    #resizable .resizable__txtbox .gpubox {
        width: 90%;
    }
}

@media (max-width: 992px) {
    #resizable {
        background: url(images/resizable-bg.jpg) no-repeat center center;
        background-size: 100%;
        padding-top: 23%;
        margin-top: -100px;
    }
    #resizable .resizable__txtbox {
        margin: 0 auto -35px;
    }
    .resizable__container {
        width: 100%;
    }
    .resizable__feature {
        display: block;
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .resizable__feature img {
        width: 100%;
    }
    .resizable__feature figure {
        flex: unset;
        margin: 35px auto;
        width: 90%;
    }
    .resizable__3dmask__timebox {
        width: 100%;
    }
}

@media (max-width: 530px) {
    #resizable {
        background: url(images/resizable-bg-xs.jpg) no-repeat top center;
        background-size: 100%;
        padding-top: 23%;
        margin-top: -100px;
    }
}


/* <!--keyboard--> */

#keyboard {
    background: url("images/keyboard.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#keyboard .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

#keyboard .txtbox {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#keyboard .nb {
    width: 70%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#keyboard .nb img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#keyboard .nb__light {
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(27% 27%, 86% 50%, 71.5% 80%, 2% 55%);
    clip-path: polygon(27% 27%, 86% 50%, 71.5% 80%, 2% 55%);
    -webkit-animation-name: Keyboard;
    animation-name: Keyboard;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

@-webkit-keyframes Keyboard {
    0% {
        background: #ff0000;
    }
    7% {
        background: #333333;
    }
    14% {
        background: #ff9900;
    }
    21% {
        background: #333333;
    }
    28% {
        background: #ffff00;
    }
    35% {
        background: #333333;
    }
    42% {
        background: #00ff00;
    }
    49% {
        background: #333333;
    }
    56% {
        background: #00eeff;
    }
    63% {
        background: #333333;
    }
    70% {
        background: #0000ff;
    }
    77% {
        background: #333333;
    }
    84% {
        background: #ff00ff;
    }
    91% {
        background: #333333;
    }
}

@keyframes Keyboard {
    0% {
        background: #ff0000;
    }
    7% {
        background: #333333;
    }
    14% {
        background: #ff9900;
    }
    21% {
        background: #333333;
    }
    28% {
        background: #ffff00;
    }
    35% {
        background: #333333;
    }
    42% {
        background: #00ff00;
    }
    49% {
        background: #333333;
    }
    56% {
        background: #00eeff;
    }
    63% {
        background: #333333;
    }
    70% {
        background: #0000ff;
    }
    77% {
        background: #333333;
    }
    84% {
        background: #ff00ff;
    }
    91% {
        background: #333333;
    }
}

@media screen and (max-width: 960px) {
    #keyboard .flexbox {
        display: block;
    }
    #keyboard .txtbox {
        width: 100%;
    }
    #keyboard .nb {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #keyboard {
        background-size: 150%;
        background-position: 65% 0%;
    }
    #keyboard .txtbox {
        text-align: center;
    }
}

#hz165 .txtbox {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#hz165 .hzbox {
    background: url("images/bg-165hz-2.jpg") no-repeat;
    background-position: center 15%;
    background-size: cover;
    margin-bottom: 0%;
    padding: 3% 0;
}

@media (max-width: 1920px) {
    #hz165 .hzbox {
        background-position: top;
        background-size: auto;
        padding-top: 5%;
    }
}

.GL66-hz img {
    max-width: inherit;
}

.GL66-hz-laptop {
    position: relative;
    width: 1200px;
    margin: 0px auto 0px;
    max-width: 100%;
}

@media (max-width: 1920px) {
    .GL66-hz-laptop {
        width: 1100px;
    }
}

.GL66-hz-laptop-screen {
    top: 8%;
    bottom: 20.9%;
    left: 13%;
    right: 12.8%;
    position: absolute;
    overflow: hidden
}

.GL66-hz-laptop-logo {
    position: absolute;
    top: 55%;
    right: 0%;
    width: 160px;
    filter: drop-shadow(0 0 5px #f00);
}

.GL66-hz-laptop-generic {
    position: absolute;
    top: 55%;
    left: 0%;
    width: 160px;
    z-index: 11;
    filter: drop-shadow(0 0 5px #f00);
}

.GL66-hz-content {
    padding-bottom: 100px;
}

.GL66-hz-value {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 50px;
}

.GL66-hz-value li {
    display: inline-block;
    line-height: 42px;
    margin: 0px 20px;
}

.GL66-hz-value li h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.GL66-hz-value li h1,
.GL66-hz-value li h1 span {
    line-height: 42px;
}

.GL66-hz-value li h1 span {
    position: relative;
    top: -5px;
}

.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: 968px;
    vertical-align: middle;
}

@media (max-width: 1920px) {
    .img-comp-img img {
        width: 868px;
    }
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background: url("images/icon-cslider.jpg") #ffffff;
    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 #f00
}

@media (max-width: 1599px) {
    .GL66-hz {
        background-size: 140%;
        background-position: 50% 5%;
    }
}

@media (max-width: 991px) {
    .GL66-hz-content {
        padding-bottom: 0px;
    }
    .img-comp-img img {
        width: 483px;
    }
    .GL66-hz-top {
        background-size: 180%;
    }
    .GL66-hz-laptop {
        width: 650px;
    }
    .GL66-hz-laptop {
        margin: 150px auto 0px;
    }
    .GL66-hz-laptop-logo {
        width: 130px;
    }
    .GL66-hz-laptop-generic {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .img-comp-img img {
        width: 320px;
    }
    .GL66-hz {
        margin-top: 0px;
        background-size: 120%;
        background-color: #000
    }
    .GL66-hz-laptop {
        width: 430px;
        margin: 0px auto 0px;
    }
    .GL66-hz-laptop-logo {
        width: 90px;
        right: 0%;
        top: 55%;
    }
    .GL66-hz-laptop-generic {
        width: 110px;
        left: 0%;
        top: 55%;
    }
    .GL66-hz-value {
        margin-top: 30px;
    }
    .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 (max-width: 468px) {
    .GL66-hz {
        background-position: 50% 100%;
    }
}

@media (min-width: 1921px) {
    .GL66-hz {
        background-size: contain;
    }
}

@media screen and (max-width: 1680px) {
    #hz165 .txtbox {
        width: 80%;
    }
}

@media screen and (max-width: 960px) {
    #hz165 .txtbox {
        width: 100%;
    }
}

@keyframes light-move {
    0% {
        top: 100%;
        width: 4px;
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        top: -10%;
        width: 1px;
        opacity: 0;
    }
}

@keyframes hot-arrow {
    0%,
    35% {
        transform: translate(0);
        opacity: 0;
    }
    50% {
        transform: translate(-15%, 10%);
        opacity: 1;
    }
    100% {
        transform: translate(-20%, 19%);
        opacity: 0;
    }
}

@keyframes hot-arrow-2 {
    0%,
    35% {
        transform: translate(0);
        opacity: 0;
    }
    50% {
        transform: translate(10%, 15%);
        opacity: 1;
    }
    100% {
        transform: translate(15%, 25%);
        opacity: 0;
    }
}

@keyframes hot-arrow-3 {
    0%,
    35% {
        transform: translate(0);
        opacity: 0;
    }
    50% {
        transform: translate(0%, 15%);
        opacity: 1;
    }
    100% {
        transform: translate(0%, 25%);
        opacity: 0;
    }
}

@keyframes cold-arrow {
    0%,
    10% {
        transform: translateY(-30%);
        opacity: 0;
    }
    45% {
        transform: translateY(0);
        opacity: 1;
    }
    55%,
    100% {
        transform: translateY(5%);
        opacity: 0;
    }
}

@keyframes gpu-wind {
    0% {
        transform: scale(1);
        opacity: .7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: .7;
    }
}

#cooler {
    background: url("images//coolor-boost-bg.jpg") no-repeat left;
    background-size: contain;
    margin-bottom: -4%;
}

#cooler .canvas-box {
    margin-left: -5%;
}

#cooler ul {
    padding-left: 0;
}

#cooler .data {
    margin: 0;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cooler .data li {
    margin-right: 10%;
    font-size: 3rem;
}

#cooler .pipeimg {
    max-width: 350px;
    width: 50%;
}

@media all and (min-width: 961px) {
    #cooler .cooler-logo {
        width: 9vw;
        max-width: 190px;
        margin-bottom: 2%;
    }
}

@media all and (max-width: 960px) {
    #cooler .canvas-box {
        margin-left: 0%;
    }
    #cooler .cooler-logo {
        width: 19vw;
        max-width: 190px;
        margin-bottom: 2%;
    }
}

#cooler .bg-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#cooler .gpu-box>img {
    width: 100%;
    position: relative;
}

@media all and (min-width: 1281px) {
    #cooler .coolerbox .text-box {
        width: 35%;
        right: 10%;
    }
}

@media all and (min-width: 961px) and (max-width: 1280px) {
    #cooler .gpu-box {
        margin-left: -2.5%;
    }
    #cooler .coolerbox .text-box {
        width: 45%;
        right: 5%;
    }
}

@media all and (min-width: 961px) {
    #cooler .coolerbox {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 2560px;
        margin: auto;
    }
    #cooler .coolerbox .canvas-box {
        width: 54.27083333vw;
        max-width: 1042px;
    }
    #cooler .coolerbox .canvas-box canvas {
        width: 100%;
    }
    #cooler .coolerbox .text-box {
        z-index: 10;
        */ flex: 0 0 30%;
    }
    #cooler .gpu-box {
        position: relative;
        z-index: 1;
        flex: 0 0 60%;
        padding: 2%;
    }
    #cooler .gpu-box>img {
        width: 100%;
        position: relative;
    }
    #cooler .gpu-arrow {
        position: absolute;
        z-index: 10;
    }
    #cooler .gpu-arrow--1,
    #cooler .gpu-arrow--2,
    #cooler .gpu-arrow--3,
    #cooler .gpu-arrow--4 {
        transform-origin: center bottom;
    }
    #cooler .gpu-arrow--1 span {
        animation: hot-arrow 2.5s infinite;
        animation-fill-mode: backwards;
    }
    #cooler .gpu-arrow--2 span {
        animation: hot-arrow-2 2.5s infinite;
        animation-fill-mode: backwards;
    }
    #cooler .gpu-arrow--3 span {
        animation: hot-arrow-3 2.5s infinite;
        animation-fill-mode: backwards;
    }
    #cooler .gpu-arrow--1 {
        top: 55%;
        left: 15%;
    }
    #cooler .gpu-arrow--2 {
        top: 73%;
        left: 79%;
    }
    #cooler .gpu-arrow--3 {
        top: 12%;
        left: 0%;
        transform: rotate(110deg);
    }
    #cooler .gpu-arrow--5,
    #cooler .gpu-arrow--6 {
        transform-origin: center top;
    }
    #cooler .gpu-arrow--5 span,
    #cooler .gpu-arrow--6 span {
        animation: cold-arrow 2.5s infinite;
        animation-fill-mode: backwards;
    }
    #cooler .gpu-arrow--5 {
        top: 12%;
        left: 22%;
    }
    #cooler .gpu-arrow--6 {
        top: 35%;
        left: 81%;
    }
    #cooler .gpu-arrow span {
        display: block;
        width: 100%;
        height: 100%;
    }
    #cooler .gpu-arrow img {
        width: 6.92708333vw;
        max-width: 133px;
    }
    #cooler .gpu-wind {
        position: absolute;
        transform-origin: center;
        animation: gpu-wind 0.5s infinite;
        animation-fill-mode: backwards;
    }
    #cooler .gpu-wind--1 {
        top: 22%;
        left: 17.5%;
    }
    #cooler .gpu-wind--1 img {
        width: 11vw;
        max-width: 230px;
    }
    #cooler .gpu-wind--2 {
        top: 47%;
        left: 78.5%;
    }
    #cooler .gpu-wind--2 img {
        width: 8vw;
        max-width: 170px;
    }
}

@media all and (max-width: 960px) {
    #cooler .data {
        justify-content: center;
    }
    #cooler .pipeimg {
        margin: 0 auto;
        display: block;
    }
    #cooler {
        background: transparent;
        padding: 10% 0;
    }
    #cooler .coolerbox {
        flex-direction: column;
    }
    #cooler .coolerbox .content-box {
        text-align: center;
    }
    #cooler .coolerbox .bg-box {
        display: none;
    }
    #cooler .coolerbox .text-box {
        width: 90%;
        margin: auto;
    }
}


/* <!--io--> */

#IOports {
    background: url("images/io-bg.jpg") center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    text-align: center;
    padding: 5% 0 10%;
}

#IOports .container {
    width: 80%;
    margin: 0 auto;
    max-width: 2200px;
}

#IOports .ioflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#IOports .ioflex__left {
    margin-right: -4%;
    position: relative;
}

#IOports .ioflex__left .port-1 {
    bottom: 19%;
    left: 71%;
}

#IOports .ioflex__left .port-2 {
    top: 81%;
    left: 74%;
}

#IOports .ioflex__left .port-3 {
    top: 75%;
    left: 48.5%;
}

#IOports .ioflex__right {
    margin-left: -4%;
    position: relative;
}

#IOports .ioflex__right .port-1 {
    top: 90%;
    left: 14.2%;
}

#IOports .ioflex__right .port-1 .portline {
    min-height: 42px;
}

#IOports .ioflex__right .port-2 {
    top: 89%;
    left: 21%;
}

#IOports .ioflex__right .port-2 .portline {
    min-height: 110px;
}

#IOports .ioflex__right .port-3 {
    top: 89%;
    left: 25.5%;
}

#IOports .ioflex__right .port-3 .portline {
    min-height: 43px;
}

#IOports .ioflex__right .port-4 {
    top: 87%;
    left: 36%;
}

#IOports .ioflex__right .port-5 {
    bottom: 11.5%;
    left: 17.5%;
}

#IOports .ioimg {
    margin: auto;
    position: relative;
}

#IOports .ioimg__portmain {
    position: absolute;
    text-align: center;
    margin: auto;
    width: 15%;
}

#IOports .ioimg__portmain img {
    height: 26px;
    display: block;
    margin: 0 auto;
}

#IOports .ioimg__portmain p {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

#IOports .portline {
    min-height: 80px;
    background: #818195;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 66, 244, 0)), color-stop(19%, red), color-stop(50%, red), color-stop(81%, red), to(rgba(244, 66, 244, 0)));
    background: linear-gradient(to bottom, rgba(244, 66, 244, 0) 0%, red 19%, red 50%, red 81%, rgba(244, 66, 244, 0) 100%);
    width: 1px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    #IOports {
        background-size: cover;
        padding-bottom: 20%;
    }
    #IOports .ioflex {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #IOports {
        padding-bottom: 55%;
    }
    #IOports .container {
        padding: 0;
    }
    #IOports .ioflex__left {
        margin-right: 0;
    }
    #IOports .ioflex__right .port-1 {
        z-index: 6;
    }
    #IOports .ioflex__right .port-1 p {
        text-shadow: 2px 2px 5px #000, 2px 2px 5px #000;
    }
    #IOports .ioflex__right .port-1 .portline {
        min-height: 30px;
    }
    #IOports .ioflex__right .port-2 {
        z-index: 5;
    }
    #IOports .ioflex__right .port-2 p {
        text-shadow: 2px 2px 5px #000, 2px 2px 5px #000;
    }
    #IOports .ioflex__right .port-2 .portline {
        min-height: 90px;
    }
    #IOports .ioflex__right .port-3 .portline {
        min-height: 162px;
    }
}