/* =========================================================== */
/* Override
/* =========================================================== */
#ASUS-features .wd-content>*.content-title,
#ASUS-features .wd-content>*.content-info,
#ASUS-features .section .row .col .wd-content>*.content-slogan .icon_slogan,
#ASUS-features .section__base .wd-content .content-title,
#ASUS-features .section__base .wd-content .content-slogan .icon_slogan
 {
    margin-top: inherit;
    margin-bottom: 15px;
}
#ASUS-features .section__base .wd-content{
    margin-bottom: 2rem;
}
#ASUS-features .wd__feature__list {
    /* width: inherit; */
}
#ASUS-features .v-slick .slick-next,
#ASUS-features .section__4__slick .slick-next {
    background-image: url('../images/large/2x/theme/bg-arrow.png') !important;
}
#ASUS-features .v-slick .slick-prev,
#ASUS-features .section__4__slick .slick-prev {
    background-image: url('../images/large/2x/theme/bg-arrow.png') !important;
}
#ASUS-features .section__4__slick .slick-prev{
    transform: translate3d(-100%, 15%, 0) rotate(-180deg);
    -webkit-transform: translate3d(-100%, 15%, 0) rotate(-180deg);
    -moz-transform: translate3d(-100%, 15%, 0) rotate(-180deg);
    -ms-transform: translate3d(-100%, 15%, 0) rotate(-180deg);
    -o-transform: translate3d(-100%, 15%, 0) rotate(-180deg);
}
#ASUS-features .v-slick .slick-current .softwareNav__item{
    color: #0194d8 !important;
}

#ASUS-features .section__10 {
    padding-bottom: 0;
}

@media all and (max-width: 731px){
    #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame {
        width: 290px;
        transform: translate3d(0px, -114px, 0px);
    }
    #ASUS-features .section__base .wd-content{
        width: 290px;
    }
    #ASUS-features .section__base .wd__feature__list{
        width: 290px;
    }
    #ASUS-features .section__4__slick .slick-dots {
        width: 100%;
        margin-left: 0;
        transform: translate3d(0, -146px, 0) !important;
        -webkit-transform: translate3d(0, -146px, 0) !important;
        -moz-transform: translate3d(0, -146px, 0) !important;
        -ms-transform: translate3d(0, -146px, 0) !important;
        -o-transform: translate3d(0, -146px, 0) !important;
}
    #ASUS-features .section__4__slick .slick-dots li {
        width: 16px !important;
        height: 16px !important;
    }
    #ASUS-features .section__4__slick .slick-arrow{
        display: none !important;
    }
}


/* =========================================================== */
/* Theme Global
/* =========================================================== */
#ASUS-features .demo-video {
    text-align: center;
}
#ASUS-features .demo-video img{
    max-width: 100vw;
}
#ASUS-features .content-comment{
    color: #999999;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
}
#ASUS-features .section__base {
    margin-top: 0;
}

#ASUS-features .v-section {
    margin: 5rem auto;
    min-height: 200px;
}

#ASUS-features .v-section .content-slogan .icon_slogan {
    margin-top: 5px;
}

#ASUS-features .v-img-main {
    width: 2560px;
    left: 50%;
    height: 100%;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-img-main {
        width: 1279px;
    }  
}
@media all and (max-width: 731px){
    #ASUS-features .v-img-main {
        width: 731px;
    }
}
#ASUS-features .v-section-btn-wrapper {
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 50px;
}

#ASUS-features .icon_slogan {
    width: 563px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('../images/large/1x/theme/title-line.png');
    background-size: 100% auto;
    margin-bottom: auto;
    margin-right: auto;
}

#ASUS-features .v-text-wrap{
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
    text-transform: initial;
    font-size: 20px;
    line-height: 1em;
    color: white;
}
#ASUS-features .v-text-wrap ul,
#ASUS-features .v-text-wrap li{
    list-style: none;
    margin: 0;
    padding: 0;
}


#ASUS-features .d-none {
    display: none;
}

.modal-button-container .modal-button{
    background-image: url('../images/large/1x/theme/bg-btn-more.jpg');
    background-size: cover;
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    .modal-button-container .modal-button{
        background-image: url('../images/large/2x/theme/bg-btn-more.jpg');
    }
}
.modal-button-container .modal-button{
    border-color: rgba(37, 94, 141);
    border-width: 1px;
}
.modal-button-container .modal-button:hover{
    border-color: rgba(255, 255, 255);
    border-width: 1px;
    color: white;
}




/* Logo */
#ASUS-features .v-logo-col {
    text-align: center;
    margin-top: 30px;
}

#ASUS-features .v-logo-col .v-logo {
    width: 250px;
    height: 106px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}



#ASUS-features .align-left {
    text-align: left;
}
#ASUS-features .align-center {
    text-align: center;
}
#ASUS-features .align-right {
    text-align: right;
}


/* img title logo */
#ASUS-features .v-section-kv .img__kv__logo {
    background-image: url(../images/large/1x/logo.png);
    width: 1000px;
    height: 57px;
    background-size: contain;
    margin-bottom: 2em;
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-kv .img__kv__logo {
        background-image: url(../images/large/2x/logo.png)
    }
}








#ASUS-features .v-bar-chart-wrap{
    width: 700px;
    color: white;
    margin: 50px auto;
    color: #4782bc;
    font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
#ASUS-features .v-bar-chart-wrap .v-title{
    font-size: 30px;
    margin-bottom: 1em;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart{
    margin-bottom: 30px;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart .v-label{
    color: white;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
}
#ASUS-features .v-bar-chart-wrap .content-comment{
    text-align: left;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart .v-num{
    font-size: 20px;
    color: white;
    float: right;
    padding-left: 25px;
    margin-top: 3px;
    white-space:nowrap;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart .v-bar{
    height: 30px;
    background-size: 100% 100%;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart .v-bar{
    transition: all 2.5s ease-out;
    -webkit-transition: all 2.5s ease-out;
    -moz-transition: all 2.5s ease-out;
    -ms-transition: all 2.5s ease-out;
    -o-transition: all 2.5s ease-out;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_1 .v-bar{
    width: 0px;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_1.show .v-bar{
    width: 600px;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_1 .v-bar{
    background-image: url(../images/large/1x/bar-chart-1.png);
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-connectivity .v-bar-chart-wrap .v-bar-chart.chart_1 .v-bar{
        background-image: url(../images/large/2x/bar-chart-1.png);
    }
}

#ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_2 .v-bar{
    width: 0px;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_2.show .v-bar{
    width: 216px;
}
#ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_2 .v-bar{
    background-image: url(../images/large/1x/bar-chart-2.png);
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-bar-chart-wrap .v-bar-chart.chart_2 .v-bar{
        background-image: url(../images/large/2x/bar-chart-2.png);
    }
}
#ASUS-features .v-bar-chart-wrap .content-comment{
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-size: 18px;
    color: #999999;
    line-height: 1.4;
}






/* reddot Logo */
#ASUS-features .v-logo-col .v-logo._rd {
    width: 180px;
    background-image: url(../images/large/1x/icon/pd2020_rd_line.png);
}

@media (max-width: 1279px) and (min-width: 732px) {
    #ASUS-features .v-logo-col .v-logo._rd {
        width: 79px;
    }
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-logo-col .v-logo._nv {
        background-image: url(../images/large/2x/icon/pd2020_rd_line.png);
    }
}


/* Nvidia Logo */
#ASUS-features .v-logo-col .v-logo._nv {
    background-image: url(../images/large/1x/icon/nv_logo.png);
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-logo-col .v-logo._nv {
        background-image: url(../images/large/2x/icon/nv_logo.png);
    }
}

/* xbox Logo */
#ASUS-features .v-logo-col .v-logo._xbox {
    background-image: url(../images/large/1x/icon/xboxGamePass.png);
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-logo-col .v-logo._xbox {
        background-image: url(../images/large/2x/icon/xboxGamePass.png);
    }
}

/* xbox Logo */
#ASUS-features .v-logo-col .v-logo._wifi6 {
    background-size: auto 100%;
    background-image: url(../images/large/1x/icon/wi-fi_6.svg);
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-logo-col .v-logo._wifi6 {
        background-image: url(../images/large/2x/icon/wi-fi_6.svg);
    }
}


/* aura Logo */
#ASUS-features .v-logo-col .v-logo._aura {
    width: 96px;
    height: 96px;
    background-size: auto 100%;
    background-image: url(../images/large/1x/icon/aura.png);
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-logo-col .v-logo._aura {
        background-image: url(../images/large/2x/icon/aura.png);
    }
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {

    #ASUS-features .v-section{
        margin: 3rem auto;
    }
    #ASUS-features .section__base .wd-content{
        width: 700px;
        max-width: 700px;
        margin-bottom: 40px;
    }
    #ASUS-features .section__base .wd-content .content-info{
        width: inherit;
        /* text-align: justify ;
        text-align-last: center; */
    }
    #ASUS-features .section__base .wd__feature__list {
        margin-top: 0;
    }
    #ASUS-features .v-logo-col .v-logo._wifi6{
        margin: 0 0 0;
    }
    #ASUS-features .v-logo-col{
        white-space:nowrap;
        text-align: center;
    }
    #ASUS-features .v-logo-col .v-logo {
        width: 140px;
        height: 82px;
        margin: .5em !important;
    }
}
/* sm */
@media all and (max-width: 731px){
    #ASUS-features .v-section{
        margin: 2rem auto;
    }
    #ASUS-features .section__base .wd-content .content-slogan{
        text-align: center;
    }
    #ASUS-features .section__base .wd-content .content-slogan .icon_slogan{
        margin-left: inherit;
    }
    #ASUS-features .section__base .wd-content .content-title{
        font-size: 24px;
        margin-bottom: 7px;
        text-align: left;
    }
    #ASUS-features .section__base .wd-content .content-info{
        /* text-align: justify;
        text-align-last: center; */
        text-align: left;
    }
    #ASUS-features .section__base .wd__feature__list {
        margin-top: 0;
        text-align: left;
    }
    #ASUS-features .section__base .wd__feature__list .wd__feature{
        width: 100%;
        max-width: 100%;
        margin-left:0;
    }
    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data{
        font-size: 20px;  
    }
    #ASUS-features .v-section-btn-wrapper{
        bottom: 20px;
    }
    #ASUS-features .v-logo-col{
        white-space:nowrap;
        text-align: center;
        width: 300px;
        margin-left:auto ;
        margin-right:auto ;
        margin-top: 0;
    }
    #ASUS-features .v-logo-col .v-logo {
        width: 140px;
        margin: 0;
        height: 70px;
    }
    #ASUS-features .v-logo-col .v-logo {
        /* margin: 1rem .5rem 0 !important; */
        margin: -10px auto 0 !important;
        width: 150px;
        display: block;
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* margin-top: 10px; */
        text-align: center;
    }
    #ASUS-features .v-logo-col .v-logo._rd{
        width: 80px;
    }
    #ASUS-features .v-logo-col .v-logo._nv{
        width: 150px;
    }
    #ASUS-features .v-logo-col .v-logo._xbox{
        width: 150px;
        /* width: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center; */
    }
}












/* =========================================================== */
/* KV
/* =========================================================== */
#ASUS-features .v-section-kv {
    margin-top: 0;
}

#ASUS-features .v-section-kv .v-img-main {
    /* height: 1440px; */
    height: 1700px;
    background-image: url(../images/large/1x/kv.jpg);
    background-position: top;
    overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-kv .v-img-main {
        background-image: url(../images/large/2x/kv.jpg)
    }
}


#ASUS-features .v-section-kv .wd-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    
}

@media all and (max-width: 731px) {
    #ASUS-features .v-section-kv .wd-content {
        bottom: 30px;
    }
}

#ASUS-features .v-section-kv .wd-content .content-title{
    text-align: center;
}
#ASUS-features .v-section-kv .wd-content .content-info{
    text-align: center;
}
#ASUS-features .v-logo-col .v-logo {
    margin: 2rem 2rem 0;
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    
    #ASUS-features .v-section-kv .img__kv__logo {
        background-image: url('../images/large/1x/logo.png');
        width: 661px;
        height: 38px;
        margin-bottom: 30px;
    }
    #ASUS-features .v-section-kv .v-img-main {
        height: 1090px;
        background-image: url(../images/medium/1x/kv.jpg);
    }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-kv .v-img-main {
        background-image: url(../images/medium/2x/kv.jpg);
    }
}
/* sm */
@media all and (max-width: 731px) {

    #ASUS-features .v-section-kv .img__kv__logo {
        background-image: url('../images/large/1x/logo.png');
        width: 286px;
        height: 17px;
        margin-bottom: 1rem;
    }

    #ASUS-features .v-section-kv .v-img-main {
        height: 945px;
        background-image: url(../images/small/1x/kv.jpg);
    }
}
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-kv .v-img-main {
        background-image: url(../images/small/2x/kv.jpg);
    }
}
/* =========================================================== */
/* Design
/* =========================================================== */

/* img main design */
#ASUS-features .v-section-design .v-img-main {
    height: 1300px;
    background-image: url(../images/large/1x/design.jpg);
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-design .v-img-main {
        background-image: url(../images/large/2x/design.jpg)
    }
}

/* img design product */
#ASUS-features .v-section-design .v-img-product-wrap{
    height: 351px;
    overflow: hidden;
    background-size: auto 100%;
    background-image: url(../images/large/1x/bg-design-product.jpg)
}

#ASUS-features .v-section-design .v-img-product {
    background-image: url(../images/large/1x/bg-design-product.jpg)  
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-design .v-img-product {
        background-image: url(../images/large/2x/bg-design-product.jpg)
    }
}



#ASUS-features .v-section-design .v-img-product {
    height: 340px;
    width: 1280px;
    margin: 5px auto 0;
    background-size: 100% auto;
    background-image: url(../images/large/1x/design-product.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-design .v-img-product {
        background-image: url(../images/large/2x/design-product.jpg)
    }
}

#ASUS-features .v-section-design .v-design-lighting{
    width: 210px;
    height: 210px;
    position: absolute;
    background-color: red;
    top: 262px;
    left: 1328px;
    animation: KeyStrobingDIV 3000ms linear infinite;
    -webkit-animation: KeyStrobingDIV 3000ms linear infinite;
}
#ASUS-features .v-section-design .v-design-mask{
    width: 100%;
    height: 100%;
    background-image: url(../images/large/1x/design-mask.png);
}

/* lg */
@media all and (min-width: 1279px) {
    #ASUS-features .v-section-design .wd-content .content-info {
        width: 845px;
        max-width: 845px;
    }
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-design .v-img-product-wrap{
        height: 203px;
    }
    #ASUS-features .v-section-design .v-img-product {
        width: 732px;
        height: 195px;
    }
    #ASUS-features .v-section-design .v-img-main {
        height: 650px;
        background-image: url('../images/medium/1x/design.jpg');
    }
    #ASUS-features .v-section-design .v-design-mask{
        background-image: url('../images/medium/1x/design-mask.png');
    }
    #ASUS-features .v-section-design .v-design-lighting{
        width: 100px;
        height: 100px;
        top: 134px;
        left: 667px;
    }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-design .v-img-main {
        background-image: url('../images/medium/2x/design.jpg');
    }
    #ASUS-features .v-section-design .v-design-mask{
        background-image: url('../images/medium/2x/design-mask.png');
    }
}
/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-design .v-img-product-wrap{
        height: 240vw;
        margin: 0;
        padding: 0;
        background-image: inherit;
    }
    #ASUS-features .v-section-design .v-img-product {
        width: 100vw;
        height: 240vw;
        margin: 0;
        background-image: url('../images/small/1x/design-product.jpg');
    }
    #ASUS-features .v-section-design .v-img-main {
        height: 371px;
        background-image: url('../images/small/1x/design.jpg');
    }
    #ASUS-features .v-section-design .v-design-mask{
        background-image: url('../images/small/1x/design-mask.png');
    }
    #ASUS-features .v-section-design .v-design-lighting{
        width: 61px;
        height: 63px;
        top: 76px;
        left: 373px;
    }
}
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-design .v-img-main {
        background-image: url('../images/small/2x/design.jpg');
    }
    #ASUS-features .v-section-design .v-design-mask{
        background-image: url('../images/small/2x/design-mask.png');
    }
}








/* =========================================================== */
/* Display
/* =========================================================== */
#ASUS-features .v-section-display{
    margin-bottom: 0;
}
/* img main design */
#ASUS-features .v-section-display .v-img-main {
    height: 1450px;
    margin-top: 30px;
    background-position: bottom;
    background-image: url('../images/large/1x/display.jpg')
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-display .v-img-main {
        background-image: url('../images/large/2x/display.jpg')
    }
}

/* img main design */
#ASUS-features .v-section-display .v-img-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% ;
    background-position: bottom;
    background-image: url('../images/large/1x/display-mask.png')
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-display .v-img-mask {
        background-image: url('../images/large/2x/display-mask.png')
    }
}

#ASUS-features .v-section-display .v-video-wrap{
    width: 963px;
    height: 553px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 530px;
}




/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-display .v-img-main {
        height: 880px;
        background-image: url('../images/medium/1x/display.jpg');
    }
    #ASUS-features .v-section-display .v-img-mask {
        background-image: url('../images/medium/1x/display-mask.png')
    }
    #ASUS-features .v-section-display .v-video-wrap{
        width: 483px;
        height: 570px;
        bottom: 116px;
    }
}

/* md 2x */
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-display .v-img-main {
        background-image: url('../images/medium/2x/display.jpg');
    }
    #ASUS-features .v-section-display .v-img-mask {
        background-image: url('../images/medium/2x/display-mask.png')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-display .v-img-main {
        height: 670px;
        background-image: url('../images/small/1x/display.jpg');
    }
    #ASUS-features .v-section-display .v-img-mask {
        background-image: url('../images/small/1x/display-mask.png')
    }
    #ASUS-features .v-section-display .v-video-wrap{
        width: 276px;
        height: 395px;
        bottom: 32px;
    }
}

/* sm 2x */
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-display .v-img-main {
        background-image: url('../images/small/2x/display.jpg');
    }
    #ASUS-features .v-section-display .v-img-mask {
        background-image: url('../images/small/2x/display-mask.png')
    }
}



/* =========================================================== */
/* Performance
/* =========================================================== */
#ASUS-features .v-section-performance {
    height: 1869px;
    margin-top: 0;
    margin-bottom: 0;
}

#ASUS-features .v-section-performance .v-section-btn-wrapper {
    bottom: 10px;
}
#ASUS-features .v-section-performance .wd__feature.feature-1 {
    width: 100%;
}
#ASUS-features .v-section-performance .v-img-main {
    background-position: bottom;
    background-image: url('../images/large/1x/performance.jpg')
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-performance .v-img-main {
        background-image: url('../images/large/2x/performance.jpg')
    }
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-performance{
        height: 1460px;
        margin: 0;
    }
    #ASUS-features .v-section-performance .v-img-main {       
        background-position: left 0 bottom 0;
        background-image: url('../images/medium/1x/performance.jpg')
    }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-performance .v-img-main {
        background-image: url('../images/medium/2x/performance.jpg')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-performance{
        height: 1350px;
        margin: 0;
    }
    #ASUS-features .v-section-performance .v-img-main {
        background-position: left 0 bottom 0;
        background-image: url('../images/small/1x/performance.jpg')
    }
}
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-performance .v-img-main {
        background-image: url('../images/small/2x/performance.jpg')
    }
    #ASUS-features .v-section-performance .wd-content{
        margin-bottom: 40px;
    }
}


/* =========================================================== */
/* Nvidia Belt 
/* =========================================================== */
#ASUS-features .v-nvidia-belt {
    height: 500px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../images/large/1x/theme/bg-nvidia-belt.jpg);
    background-color: black;
}
#ASUS-features .v-nvidia-belt .v-section-btn-wrapper{
    bottom: 40px;
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-nvidia-belt .v-img-main {
        background-image: url(../images/large/2x/theme/bg-nvidia-belt.jpg)
    }
}


/* Nvidia Belt images --------------------------------------- */
#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__1{
    background-image: url(../images/large/2x/animation/nvidia-belt/1.jpg)
}

#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__2{
    background-image: url(../images/large/2x/animation/nvidia-belt/2.jpg)
}

#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__3{
    background-image: url(../images/large/2x/animation/nvidia-belt/3.jpg)
}

#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__4{
    background-image: url(../images/large/2x/animation/nvidia-belt/4.jpg)
}

#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__5{
    background-image: url(../images/large/2x/animation/nvidia-belt/5.jpg)
}

#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__6{
    background-image: url(../images/large/2x/animation/nvidia-belt/6.jpg)
}

#ASUS-features .v-nvidia-belt .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__7{
    background-image: url(../images/large/2x/animation/nvidia-belt/7.jpg)
}

/* / Nvidia Belt images --------------------------------------- */


/* Slick ------------------------------------------------------ */


#ASUS-features .v-nvidia-belt .slick {
    height: 369px;
    margin-top: 80px !important;
    padding: 0 !important;
}
#ASUS-features .v-nvidia-belt .slick .slick-dots {
    bottom: 0 ;
}
#ASUS-features .v-nvidia-belt  .slick-prev{
    transform: translate3d(-70%, -90%, 0) scale(1) rotate(-180deg);
    -webkit-transform: translate3d(-70%, -90%, 0) scale(1) rotate(-180deg);
    -moz-transform: translate3d(-70%, -90%, 0) scale(1) rotate(-180deg);
    -ms-transform: translate3d(-70%, -90%, 0) scale(1) rotate(-180deg);
    -o-transform: translate3d(-70%, -90%, 0) scale(1) rotate(-180deg);
}
#ASUS-features .v-nvidia-belt  .slick-next {
    transform: translate3d(70%, -90%, 0) scale(1);
    -webkit-transform: translate3d(70%, -90%, 0) scale(1);
    -moz-transform: translate3d(70%, -90%, 0) scale(1);
    -ms-transform: translate3d(70%, -90%, 0) scale(1);
    -o-transform: translate3d(70%, -90%, 0) scale(1);
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-nvidia-belt {
        height: 280px;
    }
    #ASUS-features .v-nvidia-belt .v-section-btn-wrapper{
        bottom: 0;
    }
    #ASUS-features .v-nvidia-belt .slick {
        width: 600px;
        height: 200px;
        margin-top: 50px !important;
        padding: 0 !important;
    }

    #ASUS-features .v-nvidia-belt .slick .slick-list {
        height: 100% !important;
        display: block !important;
    }

    #ASUS-features .v-nvidia-belt .slick-prev {
        transform: translate3d(-50%, -80%, 0) scale(0.5) rotate(-180deg);
        -webkit-transform: translate3d(-50%, -80%, 0) scale(0.5) rotate(-180deg);
        -moz-transform: translate3d(-50%, -80%, 0) scale(0.5) rotate(-180deg);
        -ms-transform: translate3d(-50%, -80%, 0) scale(0.5) rotate(-180deg);
        -o-transform: translate3d(-50%, -80%, 0) scale(0.5) rotate(-180deg);
    }

    #ASUS-features .v-nvidia-belt .slick-next {
        transform: translate3d(50%, -80%, 0) scale(0.5);
        -webkit-transform: translate3d(50%, -80%, 0) scale(0.5);
        -moz-transform: translate3d(50%, -80%, 0) scale(0.5);
        -ms-transform: translate3d(50%, -80%, 0) scale(0.5);
        -o-transform: translate3d(50%, -80%, 0) scale(0.5);
    }

    #ASUS-features .v-nvidia-belt .slick .slick-dots {
        bottom: 0;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
    }

    #ASUS-features .v-nvidia-belt .slick .slick-slide .slickItem .slickImgFrame {
        width: 150px !important;
        height: 150px !important;
        display: inline-block !important;
        vertical-align: middle;
        margin-right: 20px;
        margin-left: 20px;
    }

    #ASUS-features .v-nvidia-belt .slick .slick-slide .slickItem .slickImgFrame .slickImg {
        width: 100% !important;
        height: 100% !important;
        transform: inherit !important;
        -webkit-transform: inherit !important;
        -moz-transform: inherit !important;
        -ms-transform: inherit !important;
        -o-transform: inherit !important;
    }

    #ASUS-features .v-nvidia-belt .slick .slick-slide .slickItem .slickTextFrame {
        width: 400px !important;
        display: inline-block !important;
        transform: inherit !important;
        -webkit-transform: inherit !important;
        -moz-transform: inherit !important;
        -ms-transform: inherit !important;
        -o-transform: inherit !important;
        vertical-align: middle;
    }

    #ASUS-features .v-nvidia-belt .slick .slick-slide .slickItem .slickTextFrame .slickText {
        margin-top: 0 !important;
        width: inherit !important;
    }

    #ASUS-features .v-nvidia-belt .slick .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
        margin: 0 !important;
    }
}

/* sm */
@media all and (max-width: 731px) {

    #ASUS-features .v-nvidia-belt {
        padding-top: 50px;
        height: 660px !important;
    }
    #ASUS-features .v-nvidia-belt .v-section-btn-wrapper{
        bottom: 0;
    }
    #ASUS-features .v-nvidia-belt .slick {
        height: 530px !important;
        margin-top: 70px !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    #ASUS-features .v-nvidia-belt .slick .slick-list{
        height: inherit;
    }   
    #ASUS-features .v-nvidia-belt .slick .slick-dots {
        bottom: -120px;
    }

}

/* / Slick ------------------------------------------------------ */

/* =========================================================== */
/* Cooling
/* =========================================================== */
#ASUS-features .v-section-cooling {
    height: 1874px;
    margin-bottom: 200px;
    overflow: visible;
}
#ASUS-features .v-section-cooling .v-video-wrap{
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 548px;
    height: 313px;
}
#ASUS-features .v-section-cooling .v-section-btn-wrapper{
    bottom: -100px;
}
#ASUS-features .v-section-cooling .modal-button-container{
    /* margin-top: 40px; */
}
#ASUS-features .v-cooling-animation{
    width: 2560px;
    height: 1770px;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#ASUS-features .v-cooling-animation .v-layer:nth-child(1)~.v-layer:nth-child(6){
    display: none !important;
}
#ASUS-features .v-cooling-animation .v-layer{
    width: 100%;
    height: 100%;
    background-color: inherit;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}


/* #ASUS-features .v-cooling-animation .v-layer:not(:first-child){
    display: none;
} */

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-cooling-animation{
        width: 1280px;
        height: 886px;
        margin-top: -100px;
        top:initial
    }
    #ASUS-features .v-section-cooling{
        height: 1600px;
        margin-bottom: 170px;
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-cooling {
        height: 1300px;
        margin-bottom: 110px;
    }
    #ASUS-features .v-cooling-animation{
        width: 732px;
        height: 506px;
        margin-top: -100px;
        top:initial
    }
    #ASUS-features .v-section-cooling .v-video-wrap{
        width: 100vw;
        height: 66vw;
    }
    #ASUS-features .v-section-cooling .v-section-btn-wrapper{
        bottom: -60px;
    }
}





/* 動畫圖 */
#ASUS-features .v-cooling-animation .v-layer-1 {
    background-image: url('../images/large/1x/animation/cooling/1.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-2 {
    background-image: url('../images/large/1x/animation/cooling/2.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-3 {
    background-image: url('../images/large/1x/animation/cooling/3.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-4 {
    background-image: url('../images/large/1x/animation/cooling/4.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-5 {
    background-image: url('../images/large/1x/animation/cooling/5.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-6 {
    background-image: url('../images/large/1x/animation/cooling/6.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-7 {
    background-image: url('../images/large/1x/animation/cooling/7.jpg')
}
#ASUS-features .v-cooling-animation .v-layer-8 {
    background-image: url('../images/large/1x/animation/cooling/8.jpg')
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-cooling-animation .v-layer-1 {
        background-image: url('../images/large/2x/animation/cooling/1.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-2 {
        background-image: url('../images/large/2x/animation/cooling/2.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-3 {
        background-image: url('../images/large/2x/animation/cooling/3.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-4 {
        background-image: url('../images/large/2x/animation/cooling/4.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-5 {
        background-image: url('../images/large/2x/animation/cooling/5.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-6 {
        background-image: url('../images/large/2x/animation/cooling/6.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-7 {
        background-image: url('../images/large/2x/animation/cooling/7.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-8 {
        background-image: url('../images/large/2x/animation/cooling/8.jpg')
    }
}



/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-cooling-animation .v-layer-1 {
        background-image: url('../images/medium/1x/animation/cooling/1.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-2 {
        background-image: url('../images/medium/1x/animation/cooling/2.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-3 {
        background-image: url('../images/medium/1x/animation/cooling/3.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-4 {
        background-image: url('../images/medium/1x/animation/cooling/4.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-5 {
        background-image: url('../images/medium/1x/animation/cooling/5.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-6 {
        background-image: url('../images/medium/1x/animation/cooling/6.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-7 {
        background-image: url('../images/medium/1x/animation/cooling/7.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-8 {
        background-image: url('../images/medium/1x/animation/cooling/8.jpg')
    }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-cooling-animation .v-layer-1 {
        background-image: url('../images/medium/2x/animation/cooling/1.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-2 {
        background-image: url('../images/medium/2x/animation/cooling/2.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-3 {
        background-image: url('../images/medium/2x/animation/cooling/3.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-4 {
        background-image: url('../images/medium/2x/animation/cooling/4.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-5 {
        background-image: url('../images/medium/2x/animation/cooling/5.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-6 {
        background-image: url('../images/medium/2x/animation/cooling/6.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-7 {
        background-image: url('../images/medium/2x/animation/cooling/7.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-8 {
        background-image: url('../images/medium/2x/animation/cooling/8.jpg')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-cooling-animation .v-layer-1 {
        background-image: url('../images/small/1x/animation/cooling/1.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-2 {
        background-image: url('../images/small/1x/animation/cooling/2.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-3 {
        background-image: url('../images/small/1x/animation/cooling/3.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-4 {
        background-image: url('../images/small/1x/animation/cooling/4.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-5 {
        background-image: url('../images/small/1x/animation/cooling/5.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-6 {
        background-image: url('../images/small/1x/animation/cooling/6.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-7 {
        background-image: url('../images/small/1x/animation/cooling/7.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-8 {
        background-image: url('../images/small/1x/animation/cooling/8.jpg')
    }
}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-cooling-animation .v-layer-1 {
        background-image: url('../images/small/2x/animation/cooling/1.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-2 {
        background-image: url('../images/small/2x/animation/cooling/2.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-3 {
        background-image: url('../images/small/2x/animation/cooling/3.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-4 {
        background-image: url('../images/small/2x/animation/cooling/4.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-5 {
        background-image: url('../images/small/2x/animation/cooling/5.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-6 {
        background-image: url('../images/small/2x/animation/cooling/6.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-7 {
        background-image: url('../images/small/2x/animation/cooling/7.jpg')
    }
    #ASUS-features .v-cooling-animation .v-layer-8 {
        background-image: url('../images/small/2x/animation/cooling/8.jpg')
    }
}







/* =========================================================== */
/* Connectivity
/* =========================================================== */
#ASUS-features .v-section-connectivity {
    height: 2060px;
    margin-bottom: 0;
}
#ASUS-features .v-section-connectivity .v-img-main {
    background-image: url('../images/large/1x/connectivity.jpg')
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-connectivity .v-img-main {
        background-image: url('../images/large/2x/connectivity.jpg')
    }
}
#ASUS-features .v-section-connectivity .v-logo-col{
    /* margin-top: 5px; */
}
#ASUS-features .v-section-connectivity .wd__feature__list {
    margin-top: 55px;
}







/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-connectivity {
        height:  1600px;
    }
    #ASUS-features .v-section-connectivity .v-img-main{
        background-image: url('../images/medium/1x/connectivity.jpg')
    }
    #ASUS-features .v-section-connectivity .v-bar-chart-wrap{
        margin: 0 auto;
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
    }
    #ASUS-features .v-section-connectivity .wd__feature__list{
        margin-top: 30px;
    }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-connectivity .v-img-main {
        background-image: url('../images/medium/2x/connectivity.jpg')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-connectivity {
        height: 1277px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #ASUS-features .v-section-connectivity .v-img-main{
        background-image: url('../images/small/1x/connectivity.jpg')
    }
    #ASUS-features .v-section-connectivity .v-bar-chart-wrap{
        margin: 0 auto;
        transform: scale(.37) translate(-30px,-250px);
        -webkit-transform: scale(.37) translate(-30px,-250px);
        -moz-transform: scale(.37) translate(-30px,-250px);
        -ms-transform: scale(.37) translate(-30px,-250px);
        -o-transform: scale(.37) translate(-30px,-250px);
}
    #ASUS-features .v-section-connectivity .wd__feature__list{
        margin-top: 30px;
    }
}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-connectivity .v-img-main {
        background-image: url('../images/small/2x/connectivity.jpg')
    }
}

/* =========================================================== */
/* Keystone
/* =========================================================== */
#ASUS-features .v-section-keystone{
    margin-top: 0;
}
#ASUS-features .v-section-keystone > .row{
    margin-bottom: 100px;
}
#ASUS-features .v-section-keystone .wd-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


#ASUS-features .v-section-keystone .v-keystone-animation {
    width: 2560px;
    height: 1447px;
    background-image: url('../images/large/1x/keystone.jpg');
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-keystone .v-keystone-animation {
        background-image: url('../images/large/2x/keystone.jpg')
    }
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-layer{
    width: 2560px;
    height: 1447px;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-layer.v-keystone{
    background-image: url(../images/large/1x/animation/keystone/keystone.png);
    left: 203px;
    top: 99px;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-layer.v-light-mask{
    opacity: 1;
    background-image: url('../images/large/1x/animation/keystone/light-mask.png');
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-layer.v-keystone-mask{
    background-image: url('../images/large/1x/animation/keystone/keystone-mask.png');
}











#ASUS-features .v-section-keystone .v-keystone-animation .v-layer.v-keystone.v-play{
    animation: v-keystone-animation-frames-0 500ms ease-in 1 ;
    -webkit-animation: v-keystone-animation-frames-0 500ms ease-in 1 ;
    animation-fill-mode: forwards;
}
@keyframes v-keystone-animation-frames-0 {
    0%{
        left: 203px;
        top: 99px;
    }
    100%{
        top: 0;
        left: 0;
    }
}










#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-1
{ 
    display: none;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-1.v-play{
    background-color: #b86ea8;
    display: block;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-1.v-play .v-layer
{
    width: 719px;
    height: 612px;
    background-image: url(../images/large/1x/animation/keystone/light-1.png);
    animation: v-keystone-animation-frames-1 12s linear infinite;
    -webkit-animation: v-keystone-animation-frames-1 12s linear infinite;
    /* animation-fill-mode: forwards; */
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-1.v-play .v-layer:nth-child(2){
    animation-delay: 6s;
}
@keyframes v-keystone-animation-frames-1 {
    0%{
        left: 1562px;
        top: 824px;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    75%{
        left: 405px;
        top: 471px;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}







#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-2
{
    display: none;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-2 .v-layer
{    
    width: 577px;
    height: 577px;
    left: 1163px;
    top: 765px;
    transform: scale(.2);
    background-image: url(../images/large/1x/animation/keystone/light-2.png);
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-2.v-play{
    background-color: #525252;
    display: block;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-2.v-play .v-layer{
    animation: v-keystone-animation-frames-2 3s ease-out 1;
    -webkit-animation: v-keystone-animation-frames-2 3s ease-out 1;
}
@keyframes v-keystone-animation-frames-2 {
    0%{
        left: 1163px;
        top: 765px;
        transform: scale(.2);
    }
    100%{
        left: 487px;
        top: 321px;
        transform: scale(2.5);
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}












#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-3{
    display: none;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-3 .v-layer{
    width: 729px;
    height: 378px;
    left: 318px;
    top: 578px;
    background-image: url(../images/large/1x/animation/keystone/light-3.png);
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-3.v-play{
    display: block;
}
#ASUS-features .v-section-keystone .v-keystone-animation .v-animation-3.v-play .v-layer{
    animation: v-keystone-animation-frames-3 2s linear 1;
    -webkit-animation: v-keystone-animation-frames-3 2s linear 1;
    animation-fill-mode: forwards;
}
@keyframes v-keystone-animation-frames-3 {
    0%{
        left: 318px;
        top: 578px;
    }
    50%{
        left: 848px;
        top: 732px;
    }
    100%{
        left: 1387px;
        top: 852px;
    }
}









/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-keystone .v-keystone-animation{
        transform: scale(.70) translateX(-70%);
        -webkit-transform: scale(.70) translateX(-70%);
        -moz-transform: scale(.70) translateX(-70%);
        -ms-transform: scale(.70) translateX(-70%);
        -o-transform: scale(.70) translateX(-70%);
    }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-keystone .v-keystone-animation{
        transform: scale(.29) translate3d(-171%,-65%,0);
        -webkit-transform: scale(.29) translate3d(-171%,-65%,0);
        -moz-transform: scale(.29) translate3d(-171%,-65%,0);
        -ms-transform: scale(.29) translate3d(-171%,-65%,0);
        -o-transform: scale(.29) translate3d(-171%,-65%,0);
}
    #ASUS-features .v-section-keystone .v-keystone-anim-wrap{
        height: 714px;
    }
}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

}





/* =========================================================== */
/* Aura sync
/* =========================================================== */

#ASUS-features .v-section-aura-sync .img__aura{
    margin-top: 300px;
}
#ASUS-features .v-section-aura-sync .wd-content{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#ASUS-features .v-section-aura-sync .v-img-main {
    height: 1376px;
    background-image: url(../images/large/1x/aura-sync.png)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-aura-sync .v-img-main {
        background-image: url(../images/large/2x/aura-sync.png)
    }
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-aura-sync{
        height: 1122px;
    }
    #ASUS-features .section__10 .navBarFrame{
        height: 200px;
    }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-aura-sync{
        height: 1031px;
    }
    #ASUS-features .v-section-aura-sync .img__aura{
        margin-top: 530px;
    }
    #ASUS-features .section__10 .navBarFrame{
        height: 200px;
    }
}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

}

/* =========================================================== */
/* Audio
/* =========================================================== */
#ASUS-features .v-section-audio{
    height: 1830px;
    margin-bottom: 0;
}
#ASUS-features .v-section-audio .v-audio-animation{
    width: 2560px;
    height: 1436px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
}
#ASUS-features .v-section-audio .v-audio-animation .v-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

/* Audio Animation Images --------------------------------------- */

#ASUS-features .v-section-audio .v-audio-animation .v-layer-1 {
    background-image: url('../images/large/1x/animation/audio/1.jpg')
}
#ASUS-features .v-section-audio .v-audio-animation .v-layer-2 {
    background-image: url('../images/large/1x/animation/audio/2.jpg')
}
#ASUS-features .v-section-audio .v-audio-animation .v-layer-3 {
    background-image: url('../images/large/1x/animation/audio/3.jpg')
}
#ASUS-features .v-section-audio .v-audio-animation .v-layer-4 {
    background-image: url('../images/large/1x/animation/audio/4.jpg')
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-1 {
        background-image: url('../images/large/2x/animation/audio/1.jpg')
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-2 {
        background-image: url('../images/large/2x/animation/audio/2.jpg')
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-3 {
        background-image: url('../images/large/2x/animation/audio/3.jpg')
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-4 {
        background-image: url('../images/large/2x/animation/audio/4.jpg')
    }
}
/* / Audio Animation Images --------------------------------------- */





/* MD */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-audio{
        height: 1130px;
    }
    #ASUS-features .v-section-audio .v-audio-animation{
        width: 1279px;
        height: 717px;
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-1 {
        background-image: url('../images/medium/1x/animation/audio/1.jpg')
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-2 {
        background-image: url('../images/medium/1x/animation/audio/2.jpg')
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-3 {
        background-image: url('../images/medium/1x/animation/audio/3.jpg')
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-4 {
        background-image: url('../images/medium/1x/animation/audio/4.jpg')
    }
}

/* MD 2X */
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-1 {
        background-image: url('../images/medium/2x/animation/audio/1.jpg')
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-2 {
        background-image: url('../images/medium/2x/animation/audio/2.jpg')
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-3 {
        background-image: url('../images/medium/2x/animation/audio/3.jpg')
    }
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-4 {
        background-image: url('../images/medium/2x/animation/audio/4.jpg')
    }
}

/* SM */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-audio{
        height: 960px;
    }
    #ASUS-features .v-section-audio .v-audio-animation{
        width: 732px;
        height: 458px;
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-1 {
        background-image: url(../images/small/1x/animation/audio/1.jpg)
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-2 {
        background-image: url(../images/small/1x/animation/audio/2.jpg)
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-3 {
        background-image: url(../images/small/1x/animation/audio/3.jpg)
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-4 {
        background-image: url(../images/small/1x/animation/audio/4.jpg)
    }

}

/* SM 2X */
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-audio .v-audio-animation .v-layer-1 {
        background-image: url(../images/small/2x/animation/audio/1.jpg)
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-2 {
        background-image: url(../images/small/2x/animation/audio/2.jpg)
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-3 {
        background-image: url(../images/small/2x/animation/audio/3.jpg)
    }

    #ASUS-features .v-section-audio .v-audio-animation .v-layer-4 {
        background-image: url(../images/small/2x/animation/audio/4.jpg)
    }
}

  
/* =========================================================== */
/* I/O Ports
/* =========================================================== */
#ASUS-features .v-section-io-ports{
    margin-top: 0;
    margin-bottom: 0;
}
#ASUS-features .v-tab-nav li{
    font-family: "Xolonium-Regular", 'Helvetica', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
    display: inline-block;
    color: white;
    width: 300px;
    height: 65px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid white;
    margin: 0;
    padding: 10px 10px 5px;
    background-repeat: repeat-x;
    background-position: bottom;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    cursor: pointer;
}
#ASUS-features .v-tab-nav li.active{
    border-bottom: 5px solid white;
    background-image: url(../images/large/1x/theme/bg-tab.png)
}
#ASUS-features .v-tab-content{
    width: 2560px;
    height: 1100px;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#ASUS-features .v-tab-content .v-tab-inner{
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}
#ASUS-features .v-tab-content .v-tab-frame{
    width: 2560px;
    height: 1100px;
    position: absolute;
    left: 0;
    background-position: bottom;
    background-size: 100%;
}
#ASUS-features .v-tab-content .v-tab-frame .v-text-wrap{
    top: 0;
    left: 0;
}
#ASUS-features .v-tab-content .v-tab-frame .v-comment{
    position: absolute;
    z-index: 50;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
    font-size: 18px;
    color: #999999;
    line-height: 1.4;
}
#ASUS-features .v-section-io-ports .v-tab-nav{
    text-align: center;
    margin-top: 30px;
}


/* 15" 底圖 */
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
    background-image: url(../images/large/1x/io-ports.jpg);
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
        background-image: url(../images/large/2x/io-ports.jpg)
    }
}
/* 15" 內容 - 標註文字 */
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap{
    position: absolute;
    color: #fff;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left{
    left: 858px;
    top: 775px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li{
    position: absolute;
    right: 0;
    white-space:nowrap;
    font-size: 20px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(2){
    top: 60px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(3){
    top: 123px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(4){
    top: 200px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right{
    left: 1740px;
    top: 775px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li{
    position: absolute;
    left: 0;
    white-space:nowrap;
    font-size: 20px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(2){
    top: 59px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(3){
    top: 124px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(4){
    top: 200px;
}


/* 17" 底圖 */
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
    left: 2560px;
    background-image: url(../images/large/1x/io-ports-17.jpg)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
        background-image: url(../images/large/2x/io-ports-17.jpg)
    }
}


/* 17" 內容 - 標註文字 */
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap{
    position: absolute;
    color: #fff;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left{
    left: 858px;
    top: 757px;
}

/* 左 */
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li{
    position: absolute;
    right: 0;
    white-space:nowrap;
    font-size: 20px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(2){
    top: 54px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(3){
    top: 105px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(4){
    top: 159px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(5){
    top: 212px;
}

/* 右 */
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right{
    left: 1740px;
    top: 780px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li{
    position: absolute;
    left: 0;
    white-space:nowrap;
    font-size: 20px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(2){
    top: 64px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(3){
    top: 124px;
}
#ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(4){
    top: 200px;
}





/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-tab-content .v-tab-frame .v-comment{
        font-size: 12px;
    }
    #ASUS-features .v-tab-content .v-tab-frame {

    }
    
    #ASUS-features .v-tab-content{
        width: 1279px;
        height: 600px;
        position: relative;
    }
    #ASUS-features .v-tab-content .v-tab-frame {
        width: 1279px;
        height: 600px;
    }


   /* 說明文字 */
   #ASUS-features .v-section-io-ports .v-tab-frame .v-text-wrap{
        font-size: 10px;
        left: 0;
        top: 0;
    }

    /* 15" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
        background-image: url('../images/medium/1x/io-ports.jpg')
    }

    /* 15" 左 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left{
        top: 438px;
        left: 335px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li{
        font-size: inherit;
        left: 0;
        top: 0;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(2){
        top: 31px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(3){
        top: 64px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(4){
        top: 99px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap{

    }
    /* 15" 右 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right{
        top: 438px;
        left: 874px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li{
        left: 0;
        top: 0;
        font-size: inherit;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(2){
        top: 31px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(3){
        top: 64px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(4){
        top: 99px;
    }


    /* 17" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
        background-image: url('../images/large/1x/io-ports-17.jpg')
    }

    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left{
        top: 425px;
        left: 333px;  
    }
    /* 17" 左 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li{
        top: 0;
        left: 0;
        font-size: inherit;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(2){
        top: 31px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(3){
        top: 59px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(4){
        top: 87px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(5){
        top: 112px;
    }

    /* 17" 右 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right{
        top: 438px;
        left: 869px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li{
        left: 0;
        top: 0;
        font-size: inherit;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(2){
        top: 31px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(3){
        top: 64px;
    }

}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    /* 15" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
        background-image: url('../images/medium/2x/io-ports.jpg')
    }s
    /* 17" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
        background-image: url('../images/large/2x/io-ports-17.jpg')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-tab-content .v-tab-frame .v-comment{
        font-size: 10px;
    }
    #ASUS-features .v-tab-nav li{
        width: 40%;
    }
    #ASUS-features .v-tab-content{
        width: 731px;
        height: 415px;
    }
    #ASUS-features .v-tab-content .v-tab-frame {
        width: 731px;
        height: 415px;
    }
    #ASUS-features .v-tab-nav li {
        height: 50px;
        font-size: 20px;
    }
    
    
    
    /* 機台圖 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
        background-image: url('../images/small/1x/io-ports.jpg')
    } 
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
        background-image: url('../images/small/1x/io-ports-17.jpg')
    }


    /* 說明文字 */
    #ASUS-features .v-section-io-ports .v-tab-frame .v-text-wrap{
        width: inherit;
        height: inherit;
        font-size: 10px;
        left: 0;
        top: 0;
    }

    /* 15" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
        background-image: url('../images/small/1x/io-ports.jpg')
    }

    /* 15" 文字左 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left{
        left: 0;
        top: 0;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li{
        left: 226px;
        top: 254px;
        font-size: inherit;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(2){
        top: 275px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(3){
        top: 296px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._left li:nth-child(4){
        top: 316px;
    }
    

    /* 15" 文字右 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right{
        left: 0;
        top: 0;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li{
        left: 359px;
        top: 254px;
        font-size: inherit;
        text-align: right;
        width: 150px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(1){

    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(2){
        top: 284px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(3){
        display: none;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 .v-text-wrap._right li:nth-child(4){
        display: none;
    }
  
    
    /* ---------------------------------- 17" */

    /* 17" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
        background-image: url('../images/small/1x/io-ports-17.jpg')
    }
    /* 17" 文字左 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left{
        left: 0;
        top: 0;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li{
        left: 221px;
        top: 258px;
        font-size: inherit;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(2){
        top: 275px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(3){
        top: 293px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(4){
        top: 312px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._left li:nth-child(5){
        top: 331px;
    } 

    /* 17" 文字右 */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right{
        left: 0;
        top: 0;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li{
        left: 361px;
        top: 254px;
        font-size: inherit;
        text-align: right;
        width: 150px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(2){
        top: 291px;
    }
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 .v-text-wrap._right li:nth-child(3){
        display: none;
    }

}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    /* 15" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-15 {
        background-image: url('../images/small/2x/io-ports.jpg')
    }s
    /* 17" image */
    #ASUS-features .v-section-io-ports .v-tab-frame#v-io-port-inches-17 {
        background-image: url('../images/small/2x/io-ports-17.jpg')
    }
}

/* =========================================================== */
/* Software
/* =========================================================== */
#ASUS-features .v-section-software{
    margin-bottom: 0;
}
#ASUS-features .v-section-software .v-img-main {
    height: 1186px;
    background-image: url('../images/large/1x/software.jpg');
    background-position: center bottom;
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software .v-img-main {
        background-image: url('../images/large/2x/software.jpg')
    }
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-software .v-img-main {
        height: 740px;
        background-image: url('../images/medium/1x/software.jpg');
        background-position: center bottom -60px;
    }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-software .v-img-main {
        background-image: url('../images/medium/2x/software.jpg')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-software .v-img-main {
        height: 520px;
        background-image: url('../images/small/1x/software.jpg');
        background-position: center bottom -60px;
    }
}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-software .v-img-main {
        background-image: url('../images/small/2x/software.jpg')
    }
}

/* =========================================================== */
/* Software Belt 
/* =========================================================== */
#ASUS-features .v-section-software-belt {
    height: 600px;
    margin-top: 0;
    padding-top: 0;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../images/large/1x/theme/bg-software-belt.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt {
        background-image: url(../images/large/2x/theme/bg-software-belt.jpg)
    }
}

#ASUS-features .v-slick.v-section-software-belt .slickSoftware {
    position: relative;
    max-width: 1022px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto
}

#ASUS-features .v-slick.v-section-software-belt .slickSoftware .slick-list {
    height: 410px
}

#ASUS-features .v-slick.v-section-software-belt .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame {
    transform: translateZ(0)
}

#ASUS-features .v-slick.v-section-software-belt .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg {
    height: auto;
    width: 525px;
    padding-bottom: 36.1%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

/* Software Belt images --------------------------------------- */

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__1 {
    background-image: url(../images/large/1x/animation/software-belt/1.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__1 {
        background-image: url(../images/large/2x/animation/software-belt/1.jpg) !important
    }
}

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__2 {
    background-image: url(../images/large/1x/animation/software-belt/2.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__2 {
        background-image: url(../images/large/2x/animation/software-belt/2.jpg) !important
    }
}

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__3 {
    background-image: url(../images/large/1x/animation/software-belt/3.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__3 {
        background-image: url(../images/large/2x/animation/software-belt/3.jpg) !important
    }
}

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__4 {
    background-image: url(../images/large/1x/animation/software-belt/4.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__4 {
        background-image: url(../images/large/2x/animation/software-belt/4.jpg) !important
    }
}

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__5 {
    background-image: url(../images/large/1x/animation/software-belt/5.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__5 {
        background-image: url(../images/large/2x/animation/software-belt/5.jpg) !important
    }
}

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__6 {
    background-image: url(../images/large/1x/animation/software-belt/6.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__6 {
        background-image: url(../images/large/2x/animation/software-belt/6.jpg) !important
    }
}

#ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__7 {
    background-image: url(../images/large/1x/animation/software-belt/7.jpg) !important
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-software-belt .slickImgFrame .slickImg.slickItem__7 {
        background-image: url(../images/large/2x/animation/software-belt/7.jpg) !important
    }
}
/* / Software Belt images --------------------------------------- */




/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-software-belt{
        height: 753px;
    }
  }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-software-belt {

    }
  }
  /* sm */
  @media all and (max-width: 731px) {
    #ASUS-features .v-section-software-belt {


    }
  }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-software-belt {

    }
  }
/* =========================================================== */
/* Peripherals
/* =========================================================== */
#ASUS-features .v-section-peripherals .v-img-main {
    height: 1523px;
    background-image: url('../images/large/1x/peripherals.jpg')
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-section-peripherals .v-img-main {
        background-image: url('../images/large/2x/peripherals.jpg')
    }
}






/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-peripherals .v-img-main {
        height: 932px;
        background-image: url('../images/medium/1x/peripherals.jpg')
    }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-peripherals .v-img-main {
        background-image: url('../images/medium/2x/peripherals.jpg')
    }
}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .v-section-peripherals .v-img-main {
        height: 740px;
    }
}
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #ASUS-features .v-section-peripherals .v-img-main {
        background-image: url('../images/small/2x/peripherals.jpg')
    }   
}

  
/* =========================================================== */
/* Peripherals Popup
/* =========================================================== */
#ASUS-features .pop-view,
#ASUS-features .pop-view .pop-inner .v-slick-wrapper {
    display: none;
}
#ASUS-features .pop-view .pop-inner {
    transform: translate3d(0,65%, 0);
    -webkit-transform: translate3d(0,65%, 0);
    -moz-transform: translate3d(0,65%, 0);
    -ms-transform: translate3d(0,65%, 0);
    -o-transform: translate3d(0,65%, 0);
}
#ASUS-features .pop-view .pop-inner .popTitle{
    display: block !important;
    font-size: 45px;
    top: 10px;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    white-space:nowrap;
}
#ASUS-features .pop-view .pop-inner .slick-prev {
    transform: translate3d(-100%, 0%, 0) rotate(180deg);
    -webkit-transform: translate3d(-100%, 0%, 0) rotate(180deg);
    -moz-transform: translate3d(-100%, 0%, 0) rotate(180deg);
    -ms-transform: translate3d(-100%, 0%, 0) rotate(180deg);
    -o-transform: translate3d(-100%, 0%, 0) rotate(180deg);
}
#ASUS-features .pop-view .pop-inner .slick-next {
    transform: translate3d(100%, 0%, 0);
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
}
#ASUS-features .pop-view .pop-inner .slickPop .slick-list {
    width: 756px;
    height: 441px;
    overflow: hidden;
    /* background-color: blue; */
}
#ASUS-features .pop-view .pop-inner .slickPop .slickImg {
    width: 756px;
    height: 441px;
    padding-bottom: inherit !important;
    /* background-color: red !important; */
}


#ASUS-features .v-dot-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#ASUS-features .v-dot-wrap .v-dot {
    z-index: 999 !important;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 50%;
    width: 37px;
    height: 37px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/theme/btn-dot.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .v-dot-wrap .v-dot {
        background-image: url("../images/large/2x/theme/btn-dot.png");
    }
}

#ASUS-features .v-dot-wrap .v-dot._1 {
    left: 700px;
    bottom: 520px;
}

#ASUS-features .v-dot-wrap .v-dot._2 {
    left: 1200px;
    bottom: 1000px;
}

#ASUS-features .v-dot-wrap .v-dot._3 {
    left: 1850px;
    bottom: 400px;
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {

    #ASUS-features .pop-view .pop-inner .popTitle{
        font-size: 40px;
        top: 10px;
    }   
    #ASUS-features .pop-view .pop-inner {
        transform: translate3d(0,80%, 0);
        -webkit-transform: translate3d(0,80%, 0);
        -moz-transform: translate3d(0,80%, 0);
        -ms-transform: translate3d(0,80%, 0);
        -o-transform: translate3d(0,80%, 0);
    }
    #ASUS-features .pop-view .pop-inner .slick-prev {
        transform: translate3d(-70%, 0%, 0) scale(.7) rotate(180deg);
        -webkit-transform: translate3d(-70%, 0%, 0) scale(.7) rotate(180deg);
        -moz-transform: translate3d(-70%, 0%, 0) scale(.7) rotate(180deg);
        -ms-transform: translate3d(-70%, 0%, 0) scale(.7) rotate(180deg);
        -o-transform: translate3d(-70%, 0%, 0) scale(.7) rotate(180deg);
    }
    #ASUS-features .pop-view .pop-inner .slick-next {
        transform: translate3d(70%, 0%, 0) scale(.7);
        -webkit-transform: translate3d(70%, 0%, 0) scale(.7);
        -moz-transform: translate3d(70%, 0%, 0) scale(.7);
        -ms-transform: translate3d(70%, 0%, 0) scale(.7);
        -o-transform: translate3d(70%, 0%, 0) scale(.7);
    }

    #ASUS-features .pop-view .pop-inner .slickPop .slick-list ,
    #ASUS-features .pop-view .pop-inner .slickPop .slickImg {
        width: 600px;
        height: 390px;
    }

    #ASUS-features .v-dot-wrap .v-dot._1 {
        left: 337px;
        bottom: 263px;    
    }
    
    #ASUS-features .v-dot-wrap .v-dot._2 {
        left: 606px;
        bottom: 503px;
    }
    
    #ASUS-features .v-dot-wrap .v-dot._3 {
        left: 912px;
        bottom: 211px;
    }  
}
/* sm */
@media all and (max-width: 731px) {

    #ASUS-features .pop-view .pop-inner .popTitle{
        font-size: 20px;
        top: 46px;
    }   
    #ASUS-features .pop-view .pop-inner {
        transform: translate3d(0,150%, 0);
        -webkit-transform: translate3d(0,150%, 0);
        -moz-transform: translate3d(0,150%, 0);
        -ms-transform: translate3d(0,150%, 0);
        -o-transform: translate3d(0,150%, 0);
}
    #ASUS-features .pop-view .pop-inner .slick-prev {
        transform: translate3d(0, 0, 0) scale(.5) rotate(180deg);
        -webkit-transform: translate3d(0, 0, 0) scale(.5) rotate(180deg);
        -moz-transform: translate3d(0, 0, 0) scale(.5) rotate(180deg);
        -ms-transform: translate3d(0, 0, 0) scale(.5) rotate(180deg);
        -o-transform: translate3d(0, 0, 0) scale(.5) rotate(180deg);
}
    #ASUS-features .pop-view .pop-inner .slick-next {
        transform: translate3d(-15px, 0, 0) scale(.5);
        -webkit-transform: translate3d(-15px, 0, 0) scale(.5);
        -moz-transform: translate3d(-15px, 0, 0) scale(.5);
        -ms-transform: translate3d(-15px, 0, 0) scale(.5);
        -o-transform: translate3d(-15px, 0, 0) scale(.5);
}

    #ASUS-features .pop-view .pop-inner .slickPop .slick-list,
    #ASUS-features .pop-view .pop-inner .slickPop .slickImg {
        width: 210px;
        height: 200px;
    }

    #ASUS-features .pop-view .slickImg {
        width: 100px;
    }  

    #ASUS-features .pop-view .pop-inner {
        max-width: 290px;
    }
    #ASUS-features .pop-view .pop-inner .closeBtn {
        transform: translate3d(248px, 15px, 0px);
        -webkit-transform: translate3d(248px, 15px, 0px);
        -moz-transform: translate3d(248px, 15px, 0px);
        -ms-transform: translate3d(248px, 15px, 0px);
        -o-transform: translate3d(248px, 15px, 0px);
}
    #ASUS-features .v-dot-wrap .v-dot._1 {
        left: 232px;
        bottom: 88px;
    }
    
    #ASUS-features .v-dot-wrap .v-dot._2 {
        left: 283px;
        bottom: 317px;
    }
    
    #ASUS-features .v-dot-wrap .v-dot._3 {
        left: 474px;
        bottom: 152px;
    } 
}


/* =========================================================== */
/* Peripherals Popup backpack
/* =========================================================== */
#ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg{
    padding-bottom: 74%;
}
#ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg.slickItem__1 {
    background-image: url("../images/large/1x/animation/peripherals/backpack_big_1.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg.slickItem__1 {
        background-image: url("../images/large/2x/animation/peripherals/backpack_big_1.jpg");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg.slickItem__2 {
    background-image: url("../images/large/1x/animation/peripherals/backpack_big_2.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg.slickItem__2 {
        background-image: url("../images/large/2x/animation/peripherals/backpack_big_2.jpg");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg.slickItem__3 {
    background-image: url("../images/large/1x/animation/peripherals/backpack_big_3.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-backpack .slickPop .slickImg.slickItem__3 {
        background-image: url("../images/large/2x/animation/peripherals/backpack_big_3.jpg");
    }
}


/* -- Nav */

#ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot .img{
    width: 100%;
    height: 148px;
    margin-top: 19px;
    background-size: contain;
}
#ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot__1 .img {
    background-image: url("../images/large/1x/animation/peripherals/backpack_small_1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot__1 .img {
        background-image: url("../images/large/2x/animation/peripherals/backpack_small_1.png");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot__2 .img {
    background-image: url("../images/large/1x/animation/peripherals/backpack_small_2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot__2 .img {
        background-image: url("../images/large/2x/animation/peripherals/backpack_small_2.png");
    }
}


#ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot__3 .img {
    background-image: url("../images/large/1x/animation/peripherals/backpack_small_3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-backpack .popNav .dot__3 .img {
        background-image: url("../images/large/2x/animation/peripherals/backpack_small_3.png");
    }
}
/* =========================================================== */
/* / Peripherals Popup backpack
/* =========================================================== */





/* =========================================================== */
/* Peripherals Popup headset
/* =========================================================== */

#ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg{
    padding-bottom: 74%;
}
#ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg.slickItem__1 {
    background-image: url("../images/large/1x/animation/peripherals/headset_big_1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg.slickItem__1 {
        background-image: url("../images/large/2x/animation/peripherals/headset_big_1.png");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg.slickItem__2 {
    background-image: url("../images/large/1x/animation/peripherals/headset_big_2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg.slickItem__2 {
        background-image: url("../images/large/2x/animation/peripherals/headset_big_2.png");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg.slickItem__3 {
    background-image: url("../images/large/1x/animation/peripherals/headset_big_3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-headset .slickPop .slickImg.slickItem__3 {
        background-image: url("../images/large/2x/animation/peripherals/headset_big_3.png");
    }
}


/* -- Nav */

#ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot .img{
    width: 100%;
    height: 148px;
    margin-top: 19px;
    background-size: contain;
}
#ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot__1 .img {
    background-image: url("../images/large/1x/animation/peripherals/headset_small_1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot__1 .img {
        background-image: url("../images/large/2x/animation/peripherals/headset_small_1.png");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot__2 .img {
    background-image: url("../images/large/1x/animation/peripherals/headset_small_2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot__2 .img {
        background-image: url("../images/large/2x/animation/peripherals/headset_small_2.png");
    }
}


#ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot__3 .img {
    background-image: url("../images/large/1x/animation/peripherals/headset_small_3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-headset .popNav .dot__3 .img {
        background-image: url("../images/large/2x/animation/peripherals/headset_small_3.png");
    }
}
/* =========================================================== */
/* / Peripherals Popup backpack
/* =========================================================== */



/* =========================================================== */
/* Peripherals Popup mouse
/* =========================================================== */

#ASUS-features .pop-view .pop-inner .v-slick-mouse .slickPop .slickImg.slickItem__1 {
    background-image: url("../images/large/1x/animation/peripherals/GladiusII_big_1.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-mouse .slickPop .slickImg.slickItem__1 {
        background-image: url("../images/large/2x/animation/peripherals/GladiusII_big_1.jpg");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-mouse .slickPop .slickImg.slickItem__2 {
    background-image: url("../images/large/1x/animation/peripherals/GladiusII_big_2.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-mouse .slickPop .slickImg.slickItem__2 {
        background-image: url("../images/large/2x/animation/peripherals/GladiusII_big_2.jpg");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-mouse .slickPop .slickImg.slickItem__3 {
    background-image: url("../images/large/1x/animation/peripherals/GladiusII_big_3.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-mouse .slickPop .slickImg.slickItem__3 {
        background-image: url("../images/large/2x/animation/peripherals/GladiusII_big_3.jpg");
    }
}


/* -- Nav */

#ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot .img{
    width: 100%;
    height: 102px;
    margin-top: 50px;
    background-size: contain;
}
#ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot__1 .img {
    background-image: url("../images/large/1x/animation/peripherals/GladiusII_small_1.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot__1 .img {
        background-image: url("../images/large/2x/animation/peripherals/GladiusII_small_1.jpg");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot__2 .img {
    background-image: url("../images/large/1x/animation/peripherals/GladiusII_small_2.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot__2 .img {
        background-image: url("../images/large/2x/animation/peripherals/GladiusII_small_2.jpg");
    }
}

#ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot__3 .img {
    background-image: url("../images/large/1x/animation/peripherals/GladiusII_small_3.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    #ASUS-features .pop-view .pop-inner .v-slick-mouse .popNav .dot__3 .img {
        background-image: url("../images/large/2x/animation/peripherals/GladiusII_small_3.jpg");
    }
}
/* =========================================================== */
/* / Peripherals Popup mouse
/* =========================================================== */


/* =========================================================== */
/* Footer
/* =========================================================== */
#ASUS-features .v-section-footer {

}
#ASUS-features .v-section-footer .v-logo-wrap{
    text-align: center;
}
#ASUS-features .v-section-footer .v-logo-wrap .v-logo{
    display: inline-block;
    height: 106px;
    min-width: 106px;
    margin: 1em;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#ASUS-features .v-section-footer .v-logo-wrap .v-logo._nv{
    width: 300px;
    background: url('../images/large/1x/icon/nv_logo.png');
}
#ASUS-features .v-section-footer .v-logo-wrap .v-logo._act{
    width: 500px;
    background: url('../images/large/1x/icon/activision.png');
    
}
#ASUS-features .v-section-footer .v-logo-wrap .v-logo._epi{
    background: url('../images/large/1x/icon/epic.png');
}
#ASUS-features .v-section-footer .v-text{
    width: 100%;
    font-size: 18px;
    max-width: 1008px;
    color: white;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif';
}

/* sm */
@media all and (max-width: 731px){
    #ASUS-features .v-section-footer .v-logo-wrap{
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    #ASUS-features .v-section-footer .v-logo-wrap .v-logo{
        max-width: 80vw;
        height: 50px;
    }
    #ASUS-features .v-section-footer .v-text{
        width: 290px;
        font-size: 12px;
    }
}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .v-section-footer .v-text,
    #ASUS-features .v-section-footer .v-logo-wrap{
        width: 700px;
    }
    
}





















































/* =========================================================== */
/* Inner Global
/* =========================================================== */

#ASUS-features .v-inner {
    padding-bottom: 120px;
    overflow: hidden;
}

#ASUS-features .inner-view .inner-view-container .inner-modal .v-section-inner {
    width: 1280px;
    padding: 0;
    background: black;
    margin: 3.5rem 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#ASUS-features .v-inner .v-section-inner .wd-content {
    position: absolute;
}

#ASUS-features .v-inner .v-section-inner .wd-content .content-title {
    margin-top: 0;
}

#ASUS-features .v-inner .v-section-inner .wd-content .content-title,
#ASUS-features .v-inner .v-section-inner .wd-content .content-info,
#ASUS-features .v-inner .v-section-inner .wd-content .content-comment {
    max-width: inherit;
    width: inherit;
    /* text-align: justify; */
}
#ASUS-features .v-inner .v-section-inner .wd-content .content-title{
    font-size: 29px;
    /* text-align: left; */
}
#ASUS-features .v-inner .v-section-inner .wd-content .content-info{
    margin-top: initial;
}
#ASUS-features .v-inner .v-section-inner .wd-content .content-comment {
    line-height: 1.5em;
}

#ASUS-features .v-inner .v-section-inner .wd-content {
    width: 500px;
    margin: auto 90px;
    left: 0;
}

#ASUS-features .v-inner .v-section-inner.layout-right .wd-content {
    right: 0;
    left: auto;
}

#ASUS-features .v-inner .v-section-inner.layout-left .wd-content {
    right: auto;
    left: 0;
}

#ASUS-features .v-inner .v-section-inner.layout-center .wd-content {
    width: 1100px;
}
#ASUS-features .v-inner .v-section-inner.layout-center .wd-content .content-title{
    margin-top: 2em;
}

#ASUS-features .v-inner .v-section-inner .wd-content.text-left>* {
    text-align: left;
}

#ASUS-features .v-inner .v-section-inner .wd-content.text-right>* {
    text-align: right;
}

#ASUS-features .v-inner .v-section-inner .wd-content.text-center>* {
    text-align: center;
}

#ASUS-features .v-inner .v-section-inner .wd-content.text-left>* {
    text-align: left;
}

#ASUS-features .v-inner .v-section-inner .wd-content.text-right>* {
    text-align: right;
}

#ASUS-features .v-inner .v-section-inner .wd-content.text-center>* {
    text-align: center;
}

#ASUS-features .v-inner .v-section-inner .wd-content.vertical-top {
    top: 0;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

#ASUS-features .v-inner .v-section-inner .wd-content,
#ASUS-features .v-inner .v-section-inner .wd-content.vertical-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#ASUS-features .v-inner .v-section-inner .wd-content.vertical-bottom {
    bottom: 0;
    top: auto;
    margin-top: 90px;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}
#ASUS-features .v-inner .v-section-inner .wd__feature__list{
    margin-top: 2em;
}
#ASUS-features .v-inner .v-section-inner .wd__feature__list .wd__feature:first-child{
    margin: 0;
}
#ASUS-features .v-inner .v-section-inner .wd-content .wd__feature__comment{
    margin-top: 12px;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
    text-transform: initial;
    font-size: 12px;
    line-height: 1.2em;
    color: #999999;
}
#ASUS-features .v-inner .v-section-inner .img {
    width: 100%;
    min-height: 575px;
    display: block;
    margin: 0;
    padding: 0;
    background-size: cover;
}

#ASUS-features .v-inner .v-section-inner .v-text-wrap{
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
    text-transform: initial;
    font-size: 15px;
    line-height: 1em;
    color: white;
}
#ASUS-features .v-inner .v-section-inner .v-text-wrap .v-text{
    margin-bottom: 1em;
}

#ASUS-features .v-inner .v-section-inner .v-text-wrap._left{
    text-align: left;
}


#ASUS-features .v-inner .v-logo-col .v-logo{
    margin: 0;
}








/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .inner-view .inner-view-container .inner-modal .v-section-inner {
        width: 732px;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .content-title{
        margin-top: 0;
    }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

}

/* sm */
@media all and (max-width: 731px) {
    #ASUS-features .inner-view .inner-view-container .inner-modal .v-section-inner {
        width: 320px;
    }
    #ASUS-features .v-inner .v-section-inner .wd-content{
        top:inherit ;
        transform: inherit ;
        -webkit-transform: inherit ;
        -moz-transform: inherit ;
        -ms-transform: inherit ;
        -o-transform: inherit ;
        margin: 0;
    }
    #ASUS-features .inner-view .section__base .img{
        padding-top: 187px;
        min-height: 102px;
        background:url('../images/small/1x/inner/design/1.jpg');
        background-repeat: no-repeat;
        background-position:  top;
        background-size: 100%;
        background-color: black;
    }
    #ASUS-features .inner-view .section__base .img .wd-content{
        width: inherit;
        min-height: 102px;
        background:url('../images/small/1x/inner/inner-bg.jpg');
        background-repeat: no-repeat;
        background-position:  bottom;
        background-size: 100%;
        background-color: black;
        padding:2em 0;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .content-title{
        margin-top: 0;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .content-info{
        margin-bottom: 0;
    }
    #ASUS-features .v-inner .v-section-inner .wd-content.vertical-top{
        padding-top: 0;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .wd__feature__list{
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .wd__feature__list *{
        text-align: center;
    }
}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

}

/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .inner-view .inner-view-container .inner-modal .v-section-inner {
        width: 732px;
    }
    #ASUS-features .v-inner .v-section-inner .wd-content{
        position: relative;
        top:inherit ;
        transform: inherit ;
        -webkit-transform: inherit ;
        -moz-transform: inherit ;
        -ms-transform: inherit ;
        -o-transform: inherit ;
        margin: 0;
    }
    #ASUS-features .inner-view .section__base .img{
        padding-top: 361px;
        min-height: 102px;
        background:url('../images/medium/1x/inner/design/1.jpg');
        background-repeat: no-repeat;
        background-position:  top;
        background-size: 100%;
        background-color: black;
    }
    #ASUS-features .inner-view .section__base .img .wd-content{
        width: inherit;
        min-height: 102px;
        background:url('../images/medium/1x/inner/inner-bg.jpg');
        background-repeat: no-repeat;
        background-position:  bottom;
        background-size: 100%;
        background-color: black;
        text-align: center;
        padding:3em 2em;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .content-info{
        margin-bottom: 0;
    }
    #ASUS-features .v-inner .v-section-inner .wd-content.vertical-top{
        padding-top: 0;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .wd__feature__list{
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #ASUS-features .inner-view .section__base .img .wd-content .wd__feature__list *{
        text-align: center;
    }
}








/* =========================================================== */
/* Design inner Large
/* =========================================================== */

#ASUS-features .v-inner.modal-cut-design .v-section-inner .v-text{
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei';
}
#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .v-text._left{
    left: 350px;
    top: 291px;
}
#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .v-text._right{
    right: 350px;
    top: 291px;
}


#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(1) .img {
    background-image: url(../images/large/1x/inner/design/1.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(1) .img {
        background-image: url(../images/large/2x/inner/design/1.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(2) .img {
    background-image: url(../images/large/1x/inner/design/2.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(2) .img {
        background-image: url(../images/large/2x/inner/design/2.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(3) .img {
    background-image: url(../images/large/1x/inner/design/3.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(3) .img {
        background-image: url(../images/large/2x/inner/design/3.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(4) .img {
    background-image: url(../images/large/1x/inner/design/4.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(4) .img {
        background-image: url(../images/large/2x/inner/design/4.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(5) .img {
    background-image: url(../images/large/1x/inner/design/5.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(5) .img {
        background-image: url(../images/large/2x/inner/design/5.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .img {
    background-image: url(../images/large/1x/inner/design/6.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .img {
        background-image: url(../images/large/2x/inner/design/6.jpg)
    }
}

/* =========================================================== */
/* Design inner lg
/* =========================================================== */
@media all and (min-width: 1279px) {
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .wd-content .content-info{
        width: 800px;
    }
}

/* =========================================================== */
/* Design inner Medium
/* =========================================================== */

@media all and (min-width: 732px) and (max-width: 1279px) {

    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .v-text._left{
        left: 157px;
        top: 53px;
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .v-text._right{
        right: 157px;
        top: 53px;
    }

    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(1) .img {
        padding-top: 427px;
        background-image: url('../images/medium/1x/inner/design/1.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(2) .img {
        padding-top: 455px;
        background-image: url('../images/medium/1x/inner/design/2.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(3) .img {
        padding-top: 329px;
        background-image: url('../images/medium/1x/inner/design/3.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(4) .img {
        padding-top: 476px;
        background-image: url('../images/medium/1x/inner/design/4.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(5) .img {
        padding-top: 330px;
        background-image: url('../images/medium/1x/inner/design/5.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .img {
        padding-top: 256px;
        background-image: url('../images/medium/1x/inner/design/6.jpg')
    }

}


/* =========================================================== */
/* Design inner Small
/* =========================================================== */

@media all and (max-width: 731px) {

    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .v-text._left{
        left: 50px;
        top: 10px;
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .v-text._right{
        right: 50px;
        top: 10px;
    }

    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(1) .img {
        padding-top: 187px;
        background-image: url('../images/small/1x/inner/design/1.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(2) .img {
        padding-top: 199px;
        background-image: url('../images/small/1x/inner/design/2.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(3) .img {
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/design/3.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(4) .img {
        padding-top: 208px;
        background-image: url('../images/small/1x/inner/design/4.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(5) .img {
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/design/5.jpg')
    }
    #ASUS-features .v-inner.modal-cut-design .v-section-inner:nth-child(6) .img {
        padding-top: 112px;
        background-image: url('../images/small/1x/inner/design/6.jpg')
    }

}



/* =========================================================== */
/* Performance inner Large
/* =========================================================== */
#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .wd__feature__list{
    margin-bottom: 1em;
    width: 100%;
}
#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap .v-title{
    font-size: 28px;
    white-space:nowrap;
}
#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap{
    width: 500px;
    margin-bottom: 0;
}
#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .wd__feature__list .wd__feature{
    margin: 0 20px 25px 0;
}

#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .img {
    height: 1000px;
    background-image: url(../images/large/1x/inner/performance/1.jpg)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .img {
        background-image: url(../images/large/2x/inner/performance/1.jpg)
    }
}


#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(2) .img {
    background-image: url(../images/large/1x/inner/performance/2.jpg)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(2) .img {
        background-image: url(../images/large/2x/inner/performance/2.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(3) .img {
    background-image: url(../images/large/1x/inner/performance/3.jpg)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(3) .img {
        background-image: url(../images/large/2x/inner/performance/3.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(4) .img {
    background-image: url(../images/large/1x/inner/performance/4.jpg)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(4) .img {
        background-image: url(../images/large/2x/inner/performance/4.jpg)
    }
}



/* =========================================================== */
/* Performance inner Medium
/* =========================================================== */


@media all and (min-width: 732px) and (max-width: 1279px) {

    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .img {
        width: inherit;
        height: inherit;
        padding-top: 329px;
        background-image: url('../images/medium/1x/inner/performance/1.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(2) .img {
        padding-top: 330px;
        background-image: url('../images/medium/1x/inner/performance/2.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(3) .img {
        padding-top: 427px;
        background-image: url('../images/medium/1x/inner/performance/3.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(4) .img {
        padding-top: 395px;
        background-image: url('../images/medium/1x/inner/performance/4.jpg')
    }

}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .img {
        width: inherit;
        height: inherit;
        padding-top: 329px;
        background-image: url('../images/medium/2x/inner/performance/1.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(2) .img {
        padding-top: 330px;
        background-image: url('../images/medium/2x/inner/performance/2.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(3) .img {
        padding-top: 427px;
        background-image: url('../images/medium/2x/inner/performance/3.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(4) .img {
        padding-top: 395px;
        background-image: url('../images/medium/2x/inner/performance/4.jpg')
    }

}

/* =========================================================== */
/* Performance inner Small
/* =========================================================== */

@media all and (max-width: 731px) {

    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap{
        width: 250px;
    }
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap .v-title{
        white-space: inherit;
    }
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .content-comment{
        font-size: 12px;
    }
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap .v-bar-chart .v-label{
        font-size: 15px;
    }
    #ASUS-features .v-bar-chart-wrap .v-bar-chart .v-num {
        font-size: 12px;
    }
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap .v-bar-chart .v-bar{
        height: 20px;
    }
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap .v-bar-chart.chart_1 .v-bar{
        width: 180px !important;
    }
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .v-bar-chart-wrap .v-bar-chart.chart_2 .v-bar{
        width: 135px !important;
    }
    
    
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .img {
        width: inherit;
        height: inherit;
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/performance/1.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(2) .img {
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/performance/2.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(3) .img {
        padding-top: 187px;
        background-image: url('../images/small/1x/inner/performance/3.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(4) .img {
        padding-top: 173px;
        background-image: url('../images/small/1x/inner/performance/4.jpg')
    }

}

@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(1) .img {
        width: inherit;
        height: inherit;
        padding-top: 144px;
        background-image: url('../images/small/2x/inner/performance/1.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(2) .img {
        padding-top: 144px;
        background-image: url('../images/small/2x/inner/performance/2.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(3) .img {
        padding-top: 187px;
        background-image: url('../images/small/2x/inner/performance/3.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-performance .v-section-inner:nth-child(4) .img {
        padding-top: 173px;
        background-image: url('../images/small/2x/inner/performance/4.jpg')
    }

}

/* =========================================================== */
/* Cooling inner Large
/* =========================================================== */

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(1) .img {
    background-image: url(../images/large/1x/inner/cooling/1.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(1) .img {
        background-image: url(../images/large/2x/inner/cooling/1.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(2) .img {
    background-image: url(../images/large/1x/inner/cooling/2.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(2) .img {
        background-image: url(../images/large/2x/inner/cooling/2.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(3) .img {
    background-image: url(../images/large/1x/inner/cooling/3.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(3) .img {
        background-image: url(../images/large/2x/inner/cooling/3.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(4) .img {
    background-image: url(../images/large/1x/inner/cooling/4.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(4) .img {
        background-image: url(../images/large/2x/inner/cooling/4.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(5) .img {
    background-image: url(../images/large/1x/inner/cooling/5.jpg);
    background-position: top left;
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(5) .img {
        background-image: url(../images/large/2x/inner/cooling/5.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(6) .img {
    background-image: url(../images/large/1x/inner/cooling/6.jpg);
    background-position: top right;
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(6) .img {
        background-image: url(../images/large/2x/inner/cooling/6.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(7) .img {
    background-image: url(../images/large/1x/inner/cooling/7.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(7) .img {
        background-image: url(../images/large/2x/inner/cooling/7.jpg)
    }
}

#ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(8) .img {
    background-image: url(../images/large/1x/inner/cooling/8.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(8) .img {
        background-image: url(../images/large/2x/inner/cooling/8.jpg)
    }
}

/* =========================================================== */
/* Cooling inner Medium
/* =========================================================== */


@media all and (min-width: 732px) and (max-width: 1279px) {

    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(1) .img {
        padding-top: 427px;
        background-image: url('../images/medium/1x/inner/cooling/1.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(2) .img {
        padding-top: 459px;
        background-image: url('../images/medium/1x/inner/cooling/2.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(3) .img {
        padding-top: 373px;
        background-image: url('../images/medium/1x/inner/cooling/3.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(4) .img {
        padding-top: 394px;
        background-image: url('../images/medium/1x/inner/cooling/4.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(5) .img {
        padding-top: 329px;
        background-image: url('../images/medium/1x/inner/cooling/5.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(6) .img {
        padding-top: 329px;
        background-image: url('../images/medium/1x/inner/cooling/6.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(7) .img {
        padding-top: 330px;
        background-image: url('../images/medium/1x/inner/cooling/7.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(8) .img {
        padding-top: 360px;
        background-image: url('../images/medium/1x/inner/cooling/8.jpg')
    }

}

/* =========================================================== */
/* Cooling inner Small
/* =========================================================== */

@media all and (max-width: 731px) {

    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(1) .img {
        padding-top: 187px;
        background-image: url('../images/small/1x/inner/cooling/1.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(2) .img {
        padding-top: 201px;
        background-image: url('../images/small/1x/inner/cooling/2.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(3) .img {
        padding-top: 163px;
        background-image: url('../images/small/1x/inner/cooling/3.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(4) .img {
        padding-top: 173px;
        background-image: url('../images/small/1x/inner/cooling/4.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(5) .img {
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/cooling/5.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(6) .img {
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/cooling/6.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(7) .img {
        padding-top: 144px;
        background-image: url('../images/small/1x/inner/cooling/7.jpg')
    }
    
    #ASUS-features .v-inner.modal-cut-cooling .v-section-inner:nth-child(8) .img {
        padding-top: 158px;
        background-image: url('../images/small/1x/inner/cooling/8.jpg')
    }
    
}

/* =========================================================== */
/* Keystone inner Large
/* =========================================================== */
/* part 1 */
#ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(1) .img {
    padding-top: 144px;
    background-image: url(../images/large/1x/inner/keystone/1.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(1) .img {
        background-image: url(../images/large/2x/inner/keystone/1.jpg)
    }
}
#ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(1) .v-text-wrap{
    position: absolute;
    left: 490px;
    top: 171px;
}

/* part 2 */
#ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(2) .img {
    padding-top: 199px;
    background-image: url(../images/large/1x/inner/keystone/2.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(2) .img {
        background-image: url(../images/large/2x/inner/keystone/2.jpg)
    }
}


/* =========================================================== */
/* Keystone inner Medium
/* =========================================================== */


@media all and (min-width: 732px) and (max-width: 1279px) {

    /* part 1 */
    #ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(1) .img {
        padding-top: 361px;
        background-image: url('../images/medium/1x/inner/keystone/1.jpg')
    }

    /* part 2 */
    #ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(2) .img {
        padding-top: 454px;
        background-image: url('../images/medium/1x/inner/keystone/2.jpg')
    }
}

/* =========================================================== */
/* Keystone inner Small
/* =========================================================== */

@media all and (max-width: 731px) {

    /* part 1 */
    #ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(1) .img {
        background-image: url('../images/small/1x/inner/keystone/1.jpg')
    }

    /* part 2 */
    #ASUS-features .v-inner.modal-cut-keystone .v-section-inner:nth-child(2) .img {
        background-image: url('../images/small/1x/inner/keystone/2.jpg')
    }

}



/* =========================================================== */
/* Keyboard inner large 
/* =========================================================== */

#ASUS-features .v-section-aura-sync .wd-content{
    z-index: 102;
}
#ASUS-features .v-section-aura-sync .v-section-btn-wrapper .modal-button{
    z-index: 999 !important;
}


/* part 1 */
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .img {
    background-image: url(../images/large/1x/inner/aura-sync/1.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .img {
        background-image: url(../images/large/2x/inner/aura-sync/1.jpg)
    }
}
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .v-text-wrap{
    text-align: center;
    position: absolute;
    bottom: 70px;
    width: 100%;
}
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .v-text-wrap ul li{
    display: inline-block;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 50px;
    margin: 0 20px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 20px 7px
}
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .v-text-wrap ul li:nth-child(1){
    background-image: url(../images/large/1x/inner/aura-sync/list-dot-1.png);
}
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .v-text-wrap ul li:nth-child(2){
    background-image: url(../images/large/1x/inner/aura-sync/list-dot-2.png);
}
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .v-text-wrap ul li:nth-child(3){
    background-image: url(../images/large/1x/inner/aura-sync/list-dot-3.png);
}


/* part 2 */
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(2) .img {
    background-image: url(../images/large/1x/inner/aura-sync/2.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(2) .img {
        background-image: url(../images/large/2x/inner/aura-sync/2.jpg)
    }
}

/* part 3 */
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(3) .img {
    background-image: url(../images/large/1x/inner/aura-sync/3.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(3) .img {
        background-image: url(../images/large/2x/inner/aura-sync/3.jpg)
    }
}

/* part 4 */
#ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(4) .img {
    background-image: url(../images/large/1x/inner/aura-sync/4.jpg)
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(4) .img {
        background-image: url(../images/large/2x/inner/aura-sync/4.jpg)
    }
}

/* =========================================================== */
/* Keystone inner Medium
/* =========================================================== */


@media all and (min-width: 732px) and (max-width: 1279px) {

  

    /* part 1 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .img {
        padding-top: 437px;
        background-image: url('../images/medium/1x/inner/keyboard/1.jpg')
    }

    /* part 2 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(2) .img {
        padding-top: 427px;
        background-image: url('../images/medium/1x/inner/keyboard/2.jpg')
    }

    /* part 3 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(3) .img {
        padding-top: 257px;
        background-image: url('../images/medium/1x/inner/keyboard/3.jpg')
    }

    /* part 4 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(4) .img {
        padding-top: 455px;
        background-image: url('../images/medium/1x/inner/keyboard/4.jpg')
    }

}

/* =========================================================== */
/* Keyboard inner Small 
/* =========================================================== */


@media all and (max-width: 731px) {
    
    #ASUS-features .v-section-aura-sync{
        height: 1021px;
    }  

    /* part 1 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(1) .img {
        padding-top: 191px;
        background-image: url('../images/small/1x/inner/keyboard/1.jpg')
    }

    /* part 2 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(2) .img {
        padding-top: 187px;
        background-image: url('../images/small/1x/inner/keyboard/2.jpg')
    }

    /* part 3 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(3) .img {
        padding-top: 113px;
        background-image: url('../images/small/1x/inner/keyboard/3.jpg')
    }

    /* part 4 */
    #ASUS-features .v-inner.modal-cut-aura-sync .v-section-inner:nth-child(4) .img {
        padding-top: 199px;
        background-image: url('../images/small/1x/inner/keyboard/4.jpg')
    }

}


