@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;
    font-family: inherit;
    vertical-align: baseline;
}

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

#msi_page a,
#msi_page 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;
}

.button {
    border-radius: 0;
}
#msi_page a:hover,
a[href='']:hover,
#msi_page a[href='#']:hover {
    color: inherit;
}

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

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



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

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


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

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

    #msi_page #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*/
/*================ search ================*/

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


#msi_page .typeahead__container {
    border: 1px solid #ddd;
    border-color: #ddd;
    border-radius: 2px;
    background: #fff;
    position: relative;
}

#msi_page .search input {
    background-color: #fff;
    color: #888;
    border: none;
    height: 3.5em;
    width: 95%;
    line-height: 3.5em;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

#msi_page .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_page .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_page .search-icon img {
    width: 25px;
    vertical-align: middle;
}

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

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

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

#msi_page .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_page .search .typeahead__list>li {
    padding: 0;
}

#msi_page .search .typeahead__dropdown .typeahead__dropdown-item>a,
#msi_page .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_page .search .typeahead__list>.typeahead__group.active>a {
    -webkit-transition: none;
    transition: none;
}

#msi_page .search .typeahead__list>.typeahead__group.active>a,
#msi_page .search .typeahead__list>.typeahead__group>a,
#msi_page .search .typeahead__list>.typeahead__group>a:focus,
#msi_page .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_page .search .typeahead__list>.typeahead__group>a {
    padding: 0px 30px;
}

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

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

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

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

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

#msi_page .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_page .typeahead__item.typeahead__group-faq a {
    text-align: left;
}

#msi_page .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_page #dropdown_select {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#msi_page .dropdown-openBtn {
    width: 100%;
    background-color: #fff;
    font-size: 1.65rem;
    color: #444;
    border: 1px solid #ddd;
    border-color: #ddd;
    border-radius: 2px;
    display: inline-block;
    padding: 15px 30px;
    text-align: left;
    margin: 0 auto;
    height: auto;
    position: relative;
}

#msi_page .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_page .select_scroll {
    overflow: hidden;
    overflow-y: scroll;
}

#msi_page .dropdown-menu>li>a {
    display: block;
    text-align: left;
    padding: 10px 25px;
    clear: both;
    font-weight: 100;
    line-height: 1.2em;
    color: #444;
    white-space: normal;
}

#msi_page .dropdown-menu>li>a:focus,
#msi_page .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed1c24;
}

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

#msi_page #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: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
}

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


/**/

#msi_page {
    width: 100%;
    font-size: 100%;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #888;
    background-color: #fdfdfd;
    font-family: "DINPro-Regular", Arial, Verdana, Helvetica, "Microsoft JhengHei", sans-serif;
    overflow-x: hidden;
}

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

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

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

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

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

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


#msi_page 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_page .top-head .title {
    font-size: 3.5rem;
    color: #222;
    line-height: 1.45;
    margin: 0 0 .25em 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

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


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

@media (max-width: 736px) {
    #msi_page .top-head .title {
        font-size: 2.5rem;
    }
    #msi_page .top-head .sub {
        font-size: 1.25rem;
    }

    #msi_page p{
        font-size: 1.25rem;
        line-height: 1.6;
    }
}
/**/


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

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

#msi_page .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_page .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_page .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_page .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_page .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_page .icon-angle.angle-right-w {
        width: 10px;
        height: 10px;
    }
}


/**/


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


#msi_page .btn {
    font-family: "DINPro-Regular", Arial, Verdana, Helvetica, "Microsoft JhengHei", sans-serif;
    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.8rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


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

#msi_page .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_page .btn .icon-angle {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: baseline;
}

#msi_page .btn-primary {
    text-align: left;
    border: 1px solid #fa052e;
    border-color: #fa052e;
    background-color: #fa052e;
    opacity: 1;
    color: #fff;
}

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

#msi_page .btn-default {
    color: #fa052e;
    text-align: left;
    border: 1px solid #fa052e;
    border-color: #fa052e;
    background-color: transparent;
    min-width: auto;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#msi_page .btn-default:hover {
    opacity: .85px;
    color: #fff;
    background-color: #fa052e;
}





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

    #msi_page .btn{
        padding: 10px 15px;
        font-size: 1.25rem;
    }
}
/*  BTN  style // end */

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


#msi_page .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_page .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_page .back-btn {
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    opacity: .85;
    line-height: 45px;
    height: 45px;
    width: auto;
    color: #fa052e;
    font-size: 1.6rem;
}

#msi_page .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_page .back-btn:hover {
    color: #fa052e;
}

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

@media (max-width: 736px) {
    #msi_page .back-btn {
        font-size: 14px;
        line-height: 1.45;
        line-height: 30px;
        height: 30px;
    }
    #msi_page .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_page .closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

#msi_page .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;
}
/**/





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

#msi_page .selectric {
    background: #fff;
    color: #444;
    font-size: 1.65rem;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 3em;
}

#msi_page .selectric .label {
    color: #444;
    font-size: 1.65rem;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 38px 0 10px;
    line-height: 38px;
    height: 3em;
    text-align: left;
    color: #888;
}

#msi_page .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_page .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_page .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_page .selectric-items .selectric-scroll>ul>li {
    display: block;
    text-align: left;
    clear: both;
    font-weight: 100;
    line-height: 1.45;
    color: #888;
    white-space: normal;
    font-size: 1.65rem;
}

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

/* selectric //end */






/* ================== layout  ================= */
#msi_page .wrapper{
  width: 100%;
  padding: 3rem 0;
}
#msi_page .section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0;

}

#msi_page .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding:45px 45px;
    background-color: #fff;
      border: 3px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
    -moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.275);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.275);
}


@media (max-width: 1920px) {
    #msi_page .section {
        max-width: 1920px;
    }
   
}

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

@media (max-width: 992px) {
    #msi_page .section {
        padding: 5rem 0;
    }
    #msi_page .section_head {
        margin: 0px auto;
    }
    #msi_page .content{
        width: 90%;
            padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    
    #msi_page .section {
        padding: 20px 0;
    }
}

/**/
/* top head*/

#msi_page .top-head {
    width: 100%;
    margin: 0 auto;
    height: 250px;
    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;
    background-color: #f2f2f2;
}


#msi_page .top-head-captain {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    text-align:left;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
    z-index: 2;
}

#msi_page .top-head .title {
    text-align: left;
}

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


#msi_page .head{
    padding-top: 10px;
    padding-bottom: 20px;
}

#msi_page .head .block-title {
    text-indent: 0;
    font-size: 1.8rem;
    color: #444;
    letter-spacing: 0px;
    line-height: 1.45;
    font-weight: 600;
    list-style: none;
    padding: 0px 0;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px
}
#msi_page .head .block-sub{
 padding: 0;
 margin-top: 0;
 margin-bottom: 10px;
}


@media (max-width: 960px) {
    #msi_page .top-head {
        height: 200px;
    }
    #msi_page .top-head .sub {
        margin: 5px auto;
    }
    
}



/* ========== search-section ========== */

#msi_page .search-section {
    width: 100%;
    /*-ms-flex-item-align: end;
    align-self: flex-end;*/
    /*margin-top: 0px;*/
    position: relative;
    z-index: 9;

}


#msi_page .search-section .item-row {
    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;
}

#msi_page .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0;
}



@media (max-width: 960px) {
    #msi_page .search {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0px;
        margin: 0;
    }
}
@media (max-width: 736px) {
    #msi_page_product .search-section {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    #msi_page .search-section {
        background-color: transparent;
        padding: 15px 10px;
    }
}

/* search-section // end */


/*================ select-products ===================== */


#msi_page .select-products-section .item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


#msi_page .main-dropdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px;
}

#msi_page .base-dropdown {
    margin: 0 0 15px 0;
    opacity: 1;
    position: relative;
}

#msi_page .btn-dropdown-group {
    position: relative;
}

#msi_page .dropdown-openBtn.disabled {
    opacity: .45;
    cursor: default;
    background-color: #e0e0e0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*  product infor*/

#msi_page .product-infor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0 35px;
    opacity: 1;
}

#msi_page .product-infor .pdimg {
    width: 100%;
    margin: 0 auto;
}

#msi_page .product-infor img {
    width: 100%;
    max-width: 280px;
    text-align: center;
}

#msi_page .product-infor .pd-name {
    display: block;
}

#msi_page .product-infor.default .pd-name {
    display: none;
}

#msi_page .product-infor.default {
    opacity: .5;
}

#msi_page .product-infor.default img {
    width: 100%;
    max-width: 150px;
    text-align: center;
}

/* product infor // end */



/*search btn*/
#msi_page .select-products-section .main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0;
}

#msi_page .btn-primary.disabled {
    opacity: .25;
}

/*search btn // end */



@media (max-width: 960px) {

    #msi_page .select-products-section .item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #msi_page .main-dropdown {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    #msi_page .select-products-section .title {
        padding: 15px 15px;
    }
    #msi_page .select-products-section .title {
        text-align: center;
        padding: 0px 15px;
    }
    #msi_page .select-products-section .main-btn {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #msi_page .product-infor {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 15px 30px;
    }
    #msi_page .product-infor .pdimg {
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width: 736px) {
    #msi_page .product-infor .pdimg {
        width: 60%;
        margin: 0 auto;
    }
}