@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@charset "utf-8";

/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
    background-attachment: fixed;
    }

/*setup*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	
}

/* WRAPPER */
.wrapper{
    border-left: 10px solid rgba(0, 0, 0, 0.3);
    border-right: 10px solid rgba(0, 0, 0, 0.3);
}


/* HEADER */
.heads {
    text-align: center;
    height: relative;
}

.heads-top {
    padding-bottom: 25px;
}

.title-top {
    font-size: 52px;
    text-align: center;
    color: #212121;
}

.top-p {
    margin-top: 25px;
    padding: 15px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    background-color: #f18305;
    border-right: 3px solid #ce7004;
    border-bottom: 3px solid #ce7004;
}

.btm-p {
    margin-top: 25px;
    padding: 15px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    background-color: #f18305;
    border-right: 3px solid #ce7004;
    border-bottom: 3px solid #ce7004;
}

.top-p,a,a:hover {
    color: #fff;
}

.para-top {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #f18305;
    padding-top: 20px;
}

.para-bot {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #212121;
    padding-top: 20px;
}

/* CONTENT */
.content-one {
    height: relative;
}

.color-one {
    background-color: #fff;
    border-top: 2px solid #f18305;
    padding-top: 25px;
    padding-bottom: 25px;
}

.color-two {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.letter {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
}

.letter-act {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
}

.bgheads-one {
    background-color: #029019;
    padding: 15px 0 25px 0;
    
}

.content-two {
    height: relative;
}

.contwo {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/bg-01.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 25px 0 10px 0;
}

.title-content-two {
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.cons-two {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #212121;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.panels {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 25px 25px 10px 25px;
}

.panel-default-base {
    background-color: transparent;
}

.panel-default-three {
    background-color: #eeeeee;
}

.panel-default-last {
    background-color: #eeeeee;
    padding: 25px;
}

sup {
    font-size: 13px;
    color: red;
}

.botimage {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

.content-three {
    height: relative;
}

.conthree {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg-02.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 25px 0 25px 0;
}

.title-content-three {
    font-size: 42px;
    text-align: center;
    color: #212121;
}

.letter-three {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-four {
    height: relative;
}

.confour {
    background-color: #fff;
}

.confour,h1 {
    font-size: 46px;
    font-weight: 700;
}

.title-content-four {
    font-size: 56px;
    text-align: center;
    color: #4CAF50;
}
.para-content-four {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #4CAF50;
    padding-bottom: 60px;
}

.para-second {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #4CAF50;
    padding-top: 20px;
    padding-bottom: 25px;
}

.conseven {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg-04.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 25px 0 15px 0;
}

.color-last {
    height: relative;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f18305; 
}

.imgs {
    padding: 1px;
    border: 1px solid #cea049;
}

.letter-four {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 25px;
}

hr {
    width: 80%;
}

.panels-two {
    color: #fff;
    line-height: 28px;
    padding: 25px 20px 25px 20px;
    border-radius: 15px;
}

.panels-three {
    color: #222222;
    line-height: 28px;
    padding: 25px 20px 25px 20px;
    border-radius: 15px;
}

.panels-other {
    background-color: #212121;
    color: #fff;
    line-height: 28px;
    padding: 10px 50px 30px 50px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.panel-default {
    border-color: transparent;
}

.title-course {
    font-size: 24px;
    font-weight: 700;
    color: #cea049;
}

.para-course {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.content-five {
    height: relative;
}

.confive {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/bg-03.jpg);
    background-attachment: fixed;
    background-position: center left;
    background-size: cover;
    position: relative;
    padding: 25px 0 10px 0;
}

.bgheads-five {
    background-color: #4CAF50;
    padding: 15px 0 25px 0;
    
}

.title-content-five {
    font-size: 42px;
    text-align: center;
    color: #212121;
}

.letter-five {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
}

.content-six {
    height: relative;
}

.consix {
    background-color: #fff;
    padding-bottom: 25px;
}

.title-content-six {
    font-size: 42px;
    text-align: center;
    color: #4CAF50;
}

.price {
    font-size: 26px;
    font-weight: 700;
    color: #FF5252;
}

.title-ps {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.item {
    background: url(../img/11.png) 5px 6px no-repeat;
    padding-left: 52px;
}

#test {
    list-style-image: url(../img/38.png);
}

.item p {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
}

/* FOOTER */
.foots {
    height: 75px;
    padding-top: 25px;
}

.text-foots {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}