/* component */
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a, a:hover, a:focus, a:active, a.active {
    color: #FFF;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #0f5d9e;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #0f5d9e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #0f5d9e;
    color: #fff;
    background-color: #0f5d9e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus,
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #1ee2e7;
    background-color: #1ee2e7;
}
.btn-primary .badge {
    color: #1ee2e7;
    background-color: #fff;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #1ee2e7;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #1ee2e7;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #17d0d5;
    color: #fff;
    background-color: #17d0d5;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #1ee2e7;
    background-color: #1ee2e7;
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}
.btn:focus, .btn:active, .btn.active,.btn:active:focus {
    outline: 0;
}

/* back-to-top */
.back-to-top {
    z-index: 99 !important;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


/* header */
header {
    position: relative;
    /* z-index: 9999; */
    width: 100%;
    background-color: #fff;
    border-top: 4px solid #1170c0;
    padding: 5px 0;
    height: 60px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  }
  header.fix {
    position: fixed;
    z-index: 900;
    -webkit-animation: fadeInDown 0.3s forwards;
    animation: fadeInDown 0.3s forwards;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  header img {
    max-width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
.float-right {
    float: right !important;
}
header .navRight a {
    font-size: 20px;
    letter-spacing: 0;
    color: #1170c0;
    cursor: pointer;
    font-weight: bold;
}
header .navRight a:hover{
    color: #222;
}
.navStyle:after{
    content: " ";
    height: 100%;
}
.navRight{
    text-align: right;
    line-height: 49px;
}
.navLoge{
    position: absolute;
}
article.kanban {
    background-image: url(../image/banner_1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #3690cf;
    overflow: hidden;
    position: relative;
}
article.kanban>div {
    height: 580px;
}
.container{
    position: relative;
}
.absoluteTitle_1, .absoluteTitle_2 {
    position: absolute;
}
.absoluteTitle_1 {
    top: 35px;
    left: 90px;
}
.absoluteTitle_2{
    top: 200px;
    left: 140px;
}


/* banner button */
.button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #fb2125;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    letter-spacing: 2px;
}
.activity {
-webkit-transition: box-shadow 0.2s ease;
-moz-transition: box-shadow 0.2s ease;
transition: box-shadow 0.2s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
list-style: none;
display: inline-block;
position: relative;
background-color: #fb2125;
text-align: center;
text-transform: lowercase;
font-size: 35px;
border-radius: 50%;
color: #FFF;
cursor: pointer;
padding: 33px 21px;
}
.activity a {
vertical-align: middle;
height: 180px;
}
.activity small{
    font-size: 23px;
}
.activity:hover a{
    color: #FFF;
    }
.activity:hover{
box-shadow: 0 0 0 5px #FFF;
background: #1170c0;
}


/* main */
.demo{
    width: 100%;
    height: 50px;
}
.demo1{
    background:#17d0d5;
}
.demo2{
    background:#17d530;
}
.demo3{
    background:#b517d5;
}
.box1_flex, .box2_flex{
    display: flex;
    width: 100%;
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.box1_flex{
    flex-direction: row;
}
.box2_flex{
    flex-direction: row-reverse;
}
.main_number{
    font: 210px bold;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 80px;
}
.main_title{
    position: relative;
    font-size: 50px;
    font-weight: bold;
    padding: 0 0 10px;
}
.main_title:before{
    content: " ";
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main_content{
    font-size: 25px;
    position: relative;
}
.main_content p {
    margin: 20px 20px 20px 0;
}
.main_content p span{
    color: #FB2125;
}
.bg_second{
    position: relative;
}
.bg_second:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8CA92;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
}
.second_note{
    background: #AE8553;
    color: #FFF;
    padding: 20px;
    margin-right: 20px;
    position: absolute;
}
.first, .third{
    margin: 100px 0;
}
.second{
    margin: 60px 0 140px 0;
}
.third .main_number,.third .main_title{
    color:#F98586;
}
.first .main_number,.first .main_title{
    color:#7DC47A;
}
.bg_note{
    background: #F3F6FA;
}
.main_table td{
    vertical-align: initial;
    font-size: 22px;
}
.main_table p{
    margin: 0;
}
.wTd{
    width: 86%;
}
.btn_app{
    font-size: 30px;
    border: 0px;
    border-radius: 40px;
    width: 360px;
    padding: 12px 20px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.btn_app_mb{
    padding: 30px 0 100px 0;
}
.download_Style{
    text-align: center;
}
.appdowenIcon img{
    width: 260px;
}
.download_Qrcode{
    padding: 30px 20px;
    border: 1px solid #ddd;
    background-color: #FFF;
    width: 260px;
    margin: 20px auto;
    border-radius: 10px;
}
.appDowen{
    background: #d0ecff;
}
.box_inlineBlock div{
    display: inline-block;
    vertical-align: top;
}

/* footer */
footer {
    position: relative;
    width: 100%;
    display: table;
    padding: 20px 0;
    background-color: #2C85C7;
    color: #fff;
}
footer .reserved {
    padding-top: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
footer .copyright {
    position: relative;
    width: 100%;
}
footer .copyright h4 {
    font-size: 15px;
    letter-spacing: 0px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: lighter;
}
footer .copyright address {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg {
    float: right;
}

/* Large desktops and laptops */
@media (max-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    article.kanban {
        background-size: 1740px 540px;
    }
    article.kanban>div {
        height: 540px;
    }
    .xl_bannerTitle{
        width: 90%;
    }
    .absoluteTitle_2 {
        top: 170px;
        left: 80px;
    }
    .main_image img{
        width: 90%;
    }
    .wTd{
        width: 100%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    article.kanban {
        background-size: 1400px 440px;
    }
    article.kanban>div {
        height: 440px;
    }
    .xl_bannerTitle{
        width: 72%;
    }
    .absoluteTitle_1 {
        top: 30px;
        left: 20px;
    }
    .absoluteTitle_2 {
        top: 140px;
        left: 80px;
    }
    .main_image{
        text-align: center;
    }
    .main_image img{
        width: inherit;
    }
    .activity{
        font-size: 30px;
        padding: 26px 21px;
    }
    .activity small {
        font-size: 18px;
    }
    .main_number {
        font-size: 180px;
    }
    .center {
        display: block;
    }
    .box2_flex {
        flex-direction: row;
    }
    .second_note {
        margin: 0 0 30px 0;
        position: relative;
    }
    .second {
        margin: 60px 0 80px 0;
    }
    .first, .third {
        margin: 80px 0;
    }
    .container{
        max-width: 96%;
    }
    .pull-right-not-xs{
        float: inherit;
        margin-top: 20px;
    }
    .wTd{
        width: 100%;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
    article.kanban {
        background-image: url(../image/banner_2.jpg);
        background-size: 1020px 320px;
    }
    article.kanban>div {
        height: 320px;
    }
    .xl_bannerTitle{
        width: 65%;
    }
    .absoluteTitle_1 {
        top: 20px;
        left: 20px;
    }
    .absoluteTitle_2 {
        top: 110px;
        left: 30px;
    }
    .main_image{
        text-align: center;
    }
    .main_image img{
        width: 50%;
    }
    .main_table td {
        font-size: 20px;
    }
    .activity{
        font-size: 25px;
        padding: 24px 11px;
    }
    .activity small {
        font-size: 18px;
    }
    .main_number {
        font-size: 140px;
    }
    .center {
        display: block;
    }
    .box2_flex {
        flex-direction: row;
    }
    .second_note {
        margin: 0 0 30px 0;
        position: relative;
    }
    .second {
        margin: 60px 0 80px 0;
    }
    .first, .third {
        margin: 60px 0;
    }
    .container{
        max-width: 100%;
    }
    .pull-right-not-xs{
        float: inherit;
        margin-top: 20px;
    }
    .main_title {
        font-size: 35px;
    }
    .download_pt{
        margin-top: 80px;
    }
    .px_mobile{
        padding: 0 30px;
    }
    .wTd{
        width: 100%;
    }
}
@media (max-width: 575px) {
    article.kanban {
        background-image: url(../image/banner_2.jpg);
        background-size: 760px 230px;
    }
    article.kanban>div {
        height: 230px;
    }
    .xl_bannerTitle{
        width: 65%;
    }
    .absoluteTitle_1 {
        top: 20px;
        left: 20px;
    }
    .absoluteTitle_2 {
        top: 80px;
        left: 0;
    }
    .main_image{
        text-align: center;
    }
    .main_image img{
        width: 50%;
    }
    .main_table td {
        font-size: 18px;
    }
    .activity{
        font-size: 20px;
        padding: 24px 11px;
    }
    .activity small {
        font-size: 15px;
    }
    .main_number {
        font-size: 100px;
    }
    .center {
        display: block;
    }
    .box2_flex {
        flex-direction: row;
    }
    .second_note {
        margin: 0 0 30px 0;
        position: relative;
    }
    .second {
        margin: 40px 0 50px 0;
    }
    .first, .third {
        margin: 60px 0;
    }
    .container{
        max-width: 100%;
    }
    .pull-right-not-xs{
        float: inherit;
        margin-top: 20px;
    }
    .main_title {
        font-size: 30px;
    }
    .main_content {
        font-size: 20px;
    }
    .px_mobile{
        padding: 0 30px;
    }
    .second_note {
        padding: 10px;
    }
    .wTd{
        width: 100%;
    }
    .download_pt{
        margin-top: 80px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    header img{
        width: 90%;
    }
    .navLoge{
        top: 2px;
    }
    article.kanban {
        background-size: 930px 260px;
    }
    article.kanban>div {
        height: 250px;
    }
    header .navRight a {
        font-size: 16px;
    }
    .xl_bannerTitle {
        width: 85%;
    }
    .absoluteTitle_2 {
        top: 90px;
        left: 0;
    }
    .main_number {
        font-size: 70px;
    }
    .btn_app_mb {
        padding: 20px 0 60px 0;
    }
}