@charset 'utf-8';






/*section : intelligent*/

#hd #tuf-division-intelligent{
    background: url(../img/bg-tuf-dot.png) 2% center no-repeat,
                url(../img/ruler2.png) 2% 10% no-repeat;
    background-attachment: fixed, fixed;
    background-size: 35% auto, 30px auto;
    position: relative;
}
#hd #tuf-division-intelligent .decor-spin{
    position: relative;
    float: left;
    margin-left: calc(50vw - 700px);
    margin-top: -100px;
}
@media screen and (max-width: 1300px) {    
#hd #tuf-division-intelligent{
    background: url(../img/bg-tuf-dot.png) 2% center no-repeat;
    background-attachment: fixed;
    background-size: 60% auto;
}
}

#hd .division-intelligent-1{
    margin-bottom: 100px;
    padding-top: 50px;
}
#hd .division-intelligent-2{
	margin-bottom: 100px;
}


#hd .division-intelligent-3{
    position: relative;
    background: url(../img/decor-ladder.png) -5% 98% no-repeat;
    background-size: auto 160px;
    padding-bottom: 50px;
}
#hd .division-intelligent-3:before{
    background: url(../img/decor-gap.png) center no-repeat;
    background-size: auto 100%;
    content: '';
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;*/
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    height: 14px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1800px) {    
#hd .division-intelligent-3{
    background: url(../img/decor-ladder.png) -15% 98% no-repeat;
    background-size: auto 110px;
}
}
@media screen and (max-width: 900px) {    
#hd .division-intelligent-3{
    background-size: auto 80px;
}
}


#hd .intelligent-solution{
    margin-top: 30px;
}
#hd .intelligent-solution .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#hd .intelligent-overclocking{
    margin-top: 30px;
}
#hd .intelligent-overclocking .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .intelligent-overclocking .highlight{
    color: #f39926 !important;
    cursor: pointer;
}
#hd .intelligent-overclocking .highlight:hover{
    text-decoration: underline;
}


#hd .intelligent-control{
    margin-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
}
#hd .intelligent-control .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .intelligent-control .bios{
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border-radius: 30px;
    margin: 0px 20px 50px 20px;
    align-items: center;
    position: relative;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(44,44,44,1) 90%);
}
#hd .intelligent-control .bios:after{
    display: block;
    width: 100px;
    height: 70px;
    position: absolute;
    right: -60px;
    bottom: -10px;
    content: '';
    background: url(../img/decor-cosmos.png) center center no-repeat;
    background-size: contain;
}
#hd .intelligent-control .bios .text{
    width: 50%;
    padding: 40px;
    position: relative;
}
#hd .intelligent-control .bios .image{
    width: 50%;
}
#hd .intelligent-control .bios .text .arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#hd .intelligent-control .card-deck .card-item{
    padding-top: 30px;
}
#hd .intelligent-control .card-deck .card-item .text{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
}

@media screen and (max-width: 850px) {    
#hd .intelligent-control .bios{
    padding: 30px;
    margin: 0px 0px 50px 0px;
}
#hd .intelligent-control .bios .text{
    padding: 0 0 40px 30px;
}
}
@media screen and (max-width: 500px) {    
#hd .intelligent-control .bios .image{
    width: 100%;
    margin-bottom: 30px;
}
#hd .intelligent-control .bios .text{
    width: 100%;
    padding: 0;
}
}







/*section : performance*/





#hd .division-performance-1{
	padding-bottom: 100px;
	padding-top: 100px;
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0.25), rgba(255,255,255,0.15));*/
}
#hd .division-performance-1 .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#hd .division-performance-1 .performance-power-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1%;
}
#hd .division-performance-1 .performance-power-1 .text{
    width: 50%;
    padding-left: 40px;
}
#hd .division-performance-1 .performance-power-1 .text .division-head-text{
    text-align: left;
    padding: 0;
}
#hd .division-performance-1 .performance-power-1 .image{
    width: 50%;
}


#hd .division-performance-1 .performance-power-1 .feature{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 15px;
}
#hd .division-performance-1 .performance-power-1 .feature .entry{
    width: 33.33%;
    color: #f39926;
    text-align: center;
}
#hd .division-performance-1 .performance-power-1 .feature .entry p:first-child{
	margin: 0;
	line-height: 1em;
	font-size: 2.5em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-performance-1 .performance-power-1 .feature .entry p:nth-child(2){
	margin: 0;
	line-height: 1em;
	font-size: 1.3em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-performance-1 .performance-power-1 .feature .entry p:nth-child(3){
	margin: 0;
	line-height: 1em;
	font-size: 0.9em;
}

    
@media screen and (max-width: 767px) {    
#hd .division-performance-1 .performance-power-1 .text{
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
#hd .division-performance-1 .performance-power-1 .image{
    width: 100%;
}
}











#hd .division-performance-1 .performance-power-2 .list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 60px;
}
#hd .division-performance-1 .performance-power-2 .list .entry{
    width: 23%;
    margin: 0 1% 5% 1%;
    padding: 30px 20px 50px 20px;
    border: 1px solid #000;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #000;
    overflow: hidden;
    background-size: 20px;
    position: relative;
}
#hd .division-performance-1 .performance-power-2 .list .image{
    max-width: 180px;
    margin: 0 auto;
}
#hd .division-performance-1 .performance-power-2 .list .title-mini{
    font-size: 1.5em;
}
#hd .division-performance-1 .performance-power-2 .list .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    z-index: 3;
}
#hd .division-performance-1 .performance-power-2 .list .default-arrow:before{
    transform: rotate(0deg);
    background: url(../img/add.png) center no-repeat;
    background-size: 50%;
}

#hd .division-performance-1 .performance-power-2 .list .default-arrow:hover{
}
#hd .division-performance-1 .performance-power-2 .list .default-arrow.close{
    transform: rotate(45deg);
}

#hd .division-performance-1 .performance-power-2 .list .entry .flip{
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #222;
    background: linear-gradient(to bottom, #222, #000);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(0deg);
}
#hd .division-performance-1 .performance-power-2 .list .entry .flip.active{
    left: 0%;
    top: 0%;
    opacity: 1;
    transform: rotate(0deg);
}
#hd .division-performance-1 .performance-power-2 .list .entry .flip .flip-inner{
    padding: 20px;
    color: #fff;
}


@media screen and (max-width: 900px) {    
#hd .division-performance-1 .performance-power-2 .list .entry{
    width: 48%;
}
}

@media screen and (max-width: 500px) {    
#hd .division-performance-1 .performance-power-2 .list .entry{
    width: 100%;
}
}







#hd .division-performance-2{
	padding-bottom: 100px;
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0.25), rgba(255,255,255,0.15));*/
}
#hd .performance-memorystorage{
    max-width: 1100px;
    padding: 0 20px;
    margin: 30px auto 0 auto;
}
#hd .performance-memorystorage .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /*height: 100%;*/
}
#hd .performance-memorystorage .column{
    width: 48%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}
#hd .performance-memorystorage .column.full{
    width: 98%;
}
#hd .performance-memorystorage .item{
    border: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
    overflow: hidden;
    position: relative;
    background: url(../img/corner.png) 10px 10px no-repeat;
    background-size: 20px;
    align-items: stretch;
    margin-bottom: 20px;
    height: 100%;
}
#hd .performance-memorystorage .item.flex-h{
    flex-direction: row;
}
#hd .performance-memorystorage .item.flex-h .text{
    width: 50%;
    padding-right: 0;
    padding-bottom: 10px;
}
#hd .performance-memorystorage .item.flex-h .image{
    width: 50%;
}
#hd .performance-memorystorage .item .text{
    padding: 40px;
}
#hd .performance-memorystorage .item .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}
#hd .performance-memorystorage .figure-pcie {
	max-width: 450px;
	margin-top: 30px;
}

@media screen and (max-width: 1023px) {    
#hd .performance-memorystorage .column{
    width: 98%;
}
}

@media screen and (max-width: 767px) {    
#hd .performance-memorystorage .item{
    height: inherit;
}
#hd .performance-memorystorage .item.flex-h .text{
    width: 100%;
    padding-right: 20px;
}
#hd .performance-memorystorage .item.flex-h .image{
    width: 100%;
}
}








#hd .division-performance-3{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/performance/bg-stripe.jpg) center top repeat-x;
    background-size: 100% auto;
}
#hd .division-performance-3 .performance-coolerdesign{
    max-width: 1200px;
    padding: 0 20px;
    margin: 30px auto 0 auto;
}
#hd .division-performance-3 .image-wrapper{
    position: relative;
}
#hd .division-performance-3 .image-wrapper .entry{
    position: absolute;
    font-size: 1.5em;
    border: 1px solid #888;
    box-sizing: border-box;
    transition: all 0.2s;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-performance-3 .image-wrapper .entry a{
    padding: 8px 20px 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    color: #f39926 !important;
}
#hd .division-performance-3 .image-wrapper .entry:hover{
    border-color: #f39926;
}
#hd .division-performance-3 .image-wrapper .entry:hover a{
    color: #fff !important;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(1){
    right: 74%;
    top: 18%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(2){
    right: 75%;
    top: 50%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3){
    right: 63%;
    top: 80%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(4){
    right: 57%;
    top: 90%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(5){
    left: 68%;
    top: 64%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(6){
    left: 57%;
    top: 29%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(7){
    left: 68%;
    top: 3%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(8){
    left: 75%;
    top: 90%;
}
/*20230906*/
/*
#hd .division-performance-3 .image-wrapper .entry:nth-child(3):after{
    display: block;
    width: 30px;
    height: 60px;
    position: absolute;
    right: -17px;
    top: -10px;
    content: '';
    background: url(../img/lightning.png) center center no-repeat;
    background-size: cover;
}
*/


#hd .division-performance-3 .image-wrapper .entry a::before {
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    right: -4px;
    top: -4px;
    background: url(../img/subnav-corner-light.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.2s;
    z-index: 2;
}
#hd .division-performance-3 .image-wrapper .entry a::after {
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    left: -4px;
    bottom: -4px;
    background: url(../img/subnav-corner-light.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.2s;
    z-index: 2;
}
#hd .division-performance-3 .image-wrapper .entry:hover a::before {
    right: -8px;
    top: -8px;
}
#hd .division-performance-3 .image-wrapper .entry:hover a::after {
    left: -8px;
    bottom: -8px;
}



@media screen and (min-width: 2500px) {    
#hd .division-performance-3 .image-wrapper .entry{
    font-size: 1.4em;
}
}

@media screen and (max-width: 1280px) {    
#hd .division-performance-3 .image-wrapper img{
    111max-width: 280px;
}
#hd .division-performance-3 .image-wrapper .entry{
    font-size: 1.2em;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(1){
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(2){
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3){
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(4){
}
}

@media screen and (max-width: 600px) {    
#hd .division-performance-3 .image-wrapper .entry{
    font-size: 1em;
    padding: 4px 10px 2px 10px;
}
#hd .division-performance-3 .image-wrapper .entry a{
    padding: 0px;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3):after{
    width: 20px;
    height: 40px;
    right: -5px;
}
}








#hd .division-performance-4{
	padding: 100px 0;
    background: url(../img/performance/bg-stripe.jpg) center repeat-x;
    background-size: 100% auto;
}
#hd .division-performance-4 .inner{
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px 50px;
    border-radius: 30px;
    background: rgba(40,40,40,0.8);
}
#hd .division-performance-4 .text{
    width: 50%;
    padding-right: 20px;
}
#hd .division-performance-4 .text .division-head-text{
    text-align: left;
    padding: 0;
}
#hd .division-performance-4 .image{
    width: 50%;
}
#hd .division-performance-4 .image .note{
    text-align: right;
    margin-top: 10px;
}
    
@media screen and (max-width: 767px) {    
#hd .division-performance-4{
	padding: 0;
}
#hd .division-performance-4 .inner{
    padding: 50px 30px;
    border-radius: 0px;
}
#hd .division-performance-4 .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-performance-4 .image{
    width: 100%;
}
}





#hd .division-performance-5{
	margin-bottom: 100px;
	padding: 100px 0;
    background: url(../img/performance/bg-stripe.jpg) center bottom repeat-x;
    background-size: 100% auto;
}
#hd .division-performance-5 .grid-wrapper{
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 20px;
}
#hd .division-performance-5 .iconset{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
#hd .division-performance-5 .iconset img{
    height: 90px;
    display: block;
    margin: 0 10px;
}


#hd .performance-connectivity .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
    width: 100%;
}
#hd .performance-connectivity .item{
    width: 48%;
    margin: 0 1% 20px 1%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
    overflow: hidden;
    position: relative;
    background-color: rgba(40,40,40,0.8);
    align-items: stretch;
    padding: 40px;
    box-sizing: border-box;
}
#hd .performance-connectivity .item.full{
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}
#hd .performance-connectivity .item.full .text{
    width: 50%;
    padding-left: 30px;
}
#hd .performance-connectivity .item.full .image{
    width: 50%;
}

@media screen and (max-width: 950px) {    
#hd .performance-connectivity .item{
    width: 100%;
    margin: 0 0 20px 0;
}
}
@media screen and (max-width: 767px) {    
#hd .performance-connectivity .item{
    padding: 20px;
}
#hd .performance-connectivity .item.full .text{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}
#hd .performance-connectivity .item.full .image{
    width: 100%;
}
}








#hd .division-diy-1{
	margin-bottom: 100px;
}
#hd .diy-solution .row{
    display: flex;
    max-width: 1000px;
    min-height: 385px;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(145deg, #222, #333 90%);
}
#hd .diy-solution .row .text{
    width: 45%;
    box-sizing: border-box;
    padding-left: 30px;
}
#hd .diy-solution .row .video{
    width: 55%;
    position: relative;
}
#hd .diy-solution .row .video video{
    width: 100%;
}
#hd .diy-solution .row .image{
    width: 55%;
    position: relative;
}
#hd .diy-solution .row .image img{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1280px) {    
#hd .diy-solution .row{
    max-width: 900px;
}
}
@media screen and (max-width: 950px) {    
#hd .diy-solution .row{
    margin: 0 20px;
}
}
@media screen and (max-width: 767px) {    
#hd .diy-solution .row{
    padding: 50px 30px;
}
#hd .diy-solution .row .text{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}
#hd .diy-solution .row .image{
    width: 100%;
}
#hd .diy-solution .row .video{
    width: 100%;
}
}






#hd .division-diy-2 .diy-protection{
}
#hd .division-diy-2 .diy-protection .swiper-rdc{
    padding-left: 15px;
    padding-right: 15px;
}
#hd .division-diy-2 .swiper-slide-rdc{
    /*max-width: 500px;*/
}
#hd .division-diy-2 .swiper-diy-box{
    border: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    background: url(../img/corner.png) 10px 10px no-repeat;
    background-size: 20px;
    min-height: 520px;
    height: 100%;
}
#hd .division-diy-2 .swiper-diy-box .text{
    padding: 20px 30px 0px 30px;
}
#hd .division-diy-2 .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}



#hd .back-io{
    position: relative;
}
#hd .back-io .figure{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20%;
    box-sizing: border-box;
}
#hd .back-io .figure .item{
    width: 50%;
    text-align: center;
}
#hd .back-io .figure .number{
    font-size: 6em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #ff9e1b;
    margin-bottom: 0;
    line-height: 1em;
}
@media screen and (min-width: 2000px) {    
#hd .division-diy-2 .swiper-diy-box{
    height: 600px;
}
#hd .division-diy-2 .swiper-diy-box .image{
    width: 450px;
    margin: 0 auto;
}
}
@media screen and (max-width: 1300px) {    
#hd .back-io .figure .number{
    font-size: 3em;
}
}
@media screen and (max-width: 500px) {    
#hd .back-io .figure .number{
    font-size: 2em;
}
}





#hd .division-diy-3{
	padding-top: 100px;
}
#hd .division-diy-3 .diy-build{
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
#hd .division-diy-3 .diy-build .division-head-text{
	width: 35%;
	position: absolute;
	left: 5%;
	top: 2%;
	text-align: left;
	padding: 80px 50px;
	background: rgba(55,55,55,0.75);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
@media screen and (max-width: 1023px) {    
#hd .division-diy-3 .diy-build .division-head-text{
	width: 90%;
	margin: 0 auto;
	position: relative;
	left: auto;
	top: auto;
	padding: 50px 30px;
}
}





#hd .gaming-networking{
    margin-top: 30px;
}
#hd .gaming-networking .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .gaming-networking .card-deck .card-item .image {
    padding: 0px;
}
#hd .gaming-networking .card-deck .card-item .title-mini {
    font-size: 2em;
}
#hd .gaming-networking .card-deck .card-item {
	padding-bottom: 0px;
}
#hd .gaming-networking .card-deck .card-item:nth-child(1) {
	background-color: #121212;
}
#hd .gaming-networking .card-deck .card-item:nth-child(2) {
	background-color: #121212;
}
#hd .gaming-networking .card-deck .card-item:nth-child(3) {
	background-color: #232323;
}
#hd .gaming-networking .default-arrow {
	background: #fff;
}
#hd .gaming-networking .default-arrow:hover {
	background: #f39926;
}











#hd .bg-room-light{
    background: #ccc url(../img/bg-room-light.jpg) center top no-repeat;
    background-size: cover;
}
#hd .bg-room-dark{
    background: url(../img/bg-room-dark.jpg) center top no-repeat;
    background-size: cover;
}
#hd .bg-room .tuf-title {
  color: #000;
}
#hd .bg-room .subnav ul li span {
  color: #000;
}
#hd .bg-room .subnav ul li.active span {
  background-color: rgba(0,0,0,0.1);
}
#hd .bg-room .subnav ul {
  border-bottom: 1px solid #000;
}


#hd .division-gaming-2{
	margin-bottom: 100px;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}
#hd .gaming-audio .row{
    display: flex;
    max-width: 1000px;
    min-height: 385px;
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #000;
}
#hd .gaming-audio .row .text{
    width: 45%;
    box-sizing: border-box;
    padding-left: 30px;
}
#hd .gaming-audio .row .text h4{
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .gaming-audio .row .video{
    width: 55%;
    position: relative;
}
#hd .gaming-audio .row .video video{
    width: 100%;
}
#hd .gaming-audio .row .image{
    width: 55%;
    position: relative;
}
#hd .gaming-audio .row .image img{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1280px) {    
#hd .gaming-audio .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .gaming-audio .row{
    padding: 50px 30px;
    margin: 15px;
}
#hd .gaming-audio .row .text{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}
#hd .gaming-audio .row .image{
    width: 100%;
}
#hd .gaming-audio .row .video{
    width: 100%;
}
}



#hd .gaming-audio .ui-list ul{
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
}
#hd .gaming-audio .ui-list li{
  width: 48%;
  margin: 0 2% 4% 0;
}







#hd .division-gaming-3{
	padding-bottom: 150px;
}
#hd .gaming-lighting{
    margin-top: 30px;
}
#hd .gaming-lighting .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .gaming-lighting .card-deck .card-item{
    background-color: rgba(0,0,0,0.4);
    border-color: #000;
}
#hd .gaming-lighting .aurasync{
    max-width: 200px;
    margin: 30px auto 0 auto;
}
#hd .gaming-lighting .rgb{
    margin: 20px auto 50px auto;
    padding: 0 30px !important;
}
#hd .gaming-lighting .rgb img{
    animation: aura 2s linear alternate infinite;
}
@-webkit-keyframes aura {
    0% {
    filter: hue-rotate(0.05turn);
    }
    100% {
    filter: hue-rotate(-0.05turn);
    }
}











/*-page-*/

#hd .tuf-page{
    position: fixed;
    background: rgba(0,0,0,1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11001; /*on top of asus header*/
    z-index: 100000; /*on top of asus header and scrollUp*/
    display: none;
}
#hd .tuf-page .page-main{
    width: 100vw;
    height: 100vh;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    overflow-y: scroll;
    padding: 100px 0;
}
#hd .tuf-page .page-box{
    width: 90%;
    padding: 0px 40px;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#hd .tuf-page .page-box .page-item{
    display: none;
}

@media screen and (max-width: 767px) {    
#hd .tuf-page .page-main{
    padding: 40px 0;
}
#hd .tuf-page .page-box{
    width: 100%;
    padding: 0px 25px;
}
}







#hd .tuf-page .btn-close{
    width: 150px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 25px;
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: calc(50vw - 75px);
    border: 2px solid #f39926;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #f39926;
    font-size: 1.5em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tuf-page .btn-close{
    width: 120px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 20px;
    display: block;
    position: fixed;
    bottom: 20px;
    left: calc(50vw - 60px);
    border: 2px solid #f39926;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    color: #f39926 !important;
    font-size: 1.3em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tuf-page .btn-close:hover{
    border-color: #fff;
    color: #fff !important;
}




#hd .tuf-page .page-content-wrapper{
    margin-bottom: 200px;
}
#hd .tuf-page .page-content-wrapper .title-text{
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 900px;
}
#hd .tuf-page .page-content-wrapper .default-image{
}



#hd .tuf-page .page-content-wrapper .subnav{
    margin-bottom: 30px;
}
#hd .tuf-page .page-content-wrapper .sub-content{
    /*max-width: 1000px;
    margin: 0 auto;*/
}
#hd .tuf-page .page-content-wrapper .sub-content .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .text{
    width: 50%;
    padding-left: 40px;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .image{
    width: 50%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .video{
    width: 50%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .video video{
    width: 100%;
}
@media screen and (max-width: 767px) {    
#hd .tuf-page .page-content-wrapper .sub-content .row .text{
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .image{
    width: 100%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .video{
    width: 100%;
}
}



#hd .tuf-page .page-content-wrapper .default-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .tuf-page .page-content-wrapper .default-row.reverse{
    flex-direction: row-reverse;
}
#hd .tuf-page .page-content-wrapper .default-column{
    width: 50%;
    padding: 30px;
}
#hd .tuf-page .page-content-wrapper .default-column .video{
}
#hd .tuf-page .page-content-wrapper .default-column .video video{
    width: 100%;
}
@media screen and (max-width: 767px) {    
#hd .tuf-page .page-content-wrapper .default-column{
    width: 100%;
}
}






#hd .tuf-page .page-performance-cooling .component-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image{
    width: 60%;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text{
    width: 40%;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text .box{
    border: 1px solid #f39926;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    background: url(../img/corner.png) 10px 10px no-repeat,
                url(../img/decor-zebra.png) 95% 10px no-repeat;
    background-size: 20px auto, 30% auto;
    padding: 80px 30px 50px 30px;
    min-height: 350px;
}

@media screen and (max-width: 767px) {    
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image{
    width: 100%;
    position: relative;
}
/*
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image:after{
    display: block;
    width: 1px;
}
*/
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text{
    width: 100%;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text .box{
    min-height: inherit;
}
}


#hd .tuf-page .page-diy-protection #page-diy-protection-2 .image{
    position: relative;
}
#hd .tuf-page .page-diy-protection #page-diy-protection-2 .sticker{
    border: 1px solid #ff9e1b;
    background: rgba(0,0,0,0.7);
    width: 60%;
    top: 62%;
    left: 0;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    position: absolute;
}
#hd .tuf-page .page-diy-protection #page-diy-protection-2 .sticker h4{
    font-size: 1.7em;
}
#hd .tuf-page .page-gaming-networking #page-gaming-networking-2 .note{
    color: #aaa;
    font-size: 0.8em;
    margin-top: 2em;
}



#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 45%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:last-child{
    width: 55%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 45%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:first-child{
    width: 45%;
    position: relative;
    z-index: 2;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:last-child{
    width: 55%;
    position: relative;
    z-index: 1;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .image img{
    width: 140%;
    max-width: 140%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .text{
    padding-bottom: 25%;
}

@media screen and (max-width: 767px) {    
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:last-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:first-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:last-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .image img{
    width: 100%;
    max-width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .text{
    padding-bottom: 0%;
}
}


#hd #page-gaming-networking-3 .figure-wrapper{
    margin-top: 30px;
    padding-top: 20px;
    border: 1px solid #555;
    padding: 30px 10px 10px 10px;
    overflow: hidden;
}
#hd #page-gaming-networking-3 .figure-wrapper h4{
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    margin: 0 0 0.3em 0;
}
#hd #page-gaming-networking-3 .figure-wrapper h5{
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}
#hd #page-gaming-networking-3 .figure-wrapper .note{
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
}
#hd #page-gaming-networking-3 .figure{
    display: flex;
    min-width: 300px;
    margin-top: 30px;
}
#hd #page-gaming-networking-3 .figure .item{
    width: 50%;
    flex-shrink: 1;
    text-align: center;
}
#hd #page-gaming-networking-3 .figure .number .lead{
    font-size: 4em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #ff9e1b;
    margin-bottom: 0;
    line-height: 1em;
}
#hd #page-gaming-networking-3 .figure .number .unit{
}
#hd #page-gaming-networking-3 .figure .name{
    font-weight: bold;
    font-size: 1.3em;
}
@media screen and (max-width: 900px) {    
#hd #page-gaming-networking-3 .figure .number .lead{
    font-size: 3em;
}
}
@media screen and (max-width: 650px) {    
#hd #page-gaming-networking-3 .figure .number .unit{
    font-size: 0.8em;
}
#hd #page-gaming-networking-3 .figure .name{
    font-size: 0.8em;
}
#hd #page-gaming-networking-3 .figure .entry{
    flex-wrap: wrap;
    text-align: center;
}
#hd #page-gaming-networking-3 .figure .icon{
    width: 100%;
    margin-bottom: 15px;
}
#hd #page-gaming-networking-3 .figure{
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
}
}















#hd .swiper-rdc .row{
    display: flex;
    /*max-width: 1000px;
    margin: 0 auto;*/
    padding: 20px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#hd .swiper-rdc .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}
#hd .swiper-rdc .row .image{
    width: 50%;
    position: relative;
}
#hd .swiper-rdc .row .image img{
    width: 100%;
    display: block;
}
#hd .swiper-rdc .row .video{
    width: 50%;
}
#hd .swiper-rdc .row .video video{
    width: 100%;
}
#hd .swiper-rdc .switch-taget-2 .row{
    align-items: flex-start;
}
#hd .swiper-rdc .row .entry{
    width: 50%;
    margin-bottom: 30px;
    padding: 0 30px;
    box-sizing: border-box;
}


#hd .switch{
    text-align: center;
    margin-bottom: 30px;
}
#hd .switch > div{
    width: 60px;
    height: 5px;
    background: #555;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.2s;
    cursor: pointer;
}
#hd .switch > div.active{
    background: #fff;
}

@media screen and (max-width: 767px) {    
#hd .swiper-rdc .row .text{
    width: 100%;
    padding-right: 0px;
}
#hd .swiper-rdc .row .image{
    width: 100%;
}
#hd .swiper-rdc .row .entry{
    width: 100%;
    padding: 0;
}
}




#hd .swiper-rdc .card{
    padding: 30px 40px 30px 40px;
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    min-height: 250px;
}




#hd #tuf-amd{
    padding: 50px 0;
}
#hd #tuf-amd .content-wrapper{
    background: url(../img/X800_series.jpg) 100% center no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 30px;
    overflow: hidden;
}
#hd #tuf-amd .content-wrapper img{
    display: none;
}
#hd #tuf-amd .content-wrapper .title-text{
    margin-left: 50%;
    max-width: 550px;
}
#hd #tuf-amd .credit{
    border-top: 1px solid #555;
}
#hd #tuf-amd .credit .inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 30px;
}
#hd #tuf-amd .credit p{
    margin: 0 0 1em 0;
    font-size: 0.9em;
}
@media screen and (max-width: 1700px) {    
#hd #tuf-amd .content-wrapper{
    background-position: center 50%;
    background-size: auto 90%;
}
}
@media screen and (max-width: 900px) {    
#hd #tuf-amd .content-wrapper{
    background: none;
    padding: 0px 30px 50px 30px;
}
#hd #tuf-amd .content-wrapper .title-text{
    margin: 0 auto;
    text-align: center;
    max-width: 95%;
}
#hd #tuf-amd .content-wrapper img{
    display: block;
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
}
#hd #tuf-amd .credit .inner{
    padding: 50px 30px;
}
}


