@charset "UTF-8";
@import url('rest.css');
@import url('common.css');

.navbar {
    margin-bottom: 0;
}

#vgaRX5700 {
    width: 100%;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    position: relative;
}

#vgaRX5700 .bg-img img{
    width: 100%;
}


@media (min-width:960px) {
    .img_lg {
        display: block;
    }
    .img_xs {
        display: none;
    }
}

@media (max-width:959px) {
    .img_lg {
        display: none;
    }
    .img_xs {
        display: block;
    }
}


@media screen and (max-width: 960px) {
    #vgaRX5700 section {
        font-size: 20px;
    }
}


/* ===================== common ===============================*/

#vgaRX5700 .top-logo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    max-width: 100%;
}

#vgaRX5700 p{
    font-size: 18px;
    line-height: 1.6;

}

#vgaRX5700  .section{
    width: 100%;
    padding: 5% 0px;
}

#vgaRX5700 .section-head{
 width: 100%;
 text-align: center;
 margin: 0 auto
}

#vgaRX5700 .section-head .title {
    font-size: 52px;
    line-height: 1.45;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5), 0 0 0.3em rgba(255, 0, 0, 0.5), 0 0 0.1em rgba(124, 124, 255, 0.5);
    background-color: transparent;
    letter-spacing: 3px;
    font-family: 'DINCond-Bold';
    text-align: center;
    opacity: .85;
}
#vgaRX5700 .section-head .title sup{
    font-size: 50%;
    vertical-align: super;
}
#vgaRX5700 .section-head .title img{
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}
#vgaRX5700 .section-head .sub{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: rgba(255,255,255,.85); 
}

#vgaRX5700 .section-head .sub .point-txt{
    font-size: 48px;
    line-height: 1.6;
    font-family: 'DINCond-Bold';
    font-style: italic;
    letter-spacing: .085rem;
}


#vgaRX5700 .content {
    width: 100%;
    margin: 0 auto;
    max-width: 1560px;
    padding: 0 15px;
}


#vgaRX5700  .section-head p{
    padding: 20px 0;
    color: rgba(255,255,255,.75);
}

#vgaRX5700  .section-head .sub{
    font-size: 1.6rem;
    color: rgba(255,255,255,1);
    text-transform: capitalize;
}

#vgaRX5700 .moreBtn{
    position: relative;
    padding: 15px 25px;
    color: red;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid red;
    font-weight: 600;
    display: inline-block;
    margin: 25px 0;
}
#vgaRX5700 .moreBtn:hover {
    cursor: pointer;
    color: #fff;
    background-color: red;
    transition: all ease-in-out 250ms;
}
@media (max-width: 1280px){
     #vgaRX5700 .section-head .title{
        font-size: 2rem;
        margin: 0;
    }
    #vgaRX5700 .section-head p {
        padding: 10px 0;
    }
    #vgaRX5700 .section-head .sub {
        font-size: 1.25rem;
    }
    #vgaRX5700 p {
        font-size: 1rem;
    }
}
@media (max-width: 1024px){
     #vgaRX5700 .section-head .title{
        font-size: 1.65rem;
        margin: 0;
    }
    #vgaRX5700 .section-head p {
        line-height: 1.45;
    }
   
}

@media (max-width: 768px) {
    #vgaRX5700 .section-head .title {
    font-size: 3rem;
}

    #vgaRX5700 .top-logo {
        top: 10px;
        z-index: 1;
        max-width: 25%;
    }
    #vgaRX5700 .section-head .title img{
    max-width: 80%;
    text-align: center;
}

}

@media (max-width: 576px) {

    #vgaRX5700 .section-head .title {
        font-size: 1.45rem;
    }
        #vgaRX5700 .section-head .title img{
    max-width: 60%;
    text-align: center;
}
   #vgaRX5700 .section-head p {
        line-height: 1.25;
        font-size: .85rem;
    }
    #vgaRX5700 .section-head .sub {
        font-size: 1rem;
            line-height: 1.25;
    }
    #vgaRX5700 .moreBtn{
        margin: 10px 0;
        font-size: 1rem;
        padding: 8px 16px;

    }

}



/* ======================= kv  ======================= */
#kv{
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
#kv sup {
    vertical-align: middle;
    font-size: 50%;
}
#kv .main-title {
    position: absolute;
    z-index: 9;
    font-size: 60px;
    text-align: center;
    width: 100%;
    max-width: 2000px;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -5%);
}


#kv .main-title h1{
     font-size:6.35rem;
    line-height: 1.6;
    padding:  15px;
    letter-spacing: .025rem;
     font-family: 'DINCond-Bold';
    color: #fff;
    background: -webkit-linear-gradient(top, #fff 20%, #fff 80%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,.75);
    text-shadow: 2px 0px 4px rgba(0,0,0,.85);
    text-transform: uppercase;
}
#kv .main-title h1 sup {

    font-style: 50%;
    padding: 0 10px;
    vertical-align: super;
}


#kv  .flex-row {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

#kv .f-col{
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    margin: 0px;
}

#kv  .f-card{
    position: relative;
    border-bottom: 0;
}
#kv  .f-card:after{display: none;}
#kv .kvImg{
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}



#kv .kvTitle {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -80%);
    z-index: 3;
}

#kv .kvTitle h3{
    font-size: 2rem;
    line-height: 1.45;
    color: #fff;
    /*-webkit-text-shadow: #000 0 0 10px;
    text-shadow: #000 0 0 10px;*/
    text-align: center;
}

#kv .kvBtn .sp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#kv .kvBtn .sp .sp-txt {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.25;
    font-style: italic;
    text-transform: capitalize;
    color: #fff;
    display: block;
    text-align: center;
}


#kv .kvBtn .kvImg:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
       -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
}

#kv .kvBtn:nth-child(1) .kvImg:after{
    background: url(https://storage-asset.msi.com/event/vga/2019/vga_Radeon_RX5700/images/kv_comming.jpg) top center no-repeat;
    background-size: cover;
    -webkit-animation-delay: 0.9s;
}

#kv .kvBtn:nth-child(2) .kvImg:after{
    background: url(https://storage-asset.msi.com/event/vga/2019/vga_Radeon_RX5700/images/kv_amd-evoke-series.jpg) top center no-repeat;
    background-size: cover;
    -webkit-animation-delay: 0.9s;
}
#kv .kvBtn:nth-child(3) .kvImg:after{
    background: url(https://storage-asset.msi.com/event/vga/2019/vga_Radeon_RX5700/images/kv_arm.jpg) top center no-repeat;
    background-size: cover;
    -webkit-animation-delay: 0.9s;
}

#kv a:hover .kvImg:after{
     -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
}
#kv a:hover .f-card:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: red;
    z-index: 99
}
@media (max-width: 2560px){
    #kv .main-title h1{
         font-size:68px;
    }
    #kv .main-title{
        max-width: 1320px;
    }
    #kv .kvTitle {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
    z-index: 3;
}
}
@media (max-width: 1366px){
    #kv .main-title h1{
         font-size:3.5rem;
    }
}

@media (max-width: 960px){
    #kv .main-title {
    position: relative;
}
    #kv .main-title h1{
         font-size:3rem;
    }
    #kv .kvBtn .sp .sp-txt {
    font-size: 2rem;
}
}

@media (max-width: 576px){
    #kv .main-title {
        position: relative;
    }
    #kv .main-title h1{
         font-size:2rem;
             line-height: 1.35;
    }
    #kv .kvTitle h3 {
        font-size: 1.25rem;
    }
    #kv .kvBtn .sp .sp-txt {
        font-size: 1.25rem;
    }
    #vgaRX5700 .section-head .sub .point-txt {
        font-size:1.65rem;
    }
}


/* ===================== s1 =================================*/
#vgaRX5700 .s1 {
    width: 100%;
    background: url(https://storage-asset.msi.com/event/vga/2019/vga_Radeon_RX5700/images/s1_bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    transition: all ease-in-out 250ms;
    z-index: 1;
    height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#vgaRX5700 .s1 .time-box {
    width: 100%;
    padding: 2% 0;
}
#vgaRX5700 .s1 .section-head{
    width: 100%;
}

@media (max-height: 1200px ){
   #vgaRX5700 .s1{
     height: 800px;
   }
}

@media (max-height: 800px ){
    #vgaRX5700 .s1{
     height: auto;
   }
}
@media (max-width: 960px){
    #vgaRX5700 .s1 .section-head{
        width: 80%;
    }

}

/**/
/*=======================  s2 ============================*/

#vgaRX5700 .s2{
    width: 100%;
    max-width: 2560px;  
    position: relative;
    transition: all ease-in-out 250ms;
    padding:0;
    margin: 0 auto;
}

#vgaRX5700 .s2 .content {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#vgaRX5700 .s2 .section-head {
    width: 100%;
    text-align: left;
    max-width: 720px;
    padding:0 15px;
    position: absolute;
    left:10%;
    top: 50%;
    transform: translate(-10%, -50%);
}

#vgaRX5700 .s2 .section-head .title {
    text-align: left;
    display: block;
}

@media (max-width: 1199px){

    #vgaRX5700 .s2 .section-head {
        width: 55%;
        left:6%;
        transform: translate(-6%, -50%);
    }
}

@media (max-width: 960px){
    #vgaRX5700 .s2 .section-head {
        width: 100%;
        max-width: 100%;
        margin: 0  auto;
        left:0%;
        top: 25%;
        transform: translate(-0%, -25%);
        text-align: center;    
        padding: 0% 30px;
    }
    #vgaRX5700 .s2 .section-head .title {
        text-align: center;
    }
}

@media (max-width: 576px){
    #vgaRX5700 .s2 .section-head {
        left:0%;
        top: 2%;
        transform: translate(-0%, -2%);
        text-align: center;
        padding: 5% 30px;
    }
    
}

/* s3*/

#vgaRX5700 .s3{
    width: 100%;
    max-width: 2560px;  
    position: relative;
    transition: all ease-in-out 250ms;
    padding:0;
    margin: 0 auto;
}

#vgaRX5700 .s3 .content {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#vgaRX5700 .s3 .section-head {
    width: 100%;
    text-align: left;
    max-width: 720px;
    padding:0 15px;
    position: absolute;
    right:10%;
    top: 50%;
    transform: translate(-10%, -50%);
}


#vgaRX5700 .s3 .section-head .title {
    text-align: left;
    display: block;
}



@media (max-width: 1199px){
    #vgaRX5700 .s3 .section-head {
        width: 55%;
        right:2%;
        top: 50%;
        transform: translate(-2%, -50%);
    }
}

@media (max-width: 960px){
    #vgaRX5700 .s3 .section-head {
        width: 100%;
        max-width: 100%;
        margin:  auto;
        right:0%;
        top: 2%;
        transform: translate(-0%, -2%);
        text-align: center;
        padding: 5% 30px;
    }
    #vgaRX5700 .s3 .section-head .title {
        text-align: center;
    }
}


/**/

/*============== s4 ====================*/

#vgaRX5700 .s4{
    width: 100%;
    max-width: 2560px;  
    position: relative;
    transition: all ease-in-out 250ms;
    padding:0;
    margin: 0 auto;
    display: none;
}

#vgaRX5700 .s4 .content {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* ============================ pagefooter ====================*/

#vgaRX5700 .pagefooter {
    width: 100%;
    padding: 3% 0;
    background-color: #000;
    margin-bottom: 50px;
}

#toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 50px;
}

#toolbar .svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

#toolbar ul li {
    background: #1a1a1a;
    padding: 10px;
    margin-top: 3px;
    cursor: pointer;
}

#toolbar ul li.active {
    background: #333;
}

#toolbar ul li:hover {
    background: #f00;
}

@media screen and (max-width: 960px) {
    #toolbar ul li:hover {
        background: #1a1a1a;
    }
}

#toolbar ul li:focus,
#toolbar ul li:active,
#toolbar ul li:visited {
    background: #333;
}

#toolbar #share {
    display: none;
}

#toolbar #share li {
    margin-top: 1px;
    background: #333;
}

#toolbar #share li:hover {
    background: #f00;
}

@media screen and (max-width: 960px) {
    #toolbar #share li:hover {
        background: #1a1a1a;
    }
}

#toolbar #share li:focus,
#toolbar #share li:active,
#toolbar #share li:visited {
    background: #333;
}

@media screen and (max-width: 960px) {
    #toolbar {
        width: 100%;
        bottom: 0;
        left: 0;
    }
    #toolbar .svg {
        font-size: 20px;
    }
    #toolbar ul {
        width: 100%;
    }
    #toolbar ul:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: "";
    }
    #toolbar ul li {
        width: 100%;
        height: 40px;
        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;
        float: left;
        margin: 0;
        padding: 0;
        box-shadow: 0px -10px 10px  rgba(0,0,0,.5);
    }
    #toolbar ul li:last-child {
        border-left: #333 1px solid;
    }
    #toolbar #share li {
        margin-top: 0;
    }
}
