@charset "utf-8";
/* RealClear Digital, July 2015 */

/*************************General**********************************/

/* Color Chart - red : #cf121c */

body              { margin: 0; background: #000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                  }
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input, 
textarea,         { font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;}
input:focus, 
textarea:focus    { outline: none;}

.wrapper{
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.wrapper p{
    line-height: 1.5em;
}


.header{
    height: 70px;
    border-bottom: 1px solid #333;
    position: absolute;
    background: #000;
    width: 100%;
    top: 60px; /* for ASUS header */
    left: 0;
    z-index: 100;
}
@media screen and (max-width: 720px) {
.header{
    top: 40px; /* for ASUS header */
}
}
.header.sticky{ /* sticky header */
    position: fixed;
    top: 0;
}
.header-inner{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header .logo{
    height: 50px;
    padding-top: 10px;
}
.header .menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    height: 70px;
}
.header .menu li{
    margin: 0 10px 0 40px;
    padding: 0;
    float: left;
}
.header .menu li a{
    display: block;
    border-bottom: 4px solid #000;
    line-height: 70px;
    height: 66px;
    color: #bbb;
}
.header .menu li a:hover{
    color: #fff;
}
.header .menu li a.active{
    color: #fff;
    border-color: #cf121c;
}
.header .menu li a.icon-cart{
    background: url(../Image/UI/icon-cart.png) left center no-repeat;
    background-size: 25px;
    padding-left: 33px;
    padding-bottom: 0;
}

.header .burger-wrapper{
    display: none;
}
.header .burger{
    height: 40px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.header .burger-off{
    background-image: url(../Image/UI/burger-off.png);
    display: none;
}
.header .burger-on{
    background-image: url(../Image/UI/burger-on.png);
}
@media screen and (max-width: 1050px) {
.header .burger-wrapper{
    display: block;
}
.header .menu{
    float: none;
    position: fixed;
    right: -300px;
    top: 70px;
    background: #333;
    height: auto;
    z-index: 10;
}
.header .menu li{
    margin: 0;
    float: none;
    padding: 0 20px;
}
.header .menu li a{
    border-bottom: none;
    color: #bbb;
}
}


.main{
    margin: 70px auto 0 auto;
    max-width: 2000px;
}
/*** banner ***/
.main .banner{
    text-align: center;
    position: relative;
    width: 100%;
}

.hero{
    max-width: 2000px;
    max-height: 600px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.swiper-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-img-container{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1200px) {
.swiper-img-container{
    background-size: auto 100%;
}
}








.notice{
    color: #555;
    font-size: 0.8em;
}
.clear:after{
    content: '';
    clear: both;
    display: block;
}

/*** buy now ***/

.buy-now{
    background: url(../Image/UI/fuzzy-bg.jpg) center top no-repeat;
    padding: 60px 20px;
    text-align: center;
}
.buy-now .action{
    padding: 10px 40px;
    border: 1px solid #cf121c;
    color: #cf121c;
    font-size: 2.2em;
    text-transform: uppercase;
    background: #000;
    letter-spacing: 2px;
    box-shadow: 0px 1px 3px #000;
    transition: 0.2s;
    display: inline-block;
}
.buy-now .action:hover{
    box-shadow: 0px 1px 12px #000;
}


/*** back to top ***/

.backtotop{
    margin: 8px 0;
    padding: 0;
}
.backtotop a{
    background: url(../Image/UI/top.png) center center no-repeat;
    background-size: 70%;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    transition: 0.2s;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.backtotop a:hover{
    background-color: #111;
}




.footer .content{
    background-color: #1a1a1a;
    padding: 10px 20px 50px 20px;
}

.footer .social-links{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer .social-links li{
    margin: 0 5px 10px 5px;
    padding: 0;
    display: inline-block;
}
.footer .social-links li a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 40px;
    transition: 0.2s;
}
.footer .social-links li a:hover{
    background-color: #333;
}
.footer .social-links li a.facebook{ background-image: url(../Image/UI/icon-facebook.png);}
.footer .social-links li a.twitter{ background-image: url(../Image/UI/icon-twitter.png);}
.footer .social-links li a.instagram{ background-image: url(../Image/UI/icon-instagram.png);}
.footer .social-links li a.pinterest{ background-image: url(../Image/UI/icon-pinterest.png);}
.footer .social-links li a.youtube{ background-image: url(../Image/UI/icon-youtube.png);}
.footer .social-links li a.google{ background-image: url(../Image/UI/icon-googleplus.png);}
.footer .social-links li a.fbrog{ background-image: url(../Image/UI/icon-facebook-rog.png);}


.footer .copyright{
    max-width: 800px;
    margin: 50px auto 0 auto;
    color: #666;
    font-size: 0.8em;
    text-align: center;
}
.footer .copyright img{
    width: 150px;
    margin-bottom: 10px;
}

.footer .add-links{
    text-align: center;
    font-size: 0.8em;
    margin: 10px;
}
.footer .add-links a{
    color: #666;
    padding: 0 10px;
}
.footer .add-links a:hover{
    color: #aaa;
}


.belt{
    background: #cf121c;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px;
    font-weight: 300;
    font-size: 2em;
}


.sidenav{
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 100;
}
.sidenav a{
    width: 12px;
    height: 12px;
    background: #aaa;
    border-radius: 12px;
    display: block;
    position: relative;
    margin-bottom: 12px;
    transition: 0.3s;
}
.sidenav a:hover{
    background: #cf121c;
}
.sidenav a.active{
    background: #cf121c;
    height: 30px;
}
.sidenav a span{
    position: absolute;
    right: 20px;
    top: 1px;
    width: 15em;
    text-align: right;
    font-size: 0.8em;
    color: #cf121c;
    display: none;
}
.sidenav a:hover span{
    display: inline;
}

@media screen and (max-width: 700px) {
.sidenav{
    display: none;
}
}






/************************* home **********************************/


/*** home-intro ***/

.home-intro{
    background: url(../Image/UI/fuzzy-bg.jpg) center top no-repeat;
}
.home-intro-inner{
    max-width: 1200px;
    margin: 0 auto;
}
.home-intro .home-logo{
    width: 45%;
    margin-top: 10%;
    float: left;
    text-align: center;
}
.home-intro .home-logo img{
    max-width: 90%;
}
.home-intro .text{
    width: 55%;
    float: left;
    margin: 20px 0;
}
.home-intro .text h2{
    font-weight: normal;
    padding-right: 20px;
}
.home-intro .text p{
    padding-right: 20px;
}

@media screen and (max-width: 980px) {
.home-intro .home-logo{
    width: 100%;
}
.home-intro .text{
    width: 100%;
}
.home-intro .text h2{
    padding-left: 20px;
}
.home-intro .text p{
    padding-left: 20px;
}
}




/*** home-duet ***/

.home-duet .asset{
    width: 50%;
    float: left;
    position: relative;
    border-bottom: 1px solid #666;
    box-sizing: border-box;
}
.home-duet .asset:first-child{
    border-right: 1px solid #666;
}
.home-duet .asset .img img{
    max-width: 100%;
    display: block;
    float: right;
}
.home-duet .text{
    position: absolute;
    width: 70%;
    box-sizing: border-box;
    padding-left: 20px;
    max-width: 400px;
    height: 100%;
    padding-right: 10px;
    background: rgba(0,0,0,0.7);
}
.home-duet .text h3{
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 40px;
}
.home-duet .text p{
    font-size: 1em;
}

.home-duet .text h3:after{
    content: '';
    width: 100px;
    height: 4px;
    background: #7f0b11;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 1400px){
.home-duet{
    padding: 0 20px;
}
.home-duet .asset{
    width: 100%;
}
.home-duet .asset:first-child{
    border-right: none;
}
.home-duet .text{
    max-width: 700px;
}
}
@media screen and (max-width: 1200px){
.home-duet .text{
    max-width: 500px;
}
}
@media screen and (max-width: 1000px){
.home-duet .text{
    max-width: 400px;
}
}
@media screen and (max-width: 700px) {
.home-duet .text{
    width: 100%;
    max-width: 100%;
}
.home-duet .text h3{
    margin-top: 20px;
}
.home-duet .text{
    position: relative;
}
.home-duet .asset:first-child{
    border-top: 1px solid #666;
}
}



/*** home-team ***/

.home-team .asset{
    width: 25%;
    float: left;
    position: relative;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    box-sizing: border-box;
    overflow: hidden;
}
.home-team .asset:last-child{
    border-right: none;
}
.home-team .asset .img img{
    width: 100%;
    display: block;
}
.home-team .asset h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: rgba(0,0,0,0.7);
    font-weight: normal;
    font-size: 1.1em;
    margin: 0;
    transition: 0.9s;
}
.home-team .asset p{
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 500px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    background: rgba(0,0,0,0);
    font-weight: normal;
    margin: 0;
    transition: 0.5s;
}

.home-team .asset:hover h3{
    bottom: 500px;
    background: rgba(0,0,0,0);
}
.home-team .asset:hover p{
    top: 0px;
    background: rgba(0,0,0,0.8);
}
@media screen and (max-width: 1400px){
.home-team{
    padding: 0 20px;
}
.home-team .asset{
    width: 50%;
}
.home-team .asset:nth-child(2){
    border-right: none;
}
}
@media screen and (max-width: 750px){
.home-team .asset{
    width: 100%;
    border-right: none;
}
}

@media screen and (max-width: 450px) {
.home-team .asset h3{
    position: relative;
    left: auto;
    bottom: auto;
}
.home-team .asset p{
    position: relative;
    left: auto;
    top: auto;
}
.home-team .asset:hover h3{
    bottom: auto;
}
.home-team .asset:hover p{
    top: auto;
}
.home-team .asset h3:after{
    content: '';
    width: 100px;
    height: 4px;
    background: #7f0b11;
    display: block;
    margin-top: 10px;
}
}








/************************* retail **********************************/

.retail-list{
    list-style-type: none;
    margin: 15px auto;
    width: 100%;
    max-width: 1720px;
    padding: 0;
    text-align: center;
}
.retail-list li{
    margin: 20px;
    padding: 10px 0 0 0;
    float: left;
    width: 300px;
    height: 390px;
    border: 1px solid #646464;
}
.retail-list li a{
    display: block;
}
.retail-list li .btn{
    background: #cf121c;
    color: #fff;
    width: 220px;
    height: 35px;
    line-height: 35px;
    display: block;
    margin: 0 auto;
}
.retail-list li a:hover .btn{
    background: #a60b13;
}
.retail-list .retailer{
    width: 250px;
    height: 60px;
}
.retail-list .product{
    width: 250px;
    height: 270px;
}

@media screen and (max-width: 1750px) {
.retail-list{
    max-width: 1370px;
}
}
@media screen and (max-width: 1400px) {
.retail-list{
    max-width: 1030px;
}
}
@media screen and (max-width: 1050px) {
.retail-list{
    max-width: 690px;
}
}
@media screen and (max-width: 730px) {
.retail-list li{
    margin: 20px auto;
    width: 260px;
    float: none;
}
}


/*------ popout ------*/

.pop-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.pop-inner{
    position: relative;
    height: 20px; /* 避免遮掉mask感應範圍 */
    background: #333;
}


.pop-wrapper .close{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url("../Image/UI/burger-off.png") center center no-repeat;
    background-size: cover;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.pop-wrapper .close:hover{
    -moz-transform: scale(1) rotate(90deg) translate(0px);
    -webkit-transform: scale(1) rotate(90deg) translate(0px);
    -o-transform: scale(1) rotate(90deg) translate(0px);
    transform: scale(1) rotate(90deg) translate(0px);
}

.pop-box{
    width: 96%;
    max-width: 1000px;
    position: relative;
    margin: 80px auto 0 auto;
    background: #000;
    border: 1px solid #888;
    display: none;
}

.pop-box .text{
    color: #fff;
    width: 50%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}
.pop-box .img{
    width: 50%;
    float: left;
}
.pop-box .img img{
    max-width: 100%;
}
.pop-box .more{
    padding: 7px 12px;
    background: #cf121c;
    color: #000;
    font-size: 1.3em;
}
.pop-box .more:hover{
    background: #aa140d;
}
.pop-box .text h3{
    font-weight: normal;
    font-size: 1.5em;
}

.pop-box .text p{
    line-height: 1.4em;
    margin-bottom: 30px;
}
.pop-box .text p a{
    color: #fff;
}
.pop-box .text p a:hover{
    text-decoration: underline;
}

.pop-box .text p.location{
    margin-bottom: 0px;
    margin-top: 30px;
    padding-left: 25px;
    background: url("../Image/UI/location.png") left center no-repeat;
    background-size: 20px;
}
.pop-box .text p.phone{
    margin-bottom: 0px;
    margin-top: 5px;
    padding-left: 25px;
    background: url("../Image/UI/phone.png") left center no-repeat;
    background-size: 20px;
}

@media screen and (max-width: 700px) {
.pop-box .text{
    width: 100%;
}
.pop-box .img{
    width: 100%;
}
}


/************************* promotion **********************************/

.promotion-list{
    list-style-type: none;
    margin: 15px auto 30px;
    width: 100%;
    max-width: 1600px;
    padding: 0;
    text-align: center;
}
.promotion-list li{
    margin: 20px 20px 60px 20px;
    padding: 10px 0 0 0;
    float: left;
    width: 352px;
    height: 352px;
    text-align: left;
}
.promotion-list li a{
    display: block;
    color: #fff;
}
.promotion-list li a img{
    border: 1px solid #333;
    transition: 0.2s;
    box-sizing: border-box;
}
.promotion-list li p{
    font-size: 1.3em;
    height: 2.5em;
    overflow: hidden;
    line-height: 1.2em;
}
.promotion-list li a .more{
    color: #cf2219;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.promotion-list li a .more:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
}
.promotion-list li a:hover img{
    border-color: #777;
}
.promotion-list li a:hover .more{
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {
.promotion-list{
    max-width: 1200px;
}
}
@media screen and (max-width: 1200px) {
.promotion-list{
    max-width: 800px;
}
}
@media screen and (max-width: 800px) {
.promotion-list{
    max-width: 400px;
}
}


@media screen and (max-width: 420px) {
.promotion-list li{
    margin: 0 auto 30px auto;
    float: none;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 95%;
    height: auto;
}
.promotion-list li img{
    width: 98%;
    margin: 0 auto;
    display: block;
}
}
.promotion-list li p{
    padding-left: 10px;
}
.promotion-list li .more{
    margin-left: 10px;
    display: inline-block;
}





/************************* companion **********************************/

.companion .text{
    width: 49%;
    margin-right: 1%;
    float: left;
    max-width: 500px;
    margin-bottom: 20px;
}
.companion .text h3{
    font-size: 2em;
    color: #cf2219;
    font-weight: 400;
    margin: 25px 0 0 0;
}
.companion .text p{
    font-size: 1.1em;
}
.companion .text ul{
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 0 20px;
}
.companion .text ul li{
    margin: 0 0 10px 0;
}
.companion .text .logo{
    border-top: 1px solid #444;
    padding-top: 15px;
    margin-top: 40px;
}



.companion .img{
    width: 48%;
    margin-right: 2%; 
    margin-bottom: 20px;
    float: left;
    text-align: right;
}
.companion .img img{
    max-width: 100%;
}
.companion .img .more{
    width: 100%;
    max-width: 500px;
    float: right;
    text-align: center;
}
.companion .img .more a{
    color: #cf2219;
    padding: 0 25px 0 0;
    text-transform: uppercase;
    background: url("../Image/UI/right-red.png") right center no-repeat;
    background-size: 17px;
}
.companion .info{
    clear: both;
    text-align: center;
    border-top: 1px solid #252525;
    color: #555;
}
.companion .info .links a{
    color: #ccc;
    margin: 0 10px 20px 10px;
    display: inline-block;
}
.companion .info .links a:hover{
    text-decoration: underline;
}
.companion .info .links a img{
    width: 100px;
}
.companion .next{
    background: #0f0f0f;
    text-align: center;
}
.companion .next a{
    display: inline-block;
    color: #aaa;
    font-size: 1.3em;
    font-weight: 300;
    padding: 25px 10px 25px 10px;
}
.companion .next img{
    vertical-align: middle;
    width: 30px;
}

@media screen and (max-width: 768px) {
.companion .text{
    width: 96%;
    margin: 0 2% 20px 2%;
    float: none;
    max-width: 100%;
}
.companion .img{
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
}
.companion .img .more{
    max-width: 100%;
    float: none;
}
}


@media screen and (max-width: 400px) {
.companion .info .links a{
    display: block;
}
}









