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

.navbar {
    margin-bottom: 0;
}

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


#mbX570 h1 {
    position: absolute;
    text-indent: -9999px;
}

#mbX570 sup {
    vertical-align: middle;
    font-size: 50%;
}

@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: 1366px) {
    #mbX570 {
        font-size: 22px;
    }
}

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


/* ===================== top kv ===============================*/

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

#mbX570 #kv {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 0;
}

#mbX570 #kv .bgimg {
    position: relative;
    z-index: 0;
}

#mbX570 #kv .top_title {
    position: absolute;
    text-align: left;
    left: 12%;
    top: 10%;
    z-index: 2;
    width: 100%;
}


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


#mbX570 .title {
    font-size: 40px;
    line-height: 1.35;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(124, 124, 255, 0.5), 0 0 0.3em rgba(124, 124, 255, 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;
}


@media (max-width: 768px) {
    #mbX570 .title {
        font-size: 1.8rem;
        line-height: 1.45;
    }
    #mbX570 .top-logo {
        top: 10px;
        z-index: 1;
        max-width: 25%;
    }
}



/*scroll_txtWrap */
#mbX570 .arrowDown {
    -webkit-animation: arrowDown 1s ease-out infinite;
    animation: arrowDown 1s ease-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


/*====================section  main ==============*/

#mbX570 .main {
    width: 100%;
    /* background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/bg.jpg) top center no-repeat;*/
    background-size: cover;
    position: relative;
}


/* intro */

#mbX570 .intro {
    width: 100%;
    max-width: 1170;
    margin: 0 auto;
    padding: 3% 0 0 0;
    position: relative;
}

#mbX570 .wording {
    color: transparent;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .85);
    width: 100%;
    background: transparent;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(243, 192, 228, 0.747), 0 0 0.3em rgba(243, 192, 228, 0.747), 0 0 0.1em rgba(243, 192, 228, 0.747);
}



#mbX570 .btscroll {
    text-align: center;
    z-index: 3;
    width: 100%;
    max-width: 320px;
    margin: 25px auto;
    -webkit-animation: 1s scrollbt infinite;
    animation: 1s scrollbt infinite;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    text-transform: uppercase;
    outline: none;
    margin-top: -3%;
}

#mbX570 .btscroll a {
    outline: none;
    text-decoration: none;
}

#mbX570 .btscroll p {
    display: block;
    font-size: 24px;
    line-height: 1.6;
    color: #ddd;
    padding: 8px 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ac8760;
    color: #c8bcb0;
    text-shadow: 0 0 20px #fff9f2;
    background: -webkit-linear-gradient(top, #fff9f2 20%, #ac8760 50%, #866139 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-shadow: #ac8760 0px 0px 20px;
    -moz-box-shadow: #ac8760 0px 0px 20px;
    box-shadow: #ac8760 0px 0px 20px
}

#mbX570 .btscroll img {
    max-width: 30px;
    opacity: .6;
    cursor: pointer;
    margin-top: 15px;
}

@media (max-width: 768px) {
    #mbX570 .btscroll {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    #mbX570 .btscroll p {
        font-size: 1rem;
    }
    #mbX570 .btscroll {
        max-width: 250px;
    }
}




/*  btscroll  // end */


/* topTab  */

#mbX570 #topTab {
    width: 100%;
    position: relative;
    z-index: 9;
}

#mbX570 #topTab .menu {
    width: 100%;
    background: rgba(204, 0, 0, 0.9);
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
    display: none;
}

#mbX570 #topTab .tabmenu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1680px;
    padding: 0;
    margin-top: 50px;
}

#mbX570 #topTab .tabmenu:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

#mbX570 #topTab .tabmenu .icon-angle-right {
    display: inline-block;
    width: 30px;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
    position: relative;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/icon_angle-right.svg) center center no-repeat;
}

#mbX570 #topTab a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 200px;
    color: transparent;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin: 0px;
    transition: all ease-in-out 250ms;
    vertical-align: middle;
    opacity: .5;
    cursor: pointer;
}

#mbX570 #topTab a .tab_txt {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 15px;
    position: relative;
    vertical-align: middle;
    font-family: 'DINPro-Regular';
    letter-spacing: .85px;
}

#mbX570 #topTab a:nth-child(1) .tab_txt {
    -webkit-animation: blink 0.7s infinite alternate;
    animation: blink 0.7s infinite alternate;
    transition: .5s;
    text-shadow: -1px -1px 10px rgba(255, 0, 0, 0.5), 1px -1px 10px rgba(255, 0, 0, 0.5), -1px 1px 10px rgba(255, 0, 0, 0.5), 1px 1px 10px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5);
}

#mbX570 #topTab a:nth-child(2) .tab_txt {
    text-shadow: -1px -1px 0 #0cacf6, 1px -1px 5px #0cacf6, -1px 1px 0 #0cacf6, 1px 1px 0 #0cacf6, 0px 0px 50px rgba(12, 172, 246, 0.5);
}

#mbX570 #topTab a:nth-child(1):after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/fast.jpg) center center no-repeat;
    background-size: 100%;
    z-index: -1;
    transition: all ease-in-out 250ms;
}

#mbX570 #topTab a:nth-child(2):after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/cool.jpg) center center no-repeat;
    background-size: 100%;
    z-index: -1;
    transition: all ease-in-out 250ms;
}

#mbX570 #topTab a.active {
    opacity: 1;
}

#mbX570 #topTab a:hover {
    opacity: 1;
}

#mbX570 #topTab a.active:nth-child(1):after {
    border-bottom: 4px solid rgba(255, 0, 0, 0.5);
}

#mbX570 #topTab a.active:nth-child(2):after {
    border-bottom: 4px solid rgba(12, 172, 246, 0.5);
}




/*。menu top nav*/

#mbX570 #topnav {
    width: 100%;
    z-index: 1010;
    display: none;
    padding: 0% 0px;
    background-color: transparent;
}

#mbX570 #topnav .menunav {
    width: 90%;
    display: none;
    margin: 0px auto 0px;
    cursor: pointer;
}

#mbX570 #topnav a {
    width: 50%;
    color: rgb(255, 255, 255);
    position: relative;
    text-transform: unset;
    cursor: pointer;
    height: 90px;
    vertical-align: middle;
    font-size: 1rem;
    padding: 10px 0px;
    margin: 0 auto;
    transition: all 1.5s ease 0s;
    cursor: pointer;
    display: block;
}

#mbX570 #topnav a:nth-child(1) {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0.5);
    border-image: initial;
    animation: 1s ease 0s infinite normal none running redbtflash;
}

#mbX570 #topnav a:nth-child(2) {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(12, 172, 246, 0.5);
    border-image: initial;
    animation: 1s ease 0s infinite normal none running bulebtflash;
}

#mbX570 #topnav a:nth-child(1):after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 1;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/fast.jpg) center center / 100% no-repeat;
    transition: all 250ms ease-in-out 0s;
}

#mbX570 #topnav a:nth-child(2):after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 1;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/cool.jpg) center center / 100% no-repeat;
    transition: all 250ms ease-in-out 0s;
}

@media screen and (max-width: 960px) {
    #mbX570 #topTab a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border: none !important;
        border-bottom: #c00 1px solid !important;
        font-size: 20px;
        cursor: pointer;
    }

    #mbX570 #topTab a:hover {
        opacity: .85;
    }
    #mbX570 #topnav .menunav {
        width: 100%;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
    #mbX570 #topnav {
        display: block;
    }
}
@media (max-width: 576px){
    #mbX570 #topnav a{
        height: 70px;
        line-height: 1.2;
            padding: 4px 0px;
    }
}



/* ================= Tab content ==================*/

#mbX570 .s1 {
    width: 100%;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/bgs1.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    transition: all ease-in-out 250ms;
    z-index: 1;
    display: block;
}

#mbX570 .s2 {
    width: 100%;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/bgs2.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    transition: all ease-in-out 250ms;
    z-index: 1;
}

#mbX570 .s2 {
    display: none;
}

#mbX570 .tab-content {
    position: relative;
    padding: 0 15px;
}

#mbX570 .tab-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .25), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#mbX570 .article {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding-bottom: 2rem;
    padding: 2rem;
    position: relative;
    z-index: 99;
    /* margin-top: -5em;*/
}

#mbX570 .article-head {
    display: none;
}

#mbX570 .article-head h2 {
    display: block;
    color: #fff;
    font-size: 40px;
    padding: 0px 15px;
    position: relative;
    vertical-align: middle;
    font-family: 'DINCond-Bold';
    letter-spacing: .85px;
    text-transform: uppercase;
}

#mbX570 .article-head h2 {
    -webkit-animation: blink 0.7s infinite alternate;
    animation: blink 0.7s infinite alternate;
    transition: .5s;
}

#mbX570 .article-head h2.red-title {
    color: rgba(255, 255, 255, .85);
    text-shadow: -1px -1px 10px rgba(255, 0, 0, 0.5), 1px -1px 10px rgba(255, 0, 0, 0.5), -1px 1px 10px rgba(255, 0, 0, 0.5), 1px 1px 10px rgba(255, 0, 0, 0.5), 0px 0px 10px rgba(255, 0, 0, 0.5);
}

#mbX570 .article-head h2.bule-title {
    color: rgba(255, 255, 255, .85);
    text-shadow: -1px -1px 10px #0cacf6, 1px -1px 10px #0cacf6, -1px 1px 10px #0cacf6, 1px 1px 10px #0cacf6, 0px 0px 10px rgba(12, 172, 246, 0.5);
}


#mbX570 .article p {
    font-size: 20px;
    line-height: 1.45;
    color: #fff;
    font-weight: bold;
}

#mbX570 .article h4 {
    font-size: 20px;
    line-height: 1.45;
    color: #fff;
    font-weight: bold;
}


#mbX570 .item-row {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

#mbX570 .item {
    display: table;
    width: 100%;
}

#mbX570 .item .item-word,
#mbX570 .item .item-img {
    flex: 1 0 50%;
    max-width: 50%;
}
/* ===== 8/12 add img silder======== */

#mbX570 .s1 .item-row:nth-child(1) .item-img{
    width: 100%;
    max-width:  593px;
    height: auto;
    position: relative;
}

#mbX570 .s1.item-row:nth-child(1) .item-img:before,#mbX570 .s1 .item-row:nth-child(1) .item-img:after { 
    position: absolute;  
    top: 0;  
    left: 0;  
    opacity: 0;  
    filter: alpha(opacity=0);
    -webkit-animation: round 8s linear infinite;
    animation: round 8s linear infinite;
}

@-webkit-keyframes round {
    10% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    45% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    60% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes round {
    10% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    45% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    60% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

#mbX570 .s1 .item-row:nth-child(1) .item-img:after {
    -webkit-animation-delay: 3s;
     animation-delay: 3s;
}
#mbX570 .s1 .item-row:nth-child(1) .item-img:before {
    -webkit-animation-delay: 8s;
     animation-delay: 8s;
}
#mbX570 .s1 .item-row:nth-child(1) .item-img img{
    opacity: 0;
}

#mbX570 .s1 .item-row:nth-child(1) .item-img:before{
    content: "";
    width: 100%;
    height:100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: url("https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/PLAY-Fast-AMD-Ryzen.jpg") top center no-repeat;
    background-size: contain;
}

#mbX570 .s1 .item-row:nth-child(1) .item-img:after{
    content: "";
    width: 100%;
    height:100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: url("https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/3rdGenAMD-RyzenTechnologyInfographic-Aug2019.jpg") top center no-repeat;
    background-size: contain;
}


#mbX570 .item-row:nth-child(odd) {
    flex-direction: reverse;
}

#mbX570 .item-row:nth-child(even) {
    flex-direction: row-reverse;
}

#mbX570 .item .item-word {
    padding: 15px 30px;
}

#mbX570 .item-row:nth-child(odd) .item-img {
    -webkit-animation-name: fadinRight;
    animation-name: fadinRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#mbX570 .item-row:nth-child(odd) .item-word {
    -webkit-animation-name: fadinUP;
    animation-name: fadinUP;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


#mbX570 .item-row:nth-child(even) .item-img {
    -webkit-animation-name: fadinLeft;
    animation-name: fadinLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



#mbX570 .item-row:nth-child(even) .item-word {
    -webkit-animation-name: fadinUP;
    animation-name: fadinUP;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#mbX570 .item .item-word h4 {
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

#mbX570 .item .item-word p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
    padding: 0;
    text-align: left;
}





@media (max-width: 960px) {
    #mbX570 .article-head {
        display: block;
    }
    #mbX570 #topTab .tabmenu {
        display: none;
    }
    #mbX570 .s2 {
        display: block;
    }
}


@media (max-width: 768px) {
    #mbX570 .item .item-word,
    #mbX570 .item .item-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #mbX570 .item-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0px;
    }

    #mbX570 .item-row:nth-child(odd),
    #mbX570 .item-row:nth-child(even) {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #mbX570 .article {
        padding: 5% 0 5%;
    }
    #mbX570 .item .item-word {
        padding: 15px 0px;
    }
    #mbX570 .item .item-word {
        padding: 25px;
    }

    #mbX570 .tab-content {
        padding: 0;
    }
}

@media (max-width: 576px) {
    #mbX570 .article {
        padding: 10% 0 5%;
    }
    #mbX570 .item .item-word h4 {
        font-size: 1.25rem;
        line-height: 1.45;
        color: #fff;
        font-weight: 700;
        text-align: left;
    }

    #mbX570 .item .item-word p {
        font-size: 1rem;
        line-height: 1.45;
        color: #fff;
        font-weight: 500;
        text-align: left;
        padding: 15px 0;
    }
}




/*pd section */

#mbX570 .product-section {
    width: 100%;
    padding: 5% 0;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/pd_bg.jpg)top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#mbX570 .product-section .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

#mbX570 .product-section .grid-row {
    display: -ms-flexbox;
    display: flex;

    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

#mbX570 .product-section .grid {
    flex: 1 1 33%;
    max-width: 33%;
    margin: 5px 15px;
}

#mbX570 .product-section .card {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

#mbX570 .product-section .pd-img {
    padding: 10px;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

#mbX570 .product-section .pd-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    margin: 20px 0;
    padding: 0;
}

#mbX570 .product-section .wtbBtn {
    position: relative;
    padding: 15px 25px;
    color: red;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid red;
    font-weight: 600;
    display: inline-block;
}

#mbX570 .product-section .wtbBtn:hover {
    cursor: pointer;
    color: #fff;
    background-color: red;
    transition: all ease-in-out 250ms;
}

#mbX570 .product-section .wtbBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: red;
    z-index: -1;
}

#mbX570 .product-section .wtbBtn:hover::after {
    right: 0%;
}

@media (max-width: 768px) {
    #mbX570 .product-section {
        padding: 0;
        background-attachment: scroll;
    }

    #mbX570 .product-section .pd-img {
        max-width: 75%;
    }

    #mbX570 .product-section .grid {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding-bottom: 50px;
    }
    #mbX570 .product-section .pd-name {
        margin: 0;
        font-size: 1rem;
        padding-bottom: 15px;
    }
    #mbX570 .product-section .grid-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #mbX570 .product-section .wtbBtn {
        font-size: 1rem;
    }
}







/* ============================ vision-section ====================*/

#mbX570 .video-section {
    width: 100%;
    padding: 3% 0;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/bg4.jpg)top center no-repeat;
    background-size: cover;
}

#mbX570 .video-section .vd-item {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#mbX570 .video-section .vd-item .vd {
    margin: 30px auto;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: #000 0 0 30px;
    -moz-box-shadow: #000 0 0 30px;
    box-shadow: #000 0 0 30px;
}

#mbX570 .video-section .vd-item .vd .btplay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#mbX570 .vision-section .content {
    padding: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#mbX570 .vision-section .vision-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
}

#mbX570 .vision-section .head {
    width: 100%;
    max-width: 540px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-20%, -50%);
}

#mbX570 .vision-section .title {
    text-align: center;
    display: block;
}

#mbX570 .vision-section .tb-body {
    padding: 30px 15px;
    opacity: .9;
    text-align: left;
}

#mbX570 .vision-section .tb-body li {
    padding-bottom: 12px;
    font-size: 1rem;
    line-height: 1.45;
}

#mbX570 .vision-section .tb-body li strong {
    font-weight: 600;
}

@media (max-width: 1366px) {

    #mbX570 .vision-section .head {
        transform: translate(0%, -50%);
    }
    #mbX570 .vision-section .tb-body li {
        padding-bottom: 6px;
    }
}
@media (max-width: 1199px) {
    #mbX570 .vision-section .head {
            max-width: 480px;
    }
    #mbX570 .title {
        font-size: 30px;
    }
    #mbX570 .vision-section .tb-body {
        padding: 15px 15px;
    }
}
@media (max-width: 768px) {

    #mbX570 .vision-section .vision-row {
        display: flex;
        flex-direction: column-reverse;
    }

    #mbX570 .vision-section .tb-body {
        padding: 15px 15px;
    }

    #mbX570 .vision-section .head {
        max-width: 100%;
        position: static;
        padding: 0 15px;
        right: 0;
        top: 0;
        transform: none;
    }
    #mbX570 .vision-section .title {
        text-align: left;
        padding: 30px 15px 0 15px;
    }
}

@media (max-width: 576px) {
    #mbX570 .vision-section .vs-title {
        font-size: 1rem;
        line-height: 1.25;
        padding: 15px 10px;
    }


    #mbX570 .vision-section .tb-body li {
        padding-bottom: 5px;
        font-size: 1rem;
        line-height: 1.45;
    }
}




/* ============================ form-section ====================*/

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




/* ============================ form-section ====================*/

#mbX570 .form-section {
    width: 100%;
    background: url(https://storage-asset.msi.com/event/mb/2019/x570_PlayFast_PlayCool/images/bg3.jpg) top left no-repeat;
    background-size: cover;

    padding: 3% 15px 5%;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mbX570 .form-section .content {
    max-width: 800px;
    background-color: #111;
    margin: 0 auto;
}

#mbX570 .form-section .head {
    padding: 30px 0px;
    border-bottom: 1px solid red;
}

#mbX570 .form-section .head p {
    font-size: 20px;
    line-height: 1.45;
    color: #fff;
}



#form-send {
    width: 100%;
    padding: 30px;
}


#form-send .question-group {
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 1.45;
    color: #ddd;
}

#form-send .question-group:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}


#form-send .question-group label {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}

@media screen and (max-width: 960px) {

    #form-send .question-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #form-send .question-group label {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}


#form-send label.multiple-inline {
    width: 100%;
    text-align: left;
    padding-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0px;
}

#form-send input[type="text"],
#form-send input[type="email"],
#form-send input[type="file"],
#form-send select {
    border: #666 1px solid;
    background: transparent;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#form-send input[type="file"] {
    cursor: pointer;
}

#form-send input[type="checkbox"] {
    margin-right: 15px;
}

#form-send input[type="checkbox"]:before {
    width: 18px;
    height: 20px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    /*
  background: url(https://asset.msi.com/event/mb/2018/MSI_B450_Promote/images/bg-check.png) top left no-repeat ;*/
    background-size: cover;
}

#form-send input[type="checkbox"]:checked:before {
    /*
  background: url(https://asset.msi.com/event/mb/2018/MSI_B450_Promote/images/bg-checked.png) top left no-repeat ;*/
    background-size: cover;
}

#form-send a.btn-terms {
    float: left;
    color: #f00;
    margin-top: 10px;
}

#form-send a.btn-terms:after {
    padding-left: 10px;
    content: "view T&C";
    color: #fff;
}

#form-send a.btn-terms:hover,
#form-send a.btn-terms:active {
    color: #f00;
}

#form-send .btn-submit {
    border: #f00 1px solid;
    background: none;
    color: #f00;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 0 5px;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: calc(40% - 2px);
}

#form-send .btn-submit:hover {
    background: #f00;
    color: #fff;
}

@media screen and (max-width: 960px) {
    #form-send input[type="file"] {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    #form-send {
        width: 100%;
        padding: 30px 0px;
    }
    #form-send .btn-submit {
        width: calc(40% - 2px);
    }
}



@media (max-width: 576px) {
    #mbX570 .form-section .head p {
        font-size: 1rem;
    }
    #form-send .question-group {
        font-size: 1rem;
        line-height: 1.45;
    }
    #form-send .btn-submit {
        font-size: 1rem;
        padding: 10px 25px;
    }
}



/*modal*/

.modal-content {
    background: #222;
}

.modal-header {
    padding: 15px 30px;
    border-bottom: 1px solid #444;
    background: #222;
    text-align: center;
    font-size: 24px;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-body {
    position: relative;
    padding: 15px 60px;
    background: #222;
    color: #fff;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-body a {
    color: #fff;
    text-decoration: underline;
}

.modal-body a:hover {
    color: #ddd;
    text-decoration: underline;
}

.modal-body hr {
    display: none;
}

.modal-conten {
    border: 0;
}

.modal-content p {
    margin: 15px 0;
    color: #ddd;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-content ol,
.modal-content li {
    color: #ddd;
}

.modal-content ol {
    padding-left: 20px;
}

.modal-content .h4,
.modal-content h4 {
    font-weight: bold;
    font-size: 18px;
    color: red;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #444;
    background: #222;
}

.modal-footer .btn-default {
    color: #fff;
    background-color: red;
    border-color: red;
}

.modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-content .close:focus,
.modal-content .close:hover {
    color: #fff;
}

.error {
    color: #ff0000;
}

.modal-footer .btn-default {
    color: #fff;
    background-color: red;
    border-color: red;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media (max-width: 768px) {
    .modal-body {
        padding: 15px 20px;
    }
}





#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: 50%;
        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;
    }
    #toolbar ul li:last-child {
        border-left: #333 1px solid;
    }
    #toolbar #share li {
        margin-top: 0;
    }
}

