@charset "utf-8";

/* CSS Document */

body {margin: 0; padding: 0; font-size: 14px; font-family: 'psl_kandaregular'; color: #555;}


.banner{
    width: 100%;
    margin-top: 138px;
}
@media only screen and (max-width: 1200px) {
    .banner{
        width: 100%;
        margin-top: 120px;
    }
}

@media only screen and (max-width: 1050px) {
    .banner{
        width: 100%;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 815px) {
    .banner{
        width: 100%;
        margin-top: 90px;
    }
}

@media only screen and (max-width: 700px) {
    .banner{
        width: 100%;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 576px) {
    .banner{
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 520px) {
    .banner{
        width: 100%;
        margin-top: 65px;
    }
}

@media only screen and (max-width: 450px) {
    .banner{
        width: 100%;
        margin-top: 70px;
    }

    div.section-2 > div.content > div.row > .center{
        padding: 0px 3em;
    }
}



.boxwhite {text-decoration: none; color: #555; outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    margin: 50px auto 0 auto; text-align: center;
    position: relative; border: 1px solid #ffffff; border-radius: 30px; color: #000000; text-align: center; font-size: 24px; padding: 10px 50px; font-family: 'psl_kandabold'; background: rgba(255,255,255,0.70); margin: 0 auto; /*width: 23%;*/ margin-top: 30px;

}


a {text-decoration: none; color: #555; outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}

a:hover {text-decoration: none; color: #00a251;-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.clear {clear: both;}

#wrapper { width: 100%; margin: 0 auto; padding: 0;overflow: hidden;}

#header {background: #00a251; position: fixed; top: 0; z-index: 99999; width: 100%; margin: 0 auto; padding: 15px 0;}

#container { width: 100%; margin: 0; padding: 0;}

#footer { width: 100%; margin: 80px 0 0 0; padding: 0; background: url(../images/img-btm.png) no-repeat bottom center; }

.content {width: 1180px; margin: 0 auto; position: relative}

.logo { position: relative; width:10%; margin: 0 auto}

.logo img {width: 100%; display: block; margin: 0; padding: 0;}

.owl-prev, .owl-next {top: -95px !important;}

.banner-index {display: block; position: relative; margin-top: 25px;}

.btn-buyonline {position: absolute; right: 0; top: 50%; border: 1px solid #ffffff; border-radius: 30px; color: #ffffff; text-align: center; font-size: 21px; padding: 5px 30px; font-family: 'psl_kandabold';
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}

.btn-buyonline:hover {border: 1px solid #ffcb05; color: #ffcb05;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}

h1 {
    font-size: 50px;
    line-height: 65px;
    font-family: 'psl_kandabold';
    margin: 0;
}
h2 {
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    margin: 0;
}
h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
    color: #000000;
    margin: 15px 0 0 0;
    font-family: 'psl_kandabold';
}
.section-1 {text-align: center; padding: 40px 0; background: #f5f5f5;}
.section-1 h1 {color: #00a251;}

.box-green {
    background: #4abb83;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
    font-family: 'psl_kandabold';
    margin: 20px 0 30px 0;
}
.box-green span {
    color: #ffff00!important;
    vertical-align: middle;
    margin-right: 10px;
}
.box-green img {
    vertical-align: bottom;
}
ul.box-select-package {width: 100%; list-style: none; margin: 20px auto; padding: 0;}
ul.box-select-package li {width: 30%; padding: 0; box-sizing: border-box; display: inline-block;}
ul.box-select-package img {width: 70%;}

.btn-buyblack {margin: 50px auto 0 auto; text-align: center;}
.btn-buyblack a {position: relative; border: 1px solid #000000; border-radius: 30px; color: #ffffff; text-align: center; font-size: 24px; padding: 5px 2em; font-family: 'psl_kandabold'; background: #000000; margin: 0 auto;}
.btn-buyblack a:hover {border: 1px solid #000000; color: #000000; background: rgba(255,255,255,0.70);}

.section-2 {text-align: center; padding: 40px 0; background: url(../images/section-2-bg.jpg) no-repeat bottom; background-size: cover; position: relative;}
.section-2 h1, .section-3 h1 {color: #ffffff;}
.plane-right {
    position: absolute;
    right: 0px;
    top: -212px;
    width: 25%;
    z-index: 2;
}
.section-2 > div.content > div.row > div > div > .menu{
    font-size: 23px;
    color: #fff;
    margin-top: 2em;
}

.section-2 > div.content > div.row > div > div > .menu > .icon2{
    width: 60px;
}
.section-2 > div.content > div.row > div.left > div > .menu > span{
    line-height: 1.4em;
    width: 77%;
    float: right;
    padding-right: 6px;
    font-size: 0.8em;

}

.section-2 > div.content > div.row > div.right > div > .menu > span{
    line-height: 1.4em;
    width: 77%;
    float: left;
    padding-left: 6px;
    font-size: 0.8em;
}

.section-2 > div.content > div.row > div.center > div > .menu >div > span{
    line-height: 1.4em;
    float: left;
    font-size: 0.8em;
    text-align: left;
}

.section-2 > div.content > div.row > div.left{
    text-align: left;  padding-top: 10%;

}

.section-2 > div.content > div.row > div.right{
    text-align: left;  padding-top: 10%;

}

.section-2 > div.content > div.row > .center{
    padding: 0px 5em;
}


.plane-right img {width: 100%;}

.plane-left {position: absolute; left: -95px; bottom: -365px; width: 30%; z-index: 2;}
.plane-left img {width: 100%;}

.smart-phone-mg {padding: 60px 0;}
.box-three-left {text-align: right; float: left; width: 33%; padding-right: 30px; box-sizing: border-box; padding-top: 20%;}
ul.smart-phone-box {list-style: none; margin: 0; padding: 0;}
ul.smart-phone-box li {padding: 0 0 50px 0; color: #ffffff; font-size: 23px; line-height: 70px;}
.box-three-center {text-align: center; float: left; width: 33%;}
.box-three-center img {width: 100%;}
.box-three-right {text-align: left; float: left; width: 33%; padding-left: 30px; box-sizing: border-box; padding-top: 20%;}

.box-three-left ul.smart-phone-box li img {width: 20%; float: right; vertical-align: middle; margin-left: 15px;}
.box-three-left ul.smart-phone-box li span {vertical-align: middle;}
.box-three-right ul.smart-phone-box li img {width: 20%; vertical-align: middle; margin-right: 15px;}
.box-three-right ul.smart-phone-box li span {vertical-align: middle; display: inline-block; line-height: 25px;}
span.span-smart {font-size: 20px;}

.section-3 {text-align: center; padding: 40px 0; background: url(../images/section-3-bg.jpg) no-repeat top; background-size: cover; position: relative; top: -1px;}

ul.box-check-protection {width: 85%; list-style: none; margin: 3em auto; padding: 0;}
ul.box-check-protection li {width: 100%; padding: 0 0 0 55px; margin-top: 1em; box-sizing: border-box; display: block; background: url(../images/../images/icon-plane.png) no-repeat left center; text-align: left; color: #ffffff; font-size: 24px;}

.btn-checkpro {margin: 50px auto 0 auto; text-align: center;}
.btn-checkpro a {position: relative; border: 1px solid #ffffff; border-radius: 30px; color: #000000; text-align: center; font-size: 24px; padding: 10px 50px; font-family: 'psl_kandabold'; background: rgba(255,255,255,0.70); margin: 0 auto; /*width: 23%;*/ margin-top: 30px;}
.btn-checkpro a:hover {border: 1px solid #000000; color: #ffffff; background: #000000;}

.section-4 {text-align: left; padding: 250px 0 750px 0; background: url(../images/section-4-bg.jpg) no-repeat top; background-size: cover; position: relative;}
.section-4 h1 {color: #ffffff; font-size: 100px; font-family: 'psl_kandaregular';}
.section-4 h2 {font-size: 37px; line-height: 87px;}
.section-4 h3 {color: #ffffff; font-size: 37; margin: 25px 0 0 60px; }


.section-41 {text-align: center; padding: 150px 0 100px 0; background: url(../images/section41.png) no-repeat top; background-size: cover; position: relative; top: -2px; }
.section-41 h1 {color: #ffffff; font-size: 100px; font-family: 'psl_kandaregular';}
.section-41 h2 {font-size: 37px; line-height: 87px;}
.section-41 h3 {color: #ffffff; font-size: 37; margin: 25px 0 0 60px; }


.section-42 {text-align: center; padding: 50px 0px; background: url(../images/section42.png) no-repeat top; background-size: cover; position: relative;}
.section-42 h1 {color: #ffffff; font-size: 100px; font-family: 'psl_kandaregular';}
.section-42 h2 {font-size: 37px; line-height: 87px;}
.section-42 h3 {color: #ffffff; font-size: 37; margin: 25px 0 0 60px; }

.section-51 {text-align: center; padding: 1px 0 60px 0; background: #e5e5e5; position: relative;}
.section-5 {text-align: center; padding: 40px 0 60px 0; background: #00a251; position: relative;}

.btn-register {margin: 50px auto 0 auto; text-align: center;}
.btn-register {position: relative; border: 1px solid #000000; color: #000000; text-align: center; font-size: 24px; padding: 10px 0; font-family: 'psl_kandabold'; background: rgba(255,255,255,0.70); margin: 0 auto; width: 40%; margin-top: 30px;}
/*.btn-register a:hover {border: 1px solid #000000; color: #ffffff; background: #000000;}*/

.section-6 {text-align: center; padding: 40px 0; background: url(../images/section-6-bg.jpg) no-repeat bottom; background-size: cover; position: relative;}

.section-6 h1 {color: #00a251;}
.section-6 h2 {font-size: 37px;}

.section-43 {text-align: left; padding: 70px 1.3em; height: 900px; background: url(../images/section61.jpg) no-repeat top; background-size: cover; position: relative;}
.section-43 h1 {color: #ffffff; font-size: 100px; font-family: 'psl_kandaregular';}
.section-43 h2 {font-size: 37px; line-height: 87px;}
.section-43 h3 {color: #ffffff; font-size: 37; margin: 25px 0 0 60px; }

.section-43-mobile {text-align: left; padding: 50px 0 0px 0; background: url(../images/section61.jpg) no-repeat top; background-size: cover; position: relative;}
.section-43-mobile h1 {color: #ffffff; font-size: 100px; font-family: 'psl_kandaregular';}
.section-43-mobile h2 {font-size: 37px; line-height: 87px;}
.section-43-mobile h3 {color: #ffffff; font-size: 37; margin: 25px 0 0 60px; }


ul.box-register-step {width: 100%; list-style: none; margin: 50px auto; padding: 0;}
ul.box-register-step li {width: 30%; padding: 0; box-sizing: border-box; display: inline-block;}
ul.box-register-step img {width: 35%;}
ul.box-register-step span {width: 100%; display: block; font-size: 24px; color: #000000;}

#footer ul {width: 100%; text-align: right; list-style: none; margin: 0; padding: 0;}
#footer ul li {float: right; margin-left: 20px;}
#footer ul li a {font-size: 21px; color: #000000;}
#footer ul li a:hover {color: #00a251;}
#footer ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 50px;
}
.mobile-full {display: inline-block; margin-top: 5px;}
.show-480 {display: none;}