@charset "utf-8";
@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;
}
/* nb feature tab by tina */
/* 2019/05/06 v1 */
.feature-tabbox {
	position: relative;
}
.feature-tabbox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	z-index: 0;
}
.feature-tabbox ul li {
	position: relative;
	border-bottom: #3a1212 2px solid;
	padding: 10px 15px;
	list-style: none;
	margin: 0;
}
.feature-tabbox ul li img {
	width: 80px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
.feature-tabbox ul li.active:after, .feature-tabbox ul li:hover:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 2px);
	height: 5px;
	left: 1px;
	bottom: -3px;
	background: #bb05ff;
}
.feature-tabbox button {
	width: 100px;
	height: 98px;
	border: none;
	position: absolute;
	top: 0;
	outline: none;
	background: none;
	display: none;
	z-index: 2;
}
.feature-tabbox button:after {
	display: block;
	font-family: FontAwesome !important;
	position: absolute;
	z-index: 2;
	font-size: 30px;
	color: #fff;
	width: 30px;
}
.feature-tabbox button:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.feature-tabbox button.prev.on {
	left: 0;
	display: block;
}
.feature-tabbox button.prev.on:before {
	background: url(https://storage-asset.msi.com/global/picture/images/nb//feature-tab-prev.png) top left no-repeat;
	background-size: cover;
}
.feature-tabbox button.prev.on:after {
	content: "\f104";
	left: 0;
}
.feature-tabbox button.next.on {
	right: 0;
	display: block;
}
.feature-tabbox button.next.on:before {
	background: url(https://storage-asset.msi.com/global/picture/images/nb//feature-tab-next.png) top right no-repeat;
	background-size: cover;
	text-align: right;
}
.feature-tabbox button.next.on:after {
	content: "\f105";
	right: 0;
}
/* mnt hero feature tab by giner end */
.feature-tabbox ul li a {
	position: relative;
	z-index: 2;
	padding: 8px 20px;
	text-decoration: none;
	display: block;
	font-family: 'Sarpanch', 'din_pro_bold', 'cwTeXHei', 'Microsoft JhengHei';
	font-size: 20px;
	opacity: 1;
	color: #fff;
}
.feature-tabbox ul li.active a {
	color: #bb05ff;
}
/** Laptop Section */
.newNB-container {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	background: #000000;
	margin: 0px auto;
}
.section-group {
	padding: 0px;
	margin: 0px;
}
/**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;
}
/* mnt hero feature tab by giner */
.groupTitle {
	display: block;
	text-align: center;
}
.groupTitle .titlebox {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding: 0px;
	z-index: 1;
}
.groupTitle .titlebox::before, .groupTitle .titlebox::after {
	content: "";
	left: 0;
	padding-top: 7em;
}
.groupTitle .titlebox:before {
	width: 7%;
	background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG-ARTYMIS/template//mpg-line-left.png) left center no-repeat;
	background-size: 100%;
}
.groupTitle .titlebox::after {
	background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG-ARTYMIS/template//mpg-line-right.png) left center no-repeat;
	background-size: 100%;
	flex-grow: 1;
}
.groupTitle p {
	margin-left: 7%;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 0 1em #000;
	width: 88%;
	margin-top: 10px;
	text-align: left;
	margin-top: -0.5em;
}
.groupTitle .group-T {
	font-size: 44px;
	color: #fff;
	font-family: 'Sarpanch', 'din_pro_bold', 'cwTeXHei', 'Microsoft JhengHei';
	font-weight: 400;
	text-shadow: 0px 0px 4px #bb05ff, 0px 0px 5px #bb05ff, 0px 0px 4px #bb05ff, 0px 0px 5px #bb05ff;
}

/* mnt hero feature tab by giner end*/


@media screen and (min-width: 1921px) {
.groupTitle .titlebox::before {
	height: 200px;
}
.groupTitle p {
	margin-top: -2.5em;
}
.groupTitle .group-T {
	font-size: 56px;
}
}

@media screen and (max-width:1280px) {
/* mnt hero feature tab by giner */
.groupTitle .group-T {
	font-size: 32px;
}
.feature-tabbox ul li a {
	font-size: 18px;
}
/**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: 960px) {
.feature-tabbox {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.feature-tabbox ul {
	overflow: hidden;
	flex-wrap: wrap;
}
.feature-tabbox ul li {
	padding: 10px;
	width: 100px;
}
.feature-tabbox ul li img {
	padding-bottom: 0px;
}
.feature-tabbox ul li a {
	text-align: center;
	padding: 0px;
}
.feature-tabbox ul li span {
	display: none;
}
.feature-tabbox ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}
}

@media screen and (max-width: 768px) {
.feature-tabbox ul {
	width: 300px;
}
.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;
}
}
