@charset 'utf-8';
@import url('https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css');

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}

.rs-wrapper * {
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}

::selection {
	background: #888;
	color: #ddd
}

.rs-wrapper {
    font-family: "Roboto", "Arial", sans-serif;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.rs-wrapper img {
    display: block;
    height: auto;
    border: none;
    max-width: 100%;
}
.rs-wrapper p{
    line-height: 1.6em;
    margin: 0.5em 0;
}

.rs-section{
    padding: 80px 0;
}
@media screen and (max-width: 600px) {
.rs-section{
    padding: 30px 0;
}
}

/*-------------general-------------------*/

.rs-title{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.5em 0 !important;
    padding: 0;
}
.rs-title span{
    position: relative;
    display: inline-block;
    position: relative;
}
.rs-title span b{
    position: relative;
    display: inline-block;
    position: relative;
}
.rs-title span b:before{
    content: '';
    display: block;
    width: 1em;
    height: 6px;
    background: #e26f1b;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.rs-title .accent{
    color: #0075d7;
}
h3 .accent{
    color: #0075d7;
}
@media screen and (max-width: 600px) {
.rs-title{
    font-size: 2em;
}
}

.rs-subtitle{
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
}
.rs-wrapper .note{
    color: #555;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
}


.rs-wrapper .rs-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.rs-wrapper .rs-inner{
    padding: 0 15px;
}
}


.rs-wrapper .main-tab{
	text-align: center;
	margin-top: 40px;
    margin-bottom: 30px;
}
.rs-wrapper .main-tab ul{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
	border-bottom: 1px solid #666;
}
.rs-wrapper .main-tab ul li{
	padding: 0 20px;
    margin-bottom: 0;
}
.rs-wrapper .main-tab ul li a{
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 1.3em;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
	border-bottom: 4px solid transparent;
}
.rs-wrapper .main-tab ul li a:hover{
	color: #0075d7;
}
.rs-wrapper .main-tab ul li a.active{
	border-color: #0075d7;
}


.rs-wrapper .main-tabcontent > div{
	display: none;
}
.rs-wrapper .main-tabcontent > div.active{
	display: block;
}


@media screen and (max-width: 767px) {
.rs-wrapper .main-tab ul li{
	padding: 0 5px;
}
.rs-wrapper .main-tab ul li a{
	font-size: 1em;
}
}
@media screen and (max-width: 450px) {
.rs-wrapper .main-tab ul li a{
    font-size: 0.8em;
}
}







.rs-wrapper .sub-tabcontent > div{
	display: none;
}
.rs-wrapper .sub-tabcontent > div.active{
	display: block;
}

.rs-wrapper .sub-tab{
	display: flex;
	text-align: center;
	justify-content: center;
	margin-top: 30px;
}
.rs-wrapper .sub-tab a{
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: 400;
	display: block;
	padding: 8px 25px;
	border: 1px solid #ccc;
}
.rs-wrapper .sub-tab a.active{
	color: #fff;
	background: #0075d7;
	border-color: #0075d7;
}


.rs-wrapper .btn-more{
	color: #fff;
	background: #0075d7;
	border-radius: 20px;
	display: inline-block;
	font-weight: 400;
	padding: 5px 30px 5px 18px;
	transition: all 0.2s;
	background: #0075d7 url(../img/arrow-right.png) calc(100% - 12px) center no-repeat;
	background-size: 8px auto;
    margin-top: 0.6em;
}
.rs-wrapper .btn-more:hover{
	background-color: #0088f9;
}


/*--pcie--*/
.rs-section-pcie{
    padding-top: 0;
}
.rs-section-pcie .main-text{
    text-align: center;
}
.rs-section-pcie .single-image img{
    margin: 0 auto;
    max-width: 100%;
}
/* spec */
.spec-wrapper{
    position: relative;
}
.spec-wrapper .image img{
    margin: 0 auto;
    width: 100%;
}
.spec-wrapper p{
    position: absolute;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.spec-wrapper p .number{
    background: #ff6600;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #000;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: bold;
    display: none;
}
.spec-wrapper .default{
}
.spec-wrapper .mobile{
    display: none;
}
.spec-wrapper .notes{
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}
.sub-tabcontent .notes{
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
}

.rs-wrapper .front-title{
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #e26f1b;
    margin-bottom: 2em;
    margin-top: 0.5em;
}
.rs-wrapper .front-title-alt{
    margin-bottom: 0.5em;
    margin-top: 2em;
}


/*front*/
.spec-wrapper.spec-front-1 .p1{ top: 87%;
    left: 18%;}
.spec-wrapper.spec-front-1 .p2{ top: 87%;
    left: 34%;}
.spec-wrapper.spec-front-1 .p3{ top: 87%;
    left: 80%;}
.spec-wrapper.spec-front-1 .p4{ top: 10%; left: 60%;}
.spec-wrapper.spec-front-1 .p5{ top: 96%; left: 60%;}
.spec-wrapper.spec-front-1 .p6{ top: 94%; left: 66%;}
.spec-wrapper.spec-front-1 .p7{ top: 90%; left: 72%;}
.spec-wrapper.spec-front-1 .p8{ top: 86%; left: 78%;}
.spec-wrapper.spec-front-1 .p9{ top: 10%; left: 10%;}
.spec-wrapper.spec-front-1 .p10{ top: 59%; left: 1%;}

.spec-wrapper.spec-front-2 .p1{ top: 72%; left: 2%;}
.spec-wrapper.spec-front-2 .p2{ top: 10%; left: 32%;}
.spec-wrapper.spec-front-2 .p3{ top: 10%; left: 73%;}

.spec-wrapper.spec-front-3 .p1{ top: 10%; left: 17%;}
.spec-wrapper.spec-front-3 .p2{ top: 10%; left: 43%;}
.spec-wrapper.spec-front-3 .p3{ top: 10%; left: 70%;}

.spec-wrapper.spec-front-4 .p1{ top: 10%; left: 17%;}
.spec-wrapper.spec-front-4 .p2{ top: 10%; left: 36%;}
.spec-wrapper.spec-front-4 .p3{ top: 10%; left: 63%;}

/*rear*/
.spec-wrapper.spec-rear-1 .p1{     top: 85%;
    left: 19%;}
.spec-wrapper.spec-rear-1 .p2{     top: 10%;
    left: 46%;}
.spec-wrapper.spec-rear-1 .p3{     top: 85%;
    left: 65%;}
.spec-wrapper.spec-rear-1 .p4{ top: 4%; left: 70%;}
.spec-wrapper.spec-rear-1 .p5{ top: 89%; left: 67%;}
.spec-wrapper.spec-rear-1 .p6{ top: 92%; left: 50%;}
.spec-wrapper.spec-rear-1 .p7{ top: 78%; left: 41%;}
.spec-wrapper.spec-rear-1 .p8{ top: 4%; left: 33%;}
.spec-wrapper.spec-rear-1 .p9{ top: 69%; left: 37%;}
.spec-wrapper.spec-rear-1 .p10{ top: 4%; left: 18%;}
.spec-wrapper.spec-rear-1 .p11{ top: 67%; left: 4%;}
.spec-wrapper.spec-rear-1 .p12{ top: 79%; left: 11%;}

.spec-wrapper.spec-rear-2 .p1{ top: 4%; left: 69%;}
.spec-wrapper.spec-rear-2 .p2{ top: 61%; left: 66%;}
.spec-wrapper.spec-rear-2 .p3{ top: 68.5%; left: 62%;}
.spec-wrapper.spec-rear-2 .p4{ top: 76.5%; left: 57%;}
.spec-wrapper.spec-rear-2 .p5{ top: 83.5%; left: 55%;}
.spec-wrapper.spec-rear-2 .p6{ top: 73%; left: 43%;}
.spec-wrapper.spec-rear-2 .p7{ top: 4%; left: 43%;}
.spec-wrapper.spec-rear-2 .p8{ top: 68.5%; left: 33%;}
.spec-wrapper.spec-rear-2 .p9{ top: 61%; left: 25%;}
.spec-wrapper.spec-rear-2 .p10{ top: 4%; left: 18%;}
.spec-wrapper.spec-rear-2 .p11{ top: 61%; left: 4%;}
.spec-wrapper.spec-rear-2 .p12{ top: 73%; left: 11%;}

/*system*/
.spec-wrapper.spec-system .p1{ top: 41%;
    left: 10%;
    width: 50%;
    max-width: 250px;}
.spec-wrapper.spec-system .p2{ top: 74%;
    left: 8%;
    width: 50%;
    max-width: 140px;}
.spec-wrapper.spec-system .p3{ top: 54%;
    left: 77%;}
.spec-wrapper.spec-system .p4{ top: 85.5%;
    left: 62%;}
.spec-wrapper.spec-system .p5{     top: 14%;
    left: 31%;width: 17%;}
.spec-wrapper.spec-system .p6{     top: 21.5%;
    left: 74.5%;}
.spec-wrapper.spec-system .p7{ top: 36%; left: 15%;}
.spec-wrapper.spec-system .p8{ top: 41%; left: 77%;}
.spec-wrapper.spec-system .p9{ top: 50%; left: 77%;}
.spec-wrapper.spec-system .p10{ top: 80.5%; left: 14%;}



@media (max-width: 1023px) {
.spec-wrapper{
    margin-top: 20px;
}
.spec-wrapper .default{
    display: none;
}
.spec-wrapper .mobile{
    display: block;
}
.spec-wrapper p .number{
    display: inline-block;
}
.spec-wrapper p{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin-bottom: 10px;
    max-width: inherit !important;
}
.spec-wrapper .notes{
    position: relative;
    bottom: auto;
    left: auto;
}
}


@media (max-width: 600px) {
.rs-wrapper .front-title{
    font-size: 1em;
}
}

.rs-section-benchmark{
    background: #f9f9f9;
}
/*--performance--*/

.rs-section-performance{
    background: #fff;
}
.rs-section-performance .main-tab{
    margin-bottom: 50px;
}
.rs-section-performance .performance-1{
    display: flex;
    flex-wrap: wrap;
}
.rs-section-performance .performance-1 .main-text{
    width: 55%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-performance .performance-1 .icon{
    margin-top: 30px;
}

.rs-section-performance .performance-1 .list{
    display: flex;
    flex-wrap: wrap;
    width: 45%;
}
.rs-section-performance .performance-1 .list .entry{
    width: 45%;
    margin: 2%;
    border: 1px solid #0075d7;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px;
}
.rs-section-performance .performance-1 .list .entry .inner{
}
.rs-section-performance .performance-1 .list .entry p{
	color: #0075d7;
	font-weight: 300;
    line-height: 1.6em;
}
.rs-section-performance .performance-1 .list .entry p .highligt{
	color: #0075d7;
    font-weight: 700;
    font-size: 1.2em;
}
.rs-section-performance .performance-1 .list .entry p .accent{
	color: #e26f1b;
    font-weight: 700;
}
.rs-section-performance .performance-1 .list .entry p .number{
	font-size: 2.5em;
    font-weight: 700;
}
.rs-section-performance .performance-1 .list .entry p .number2{
	font-size: 2.0em;
    font-weight: 700;
}
@media screen and (max-width: 1023px) {
.rs-section-performance .performance-1 .list .entry{
    width: 100%;
    margin: 0 0 3% 0;
}
}
@media screen and (max-width: 767px) {
.rs-section-performance .performance-1 .main-text{
    width: 100%;
    padding-right: 0;
}
.rs-section-performance .performance-1 .list{
    width: 100%;
}
}



.rs-section-performance .performance-2 .main-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/*--benchmark--*/

.rs-section-benchmark.alt{
    background: #f9f9f9;
}
.rs-section-benchmark .main-text{
    text-align: center;
}
.rs-section-benchmark .text{
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 0 auto;
}
.rs-section-benchmark .text h4 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
.rs-section-benchmark .note{
    text-align: center;
    max-width: 800px;
    margin: 50px auto 0 auto;
}
.rs-section-benchmark .list{
    max-width: 1000px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rs-section-benchmark .list img{
    display: block;
    margin: 0 auto;
}
.rs-section-benchmark .list .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 4%;
    position: relative;
    text-align: center;
}
.rs-section-benchmark .list .entry h3{
    font-weight: bold;
    font-size: 1.2em;
    margin: 1em 0 0.5em 0;
    padding: 0;
}
.rs-section-benchmark .list .entry:after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.rs-section-benchmark .list .entry:last-child:after{
    display: none;
}
@media screen and (max-width: 767px) {
.rs-section-benchmark .list .entry{
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.rs-section-benchmark .list .entry:after{
    display: none;
}
}




/*--storage--*/

.rs-section-storage{
}
.rs-section-storage .row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.rs-section-storage .row .list{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-storage .row .image{
    width: 50%;
}

.rs-section-storage .row .list .entry{
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
    padding: 10px;
}
.rs-section-storage .row .list .entry h4{
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 0;
}
.rs-section-storage .row .list .entry p{
    color: #555;
    font-weight: 300;
    transition: all 0.3s;
}
.rs-section-storage .row .list .note{
    margin-top: 20px;
}
.rs-section-storage .row .list .entry:hover{
    background: #0075d7;
    color: #fff;
}
.rs-section-storage .row .list .entry:hover p{
    color: #fff;
}

@media screen and (max-width: 767px) {
.rs-section-storage .row .list{
    width: 100%;
    padding-right: 0;
}
.rs-section-storage .row .image{
    width: 100%;
}
}






/*--features--*/

.rs-section-features{
	padding: 0;
}
.rs-section-features .entry .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.rs-section-features .entry .inner.reversed{
	flex-direction: row-reverse;
}
.rs-section-features .entry .inner .text{
    width: 50%;
    background: #ebebeb;
}
.rs-section-features .entry .inner .text .area{
    max-width: 700px;
    box-sizing: border-box;
    padding: 40px;
    float: right;
}
.rs-section-features .entry .inner .image{
    width: 50%;
}
.rs-section-features .entry .inner .image .area{
    max-width: 800px;
    box-sizing: border-box;
}


.rs-section-features .entry .inner.reversed .image .area{
    float: right;
}
.rs-section-features .entry .inner.reversed .text .area{
    float: none;
}

@media screen and (max-width: 768px) {
.rs-section-features .entry .inner .text{
    width: 100%;
}
.rs-section-features .entry .inner .image{
    width: 100%;
}
}

@media screen and (max-width: 500px) {
.rs-section-features .entry .inner .text .area{
    padding: 30px 20px;
}
}





/*--management--*/

.rs-section-management{
    background: #fff;
}
.rs-section-management .main-text{
    text-align: center;
}
.rs-section-management .row{
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.rs-section-management .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-management .row .image{
    width: 50%;
}

@media screen and (max-width: 767px) {
.rs-section-management .row .text{
    width: 100%;
    padding-right: 0%;
}
.rs-section-management .row .image{
    width: 100%;
}

}

/*--enhanced--*/

.rs-section-enhanced{
    background: #ededed;
}
.rs-section-enhanced .main-text{
    text-align: center;
}
.rs-section-enhanced .row{
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.rs-section-enhanced .row .text{
    width: 100%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-enhanced .row .image{
    width: 100%;
}
.rs-section-enhanced p.note{
    text-align: left;
}
@media screen and (max-width: 767px) {
.rs-section-enhanced .row .text{
    width: 100%;
    padding-right: 0%;
}
.rs-section-enhanced .row .image{
    width: 100%;
}

}



/*--security--*/

.rs-section-security{
    background: #000;
    padding: 0;
    position: relative;
}
.rs-section-security .main-text{
    text-align: center;
    background: #fff;
    padding: 50px 0 20px 0;
    position: relative;
    z-index: 1;
}
.rs-section-security .list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.rs-section-security .list .entry{
    width: 50%;
    box-sizing: border-box;
    padding-top: 200px;
    border-left: 1px solid #888;
}
.rs-section-security .list .entry:last-child{
    border-right: 1px solid #888;
}
.rs-section-security .list .text{
    color: #fff;
    box-sizing: border-box;
    padding: 20px 40px;
    opacity: 0.5;
    transition: all 0.5s;
}
.rs-section-security .list .entry.active .text{
    opacity: 1;
    transform: translateY(-10%);
}
.rs-section-security .list .text h3{
    font-weight: bold;
}
.rs-section-security .list .text h4{
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.rs-section-security .list .text .note{
    color: #fff;
}
.rs-section-security .list .text a{
    color: #fff;
    text-decoration: underline;
}

.rs-section-security .switch .entry{
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background: url(../img/security-1.webp) center no-repeat;
	background-size: cover;
	transition: opacity 1s;
	opacity: 0;
}
.rs-section-security .switch .entry:last-child{
	background-image: url(../img/security-2.webp);
}
.rs-section-security .switch .entry.active{
	opacity: 1;
}

@media screen and (max-width: 767px) {
.rs-section-security .list .entry{
    padding-top: 20px;
    width: 100%;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
}
.rs-section-security .list .text{
    opacity: 1;
}
.rs-section-security .list .entry.active .text{
    transform: translateY(0%);
}
}


/*--new content 20221024--*/

.rs-section-new-1{
    background: #f9f9f9;
}
.rs-section-new-1 .main-text {
  text-align: center;
}


.rs-section-new-1 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}
.rs-section-new-1 .list .entry{
    width: 16.66%;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 0px 10px 10px 30px;
    justify-content: space-between;
    flex-direction: column;
}
.rs-section-new-1 .list .entry h4{
    font-weight: normal;
    font-size: 0.9em;
    margin: 0 0 5px 0;
}
.rs-section-new-1 .list .entry p{
    font-weight: bold;
    margin: 0;
}
.rs-section-new-1 .list .entry p b{
    color: #e26f1b;
    font-size: 2em;
}
.rs-section-new-1 .rs-inner .row{
        margin: 100px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rs-section-new-1 .rs-inner .row.row-reverse{
    flex-direction: row-reverse;
}
.rs-section-new-1 .rs-inner .row.row-reverse .text {
    padding-right: 0%;
}
.rs-section-new-1 .rs-inner .row.row-reverse .image {
    padding-right: 5%;
}
.rs-section-new-1 .rs-inner .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
.rs-section-new-1 .rs-inner .row .text h3{
    margin-top: 0;
    margin-bottom: 0.3em;
    background: -webkit-linear-gradient(bottom, #094fcf 0%, #3781ff 100%);
    background: linear-gradient(to bottom, #094fcf 0%, #3781ff 100%);
        color: #fff;
    text-align: center;
    padding: 0.2em 1em 0.3em;
    font-size: 1.3em;
    border-radius: 8px;
    width: auto;
    display: inline-block;
}
.rs-section-new-1 .rs-inner .row .text h3 b{
    color: #fff;
    font-weight: 600;
}
.rs-section-new-1 .rs-inner .row .image{
    width: 50%;
}
.rs-section-new-1 .rs-inner .row .image img{
        border-radius: 15px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.2);
    padding: 5px;
    background: #fff;
    margin: 0 0 15px 0 !important;
}

@media screen and (max-width: 1023px) {
.rs-section-new-1 .list .entry{
    width: 33.33%;
}
}
@media screen and (max-width: 767px) {
    .rs-section-new-1 .rs-inner .row .text{
        width: 100%;
        padding-right: 0%;
    }
    .rs-section-new-1 .rs-inner .row .image{
        width: 100%;
    }

}
@media screen and (max-width: 600px) {
.rs-section-new-1 .list .entry{
    width: 50%;
}
}

/*20250613*/
.rs-section-new-0{
    background: #f9f9f9;
    
}
.rs-section-new-0 .main-text {
  text-align: center;
}


.rs-section-new-0 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.rs-section-new-0 .list .entry{
    width: 16.66%;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 0px 10px 10px 30px;
    justify-content: space-between;
    flex-direction: column;
}
.rs-section-new-0 .list .entry h4{
    font-weight: normal;
    font-size: 0.9em;
    margin: 0 0 5px 0;
}
.rs-section-new-0 .list .entry p{
    font-weight: bold;
    margin: 0;
}
.rs-section-new-0 .list .entry p b{
    color: #e26f1b;
    font-size: 2em;
}
@media screen and (max-width: 1023px) {
.rs-section-new-0 .list .entry{
    width: 33.33%;
}
}
@media screen and (max-width: 600px) {
.rs-section-new-0 .list .entry{
    width: 50%;
}
}

/**/
.rs-section-new-gpus{
    background: #fff;
    /* padding-bottom: 0; */
}
.rs-section-new-gpus .main-text {
  text-align: center;
}


.rs-section-new-gpus .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.rs-section-new-gpus .list .entry{
    width: 16.66%;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 0px 10px 10px 30px;
    justify-content: space-between;
    flex-direction: column;
}
.rs-section-new-gpus .list .entry h4{
    font-weight: normal;
    font-size: 0.9em;
    margin: 0 0 5px 0;
}
.rs-section-new-gpus .list .entry p{
    font-weight: bold;
    margin: 0;
}
.rs-section-new-gpus .list .entry p b{
    color: #e26f1b;
    font-size: 2em;
}
.rs-section-new-gpus .gif-container h3{
    background: #0075d7;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2em;
}
@media screen and (max-width: 1023px) {
.rs-section-new-gpus .list .entry{
    width: 33.33%;
}
}
@media screen and (max-width: 600px) {
.rs-section-new-gpus .list .entry{
    width: 50%;
}
}


.rs-section-new-2 .main-text {
  text-align: center;
}
.rs-section-new-2 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.rs-section-new-2 .list .entry{
    width: 33.33%;
    box-sizing: border-box;
    background: url(../img/arrow-up.webp) left top no-repeat;
    background-size: 35px auto;
    padding-left: 45px;
}
.rs-section-new-2 .list .entry.down{
    background-image: url(../img/arrow-down.webp);
}
.rs-section-new-2 .list .entry .number{
    font-weight: bold;
    font-size: 5em;
    margin: 0;
    color: #e26f1b;
    line-height: 1em;
}
.rs-section-new-2 .list .entry .number span{
    font-weight: normal;
    font-size: 0.4em;
}
.rs-section-new-2 .list .entry .desc{
    font-weight: bold;
    margin: -10px 0 0 0;
    line-height: 1em;
}
.rs-section-new-2 .note{
    max-width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
.rs-section-new-2 .list .entry .number{
    font-size: 3.5em;
}
.rs-section-new-2 .list .entry{
    background-size: 25px auto;
    padding-left: 35px;
}
}
@media screen and (max-width: 767px) {
.rs-section-new-2 .list .entry{
    width: 50%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
.rs-section-new-2 .list{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.rs-section-new-2 .list .entry{
    width: 100%;
}
}


.rs-section-new-3{
    background: url(../img/water.jpg) center top;
    background-size: cover;
}
.rs-section-new-3 .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rs-section-new-3 .list .entry{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 50px;
    text-align: center;
}
.rs-section-new-3 .list .entry .image img{
    display: block;
    margin: 0 auto;
}
.rs-section-new-3 .list .entry h4{
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}
.rs-section-new-3 .list .entry p{
}
.rs-section-new-3 .list .entry .icon{
    margin-top: 15px;
}
.rs-section-new-3 .list .entry .icon img{
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-width: 1023px) {
.rs-section-new-3 .list .entry{
    padding: 0px 30px;
}
}

@media screen and (max-width: 650px) {
.rs-section-new-3 .list .entry{
    width: 100%;
    margin-bottom: 30px;
}
}

/**/
.gif-btn-control{
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 40px;
  height: 40px;
  z-index: 11;
}
.gif-btn-control a{
  position: absolute;
  /* right: 20px;
  bottom: 20px; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  display: block;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  box-sizing: border-box;
  /*outline: none;*/ /*WCAG 2023*/
  cursor: pointer;
  background: url(https://dlcdnwebimgs.asus.com/files/media/488238AD-8516-4DF6-B456-E836746B45BF/v1/img/play-pause.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: -65px center;
  background-color: #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.gif-btn-control a:hover{
  opacity: 1;
}
.gif-btn-control a:active{
  opacity: 0.7;
}
.gif-btn-control a.play{
  background-position: 14px center;
}

.gif-btn-control .play-pause-button{
  position: absolute;
  /* right: 20px;
  bottom: 20px; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  display: block;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  box-sizing: border-box;
  /*outline: none;*/ /*WCAG 2023*/
  cursor: pointer;
  background: url(https://dlcdnwebimgs.asus.com/files/media/488238AD-8516-4DF6-B456-E836746B45BF/v1/img/play-pause.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: -65px center;
  background-color: #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.gif-btn-control .play-pause-button:hover{
  opacity: 1;
}
.gif-btn-control .play-pause-button:active{
  opacity: 0.7;
}
.gif-btn-control .play-pause-button.play{
  background-position: 14px center;
}



  /*gif control*/
  .gif-container{
          position: relative;
    min-height: auto;
    width: auto;
    display: inline-block;
  }
  .gif-container .gif{
      display: block !important;
  }
  .gif-container .gifstop{
      display: none !important;
  }
  .gif-container.pause .gif{
      display: none !important;
  }
  .gif-container.pause .gifstop{
      display: block !important;
  }
.gif_box.row{
    display: flex;
    margin:20px 0 0;
}
.gif_box.row .gif-container{
    margin: 0 18px;
    width: 50%;
}
.gif_box.row .gif-container h3{
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
}
.rs-section-new-0 .gif_box.row .gif-container h3{
    width: 100%;
    text-align: center;
    margin: 5px 0;
    font-size: 1.1em;
    color: #0073d1;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .gif_box.row{
        flex-direction: column;
    }
    .gif_box.row .gif-container{
        margin: 0 0px 20px;
        width: 100%;
    }
}

.rs-section h3{
    font-size: 1.6em;
}