@import "http://fonts.googleapis.com/earlyaccess/cwtexming.css";
@import "http://fonts.googleapis.com/earlyaccess/notosanstc.css";
@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    transition: .3s;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: Roboto, "Noto Sans TC", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
    font-weight: 300;
    line-height: 1.5;
}

nav .sns {
    background-color: #f3ba38;
}

nav .sns ul li {
    padding: 10px;
}

nav .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    color: #252525;
    font-size: 19px;
    line-height: 110px;
}

nav .navbar-nav>li.active>a {
    color: #2f9fd1;
}

.snsMobile {
    display: none;
}

section.banner {
    border-bottom: 0px solid #443f43;
    background: url(../images/yellowCloudBg.png) center bottom repeat-x;
}

section.banner .yellowCloud {
    background: url(../images/yellowCloud.jpg) center bottom no-repeat;
}

section.banner .blueslogan {
    margin: 20px auto 30px;
}

section.banner .onlypeople {
    margin-top: 60px;
}

@media (min-width: 768px) {
    section.banner .onlypeople img {
        width: 638px;
        height: auto;
    }
    .displayTable {
        position: relative;
        display: table;
        margin: auto;
    }
    /*--TITLE--*/
    section.banner .circleArrows {
        position: absolute;
        top: 90%;
        left: 90%;
        width: auto;
        height: auto;
    }
    img.startuptext {
        margin-left: -150px;
    }
    section.banner .onlypeople img.circleLine {
        position: absolute;
        top: 25%;
        left: 100%;
        width: 120px;
        height: auto;
    }
    section.banner .row {
        min-height: 670px;
        margin-top: 0px;
    }
    .row2 {
        height: 20px;
        margin-top: 0px;
    }
}

section h3.subtitle {
    margin-bottom: 50px;
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    ;
    line-height: 35px;
}

section.video,
section.feature,

section.buy,
section.box {
    padding: 50px 0;
}

section.video {
    background: #ea1b4f url(../images/pinkBg.png);
}

section.video .col-lg-8 {
    float: none;
    margin: auto;
}

section.video .lineDecoration.blue {
    border: 5px solid #2d9fd3;
}

section.video .lineDecoration.white {
    border-radius: 5px;
    border: 10px solid #fff;
}

section.video .lineDecoration.yellow {
    padding: 25px;
    background-color: #eec15a;
    border-radius: 8px;
    border: 3px solid #252525;
}

section .btn-common {
    display: table;
    margin: 20px auto;
    padding: 10px 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 5px 5px rgba(255, 255, 255, 0.5);
}

section .btn-red {
    display: inline-block;
    ;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    background-color: #ea2052;
    border: 1px solid #ea2052;
}

section.feature h3.subtitle,
section.buy h3.subtitle {
    color: #252525;
}

section.feature .featureItem {
    padding: 0 25px;
}

section.feature .featureItem img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

section.feature .featureItem h3 {
    display: table;
    margin: 0 auto;
    color: #01a2ce;
    font-size: 36px;
    line-height: 60px;
    border-bottom: 1px outset #01a2ce;
}

section.feature .featureItem p {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
}

section.buy h5 {
    padding-left: .5em;
    margin: 0 auto;
    color: #09a4cf;
    font-size: 30px;
    border-left: 1px solid #09a4cf;
}

section.buy p {
    margin: 1em 0 0;
    font-size: 20px;
}

section.buy .tipsImg img {
    max-width: 100%;
    height: auto;
}

section.buy .col-lg-10 {
    min-height: 200px;
    margin-top: 90px;
}

.boximg {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #8e8383;
}
.gotoacation {
    border-bottom: 10px solid #204986;
}

@media (min-width: 768px) {
    section.buy .col-lg-10 .row+.row .col-lg-8 {
        padding: 25px 15px;
    }
}

section.callAction {
    background: #fff;
    background-size: contain;
}

section.callAction .callActTitle {
    margin: 30px auto;
}

section.callAction .btnCircle {
    display: block;
    width: 90px;
    height: 90px;
    padding: 10px;
    margin: auto;
    color: #fff;
    background: #dadada;
    border-radius: 50%;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .4);
    text-decoration: none;
    cursor: pointer;
}

section.callAction .btnCircle span {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    background: #fd4337;
    border-radius: 50%;
}

section.callAction .btnCircle:hover span {
    background: #d6113d;
}

section.callAction .btnCircle span::before,
section.callAction .btnCircle span::after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

section.callAction .btnCircle span::before {
    top: 1px;
    left: 1px;
    box-shadow: 1px 1px 2px rgba(255, 255, 255, .4);
}

section.callAction .btnCircle span::after {
    top: 2px;
    left: 1px;
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

footer {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    background-color: #252525;
}

@media (max-width: 991px) {
    nav .navbar-nav>li>a {
        font-size: 17px;
    }
}
	.row-padding {
		margin-bottom: 60px;
	}
@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }
    nav {
        background-color: #f3ba38;
    }
    .navbar-brand {
        padding: 15px;
    }
    .navbar-brand>img {
        height: 40px;
        width: auto;
    }
    .snsMobile {
        display: block;
    }
    .phsns {
        width: 60px;
        position: absolute;
        display: -webkit-box;
        right: 50px;
        top: 20px;
    }
    nav .sns {
        display: none;
    }
    nav .navbar-nav>li>a {
        line-height: 2.5;
    }
    section.banner {
        background-image: none;
    }
    section.banner .yellowCloud {
        background: url(../images/yellowCloudMobile.jpg) center top no-repeat;
		background-size: cover;
		height: 550px;
		position: relative;
    }
    section.banner .onlypeople img.circleLine {
        display: none;
    }
    section.video .col-lg-8 {
        margin: 0 -15px;
    }
    section.video .lineDecoration.blue {
        border: 3px solid #2d9fd3;
    }
    section.video .lineDecoration.white {
        border-radius: 5px;
        border: 5px solid #fff;
    }
    section.video .lineDecoration.yellow {
        padding: 12.5px;
        border: 2px solid #252525;
    }
    section.video,
    section.buy,
    section.callAction,
	section.feature{
        margin-top: 50px;
    }
    
    section.banner .blueslogan,
    section.banner .startup {
        margin: 0 auto;
    }
    section.banner .blueslogan {
        padding: 20px 60px;
    }
    .yellowCloud .row {
        max-height: 510px;
        margin-top: 0px;
    }
    section.feature .featureItem {
        padding: 0 15px;
        margin-bottom: 50px;
    }
    section.feature .featureItem img {
        display: block;
        margin: auto;
        width: 80%;
        height: auto;
    }
    section.buy .col-lg-10 .col-lg-8 {
        margin-top: 25px;
    }
    section.buy h5 {
        position: relative;
        padding: .75em 0 0;
        border-left: 0;
    }
    section.buy h5 {
        text-align: center;
    }
    section.buy p {
        text-align: justify;
    }
    section.buy h5::before {
        content: '';
        position: absolute;
        ;
        display: block;
        top: .25em;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 2px;
        background-color: #09a4cf;
    }
    .box_two {
        margin: 20px 0
    }
    .boximg {
        max-width: 100%;
        margin: 0 15%;
        width: 70%;
        height: auto;
        border-radius: 10px;
        border: 1px solid #8e8383;
	}
	.fadeInLeft ,.fadeInRight{
		text-align: center;
	}
	.row-padding {
		margin-bottom: 60px;
	}
	section.box, section.buy {
		padding: 0;
	}
	.displayTable{
		position: relative;
	}
	.startuptext {
		position: absolute;
		display: block;
		width: 492px;
		height: 72px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0px;
	}
	.circleArrows {
		position: absolute;
		display: block;
		width: 258px;
		height: 90px;
		margin: auto;
		right: 0;
		top: 100px;
	}
}

@media screen and (max-device-width: 380px) {
    section.banner .blueslogan {
        padding: 20px 40px;
    }
}

@media screen and (max-device-width: 350px) {
    section.banner .blueslogan {
        padding: 20px 30px;
    }
    img.startuptext {
        height: 47px !important;
    }
}
.grad {
  background-image: linear-gradient(180deg,  #f3ba38, white);
}