section#main.main-ind{
	padding: 0;
}
.landing-wrapper {
  background:#fff;
}
.tabcontent.active {
    display: block;
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3 {
    text-transform: none;
}
.landing-wrapper h1{
    font-size: 50px;
    margin-bottom: 10px;
}
.landing-wrapper h2 {
    font-size: 50px;
}
.landing-wrapper i{
    vertical-align: middle;
}
.landing-wrapper tr, .landing-wrapper td{
    display: revert;
}
.landing-wrapper td {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    border: none;
}
.landing-wrapper table tr td:last-of-type{
    border: none;
}
.landing-wrapper td:first-child{
    font-weight: bold;
}
.landing-wrapper table tbody tr:nth-child(even){
    background-color: #EEEEEE;
}

.landing-wrapper table tbody tr:nth-child(odd){
    background-color: #ffffff;
}
*{
    scroll-behavior: smooth
}

.sec-pad{
    padding: 35px;
}
.sec-pad-lg{
    padding: 50px 35px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.f-wrap{
    flex-wrap: wrap;
}
.txt-white{
    color: #ffffff
}
.txt-center{
    text-align: center;
}
.sec-sub-title{
    font-size: 22px;
    color: #fff;
  	font-family: 'Montserrat';
}
.sec-title{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pos-rel{
    position: relative;
    z-index: 1;
}
/**hero**/
.sec1{
    background-color: #000000;
    color: #fff;
}
.sec1 h2{
    text-transform: none;
    font-size: 30px;
  	font-family: 'Montserrat';
	background-color: #16dbff;
	background-image: -moz-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: -webkit-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.spark-hero-title{
    padding: 35px;
    max-width: 600px;
}
.spark-hero-title img{
    margin-bottom: 15px;
}
.spark-notice{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(41, 41, 41, 60%);
    border-radius: 25px;
    padding: 15px;
    margin-top: 40px;
}
.spark-notice i{
    font-size: 26px;
      color: #008cf7;
}

.enquire-btn {
    display: block;
    text-align: center;
    padding: 1.2em 3em;
    border: 9px solid #004855;
	background-color: #008cf7;
    border-radius: 999px;
    cursor: pointer;
    transition: .25s ease;
    max-width: 320px;
    margin: 0 auto;
}
.enquire-btn:hover{
    border-color: #000000;
    background: #0051a8;
    color: #000000;
}
.enquire-btn .btn{
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.enquire-btn i{
    margin-left: 10px;
}
.sec2{
    background-color: #000000;
}
.sec2 .vas{
    justify-content: space-around;
}
.sec2 p{
    max-width: 500px;
    margin-bottom: 40px;
}

.spark-docs{
    margin-top: 60px;
}
.spark-docs p{
    margin-bottom: 15px;
}
.btn-green i {
	margin-left:15px;
	margin-top:-3px;
	font-size:18px;
}
.spark-docs .btn-green, .spark-spec .btn-green{
    background-color: #008cf7;
    border-color: #008cf7;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    min-width: 250px;
}
.spark-docs .btn-green:hover, .spark-spec .btn-green:hover {
	background-color:#0051a8;
	border-color: #0051a8;
}
.spark-spec .end-btn {
	margin: 50px auto;
	text-align:center;
}
.spark-spec .btn-green {
	margin: 0 auto;
}
.spark-docs .vas{
    justify-content: center;
    gap: 20px;
}
.sec4{
    position: relative;
    background-color: #161616;
    padding: 35px; 
}
.sec4 {
	background: linear-gradient(to bottom, #010b1a 0%, #041833 100%);
}
.sec4 p {
	color:#ffffff;
}
.sec4 .col2 .sec-title .sec-sub-title {
	font-size: 22px;
    color: #fff;
}
.sec5 {
	background-color:#000000;
}
.sec5 p {
	color:#ffffff;
}
.feat-list h3 {
	color:#16dbff;
	font-size:30px;
}
.feat-list{
	margin-top:50px;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}

.feat-list .col2{
    margin-bottom: 40px;
    max-width: 500px;
}
.sec-title h2 { 
  	font-family: 'Montserrat';
	background-color: #16dbff;
	background-image: -moz-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: -webkit-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
  	font-size:46px;
}
 
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.gal-container {
  position: relative;
  margin:10px auto;
  max-width:650px;
}

/* Hide the images by default */
.gal-slide {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gal-prev,
.gal-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gal-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gal-prev:hover,
.gal-next:hover {
background-color: #eaeaea;
color:#000;
}
.thumb-row {
	margin-top:50px;
}

.thumb-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.thumb-column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.thumb-opa {
  opacity: 0.6;
}

.active,
.thumb-opa:hover {
  opacity: 1;
}

.landing-faq {
	background-color:#000;
	position:relative;
	padding:50px;
}
.accordion {
	border-radius: 3px;
	position: relative;
	max-width:1000px;
	margin:30px auto;
}
.accordion p {
	font-size:16px;
	color:#fff;
	padding-bottom:15px;
}
.accordion-section-title {
	width: 100%;
	display: inline-block;
	margin:0;
	transition: all linear 0.15s;
	font-size: 20px;
	font-weight: normal;
	color: #3bbee3;
	text-align: left;
	text-decoration:none;
	margin-bottom:20px;
}
.accordion-section-title:hover {
	color:#008299;
}
.accordion-section-content {
	display: none;
}
.accordion-section {
	margin:50px 0;
	border-bottom:1px solid #063e4b;
}
.accordion, .accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion img, .accordion * img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	display: block;
}
.ksp-sec {
    position:relative;
	background: #000 url('/images/landing/asus/et900n/bg_onepager.png') no-repeat top center;
    background-size: auto;
}
.ksp-container {
  display: grid;
  grid-template-columns: 0.5fr .5fr .6fr .6fr .5fr .5fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  padding: 20px;
  width: 96%;
  max-width: 1180px;
  margin: 0 auto;
}
.ksp-container > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #a7e0f9;
  background: rgba(0, 0, 0, 0.73);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: clamp(0.5em, 3vw, 1.5em);
}
.ksp-container > li .text-center {
  text-align: center !important;
}
.ksp-container > li:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ksp-container > li:nth-child(1) .text {
  padding: 10px 20px 10px 10px;
  width: 60%;
}
.ksp-container > li:nth-child(1) .image {
  width: 40%;
  padding: 20px 0px 20px 20px;
}
.ksp-container > li .text-left {
  text-align: left !important;
}
.ksp-container > li:nth-child(1) {
  grid-area: 3 / 1 / 1 / 4;
}
.ksp-container > li:nth-child(2) {
  grid-area: 3 / 4 / 1 / 7;
}
.ksp-container > li:nth-child(3) {
  grid-area: 5 / 1 / 3 / 3;
}
.ksp-container > li:nth-child(4) {
  grid-area: 5 / 5 / 3 / 3;
}
.ksp-container > li:nth-child(5) {
  grid-area: 5 / 7 / 3 / 5;
}
.ksp-container > li:nth-child(6) {
  grid-area: 7 / 1 / 5 / 3;
}
.ksp-container > li:nth-child(7) {
  grid-area: 7 / 5 / 5 / 3;
}
.ksp-container > li:nth-child(8) {
  grid-area: 7 / 7 / 5 / 5;
}
.ksp-container > li.note_area {
  padding: 0;
  margin: 0;
  display: inline-block;
  background: none;
  border: none;
  text-align: right;
  width: 100%;
  grid-area: 7 / 7 / 7 / 1;
}
.ksp-sec p.p1 {
  color: #fff;
  line-height: 1.1em;
  margin: 0;
  letter-spacing: 0;
  font-size: clamp(2em, 4vw, 2em) !important;
}
.ksp-sec p.p2 {
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  line-height: 1.3em;
  margin: 5px 0 0 0;
  letter-spacing: -0.02em;
}
.ksp-sec p.p3 {
  color: #fff;
  line-height: 1.1em;
  margin: 0;
  letter-spacing: 0;
  font-size: clamp(3em, 5vw, 3em) !important;
}
.ksp-sec p.note {
  font-size: 12px;
  color:#fff;
  line-height: 1.2em !important;
  margin: 10px 0 10px;
}
.ksp-sec .text a {
    color:#fff;
    border-bottom: 1px solid #fff;
}
.bg_style .sec5 {
  background: url(/images/landing/asus/et900n/bg_style_02.jpg) no-repeat center 65%;
  background-size: cover;
  background-color: rgba(0,0,0,0.65);
  background-blend-mode: darken;
  padding: 150px 0;
}
.vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: black;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1170px){
        .ksp-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1.25fr 1.25fr 1.25fr 1.25fr
    }
     .ksp-container>li:nth-child(1) {
        grid-area: 1 / 1 / 1 / 1;
        z-index: 3;
        /* background: none; */
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ksp-container>li:nth-child(2) {
        grid-area: 1 / 3 / 2 / 2
    }

    .ksp-container>li:nth-child(3) {
        grid-area: 2 / 1 / 2 / 1
    }

    .ksp-container>li:nth-child(4) {
        grid-area: 2 / 3 / 2 / 2
    }

    .ksp-container>li:nth-child(5) {
        grid-area: 3 / 1 / 3 / 2
    }

   .ksp-container>li:nth-child(6) {
        grid-area: 3 / 3 / 3 / 2
    }

    .ksp-container>li:nth-child(7) {
        grid-area: 5 / 1 / 4 / 2
    }

   .ksp-container>li:nth-child(8) {
        grid-area: 5 / 2 / 4 / 2
    }
}
.sec-tabs {
  overflow: hidden;
}
.sec-tabs button {
    display: block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background: none;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.5rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;

}
.sec-tabs button:hover {
  color:#008cf7;
}
.sec-tabs button.active {
  color:#008cf7;
}
.tabcontent {
  display: none;
  border-top: none;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media screen and (min-width: 1170px){
        .col2{
            width: 50%;
        }
        .feat-list .col2{
            width: calc(50% - 17.5px);
            max-width: none;
        }
        .col2-40{
            width: calc(40% - 17.5px) !important;
            max-width: none;
        }
        .col2-60{
            width: calc(60% - 17.5px) !important;
            max-width: none;
        }
}
@media screen and (min-width: 920px){
    .sec4 .vas{
        min-height: 300px;
        align-items: center;
    }
}
@media screen and (max-width: 720px){
    .ksp-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
@media screen and (min-width: 720px){
        .sec1{
        background-image: url(/images/landing/asus/et900n/expertcenterprog3-kv.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
    }
        .spark-mob-kv{
        display: none;
    }
        .sec1 .hero-title{
        min-height: 560px;  
    }
}