/*=============== contact_support css ===============*/

#MSI_Support .top-head {
    width: 100%;
    margin: auto;
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

#MSI_Support .top-headBg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/contact_support_head_bg.jpg) center center no-repeat;
    background-size: cover;
}

#MSI_Support .top-head .flex-col {
    width: 100%;
}

#MSI_Support .top-head-captain {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    vertical-align: middle;
    z-index: 2;
}

#MSI_Support .top-head .sub {
    line-height: 1.45;
    margin: 10px auto;
    padding: 0 15px;
    text-align: center;
    letter-spacing: 0px;
}

#MSI_Support .section_head .title {
    margin: 0 0 20px 0;
}


@media (max-width: 736px) {
    #MSI_Support .top-head .sub {
        margin: 5px auto;
    }
    #MSI_Support .top-head {
        width: 100%;
        height: 240px;
    }
    #MSI_Support .section_head .title {
        margin: 0;
    }
    #MSI_Support .top-head-captain {
        top: 20%;
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
    }
}