@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@font-face {
    font-family: 'DINCond-Light';
    src: url("fonts/DINCond-Light.otf") format("TrueType");
    src: url("fonts/DINCond-Light.woff2") format("woff2"), url("fonts/DINCond-Light.woff") format("woff"), url("fonts/DINCond-Light.ttf") format("truetype"), url("fonts/DINCond-Light.svg#DINCond-Bold") format("svg"), url("fonts/DINCond-Light.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot') format('embedded-opentype'), url('fonts/CenturyGothic.woff2') format('woff2'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}


/*Laptop new template CSS Document */


/** Laptop Section */

.newNB-container {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    background: #000000;
    margin: 0px auto;
}

.section-group {
    padding: 0px;
    margin: 0px;
}

.section-group .Titlebar {
    position: relative;
    width: 100%;
    height: 80px;
    background: rgb(37, 37, 37);
    background: linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(23, 23, 23, 1) 40%, rgba(0, 0, 0, 1) 100%);
    text-align: center;
}

.groupTitle {
    display: block;
    text-align: center;
}

.groupTitle .titlebox {
    width: 120px;
    border-top: 3px solid #FF0000;
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.groupTitle .titlebox.visuals {
    width: 150px;
}

.groupTitle .titlebox.performance {
    width: 220px;
}

.groupTitle .titlebox.audio {
    width: 150px;
}

.groupTitle .titlebox.control {
    width: 180px;
}

.groupTitle .titlebox.streaming {
    width: 180px;
}

.groupTitle .titlebox .mainIcon {
    font-size: 21px;
    line-height: 21px;
    color: #FFF;
}

.groupTitle .group-T {
    font-size: 16px;
    padding-left: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'din_pro_bold', 'cwTeXHei', 'Microsoft JhengHei';
}


/**container **/

.sub-container {
    background-color: #000;
    position: relative;
    width: 100%;
}

.sub-container .singleconatainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btn-green {
    background-color: #6db40d;
    color: #FFF;
}

.btn-green:hover {
    color: #333;
    background-color: #e6e6e6;
}

@media screen and (max-width:1280px) {
    .groupTitle .titlebox {
        width: 250px;
    }
    .groupTitle .titlebox.visuals,
    .groupTitle .titlebox.performance,
    .groupTitle .titlebox.audio,
    .groupTitle .titlebox.control,
    .groupTitle .titlebox.streaming {
        width: 250px;
    }
    /**mobile Carousel Custom**/
    .carousel-custom {
        margin: 0px;
    }
    .carousel-custom .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
    .carousel-custom .carousel-indicators li {
        display: inline-block;
        width: 20px;
        height: 3px;
        margin: 0px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #0009;
        background-color: #505050;
        border: 1px solid #505050;
        border-radius: 0px;
    }
    .carousel-custom .carousel-indicators .active {
        width: 20px;
        height: 3px;
        margin: 0px;
        background-color: #FF0000;
        border: 1px solid #FF0000;
    }
    .carousel-custom .carousel-caption {
        position: relative;
        left: 0;
        min-height: 180px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-custom .carousel-indicators {
        bottom: 140px;
    }
    #myTab>li>a>span>img.image-main {
        display: none;
    }
    #myTab>li.active>a>span>img.image-main {
        display: block;
    }
}

#msi-declare-nb {
    width: 100%;
    color: #686868;
    font-family: "DINPro-Medium", "cwTeXHei", "Microsoft JhengHei", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    margin: 20px auto;
    line-height: 20px;
    position: relative;
}

#msi-declare-nb p {
    font-family: "DINPro-Medium", "cwTeXHei", "Microsoft JhengHei", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 10px
}

#msi-declare-nb .hdmi-logo img {
    width: 100%;
}

#msi-declare-nb .logo-col2 .hdmi-logo {
    flex: 0 0 10%;
}

#msi-declare-nb .logo-col2 .text {
    flex: 0 0 calc(45% - 40px);
    margin-left: 40px;
    box-sizing: border-box;
}

#msi-declare-nb.white-declare {
    color: #353535;
}

.declare-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #686868;
    padding: 15px 0;
}

.hdmi-svg .hdmi-color {
    fill: #000;
}

@media screen and (max-width: 960px) {
    .declare-wrap {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 15px 6%;
        box-sizing: border-box;
    }
    #msi-declare-nb .text {
        margin-left: auto !important;
    }
    #msi-declare-nb .hdmi-logo {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 10px;
    }
}

h2.nbtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
    h2.nbtitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 1536px) {
    h2.nbtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    h2.nbtitle {
        font-size: 22px;
    }
}

h3.subtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    h3.subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    h3.subtitle {
        font-size: 20px;
    }
}

p.nb-article {
    margin: 0;
    padding: 0 0 15px;
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 1920px) {
    p.nb-article {
        font-size: 18px;
    }
}

p.notetext {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

@media screen and (max-width: 960px) {
    p.notetext {
        font-size: 14px;
        line-height: 1.3;
    }
}

.block {
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

.block img.full {
    width: 100%;
}

.block .imgxs {
    display: none;
}

.block h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.block h2.h2line strong {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.block h2.h2line strong:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block h2.h2line strong:before {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block p {
    margin: 0;
    padding: 0 0 15px;
}

.block ul,
.block li {
    list-style: none;
}

.block .note {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

.block .data-num {
    font-family: 'DINCond-Light';
    font-size: 3vh;
}

.block .data-num span,
.block .data-num b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num img {
    margin: 0 15px;
}

.block .data-num-sm {
    font-family: 'DINCond-Light';
    font-size: 2.5vh;
}

.block .data-num-sm span,
.block .data-num-sm b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num-xs {
    font-family: 'DINCond-Light';
    font-size: 1.5vh;
}

.block .data-num-xs span,
.block .data-num-xs b {
    font-size: 220%;
    font-weight: 400;
}

.block.center,
.block .center {
    text-align: center;
}

.block .container-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .container-lg {
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.block .container-md {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.block.sp,
.block .sp {
    padding: 0% 0;
}

.block.spbt,
.block .spbt {
    padding-bottom: 5%;
}

.block.sptop,
.block .sptop {
    padding-top: 5%;
}

.block.spsub,
.block .spsub {
    padding: 3% 0;
}

.block.spsubbt,
.block .spsubbt {
    padding-bottom: 3%;
}

.block.spsubtop,
.block .spsubtop {
    padding-top: 3%;
}

@media screen and (max-width: 1920px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 26px;
    }
    .block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1536px) {
    .block h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 22px;
    }
    .block .note {
        font-size: 14px;
        line-height: 1.3;
    }
    .block .imglg {
        display: none;
    }
    .block .imgxs {
        display: block;
    }
    .block .container-lg,
    .block .container-md,
    .block .container {
        width: 80%;
    }
    .block .data-num,
    .block .data-num-sm,
    .block .data-num-xs {
        font-size: 20px !important;
    }
    .block .data-num span,
    .block .data-num b,
    .block .data-num-sm span,
    .block .data-num-sm b,
    .block .data-num-xs span,
    .block .data-num-xs b {
        font-size: 42px;
        font-weight: bold;
    }
}

.box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .box-sc {
        display: block;
    }
}

.box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 960px) {
    .box-sc.box-xs,
    .box-cc.box-xs,
    .box-s.box-xs,
    .box-c.box-xs {
        display: block;
    }
}

.effect-zoom-in {
    position: relative;
    overflow: hidden;
}

.effect-zoom-in img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    vertical-align: bottom;
}

.effect-zoom-in img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mobile-content h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 10% 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.mobile-content .nb-article {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
}

.mobile-content .note {
    font-size: 14px;
    padding: 15px 0 0;
    color: #999;
    list-style: none;
}

.mobile-content .data-num {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
}

.mobile-content .data-num li {
    display: inline-block;
    margin: 0 5%;
}

.mobile-content .data-num li span,
.mobile-content .data-num li b {
    font-size: 36px;
    font-weight: bold;
}

.mobile-content .bt {
    padding-top: 15px;
}

.mobile-content .bt a {
    display: inline-block;
    min-width: 50%;
    padding: 10px 20px;
    border: #666 1px solid;
    color: #fff;
    text-decoration: none;
}

.mobile-content .bt a:hover {
    background: #fff;
    color: #000;
}