@charset "UTF-8";



/*================ reset ================*/
*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

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

#MSI_Support a,
#MSI_Support button {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -o-border-image: none;
    border-image: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: none;
    outline: none;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#MSI_Support a {
    display: initial;
    vertical-align: unset;
}
.button {
    border-radius: 0;
}
#MSI_Support a:hover,
a[href='']:hover,
#MSI_Support a[href='#']:hover {
    color: inherit;
}

#MSI_Support a:hover,
#MSI_Support a:focus {
    text-decoration: none;
    outline: none;
    opacity: 1;
}

#MSI_Support [tabindex='-1']:focus {
    outline: 0 !important;
}

#MSI_Support table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#MSI_Support tr {
    display: table-row;
}

#MSI_Support td,
#MSI_Support th {
    display: table-cell;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


#MSI_Support select, select {
  -webkit-appearance: none;
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;
    /* FireFox */
    appearance: none;
}

@media (max-width: 960px){
    #MSI_Support #dropdown_select select, select {
      position: relative;
    }

    #MSI_Support #dropdown_select select:after, select:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        padding-left: 5px;
        background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-down.svg);

    }
}

/*reset // END */

/*================ flex ================*/
.item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-col {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
/* flex // END */
/* ================ modal ================*/

#MSI_Support .modal-title {
    font-size: 2rem;
    color: #222;
    line-height: 1.45;
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
    font-weight: 700;
}

#MSI_Support .modal-content {
    position: relative;
}

#MSI_Support .modal-header {
    padding: 15px;
    border-bottom: none;
}

#MSI_Support .modal-body {
    padding: 10px 15px;
    padding-bottom: 5%;
}

#MSI_Support .modal-footer-inner {
    padding: 30px;
}

#MSI_Support .modal-footer-btn button {
    display: none;
}

#MSI_Support .closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

#MSI_Support .icon-close:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_close.png) center center no-repeat;
}

@media (min-width: 768px) {
    #MSI_Support .modal-dialog {
        width: 960px;
        margin: 30px auto;
    }
}

/*  modal // END */
/*================ search ================*/

#MSI_Support .search {
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

#MSI_Support .top-head-captain .search {
    margin: 15px auto;
}

#MSI_Support .typeahead__container {
    border: 1px solid var(--color-gray-300);
    border-radius: 4px;
    background: #fff;
    position: relative;
    padding: 15px;
    width: 95%;
}

#MSI_Support .search input {
    background-color: #fff;
    color: #888;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--text-sm);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#MSI_Support .input-box {
    width: 50%;
    margin: 0;
    height: 4em;
    position: relative;
    margin-top: 10px;
    text-align: left;
}

#MSI_Support .dec-input-box {
    width: 100%;
    height: 100px;
    border: 0;
}

#MSI_Support .input-box input {
    border: none;
    background: none;
    height: 4em;
    color: #fff;
    width: 100%;
    line-height: 4em;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    width: 90%;
    left: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6d6d6;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6;
}

::-ms-input-placeholder {
    color: #d6d6d6;
}

::placeholder {
    color: #d6d6d6;
}

#MSI_Support .search-icon {
    border: 0;
    width: auto;
    color: #888;
    vertical-align: middle;
    padding: 0px 0px;
    margin: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 16px;
    opacity: .5;
    cursor: pointer;
}

#MSI_Support .search-icon img {
    width: 25px;
    vertical-align: middle;
}

#MSI_Support .search-icon:hover {
    opacity: .85;
}

@media screen and (max-width: 768px) {
    #MSI_Support .search input {
        width: 100%;
    }
    #MSI_Support .input-box {
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    #MSI_Support .search {
        width: 100%;
        padding: 0 0px 0 5px;
    }
    #MSI_Support .search-icon {
        right: 10px;
        top: 12px;
    }
    #MSI_Support .search input {
        font-size: 14px;
        text-align: left;
        padding: 0 40px 0 10px;
    }
}

#MSI_Support .search .typeahead__list {
    position: absolute;
    left: 0;
    z-index: 4;
    width: 100%;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-clip: padding-box;
    max-height: 480px;
    overflow: hidden;
    overflow-y: auto;
}

#MSI_Support .search .typeahead__list>li {
    padding: 0;
}

#MSI_Support .search .typeahead__dropdown .typeahead__dropdown-item>a,
#MSI_Support .search .typeahead__list .typeahead__item>a {
    display: block;
    padding: 5px 30px;
    clear: both;
    color: #888;
    text-decoration: none;
    text-align: left;
    font-size: 1.45rem;
    line-height: 1.45;
}

#MSI_Support .search .typeahead__list>.typeahead__group.active>a {
    -webkit-transition: none;
    transition: none;
}

#MSI_Support .search .typeahead__list>.typeahead__group.active>a,
#MSI_Support .search .typeahead__list>.typeahead__group>a,
#MSI_Support .search .typeahead__list>.typeahead__group>a:focus,
#MSI_Support .search .typeahead__list>.typeahead__group>a:hover {
    cursor: default;
    color: #222 !important;
    background: #fff !important;
    display: block;
    padding: 0 30px;
    clear: both;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
}

#MSI_Support .search .typeahead__list>.typeahead__group>a {
    padding: 0px 30px;
}

#MSI_Support .search .typeahead__list .typeahead__item>a {
    padding: 5px 30px;
}

#MSI_Support .search .typeahead__cancel-button {
    display: none;
}

#MSI_Support .search .typeahead__container button:focus,
.typeahead__container button:hover {
    color: #3c3c3c;
    background-color: transparent;
}

#MSI_Support .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,
#MSI_Support .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,
#MSI_Support .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,
#MSI_Support .search .typeahead__list .typeahead__item:not([disabled]).active>a,
#MSI_Support .search .typeahead__list .typeahead__item:not([disabled])>a:focus,
#MSI_Support .search.typeahead__list .typeahead__item:not([disabled])>a:hover {
    background-color: #eee;
    color: #888 !important;
}

#MSI_Support .selectric-items .selectric-scroll>ul {
    padding: 15px 0;
}

#MSI_Support .selectric-items .selectric-scroll>ul>li {
    display: block;
    text-align: left;
    clear: both;
    font-weight: 100;
    line-height: 1.45;
    color: #888;
    font-size: 1.45rem;
    padding: 10px 25px;
}

#MSI_Support .typeahead__item.typeahead__group-faq a {
    text-align: left;
}

#MSI_Support .typeahead__list>.typeahead__group {
    border-top: none;
    font-weight: 700;
    padding: 15px 0;
}

#MSI_Search .search-primary {
    color: #fa052e;
    padding: 0 2px;
    word-break: break-all;
    font-weight: 700;
}


/*  Search // end  */

/* ================ dropdown_select ================ */

#MSI_Support #dropdown_select {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#MSI_Support .dropdown-openBtn {
    width: 100%;
    background-color: #fff;
    font-size: var(--text-sm);
    color: var(--color-gray-800);
    border: 1px solid var(--color-gray-300);
    border-radius: 4px;
    display: inline-block;
    padding: 15px 30px 15px 20px;
    text-align: left;
    margin: 0 auto;
    height: auto;
    position: relative;
}

#MSI_Support .dropdown-openBtn i {
    position: absolute;
    right: 10px;
    top: 18px;
}

#MSI_Support .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-color: #ddd;
    height: auto;
    max-height: 480px;
}

#MSI_Support .select_scroll {
    overflow: hidden;
    overflow-y: scroll;
}

#MSI_Support .dropdown-menu>li>a {
    display: block;
    text-align: left;
    padding: 10px 25px;
    clear: both;
    line-height: 1.2em;
    color: var(--color-gray-800);
    white-space: normal;
    font-size: var(--text-sm);
}

#MSI_Support .dropdown-menu>li>a:focus,
#MSI_Support .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: var(--color-gray-200);
}

#MSI_Support .btn-dropdown-group .icon-angle {
    display: inline-block;
    margin-left: 0px;
    vertical-align: right;
    color: var(--color-gray-800);
    font-size: 1.65rem;
    position: absolute;
    top: 25%;
    right: 15px;
}

#MSI_Support #dropdown_select .btn-dropdown-group .item-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    opacity: 1;
    position: relative;
    padding: 0px;
    margin: 3px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
}

@media (max-width: 960px) {
    #MSI_Support #dropdown_select .btn-dropdown-group .item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #MSI_Support .dropdown-openBtn {
        margin-top: -1px;
        font-size: 1.25rem;
        padding: 0px 15px;
        height: 45px;
    }
    #MSI_Support .btn-dropdown-group .icon-angle {
        font-size: 1.25rem;
        top: 25%;
    }
    #MSI_Support.Page_downloads .dropdown-menu {
        top: 45px;
    }
}


/* dropdown_select //end */
/* ================ toolbar ================ */

#toolbar {
    position: fixed;
    bottom: 70px;
    right: -10px;
    z-index: 999;
    height: auto;
    border: 0;
}
#toolbar:hover{
    right: -8px;
}

#toolbar .svg {
    fill: #fff;
    width: 50px;
    height: 35px;
    margin: 0 auto;
}

#toolbar #btLiveChat a {
    color: #fff;
    background: var(--color-gray-400);
    padding: 10px 25px 10px 15px;
    margin: 0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    opacity: 1;
}

#toolbar #btLiveChat .bttxt {
    color: #fff;
    font-size: 14px;
}

#toolbar #btLiveChat a:hover,
#toolbar #btLiveChat a:focus,
#toolbar #btLiveChat a:active,
#toolbar #btLiveChat a:visited {
    background: var(--color-gray-600);
}

@media (max-width: 768px) {
    #toolbar {
        right: 10px;
    }
    #toolbar:hover{
        right: 10px;
    }
    #toolbar #btLiveChat .bttxt {
        display: none;
    }
    #toolbar #btLiveChat a {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding: 10px;
        align-items: center;
    }
    #toolbar #btLiveChat a:hover,
    #toolbar #btLiveChat a:focus,
    #toolbar #btLiveChat a:active,
    #toolbar #btLiveChat a:visited {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
}


/* toolbar // END  */

/* ================ nav-bread-crumbs-bottom  ================ */

#MSI_Support .nav-bread-crumbs-bottom {
    width: 100%;
    max-width: 1280px;
    padding: 0px 0px 40px;
    margin: 0 auto;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#MSI_Support .nav-bread-crumbs-bottom .top-btn {
    background-color: var(--color-gray-200);
    color: var(--color-gray-800);
    font-size: var(--link-sm);
    width: 90px;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
}
#MSI_Support .nav-bread-crumbs-bottom .top-btn:hover{
    background-color: var(--color-gray-300);
}

/* #MSI_Support .nav-bread-crumbs-bottom .icon-arrow-top {
    font-size: 15px;
    display: inline-block;
    color: #fff;
}

#MSI_Support .nav-bread-crumbs-bottom .icon-arrow-top:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/up.png) center center no-repeat;
} */


/*  nav-bread-crumbs-bottom // end   */

/* ================ MSI_Support  common style ================*/

#MSI_Support {
    width: 100%;
    font-size: 100%;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #888;
    background-color: #fff;
    font-family: var(--MSIBodyFont) !important;
    overflow-x: hidden;
}
#MSI_Support button {
    font-family: var(--MSIBodyFont);
}

#MSI_Support p {
    font-size: 1.65rem;
    line-height: 1.6;
}

#MSI_Support .clear:after,
#MSI_Support .clear:before {
    content: "";
    clear: both;
    display: table;
}

#MSI_Support textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

#MSI_Support .button,
#MSI_Support button {
    border-radius: 0;
}

#MSI_Support .form-control[disabled],
#MSI_Support fieldset[disabled] .form-control {
    cursor: default;
}

#MSI_Support ol,
#MSI_Support ul,
#MSI_Support li {
    list-style: none;
}

#MSI_Support .list-style-decimal li {
    list-style-type: decimal;
}

#MSI_Support .list-style-disc li {
    list-style-type: disc;
}

#MSI_Support .listType-none li {
    list-style: none;
}

#MSI_Support small {
    font-size: 75%;
    padding-left: 5px;
    padding-right: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#MSI_Support .top-head .title {
    font-size: var(--title-xl);
    color: #222;
    line-height: 1.45;
    margin: 0 0 .25em 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

#MSI_Support .top-head .sub {
    font-size: var(--text-md);
    color: #444;
    line-height: 1.45;
    margin-bottom: 1rem;
    margin-top: 0rem;
    padding: 0;
    text-align: center;
    letter-spacing: 0px;
}

#MSI_Support .section_head .title {
    font-size: var(--title-xl);
    color: #222;
    line-height: 1.45;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

#MSI_Support .section_head .sub {
    font-size: var(--text-md);
    color: #444;
    line-height: 1.45;
    margin-bottom: 1rem;
    margin-top: 0rem;
    padding: 0 15px;
    text-align: center;
    letter-spacing: 0px;
}

#MSI_Support .article-title {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    color: #444;
    line-height: 1.45;
    padding: 10px 0;
    font-weight: 500;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
}

#MSI_Support .item-title {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    color: #444;
    line-height: 1.45;
    padding: 10px 0;
    font-weight: 500;
    /* word-break: break-all;
  word-wrap: break-word;
  word-break: normal;*/
}

#MSI_Support .store-name {
    display: block;
    text-align: left;
    font-size: 1.8rem;
    color: #222;
    line-height: 1.25;
    padding: 0 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
}

#MSI_Support .store-infor {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    color: #444;
    line-height: 1.85;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
}

#MSI_Support .store-infor a,
#MSI_Support .store-infor button {
    color: inherit;
    text-decoration: none;
    padding: 0;
    outline: none;
}

#MSI_Support .store-infor a:hover,
#MSI_Support .store-infor button:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    #MSI_Support .top-head .sub {
        font-size: 1.45rem;
    }
    #MSI_Support .article-title,
    #MSI_Support .item-title{
        font-size: 1.8rem;
    }
}

@media (max-width: 736px) {
    #MSI_Support .top-head .sub {
        font-size: 1.25rem;
    }
    #MSI_Support .section_head .title,
    #MSI_Support .modal-title {
        font-size: 2rem;
    }
    #MSI_Support .section_head .sub {
        font-size: 1.25rem;
    }
    #MSI_Support .article-title,
    #MSI_Support .item-title,
    #MSI_Support .store-name {
        font-size: 1.45rem;
    }
    #MSI_Support .store-infor {
        font-size: 1.25rem;
    }
    #MSI_Support p {
        font-size: 1.25rem;
        line-height: 1.6;
    }
}
/**/

/* ================== layout  ================= */

#MSI_Support .warpper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
}

#MSI_Support .section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
}

#MSI_Support .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}

#MSI_Support .section_head {
    margin: 0 auto;
    padding: 20px 15px 30px;
}

#MSI_Support .themes-title {
    display: block;
    font-size: var(--title-sm);
    line-height: 1.45;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
    color: #444;
}

#MSI_Support .themes-sub {
    display: block;
    text-align: center;
    font-size: var(--text-sm);
    color: #444;
    line-height: 1.45;
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
}

@media (max-width: 1920px) {
    #MSI_Support .section {
        max-width: 1920px;
    }
    #MSI_Support .content {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        background-color: transparent;
    }
}

@media (max-width: 1024px) {
    #MSI_Support .content {
        padding: 0;
    }
    #MSI_Support .section {
        padding: 3rem 0;
    }
    #MSI_Support .section_head {
        padding: 20px 0px;
    }
}

@media (max-width: 992px) {
    #MSI_Support .section {
        padding: 5rem 0;
    }
    #MSI_Support .section_head {
        margin: 0px auto;
    }
}

@media (max-width: 768px) {
    #MSI_Support .warpper {
        padding: 3rem 0;
    }
    #MSI_Support .section {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    #MSI_Support .section {
        padding: 2rem 0;
    }
}

/*layout // end */
/* ==========  icon =========== */

#MSI_Support .icon-angle {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
}

#MSI_Support .icon-angle.angle-down:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px;
    background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-down.svg);
}

#MSI_Support .icon-angle.angle-up:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px;
    background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-up.svg);
}

#MSI_Support .icon-angle.angle-right:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px;
    background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-right.svg);
}

#MSI_Support .icon-angle.angle-right-w {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-right-w.svg) center center no-repeat;
}

#MSI_Support .angle-left:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px;
    background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-left.svg);
}

#MSI_Support .pagination-previous:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    vertical-align: text-top;
    background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-left.svg);
}

#MSI_Support .pagination-next:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    vertical-align: text-top;
    background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-right.svg);
}

#MSI_Support .icon-angle.angle-right-w {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-right-w.svg) center center no-repeat;
}

@media (max-width: 768px) {
    #MSI_Support .icon-angle.angle-right-w {
        width: 10px;
        height: 10px;
    }
}


/**/


/* ===================  BTN  style============== */

#MSI_Support .link-txt {
    opacity: 1;
    padding: 10px 2px;
    -webkit-transition: 0;
    transition: 0;
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 2;
    -webkit-transition: 0.35s all ease-in .2s;
    transition: 0.35s all ease-in .2s;
    opacity: .85;
}

#MSI_Support .search .link-txt-normal {
    color: #f01;
}

#MSI_Support .search .link-txt-normal:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f01;
}

#MSI_Support .link-txt-normal {
    color: #444;
}

#MSI_Support .link-txt-normal:hover,
#MSI_Support .link-txt-normal:focus {
    color: #fa052e;
}

#MSI_Support a.link:hover,
#MSI_Support a.link:focus {
    opacity: 1;
}

#MSI_Support .empty-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#MSI_Support .btn,
#MSI_Support .empty-btn-main {
    border: 1px solid #fa052e;
    background-color: #fa052e;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 30px;
    font-size: 1.2rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#MSI_Support .empty-btn-main:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 780px) {
    #MSI_Support .lead-section .empty-btn {
        flex-direction: column;
    }
    #MSI_Support .empty-btn-main {
        white-space: normal;
    }
    #MSI_Support .empty-btn-main:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

#MSI_Support .empty-btn-main,
#MSI_Support .empty-btn-main:hover {
    color: #fff;
}

#MSI_Support .empty-btn-basic {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#MSI_Support .main-btn .icon-angle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#MSI_Support .main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0;
}

#MSI_Support .btn .icon-angle {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: baseline;
}

#MSI_Support .btn-primary {
    text-align: left;
    border: 1px solid #fa052e;
    border-color: #fa052e;
    background-color: #fa052e;
    opacity: 1;
    color: #fff;
    font-size:1.6rem;
}

#MSI_Support .btn-primary:hover {
    opacity: .85;
    color: #fff;
}

#MSI_Support .btn-default {
    color: var(--color-gray-800);
    text-align: left;
    border: 1px solid var(--color-gray-300);
    background-color: #fff;
    min-width: auto;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: var(--text-sm);
}

#MSI_Support .btn-default:hover {
    background-color: var(--color-gray-300);
    color: var(--color-gray-800);
}

#MSI_Support .btn-area {
    padding: 10px 0;
}

#MSI_Support .btn-normal {
    color: var(--color-gray-800);
    text-align: center;
    border-radius: 4px;
    border: 1px solid var(--color-gray-300);
    background-color: var(--color-gray-300);
    min-width: auto;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}

#MSI_Support .btn-normal:hover {
    background-color: #fff;
}

/* #MSI_Support .btn_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    background-color: transparent;
}

#MSI_Support .btn_inner .more_btn {
    display: inline-block;
    padding: 10px 40px;
    margin: 25px auto;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2;
    border: 1px solid #ddd;
    position: relative;
    background-color: #fff;
    outline: none;
}

#MSI_Support .btn_inner .more_btn:hover {
    background-color: #ed1c24;
    color: #fff;
}
 */
#MSI_Support .btn_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    background-color: transparent;
}

#MSI_Support .btn_inner .more_btn {
    padding: 15px;
    min-width: 220px;
    margin: 25px auto;
    cursor: pointer;
    text-align: center;
    font-size: var(--link-sm);
    border: 1px solid var(--color-gray-300);
    background-color: #fff;
    outline: none;
    border-radius: 4px;
    color: var(--color-gray-800);
}
#MSI_Support .btn_inner .more_btn i{
    margin-right: 5px;
    font-weight: bold;
}

#MSI_Support .btn_inner .more_btn:hover {
    background-color: var(--color-gray-300);
}

#MSI_Support .btn_inner .more_btn .icon-msi-less{
    display: none;
}

#MSI_Support .btn_inner .more_btn.open .icon-msi-add{
    display: none;
}
#MSI_Support .btn_inner .more_btn.open .icon-msi-less{
    display: inline-block;
}

/* #MSI_Support .btn_inner .more_btn:after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 25%;
    left: 10px;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon-more.png) top center no-repeat;
    background-size: contain;
}

#MSI_Support .btn_inner .more_btn.open:after {
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon-more-open-red.png) top center no-repeat;
    background-size: contain;
} */

@media screen and (max-width: 960px) {
    #MSI_Support .btntype {
        margin-bottom: 10px;
        font-size: .85rem;
        padding: 8px 12px;
    }
    #MSI_Support .gotoBtn {
        width: 90%;
    }
    #MSI_Support .empty-btn-main,
    #MSI_Support .btn,
    #MSI_Support .btn_inner .more_btn {
        font-size: var(--link-sm);
    }
    #MSI_Support .btn,
    #MSI_Support .empty-btn-main {
        padding: 10px 15px;
    }
}
/*  BTN  style // end */

/* ================== bread-crumbs ==========================*/

#MSI_Support .bread-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
}

#MSI_Support .page-back {
    width: 100%;
    position: relative;
    /* position: absolute;*/
    z-index: 9;
    top: 2%;
    left: 0%;
    padding: 0 15px;
}

#MSI_Support .page-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#MSI_Support .link {
    color: #fa052e;
    font-size: 1.8rem;
    margin: 0;
}

#MSI_Support .nav-bread-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 15px 15px;
    width: 100%;
    max-width: 1280px;
    margin: 0;
    z-index: 1;
}

#MSI_Support .nav-bread-crumbs li,
#MSI_Support .main-bread-crumbs li {
    display: inline-block;
}

#MSI_Support .nav-bread-crumbs .link,
#MSI_Support .main-bread-crumbs .link {
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
    vertical-align: middle;
    color: #6A6A6D;
    font-size: 1.8rem;
    margin: 0;
    opacity: .85;
}

#MSI_Support .nav-bread-crumbs .link:after,
#MSI_Support .main-bread-crumbs .link:after {
    content: ">";
    display: inline-block;
    margin: 0px 6px;
    color: #6A6A6D;
}

#MSI_Support .nav-bread-crumbs .link:hover,
#MSI_Support .main-bread-crumbs .link:hover {
    opacity: 1;
}

#MSI_Support .nav-bread-crumbs .link.disabled {
    opacity: 1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #222;
}

#MSI_Support .back-btn {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    width: auto;
    color: var(--color-gray-600);
    font-size: var(--link-sm);
}
/*
#MSI_Support .back-btn:before {
    content: "";
    display: inline-block;
    margin: 0px 6px;
    width: 12px;
    height: 12px;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-left-red.svg) center center no-repeat;
} */

#MSI_Support .back-btn:hover span {
    color:  var(--color-gray-800);
    border-bottom: var(--color-gray-300) 1px solid;
}

@media (max-width: 1920px) {
    #MSI_Support .page-back-btn {
        max-width: 1280px;
    }
}

@media (max-width: 736px) {
    #MSI_Support .back-btn {
        font-size: 14px;
        line-height: 1.45;
        line-height: 30px;
        height: 30px;
    }
    #MSI_Support .back-btn:before {
        content: "";
        display: inline-block;
        margin: 0px 6px;
        width: 10px;
        height: 10px;
        background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-left-red.svg) center center no-repeat;
    }
}

#MSI_Support .closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

#MSI_Support .icon-close:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_close.png) center center no-repeat;
}
/**/

/* ================== card  =================*/

.card {
    display: block;
    position: relative;
    opacity: .9;
}

.card:hover {
    opacity: 1;
}
/**/

/* ========== top-nav ========== */

#MSI_Support .top-nav {
    width: 100%;
    max-width: 100%;
    z-index: 3;
    background-color: #e3e3e3;
    padding: 15px 15px;
    /* position: absolute;
   top: calc(100% - 33%);*/
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 576px) {
    #MSI_Support .top-nav {
        background-color: transparent;
        padding: 15px 10px;
    }
}
/* top-nav // end */

/*=============== selectric  ===============*/

#MSI_Support .selectric {
    background: #fff;
    color: var(--color-gray-800);
    font-size: var(--text-sm);
    position: relative;
    border: 1px solid var(--color-gray-300);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 30px 10px 15px;
}

#MSI_Support .selectric i{
    position: absolute;
    right: 10px;
    top: 18px;
}

#MSI_Support .selectric .label {
    color: var(--color-gray-800);
    font-size: var(--text-sm);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 38px 0 10px;
    text-align: left;
    padding: 0;
}

#MSI_Support .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    padding-left: 5px;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-down.svg) top center no-repeat;
}

#MSI_Support .selectric-items {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
    border: 1px solid #ddd;
    height: auto;
    max-height: 480px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#MSI_Support .selectric-items .selectric-scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
    background: #fff;
}

#MSI_Support .selectric-items .selectric-scroll>ul>li {
    display: block;
    text-align: left;
    clear: both;
    line-height: 1.45;
    color: var(--color-gray-800);
    white-space: normal;
    font-size: var(--text-sm);
}

#MSI_Support .selectric-items .selectric-scroll>ul>li:focus,
#MSI_Support .selectric-items .selectric-scroll>ul>li:hover {
    color: #888;
    text-decoration: none;
    background-color: #eee;
}

/* selectric //end */
/*=============== main-support // common block  ===============*/

#MSI_Support .main-support .item-row {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#MSI_Support .main-support .item-col {
    margin: 10px 0px;
    padding: 0 10px;
}

#MSI_Support .main-support .col-3 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

#MSI_Support .main-support .card {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 2px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    height: 100%;
}

#MSI_Support .main-support .card-content {
    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;
    padding: 15px 20px;
    min-height: 170px;
}

#MSI_Support .main-support .card-content .icon-style {
    width: 20%;
}

#MSI_Support .main-support .card-content .icon-style img {
    max-width: 60px;
}

#MSI_Support .main-support .card-content .themes {
    padding: 0 10px;
    width: 80%;
    text-align: center;
    vertical-align: middle;
}

#MSI_Support .main-support .card-content .themes-title {
    padding: 0;
    text-align: left;
}

#MSI_Support .main-support .card-content .themes-sub {
    padding: 5px 0;
    text-align: left;
}

@media (max-width: 1024px) {
    #MSI_Support .main-support .card-content {
        display: block;
    }
    #MSI_Support .main-support .card-content {
        text-align: center;
        padding: 20px 15px;
        min-height: 100%;
    }
    #MSI_Support .main-support .card-content .themes {
        padding: 0px;
    }
    #MSI_Support .main-support .card-content .themes,
    #MSI_Support .main-support .card-content .icon-style {
        width: 100%;
    }
    #MSI_Support .main-support .card-content .themes-title,
    #MSI_Support .main-support .card-content .themes-sub {
        text-align: center;
    }
}

@media (max-width: 992px) {
    #MSI_Support .main-support .item-row {
        padding: 0 10.25px;
    }
    #MSI_Support .main-support .item-col {
        margin: 0;
        padding: 5px;
    }
    #MSI_Support .main-support .card {
        margin: 0px;
    }
}

@media (max-width: 768px) {
    #MSI_Support .main-support .card-content .icon-style img {
        max-width: 45px;
    }
    #MSI_Support .main-support .card-content {
        min-height: auto;
    }
    #MSI_Support .main-support .card-content .themes-title {
        text-align: center;
    }
}

@media (max-width: 576px) {
    #MSI_Support .main-support .item-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px;
    }
    #MSI_Support .main-support .item-col.col-3 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    #MSI_Support .main-support .card-content {
        padding: 20px 10px;
    }
    #MSI_Support .main-support .card {
        margin: 0px;
    }
}
/* main-support // common block end */

/* ====== main-contact-support // common block ===== */
#MSI_Support .main-contact-support {
    width: 100%;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/contact_bg.jpg) center 20% no-repeat;
    background-size: cover;
}

#MSI_Support .main-contact-support .content {
    padding: 1rem 15px;
    margin: 0 auto;
    max-width: 960px;
}

#MSI_Support .main-contact-support .card-content {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 15px 15px;
    margin: 0px auto;
}

#MSI_Support .main-contact-support .themes {
    padding: 0;
}

#MSI_Support .main-contact-support .themes-title {
    text-align: center;
    padding: 0px 5px 5px 5px;
}

#MSI_Support .main-contact-support .themes-sub {
    text-align: center;
    padding-bottom: 20px;
}

#MSI_Support .main-contact-support .themes-img {
    display: inline-block;
}

#MSI_Support .main-contact-support .icon-style {
    display: block;
    background-color: transparent;
    width: 102px;
    height: 102px;
    line-height: 102px;
    border-radius: 102px;
    position: relative;
}

#MSI_Support .card-content .icon-style-cricle {
    border: 0px solid #f2f2f2;
    margin-bottom: 10px;
    background-color: transparent;
    opacity: 1;
}

#MSI_Support .main-contact-support .themes-img .icon-style .imgsvg {
    width: 100%;
    max-width: 50px;
    vertical-align: middle;
    position: relative;
}

#MSI_Support .main-contact-support .item-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#MSI_Support .main-contact-support .item-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    opacity: 1;
    position: relative;
    padding: 0px;
    margin: 0 10px 20px 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
    text-align: center;
}

#MSI_Support .main-contact-support .col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 33%;
}

#MSI_Support .main-contact-support .location-item .item-col {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.025);
    box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.025);
    border-top: 1px solid rgba(0, 0, 0, 0.045);
}

#MSI_Support .main-contact-support .location-item {
    max-width: 600px;
    margin: 0 auto;
}

#MSI_Support .main-contact-support .location-item .col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 1px;
    border-radius: 0;
    border: 0;
}

#MSI_Support .main-contact-support .card:hover {
    opacity: .75;
}

@media (max-width: 992px) {
    #MSI_Support .main-contact-support .content {
        padding: 15px 0em;
    }
}

@media (max-width: 736px) {
    #MSI_Support .main-contact-support {
        background-position: center top;
    }
    #MSI_Support .main-contact-support .content {
        padding: 15px 0px;
    }
    #MSI_Support .main-contact-support .item-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 5px 0;
    }
    #MSI_Support .main-contact-support .location-item {
        margin: 10px auto;
    }
    #MSI_Support .main-contact-support .location-item .col-3 {
        margin: 1px;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #MSI_Support .main-contact-support .col-3 {
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 10px;
        text-align: left;
    }
    #MSI_Support .main-contact-support .card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 10px 0px;
        margin: 0;
    }
    #MSI_Support .main-contact-support .themes-title {
        text-align: left;
        padding: 0 0 5px 0;
    }
    #MSI_Support .main-contact-support .themes-sub {
        text-align: left;
        padding-bottom: 0px;
    }
    #MSI_Support .main-contact-support .themes {
        padding: 0 15px;
    }
    #MSI_Support .main-contact-support .icon-style {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 70px;
        margin-bottom: 0;
    }
    #MSI_Support .main-contact-support .themes-img .icon-style .imgsvg {
        max-width: 100%;
        width: 50%;
        position: absolute;
        left: 25%;
        top: 25%;
    }
}
/* main-contact-support // common block end */


/* =========== lead-section //  common block  ==========*/

#MSI_Support .lead-section {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
    background: rgba(236, 236, 236, 0.85) center top no-repeat;
    background-size: cover;
}

#MSI_Support .lead-head .title {
    display: block;
    font-size: 2rem;
    color: #444;
    text-align: center;
    font-weight: 700;
    padding: 20px 15px;
}

#MSI_Support .lead-section .empty-btn {
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    #MSI_Support .lead-head .title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    #MSI_Support .lead-head .title {
        font-size: 2rem;
    }
}


/*  lead-section //  common block end */

/* =============== 分頁 pagination ===============*/

.msi-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    padding: 25px 0;
    border-top: 1px solid #555;
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.msi-pagination .page-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: transparent;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    border: 0;
    margin-right: 10px;
    cursor: pointer;
}

.msi-pagination .page-item:hover {
    color: #fa052e;
}

.msi-pagination .page-item.active {
    color: #fff;
    background-color: #fa052e;
    border-radius: 2px;
}

.msi-pagination .icon-angle {
    display: block;
}

@media (max-width: 736px) {
    .msi-pagination {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .msi-pagination .page-item {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 15px;
    }
}

/* 分頁 // END */


/* =============== MSI_Support font size rwd =================*/
@media (max-width: 960px) {

    #MSI_Support .top-head .sub {
        font-size: 1.45rem;
    }
    #MSI_Support .article-title, #MSI_Support .item-title {
      font-size: 1.2rem;
    }
}

@media (max-width: 736px) {

    #MSI_Support .top-head .sub {
        font-size: 1.25rem;
    }
    #MSI_Support .section_head .title,
    #MSI_Support .modal-title {
        font-size: 2rem;
    }
    #MSI_Support .section_head .sub {
        font-size: 1.25rem;
    }
    #MSI_Support .article-title, #MSI_Support .item-title,
    #MSI_Support .store-name {
      font-size: 1.45rem;
    }
    #MSI_Support .store-infor {
      font-size: 1.25rem;
    }
    #MSI_Support p {
        font-size: 1.25rem;
        line-height: 1.6;
    }

}
@media (max-width: 320px) {
  #MSI_Support .article-title, #MSI_Support .item-title, #MSI_Support .store-name {
      font-size: 1.25rem;
  }
}

/* MSI_Support font size rwd // end*/