@import url('reset.css');

.globalmain a,
.globalmain button {
    transition: 0.35s all ease-in 0s;
}

.globalmain {
    width: 100%;
    font-family: 'DINPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1;
    position: relative;
}

.globalmain ul,
.globalmain li {
    list-style: none;
}


.globalmain .button {
    border-radius: 0;
}

.globalmain table {
    border-collapse: collapse;
    border-spacing: 0;
}

.globalmaina {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.globalmain a:hover {
    text-decoration: none;
}


.globalmain img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%":"auto");
    overflow: hidden;
}


/*===================== header color==============*/

.bg_gray_dark {
    background-color: #333;
    /*官網主選單背景色*/
}

.bg_gray {
    background-color: #6d6e72;
    /*官網筆電主選單背景色*/
}



/**/
.menu-toggle {
    position: relative;
    display: none;
    margin: auto;
    height: 19.2px;
    width: 32px;
    cursor: pointer;
}

.menu-toggle .bars {
    display: block;
    width: 25px;
    height: 3.2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.6px;
    transition: all .2s linear;
}

.menu-toggle .bars:before,
.menu-toggle .bars:after {
    display: block;
    width: 25px;
    height: 3.2px;
    background: #fff;
    border-radius: 2px;
    content: "";
    position: absolute;
    transition: .2s linear;
}

.menu-toggle .bars:before {
    top: -8px;
}

.menu-toggle .bars:after {
    bottom: -8px;
}

.active .bars {
    background-color: transparent;
    transition: all .2s linear;
}

.active .bars:before {
    top: 0;
    transform: rotate(45deg);
}

.active .bars:after {
    bottom: 0;
    transform: rotate(-45deg);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.msi_nav {
    position: relative;
    width: 100%;
    max-width: 1600px;
    background-color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
}

.msi_nav .msi_logo {
    width:100%;
    max-width: 261px;
    height: auto;
    background: url(../images/msi_logo.png) 0 50% no-repeat;
    background-size: 100%;
    position: relative;
    margin: 0;
}

.msi_nav .main_nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    top: 0;
    height: auto;
    background: transparent;
}

.msi_nav .main_nav li {
    list-style: none;
}

.msi_nav .main_nav>li>a {
    display: block;
    text-decoration: none;
    color: #939393;
    text-transform: uppercase;
    padding: 35px 30px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    font-size: 16px;
}

.msi_nav .main_nav>li>a:hover {
    border-bottom: 4px solid #f00;
}

.msi_nav .main_nav>li>a.active {
     border-bottom: 4px solid transparent;
    background-color: rgba(17, 17, 17, 1);
}

.msi_nav .main_nav>li>a.active:hover {
    border-bottom: 4px solid transparent;
    background-color: rgba(17, 17, 17, .8);
}

.msi_nav .navbar-right {
    margin: 0;
    width: 100%;
    max-width: 160px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.msi_nav .navbar-right li {
    margin-right: 8px;
}

.msi_nav .navbar-right img {
    width: 44px;
    height: 44px;

}

footer {
    background-color: #000;
    position: relative;
    bottom: 0;
    padding-bottom: 30px;
    background-image: -ms-linear-gradient(bottom, #0c0c0c 0, #232323 100%);
    background-image: -moz-linear-gradient(bottom, #0c0c0c 0, #232323 100%);
    background-image: -o-linear-gradient(bottom, #0c0c0c 0, #232323 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c0c0c), color-stop(1, #232323));
    background-image: -webkit-linear-gradient(bottom, #0c0c0c 0, #232323 100%);
    background-image: linear-gradient(to top, #0c0c0c 0, #232323 100%);
}

.footertop {
    position: relative;
    width: 100%;
    max-width: 1600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    padding: 35px 30px 30px;
}

.footertop li ul li a,
.footertop li ul li p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
    margin: 0;
}

.footertop li ul li a:hover {
    color: #fff;
    opacity: .65;
}

.f-msi {
    width: 5%;
    opacity: .02;
    padding: 0 20px;
}

.footertop h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'DINPro-Medium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding-bottom: 10px;
}

.footerbottom {
    position: relative;
    width: 100%;
    max-width: 1600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    border-top: 1px solid #262626;
    color: #fff;
    font-size: 12px;
    padding: 0 30px;
}

.copyright {
    display: inline-block;
    vertical-align: baseline;
    padding: 15px 0;
    color: #666;
}

.msi_sm_logo {
    display: inline-block;
    vertical-align: -2px;
    width: 50px;
    height: 15px;
    margin-right: 5px;
    background: url(https://www.msi.com/images/imgs/footer_msilogo.png) 0 0 no-repeat;
}

.quicklink {
    width: 52%;
    vertical-align: baseline;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.quicklink li a {
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    line-height: 18px;
}

.quicklink li a:hover {
    color: #aaa;
}

.quicklink span.language_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(https://www.msi.com/images/front/global.png) 0 0 no-repeat;
    vertical-align: -3px;
    margin-right: 5px;
}

@media (max-width: 1366px) {
    .msi_nav .msi_logo {
        width: 180px;
        height: 90px;
        margin-left: 7%;
    }
    .msi_nav .main_nav li {
        list-style: none;
    }
    /*    .msi_nav .main_nav li a {
        padding: 22px 15px;
    }*/
    .msi_nav .navbar-right {
        margin: 0;
        color: #fff;
    }
    .msi_nav .navbar-right li {
        margin-right: 3px;
    }
    .footerbottom {
        flex-flow: column wrap;
    }
    .footerbottom .copyright {
        display: block;
        text-align: center;
        padding: 10px 0 0;
        line-height: 16px;
    }
    .footerbottom .quicklink {
        width: 100%;
        justify-content: center;
        order: -1;
    }
    .footerbottom .quicklink li a {
        padding: 15px 15px 10px;
    }
}

@media (max-width: 1080px){
    .msi_nav .navbar-right .search_li{
        display: none;
    }
    .msi_nav .navbar-right{
      justify-content: flex-end;
    }
}

.button {
    border-radius: 0;
}

.subnav {
    position: absolute;
    width: 100%;
    max-width: 320px;
    max-width: auto;
    max-height: auto;
    display: block;
    z-index: 999;
}

.subnav li a,
.subnav li,
.subnav li a:hover,
.subnav li:hover {
    border: 0;
}

.subnav .subnav_warpper {
    width: 100%;
    max-height: auto;
    min-height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: none;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(34, 34, 34, .85);
    min-height: auto;
}

.subnav.product_nav .subnav_warpper {
    min-height: 78vh;
}

.subnav.news_nav .subnav_warpper {
    min-height: 42vh;
}

.subnav .area {
    padding: 0px;
    flex: 0 0 100%;
    background-color: #000;
    border-bottom: 4px solid #f01;
}

.subnav .area .item-content {
    width: 100%;
    padding: 25px 0;
}

.subnav .item_list_group {
    padding-bottom: 20px;
}

.subnav .item_list_group ul,
.subnav .item_list_group li {
    padding: 0px;
    margin: 0 auto;
    display: block;
}

.subnav .item-list a,
.subnav .item-sublist a,
.subnav a.item-title {
    color: #999;
    padding: .5em 2.5em;
    line-height: 1.6;
    display: block;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    position: relative;
    text-transform: none;
    cursor: pointer;
    opacity: .85;
}

.subnav .item_toggle a:after {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 2.5em;
    vertical-align: baseline;
    position: absolute;
    right: 0;
    color: #999;
}

.subnav .item_list_group a:hover {
    border: 0;
    color: #ddd;
    background-color: transparent;
    opacity: .85;
}

.subnav .item_list_group a.active,
.subnav .item_list_group a:active {
    background-color: #434343;
    color: #ddd;
    opacity: .85;
}

.subnav a.item-title:hover{
    /*opacity: .45;*/
    color: #ff252d;
}


.subnav .item-sublist a {
    font-size: 1em;
    line-height: 1;
    margin-left: .45em;
}

.subnav a.item-title {
    color: #ddd;
    font-size: 16px;
    opacity: 1;
}



/*=== product_nav ===== */

.subnav.product_nav {
    max-width: 1040px;
}

.subnav .area.a-main {
    flex: 0 0 35%;
    background-color: #000;
}

.subnav .area.a-list {
    flex: 0 0 65%;
    background-color: #111;
    display: flex;
}

.subnav .item-content.main-infor {
    width: 100%;
    flex: 0 0 50%;
    background-color: #252525;
    padding: 0;
}

.subnav.news_nav>.subnav_warpper {
    position: relative;
    left: -50%;
}

/*=== product_nav //END ===== */


/* nav infor */
.subnav .main-infor {
    margin: 0 auto;
}

.subnav .main-infor a {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 2em 15px;
}

.subnav .main-infor .img {
    width: 100%;
    margin: 0 auto;
    padding: 2.5em 0;
}

.subnav .main-infor .img>img {
    max-width: 78%;
}

.subnav .main-infor .lg-title {
    font-size: 20px;
    line-height: 1.6;
    padding: 0px;
    color: #fff;
    font-weight: 500;
}

.subnav .main-infor .depiction {
    font-size: 16px;
    line-height: 1.6;
    color: #999;
    padding-bottom: 30px;
}



/*===================  word click ========================*/

.subnav .link {
    border: 0;
    background-color: transparent;
    display: block;
    color: #999;
    line-height: 2;
    font-size: 16px;
    text-decoration: underline;
    padding: 0px 5px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.subnav .link:hover {
    color: #ff252d;
    text-decoration: underline;
}



/*===================  word click // END ======================== */


/* news*/

.subnav.news_nav {
    max-width: 960px;
}

.subnav.news_nav .area.a-main {
    flex: 0 0 35%;
    background-color: #000;
}

.subnav .area.a-list {
    flex: 0 0 65%;
    background-color: #111;
    display: flex;
}

.subnav .news-item .float_area::after {
    display: block;
    content: "";
    clear: both;
}

.subnav .news-item .float_area .news-img-lg {
    float: left;
    width: 70%;
}

.subnav .news-item .float_area .news-img-xs {
    float: left;
    width: 30%;
}

.subnav .float_area>a {
    display: inline-block;
    vertical-align: middle;
}

.subnav .float_area a:hover {
    border: 0;
    color: #fff;
    background-color: transparent;
}

.subnav .float_area .link {
    float: right;
    margin: 0;
    color: #999;
    padding: .5em 2.8em;
    text-decoration: underline;
}

.subnav .float_area .link:hover {
    color: #ff252d;
    text-decoration: underline;
}

.grid-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 2em
}

.grid {
    max-width: 50%;
    flex: 1 1 50%;
    display: flex;
    align-self: flex-start;
}


.grid.main-grid {
    max-width: calc(68% - 10px);
    flex: 1 1 0;
}

.grid.sub-grid {
    max-width: calc(35% - 10px);
    flex: 1 1 0;
}


.gd-card {
    display: block;
    padding: 0 5px 5px 5px;
}


.sub-grid .img-link {
    display: block;
    padding-bottom: 5px;
}



/**/

.hide-xs {
    display: block;
}

/*@media (max-width: 1860px) {
    .subnav.news_nav>.subnav_warpper {
        position: relative;
        left: 0%;
    }
}*/

@media (max-width: 1480px) {
    .subnav.news_nav>.subnav_warpper {
        position: relative;
        left: -40%;
    }
}

@media (max-width: 1279px) {
    .msi_nav .main_nav>li>a {
        padding: 35px 15px;
    }

    .msi_nav .msi_logo {
        margin-left: 2%;
    }
}


@media (max-width: 960px) {
    .msi_nav {
        width: 100%;
        height: 65px;
        align-items: center;
    }
    .msi_nav .msi_logo {
        width: 100%;
        max-width:145px;
        height: 100%;
        margin-left: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 10px;
    }
    /*mobile*/
    .msi_nav .main_nav {
        display: block;
    }
    .msi_nav .menu-toggle {
        display: block;
        order: -1;
        margin: 0 15px;
    }

    /*subnav*/
    .msi_nav .main_nav {
        position: absolute;
        margin: 60px 0 0 0;
        padding: 0;
        height: 100vh;
        background: #000;
    }
    .subnav .area.a-main {
        flex: 0 0 100%;
    }
    .subnav .area.a-list {
        flex: 0 0 100%;
    }
    .subnav .item-content.main-infor {
        width: 100%;
        flex: 0 0 100%;
    }
    .subnav.product_nav .subnav_warpper {
        min-height: 100vh;
    }
    .msi_nav .main_nav>li>a {
        padding: 20px 30px;
    }
}

@media (max-width: 992px) {
    .footerbottom {
        padding-top: 10px;
    }
    .footerbottom .quicklink li a {
        padding: 8px 8px 5px;
    }
}

@media (max-width: 768px) {
    .footertop {
        position: relative;
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 auto;
        padding: 8px 16px 8px;
    }
    .footertop>li {
        border-bottom: 1px solid #262626;
    }
    .footertop>li:last-of-type {
        border-bottom: 0px solid #262626;
    }
    .footertop li ul {
        display: none;
        padding-bottom: 10px;
    }
    .footertop li ul li a {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footertop li h2 {
        cursor: pointer;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (max-width: 414px) {
    .msi_nav {
        align-items: center;
    }
    .msi_nav .msi_logo {
        margin-left: 0%;
    }
    .msi_nav .main_nav {
        display: none;
    }
    .msi_nav .menu-toggle {
        display: block;
        order: -1;
        margin: 0 15px;
    }
}

@media (max-width: 320px) {
    .msi_nav .msi_logo {
        width: 53px;
        height: 65px;
        background: url(../images/msi_logo.png) -10px 50% no-repeat;
        background-size: 180px;
        margin-left: 0%;
    }
}




/*footer*/

.footertop .f-Subscribe {
    display: block;
}

.footertop .input-box {
    width: 100%;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #444;
    background-color: #333;
    text-align: left;
    margin: 5px 0;
    padding: 0;
    vertical-align: baseline;
}

.input-box input {
    width: calc(100% - 40px);
    height: 30px;
    color: #fff;
    line-height: 2em;
    padding: auto;
    box-sizing: border-box;
    border: none;
    background: none;
    outline: none;
    vertical-align: baseline;
    padding: 0 10px;
    letter-spacing: .85px;
    font-size: 85%;
}

.footertop .input-box>.send-btn {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 100%;
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: inherit;
    line-height: 2;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: 0.35s all ease-in 0s;
    font-size: 14px;
    color: #888;
    opacity: .65;
}

.footertop .input-box>.send-bt:hover {
    opacity: 1;
    color: #ddd;
}

@media (max-width:768px) {

    .input-box input {
        height: 50px;
    }
    .footertop .input-box>.send-btn {
        height: 50px;
        line-height: 50px;
        max-width: 60px;
    }
}


.item-sublist a.link {
    display: block;
    text-align: left;
    text-decoration: none;
    margin-left: -1.5em;
    white-space: nowrap;
    line-height: 1.85;
}

.word_list li a:before {
    content: "-";
    display: inline-block;
    list-style: none;
    color: #999;
    padding-right: 5px;
}

.word_list {
    width: 100%;
    max-width: 520px;
    max-height: 520px;
}

.word_list li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}


/* search */
.globalmain .navbar-form {
    background-color: #333;
    box-shadow: none;
    margin: 0;
    padding: 19px 0 17px;
    position: relative;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .globalmain .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) {
    .globalmain #navbar-search-collapse.collapse.in {
        width: 30%!important;
    }
}

.globalmain #navbar-search-collapse.collapse.in button[type=submit] {
    background-color: transparent;
    border-color: transparent;
    color: #888;
}


/* search */

.globalmain .navbar-form .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 1.25em;
    width: 100%;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 1200px) {
    .globalmain .navbar-form .btn {
        top: 30px;
    }
    .globalmain .navbar-form .btn-search {
        left: 0px;
    }
}

.globalmain .globalmain .form-group .btn {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #444;
    color: #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    display: inline-block;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.globalmain input[type='text'] {
    margin-right: 0px;
    background: #333;
    padding: 0 40px;
    position: absolute;
    top: 45%;
}

.globalmain .navbar-form {
    width: 100%;
    background-color: #333;
    float: right;
}

.globalmain .navbar-form .form-group {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-top: 0%;
    height: 90px;
    position: relative;
}

.globalmain .navbar-form .btn {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 40px;
    border: 1px solid #ddd;
    background: transparent;
    color: #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    z-index: 1;
}

.globalmain .navbar-form .btn-close {
    font-size: .9em;
    border: 0px solid #ddd;
    right: 0;
}