/* ------ACI Custom Styles-------- */
body {
	margin: 0;
}
.hidden {
    display: none!important;
}
.img-center {
	margin: 0 auto !important;
}

.cta {
	display: flex;
	mar
}


.btn-learn {
	padding: 7px 20px !important;
  border: 1px solid #fff;
  font-size: 1.3rem !important;
  color: #fff;
  margin: 10px 20px !important;
	font-family: "TradeGothicLTPro","Roboto Condensed","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .sec-software .hd-frame {
	flex-direction: row;
	flex-wrap: wrap;
}
#hd .sec-software .hd-content {
	height: auto;
	width: 50%;
	text-align: left;
}

#hd .hd-btn {
  display: inline-block;
  font-size: 1.25em;
  padding: 0.5em 1em 0.25em;
  margin: 2em 0 1em;
  color: white;
  border: 1px solid white;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.banner-set {
	margin-bottom: 2rem;
}

/* Featured Videos */
.video-set .vid {
	width: 80%;
  margin: 1rem auto;
}
.btn-video {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
	border: 1px solid #666;
}
.play-button {
  position: absolute;
  background-image: url("../images/play-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 65px;
  width: 65px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.vid.main {
	max-width: 900px;
	margin: 0 auto 2rem;
}

.vid.main .play-button {
  /* background-color: rgba(0,0,0,.8); */
  background-size: 65px;
  background-position: 50%;
  height: 65px;
  width: 260px;
  /* padding: 80px 10px 10px; */
	text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vid.main .play-button span {
	display: none;
}
@media only screen and (min-width: 786px) {
	/* .vid.main .play-button {
	  background-color: rgba(0,0,0,.8);
	  background-size: 65px;
	  background-position: 50% 20px;
	  height: 165px;
	  width: 260px;
	  padding: 80px 10px 10px;
		text-align: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: end;
	  -ms-flex-pack: end;
	  justify-content: flex-end;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}
	.vid.main .play-button span {
		display: block;
		font-size: 1.3rem;
	} */
}
@media only screen and (min-width: 992px) {
  .video-set {
		display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	}
	.video-set .vid {
		width: calc(33% - 30px);
	}
}

/* WTB section */
.sec-product {
	position: relative;
	z-index: 1;
}
.tab-navi ul.item-list {
    display: flex;
		flex-flow: column;
    justify-content: center;
		align-items: center;
}
.tab-navi .item-list li:first-child.active {
    background-color: #333;
    box-shadow: inset 0 -3px 0 #ff0000;
}
.tab-navi .item-list li:nth-child(2).active {
		background-color: #333;
    box-shadow: inset 0 -3px 0 rgb(204,143,4);
}
.tab-navi .item-list li:nth-child(3).active {
		background-color: #333;
    box-shadow: inset 0 -3px 0 rgb(102,102,102);
}
.tab-navi .item-list li:nth-child(4).active {
		background-color: #333;
    box-shadow: inset 0 -3px 0 rgb(132,86,70);
}
.tab-navi .item-list li {
    font-size: 1rem;
		width: 50%;
    padding: 15px 10px;
    background-color: #222;
    cursor: pointer;
    user-select: none;
}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 786px) {
	.tab-navi ul.item-list {
		flex-flow: row;
		align-items: flex-start;
	}
	.tab-navi .item-list li {
		font-size: 1.5rem;
		width: 33%;
    width: 280px;
    padding: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.tab-navi .item-list li {
		font-size: 2rem;
    width: 280px;
    padding: 30px;
	}
}
.key-product-container {
    background-color: #333;
    display: flex;
    flex-flow: column;
		flex-direction: column-reverse;
    justify-content: center;
    padding: 40px 20px;
		margin-top: 2rem;
		position: relative;
}
.rog-bg::before {
	background: rgb(138,0,1);
	background: linear-gradient(90deg, rgba(138,0,1,1) 70%, rgba(138,0,1,0) 100%);
}
.tuf-bg::before {
	background: rgb(204,143,4);
	background: linear-gradient(90deg, rgba(204,143,4,1) 70%, rgba(204,143,4,0) 100%);
}
.dual-bg::before {
	background: rgb(102,102,102);
	background: linear-gradient(90deg, rgba(102,102,102,1) 70%, rgba(102,102,102,0) 100%);
}
.noctua-bg::before {
	background: rgb(132,86,70);
	background: linear-gradient(90deg, rgba(132,86,70,1) 70%, rgba(132,86,70,0) 100%);
}
.key-product-container::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    z-index: 0;
}
@media only screen and (min-width: 786px) {
	.key-product-container::before {
	    width: 70%;
	}
}
.key-product-content {
    width: 100%;
    text-align: left;
		z-index: 1;
}
.key-product-content .card-button:focus {
    background-color: #000;
}
.key-product-content .title{
    font-size: 2rem;
}
.key-product-content .specs{
	margin: 20px 0;
}
.key-product-content .specs ul {
	padding-left: 20px;
}
.key-product-content .specs ul li{
	list-style-type: disc;
	font-size: 1.2rem;
  margin-bottom: 5px;
}

.key-product-kv {
    width: 100%;
		max-width: 750px;
		z-index: 1;
}
@media only screen and (min-width: 992px) {
	.key-product-container {
		flex-flow: row;
		flex-direction: row;
	}
	.key-product-content {
	    width: 40%;
	    text-align: left;
			z-index: 1;
	}
	.key-product-kv {
	    width: 50%;
			max-width: 750px;
			z-index: 1;
	}
}
.product-list {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
.product-list .item {
	text-align: center;
	width: calc(100% - 30px);
  margin: 30px 15px;
  max-width: 360px;
	padding: 0px 20px 20px;
	position: relative;
}
@media only screen and (min-width: 768px) {
  .product-list .item {
		width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .product-list .item {
		width: calc(33.3333% - 30px);
  }
}
.product-list .item::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 90%;
	border: 1px solid #ff0000;
	z-index: -1;
}
.product-list.tuf .item::before {
	border: 1px solid rgb(204,143,4);
}
.product-list.dual .item::before {
	border: 1px solid rgb(102,102,102);
}
.product-list .item .item-title {
	font-size: 1.3rem;
	margin: 2rem 0;
}
.product-list .item .item-specs {
	margin-bottom: 2rem;
}
.product-list .item .item-specs ul {
	text-align: left;
	padding-left: 20px;
}
.product-list .item .item-specs ul li {
	list-style-type: disc;
	font-size: 1rem;
  margin-bottom: 5px;
}
.product-list .item .item-kv {
	position: relative;
	z-index: 1;
}
.product-list .item .item-kv img {
	margin: 0 auto;
}

.product-list .item .cta {
	flex-direction: column;
	align-items: center;
}

.product-list .item .cta .btn-learn {
	width: 150px;
	margin: 1rem auto;
}


/* Subscribe buttons */
.form_question_button {
	position: relative;
  margin-right: 15px;
  width: 260px;
  max-width: 260px;
  border: 0;
  border-radius: 30px;
	font-size: 18px;
	color: #fff !important;
	cursor: pointer;
  background: #5441e8 !important;
}
.form_question_button:hover {
	opacity: 0.8;
}

/* WTB button */
.card-button, .card-button-disabled {
	position: relative;
	margin: auto !important;
	/* margin-top: 10px !important; */
	padding: 7px 20px !important;
	font-size: 1.3rem;
	font-weight: normal;
	border: 1px solid #fff !important;
	border-radius: 3px;
	outline: 0;
	color:#fff;
	/* text-transform: uppercase; */
	background-color: #ff0000;
	cursor: pointer;
	display: block;
	width: 100%;
	min-width: 150px;
	max-width: 240px;
	font-family: "Roboto Condensed","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
	/* font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; */
  /* -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: all .5s; */
}
.card-button span, .card-button-disabled span {
	position: relative;
  z-index: 10;
}
.card-button[disabled] {
	opacity: 0.5;
	user-select: none;
	cursor: not-allowed;
}
.card-button:before, .card-button-disabled:before {
    /* display: inline-block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid transparent;
    border-radius: 30px;
    background: #f5f5f7;
    content: ''; */
}
	.card-button:hover, .card-button-disabled:hover{

	}
	.card-button:focus, .card-button-disabled:focus{
		background: #ff0000;
	}
	.card-button-disabled span {


	}
@media only screen and (max-width: 480px) {
	#hd .sec-component .btn-container .hd-btn:before {
		background-image: none;
	}
	  .card-button, .card-button-disabled {

		}
}

/* dropdown-content */
#hd .wtb-list {
	/* margin-top:1rem; */
	/* display: flex;
	flex-flow: column; */
	position: relative;
	display: inline-block;
}
#hd .wtb-list .cta-buy {
	min-width: 160px;
}
#hd .wtb-list .wtb-dropdown {
	width: 100%;
	max-width: 300px;
	margin: 10px 0;
}
#hd .wtb-list .wtb-dropdown .card-button {
	width: 100%;
	max-width: 300px;
	margin: 0;
	transform: skewX(-20deg);
}
#hd .wtb-list .wtb-dropdown .card-button span{
	display: block;
	transform: skewX(20deg);
}
#hd .wtb-dropdown {
  position: relative;
  width: auto;
	margin: 10px 0;
}
@media only screen and (max-width: 480px) {

}
@media only screen and (min-width: 768px) {
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  max-width: 240px;
  width: 100%;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
  z-index: 19;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .dropdown-content {
    width: 80%;
    margin: auto !important;
  }
}
.dropdown-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom:-9px;
		left: 0;
	  right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.dropdown-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom:-11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ddd;
}
.dropdown-content a {
  color: #ff0000;
  padding: 5px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    /* padding: 5px !important; */
  }
}
.dropdown-content a:hover {
    background-color: #fff !important;
    color: #ff0000;
    box-shadow: inset 3px 0 0 #ff0000, inset -3px 0 0 #ff0000;
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.dropdown-content a:first-child:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-content a:last-child{
    border-bottom: 0;
}
.dropdown-content a:last-child:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.aci-show {
  display: block;
}

.btn-rog {
	background-color: #ff0000 !important;
	border: 1px solid #ff0000 !important;
}
.btn-tuf {
	background-color: rgb(204,143,4) !important;
	border: 1px solid rgb(204,143,4) !important;
}

/* video wrapper */
.video-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0,0,0,.95);
  display: none;
	justify-content: center;
	align-items: center;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-wrapper .btn-close {
  width: 50px;
  height: 50px;
  right: 40px;
  top: 20px;
  position: absolute;
  z-index: 99999;
  background: url("../images/close-light.png") 50% no-repeat;
  transition: all .2s;
  background-size: 100%;
  cursor: pointer;
}
.video-wrapper .btn-close:hover {
  transform: rotate(90deg);
}
.video-player {
  /* width: 100vw; */
	width: 100%;
  max-width: 964px;
  /* height: 100vh; */
  position: relative;
  z-index: 9999;
  /* padding: 4% !important; */
  text-align: center;
  box-sizing: border-box;
	max-height: 540px;
	height: 100%;
}
.video-player .img-popup {
  height: 100%;
  max-height: 800px;
}
@media screen and (max-width:480px){
  .video-wrapper .btn-close {
    right: 10px;
    top: 10px;
  }
  .video-player {
    padding: 65px 4% !important;
  }
  .video-player .img-popup {
    width: 100%;
    height: auto;
  }
}
