@charset "utf-8";

/*Laptop new template CSS Document */

@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');
body {
    background-color: #000;

}



* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    /* line-height: 1.5em; */

}



/** 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: #000\9;
        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;
}

/*.declare-wrap div {
    float: left; }
.declare-wrap .hdmi-logo {
    width: 12%;
    padding: 0 15px; }
.declare-wrap .textcontent {
    padding: 0 15px; }
.declare-wrap .textcontent:nth-of-type(2) {
    width: 48%; }
.declare-wrap .textcontent:nth-of-type(3) {
    width: 39%; }
.declare-wrap .more-btn {
    display: none;
    user-select: none; }
.declare-wrap .m-no-show {
    display: inline; }
.declare-wrap .textcontent.m-no-show {
    display: block; }
.declare-wrap .setTop {
    margin-top: 10px; }

.clearfix::after {
    content: "";
    clear: both;
    display: table; }*/

.hdmi-svg .hdmi-color {
    fill: #000; }

/*@media (max-width: 1600px) {
    .declare-wrap {
        width: 100%;
        padding: 15px; } }

@media (max-width: 1366px) {
    .declare-wrap .hdmi-logo {
        width: 19%; }
    .declare-wrap .textcontent {
        padding: 0 15px;
        margin-bottom: 10px;
        float: right; }
    .declare-wrap .textcontent:nth-of-type(2) {
        width: 80%; }
    .declare-wrap .textcontent:nth-of-type(3) {
        width: 80%; } }

@media (max-width: 992px) {
    .declare-wrap {
        text-align: center; }
    .declare-wrap div {
        float: none; }
    .declare-wrap .hdmi-logo {
        width: 40%;
        margin: 0 auto 10px;
        float: none; }
    .declare-wrap .textcontent {
        padding: 0 15px;
        margin-bottom: 16px;
        float: none; }
    .declare-wrap .textcontent:nth-of-type(2) {
        width: 100%; }
    .declare-wrap .textcontent:nth-of-type(3) {
        width: 100%; }
    .declare-wrap .m-no-show {
        display: none; }
    .declare-wrap .textcontent.m-no-show {
        display: none; }
    .declare-wrap .more-btn {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #f00;
        color: #f00;
        cursor: pointer;
        transition: all 0.3s ease-in-out; }
    .declare-wrap .more-btn:hover {
        background-color: #330000; } }*/

@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;
    }
}

