@charset "utf-8";
/* CSS -- reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, small, strong, sub, sup, var, b, i, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, hgroup, section video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, li {
	list-style: none;
}
/*去掉iPhone、iPad的默認按钮样式*/

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.button {
	border-radius: 0;
}
a {
	color: #666;
	text-decoration: none;
 noFocusline: expression(this.onFocus=this.blur());
	outline: 0;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
/*img*/

img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
}
/*page style*/

.txtLeft {
	text-align: left;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}
.floatLeft, .imageleft {
	float: left;
	margin-right: 1em;
}
.floatRight, .imageRight {
	float: right;
	margin-left: 1em;
}
.floatClear {
	clear: both;
	height: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: " ";
}
.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.tr {
	display: table-row;
}
.td, .th {
	display: table-cell;
}
sup {
	font-size: 55%;
	vertical-align: middle;
}
 @keyframes scaleDraw {
 0% {
 transform: scale(1.1);
 opacity: 0
}
 60% {
 transform: scale(1);
 opacity: .65;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
/* ========================= Bundle commmon ====================== */

#Software_Bundle {
	color: #fff;
	font-size: 16px;
	font-size: 100%;
	line-height: 1.45;
	font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
	/*    background-color: #090623;*/
	position: relative;
	overflow: hidden;
	line-height: 1;
}
#Software_Bundle .pagebg {
	background-size: cover;
	-moz-background-size: cover;
	background: url(https://storage-asset.msi.com/event/nb/2019/Intel_Software_GameBundle/images/page_color.png) center top no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;
	margin-top: 350px;
	z-index: 2;
	position: absolute;
}
#Software_Bundle .section_bg {
	background-size: cover;
	-moz-background-size: cover;
	background: url(https://storage-asset.msi.com/event/nb/2019/Intel_Software_GameBundle/images/section_bg.png) center top no-repeat;
	background-color: #000;
	width: 100%;
	height: 100%;
	margin-top: 0;
	position: relative;
	z-index: 99;
}
#Software_Bundle .content {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
	padding: 1rem 30px;
}
#Software_Bundle .dec_h3 {
	font-size: 1.85rem;
	color: #fff;
	line-height: 1.65;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	text-align: left;
}
#Software_Bundle .dec_p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.45;
	font-weight: 500;
	padding-bottom: 15px;
}
/*btn*/

.btn_inner {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	text-align: center;
	padding: .85rem 0 0 0;
}
.b-btn-red, .btn-red>i, .txt_btn>i, .btn-white>i {
	padding-left: 8px;
}
.btn-white {
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 1);
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(227, 13, 49, 1);
	border: 2px solid rgba(227, 13, 49, .5);
	text-decoration: none;
	outline: none;
}
.b-btn-white {
	font-weight: bold;
	width: 42%;
	padding: 10px 0px;
	font-size: 1em;
	margin: 2rem 0px;
	display: inline-block;
	height: auto;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, .25);
	border: 2px solid rgba(255, 255, 255, .65);
}
.btn-red {
	background-color: rgba(227, 13, 49, .85);
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(227, 13, 49, 1);
	border: none;
	text-decoration: none;
	outline: none;
}
.b-btn-white:hover {
	background-color: rgba(255, 255, 255, .8);
	color: #0d2752;
}
.txt_btn {
	color: rgba(255, 255, 255, .65);
	font-size: 1em;
	padding: 2px 2px;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .35);
	word-wrap: break-word;
}
.txt_btn:hover, .txt_btn:focus, .txt_btn:active {
	color: rgba(209, 5, 6, 1);
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid rgba(209, 5, 6, 1);
}
.txt_btn:focus {
	color: rgba(255, 255, 255, 1);
	outline: none;
}
.btn-title {
	font-size: 1em;
	line-height: 2;
	color: rgba(255, 255, 255, 1);
}
/* == Bundle commmon // END ==*/


/* ============== Top banner ====================== */

#Software_Bundle .main_header {
	position: relative;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	height: 100vh;
}
#Software_Bundle .topbg {
	width: 100%;
	background: url(https://storage-asset.msi.com/event/nb/2019/risetoeverychallenge/images/kv.jpg)center top no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	position: relative;
	z-index: 1;
	height: 100vh;
	-webkit-animation: scaleDraw 1.35s ease-in-out;
	animation: scaleDraw 1.35s ease-in-out;/*-webkit-animation: scaleDraw 3s ease-in-out;*/
}
#Software_Bundle .main_body {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
}
#Software_Bundle .main_body .top-header {
	width: 100%;
	padding-top: 30%;
	text-align: center;
}
#Software_Bundle .main_body .top-header .title_h2 {
	font-family: 'IntelClearPro-Bold';
	font-size: 8.8em;
	line-height: .85;
}
#Software_Bundle .main_body .top-body {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 20px;
}
#Software_Bundle .main_body .top-body .td {
	display: table-cell;
	vertical-align: top;
}
#Software_Bundle .main_body .top-body .sub {
	padding: 10px 20px;
	font-size: 1.25em;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: 'CenturyGothic';
}
#Software_Bundle .main_body .top-body .intel-img {
	width: 15%;
	text-align: center;
	padding: 0px;
}
#Software_Bundle .main_body .top-footer>.txt {
	display: block;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5;
	margin: 0;
	padding: 0 0px;
}
#Software_Bundle .top_logo {
	position: absolute;
	top: 10%;
	z-index: 9;
	right: -25%;
	margin-right: 50px;
}
#Software_Bundle .top_logo img {
	width: 70%;
}

@media (max-width: 1366px) {
#Software_Bundle .main_body {
	width: 80%;
}
#Software_Bundle .main_body .top-header {
	padding-top: 20%;
}
#Software_Bundle .top_logo img {
	width: 60%;
}
}

@media (max-width: 1024px) {
#Software_Bundle .main_header {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	height: 50vh;
}
#Software_Bundle .topbg {
	height: 70vh;
}
#Software_Bundle .main_body .top-header {
	padding-top: 30%;
}
#Software_Bundle .main_body .top-header .title_h2 {
	font-size: 6.5em;
}
#Software_Bundle .main_header {
	height: 47vh;
}
}

@media (max-width: 992px) {
#Software_Bundle .main_body .top-header .title_h2 {
	font-size: 5em;
}
#Software_Bundle .main_body .top-body .intel-img {
	width: 30%;
	padding: 0 15px;
}
#Software_Bundle .main_body .top-body .sub {
	padding: 10px 10px;
	font-size: 1em;
}
}

@media (max-width: 736px) {
#Software_Bundle .topbg {
	height: 55vh;
}
#Software_Bundle .main_body {
	width: 100%;
}
#Software_Bundle .main_body .top-body .sub {
	font-size: 75%;
	line-height: 1.45;
	padding: 0 10px;
}
#Software_Bundle .main_body .top-header .title_h2 {
	font-size: 3.25em;
	margin: 20px 0;
	padding: 0 15px;
	display: block;
}
#Software_Bundle .main_body .top-header {
	padding-top: 40%;
}
#Software_Bundle .main_body .top-body {
	padding: 10px;
}
#Software_Bundle .main_body .top-body .intel-img {
	width: 25%;
	padding: 0px;
}
#Software_Bundle .main_body .top-footer>.txt {
	display: block;
	text-align: left;
	font-size: 90%;
	line-height: 1.5;
	margin: 20px 0 50px;
	padding: 0 15px;
}
}
/* === Top banner //  end === */


/* ====================  intro  ========================= */

#intro {
	width: 100%;
 cover;
	background-attachment: fixed;
	background-color: transparent;
	padding-top: 5%;
	position: relative;
}
#intro .content {
	border: 3px solid rgba(255, 255, 255, .25);
	background-color: rgba(47, 35, 87, .65);
	padding: 2rem 2rem;
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
}
#intro .intro_head {
	width: 100%;
	letter-spacing: 2;
	padding-top: .5rem;
	position: relative;
	text-align: center;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
#intro .title_w {
	font-family: 'IntelClearPro-Bold';
	top: 1%;
	font-size: 4rem;
	color: #003b71;
	line-height: normal;
	text-align: center;
	padding: 0 2rem;
	background: #fff;
	position: absolute;
	border-radius: 500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 180px;
	z-index: 99;
	height: 180px;
	vertical-align: middle !important;
	align-items: center;
	display: grid;
}
#intro .intro_head .title {
	display: inline-block;
	font-size: 2.65rem;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	font-weight: 900;
	padding: 0 2rem;
}
#intro .dec_p {
	line-height: 1.65;
	padding-top: 10px;
	letter-spacing: .85;
	color: rgba(255, 255, 255, .7);
}
#intro .logo_dec_p {
	line-height: 1.65;
	color: rgba(255, 255, 255, .7);
	text-align: center;
	padding: 10px 20px;
}
#intro .dec_p strong {
	color: rgba(255, 255, 255, 1);
}
#intro .dec_inner {
	width: 60%;
	padding: 0px 30px;
}
#intro .img_inner {
	width: 40%;
}
#intro .area {
	padding: 20px 0;
}
#intro .game-logo-img {
	padding: 20px 0px;
}
#intro .game-logo-img_sm {
	padding: 0px 30px;
	text-align: center;
}
#intro .item-title {
	position: relative;
	display: block;
}
#intro .item-title h5 {
	font-weight: 900;
	font-size: 1.25em;
	color: #fff;
	padding: 20px 0px;
}
#intro .item-title.line {
	padding: 35px 0px;
}
#intro .item-title.line h5 {
	text-align: center;
}
#intro .item-title.line:after {
	top: 50%;
	right: 0;
	vertical-align: middle;
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
}
#intro .item-title.line:before {
	top: 50%;
	vertical-align: middle;
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
}
#intro .colorbg {
	padding: 20px 15px;
	background-color: rgba(47, 35, 87, .65);
}
#intro .item-logo_box .logo_dec_p {
	margin: 0;
}
#intro .lastarea .item-title h5 {
	padding: 0;
}
/* == intro  slider ==*/

#Software_Bundle .owl-theme .owl-nav {
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
	background-color: #333;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255, 0, 0, 1);
}
.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: rgba(0, 0, 0, .85);
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}
#Software_Bundle .owl-theme .owl-nav .owl-prev {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 12px 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	position: absolute;
	left: 0%;
}
#Software_Bundle .owl-theme .owl-nav .owl-next {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 12px 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	position: absolute;
	right: 0%;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: rgba(255, 0, 0, 1);
}
.owl-theme .owl-nav [class*=owl-] {
	background: rgba(255, 0, 0, .65);
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: rgba(255, 0, 0, .65);
}
#Software_Bundle .owl-theme .owl-nav .owl-next:hover, #Software_Bundle .owl-theme .owl-nav .owl-prev:hover {
 background-color: (255, 255, 255, .1);
}
.owl-carousel .owl-item img {
	display: inline-block;
	width: auto !important;
}
/*====  slider  / End ===*/


/*==================== Intro item ==================== */

#Software_Bundle #intro .item {
	padding: 15px 30px;
}
#Software_Bundle #intro .grid-row {
	display: flex;
	margin: 20px auto;
	overflow: hidden;
	padding-bottom: 0rem
}
#Software_Bundle #intro .grid-col {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	overflow: hidden;
}
#Software_Bundle #intro .col-2 {
	width: 50%;
}
.in_td {
	width: 25%;
	margin: 0 auto;
	text-align: center;
}
.small-img {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.center-img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 768px) {
#Software_Bundle #intro .grid-row {
	padding-bottom: 0rem;
}
#Software_Bundle #intro .item {
	padding: 0px;
}
#Software_Bundle #intro .grid-col {
	text-align: center;
}
}
/*====  Intro item  / End ===*/


/* ====================  promo  ========================= */

#promo {
	position: relative;
	width: 100%;
	background-color: transparent;
}
#promo .promo_header {
	background-color: transparent;
}
#promo .promo_header .title {
	text-align: center;
	font-size: 2.65rem;
	padding: 2rem 0;
	border-radius: 0;
	line-height: 1.25;
	font-weight: 900;
	margin-top: 5rem;
	color: #fff;
}
#promo .promo_header .btn_inner {
	text-align: center;
}
#promo .promo_body .btn_inner {
	text-align: left;
}
#promo .promo_body {
	margin-bottom: 6vh;
	padding: 30px;
	width: 100%;
}
#promo .promo_body .img {
	margin: 0 auto;
}
#promo .promo_body .img-gift {
	margin: 5vh auto 0;
	width: 100%;
}
#promo .promo_body .flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#promo .promo_body .flex-row .infor {
	padding: 15px 30px;
	flex: 0 0 48%;
	margin: 10px 10px;
	background-color: rgba(47, 35, 87, .35);
	font-family: 'DINPro-Regular', sans-serif;
}
#promo .promo_body .flex-row .flex-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#promo .promo_body .flex-row .infor .pd-name {
	color: #fff;
	font-size: 1.6em;
	font-family: 'DINPro-Regular', sans-serif;
	font-weight: 600;
	line-height: 2em;
	padding-bottom: 10px;
}
#promo .promo_body .flex-row .infor .txt {
	font-size: 1rem;
	color: rgba(255, 255, 255, .7);
	line-height: 1.25rem;
	display: table;
	padding-bottom: 2vh;
}
#promo .promo_body .flex-row .infor .txt li {
	text-indent: -15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#promo .promo_body .flex-row .infor .txt li.txt-att {
	text-decoration: none;
}
#promo .promo_body .flex-row .infor .txt li::before {
	content: "•";
	padding-right: 8px;
	color: #a3a2ab;
}
#promo .promo_body .flex-row .infor .txt li.txt-att:before {
	content: "";
	padding-left: 0px;
	color: #a3a2ab;
}
#promo .btn_box {
	color: #fff;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	text-align: center;
	padding: 15px 12px;
	font-size: 1.25rem;
	margin: 0;
}

@media (max-width: 1199px) {
#intro {
	padding-top: 8%;
}
#intro .title_w {
	width: 120px;
	height: 120px;
	font-family: 'IntelClearPro-Bold';
	top: 1%;
	font-size: 2rem;
 width:
}
#promo .promo_body .img-gift {
	margin: 8vh auto 0;
	width: 100%;
}
}

@media (max-width: 1080px) {
#promo .promo_body .flex-row .infor {
	flex: 1 1 48%;
}
}

@media (min-width: 600px) and (max-width: 1199px) {
#promo .promo_body {
	padding: 35px 0;
}
}

@media (max-width: 768px) {
#promo .promo_body {
	margin-bottom: 0vh;
}
#promo .promo_body .flex-row .infor .txt {
	font-size: 1.5em;
	line-height: 1.45;
}
#promo .promo_body .flex-row .infor {
	max-width: 100%;
}
#promo .btn_box {
	font-size: 1.25em;
	line-height: 1.45;
	padding: 15px 10px;
}
}

@media (max-width: 736px) {
#promo .promo_header .title {
	font-size: 1.25rem;
	padding: 10px 0;
	padding-bottom: 0rem;
}
#promo .promo_body {
	padding: 0px;
	width: 100%;
	padding: 20px 0px;
}
#promo .promo_body .flex-row .infor {
	float: left;
	padding: 15px 15px;
	width: 50%;
}
#promo .promo_body .flex-row .infor .pd-name {
	font-size: 1.2em;
	line-height: 2em;
}
#promo .promo_body .flex-row .infor .txt {
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom: 2vh;
}
#promo .content {
	width: 100%;
}
}
/* terms */

#Software_Bundle .tc_bg {
	width: 100%;
	background-color: transparent;
	margin-top: 0rem;
}
#Software_Bundle .terms-txt {
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-top: 25px 15px;
	padding-bottom: 5rem;
}
#Software_Bundle .terms-txt h4 {
	color: rgba(255, 255, 255, 1);
	font-size: 3rem;
	padding-top: 5%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'DINCond-Bold'
}
#Software_Bundle .terms-txt ul {
	padding: 2% 0px;
	text-align: left;
}
#Software_Bundle .terms-txt ul li {
	line-height: 1.25rem;
	color: rgba(255, 255, 255, .8);
	font-size: 1rem;
	list-style: disc;
	padding: 5px 0px;
}
#Software_Bundle .tc_copy {
	line-height: 1.25rem;
	color: rgba(255, 255, 255, .65);
	font-size: 1rem;
}

/* common resize */

@media(max-width: 1366px) {
#Software_Bundle .pagebg {
	margin-top: 0;
}
#Software_Bundle .content {
	width: 90%;
}
}
/*=================== model ========================*/

#Software_Bundle .modal-content {
	position: relative;
	background-color: rgba(0, 0, 0, .8);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #999;
	border: 0px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
#Software_Bundle .modal-dialog {
	width: 50%;
	margin: 0 auto;
	padding-top: 10%;
}
#Software_Bundle .modal-header {
	padding: 15px;
	border-bottom: 1px solid #666;
}
#Software_Bundle .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 0px solid #666;
}
#Software_Bundle .modal-header {
	padding: 15px;
	border-bottom: 0px solid #666;
}
#Software_Bundle .promo-modal {
	padding: 0 2rem;
}
#Software_Bundle .promo-modal .promo_modal_head {
 text-align: left width: 100%;
	margin: 0 auto;
	padding: 0 0rem;
}
#Software_Bundle .promo-modal .promo_modal_head .h5 {
	font-size: 1.45rem;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
}
#Software_Bundle .promo-modal .bold_txt {
	font-size: 1.25rem;
	line-height: 1.45;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
}
#Software_Bundle .promo-modal .dec_p {
	font-size: 1rem;
	line-height: 1.45;
	color: #ddd;
}
#Software_Bundle .promo_model_body ul {
	padding: 0;
}
#Software_Bundle .promo_model_body li {
	position: relative;
	font-size: 1rem;
	padding: 5px 0px;
}
#Software_Bundle .promo_model_body li a {
	color: #ddd;
	text-decoration: underline;
}
#Software_Bundle .promo_model_body li a:hover, #Software_Bundle .promo_model_body li a:focus {
	color: #f00;
	text-decoration: underline;
}
#Software_Bundle .promo_model_body li:before {
	content: url('https://storage-asset.msi.com/event/nb/2019/Intel_software_bundle/images/list_circle_y.png');
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
#Software_Bundle .promo_model_body li>span {
	display: inline-block;
	text-indent: -24px;
	color: #000;
	font-weight: bold;
}
#Software_Bundle .terms-txt {
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-top: 25px 15px;
	padding-bottom: 5rem;
	color: #ddd;
}
#Software_Bundle .promo_model_body .yl_txt {
	color: #fae362;
}
#Software_Bundle .modal-header .close {
	margin: 0;
	font-size: 1rem;
	line-height: 1;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	right: 15px;
	display: inline-block !important;
	text-align: center;
	vertical-align: middle;
	opacity: 1;
	background: #000 !important;
	color: #fff;
	border: #ddd 2px solid;
	z-index: 10;
}
#Software_Bundle button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

@media (max-width: 1024px) {
#Software_Bundle .modal-dialog {
	width: 90%;
}
}

@media(max-width: 1199px) {
#intro .item-title.line {
	padding: 0px;
}
#intro .game-logo-img_sm {
	padding: 0px 0;
}
#intro .item-logo_box .row {
	margin: 30px auto;
}
#intro .item-title.line:after,  #intro .item-title.line:before {
	width: 40%;
}
#intro .logo_dec_p {
	padding: 10px 0;
}
}

@media (max-width: 1024px) {
#intro .intro_head {
	padding: 0;
}
#Software_Bundle #intro .grid-row {
	margin: 0 auto;
}
}

@media (max-width: 768px) {
#Software_Bundle #intro .grid-col {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
#Software_Bundle #intro .grid-row {
	padding-top: 15%;
	display: flex;
	flex-wrap: wrap;
}
#intro {
	padding-top: 13%;
}
#Software_Bundle .promo-modal .promo_modal_head {
	text-align: center;
}
#Software_Bundle .promo-modal .promo_modal_head .h5 {
	font-size: 1.15rem;
	line-height: 1.25;
}
#Software_Bundle .promo_model_body li:before {
	margin-left: -32px;
}
#Software_Bundle .promo_model_body ul {
	padding-left: 30px;
}
#Software_Bundle .terms-txt ul {
	padding: 2% 15px;
}
.b-btn-white {
	width: 100%;
	padding: 20px 0px;
	font-size: 1.25em;
}
#Software_Bundle .main_header {
	height: 70vh;
}
#intro .dec_inner {
	width: 100%;
	padding: 0px 30px;
}
#intro .img_inner {
	width: 100%;
}
#intro .intro_head {
	padding-bottom: 0rem;
}
#intro .intro_head .title {
	font-size: 2.5rem;
	line-height: 1.45;
	padding: 0 1rem;
}
#intro .dec_p {
	padding: 20px 0;
}
#intro .game-logo-img_sm {
	padding: 15px 0 0 0;
}
#intro .item-logo_box .logo_dec_p {
	margin-bottom: 10px;
}
#intro .item-title.line:after,  #intro .item-title.line:before {
	width: 30%;
}
#intro .area {
	padding: 0px 0;
}
#intro .colorbg {
	padding: 0;
}
#Software_Bundle #intro .lastarea .grid-row {
	margin: 0;
	padding: 0;
}
#Software_Bundle #intro .lastarea {
	padding: 15px;
}
#Software_Bundle #Software_Bundle #intro .lastarea .dec_p {
	padding: 0;
}
.area {
	padding: 0;
}
#Software_Bundle .promo-modal {
	padding: 0px;
}
#Software_Bundle .promo-modal .promo_modal_head .h5 {
	font-size: 1.25rem;
	line-height: 1.25;
}
#Software_Bundle .promo-modal .bold_txt {
	font-size: 1rem;
}
#Software_Bundle .terms-txt h4 {
	font-size: 2rem;
}
#Software_Bundle .terms-txt ul li {
	line-height: 1.45rem;
	font-size: 1rem;
}
#Software_Bundle .tc_copy {
	line-height: 1.45rem;
	padding: 30px 15px;
}
#promo .btn_box,  .b-btn-white {
	padding: 12px 15px;
	font-size: 1em;
}
#Software_Bundle .dec_p {
	padding-bottom: 1.25em;
}
.btn-title {
	font-size: 1.25em;
	line-height: 1.6;
}
.txt_btn {
	font-size: 1.25em;
	line-height: 1.6;
}
#Software_Bundle .content {
	padding: 30px 15px;
}
#Software_Bundle .content {
	width: 100%;
}
#Software_Bundle .dec_p {
	text-align: center;
	padding: 20px 15px 45px 15px;
	font-size: 90%;
}
.txt_btn {
	font-size: 1em;
	line-height: 1.6;
}
#Software_Bundle #intro .lastarea {
	padding: 0px 0 20px 0;
}
#Software_Bundle .owl-dots {
	position: absolute;
	left: calc((100% - 144px) / 2);
	margin: 0 auto;
	text-align: center;
}
#Software_Bundle .owl-theme .owl-nav {
	top: 50%;
}
#intro .dec_inner {
	width: 100%;
	padding: 0px;
}
#intro .intro_head .title {
	font-size: 1.45rem;
	line-height: 1.45;
	padding: 0 1rem;
}
#intro .dec_p {
	padding: 0;
}
#Software_Bundle .top_logo {
	position: absolute;
	top: 24%;
	z-index: 9;
	right: 2%;
	margin-right: 0;
	text-align: right;
}
#Software_Bundle .top_logo img {
	width: 40%;
}
#intro .item-title.line:after,  #intro .item-title.line:before {
	width: 20%;
}
#intro .item-logo_box .row {
	margin: 0px auto;
}
}

@media (max-width: 480px) {
#Software_Bundle .owl-theme .owl-nav .owl-next,  #Software_Bundle .owl-theme .owl-nav .owl-prev {
	margin: 0;
}
#Software_Bundle .owl-theme .owl-nav {
	top: 15%;
}
}
