@charset "UTF-8";
@font-face {
    font-family: "Trade-Gothic-LT-Bold";
    src: url(../fonts/Trade-Gothic-LT-Bold.ttf);
    font-weight: 400
}

@font-face {
    font-family: "ROGFonts-Regular_ES";
    src: url(../fonts/ROGFonts-Regular_ES.ttf);
    font-weight: 400
}

@font-face {
    font-family: "robotocondensed-bold";
    src: local(robotocondensed bold), local(robotocondensed-bold), url(../fonts/robotocondensed-bold_0.woff2) format("woff2"), url(../fonts/robotocondensed-bold_0.woff) format("woff"), url(../fonts/robotocondensed-bold_0.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes scaleRight {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes scaleRight {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}


/* 
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #000;
    overflow-x: hidden;
    font-size: 14px;
    color: #fff;
    background-color: #0c0d0e;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    position: relative
}

body::-webkit-scrollbar {
    width: 7px
}

body::-webkit-scrollbar-button {
    width: 7px;
    height: 5px
}

body::-webkit-scrollbar-track {
    background-color: rgba(238, 238, 238, 0);
    border: 0;
    border-radius: 5px
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(216, 216, 216, 0.3);
    border: 0;
    border-radius: 5px
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(216, 216, 216, 0.5)
} */


/* body.no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
} */

.page-content {
    max-width: 100%
}

.fadeTarget {
    opacity: 0
}

.fadeDefault {
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    opacity: 0
}

.fadeDefault.active {
    opacity: 1
}

.lazyLoad {
    background-image: none!important
}

.lazyLoad__img {
    display: none!important
}

.fixedLeft {
    background-image: url(images/fixed_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 995;
    top: 54%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 300ms ease-in;
    transition: 300ms ease-in;
    width: 33px;
    height: 510px;
    opacity: 0
}

.fixedLeft.active {
    opacity: 1
}

@media screen and (max-width: 1440px) {
    .fixedLeft {
        height: 460px;
        top: 53%;
        width: 24px
    }
}

@media screen and (max-width: 992px) {
    .fixedLeft {
        display: none
    }
}

.nevigation {
    position: fixed;
    z-index: 995;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 300ms ease-in;
    transition: 300ms ease-in;
    opacity: 0
}

.nevigation.active {
    opacity: 1
}

@media (max-width: 1199px) {
    .nevigation {
        display: none
    }
}

.nevigation::before {
    content: '';
    background: url(images/fixed_right_top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 110px;
    height: 205px;
    margin-bottom: 15px;
    position: relative;
    right: -37px
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .nevigation::before {
        background: url(images/fixed_right_top@2x.png);
        background-size: cover
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .nevigation::before {
        background: url(images/fixed_right_top@2x.png);
        background-size: cover
    }
}

@media screen and (max-width: 1440px) {
    .nevigation::before {
        right: -49px;
        width: 74px;
        height: 160px
    }
}

.nevigation::after {
    content: '';
    background-image: url(images/fixed_right_circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -4px;
    bottom: -40px
}

.nevigation ul {
    list-style: none;
    padding-right: 39px
}

.nevigation li {
    margin-bottom: 5px;
    line-height: 18px
}

.nevigation a {
    position: relative;
    color: #777!important;
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    font-family: 'Trade-Gothic-LT-Bold', 'Microsoft JhengHei', 'sans-serif'
}

@media (max-width: 1439px) {
    .nevigation a {
        font-size: 12px
    }
}

.nevigation a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

.nevigation a .navTextFrame {
    text-align: right;
    letter-spacing: 1px
}

.nevigation a:hover {
    color: #fff!important
}

.nevigation a:hover::after {
    background-image: url(images/fixed_right_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 15px;
    height: 15px
}

.nevigation a.active::after {
    background-image: url(images/fixed_right_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 15px;
    height: 15px
}

.nevigation a.active .sectionName {
    color: #fff
}

#ASUS-features a {
    text-decoration: none
}

#ASUS-features button:focus {
    outline: none
}

#ASUS-features .outer__view {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    background-color: #000
}

#ASUS-features .outer__view.outer-closed {
    opacity: 0;
    overflow: hidden
}

#ASUS-features .inner__view {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform: translate3d(0, calc(100vh + 275px), 0);
    transform: translate3d(0, calc(100vh + 275px), 0);
    opacity: 0
}

#ASUS-features .inner__view.not-touch::-webkit-scrollbar {
    width: 7px
}

#ASUS-features .inner__view.not-touch::-webkit-scrollbar-button {
    width: 7px;
    height: 5px
}

#ASUS-features .inner__view.not-touch::-webkit-scrollbar-track {
    background-color: rgba(238, 238, 238, 0);
    border: 0;
    border-radius: 5px
}

#ASUS-features .inner__view.not-touch::-webkit-scrollbar-thumb {
    background-color: rgba(216, 216, 216, 0.3);
    border: 0;
    border-radius: 5px
}

#ASUS-features .inner__view.not-touch::-webkit-scrollbar-thumb:hover {
    background-color: rgba(216, 216, 216, 0.5)
}

#ASUS-features .inner__view.active {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow-y: scroll
}

#ASUS-features .inner__control {
    position: fixed;
    bottom: 50px;
    left: calc(50%);
    z-index: 10000;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0
}

@media screen and (max-width: 735px) {
    #ASUS-features .inner__control {
        bottom: 50px
    }
}

#ASUS-features .inner__control.active {
    -webkit-transform: translate3d(-50%, 0, 90vh);
    transform: translate3d(-50%, 0, 90vh);
    opacity: 1
}

#ASUS-features .inner__control .close__btn {
    margin: 0
}

#ASUS-features .content__number {
    margin-bottom: 15px;
    width: 120px;
    height: 70px;
    overflow: hidden;
    background-image: url(images/title.png);
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__number {
        width: 80px;
        height: 47px;
        margin-bottom: 10px
    }
}

#ASUS-features .content__title {
    font-family: 'Trade-Gothic-LT-Bold', 'Microsoft JhengHei', 'sans-serif';
    font-size: 46px;
    margin-bottom: 14px;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: #fff;
    line-height: 1.2
}

#ASUS-features .content__title.titleTarget {
    color: transparent
}

@media screen and (min-width: 735px) and (max-width: 1366px) {
    #ASUS-features .content__title {
        max-width: 600px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .content__title {
        letter-spacing: 0;
        font-size: 35px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__title {
        text-align: left;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .content__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#ASUS-features .content__text {
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", 'sans-serif', Arial;
    font-display: swap
}

#ASUS-features .content__text span {
    color: #999
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__text {
        text-align: left
    }
}

#ASUS-features .section__base {
    width: 100%;
    max-width: 2560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

#ASUS-features .section__base:not(:last-child) {
    padding-bottom: 200px
}

@media screen and (max-width: 992px) {
    #ASUS-features .section__base:not(:last-child) {
        padding-bottom: 100px
    }
}

#ASUS-features .section__base:last-child {
    padding-bottom: 300px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__base:last-child {
        padding-bottom: 125px
    }
}

#ASUS-features .section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 2560px) {
    #ASUS-features .section__wrap {
        max-width: 1281px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 89vw;
        width: 100%
    }
}

#ASUS-features .img__wrap {
    position: relative
}

#ASUS-features .img,
#ASUS-features .software__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#ASUS-features .content__feature__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 1550px) {
    #ASUS-features .content__feature__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 895px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .content__feature__wrap {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__feature__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 89vw
    }
}

#ASUS-features .content__feature {
    margin-left: 17px;
    margin-right: 17px
}

@media screen and (max-width: 1550px) {
    #ASUS-features .content__feature {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .content__feature {
        margin-left: 30px;
        margin-right: 8px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__feature {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 35px
    }
    #ASUS-features .content__feature:last-child {
        margin-bottom: 0
    }
}

#ASUS-features .content__feature .feature__top,
#ASUS-features .content__feature .feature__bottom {
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    font-family: 'Roboto', "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", 'sans-serif', Arial;
    font-display: swap
}

#ASUS-features .content__feature .feature__top.__empty,
#ASUS-features .content__feature .feature__bottom.__empty {
    min-height: 19px;
    line-height: 19px
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__feature .feature__top,
    #ASUS-features .content__feature .feature__bottom {
        text-align: left
    }
}

#ASUS-features .content__feature .feature__img {
    background-image: url(images/wifi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 132px;
    padding-top: 76px
}

#ASUS-features .content__feature .feature__main {
    position: relative;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Trade-Gothic-LT-Bold', 'Microsoft JhengHei', 'sans-serif'
}

@media screen and (max-width: 1280px) {
    #ASUS-features .content__feature .feature__main {
        font-size: 35px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .content__feature .feature__main {
        text-align: left
    }
}

#ASUS-features .content__logo {
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background: url(images/logo.png);
    background-size: cover
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .content__logo {
        background: url(images/logo@2x.png);
        background-size: cover
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .content__logo {
        background: url(images/logo@2x.png);
        background-size: cover
    }
}

#ASUS-features .content__disclaimer {
    font-size: 12px;
    color: #777;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
    text-align: center;
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 22px
}

#ASUS-features .content__disclaimer a {
    color: #777;
    text-decoration: underline
}

#ASUS-features .more__btn,
#ASUS-features .close__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 175px;
    height: 27px;
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 2px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    margin: 30px auto 0;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif'
}

@media screen and (max-width: 735px) {
    #ASUS-features .more__btn,
    #ASUS-features .close__btn {
        margin: 100px auto 0
    }
}

#ASUS-features .more__btn:hover,
#ASUS-features .close__btn:hover {
    background-color: #fff;
    color: #000
}

#ASUS-features .close__btn {
    background-color: #000
}

#ASUS-features .video__mobile {
    min-height: 30vh
}

@media screen and (min-width: 736px) {
    #ASUS-features .video__mobile {
        display: none
    }
}

#ASUS-features .section__kv.section__base {
    padding-bottom: 140px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__kv.section__base {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv.section__base {
        padding-bottom: 0
    }
}

#ASUS-features .section__kv__img {
    background-image: url(images/kv_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1008px;
    height: 93px;
    margin-bottom: 25px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__kv__img {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv__img {
        margin-top: -20px;
        width: 95%;
        margin-bottom: 0
    }
}

#ASUS-features .section__kv__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Roboto', 'Microsoft JhengHei', 'sans-serif'
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__kv__feature {
        max-width: 1440px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .section__kv__feature {
        max-width: 992px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__kv__feature {
        max-width: 665px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv__feature {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

#ASUS-features .section__kv__feature .one__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 33.33%;
    color: #fff
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__kv__feature .one__feature {
        width: 50%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv__feature .one__feature {
        width: 100%;
        font-size: 15px
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__kv__feature .one__feature:first-child {
        padding-right: 15px
    }
}

#ASUS-features .section__kv__feature .one__feature:nth-child(3n) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1280px) {
    #ASUS-features .section__kv__feature .one__feature:nth-child(3n) {
        width: 28.33%
    }
}

@media (min-width: 1440px) {
    #ASUS-features .section__kv__feature .one__feature:nth-child(3n) {
        width: 23.33%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__kv__feature .one__feature:nth-child(3n) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 1439px) {
    #ASUS-features .section__kv__feature .one__feature:nth-child(4n) img {
        margin-top: -17px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv__feature .one__feature:nth-child(4n) img {
        margin-top: 0
    }
}

#ASUS-features .section__kv__feature .one__feature:not(:last-child) {
    margin-bottom: 50px
}

@media (max-width: 1439px) {
    #ASUS-features .section__kv__feature .one__feature:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv__feature .one__feature:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 12px;
        margin-bottom: 12px
    }
}

#ASUS-features .section__kv__feature .one__feature:last-child {
    padding-right: 8px
}

@media (max-width: 1439px) {
    #ASUS-features .section__kv__feature .one__feature:last-child {
        padding-right: 10px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__kv__feature .one__feature:last-child {
        padding-right: 0
    }
}

#ASUS-features .section__kv__feature .one__feature img {
    margin-right: 14px
}

@media (max-width: 1439px) {
    #ASUS-features .section__kv__feature .one__feature img {
        max-width: 60px;
        margin-right: 10px
    }
}

@media screen and (max-width: 736px) {
    #ASUS-features .section__kv .pc__img {
        display: none
    }
}

@media screen and (min-width: 735px) {
    #ASUS-features .section__kv .mobile__img {
        display: none
    }
}

#ASUS-features .section__kv .video__wrap {
    overflow: hidden
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__kv .video__wrap {
        min-height: 1080px
    }
}

@media screen and (max-width: 1024px) {
    #ASUS-features .section__kv .video__wrap {
        min-height: 42vh
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv .video__wrap {
        margin-top: 10vw;
        min-height: 30vh
    }
}

#ASUS-features .section__kv .video__wrap video {
    width: 100%
}

#ASUS-features .section__kv .section__wrap {
    position: relative
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv .section__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 89vw
    }
}

#ASUS-features .section__kv .content__title {
    font-size: 70px;
    margin-bottom: 46px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv .content__title {
        font-size: 36px;
        margin-bottom: 31px
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .section__kv .content__title {
        text-align: center
    }
}

#ASUS-features .section__kv .content__text {
    max-width: 895px;
    margin-bottom: 46px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__kv .content__text {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv .content__text {
        text-align: center
    }
}

#ASUS-features .section__kv .hardware__list {
    list-style: none;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__kv .hardware__list {
        width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv .hardware__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 320px
    }
}

#ASUS-features .section__kv .hardware__list .hardware__img {
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 30px;
    background-size: contain
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__kv .hardware__list .hardware__img {
        margin: 50px 30px 0
    }
}

#ASUS-features .section__1 {
    position: relative
}

#ASUS-features .section__1.section__base {
    padding-top: 140px;
    padding-bottom: 240px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__1.section__base {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1.section__base {
        padding-bottom: 100px;
        padding-top: 0
    }
}

#ASUS-features .section__1 .section__wrap {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .section__wrap {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #ASUS-features .section__1 .section__wrap>div:not(.video__wrap),
    #ASUS-features .section__1 .section__wrap p {
        width: 100%;
        max-width: 89vw
    }
}

#ASUS-features .section__1 .content__feature__wrap.nebula {
    margin-top: 50px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .content__feature__wrap.nebula {
        margin-top: 35px
    }
}

#ASUS-features .section__1 .content__feature__wrap.nebula a {
    margin-left: 30px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .content__feature__wrap.nebula a {
        margin-left: 0;
        margin-top: 35px
    }
}

@media screen and (min-width: 736px) {
    #ASUS-features .section__1 .content__feature__wrap .more__btn {
        display: none
    }
}

#ASUS-features .section__1 .content__number {
    background-position: 0 0
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .content__number {
        background-position: -15px 0
    }
}

#ASUS-features .section__1 .content__text {
    max-width: 895px;
    margin-bottom: 35px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__1 .content__text {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .content__text {
        max-width: 89vw;
        margin-top: 15px;
        margin-bottom: 35px
    }
}

#ASUS-features .section__1 .content__logo {
    width: 160px
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__1 .content__logo {
        width: 140px;
        height: 70px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .content__logo {
        margin-left: -11px
    }
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__1 .video__wrap {
        min-height: 1080px
    }
}

@media screen and (max-width: 1024px) {
    #ASUS-features .section__1 .video__wrap {
        min-height: 42vh
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1 .video__wrap {
        min-height: 30vh
    }
}

#ASUS-features .section__1>.video__wrap {
    margin-top: -100px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__1>.video__wrap {
        margin-top: -40px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1>.video__wrap {
        display: none
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__1>.more__btn {
        display: none
    }
}

#ASUS-features .section__1 .links__btn {
    display: block;
    max-width: 200px;
    margin-bottom: 35px
}

#ASUS-features .section__1 .links__btn img {
    max-width: 100%
}

#ASUS-features .section__2 {
    position: relative
}

#ASUS-features .section__2.section__base {
    padding-bottom: 240px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__2.section__base {
        padding-top: 100px;
        padding-bottom: 200px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2.section__base {
        padding-top: 0;
        padding-bottom: 55px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__wrap {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #ASUS-features .section__2 .section__wrap>div:not(.video__wrap),
    #ASUS-features .section__2 .section__wrap p {
        width: 89vw
    }
}

#ASUS-features .section__2 .content__feature__wrap {
    max-width: 992px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#ASUS-features .section__2 .content__feature__wrap .content__feature {
    margin-bottom: 40px
}

@media screen and (min-width: 736px) {
    #ASUS-features .section__2 .content__feature__wrap .more__btn {
        display: none
    }
}

#ASUS-features .section__2 .content__number {
    background-position: 0 -70px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .content__number {
        background-position: -5px -47px
    }
}

#ASUS-features .section__2 .content__title {
    position: relative
}

#ASUS-features .section__2 .content__text {
    max-width: 820px;
    margin-bottom: 55px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__2 .content__text {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .content__text {
        max-width: 89vw;
        margin-top: 15px;
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__2>.video__wrap {
        min-height: 1080px
    }
}

@media screen and (max-width: 1024px) {
    #ASUS-features .section__2>.video__wrap {
        min-height: 42vh
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2>.video__wrap {
        display: none
    }
}

#ASUS-features .section__2 .slider__wrap {
    margin-top: 100px
}

#ASUS-features .section__2 .slider__wrap>div {
    position: relative;
    margin: 0;
    padding: 0;
    width: 950px;
    height: 266px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap>div {
        width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap>div {
        width: 320px;
        height: auto
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__2 .slider__wrap>div {
        width: 89vw
    }
}

#ASUS-features .section__2 .slider__wrap>div .slick-slide {
    border: 1px solid #000
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap>div .slick-slide>div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#ASUS-features .section__2 .slider__wrap>div .slick-slide>div>div {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

@media screen and (min-width: 1279px) {
    #ASUS-features .section__2 .slider__wrap>div .slick-slide>div>div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap>div .slick-slide>div>div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 500px;
        height: auto
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap>div .slick-slide>div>div {
        width: 320px!important;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__2 .slider__wrap>div .slick-slide>div>div {
        width: 89vw!important
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img {
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: calc(100% / 360 * 266);
    margin-bottom: 30px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .swiper-img {
        max-width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        padding-top: calc(30% / 360 * 266);
        margin-bottom: 0
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .section__2 .slider__wrap .swiper-img {
        margin-bottom: 0;
        max-width: 36%;
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        padding-top: calc(36% / 360 * 266)
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__1 {
    background: url(images/nv_1.png);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__1 {
        background: url(images/nv_1@2x.png);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__1 {
        background: url(images/nv_1@2x.png);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__2 {
    background: url(images/nv_2.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__2 {
        background: url(images/nv_2@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__2 {
        background: url(images/nv_2@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__3 {
    background: url(images/nv_3.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__3 {
        background: url(images/nv_3@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__3 {
        background: url(images/nv_3@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__4 {
    background: url(images/nv_4.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__4 {
        background: url(images/nv_4@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__4 {
        background: url(images/nv_4@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__5 {
    background: url(images/nv_5.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__5 {
        background: url(images/nv_5@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__5 {
        background: url(images/nv_5@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__6 {
    background: url(images/nv_6.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__6 {
        background: url(images/nv_6@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__6 {
        background: url(images/nv_6@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__7 {
    background: url(images/nv_7.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__7 {
        background: url(images/nv_7@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__7 {
        background: url(images/nv_7@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__8 {
    background: url(images/nv_8.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__8 {
        background: url(images/nv_8@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__8 {
        background: url(images/nv_8@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__9 {
    background: url(images/nv_9.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__9 {
        background: url(images/nv_9@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__9 {
        background: url(images/nv_9@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__10 {
    background: url(images/nv_10.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__10 {
        background: url(images/nv_10@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__10 {
        background: url(images/nv_10@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-img.pic__11 {
    background: url(images/nv_11.jpg);
    background-size: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__11 {
        background: url(images/nv_11@2x.jpg);
        background-size: 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__2 .slider__wrap .swiper-img.pic__11 {
        background: url(images/nv_11@2x.jpg);
        background-size: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .swiper-content {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1281px) {
    #ASUS-features .section__2 .slider__wrap .swiper-content {
        max-width: 58%;
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .swiper-content {
        max-width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .swiper-content {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

#ASUS-features .section__2 .slider__wrap .content__title {
    text-align: left;
    font-size: 26px
}

@media screen and (min-width: 1279px) {
    #ASUS-features .section__2 .slider__wrap .content__title {
        font-size: 30px;
        margin-bottom: 15px
    }
}

#ASUS-features .section__2 .slider__wrap .content__text {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .content__text {
        margin-bottom: 0
    }
}

#ASUS-features .section__2 .slider__wrap .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .text-wrap {
        margin: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .text-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
        padding: 0
    }
}

#ASUS-features .section__2 .slider__wrap .text-wrap .content__text {
    padding: 0 25px;
    width: 100%;
    white-space: nowrap
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .text-wrap .content__text {
        white-space: normal;
        font-size: 12px;
        padding: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .text-wrap .content__text {
        padding: 10px 0;
        margin-bottom: 0;
        border-top: 1px solid #333
    }
    #ASUS-features .section__2 .slider__wrap .text-wrap .content__text:last-child {
        border-bottom: 1px solid #333
    }
}

#ASUS-features .section__2 .slider__wrap .text-wrap .content__text span {
    font-family: 'ROGFonts-Regular_ES', 'Microsoft JhengHei', "sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    white-space: nowrap;
    color: #fff
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .text-wrap .content__text span {
        font-size: 15px
    }
}

#ASUS-features .section__2 .slider__wrap .slick-prev,
#ASUS-features .section__2 .slider__wrap .slick-next {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 40%;
    z-index: 0;
    display: block;
    width: 32px;
    height: 56px;
    color: transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: .8;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__2 .slider__wrap .slick-prev,
    #ASUS-features .section__2 .slider__wrap .slick-next {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .slick-prev,
    #ASUS-features .section__2 .slider__wrap .slick-next {
        display: none!important
    }
}

#ASUS-features .section__2 .slider__wrap .slick-prev:hover,
#ASUS-features .section__2 .slider__wrap .slick-next:hover {
    opacity: 1;
    -webkit-transition: all .2s ease
}

#ASUS-features .section__2 .slider__wrap .slick-prev {
    background-image: url(images/ic_arrow_left.png);
    left: -75px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .slick-prev {
        left: 0
    }
}

#ASUS-features .section__2 .slider__wrap .slick-next {
    background-image: url(images/ic_arrow_right.png);
    right: -75px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .slick-next {
        right: 0
    }
}

#ASUS-features .section__2 .slider__wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    list-style-type: none
}

@media screen and (min-width: 1279px) {
    #ASUS-features .section__2 .slider__wrap .slick-dots {
        margin-top: 80px
    }
}

#ASUS-features .section__2 .slider__wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .3
}

#ASUS-features .section__2 .slider__wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0;
    color: transparent
}

#ASUS-features .section__2 .slider__wrap .slick-dots li::marker {
    content: none
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .slider__wrap .slick-dots li {
        margin: 0 7px
    }
}

#ASUS-features .section__2 .slider__wrap .slick-dots li.slick-active {
    opacity: 1
}

#ASUS-features .section__2 .feature__main .sign {
    font-size: 23px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2>.more__btn {
        display: none
    }
}

#ASUS-features .section__2 .section__nvidia {
    width: 100%;
    background-color: #1A1C20;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 575px) {
    #ASUS-features .section__2 .section__nvidia {
        margin-bottom: 50px
    }
}

#ASUS-features .section__2 .section__nvidia>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1356px
}

@media (max-width: 1599px) {
    #ASUS-features .section__2 .section__nvidia>div {
        max-width: 1281px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .section__2 .section__nvidia>div {
        max-width: 992px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__nvidia>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 665px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__nvidia>div {
        max-width: 480px
    }
}

@media (max-width: 575px) {
    #ASUS-features .section__2 .section__nvidia>div {
        max-width: 89vw
    }
}

#ASUS-features .section__2 .section__nvidia>div>div {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 33.33%
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__nvidia>div>div {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    #ASUS-features .section__2 .section__nvidia>div>div:not(:last-child) {
        margin-bottom: 40px
    }
}

#ASUS-features .section__2 .section__nvidia>div img {
    max-width: 100%
}

#ASUS-features .section__2 .section__nvidia>div .content__title {
    margin-top: 10px;
    text-align: left;
    font-size: 36px
}

@media (max-width: 1439px) {
    #ASUS-features .section__2 .section__nvidia>div .content__title {
        font-size: 28px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__nvidia>div .content__title {
        font-size: 32px
    }
}

#ASUS-features .section__2 .section__nvidia>div .content__text {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__nvidia>div .content__text {
        font-size: 14px
    }
}

#ASUS-features .section__2 .section__mux {
    width: 100%;
    max-width: 1366px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__2 .section__mux {
        max-width: 1281px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .section__2 .section__mux {
        max-width: 992px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__mux {
        max-width: 665px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__mux {
        max-width: 480px
    }
}

@media (max-width: 575px) {
    #ASUS-features .section__2 .section__mux {
        max-width: 89vw
    }
}

#ASUS-features .section__2 .section__mux>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-center;
    -ms-flex-pack: flex-center;
    justify-content: flex-center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #1A1C20;
    border-radius: 10px;
    padding: 67px 80px 82px
}

@media (max-width: 1439px) {
    #ASUS-features .section__2 .section__mux>div {
        padding-left: 50px;
        padding-right: 64px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__mux>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 120px 0 167px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__mux>div {
        padding-top: 45px;
        padding-bottom: 120px
    }
}

#ASUS-features .section__2 .section__mux .mux__img {
    width: 436px;
    height: 321px;
    margin-right: 90px;
    background-image: url(images/MUX-switch.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 1439px) {
    #ASUS-features .section__2 .section__mux .mux__img {
        width: 319px;
        height: 235px;
        margin-right: 45px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__mux .mux__img {
        margin-right: 0;
        margin-bottom: 110px;
        width: 530px;
        height: 390px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__mux .mux__img {
        width: calc(100% - 60px);
        height: auto;
        padding-top: calc((100% - 60px) / 1.358);
        margin-bottom: 25px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__mux .content__title,
    #ASUS-features .section__2 .section__mux .content__text {
        padding-left: 33px;
        padding-right: 65px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__mux .content__title,
    #ASUS-features .section__2 .section__mux .content__text {
        padding-left: 30px;
        padding-right: 30px
    }
}

#ASUS-features .section__2 .section__mux .content__title {
    text-align: left;
    font-size: 40px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__mux .content__title {
        font-size: 32px
    }
}

#ASUS-features .section__2 .section__mux .content__text {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__2 .section__mux .content__text {
        font-size: 16px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__2 .section__mux .content__text {
        font-size: 18px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__2 .section__mux .content__text {
        font-size: 15px;
        line-height: 21px
    }
}

#ASUS-features .section__3 {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#ASUS-features .section__3.section__base {
    padding-bottom: 40px;
    height: 100vh
}

#ASUS-features .section__3.video__active {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    bottom: 0;
    left: 0;
    z-index: 998;
    display: none
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__3.video__active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#ASUS-features .section__3 .section__wrap {
    position: absolute;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh
}

#ASUS-features .section__3 .section__wrap>div .content__number,
#ASUS-features .section__3 .section__wrap>div .content__title,
#ASUS-features .section__3 .section__wrap>div .content__text {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms
}

#ASUS-features .section__3 .section__wrap>div .content__number.active,
#ASUS-features .section__3 .section__wrap>div .content__title.active,
#ASUS-features .section__3 .section__wrap>div .content__text.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

#ASUS-features .section__3 .section__wrap>div .content__title,
#ASUS-features .section__3 .section__wrap>div .content__text {
    margin-left: 0
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div .content__title {
        text-align: center!important;
        max-width: 89vw
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div .content__text {
        margin-top: 42vh
    }
}

@media screen and (max-width: 321px) {
    #ASUS-features .section__3 .section__wrap>div .content__text {
        margin-top: 30vh
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__1,
#ASUS-features .section__3 .section__wrap>div.describtion__2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__1,
    #ASUS-features .section__3 .section__wrap>div.describtion__2 {
        top: 10%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__1,
    #ASUS-features .section__3 .section__wrap>div.describtion__2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: 7%
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__1>div,
#ASUS-features .section__3 .section__wrap>div.describtion__2>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#ASUS-features .section__3 .section__wrap>div.describtion__1 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__2 .content__title {
    margin-bottom: 10px
}

#ASUS-features .section__3 .section__wrap>div.describtion__1 .content__text,
#ASUS-features .section__3 .section__wrap>div.describtion__2 .content__text {
    max-width: 600px;
    text-align: center;
    margin: 0 auto
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__1 .content__text,
    #ASUS-features .section__3 .section__wrap>div.describtion__2 .content__text {
        margin: 42vh auto 0
    }
}

@media screen and (max-width: 321px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__1 .content__text,
    #ASUS-features .section__3 .section__wrap>div.describtion__2 .content__text {
        margin: 37vh auto 0
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__3,
#ASUS-features .section__3 .section__wrap>div.describtion__4 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-116%, -116%);
    transform: translate(-116%, -116%);
    max-width: 385px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__3,
    #ASUS-features .section__3 .section__wrap>div.describtion__4 {
        max-width: 300px;
        -webkit-transform: translate(-116%, -90%);
        transform: translate(-116%, -90%)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__3,
    #ASUS-features .section__3 .section__wrap>div.describtion__4 {
        left: 0;
        top: 7%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 100%
    }
    #ASUS-features .section__3 .section__wrap>div.describtion__3>div,
    #ASUS-features .section__3 .section__wrap>div.describtion__4>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__text,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__text {
    text-align: left;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0
}

#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__number.active,
#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__title.active,
#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__text.active,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__number.active,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__title.active,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__text.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#ASUS-features .section__3 .section__wrap>div.describtion__3 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__4 .content__number {
    background-position: -10px -140px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__3 .content__number,
    #ASUS-features .section__3 .section__wrap>div.describtion__4 .content__number {
        background-position: 0 -93px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__3 .content__text,
    #ASUS-features .section__3 .section__wrap>div.describtion__4 .content__text {
        text-align: center
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__5,
#ASUS-features .section__3 .section__wrap>div.describtion__6 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__5,
    #ASUS-features .section__3 .section__wrap>div.describtion__6 {
        top: 10%
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__5>div,
#ASUS-features .section__3 .section__wrap>div.describtion__6>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__5,
    #ASUS-features .section__3 .section__wrap>div.describtion__6 {
        top: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__5,
    #ASUS-features .section__3 .section__wrap>div.describtion__6 {
        top: 7%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    #ASUS-features .section__3 .section__wrap>div.describtion__5>div,
    #ASUS-features .section__3 .section__wrap>div.describtion__6>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__text,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__text {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__number.active,
#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__title.active,
#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__text.active,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__number.active,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__title.active,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__text.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#ASUS-features .section__3 .section__wrap>div.describtion__5 .content__text,
#ASUS-features .section__3 .section__wrap>div.describtion__6 .content__text {
    text-align: center
}

#ASUS-features .section__3 .section__wrap>div.describtion__7,
#ASUS-features .section__3 .section__wrap>div.describtion__8 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(17%, -125%);
    transform: translate(17%, -125%)
}

@media screen and (max-width: 1440px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__7,
    #ASUS-features .section__3 .section__wrap>div.describtion__8 {
        max-width: 435px
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__7,
    #ASUS-features .section__3 .section__wrap>div.describtion__8 {
        max-width: 316px;
        -webkit-transform: translate(17%, -100%);
        transform: translate(17%, -100%)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__7,
    #ASUS-features .section__3 .section__wrap>div.describtion__8 {
        top: 7%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: 0;
        max-width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    #ASUS-features .section__3 .section__wrap>div.describtion__7>div,
    #ASUS-features .section__3 .section__wrap>div.describtion__8>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__text,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__title,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__text {
    text-align: left;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0
}

#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__number.active,
#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__title.active,
#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__text.active,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__number.active,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__title.active,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__text.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__number,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__number {
    background-position: -10px -140px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__7 .content__number,
    #ASUS-features .section__3 .section__wrap>div.describtion__8 .content__number {
        background-position: 0 -93px
    }
}

#ASUS-features .section__3 .section__wrap>div.describtion__7 .content__text,
#ASUS-features .section__3 .section__wrap>div.describtion__8 .content__text {
    max-width: 400px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap>div.describtion__7 .content__text,
    #ASUS-features .section__3 .section__wrap>div.describtion__8 .content__text {
        text-align: center
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__3 .section__wrap>div {
        position: absolute;
        top: 30px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .section__wrap {
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
    #ASUS-features .section__3 .section__wrap>div {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        width: 100%;
        min-height: -webkit-fill-available;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #ASUS-features .section__3 .section__wrap>div>div {
        width: 100%
    }
    #ASUS-features .section__3 .section__wrap>div .content__text {
        margin-bottom: 15px
    }
}

#ASUS-features .section__3 .content__number {
    background-position: 0 -140px
}

@media screen and (max-width: 1440px) {
    #ASUS-features .section__3 .content__number {
        margin-bottom: -5px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .content__number {
        background-position: 5px -94px;
        margin-bottom: 5px
    }
}

#ASUS-features .section__3 .content__title {
    margin-left: 190px;
    letter-spacing: 1px;
    position: relative;
    z-index: 900
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__3 .content__title {
        margin-left: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .content__title {
        margin-left: 0
    }
}

#ASUS-features .section__3 .content__text {
    max-width: 575px;
    text-align: left;
    margin-left: 459px
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__3 .content__text {
        max-width: 520px;
        margin-left: 424px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__3 .content__text {
        margin-left: 0;
        text-align: center
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .content__text {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left
    }
}

#ASUS-features .section__3 .video__wrap {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 100vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    z-index: 0
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__3 .video__wrap {
        max-width: 1920px;
        min-height: auto
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .video__wrap {
        min-height: -webkit-fill-available
    }
}

#ASUS-features .section__3 .video__wrap.active {
    position: fixed;
    opacity: 1
}

#ASUS-features .section__3 .video__wrap>div {
    min-height: 100vh
}

#ASUS-features .section__3 .video__wrap .video__outer {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .video__wrap .video__outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#ASUS-features .section__3 .video__wrap video {
    height: auto;
    width: auto;
    position: absolute;
    display: none
}

#ASUS-features .section__3 .video__wrap video:first-child {
    display: block
}

@media screen and (max-width: 992px) {
    #ASUS-features .section__3 .video__wrap video {
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__3 .video__wrap video {
        height: auto;
        -webkit-transform: scale(1.5) translate(-33.3333%, -50%);
        transform: scale(1.5) translate(-33.3333%, -50%)
    }
}

@media screen and (max-width: 321px) {
    #ASUS-features .section__3 .video__wrap video {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#ASUS-features .section__4 {
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 200px
}

#ASUS-features .section__4.section__base {
    padding-bottom: 240px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__4.section__base {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4.section__base {
        padding-bottom: 100px;
        padding-top: 28px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__4 {
        padding-top: 0
    }
}

#ASUS-features .section__4 .loop__img {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1920px;
    height: 880px;
    padding-top: 170px;
    position: absolute;
    top: 55px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    #ASUS-features .section__4 .loop__img {
        max-width: 1600px;
        right: -164px;
        top: 11%
    }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
    #ASUS-features .section__4 .loop__img {
        max-width: 1600px;
        top: 11%;
        right: -14%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__4 .loop__img {
        top: 0;
        max-width: 1920px;
        padding-top: 0;
        background-size: 1750px;
        background-position: left -67% top 75px;
        height: 1000px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .loop__img {
        padding-top: 0;
        background-size: 890px;
        background-position: left 40% top 128px;
        height: 610px
    }
}

#ASUS-features .section__4 .loop__img.showed {
    opacity: 1
}

#ASUS-features .section__4 .coolingLoop__cover {
    position: absolute;
    top: 278px;
    left: calc(50% - 22px);
    background-image: url(images/cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    z-index: 1;
    width: 539px;
    height: 498px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    #ASUS-features .section__4 .coolingLoop__cover {
        width: 453px;
        top: 282px;
        left: auto;
        right: 205px
    }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
    #ASUS-features .section__4 .coolingLoop__cover {
        width: 453px;
        top: 282px;
        left: auto;
        right: 181px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__4 .coolingLoop__cover {
        top: 272px;
        left: calc(50% - 221px);
        width: 494px;
        height: 465px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .coolingLoop__cover {
        top: 214px;
        left: calc(50% - 112px);
        width: 248px;
        height: 262px
    }
}

#ASUS-features .section__4 .coolingLoop__cover.showed {
    opacity: 1
}

#ASUS-features .section__4 .coolingLoop__cover.out {
    -webkit-transform: translate3d(-75px, -35px, 0px);
    transform: translate3d(-75px, -35px, 0px);
    opacity: 0
}

#ASUS-features .section__4 .coolingLoop__3 {
    background-image: url(images/cooling_02.jpg)
}

#ASUS-features .section__4 .coolingLoop__4 {
    background-image: url(images/cooling_03.jpg)
}

#ASUS-features .section__4 .coolingLoop__5 {
    background-image: url(images/cooling_04.jpg)
}

#ASUS-features .section__4 .coolingLoop__6 {
    background-image: url(images/cooling_05.jpg)
}

#ASUS-features .section__4 .coolingLoop__7 {
    background-image: url(images/cooling_06.jpg)
}

#ASUS-features .section__4 .coolingLoop__8 {
    background-image: url(images/cooling_07.jpg)
}

#ASUS-features .section__4 .coolingLoop__9 {
    background-image: url(images/cooling_08.jpg)
}

#ASUS-features .section__4 .section__wrap {
    position: relative;
    -webkit-transition: all 0;
    transition: all 0
}

#ASUS-features .section__4 .section__wrap.__cooling {
    -webkit-transition: -webkit-transform 0 linear;
    transition: -webkit-transform 0 linear;
    transition: transform 0 linear;
    transition: transform 0 linear, -webkit-transform 0 linear;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1281px;
    margin-bottom: 90px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__4 .section__wrap.__cooling {
        max-width: 900px
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__4 .section__wrap.__cooling {
        max-width: 600px
    }
    #ASUS-features .section__4 .section__wrap.__cooling>div {
        width: 100%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .section__wrap.__cooling {
        max-width: 89vw;
        margin-bottom: 0
    }
}

#ASUS-features .section__4 .section__wrap.__cooling .content__number {
    background-position: 0 -210px
}

@media screen and (min-width: 1281px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__number {
        background-position: -10px -210px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__number {
        margin: 0 auto 15px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__number {
        background-position: -6px -141px;
        margin: 0 0 15px
    }
}

#ASUS-features .section__4 .section__wrap.__cooling .content__title {
    max-width: 510px;
    line-height: 60px;
    text-align: left
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__title {
        text-align: center;
        max-width: 100%;
        line-height: 1
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__title {
        line-height: 1
    }
}

#ASUS-features .section__4 .section__wrap.__cooling .content__text {
    max-width: 425px;
    text-align: left;
    margin-bottom: 40px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__text {
        max-width: 350px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__text {
        margin-top: 760px;
        max-width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__text {
        max-width: 100%;
        text-align: left;
        margin-top: 385px
    }
}

#ASUS-features .section__4 .section__wrap.__cooling .content__feature__wrap {
    max-width: 510px;
    margin-bottom: 40px
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__feature__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__feature__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%
    }
}

#ASUS-features .section__4 .section__wrap.__cooling .content__feature {
    margin-bottom: 40px
}

#ASUS-features .section__4 .section__wrap.__cooling .content__feature:nth-child(odd) {
    margin-left: 0;
    min-width: 225px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__feature {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .section__wrap.__cooling .content__feature {
        margin-bottom: 35px
    }
    #ASUS-features .section__4 .section__wrap.__cooling .content__feature:last-child {
        margin-bottom: 0
    }
}

#ASUS-features .section__4 .section__wrap.__cooling .content__feature>div {
    text-align: left
}

@media screen and (min-width: 735px) {
    #ASUS-features .section__4 .section__wrap.__cooling .more__btn {
        display: none
    }
}

#ASUS-features .section__4 .more__btn {
    margin: 80px auto 0;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1600px) {
    #ASUS-features .section__4 .more__btn {
        margin: 120px auto 0
    }
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__4 .more__btn {
        margin: 0 auto
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .more__btn {
        margin: 40px auto 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4>.more__btn {
        display: none
    }
}

#ASUS-features .section__4 .content__title {
    margin-bottom: 10px
}

#ASUS-features .section__4 .content__text {
    max-width: 600px
}

#ASUS-features .section__4 .img {
    /* error image not found */
    background-image: url(images/04_liquid.jpg);
    background-size: contain;
    width: 825px;
    height: 460px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__4 .img {
        width: 320px
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__4 .img {
        width: 89vw
    }
}

#ASUS-features .section__5 {
    position: relative
}

#ASUS-features .section__5.section__base {
    padding-bottom: 240px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__5.section__base {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5.section__base {
        padding-bottom: 100px
    }
}

#ASUS-features .section__5 .section__wrap {
    position: relative
}

#ASUS-features .section__5 .section__wrap:first-child {
    margin-bottom: 100px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .section__wrap:first-child {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .section__wrap:first-child .content__text {
        margin-top: 15px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .section__wrap>div:first-child {
        width: 100%
    }
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__5 .section__wrap>.content__logo {
        display: none
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .section__wrap {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #ASUS-features .section__5 .section__wrap>div:not(.video__wrap),
    #ASUS-features .section__5 .section__wrap p {
        max-width: 89vw
    }
}

#ASUS-features .section__5 .content__number {
    background-position: 0 -280px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .content__number {
        background-position: -5px -188px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .content__title {
        width: 89vw
    }
}

#ASUS-features .section__5 .content__text {
    max-width: 840px;
    margin-bottom: 40px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__5 .content__text {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .content__text {
        max-width: 89vw
    }
}

#ASUS-features .section__5 .content__feature__wrap {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1601px) {
    #ASUS-features .section__5 .content__feature__wrap .content__logo {
        display: none
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .section__5 .content__feature__wrap+.video__wrap {
        margin-top: -95px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__5 .content__feature__wrap+.video__wrap {
        margin-top: -55px;
        margin-bottom: 60px
    }
}

#ASUS-features .section__5 .content__feature {
    margin-bottom: 40px
}

#ASUS-features .section__5 .content__logo {
    width: 160px;
    background-position: -160px 0
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__5 .content__logo {
        width: 140px;
        height: 70px;
        margin-left: 30px;
        background-position: -140px 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .content__logo {
        margin-left: 0
    }
}

#ASUS-features .section__5 .video__full__wrap {
    margin-bottom: 140px;
    margin-top: -90px;
    position: relative;
    z-index: 0
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__5 .video__full__wrap {
        min-height: 1080px
    }
}

@media screen and (max-width: 1024px) {
    #ASUS-features .section__5 .video__full__wrap {
        min-height: 42vh
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .video__full__wrap {
        display: none
    }
}

#ASUS-features .section__5 .video__wrap {
    margin-top: 80px;
    max-width: 840px;
    min-height: auto
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__5 .video__wrap {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .video__wrap {
        min-height: 200px;
        margin-top: 40px;
        margin-bottom: 0
    }
}

#ASUS-features .section__5 .icon__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#ASUS-features .section__5 .icon__wrap .content__feature {
    margin-left: 0;
    margin-right: 0
}

#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2),
#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) {
    width: 110px
}

@media (max-width: 1439px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2),
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) {
        width: 25%
    }
}

@media (max-width: 1439px) {
    #ASUS-features .section__5 .icon__wrap .content__feature {
        width: 25%
    }
}

@media screen and (min-width: 1280px) {
    #ASUS-features .section__5 .icon__wrap .content__feature {
        margin-bottom: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#ASUS-features .section__5 .icon__wrap .content__feature .icon {
    width: 150px;
    height: 90px;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 1439px) {
    #ASUS-features .section__5 .icon__wrap .content__feature .icon {
        width: 100%;
        height: 80px;
        background-size: 70%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature .icon {
        width: 100%;
        height: 62px
    }
}

#ASUS-features .section__5 .icon__wrap .content__feature:first-child .icon {
    background-image: url(images/icon_01.png)
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:first-child .icon {
        background-size: 62%;
        margin-top: 10px
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:first-child .icon {
        background-size: 80%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:first-child .feature__bottom {
        margin-bottom: -5px
    }
}

#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2) .icon {
    background-image: url(images/icon_02.png);
    width: 100%;
    background-size: 65%
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2) .icon {
        background-size: 52%
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2) .icon {
        background-size: 70%
    }
}

#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) .icon {
    background-image: url(images/icon_03.png);
    width: 100%;
    background-size: 70%
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) .icon {
        background-size: 56%
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) .icon {
        background-size: 70%
    }
}

#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(4) .icon {
    background-image: url(images/icon_04.png);
    background-size: 65%
}

@media (max-width: 1439px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(4) .icon {
        background-size: 80%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(4) .icon {
        background-size: 70%
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(4) .icon {
        background-size: 90%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature {
        height: 120px;
        background-size: 55%
    }
}

@media (max-width: 575px) {
    #ASUS-features .section__5 .icon__wrap .content__feature {
        height: 90px
    }
}

#ASUS-features .section__5 .icon__wrap .content__feature .feature__bottom {
    font-size: 12px;
    margin-top: 5px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__5 .icon__wrap .content__feature .feature__bottom {
        margin-top: 15px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .icon__wrap .content__feature .feature__bottom {
        text-align: center;
        margin-top: 0;
        letter-spacing: 0
    }
}

#ASUS-features .section__5 .sec5sVideo .content__title {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__5 .sec5sVideo:not(.__mv) .content__text {
        margin-bottom: 140px
    }
}

#ASUS-features .section__5 .sec5sVideo .content__text {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .sec5sVideo .content__text {
        margin-bottom: 115px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__5 .sec5sVideo.__mv .content__text {
        margin-bottom: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__5 .sec5info {
        width: 89vw
    }
}

#ASUS-features .section__6 {
    background-image: url(images/06_bg.jpg);
    background-size: 1920px;
    background-position: center calc(50% - 271px);
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    overflow: hidden
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__6 {
        background-image: url(images/06_bg@2x.jpg)
    }
}

#ASUS-features .section__6.section__base {
    padding-bottom: 200px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__6.section__base {
        background-size: 1600px;
        padding-bottom: 240px;
        background-position: center 498px
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__6.section__base {
        background-size: 1600px;
        background-position: center 538px
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__6.section__base {
        background-position: center 593px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__6.section__base {
        background-position: center 286px;
        background-size: 992px;
        padding-bottom: 227px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6.section__base {
        background-size: 600px;
        background-position: 50% 189px;
        padding-bottom: 100px
    }
}

#ASUS-features .section__6 .section__wrap {
    margin-bottom: 200px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__6 .section__wrap {
        margin-bottom: 165px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .section__wrap {
        margin-bottom: 100px
    }
}

#ASUS-features .section__6 .content__number {
    background-position: 0 -350px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .content__number {
        background-position: -4px -235px;
        margin-left: 0
    }
}

#ASUS-features .section__6 .content__wrap {
    position: relative
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__6 .content__wrap {
        max-width: 600px
    }
}

#ASUS-features .section__6 .content__wrap>div {
    width: 100%
}

@media screen and (min-width: 1600px) {
    #ASUS-features .section__6 .content__wrap>.more__btn {
        -webkit-transform: translate(-50%, 200px);
        transform: translate(-50%, 200px)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .content__wrap>.more__btn {
        display: none
    }
}

#ASUS-features .section__6 .content__text {
    max-width: 825px;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__6 .content__text {
        margin: 70px auto 15px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .content__text {
        max-width: 89vw
    }
}

#ASUS-features .section__6 .content__disclaimer {
    margin: 0 auto 45px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .content__disclaimer {
        max-width: 89vw;
        text-align: left
    }
}

#ASUS-features .section__6 .content__feature__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (min-width: 735px) {
    #ASUS-features .section__6 .content__feature__wrap .more__btn {
        display: none
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__6 .content__feature__wrap {
        max-width: 1050px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .content__feature__wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #ASUS-features .section__6 .content__feature__wrap .feature__img {
        margin-left: -11px
    }
    #ASUS-features .section__6 .content__feature__wrap .content__feature:nth-child(5) {
        margin-bottom: 0
    }
}

#ASUS-features .section__6 .img__wrap {
    margin-left: 203px;
    position: relative
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__6 .img__wrap {
        max-width: 600px;
        margin-left: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .img__wrap {
        max-width: 100%;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px
    }
    #ASUS-features .section__6 .img__wrap .comp__m__bg {
        width: 600px;
        background-image: url(images/06_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        padding-top: calc(600px * 2560 / 1865);
        top: -158px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#ASUS-features .section__6 .img__wrap:last-child {
    max-height: 270px;
    padding-top: 90px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__6 .img__wrap:last-child {
        padding-top: 90px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .img__wrap:last-child {
        max-height: 140px
    }
}

#ASUS-features .section__6 .img {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1
}

#ASUS-features .section__6 .img.lazyLoad {
    opacity: 0
}

#ASUS-features .section__6 .img.portability__img__1 {
    background-image: url(images/06_laptop.png);
    background-size: 100%;
    width: 755px;
    padding-top: calc(100% * 1.0291)
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__6 .img.portability__img__1 {
        width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .img.portability__img__1 {
        width: 290px;
        margin: auto;
        padding-top: calc(290px * 1.0291)
    }
}

#ASUS-features .section__6 .img.portability__img__2 {
    width: 755px;
    padding-top: calc(100% * 1.0291);
    background-image: url(images/06_laptop_mirror.png)
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__6 .img.portability__img__2 {
        width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .img.portability__img__2 {
        width: 290px;
        margin: auto
    }
}

#ASUS-features .section__6 .img.__animation {
    -webkit-animation: baloon 3s infinite;
    animation: baloon 3s infinite
}

@-webkit-keyframes baloon {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes baloon {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

#ASUS-features .section__6 .img.__animation__mirror {
    margin-top: 20px;
    -webkit-animation: baloon__mirror 3s infinite;
    animation: baloon__mirror 3s infinite
}

@-webkit-keyframes baloon__mirror {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes baloon__mirror {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

#ASUS-features .section__6 .more__btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__6 .more__btn {
        bottom: -30px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__6 .more__btn {
        margin: 0 auto;
        bottom: -70px
    }
}

#ASUS-features .section__7 {
    -webkit-transition: opacity 3500ms;
    transition: opacity 3500ms;
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center 355px;
    opacity: 1;
    background-image: url(images/07_top_bg.jpg);
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__7 {
        background-image: url(images/07_top_bg@2x.jpg)
    }
}

@media screen and (min-width: 1280px) {
    #ASUS-features .section__7 {
        background-position: center 375px
    }
}

#ASUS-features .section__7.lazyLoad {
    opacity: 0
}

#ASUS-features .section__7.section__base {
    padding-bottom: 200px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7.section__base {
        padding-bottom: 158px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7.section__base {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__7 {
        background-position: center 265px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7 {
        background-size: 1280px;
        background-position: center 450px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 {
        background-size: 735px;
        background-position: center top 50px
    }
}

#ASUS-features .section__7 .section__wrap {
    position: relative
}

#ASUS-features .section__7 .content__number {
    background-position: 0 -420px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .content__number {
        background-position: -7px -282px;
        margin-left: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .content__title {
        margin-bottom: 290px
    }
}

#ASUS-features .section__7 .content__text {
    max-width: 840px;
    margin-bottom: 40px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__7 .content__text {
        max-width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .content__text {
        width: 89vw;
        margin-bottom: 25px
    }
}

#ASUS-features .section__7 .content__feature__wrap {
    margin-bottom: 250px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__7 .content__feature__wrap {
        margin-bottom: 140px
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__7 .content__feature__wrap {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7 .content__feature__wrap {
        margin-bottom: 90px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .content__feature__wrap {
        margin-bottom: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .content__feature:not(:last-child) {
        margin-bottom: 25px
    }
}

#ASUS-features .section__7 .img__wrap__k {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .img__wrap__k {
        position: absolute;
        top: 140px;
        width: 100%;
        height: 188.5px
    }
}

#ASUS-features .section__7 .percent {
    position: absolute;
    bottom: 55px;
    left: 49%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    font-size: 48px;
    font-family: 'Trade-Gothic-LT-Bold', 'Microsoft JhengHei', 'sans-serif';
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    opacity: 0
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7 .percent {
        font-size: 32px;
        bottom: 35px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .percent {
        font-size: 18px;
        bottom: 15px;
        -webkit-text-stroke: 1px #fff
    }
}

#ASUS-features .section__7 .percent.active {
    bottom: 70px;
    opacity: 1;
    color: #fff
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7 .percent.active {
        bottom: 45px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .percent.active {
        bottom: 23px
    }
}

#ASUS-features .section__7 .percent.out {
    opacity: 0
}

#ASUS-features .section__7 .keyboard__img {
    background-image: url(images/07_top_new.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 930px;
    padding-top: calc(100% / 1.698);
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    -webkit-animation: colorRotate 3s infinite;
    animation: colorRotate 3s infinite;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    opacity: 1
}

#ASUS-features .section__7 .keyboard__img.lazyLoad {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease
}

@-webkit-keyframes colorRotate {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg)
    }
    25% {
        -webkit-filter: hue-rotate(90deg);
        filter: hue-rotate(90deg)
    }
    50% {
        -webkit-filter: hue-rotate(180deg);
        filter: hue-rotate(180deg)
    }
    75% {
        -webkit-filter: hue-rotate(270deg);
        filter: hue-rotate(270deg)
    }
    100% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@keyframes colorRotate {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg)
    }
    25% {
        -webkit-filter: hue-rotate(90deg);
        filter: hue-rotate(90deg)
    }
    50% {
        -webkit-filter: hue-rotate(180deg);
        filter: hue-rotate(180deg)
    }
    75% {
        -webkit-filter: hue-rotate(270deg);
        filter: hue-rotate(270deg)
    }
    100% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__7 .keyboard__img {
        width: 600px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .keyboard__img {
        width: 320px;
        background-size: contain;
        background-position: center;
        position: absolute;
        height: 188.5px;
        padding-top: 0;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#ASUS-features .section__7 .touch__img {
    background-image: url(images/07_keyboard.png);
    width: 196px;
    height: 147px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 11px;
    left: 49.1%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #131313;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all 3.5s;
    transition: all 3.5s;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.29, -0.01, 0.23, 1);
    transition-timing-function: cubic-bezier(0.29, -0.01, 0.23, 1)
}

#ASUS-features .section__7 .touch__img.lazyLoad {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7 .touch__img {
        width: 124px;
        height: 91px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .touch__img {
        left: 49.3%;
        width: 67px;
        height: 48px;
        bottom: 3px
    }
}

#ASUS-features .section__7 .touch__img.active {
    width: 273px;
    height: 183px;
    opacity: 1
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__7 .touch__img.active {
        width: 176px;
        height: 112px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .touch__img.active {
        width: 92px;
        height: 61px
    }
}

#ASUS-features .section__7 .gif__img {
    width: 310px;
    height: 230px;
    background-image: url(images/keyboard.gif);
    background-size: 310px 230px;
    background-position: 49% 102%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7px;
    left: 49%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out
}

#ASUS-features .section__7 .gif__img.active {
    opacity: 1
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__7 .gif__img {
        background-size: 200px 145px;
        background-position: 48.5% 102%;
        bottom: -2px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__7 .gif__img {
        position: absolute;
        width: 320px;
        height: 188.5px;
        top: auto;
        left: 50%;
        bottom: -2px;
        background-size: 105px 75px;
        background-position: 49% 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#ASUS-features .section__7 .keyboard__text {
    padding: 0 15px;
    font-family: 'Trade-Gothic-LT-Bold', 'Microsoft JhengHei', 'sans-serif';
    text-align: center;
    position: absolute;
    width: 100%;
    top: 335px;
    left: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out
}

#ASUS-features .section__7 .keyboard__text.active {
    opacity: 1
}

@media screen and (min-width: 735px) {
    #ASUS-features .section__7 .keyboard__text {
        position: relative;
        font-size: 32px;
        top: 15px;
        left: auto
    }
}

#ASUS-features .section__8 {
    background-image: url(images/08_laptop_new.png), url(images/08_bg_new.png);
    background-size: 1530px, 2500px;
    background-position: center bottom 150px, calc(50% - 35px) calc(100% + 13px);
    background-repeat: no-repeat, no-repeat;
    position: relative
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 {
        background-size: 1024px, 1670px;
        background-position: center bottom 150px, calc(50% - 23px) calc(100% - 45px)
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 {
        background-size: 768px, 1260px;
        background-position: calc(50% + 19px) calc(50% + 73px), center top 355px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__8 {
        background-image: url(images/08_bg_m@2x.jpg);
        background-size: 1085px;
        background-position: left calc(50% - 10px) top 16px
    }
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8.section__base {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__8.section__base {
        padding-bottom: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__8.section__base {
        padding-bottom: 100px
    }
}

#ASUS-features .section__8 .section__bg__m {
    background-image: url(images/08_laptop_m.png);
    background-size: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    width: 320px;
    height: 130px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__8 .section__bg__m {
        width: 290px
    }
}

@media screen and (min-width: 735px) {
    #ASUS-features .section__8 .section__bg__m {
        display: none
    }
}

#ASUS-features .section__8 .section__bg__m div {
    position: absolute;
    top: 14px;
    color: #fff
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__8 .section__bg__m div {
        top: 16px
    }
}

#ASUS-features .section__8 .section__bg__m div:first-child {
    left: calc(50% - 16px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(2) {
    left: calc(50% + 11px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(3) {
    left: calc(50% + 41px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(4) {
    left: calc(50% + 65px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(5) {
    left: calc(50% + 87px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(6) {
    left: calc(50% + 108px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(7) {
    left: calc(50% + 127px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(8) {
    left: calc(50% + 118px);
    top: auto;
    bottom: 18px;
    left: calc(50% + 4px)
}

#ASUS-features .section__8 .section__bg__m div:nth-child(9) {
    left: calc(50% + 42px);
    top: auto;
    bottom: 18px
}

#ASUS-features .section__8 .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__8 .dot {
        display: none
    }
}

#ASUS-features .section__8 .dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 0;
    background-color: #fff;
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot::after {
        left: 49%
    }
}

#ASUS-features .section__8 .dot div {
    color: #fff;
    white-space: nowrap;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-family: 'Roboto', 'Microsoft JhengHei', 'sans-serif'
}

#ASUS-features .section__8 .dot.active {
    opacity: 1
}

#ASUS-features .section__8 .dot.active div {
    opacity: 1
}

#ASUS-features .section__8 .dot__1 {
    top: 74%;
    left: calc(50% - 415px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__1 {
        top: 72%;
        left: calc(50% - 280px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__1 {
        top: 73%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__1 {
        top: 61.5%;
        left: calc(50% - 191px)
    }
}

#ASUS-features .section__8 .dot__1.active::after {
    height: 32px
}

#ASUS-features .section__8 .dot__1 div {
    bottom: -43px;
    left: -14px
}

#ASUS-features .section__8 .dot__2 {
    top: 73.1%;
    left: calc(50% - 351px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__2 {
        top: 71.1%;
        left: calc(50% - 233px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__2 {
        top: 72.1%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__2 {
        top: 60.6%;
        left: calc(50% - 159px)
    }
}

#ASUS-features .section__8 .dot__2.active::after {
    height: 37px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__2.active::after {
        height: 60px
    }
}

#ASUS-features .section__8 .dot__2 div {
    bottom: -49px;
    left: -23px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__2 div {
        height: 57px;
        bottom: -114px
    }
}

#ASUS-features .section__8 .dot__3 {
    top: 75%;
    left: calc(50% - 280px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__3 {
        top: 73.2%;
        left: calc(50% - 180px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__3 {
        top: 74.2%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__3 {
        top: 62%;
        left: calc(50% - 123px)
    }
}

#ASUS-features .section__8 .dot__3.active::after {
    height: 23px
}

#ASUS-features .section__8 .dot__3 div {
    bottom: -36px;
    left: -11px
}

#ASUS-features .section__8 .dot__4 {
    top: 73.5%;
    left: calc(50% - 220px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__4 {
        top: 71.5%;
        left: calc(50% - 149px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__4 {
        top: 72.5%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__4 {
        top: 61%;
        left: calc(50% - 94px)
    }
}

#ASUS-features .section__8 .dot__4.active::after {
    height: 60px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__4.active::after {
        height: 80px
    }
}

#ASUS-features .section__8 .dot__4 div {
    bottom: -72px;
    left: -84px
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__4 div {
        left: -90px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__4 div {
        bottom: -92px;
        left: -92px
    }
}

#ASUS-features .section__8 .dot__5 {
    top: 73%;
    left: calc(50% - 169px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__5 {
        top: 71.5%;
        left: calc(50% - 115px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__5 {
        top: 72.5%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__5 {
        top: 61%;
        left: calc(50% - 66px)
    }
}

#ASUS-features .section__8 .dot__5.active::after {
    height: 86px
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__5.active::after {
        height: 90px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__5.active::after {
        height: 104px
    }
}

#ASUS-features .section__8 .dot__5 div {
    bottom: -100px;
    left: -188px
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__5 div {
        bottom: -103px;
        left: -100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__5 div {
        bottom: -117px;
        left: -61px
    }
}

#ASUS-features .section__8 .dot__6 {
    top: 73.2%;
    left: calc(50% - 121px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__6 {
        top: 71.7%;
        left: calc(50% - 83px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__6 {
        top: 72.7%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__6 {
        top: 61%;
        left: calc(50% - 44px)
    }
}

#ASUS-features .section__8 .dot__6.active::after {
    height: 70px
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__6.active::after {
        height: 58px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__6.active::after {
        height: 80px
    }
}

#ASUS-features .section__8 .dot__6 div {
    bottom: -85px;
    left: 0
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__6 div {
        bottom: -73px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__6 div {
        bottom: -93px;
        left: 0
    }
}

#ASUS-features .section__8 .dot__7 {
    top: 75%;
    left: calc(50% - 81px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__7 {
        top: 71%;
        left: calc(50% - 56px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__7 {
        top: 72%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__7 {
        top: 61%;
        left: calc(50% - 23px)
    }
}

#ASUS-features .section__8 .dot__7.active::after {
    height: 30px
}

#ASUS-features .section__8 .dot__7 div {
    bottom: -42px;
    left: -25px
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__7 div {
        left: 0
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__7 div {
        left: -6px
    }
}

#ASUS-features .section__8 .dot__8 {
    top: 73.2%;
    right: calc(50% - 280px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__8 {
        top: 71.5%;
        right: calc(50% - 188px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__8 {
        top: 72.5%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__8 {
        top: 60.7%;
        right: calc(50% - 162px)
    }
}

#ASUS-features .section__8 .dot__8.active::after {
    height: 30px
}

#ASUS-features .section__8 .dot__8 div {
    bottom: -44px;
    left: -70px
}

#ASUS-features .section__8 .dot__9 {
    top: 73%;
    right: calc(50% - 370px)
}

@media screen and (max-width: 1650px) {
    #ASUS-features .section__8 .dot__9 {
        top: 71.2%;
        right: calc(50% - 247px)
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__8 .dot__9 {
        top: 72.2%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__9 {
        top: 60.5%;
        right: calc(50% - 206px)
    }
}

#ASUS-features .section__8 .dot__9.active::after {
    height: 32px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__9.active::after {
        height: 58px
    }
}

#ASUS-features .section__8 .dot__9 div {
    bottom: -46px;
    left: -15px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__8 .dot__9 div {
        bottom: -70px;
        left: -15px
    }
}

#ASUS-features .section__8 .content__number {
    background-position: 0 -490px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__8 .content__number {
        background-position: -4px -329px;
        margin-left: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__8 .content__title {
        margin-bottom: 61px
    }
}

#ASUS-features .section__8 .content__text {
    max-width: 815px;
    margin-bottom: 285px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__8 .content__text {
        max-width: 600px;
        margin-bottom: 460px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__8 .content__text {
        margin-bottom: 0;
        max-width: 89vw
    }
}

#ASUS-features .section__8 .content__list>div {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Roboto', 'Microsoft JhengHei', 'sans-serif'
}

#ASUS-features .section__8 .content__list>div:last-child {
    margin-bottom: 20px
}

#ASUS-features .section__8 .content__list>div span {
    display: inline-block
}

@media screen and (max-width: 345px) {
    #ASUS-features .section__8 .content__list>div span {
        margin-left: 18px
    }
}

@media screen and (min-width: 735px) {
    #ASUS-features .section__8 .content__list {
        display: none
    }
}

#ASUS-features .section__9 {
    background-image: url(images/09_bg.jpg);
    background-size: 1700px;
    background-repeat: no-repeat;
    background-position: left calc(50% - 30px) top 270px
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__9 {
        background-image: url(images/09_bg@2x.jpg);
        background-position: left calc(50% - 30px) top 290px
    }
}

#ASUS-features .section__9.section__base {
    padding-bottom: 240px
}

@media screen and (min-width: 1600px) {
    #ASUS-features .section__9.section__base {
        padding-top: 240px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__9.section__base {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 1700px) {
    #ASUS-features .section__9 {
        background-size: 1700px
    }
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__9 {
        background-position: left calc(50% - 30px) top 286px
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    #ASUS-features .section__9 {
        padding-top: 265px
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__9 {
        background-position: left calc(50% - 30px) top 210px
    }
}

@media screen and (min-width: 735px) and (max-width: 1366px) {
    #ASUS-features .section__9 {
        background-position: calc(50% - 30px) 346px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__9 {
        background-size: 992px;
        background-position: center 285px;
        padding-top: 70px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 {
        background-size: 600px;
        background-position: left calc(50% - 5px) top 90px;
        padding-top: 0
    }
    #ASUS-features .section__9.section__base {
        padding-bottom: 75px
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__9 {
        background-size: 480px;
        background-position: left 53% top 185px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .section__wrap .img__wrap {
        margin: 0 auto
    }
}

#ASUS-features .section__9 .content__number {
    background-position: 0 -560px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .content__number {
        background-position: -4px -376px;
        margin-left: 0
    }
}

#ASUS-features .section__9 .content__title {
    margin-bottom: 95px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .content__title {
        margin-bottom: 35px
    }
}

#ASUS-features .section__9 .img {
    background-image: url(images/09_laptop_new.png);
    background-size: 100%;
    background-position: top center;
    width: 857px;
    padding-top: calc(100% / 1.527)
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__9 .img {
        width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .img {
        width: 320px;
        background-position: center
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__9 .img {
        width: 89vw
    }
}

#ASUS-features .section__9 .software__img {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 900;
    width: 680px;
    height: 424px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__9 .software__img {
        width: 474px;
        height: 298px;
        left: 300px;
        top: 10px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .software__img {
        width: 252px;
        height: 158px;
        border: none;
        left: 160px;
        top: 15px;
        border-radius: 2px
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__9 .software__img {
        width: 221px;
        height: 140px
    }
}

#ASUS-features .section__9 .software__img.target__1 {
    background-image: url(images/09_nav1.png)
}

#ASUS-features .section__9 .software__img.target__2 {
    background-image: url(images/09_nav3.png)
}

#ASUS-features .section__9 .software__img.target__3 {
    background-image: url(images/09_nav4.png)
}

#ASUS-features .section__9 .software__toggle__nav__frame {
    width: 938px;
    min-height: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    padding-bottom: 50px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__9 .software__toggle__nav__frame {
        padding-bottom: 25px
    }
}

@media (max-width: 991px) {
    #ASUS-features .section__9 .software__toggle__nav__frame {
        width: 500px
    }
}

@media (max-width: 575px) {
    #ASUS-features .section__9 .software__toggle__nav__frame {
        width: 100%
    }
}

#ASUS-features .section__9 .software__toggle__nav__frame .software__img__frame {
    color: #fff;
    opacity: 0;
    display: none;
    position: relative;
    width: 915px;
    left: 84px;
    text-align: left;
    vertical-align: top;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .software__img__frame {
        width: 600px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .software__img__frame {
        width: 320px
    }
}

#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
    color: #fff;
    position: relative;
    width: 915px;
    left: 84px;
    text-align: left;
    vertical-align: top;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    max-width: calc(100% - 84px)
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
        width: 840px;
        left: 124px;
        max-width: calc(100% - 248px)
    }
}

@media screen and (max-width: 992px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
        width: 600px;
        max-width: none;
        left: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
        width: 290px
    }
}

#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame.show {
    opacity: 1;
    display: block
}

#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .software__title {
    margin-top: 0;
    font-size: 40px;
    font-family: 'Trade-Gothic-LT-Bold', 'Microsoft JhengHei', 'sans-serif'
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .software__title {
        font-size: 32px
    }
}

#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
    font-size: 14px;
    width: 95%;
    line-height: 1.867;
    margin-top: 11px;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif'
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
        width: 100%
    }
}

#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .content-comment {
    width: 81%;
    font-size: 14px;
    color: #777;
    font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif'
}

#ASUS-features .section__9 .navBarFrame {
    width: 100%;
    margin: 70px auto 0;
    height: auto;
    position: relative;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__9 .navBarFrame {
        margin: 110px auto 0
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .section__9 .navBarFrame {
        width: 100%
    }
}

@media (max-width: 991px) {
    #ASUS-features .section__9 .navBarFrame {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    #ASUS-features .section__9 .navBarFrame::-webkit-scrollbar {
        display: none
    }
}

#ASUS-features .section__9 .navBarFrame .navBar {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 900;
    max-width: 1280px
}

#ASUS-features .section__9 .navBarFrame .navBar .slick-arrow {
    display: none!important
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .navBarFrame .navBar {
        padding: 0 20px
    }
}

#ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    opacity: .4
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase {
        white-space: nowrap
    }
}

#ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase.choosed {
    opacity: 1
}

#ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase:hover {
    opacity: 1
}

#ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase span {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    padding: 0 15px;
    font-family: 'Roboto-Regular', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif'
}

@media (max-width: 991px) {
    #ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase span {
        font-size: 15px;
        padding: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .navBarFrame .navBar nav.sec9BtnBase span {
        font-size: 20px;
        padding: 0 15px
    }
}

#ASUS-features .section__9 .nav__line {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1050px;
    height: 1px;
    z-index: 900;
    margin-top: 20px;
    background-color: #fff
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    #ASUS-features .section__9 .nav__line {
        width: 840px
    }
}

@media screen and (max-width: 992px) {
    #ASUS-features .section__9 .nav__line {
        width: 500px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .nav__line {
        max-width: 89vw
    }
}

#ASUS-features .section__9 .nav__line .nav__line__box {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    position: relative;
    width: 317px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: 0;
    -webkit-transform: translate3d(50px, 0px, 0px);
    transform: translate3d(50px, 0px, 0px)
}

#ASUS-features .section__9 .nav__line .nav__line__box.target__1 {
    -webkit-transform: translate3d(50px, 0px, 0px);
    transform: translate3d(50px, 0px, 0px)
}

#ASUS-features .section__9 .nav__line .nav__line__box.target__2 {
    -webkit-transform: translate3d(367px, 0px, 0px);
    transform: translate3d(367px, 0px, 0px)
}

#ASUS-features .section__9 .nav__line .nav__line__box.target__3 {
    -webkit-transform: translate3d(684px, 0px, 0px);
    transform: translate3d(684px, 0px, 0px)
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    #ASUS-features .section__9 .nav__line .nav__line__box {
        width: 280px;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    #ASUS-features .section__9 .nav__line .nav__line__box.target__1 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    #ASUS-features .section__9 .nav__line .nav__line__box.target__2 {
        -webkit-transform: translate3d(280px, 0px, 0px);
        transform: translate3d(280px, 0px, 0px)
    }
    #ASUS-features .section__9 .nav__line .nav__line__box.target__3 {
        -webkit-transform: translate3d(560px, 0px, 0px);
        transform: translate3d(560px, 0px, 0px)
    }
}

@media screen and (max-width: 992px) {
    #ASUS-features .section__9 .nav__line .nav__line__box {
        width: 167px;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    #ASUS-features .section__9 .nav__line .nav__line__box.target__1 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    #ASUS-features .section__9 .nav__line .nav__line__box.target__2 {
        -webkit-transform: translate3d(167px, 0px, 0px);
        transform: translate3d(167px, 0px, 0px)
    }
    #ASUS-features .section__9 .nav__line .nav__line__box.target__3 {
        -webkit-transform: translate3d(334px, 0px, 0px);
        transform: translate3d(334px, 0px, 0px)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__9 .nav__line .nav__line__box {
        width: 70%;
        -webkit-transform: translate3d(21%, 0px, 0px);
        transform: translate3d(21%, 0px, 0px)
    }
}

#ASUS-features .section__10 {
    background-image: url(images/10_bg.png);
    background-size: 1280px;
    background-position: left calc(50% + 320px) top 185px;
    background-repeat: no-repeat
}

@media screen and (min-width: 1921px) {
    #ASUS-features .section__10 {
        background-position: 75% 180px
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__10 {
        background-size: 992px;
        background-position: left calc(50% + 225px) top 210px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 {
        background-size: 600px;
        background-position: left calc(50% + 145px) top 210px;
        padding-top: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 {
        background-size: 320px;
        background-position: left calc(50% + 80px) top 130px
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__10 .section__wrap {
        max-width: 895px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .section__wrap {
        max-width: 89vw
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 .section__wrap>.img__mobile {
        display: none
    }
}

#ASUS-features .section__10 .content__title {
    margin-left: 256px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__10 .content__title {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .content__title {
        margin-left: 0
    }
}

#ASUS-features .section__10 .content__wrap {
    max-width: 615px;
    margin-left: 530px;
    margin-bottom: -180px
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__10 .content__wrap {
        margin-left: 405px;
        margin-bottom: -224px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 .content__wrap {
        max-width: 640px;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 360px) {
    #ASUS-features .section__10 .content__wrap {
        max-width: 89vw
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .section__10 .content__wrap .img__wrap {
        display: none
    }
}

#ASUS-features .section__10 .content__number {
    background-position: 0 -630px
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .content__number {
        background-position: -14px -423px
    }
}

#ASUS-features .section__10 .content__text {
    text-align: left;
    font-size: 14px
}

@media screen and (max-width: 1550px) {
    #ASUS-features .section__10 .content__text {
        max-width: 592px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 .content__text {
        max-width: 100%;
        text-align: center
    }
    #ASUS-features .section__10 .content__text span {
        text-align: center
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .content__text {
        text-align: left
    }
}

#ASUS-features .section__10 .img {
    background-image: url(images/10_product_new.png);
    width: 1065px;
    height: 860px;
    background-size: 96.5%;
    background-position: 84% 3px
}

@media screen and (min-width: 736px) and (max-width: 1280px) {
    #ASUS-features .section__10 .img {
        width: 600px;
        height: 484.5px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .img {
        width: 320px;
        height: 258.4px
    }
}

#ASUS-features .section__10 .area-click {
    position: relative
}

#ASUS-features .section__10 .click__circle {
    z-index: 990!important;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 0;
    width: 13px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.876)
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .click__circle {
        width: 10px;
        height: 10px
    }
}

#ASUS-features .section__10 .click__circle.circle-1 {
    -webkit-transform: translate3d(38px, 67px, 0);
    transform: translate3d(38px, 67px, 0);
    z-index: 999!important
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .click__circle.circle-1 {
        -webkit-transform: translate3d(17px, 34px, 0);
        transform: translate3d(17px, 34px, 0)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .click__circle.circle-1 {
        -webkit-transform: translate3d(126px, 20px, 0);
        transform: translate3d(126px, 20px, 0)
    }
}

#ASUS-features .section__10 .click__circle.circle-1 .circle_center {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#ASUS-features .section__10 .click__circle.circle-2 {
    -webkit-transform: translate3d(305px, 545px, 0);
    transform: translate3d(305px, 545px, 0);
    z-index: 999!important
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .click__circle.circle-2 {
        -webkit-transform: translate3d(106px, 305px, 0);
        transform: translate3d(106px, 305px, 0)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .click__circle.circle-2 {
        -webkit-transform: translate3d(83px, 159px, 0);
        transform: translate3d(83px, 159px, 0)
    }
}

#ASUS-features .section__10 .click__circle.circle-2 .circle_center {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

#ASUS-features .section__10 .click__circle.circle-3 {
    -webkit-transform: translate3d(452px, 528px, 0);
    transform: translate3d(452px, 528px, 0);
    z-index: 999!important
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .click__circle.circle-3 {
        -webkit-transform: translate3d(250px, 295px, 0);
        transform: translate3d(250px, 295px, 0)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .click__circle.circle-3 {
        -webkit-transform: translate3d(131px, 154px, 0);
        transform: translate3d(131px, 154px, 0)
    }
}

#ASUS-features .section__10 .click__circle.circle-3 .circle_center {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

#ASUS-features .section__10 .click__circle.circle-4 {
    -webkit-transform: translate3d(845px, 710px, 0);
    transform: translate3d(845px, 710px, 0);
    z-index: 999!important
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .click__circle.circle-4 {
        -webkit-transform: translate3d(476px, 394px, 0);
        transform: translate3d(476px, 394px, 0)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .click__circle.circle-4 {
        -webkit-transform: translate3d(244px, 216px, 0);
        transform: translate3d(244px, 216px, 0)
    }
}

#ASUS-features .section__10 .click__circle.circle-4 .circle_center {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

#ASUS-features .section__10 .click__circle .circle_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.51);
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-animation: scale 1.2s ease-out infinite;
    animation: scale 1.2s ease-out infinite
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: .5
    }
    75% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: .5
    }
    75% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

#ASUS-features .section__10 .modal__view {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

#ASUS-features .section__10 .modal__view .__mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1
}


/* #ASUS-features .section__10 .modal__view__1 .pic__1 {
    background-image: url(images/10_backpack_01.png)
}

#ASUS-features .section__10 .modal__view__1 .pic__2 {
    background-image: url(images/10_backpack_02.png)
}

#ASUS-features .section__10 .modal__view__1 .pic__3 {
    background-image: url(images/10_backpack_03.png)
}

#ASUS-features .section__10 .modal__view__2 .pic__1 {
    background-image: url(images/10_headset_1.png)
}

#ASUS-features .section__10 .modal__view__2 .pic__2 {
    background-image: url(images/10_headset_2.png)
}

#ASUS-features .section__10 .modal__view__2 .pic__3 {
    background-image: url(images/10_headset_3.png)
}

#ASUS-features .section__10 .modal__view__2 .modal__thumb a {
    background-size: 75%
}

#ASUS-features .section__10 .modal__view__3 .pic__1 {
    background-image: url(images/10_adaptor_1.png)
}

#ASUS-features .section__10 .modal__view__3 .pic__2 {
    background-image: url(images/10_adaptor_2.png)
}

#ASUS-features .section__10 .modal__view__3 .pic__3 {
    background-image: url(images/10_adaptor_3.png)
}

#ASUS-features .section__10 .modal__view__3 .modal__thumb a {
    background-size: 75%
}

#ASUS-features .section__10 .modal__view__4 .pic__1 {
    background-image: url(images/10_mouse_1.png);
    background-size: 50%
} */

@media screen and (min-width: 1921px) {
    #ASUS-features .section__10 .modal__view__4 .pic__1 {
        background-size: 70%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__view__4 .pic__1 {
        background-size: 60%
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__10 .modal__view__4 .pic__1 {
        background-size: 65%
    }
}


/* #ASUS-features .section__10 .modal__view__4 .pic__2 {
    background-image: url(images/10_mouse_2.png)
} */

@media screen and (min-width: 1921px) {
    #ASUS-features .section__10 .modal__view__4 .pic__2 {
        background-size: 70%
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__view__4 .pic__2 {
        background-size: 60%
    }
}


/* #ASUS-features .section__10 .modal__view__4 .pic__3 {
    background-image: url(images/10_mouse_3.png);
    background-size: 50%
} */

@media screen and (min-width: 1921px) {
    #ASUS-features .section__10 .modal__view__4 .pic__3 {
        background-size: 70%
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__10 .modal__view__4 .pic__3 {
        background-size: 60%
    }
}

#ASUS-features .section__10 .modal__view__4 .modal__thumb a {
    background-size: 75%
}

#ASUS-features .section__10 .modal__wrap {
    width: 790px;
    max-height: calc(100vh - 60px);
    border: 1px solid #555;
    background-color: #000;
    position: relative
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__wrap {
        width: 500px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__wrap {
        width: 298px;
        max-height: calc(100vh - 30px)
    }
}

#ASUS-features .section__10 .modal__wrap .content__title {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__10 .modal__wrap .content__title {
        font-size: 36px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__wrap .content__title {
        text-align: center;
        font-size: 26px
    }
}

#ASUS-features .section__10 .modal__wrap .modal__btn__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
    position: absolute;
    top: 0
}

@media screen and (max-width: 1440px) {
    #ASUS-features .section__10 .modal__wrap .modal__btn__wrap {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__wrap .modal__btn__wrap {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

#ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
    background: url(images/ic_X.png);
    background-size: contain;
    background-repeat: no-repeat!important;
    background-color: transparent!important;
    width: 44px;
    height: 34px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 15px
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
        background: url(images/ic_X@2x.png);
        background-size: contain
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
        background: url(images/ic_X@2x.png);
        background-size: contain
    }
}

#ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
        position: absolute;
        top: -70px;
        right: -18px
    }
}

#ASUS-features .section__10 .modal__decoration {
    background: url(images/10_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 83px;
    height: 11px;
    margin: 35px auto 40px;
    position: relative
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__10 .modal__decoration {
        background: url(images/10_top@2x.png);
        background-size: cover
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__10 .modal__decoration {
        background: url(images/10_top@2x.png);
        background-size: cover
    }
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__10 .modal__decoration {
        margin: 25px auto 20px
    }
}

#ASUS-features .section__10 .modal__decoration::before,
#ASUS-features .section__10 .modal__decoration::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 1px;
    background-color: #fff;
    top: 50%
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__decoration::before,
    #ASUS-features .section__10 .modal__decoration::after {
        width: 110px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__decoration::before,
    #ASUS-features .section__10 .modal__decoration::after {
        width: 70px
    }
}

#ASUS-features .section__10 .modal__decoration::before {
    left: -255px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__decoration::before {
        left: -135px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__decoration::before {
        left: -90px
    }
}

#ASUS-features .section__10 .modal__decoration::after {
    right: -255px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__decoration::after {
        right: -135px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__decoration::after {
        right: -90px
    }
}

#ASUS-features .section__10 .modal__slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 50px;
    border-radius: 4px
}

@media screen and (max-width: 1440px) {
    #ASUS-features .section__10 .modal__slider {
        margin: 0 auto 15px
    }
}

#ASUS-features .section__10 .modal__slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 40vh;
    list-style: none
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__slider ul {
        height: 270px
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__10 .modal__slider ul {
        height: 160px
    }
}

#ASUS-features .section__10 .modal__slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 40vh;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__slider ul li {
        width: 500px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__slider ul li {
        width: 298px;
        height: 40vh
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .section__10 .modal__slider ul li {
        height: 160px
    }
}

#ASUS-features .section__10 .modal__thumb {
    height: 220px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__thumb {
        height: 165px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__thumb {
        height: 100px;
        margin-bottom: 19px
    }
}

#ASUS-features .section__10 .modal__thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 220px;
    height: 220px;
    border: 1px solid #555;
    margin: 0 12.5px;
    background-size: 120px;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__10 .modal__thumb a {
        width: 188px;
        height: 188px;
        background-size: 100px
    }
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__10 .modal__thumb a {
        width: 138px;
        height: 138px;
        background-size: 75px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .modal__thumb a {
        width: 88px;
        height: 88px;
        margin: 0 5px;
        background-size: 50px
    }
}

#ASUS-features .section__10 .control_prev,
#ASUS-features .section__10 .control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    width: 41px;
    height: 71px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: .8;
    cursor: pointer;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .control_prev,
    #ASUS-features .section__10 .control_next {
        top: 40%;
        background-position: center;
        background-size: 100%;
        width: 21px;
        height: 37px
    }
}

#ASUS-features .section__10 .control_prev:hover,
#ASUS-features .section__10 .control_next:hover {
    opacity: 1;
    -webkit-transition: all .2s ease
}

#ASUS-features .section__10 .control_prev {
    background: url(images/ic_arrow_left.png);
    background-size: cover;
    left: -75px
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__10 .control_prev {
        background: url(images/ic_arrow_left@2x.png);
        background-size: cover
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__10 .control_prev {
        background: url(images/ic_arrow_left@2x.png);
        background-size: cover
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .control_prev {
        left: 10px
    }
}

#ASUS-features .section__10 .control_next {
    background: url(images/ic_arrow_right.png);
    background-size: cover;
    right: -75px
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .section__10 .control_next {
        background: url(images/ic_arrow_right@2x.png);
        background-size: cover
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .section__10 .control_next {
        background: url(images/ic_arrow_right@2x.png);
        background-size: cover
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__10 .control_next {
        right: 10px
    }
}

#ASUS-features .section__10 .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px
}

#ASUS-features .section__11 .section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1600px) {
    #ASUS-features .section__11 .section__wrap {
        max-width: 992px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__11 .section__wrap {
        max-width: 665px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .section__11 .section__wrap {
        max-width: 89vw
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__11 .img__wrap {
        margin-bottom: 30px
    }
}

#ASUS-features .section__11 .img__wrap .img {
    background-image: url(images/XBOX.jpg);
    width: 384px;
    height: 216px
}

@media (max-width: 575px) {
    #ASUS-features .section__11 .img__wrap .img {
        max-width: 89vw
    }
}

#ASUS-features .section__11 .content__wrap {
    margin-left: 30px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .section__11 .content__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }
}

#ASUS-features .section__11 .content__title,
#ASUS-features .section__11 .content__text,
#ASUS-features .section__11 .content__disclaimer {
    text-align: left
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .section__11 .content__title,
    #ASUS-features .section__11 .content__text,
    #ASUS-features .section__11 .content__disclaimer {
        text-align: center
    }
}

#ASUS-features .section__11 .content__title {
    font-size: 32px;
    margin-bottom: 0
}

@media (max-width: 575px) {
    #ASUS-features .section__11 .content__title {
        width: 100%
    }
}

#ASUS-features .section__11 .title__disclaimer {
    margin-bottom: 14px;
    font-size: 18px;
    color: #fff
}

@media (max-width: 575px) {
    #ASUS-features .section__11 .title__disclaimer {
        text-align: left;
        width: 100%
    }
}

#ASUS-features .package__section {
    width: 100%;
    max-width: 1356px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section {
        max-width: 1281px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section {
        max-width: 992px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section {
        max-width: 665px;
        background-color: #000
    }
    #ASUS-features .package__section .swiper-custom {
        height: 1035px;
        padding-top: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section {
        max-width: 89vw
    }
    #ASUS-features .package__section .swiper-slide {
        padding: 0
    }
    #ASUS-features .package__section .swiper-custom {
        height: auto
    }
}

#ASUS-features .package__section .content__title,
#ASUS-features .package__section .content__text {
    text-align: left;
    position: relative
}

#ASUS-features .package__section .content__title {
    font-size: 40px;
    margin-bottom: 10px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .content__title {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.2
    }
}

#ASUS-features .package__section .content__text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section .content__text {
        font-size: 16px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .content__text {
        margin-bottom: 0;
        font-size: 20px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .content__text {
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
        margin-top: 10px;
        line-height: 21px
    }
}

#ASUS-features .package__section .inner__wrap {
    max-width: 1280px;
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__wrap {
        max-width: 720px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__wrap {
        padding-left: 5.5vw;
        padding-right: 5.5vw
    }
}

#ASUS-features .package__section .inner__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 165px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

#ASUS-features .package__section .inner__block.show {
    opacity: 1
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__block>div {
        width: 100%;
        max-width: 620px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__block .content__text {
        margin: 0 auto 35px;
        max-width: 538.6px
    }
}

#ASUS-features .package__section .sign {
    font-size: 23px;
    margin-left: 4px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .sign {
        font-size: 14px
    }
}

#ASUS-features .package__section .inner__progress__wrap {
    font-family: 'ROGFonts-Regular_ES', 'Microsoft JhengHei', 'sans-serif'
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__progress__wrap {
        max-width: 520px;
        margin: 0 0 50px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__progress__wrap {
        margin: 0 auto 35px
    }
}

#ASUS-features .package__section .inner__progress__wrap .progress__main__title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #259CFF
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__progress__wrap .progress__main__title {
        text-align: left
    }
}

#ASUS-features .package__section .inner__progress__wrap .one__progress {
    margin-bottom: 15px
}

#ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(2) {
    max-width: 84.75%
}

@media (max-width: 1439px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(2) {
        max-width: 95.75%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(2) {
        max-width: 100%
    }
}

#ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(3) {
    max-width: 73.58%
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(3) {
        max-width: 75.58%
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(3) {
        max-width: 86.58%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:nth-of-type(3) {
        max-width: 85%
    }
}

#ASUS-features .package__section .inner__progress__wrap .one__progress:last-of-type {
    max-width: 41.85%
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:last-of-type {
        max-width: 43.85%
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:last-of-type {
        max-width: 54.85%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__progress__wrap .one__progress:last-of-type {
        max-width: 100%
    }
}

#ASUS-features .package__section .inner__progress__wrap .progress__title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .inner__progress__wrap .progress__title {
        text-align: left
    }
}

#ASUS-features .package__section .inner__progress__wrap .progress__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#ASUS-features .package__section .inner__progress__wrap .progress__frame span {
    font-family: 'ROGFonts-Regular_ES', 'Microsoft JhengHei', 'sans-serif';
    margin-left: 15px;
    font-size: 1.75em;
    color: #259CFF;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__progress__wrap .progress__frame span {
        margin-left: 5px
    }
}

#ASUS-features .package__section .inner__progress__wrap .progress__frame span.active {
    opacity: 1
}

#ASUS-features .package__section .inner__progress__wrap .progress {
    width: 0;
    height: 15px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: -webkit-gradient(linear, left top, right top, from(#2CBDFF), color-stop(99%, #00FFD8));
    background: linear-gradient(90deg, #2CBDFF, #00FFD8 99%)
}

#ASUS-features .package__section .inner__progress__wrap .progress.active {
    width: 100%
}

#ASUS-features .package__section .inner__progress__wrap .progress.__gray {
    background: -webkit-gradient(linear, left top, right top, from(#595959), color-stop(50%, #6e6e6e), color-stop(80%, #999), to(#e1e1e1));
    background: linear-gradient(90deg, #595959, #6e6e6e 50%, #999 80%, #e1e1e1 100%)
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .inner__progress__wrap .progress.__gray {
        width: 50%
    }
}

#ASUS-features .package__section .flex-block .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .flex-block .pic figure {
        border-radius: 10px
    }
}

#ASUS-features .package__section .flex-block .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 48px 30px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section .flex-block .video {
        position: relative;
        padding: 0 0 40px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section .flex-block .video {
        padding: 0 0 15px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section .flex-block .video {
        padding: 0 0 5px
    }
}

#ASUS-features .package__section.package__1,
#ASUS-features .package__section.package__6 {
    background-color: #191D20;
    border-radius: 10px
}

#ASUS-features .package__section.package__1 .swiper-custom,
#ASUS-features .package__section.package__6 .swiper-custom {
    height: 622px;
    border-radius: 10px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section.package__1,
    #ASUS-features .package__section.package__6 {
        max-width: 1281px
    }
    #ASUS-features .package__section.package__1 .swiper-custom,
    #ASUS-features .package__section.package__6 .swiper-custom {
        height: 588px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1,
    #ASUS-features .package__section.package__6 {
        max-width: 992px
    }
    #ASUS-features .package__section.package__1 .swiper-custom,
    #ASUS-features .package__section.package__6 .swiper-custom {
        height: 455px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1,
    #ASUS-features .package__section.package__6 {
        max-width: 665px;
        background-color: #000
    }
    #ASUS-features .package__section.package__1 .swiper-custom,
    #ASUS-features .package__section.package__6 .swiper-custom {
        height: 1100px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1,
    #ASUS-features .package__section.package__6 {
        max-width: 89vw;
        height: 702px;
        margin-top: 35px
    }
    #ASUS-features .package__section.package__1 .swiper-custom,
    #ASUS-features .package__section.package__6 .swiper-custom {
        height: 100%
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__1,
    #ASUS-features .package__section.package__6 {
        height: 732px
    }
}

#ASUS-features .package__section.package__1 .flex-block,
#ASUS-features .package__section.package__6 .flex-block {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .flex-block,
    #ASUS-features .package__section.package__6 .flex-block {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    #ASUS-features .package__section.package__1 .flex-block .col,
    #ASUS-features .package__section.package__6 .flex-block .col {
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
}

@media screen and (max-width: 1280px) and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .flex-block .col,
    #ASUS-features .package__section.package__6 .flex-block .col {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .flex-block,
    #ASUS-features .package__section.package__6 .flex-block {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        padding-top: 52vw;
        padding-bottom: 30px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0 0;
        background-color: #191D20;
        border-radius: 10px;
        height: 642px
    }
}

@media screen and (max-width: 690px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        padding-top: 56vw
    }
}

@media screen and (max-width: 650px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        padding-top: 59vw
    }
}

@media screen and (max-width: 610px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        padding-top: 64vw
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        padding-top: 67vw
    }
}

@media screen and (max-width: 530px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        padding-top: 72vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__1 .col,
    #ASUS-features .package__section.package__6 .col {
        height: 672px
    }
}

#ASUS-features .package__section.package__1 .swiper-pagination-wrapper,
#ASUS-features .package__section.package__6 .swiper-pagination-wrapper {
    padding-bottom: 40px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1 .swiper-pagination-wrapper,
    #ASUS-features .package__section.package__6 .swiper-pagination-wrapper {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .swiper-pagination-wrapper,
    #ASUS-features .package__section.package__6 .swiper-pagination-wrapper {
        top: auto;
        bottom: 0
    }
}

#ASUS-features .package__section.package__1 .package__wrap__0 .col {
    margin-left: 50%;
    padding-left: 45px;
    padding-right: 124px
}

#ASUS-features .package__section.package__1 .package__wrap__0 .col .wd-content {
    margin-top: 0
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1 .package__wrap__0 .col {
        padding-right: 62px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .package__wrap__0 .col {
        padding-left: 67px;
        padding-right: 91px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .package__wrap__0 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 40px
    }
    #ASUS-features .package__section.package__1 .package__wrap__0 .col.inner__img__0 {
        background-image: url(images/package-img-0-m.png)
    }
}

#ASUS-features .package__section.package__1 .package__wrap__1 .col {
    margin-left: 50%;
    padding-left: 45px;
    padding-right: 124px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1 .package__wrap__1 .col {
        padding-right: 62px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .package__wrap__1 .col {
        padding-left: 67px;
        padding-right: 91px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .package__wrap__1 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 40px
    }
    #ASUS-features .package__section.package__1 .package__wrap__1 .col .wd-content {
        margin-top: 0
    }
    #ASUS-features .package__section.package__1 .package__wrap__1 .col.inner__img__1 {
        background-image: url(images/package-img-1-m.png)
    }
}

#ASUS-features .package__section.package__1 .package__wrap__2 .col {
    margin-left: 50%;
    padding-right: 136px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1 .package__wrap__2 .col {
        padding-right: 68px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .package__wrap__2 .col {
        padding-left: 64px;
        padding-right: 74px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .package__wrap__2 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 40px
    }
    #ASUS-features .package__section.package__1 .package__wrap__2 .col.inner__img__2 {
        background-image: url(images/package-img-2-m.png)
    }
}

#ASUS-features .package__section.package__1 .package__wrap__2 .wd-content {
    margin-top: 0
}

#ASUS-features .package__section.package__1 .package__wrap__3 .col {
    margin-left: 50%;
    padding-left: 50px;
    padding-right: 75px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1 .package__wrap__3 .col {
        padding-right: 38px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .package__wrap__3 .col {
        padding-left: 64px;
        padding-right: 96px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .package__wrap__3 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 0
    }
    #ASUS-features .package__section.package__1 .package__wrap__3 .col .content__text {
        padding-right: 43px
    }
    #ASUS-features .package__section.package__1 .package__wrap__3 .col.inner__img__3 {
        background-image: url(images/package-img-3-m.png)
    }
}

#ASUS-features .package__section.package__1 .package__wrap__3 .wd-content {
    margin-top: -20px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .package__wrap__3 .wd-content {
        margin-top: 0
    }
}

#ASUS-features .package__section.package__1 .package__wrap__4 .col {
    margin-left: 50%;
    padding-left: 75px;
    padding-right: 60px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__1 .package__wrap__4 .col {
        padding-right: 44px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 .package__wrap__4 .col {
        padding-left: 64px;
        padding-right: 89px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 .package__wrap__4 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 40px
    }
    #ASUS-features .package__section.package__1 .package__wrap__4 .col.inner__img__4 {
        background-image: url(images/package-img-4-m.png)
    }
}

#ASUS-features .package__section.package__1 .package__wrap__4 .wd-content {
    margin-top: 0
}

#ASUS-features .package__section.package__1 figure {
    padding-top: calc(100% / 2.18);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 figure {
        padding-top: calc(100% * 1.5564);
        border-radius: 10px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__1 figure {
        display: none
    }
}

#ASUS-features .package__section.package__1 figure.inner__img__0 {
    background-image: url(images/package-img-0.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 figure.inner__img__0 {
        background-image: url(images/package-img-0-t.png)
    }
}

#ASUS-features .package__section.package__1 figure.inner__img__1 {
    background-image: url(images/package-img-1.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 figure.inner__img__1 {
        background-image: url(images/package-img-1-t.png)
    }
}

#ASUS-features .package__section.package__1 figure.inner__img__2 {
    background-image: url(images/package-img-2.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 figure.inner__img__2 {
        background-image: url(images/package-img-2-t.png)
    }
}

#ASUS-features .package__section.package__1 figure.inner__img__3 {
    background-image: url(images/package-img-3.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 figure.inner__img__3 {
        background-image: url(images/package-img-3-t.png)
    }
}

#ASUS-features .package__section.package__1 figure.inner__img__4 {
    background-image: url(images/package-img-4.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__1 figure.inner__img__4 {
        background-image: url(images/package-img-4-t.png)
    }
}

#ASUS-features .package__section.package__6 .content__text {
    margin: 0 auto 15px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__6 {
        margin-top: 0
    }
}

#ASUS-features .package__section.package__6 .package__wrap__1 .col {
    margin-left: 50%;
    padding-left: 25px;
    padding-right: 75px
}

#ASUS-features .package__section.package__6 .package__wrap__1 .col .wd-content {
    margin-top: 0
}

#ASUS-features .package__section.package__6 .package__wrap__1 .col .content__text span {
    margin-top: 30px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__6 .package__wrap__1 .col {
        padding-right: 62px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 .package__wrap__1 .col {
        padding-left: 67px;
        padding-right: 91px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__6 .package__wrap__1 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 40px;
        padding-top: 48vw
    }
    #ASUS-features .package__section.package__6 .package__wrap__1 .col.inner__img__1 {
        background-image: url(images/package-img-6-1-m.png)
    }
}

#ASUS-features .package__section.package__6 .package__wrap__2 .col {
    margin-left: 50%;
    padding-left: 50px;
    padding-right: 106px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__6 .package__wrap__2 .col {
        padding-right: 68px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 .package__wrap__2 .col {
        padding-left: 64px;
        padding-right: 74px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__6 .package__wrap__2 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 40px
    }
    #ASUS-features .package__section.package__6 .package__wrap__2 .col.inner__img__2 {
        background-image: url(images/package-img-6-2-m.png)
    }
}

#ASUS-features .package__section.package__6 .package__wrap__2 .wd-content {
    margin-top: 0
}

#ASUS-features .package__section.package__6 .package__wrap__3 .col {
    margin-left: 50%;
    padding-left: 115px;
    padding-right: 69px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__6 .package__wrap__3 .col {
        padding-right: 38px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 .package__wrap__3 .col {
        padding-left: 64px;
        padding-right: 96px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__6 .package__wrap__3 .col {
        margin-left: 0;
        padding-left: 31px;
        padding-right: 0
    }
    #ASUS-features .package__section.package__6 .package__wrap__3 .col .content__text {
        padding-right: 43px
    }
    #ASUS-features .package__section.package__6 .package__wrap__3 .col.inner__img__3 {
        background-image: url(images/package-img-6-3-m.png)
    }
}

#ASUS-features .package__section.package__6 .package__wrap__3 .wd-content {
    margin-top: -20px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 .package__wrap__3 .wd-content {
        margin-top: 0
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__6 .package__wrap__3 .content__title {
        padding-right: 0
    }
}

#ASUS-features .package__section.package__6 figure {
    padding-top: calc(100% / 2.18);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 figure {
        padding-top: calc(100% * 1.5564);
        border-radius: 10px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__6 figure {
        display: none
    }
}

#ASUS-features .package__section.package__6 figure.inner__img__1 {
    background-image: url(images/package-img-6-1.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 figure.inner__img__1 {
        background-image: url(images/package-img-6-1-t.png)
    }
}

#ASUS-features .package__section.package__6 figure.inner__img__2 {
    background-image: url(images/package-img-6-2.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 figure.inner__img__2 {
        background-image: url(images/package-img-6-2-t.png)
    }
}

#ASUS-features .package__section.package__6 figure.inner__img__3 {
    background-image: url(images/package-img-6-3.png)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__6 figure.inner__img__3 {
        background-image: url(images/package-img-6-3-t.png)
    }
}

#ASUS-features .package__section.package__2,
#ASUS-features .package__section.package__4,
#ASUS-features .package__section.package__5 {
    margin-bottom: 40px
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__2,
    #ASUS-features .package__section.package__4,
    #ASUS-features .package__section.package__5 {
        margin-bottom: 25px
    }
}

#ASUS-features .package__section.package__2.media-large,
#ASUS-features .package__section.package__4.media-large,
#ASUS-features .package__section.package__5.media-large {
    height: 1100px
}

#ASUS-features .package__section.package__2.media-large .swiper-custom,
#ASUS-features .package__section.package__4.media-large .swiper-custom,
#ASUS-features .package__section.package__5.media-large .swiper-custom {
    height: 100%
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2.media-large,
    #ASUS-features .package__section.package__4.media-large,
    #ASUS-features .package__section.package__5.media-large {
        height: 992px
    }
}

@media screen and (max-width: 1281px) {
    #ASUS-features .package__section.package__2.media-large,
    #ASUS-features .package__section.package__4.media-large,
    #ASUS-features .package__section.package__5.media-large {
        display: none
    }
}

#ASUS-features .package__section.package__2.media-small .swiper-container .swiper-pagination-bullet,
#ASUS-features .package__section.package__4.media-small .swiper-container .swiper-pagination-bullet,
#ASUS-features .package__section.package__5.media-small .swiper-container .swiper-pagination-bullet {
    width: 70px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2.media-small .swiper-container .swiper-pagination-bullet,
    #ASUS-features .package__section.package__4.media-small .swiper-container .swiper-pagination-bullet,
    #ASUS-features .package__section.package__5.media-small .swiper-container .swiper-pagination-bullet {
        width: 7vw
    }
}

#ASUS-features .package__section.package__2.media-small .col,
#ASUS-features .package__section.package__4.media-small .col,
#ASUS-features .package__section.package__5.media-small .col {
    border-radius: 10px
}

@media screen and (max-width: 576px) {
    #ASUS-features .package__section.package__2.media-small .col,
    #ASUS-features .package__section.package__4.media-small .col,
    #ASUS-features .package__section.package__5.media-small .col {
        background-color: #1A1C20;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}

@media screen and (min-width: 1280px) {
    #ASUS-features .package__section.package__2.media-small,
    #ASUS-features .package__section.package__4.media-small,
    #ASUS-features .package__section.package__5.media-small {
        display: none
    }
}

@media screen and (min-width: 735px) {
    #ASUS-features .package__section.package__2.media-small .inner__img__1 br,
    #ASUS-features .package__section.package__2.media-small .inner__img__2 br,
    #ASUS-features .package__section.package__4.media-small .inner__img__1 br,
    #ASUS-features .package__section.package__4.media-small .inner__img__2 br,
    #ASUS-features .package__section.package__5.media-small .inner__img__1 br,
    #ASUS-features .package__section.package__5.media-small .inner__img__2 br {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2.media-small .swiper-custom,
    #ASUS-features .package__section.package__4.media-small .swiper-custom,
    #ASUS-features .package__section.package__5.media-small .swiper-custom {
        height: 1100px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2.media-small,
    #ASUS-features .package__section.package__4.media-small,
    #ASUS-features .package__section.package__5.media-small {
        max-width: 89vw;
        height: 685px
    }
    #ASUS-features .package__section.package__2.media-small .swiper-custom,
    #ASUS-features .package__section.package__4.media-small .swiper-custom,
    #ASUS-features .package__section.package__5.media-small .swiper-custom {
        height: 100%
    }
    #ASUS-features .package__section.package__2.media-small .content__text,
    #ASUS-features .package__section.package__4.media-small .content__text,
    #ASUS-features .package__section.package__5.media-small .content__text {
        font-size: 15px;
        line-height: 21px
    }
    #ASUS-features .package__section.package__2.media-small .progress__main__title,
    #ASUS-features .package__section.package__4.media-small .progress__main__title,
    #ASUS-features .package__section.package__5.media-small .progress__main__title {
        font-size: 15px;
        margin-bottom: 7px
    }
    #ASUS-features .package__section.package__2.media-small .progress__title,
    #ASUS-features .package__section.package__4.media-small .progress__title,
    #ASUS-features .package__section.package__5.media-small .progress__title {
        font-size: 12px;
        margin-bottom: 5px
    }
    #ASUS-features .package__section.package__2.media-small .inner__progress__wrap,
    #ASUS-features .package__section.package__4.media-small .inner__progress__wrap,
    #ASUS-features .package__section.package__5.media-small .inner__progress__wrap {
        margin: 0
    }
    #ASUS-features .package__section.package__2.media-small .inner__progress__wrap .progress__frame span,
    #ASUS-features .package__section.package__4.media-small .inner__progress__wrap .progress__frame span,
    #ASUS-features .package__section.package__5.media-small .inner__progress__wrap .progress__frame span {
        font-size: 16px
    }
    #ASUS-features .package__section.package__2.media-small .inner__progress__wrap .progress,
    #ASUS-features .package__section.package__4.media-small .inner__progress__wrap .progress,
    #ASUS-features .package__section.package__5.media-small .inner__progress__wrap .progress {
        height: 8px
    }
    #ASUS-features .package__section.package__2.media-small .one__progress,
    #ASUS-features .package__section.package__4.media-small .one__progress,
    #ASUS-features .package__section.package__5.media-small .one__progress {
        margin-bottom: 3px
    }
}

#ASUS-features .package__section.package__2 .swiper-container .swiper-slide,
#ASUS-features .package__section.package__4 .swiper-container .swiper-slide,
#ASUS-features .package__section.package__5 .swiper-container .swiper-slide {
    background-color: #000
}

#ASUS-features .package__section.package__2 .flex-block,
#ASUS-features .package__section.package__4 .flex-block,
#ASUS-features .package__section.package__5 .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#ASUS-features .package__section.package__2 .flex-block>div,
#ASUS-features .package__section.package__4 .flex-block>div,
#ASUS-features .package__section.package__5 .flex-block>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 10px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .flex-block>div,
    #ASUS-features .package__section.package__4 .flex-block>div,
    #ASUS-features .package__section.package__5 .flex-block>div {
        width: 100%;
        height: 1035px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .flex-block>div,
    #ASUS-features .package__section.package__4 .flex-block>div,
    #ASUS-features .package__section.package__5 .flex-block>div {
        height: 685px
    }
}

#ASUS-features .package__section.package__2 .col,
#ASUS-features .package__section.package__4 .col,
#ASUS-features .package__section.package__5 .col {
    width: 100%
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .content__text,
    #ASUS-features .package__section.package__4 .content__text,
    #ASUS-features .package__section.package__5 .content__text {
        font-size: 18px;
        line-height: 1.8
    }
}

#ASUS-features .package__section.package__2 .package__wrap__1 .col,
#ASUS-features .package__section.package__4 .package__wrap__1 .col,
#ASUS-features .package__section.package__5 .package__wrap__1 .col {
    padding-left: 50px;
    padding-right: 46px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__1 .col,
    #ASUS-features .package__section.package__4 .package__wrap__1 .col,
    #ASUS-features .package__section.package__5 .package__wrap__1 .col {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__1 .col,
    #ASUS-features .package__section.package__4 .package__wrap__1 .col,
    #ASUS-features .package__section.package__5 .package__wrap__1 .col {
        padding-left: 31px;
        padding-right: 40px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__2 .col,
#ASUS-features .package__section.package__4 .package__wrap__2 .col,
#ASUS-features .package__section.package__5 .package__wrap__2 .col {
    padding-left: 65px;
    padding-right: 95px;
    background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__2 .col,
    #ASUS-features .package__section.package__4 .package__wrap__2 .col,
    #ASUS-features .package__section.package__5 .package__wrap__2 .col {
        padding-left: 65px;
        padding-right: 74px;
        height: 100%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__2 .col,
    #ASUS-features .package__section.package__4 .package__wrap__2 .col,
    #ASUS-features .package__section.package__5 .package__wrap__2 .col {
        padding-left: 31px;
        padding-right: 40px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__3 .col,
#ASUS-features .package__section.package__4 .package__wrap__3 .col,
#ASUS-features .package__section.package__5 .package__wrap__3 .col {
    padding-left: 50px;
    padding-right: 75px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__3 .col,
    #ASUS-features .package__section.package__4 .package__wrap__3 .col,
    #ASUS-features .package__section.package__5 .package__wrap__3 .col {
        padding-left: 64px;
        padding-right: 96px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__3 .col,
    #ASUS-features .package__section.package__4 .package__wrap__3 .col,
    #ASUS-features .package__section.package__5 .package__wrap__3 .col {
        padding-left: 31px;
        padding-right: 0
    }
    #ASUS-features .package__section.package__2 .package__wrap__3 .col .content__text,
    #ASUS-features .package__section.package__4 .package__wrap__3 .col .content__text,
    #ASUS-features .package__section.package__5 .package__wrap__3 .col .content__text {
        padding-right: 43px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__3>div:first-child .col,
#ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col,
#ASUS-features .package__section.package__5 .package__wrap__3>div:first-child .col {
    padding-top: 500px;
    padding-bottom: 125px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:first-child .col {
        padding: 375px 30px 100px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__3>div:first-child .col .content__text,
#ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col .content__text,
#ASUS-features .package__section.package__5 .package__wrap__3>div:first-child .col .content__text {
    margin-bottom: 40px
}

#ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
#ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
#ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
    padding-top: 500px;
    padding-left: 65px;
    padding-right: 65px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        padding-top: 375px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        height: 100%;
        padding: 44vw 60px 40px
    }
}

@media screen and (max-width: 1180px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        padding-top: 50vw
    }
}

@media screen and (max-width: 876px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        padding-top: 62vw
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        height: 642px;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 42vw
    }
}

@media screen and (max-width: 650px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        padding-top: 48vw
    }
}

@media screen and (max-width: 576px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col {
        padding-top: 54vw
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 44vw
    }
}

@media screen and (max-width: 1180px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 50vw
    }
}

@media screen and (max-width: 1024px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 57vw
    }
}

@media screen and (max-width: 904px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 72vw
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 48vw
    }
}

@media screen and (max-width: 650px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 58vw
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__6,
    #ASUS-features .package__section.package__5 .package__wrap__3>div:last-child .col.inner__img__6 {
        padding-top: 80vw
    }
}

#ASUS-features .package__section.package__2 .package__wrap__4 .col,
#ASUS-features .package__section.package__4 .package__wrap__4 .col,
#ASUS-features .package__section.package__5 .package__wrap__4 .col {
    padding-left: 75px;
    padding-right: 65px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__4 .col,
    #ASUS-features .package__section.package__4 .package__wrap__4 .col,
    #ASUS-features .package__section.package__5 .package__wrap__4 .col {
        padding-left: 64px;
        padding-right: 89px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__4 .col,
    #ASUS-features .package__section.package__4 .package__wrap__4 .col,
    #ASUS-features .package__section.package__5 .package__wrap__4 .col {
        padding-left: 31px;
        padding-right: 40px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
#ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
#ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
    padding-top: 500px;
    padding-bottom: 125px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        padding: 375px 30px 100px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col .content__text,
#ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col .content__text,
#ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col .content__text {
    margin-bottom: 40px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        padding-top: 44vw;
        padding-left: 60px;
        padding-right: 60px;
        height: 100%
    }
}

@media screen and (max-width: 1180px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        padding-top: 50vw
    }
}

@media screen and (max-width: 1024px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        padding-top: 57vw
    }
}

@media screen and (max-width: 904px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        padding-top: 72vw
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        height: 642px;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 48vw
    }
}

@media screen and (max-width: 650px) {
    #ASUS-features .package__section.package__2 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col,
    #ASUS-features .package__section.package__5 .package__wrap__4>div:first-child .col {
        padding-top: 58vw
    }
}

#ASUS-features .package__section.package__2 .package__wrap__1>div:first-child .col {
    padding-top: 500px;
    padding-bottom: 125px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:first-child .col {
        padding: 300px 30px 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:first-child .col {
        padding-bottom: 30px
    }
}

#ASUS-features .package__section.package__2 .package__wrap__1>div:first-child .col .content__text {
    margin-bottom: 40px
}

#ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
    padding-top: 500px;
    padding-left: 65px;
    padding-right: 65px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        padding-top: 375px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        padding-right: 50px;
        padding-left: 50px;
        height: 100%
    }
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col .content__text {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1180px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        padding-top: 50vw
    }
}

@media screen and (max-width: 876px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        padding-top: 62vw
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        height: 642px;
        padding-top: 31vw;
        padding-right: 30px;
        padding-left: 30px
    }
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col .content__text {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 650px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        padding-top: 35vw
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col {
        padding-top: 54vw
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 44vw;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media screen and (max-width: 1180px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 50vw
    }
}

@media screen and (max-width: 876px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 62vw
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 42vw
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__2 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 54vw
    }
}

#ASUS-features .package__section.package__2 .package__wrap__1 .col.inner__img__1 {
    background-image: url(images/package-img-2-1.png)
}

#ASUS-features .package__section.package__2 .package__wrap__1 .col.inner__img__2 {
    background-image: url(images/package-img-2-2.png)
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:first-child .col .content__text {
        padding-right: 0
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__2 .package__wrap__3>div:last-child .inner__img__6 .wd-content {
        margin-top: 0
    }
}

#ASUS-features .package__section.package__2 .package__wrap__3 .col.inner__img__5 {
    background-image: url(images/package-img-2-5.png)
}

#ASUS-features .package__section.package__2 .package__wrap__3 .col.inner__img__6 {
    background-image: url(images/package-img-2-6.png)
}

#ASUS-features .package__section.package__2 .package__wrap__4 .col.inner__img__7 {
    background-image: url(images/package-img-2-7.png)
}

#ASUS-features .package__section.package__2 figure {
    padding-top: calc(100% * 1.544);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #1A1C20
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section.package__2 figure {
        padding-top: calc(100% * 1.635)
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__2 figure {
        padding-top: calc(100% * 1.944)
    }
}

#ASUS-features .package__section.package__2 figure.inner__img__1 {
    background-image: url(images/package-img-2-1.png)
}

#ASUS-features .package__section.package__2 figure.inner__img__2 {
    background-image: url(images/package-img-2-2.png)
}

#ASUS-features .package__section.package__2 figure.inner__img__3 {
    background-image: url(images/package-img-2-3.png)
}

#ASUS-features .package__section.package__2 figure.inner__img__4 {
    background-image: url(images/package-img-2-4.png)
}

#ASUS-features .package__section.package__2 figure.inner__img__5 {
    background-image: url(images/package-img-2-5.png)
}

#ASUS-features .package__section.package__2 figure.inner__img__6 {
    background-image: url(images/package-img-2-6.png)
}

#ASUS-features .package__section.package__2 figure.inner__img__7 {
    background-image: url(images/package-img-2-7.png)
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4.media-small {
        height: 745px
    }
    #ASUS-features .package__section.package__4.media-small .flex-block>div {
        height: 745px
    }
    #ASUS-features .package__section.package__4.media-small .flex-block>div:last-child .col {
        height: 705px
    }
}

#ASUS-features .package__section.package__4 .wd-content {
    margin-top: 0
}

#ASUS-features .package__section.package__4 .package__wrap__1>div:first-child .col {
    padding: 570px 50px 125px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:first-child .col {
        padding: 430px 30px 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:first-child .col {
        padding-bottom: 30px
    }
}

#ASUS-features .package__section.package__4 .package__wrap__1>div:first-child .col .content__text {
    margin-bottom: 40px
}

#ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col {
    padding-top: 570px;
    padding-left: 48px;
    padding-right: 53px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col {
        padding-top: 430px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col {
        padding-top: 550px;
        padding-right: 45px;
        padding-left: 45px;
        height: 100%
    }
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col .content__text {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col {
        height: 642px;
        padding: 385px 20px 20px
    }
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col .content__text {
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col {
        padding-top: 80vw
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 430px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 550px;
        padding-right: 45px;
        padding-left: 45px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding: 385px 20px 20px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__1>div:last-child .col.inner__img__2 {
        padding-top: 80vw
    }
}

#ASUS-features .package__section.package__4 .package__wrap__1 .col.inner__img__1 {
    background-image: url(images/package-img-4-1.png)
}

#ASUS-features .package__section.package__4 .package__wrap__1 .col.inner__img__2 {
    background-image: url(images/package-img-4-2.png)
}

#ASUS-features .package__section.package__4 .package__wrap__2>div:first-child .col {
    padding: 570px 49px 125px 50px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:first-child .col {
        padding: 430px 30px 100px
    }
}

#ASUS-features .package__section.package__4 .package__wrap__2>div:first-child .col .content__text {
    margin-bottom: 40px
}

#ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col {
    padding-top: 570px;
    padding-left: 45px;
    padding-right: 81px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col {
        padding-top: 430px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col {
        padding-top: 550px;
        padding-right: 45px;
        padding-left: 45px;
        height: 100%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col {
        height: 642px;
        padding: 385px 20px 20px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col {
        padding-top: 80vw
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col.inner__img__4 {
        padding-top: 550px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col.inner__img__4 {
        padding-top: 385px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col.inner__img__4 {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__2>div:last-child .col.inner__img__4 {
        padding-top: 80vw
    }
}

#ASUS-features .package__section.package__4 .package__wrap__2 .col.inner__img__3 {
    background-image: url(images/package-img-4-3.png)
}

#ASUS-features .package__section.package__4 .package__wrap__2 .col.inner__img__4 {
    background-image: url(images/package-img-4-4.png)
}

#ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col {
    padding: 570px 81px 125px 45px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col {
        padding: 430px 30px 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col {
        padding-top: 550px;
        padding-right: 45px;
        padding-left: 45px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col {
        padding-top: 385px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col {
        padding-top: 80vw
    }
}

#ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col .content__text {
    margin-bottom: 40px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:first-child .col .content__text {
        padding-right: 0
    }
}

#ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col {
    padding-top: 570px;
    padding-left: 45px;
    padding-right: 81px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col {
        padding-top: 430px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col {
        padding-top: 550px;
        padding-right: 45px;
        padding-left: 45px;
        height: 100%
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col {
        height: 642px;
        padding: 385px 20px 20px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col {
        padding-top: 80vw
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__4 {
        padding-top: 550px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__4 {
        padding-top: 385px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__4 {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__3>div:last-child .col.inner__img__4 {
        padding-top: 80vw
    }
}

#ASUS-features .package__section.package__4 .package__wrap__3 .col.inner__img__5 {
    background-image: url(images/package-img-4-5.png)
}

#ASUS-features .package__section.package__4 .package__wrap__3 .col.inner__img__6 {
    background-image: url(images/package-img-4-6.png)
}

#ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col {
    padding: 570px 81px 125px 45px
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col {
        padding: 430px 30px 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col {
        padding-top: 550px;
        padding-right: 45px;
        padding-left: 45px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col {
        padding-top: 385px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col {
        padding-top: 70vw
    }
}

@media screen and (max-width: 374px) {
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col {
        padding-top: 80vw
    }
}

#ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col .content__text {
    margin-bottom: 40px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__4 .package__wrap__4>div:first-child .col .content__text {
        padding-right: 0
    }
}

#ASUS-features .package__section.package__4 .package__wrap__4 .col.inner__img__7 {
    background-image: url(images/package-img-4-7.png)
}

#ASUS-features .package__section.package__4 figure {
    padding-top: calc(100% * 1.544);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #1A1C20
}

@media screen and (max-width: 1600px) {
    #ASUS-features .package__section.package__4 figure {
        padding-top: calc(100% * 1.635)
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__4 figure {
        padding-top: calc(100% * 1.944);
        background-color: #1A1C20
    }
}

#ASUS-features .package__section.package__4 figure.inner__img__1 {
    background-image: url(images/package-img-4-1.png)
}

#ASUS-features .package__section.package__4 figure.inner__img__2 {
    background-image: url(images/package-img-4-2.png)
}

#ASUS-features .package__section.package__4 figure.inner__img__3 {
    background-image: url(images/package-img-4-3.png)
}

#ASUS-features .package__section.package__4 figure.inner__img__4 {
    background-image: url(images/package-img-4-4.png)
}

#ASUS-features .package__section.package__4 figure.inner__img__5 {
    background-image: url(images/package-img-4-5.png)
}

#ASUS-features .package__section.package__4 figure.inner__img__6 {
    background-image: url(images/package-img-4-6.png)
}

#ASUS-features .package__section.package__4 figure.inner__img__7 {
    background-image: url(images/package-img-4-7.png)
}

#ASUS-features .package__section.package__5 {
    margin-bottom: 0
}

#ASUS-features .package__section.package__5.media-large {
    height: 934px
}

#ASUS-features .package__section.package__5.media-small {
    height: 946px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5.media-small {
        height: 732px
    }
}

#ASUS-features .package__section.package__5.media-small .swiper-custom {
    height: 990px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5.media-small .swiper-custom {
        height: 100%
    }
}

#ASUS-features .package__section.package__5.media-small .swiper-container .swiper-pagination-bullet {
    width: 12vw
}

#ASUS-features .package__section.package__5 .content__feature {
    margin-bottom: 0
}

#ASUS-features .package__section.package__5 .col {
    background-color: #1A1C20;
    border-radius: 10px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__5 .col {
        height: 100%
    }
}

#ASUS-features .package__section.package__5 .flex-block>div {
    height: 942px
}

@media screen and (min-width: 1280px) {
    #ASUS-features .package__section.package__5 .flex-block>div {
        max-width: calc(50% - 7.5px)
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5 .flex-block>div {
        height: 692px
    }
}

#ASUS-features .package__section.package__5 .wd-content {
    margin-top: 0
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5 .content__title {
        width: 100%
    }
}

@media (max-width: 575px) {
    #ASUS-features .package__section.package__5 .content__title {
        margin-bottom: 0
    }
}

#ASUS-features .package__section.package__5 .content__text {
    font-size: 14px;
    line-height: 2
}

#ASUS-features .package__section.package__5 .package__wrap__1>div:first-child .col {
    padding: 540px 49px 177px 50px
}

@media (max-width: 1599px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:first-child .col {
        padding-top: 510px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:first-child .col {
        padding: 375px 30px 154px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:first-child .col {
        padding: 50px 30px 72px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:first-child .col {
        padding: 20px
    }
}

#ASUS-features .package__section.package__5 .package__wrap__1>div:first-child .col .content__text {
    margin-bottom: 40px
}

#ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col {
    padding: 540px 49px 50px 50px
}

@media (max-width: 1599px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col {
        padding-top: 510px
    }
}

@media (max-width: 1439px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col {
        padding: 375px 30px 71px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col {
        padding: 50px 30px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col {
        padding: 20px
    }
}

#ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col .content__text {
    margin-bottom: 30px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.package__5 .package__wrap__1>div:last-child .col .content__text {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__2 .inner__block>div {
        width: 50%
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__2 .inner__block:first-child {
        margin-bottom: 200px
    }
    #ASUS-features .package__section.inner__2 .inner__block:first-child>div:not(.inner__img__wrap)>div,
    #ASUS-features .package__section.inner__2 .inner__block:first-child>div:not(.inner__img__wrap) p {
        padding-left: 50px
    }
}

#ASUS-features .package__section.inner__2 .inner__block:first-child .content__text {
    max-width: 520px;
    margin-bottom: 15px
}

#ASUS-features .package__section.inner__2 .inner__block:first-child .content__disclaimer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:first-child .content__disclaimer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__text {
    margin-bottom: 15px
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__disclaimer {
    text-align: left;
    margin-bottom: 30px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__disclaimer {
        text-align: center;
        margin: 0 auto 30px;
        max-width: 538px
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature>div {
    text-align: left
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature>div {
        text-align: center
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature:first-child {
    margin-left: 0
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature:first-child {
        margin-left: 17px
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature .fix {
    margin-left: -4px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature .fix {
        margin-left: 0
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2) {
        text-align: center
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2)>div:not(.inner__img__wrap) {
        padding-left: 43px
    }
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(2)>div .content__text {
        max-width: 535px
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(3) {
    margin-bottom: 100px
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(3)>div:not(.inner__img__wrap)>div {
        padding-left: 50px
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(3) .content__text {
        max-width: 490.8px;
        padding-left: 50px
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(4) {
    margin-bottom: 80px
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(4)>div:not(.inner__img__wrap) {
        padding-left: 43px
    }
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(4)>div .content__text {
        max-width: 483.3px
    }
}

#ASUS-features .package__section.inner__2 .inner__block:nth-child(4) .content__text {
    max-width: 495px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 .inner__block:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}


/* error not fouand image */

#ASUS-features .package__section.inner__2 figure.inner__img__1 {
    background-image: url(images/cpu_amd.jpg);
    background-size: 1280px;
    padding-top: calc(100% / 1.148);
    background-position: left -125px center!important
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__1 {
        background-size: cover;
        background-position: left -40px center!important
    }
}

#ASUS-features .package__section.inner__2 figure.inner__img__2 {
    background: url(images/chart.jpg);
    background-size: 50%;
    padding-top: calc(100% / 2.18);
    background-position: top left -15px
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    #ASUS-features .package__section.inner__2 figure.inner__img__2 {
        background: url(images/chart@2x.jpg);
        background-size: 50%
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #ASUS-features .package__section.inner__2 figure.inner__img__2 {
        background: url(images/chart@2x.jpg);
        background-size: 50%
    }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__2 {
        background-position: top left -10px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__2 {
        background-position: center
    }
}

#ASUS-features .package__section.inner__2 figure.inner__img__3 {
    background-image: url(images/performance_inner.png);
    background-size: 440px;
    background-repeat: no-repeat!important;
    background-position: left 75px center!important;
    padding-top: calc(100% / 3.06)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__3 {
        background-position: center!important
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__3 {
        background-size: 60%;
        background-position: center bottom
    }
}

#ASUS-features .package__section.inner__2 figure.inner__img__4 {
    background-image: url(images/high-speedssdstorage.jpg);
    background-size: 1366px;
    padding-top: calc(100% / 1.379);
    background-position: left -53px center!important;
    background-size: 1366px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__4 {
        background-size: 1140px;
        background-position: left 45px top 60px!important
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__4 {
        background-size: cover;
        background-position: left 27px center!important
    }
}

#ASUS-features .package__section.inner__2 figure.inner__img__5 {
    background-image: url(images/performance_inner_memory.png);
    background-size: 768px;
    background-position: left -90px center!important;
    padding-top: calc(100% / 1.379)
}


/* end */

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__5 {
        background-position: left -25px center!important;
        background-size: 660px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__2 figure.inner__img__5 {
        background-size: cover;
        background-position: left 5px center!important
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__4 .inner__block>div {
        width: 50%
    }
}

#ASUS-features .package__section.inner__4 .inner__block:first-child {
    margin-bottom: 120px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:first-child {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:first-child .content__title,
    #ASUS-features .package__section.inner__4 .inner__block:first-child .content__text {
        max-width: 100%
    }
}

#ASUS-features .package__section.inner__4 .inner__block:first-child .content__title {
    margin-bottom: 20px
}

#ASUS-features .package__section.inner__4 .inner__block:first-child .content__text {
    margin-bottom: 15px;
    max-width: 578px
}

#ASUS-features .package__section.inner__4 .inner__block:first-child .content__disclaimer {
    max-width: 530px;
    text-align: left
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:first-child .content__disclaimer {
        text-align: center;
        margin: 0 auto 75px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:first-child .content__disclaimer {
        margin: 0 auto 35px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(2) {
    margin-bottom: 120px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(2) {
        margin-bottom: 100px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(2)>div:not(.inner__img__wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(2)>div:not(.inner__img__wrap) {
        padding-left: 65px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(2)>div:not(.inner__img__wrap) .content__title {
        margin: 0 auto 20px
    }
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(2)>div:not(.inner__img__wrap) .content__text {
        max-width: 529px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(3) {
    margin-bottom: 200px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(3) {
        margin-bottom: 100px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(3)>div:not(.inner__img__wrap) .content__title,
#ASUS-features .package__section.inner__4 .inner__block:nth-child(3)>div:not(.inner__img__wrap) .content__text {
    max-width: 470px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(3)>div:not(.inner__img__wrap) .content__title {
        margin: 0 auto 20px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(4)>div {
    width: 100%
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(4) .content__title,
#ASUS-features .package__section.inner__4 .inner__block:nth-child(4) .content__text {
    text-align: center
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(4) .content__title {
    margin: 0 auto 20px
}

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(4) .content__text {
        max-width: 1080px;
        margin: 0 auto 35px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(5) {
    margin-bottom: 180px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(5) {
        margin-bottom: 100px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(5)>div:not(.inner__img__wrap) .content__title,
#ASUS-features .package__section.inner__4 .inner__block:nth-child(5)>div:not(.inner__img__wrap) .content__text {
    max-width: 470px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(5)>div:not(.inner__img__wrap) .content__title {
        margin: 0 auto 20px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(6) {
    margin-bottom: 80px
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(6)>div {
    width: 100%
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .content__title,
#ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .content__text {
    max-width: 780px;
    text-align: center;
    margin: 0 auto
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .content__title {
    margin-bottom: 30px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .content__text {
        margin-bottom: 70px
    }
}

#ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .inner__img__wrap {
    width: 940px;
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .inner__img__wrap {
        width: 620px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__4 .inner__block:nth-child(6) .inner__img__wrap {
        width: 100%
    }
}

#ASUS-features .package__section.inner__4 figure.inner__img__1 {
    background-image: url(images/liquid_metal.jpg);
    padding-top: calc(100% / 1.395)
}

#ASUS-features .package__section.inner__4 figure.inner__img__2 {
    background-image: url(images/scenario_profile.jpg);
    padding-top: calc(100% / 2.375)
}

#ASUS-features .package__section.inner__4 figure.inner__img__3 {
    background-image: url(images/ultrathin_fins.png);
    padding-top: calc(100% / 1.945)
}

#ASUS-features .package__section.inner__4 figure.inner__img__4 {
    background-image: url(images/inner_fins.jpg);
    padding-top: calc(100% / 1.286);
    background-size: cover;
    background-position: left -48px center
}

#ASUS-features .package__section.inner__4 figure.inner__img__5 {
    background-image: url(images/innerpower.png);
    padding-top: calc(100% / 1.917)
}

#ASUS-features .package__section.inner__4 figure.inner__img__6 {
    background-image: url(images/chart.jpg);
    padding-top: calc(100% / 1.167)
}


/* end2
 */

@media screen and (min-width: 1281px) {
    #ASUS-features .package__section.inner__6 .inner__block>div {
        width: 50%
    }
}

#ASUS-features .package__section.inner__6 .inner__block .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 100
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block .dot {
        width: 5px;
        height: 5px
    }
}

#ASUS-features .package__section.inner__6 .inner__block .dot::after {
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 100
}

#ASUS-features .package__section.inner__6 .inner__block .dot span {
    position: absolute;
    white-space: nowrap;
    color: #fff
}

#ASUS-features .package__section.inner__6 .inner__block:first-child .content__text {
    max-width: 518px;
    margin-bottom: 50px
}

#ASUS-features .package__section.inner__6 .inner__block:first-child .content__text span {
    display: block;
    margin-bottom: 15px
}

#ASUS-features .package__section.inner__6 .inner__block:first-child .content__text a {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: underline
}

#ASUS-features .package__section.inner__6 .inner__block:first-child .content__text a:hover {
    opacity: .75
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(2)>div:not(.inner__img__wrap) {
    max-width: 460px
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap {
    position: relative
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap {
        max-width: 320px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot {
    right: 86px;
    bottom: 150px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot {
        right: 145px;
        bottom: 145px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot {
        right: 43%;
        bottom: 71px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot::after {
    width: 70px;
    right: -70px;
    top: calc(50% - 1px)
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot::after {
        width: 25px;
        right: -25px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot span {
    right: -170px;
    top: -6px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot span {
        right: -132px;
        top: -7px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3)>div {
    width: 980px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3)>div {
        width: 620px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3)>div {
        width: 100%
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .content__title,
#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .content__text {
    text-align: center
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .content__title {
    margin: 0 auto 20px
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .content__text {
    margin-bottom: 75px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .content__text {
        margin-bottom: 35px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
    height: 654px;
    position: relative;
    margin-bottom: 50px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
        max-width: 320px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #fff;
    left: calc(50% - 2px);
    top: 0
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot {
    width: 10px;
    height: 10px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot {
        width: 7px;
        height: 7px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot::after {
    width: 25px;
    right: -25px;
    top: 4px
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot::after {
        top: 3.5px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 {
    right: 250px;
    top: 83px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 {
        right: 160px;
        top: 50px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 {
        right: 82px;
        top: 26px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 span {
    top: -10px;
    right: -83px;
    font-size: 22px;
    font-family: 'ROGFonts-Regular_ES', 'Microsoft JhengHei', 'sans-serif'
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 {
    right: 223px;
    top: 286px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 {
        right: 136px;
        top: 175px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 {
        right: 70px;
        top: 80px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::before {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px dashed #fff;
    position: absolute;
    left: -139px;
    top: -74px
}

@media screen and (min-width: 735px) and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::before {
        width: 80px;
        height: 80px;
        left: -66px;
        top: -39px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::before {
        width: 50px;
        height: 50px;
        left: -37px;
        top: -20px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::after {
        width: 1px;
        height: 40px;
        top: 4.5px;
        right: 3px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 span {
    top: -10px;
    right: -157px;
    font-size: 22px;
    font-family: 'ROGFonts-Regular_ES', 'Microsoft JhengHei', 'sans-serif'
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 span {
        top: 47px;
        right: -73px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
        height: 399.5px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
        height: 194px
    }
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap figure {
    position: absolute;
    width: 50%;
    left: 0;
    right: auto;
    background-size: cover
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap figure:first-child {
    background-position: left 0 center
}

#ASUS-features .package__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap figure:last-child {
    background-position: right 0 center;
    right: 0;
    left: auto
}

#ASUS-features .package__section.inner__6 figure.inner__img__1 {
    background-image: url(images/wi-fi6.jpg);
    padding-top: calc(100% / 3)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 figure.inner__img__1 {
        background-position: left -30px center
    }
}

#ASUS-features .package__section.inner__6 figure.inner__img__2 {
    background-image: url(images/Thunderbolt4.png);
    padding-top: calc(100% / 1.338)
}

@media screen and (max-width: 1280px) {
    #ASUS-features .package__section.inner__6 figure.inner__img__2 {
        background-position: -62px
    }
}

@media screen and (max-width: 735px) {
    #ASUS-features .package__section.inner__6 figure.inner__img__2 {
        background-position: left -94px center
    }
}

#ASUS-features .package__section.inner__6 figure.inner__img__4 {
    background-image: url(images/player_static.png);
    height: 100%
}

#ASUS-features .package__section.inner__6 figure.inner__img__5 {
    background-image: url(images/player.png);
    height: 100%
}

.section-video {
    width: 100%;
    height: 100%
}

.video-slide-container {
    position: relative;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .video-slide-container {
        height: 90%
    }
}

.video-slide-container video {
    height: 100%
}

@media screen and (max-width: 1024px) {
    .video-slide-container video {
        height: 60%;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@media screen and (max-width: 735px) {
    .video-slide-container video {
        height: 50%
    }
}

.video-slide-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none
}

.video-slide.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-slide.fade-in {
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms
}

.video-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 998;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 735px) {
    .video-pagination {
        bottom: -5%;
        width: 70vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.video-pagination .video-bullet {
    width: 140px;
    height: 5px;
    border-radius: 20px;
    background-color: grey;
    margin: 0 20px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (max-width: 735px) {
    .video-pagination .video-bullet {
        margin: 0;
        width: 22%;
        height: 3px
    }
}

.video-pagination .video-bullet.active::after {
    display: block;
    -webkit-animation: scaleRight 5s linear;
    animation: scaleRight 5s linear
}

.video-pagination .video-bullet::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    height: 5px;
    border-radius: 20px;
    display: none
}

@media screen and (max-width: 735px) {
    .video-pagination .video-bullet::after {
        height: 3px
    }
}

.video-pagination .video-bullet:hover {
    cursor: pointer;
    opacity: .7
}

#ASUS-features .ie11.inner__view {
    z-index: -1
}

#ASUS-features .ie11.inner__view.active {
    z-index: 9999
}

#ASUS-features .ie11.inner__view .inner__section .inner__progress__wrap .progress__frame span {
    background-image: none;
    color: #70C1DA
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__base {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    #ASUS-features .ie11 .section__base .section__wrap {
        margin-left: auto;
        margin-right: auto
    }
    #ASUS-features .ie11 .section__base .content__title {
        margin-left: auto;
        margin-right: auto
    }
}

#ASUS-features .ie11 .content__title.titleTarget {
    color: #fff
}

#ASUS-features .ie11 .section__2 .slider__wrap {
    width: 950px;
    margin: 100px auto
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__2 .slider__wrap {
        width: 600px
    }
}

#ASUS-features .ie11 .section__2 .slider__wrap>div {
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__2 .slider__wrap .content__title {
        font-size: 1.375em
    }
}

#ASUS-features .ie11 .section__2 .slider__wrap .content__text {
    max-width: 550px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__2 .slider__wrap .content__text {
        max-width: 350px
    }
}

#ASUS-features .ie11 .section__4 .section__wrap.__cooling .content__feature .feature__main {
    font-size: 2.1875em
}

#ASUS-features .ie11 .section__4 .loop__img {
    left: calc(50% - 961px)
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    #ASUS-features .ie11 .section__4 .loop__img {
        top: 10.6%
    }
}

@media screen and (max-width: 1600px) {
    #ASUS-features .ie11 .section__4 .loop__img {
        left: auto
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__4 .loop__img {
        left: calc(50% - 581px);
        background-position: left -290% top 75px
    }
}

#ASUS-features .ie11 .section__5 .icon__wrap .content__feature:nth-child(2),
#ASUS-features .ie11 .section__5 .icon__wrap .content__feature:nth-child(3) {
    width: 120px
}

#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .content__wrap {
    display: block
}

#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .content__text {
    margin: 0 auto 80px
}

#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .video__wrap {
    margin: 0 auto
}

#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .icon__wrap {
    margin: 0 auto
}

#ASUS-features .ie11 .section__5 .section__wrap.__mv .video__wrap {
    margin: -95px auto
}

#ASUS-features .ie11 .section__6.section__base {
    background-position: center 365px
}

@media screen and (max-width: 1600px) {
    #ASUS-features .ie11 .section__6.section__base {
        background-position: center 530px
    }
}

@media screen and (max-width: 1550px) {
    #ASUS-features .ie11 .section__6.section__base {
        background-position: center 685px
    }
}

@media screen and (max-width: 1366px) {
    #ASUS-features .ie11 .section__6.section__base {
        background-position: center 545px
    }
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__6.section__base {
        background-position: center 356px
    }
}

#ASUS-features .ie11 .section__6 .content__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#ASUS-features .ie11 .section__9 .navBarFrame {
    max-width: 1060px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__9 .navBarFrame {
        max-width: 940px
    }
}

#ASUS-features .ie11 .section__10.section__base {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ASUS-features .ie11 .section__10 .content__title {
    margin-left: 317px
}

@media screen and (max-width: 1280px) {
    #ASUS-features .ie11 .section__10 .content__title {
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
        font-size: 30px!important
    }
}

#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
    font-size: 30px!important
}

#ASUS-features .ProductOverviewAwardsContent__prodcutAwardWrapper__3fPgJ.ProductOverviewAwardsContent__prodcutMediaContainer__1pDvf {
    padding: 55px 0 26px
}

[data-dirtype=ltr] .ProductOverviewAwardsItem__rewardItem__XdJSB {
    margin-right: 10px;
    margin-left: 10px
}

[data-dirtype=ltr] .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-right: 10px;
    margin-left: 10px
}

#ASUS-features .ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
    font-size: 45px!important;
    font-family: 'robotocondensed-bold', 'Microsoft JhengHei', 'sans-serif'
}

[data-dirtype] .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    font-size: 45px!important;
    font-family: 'robotocondensed-bold', 'Microsoft JhengHei', 'sans-serif'
}

#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
    font-size: 45px!important;
    font-family: 'robotocondensed-bold', 'Microsoft JhengHei', 'sans-serif'
}

#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy {
    font-size: 45px!important;
    font-family: 'robotocondensed-bold', 'Microsoft JhengHei', 'sans-serif'
}

#ASUS-features .Product__specialOverviewAward__20I-_ {
    border-top: 1px solid #000
}


/* #ASUS-features .section__pd {
    height: 2120px
} */

@media all and (min-width: 1200px) and (max-width: 1280px) {
    #ASUS-features .section__pd {
        height: 2195px
    }
    #ASUS-features .beforeAward {
        height: 2195px
    }
}

@media all and (min-width: 736px) and (max-width: 1199px) {
    #ASUS-features .section__pd {
        height: 1570px
    }
    #ASUS-features .beforeAward {
        height: 1570px
    }
}

@media all and (min-width: 0px) and (max-width: 735px) {
    #ASUS-features .section__pd {
        height: 1560px
    }
    #ASUS-features .beforeAward {
        height: 1560px
    }
}

@media all and (min-width: 1920px) {
    #ASUS-features .section__kv .video__wrap video {
        min-height: 1080px
    }
}

@media all and (min-width: 737px) and (max-width: 1800px) {
    #ASUS-features .section__kv .video__wrap video {
        min-height: 959.13px
    }
}

@media all and (max-width: 736px) {
    #ASUS-features .section__kv .video__wrap video {
        min-height: 234px
    }
}