/* Base Settings */
body {
	padding: 0px;
    background-color: white;
    /*font-family:'Source Han Sans TC';*/
	font-family: 'Noto Sans TC', sans-serif;
    /*'NSimSun';*/
    /*'Microsoft Sans Serif';*/
	/*: : 'Adobe Heiti Std';*/
    /*font-family: 'Adobe Heiti Std';*/
    /*: ' Adobe Fan Heiti Std';*/
}
.container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.main-box {
    margin-top:20px;
    width: 100%;
}
.content {
	width: 100%;
}
@media (min-width: 768px) {
    .content {
        position: relative;
        width: 745px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .content {
        position: relative;
        width: 970px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .content {
        position: relative;
        width: 1170px;
        margin: 0 auto;
    }
}
.content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Nav Bar */ 
.nav{
	background-color: black;
}
.brand-logo{
	height: 35px;
	margin: auto 0px;
}
@media (min-width: 992px) {
	.nav-item{
		margin: 0px 10px;
	}
}

/* Landing */
.landing{
    padding-top: 0px;
    padding-bottom: 0px;
	height: 85vh;
	background-image: url('img/bg-landing-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.landing .row{
	margin: 0px;
}
.landing .quiz-box{
	height: 200px;
	width: 200px;
	margin: 0px auto;
}
.landing .quiz_button{
	height: 100%;
	margin: 0px auto;
}
.landing .quiz_button_image{
	height: 100%;
	margin: 0px auto;
}
.landing .text_box{
	text-align: center;
	margin-bottom: 16px;
}
.landing .text_area{
	padding: 15px 15px;
}
.text-color-black{
	color: black;
}
.text-color-white{
	color: white;
}
.landing .text_1{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
}
.landing .text_2{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
.landing .text_3{
	font-weight: bold;
	margin: 0px;
	font-size: 18px;
}
.landing .image_area{
	text-align: center;
	padding: 0px;
}
.orange-go-button {
    color: white;
    font-size: 26px;
    display: block;
    background: #fb9832;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #fb9832;
    color: white;
	padding: 10px 30px;
	margin: 0px auto;
}
.orange-go-button:hover,
.orange-go-button:focus {
    color: #fb9832;
    background-color: transparent;
    border-style: solid;
    border-width: thin;
    border-color: #fb9832;
}
.go-button {
    color: white;
    font-size: 26px;
    display: block;
    background: #F04155;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: normal;
    border-style: solid;
    border-width: thin;
    border-color: #F04155;
    color: white;
	padding: 10px 30px;
	margin: 0px auto;
}
.go-button:hover,
.go-button:focus {
    color: #F04155;
    background-color: transparent;
    border-style: solid;
    border-width: thin;
    border-color: #F04155;
}
.button-box{
	padding: 30px 0px;
	margin: 0px;
}
@media (min-width: 768px) {
	.landing .text_area{
		padding: 0px 40px;
	}
	.landing .text_1{
		font-size: 140%;
	}
	.landing .text_2{
		font-size: 120%;
	}
	.landing .text_3{
		font-size: 120%;
	}
}
@media (min-width: 992px) {
	.landing .text_area{
		padding: 0px 50px;
	}
	.landing .text_1{
		font-size: 160%;
	}
	.landing .text_2{
		font-size: 140%;
	}
	.landing .text_3{
		font-size: 140%;
	}
}
@media (min-width: 1200px) {
	.landing .text_area{
		padding: 0px 80px;
	}
	.landing .text_1{
		font-size: 30px
	}
	.landing .text_2{
		font-size: 26px;
	}
	.landing .text_3{
		font-size: 26px;
	}
}

/* Ebook*/
.ebook .book_image{
      height: 250px;
}
.ebook .image_area{
      margin-bottom: 20px;
}
.ebook .more_button {
  border: 1px solid #F04155;
  background-color: transparent;
  color: #F04155;
  padding: 12px 28px;
  cursor: pointer;
  font-size: 16px;
}
.ebook .more_button:hover {
  background-color: #F04155;
  color: white;
}
.ebook{
	padding: 40px 30px;
	text-align: center;
	background: #000;
	background-image: url('img/bg_couple.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ebook .text_box{
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: 100%;
	line-height: 20px;
}
.ebook .red_text{
	font-size: 18px;
	color: #F04155;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.ebook .bold_white_text{
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.ebook{
		padding-top: 40px;
		padding-bottom: 40px;
	}	
	.ebook .text_box{
		line-height: 30px;
	}
	.ebook .red_text{
		font-size: 24px;
	}
	.ebook .bold_white_text{
		font-size: 20px;
	}
	.ebook .more_button {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.ebook{
		padding-top: 80px;
		padding-bottom: 80px;
	}	
	.ebook .text_box{
		line-height: 30px;
	}
	.ebook .red_text{
		font-size: 24px;
	}
	.ebook .bold_white_text{
		font-size: 20px;
	}
	.ebook .more_button {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	
}

/* Products */
.products{
	background-color: white;
	margin-bottom: 20px;
}
.products .content{
	padding: 0px 20px;
}
.products .row{
	background-color: #f2f2f2;
	margin: 0px;
}
.products .product-bg{
	width: 100%;	
}
/* Responsive */
.products .image-box{
	background-color: #f2f2f2;
	text-align: center;
	padding: 20px 0px;
}
.products .text-box{
	background-color: #f2f2f2;
	text-align: left;
	padding: 20px;
	padding-top: 0px;
}
@media (min-width: 450px) {
	.products .image-box{
		padding: 40px 0px;
	}
	.products .text-box{
		padding: 40px;
		padding-top: 0px;
	}
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	.products .text-box{
		padding: 40px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/* Responsive */
.products .product-image-1{
	height: 220px;
}
.products .product-image-2{
	width: 100%;
}
@media (min-width: 576px) {
	.products .product-image-1{
		height: 250px;
	}
	.products .product-image-2{
		width: 100%;
	}
}
@media (min-width: 768px) {
	.products .product-image-1{
		height: 250px;
	}
	.products .product-image-2{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.products .product-image-1{
		height: 280px;
	}
	.products .product-image-2{
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.products .product-image-1{
		height: 300px;
	}
	.products .product-image-2{
		width: 100%;
	}
}
.products .yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.products .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* What_you_will_learn 
.what_you_will_learn{
	background-color: white;
    text-align: center;
    padding: 40px 30px;
}
.what_you_will_learn .text_box{
      text-align: left;
      line-height: 30px;
      display: inline-block;
	  font-size: 14px;
}
.what_you_will_learn .text_box .first_part{
      margin-top: 0px;
      margin-bottom: 0px;
}
.what_you_will_learn .red_text{
      font-size: 130%;
      color: #F04155;
      font-size: 130%;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
}
.what_you_will_learn ul.no_bullet {
      list-style-type: none;
      padding: 0;
      margin: 0;
}
.what_you_will_learn .check{
      background: url('img/red_check.png') no-repeat left top;
      display: block;
      height: 30px;
      padding-left: 35px;
      padding-top: 0px;
}
@media (min-width: 576px) {
	.what_you_will_learn{
		padding: 50px 30px;
	}
	.what_you_will_learn .text_box{
		  font-size: 16px;
	}
}
@media (min-width: 768px) {
	.what_you_will_learn{
		padding: 60px 30px;
	}
	.what_you_will_learn .text_box{
		  font-size: 16px;
	}
}
@media (min-width: 992px) {
	.what_you_will_learn{
		padding: 60px 30px;
	}
	.what_you_will_learn .text_box{
		  font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.what_you_will_learn{
		padding: 70px 30px;
	}
	.what_you_will_learn .text_box{
		  font-size: 20px;
	}
}
*/

/* Free Stuff */
.free_articles{
      text-align: center;
      background: #000;
      padding-top: 50px;
      padding-bottom: 50px;
}
.free_articles .section_title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 50px;
	color: #FFF;
}
.free_articles .free_title_box_a{
      text-decoration: none;
}
.free_articles .free_button_image{
      width: 100px;
}
.free_articles .free_title_box{
      padding-top: 20px;
}
.free_articles .free_title{
      color: #FFF;
      font-size: 18px;
      font-weight: bold;
}
.free_articles .grid-2{
	grid-gap: 50px;
}
.free_articles .free_button_image{
	width: 80px;
}
.free_articles .image_area{
      margin: 20px 0px;
}
@media (min-width: 576px) {
	.free_articles .section_title{
		font-size: 20px;
	}
	.free_articles .free_title{
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.free_articles .section_title{
		font-size: 22px;
	}
	.free_articles .free_title{
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.free_articles .section_title{
		font-size: 24px;
	}
	.free_articles .free_title{
		font-size: 22px;
	}
}
@media (min-width: 1200px) {	
}
.free{
	background-color: white;
}
.free .content{
	padding: 0px 10px;
}
.free .row{
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.free-content{
	background-color: #f2f2f2;
	text-align: center;
}
.free-1, .free-2{
	padding: 0px 10px;
	margin-bottom: 20px;
}
/* Responsive */
.free-image{
	width:100%;
}
@media (min-width: 450px) {
	.free-image{
		width:80%;
	}
}
@media (min-width: 576px) {
	.free-image{
		width:80%;
	}
}
@media (min-width: 768px) {
	.free-image{
		width:100%;
	}
}
@media (min-width: 992px) {
	.free-image{
		width:80%;
	}
}
@media (min-width: 1200px) {
	.free-image{
		width:80%;
	}
}

/* About */
.about{
      color: #000;
	  padding: 50px 20px;
      background-image: url('img/about_bg_3.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}
.about .section_title{
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 50px;
}
.about h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.about .center{
      margin-bottom: 20px;
	  text-align: center;
}
.about .story_text p{
      font-size: 16px;
}
.about .founder_image{
      width: 50%;
}
.about .grid-2{
      margin-top: 30px;
}
@media (min-width: 576px) {
	.about .section_title{
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.about .section_title{
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	.about .section_title{
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	
}

/* Consulting */
.consult{
	background: #FFF;
	color: #FFF;
	padding: 50px 20px;
}
.consult .text_box{
      color: #000;
      text-align: center;
      font-size: 16px;
}
.consult .section_title{
      color: #000;
      text-align: center;
      margin-bottom: 30px;
}
.consult .more_button {
  border: 1px solid #F04155;
  background-color: transparent;
  color: #F04155;
  padding: 14px 28px;
  font-size: 100%;
  cursor: pointer;
}
.consult .more_button:hover {
  background-color: #F04155;
  color: white;
}
.consult .section_title{
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 50px;
}
@media (min-width: 576px) {
	.consult .section_title{
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.consult .section_title{
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	.consult .section_title{
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	
}


/* Footer */
.footer{
      background-color: white;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 50px;
      padding-right: 50px;
      text-align: center;
}
.footer .social_icon_box{
      text-decoration: none;
}
.footer .social_icon{
      margin-left: 5px;
      margin-right: 5px;
      border: none;
      width: 50px;
}
.footer .copyright{
      margin-top: 10px;
      margin-bottom: 0px;
}


/* Grids */
.grid-3, .grid-2 {
	grid-template-columns: 1fr;
}
.grid-2-reverse {
	grid-template-columns: 1fr;
}
.grid-2-reverse div:nth-child(1) {
	grid-row: 2;
}
.grid-2-reverse div:nth-child(2) {
	grid-row: 1;
}
@media(min-width: 768px) {
	.grid-2 {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-2-reverse {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}	
}

/* Others */
.mb-20{
	margin-bottom:20px;
}
