li {
    list-style: none;
}
ul {
    margin: 0;
    padding: 0;
}
button{
    background-color: transparent;
    border: 0;
    outline: none;
}
button:focus {outline:none!important;}
.container {
    padding: 0;
}
.container-fluid {
    padding: 0;
}
.logo-long {
    width: 152px;
    height: 50px;
}
.navbar {
    /*min-height: 80px;*/
    margin-bottom: 0;
    border: none;
    padding: 10px 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-right li a {
    font-size: 1.55rem;
    font-weight: 500;
}

.navbar-right li a:hover {
    color: #307FEE!important;
}
.cg-top-btn {
    background: linear-gradient(239deg, #34A1FA 0%, #59D0FE 100%);
    border: none;
    border-radius: 10px;
    padding: 7px 20px;

}
.cg-banner-btn {
    border-radius: 50px;
    background: linear-gradient(239deg, #34A1FA 0%, #59D0FE 100%);
    border: none;
    margin-top: 30px;
    padding: 20px 50px;
    font-weight: 700;

}
.cg-banner-btn:hover {
    opacity: .6;
}
.cg-top-btn:hover {
    opacity: 0.6;
}
.nav .slogn {
    color: #1b6d85;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
a {
    text-decoration: none;
}


.sub-modal-body {
    display: flex;
    flex-direction: column
}
.sub-modal-body:nth-child(4) {
    height: 80px;
}
.sub-modal-body input, .sub-modal-body textarea {
    background-color: #F3F3F3;
    border: none;
    padding: 10px;
    margin-top: 10px;
}

.cg-btn {
    background: linear-gradient(239deg, #34A1FA 0%, #59D0FE 100%);
    border-radius: 100px;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    margin-top: 20px;
    font-size: 1.8rem;
}
.cg-btn:hover {
    opacity: 0.5;
    color: #ffffff;;
}
.cg-sub-btn:hover {
    opacity: 0.6;
}

.sub-idea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.sub-idea-title {
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-idea-content {
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 80px;
}
.sub-idea-content img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #2E7CEF;
}
.triangle {
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-right: 19px solid #f2f2f2;
}

.sub-idea-content span {
    padding: 34px;
    width: 320px;
    height: 110px;
    background-color: #f2f2f2;
    border-radius: 20px;
}
.foot {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FAFAFA;
    line-height: 30px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.group-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.group-text span {
    font-size: 1.4rem;
    font-weight: 400;
}
.group-text :nth-child(2) {
    padding: 20px 0;
}
.contact-con {

}
.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.contact-item img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}

.foot2 {
    background: #FAFAFA;
    line-height: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot2 p {
    padding: 0;
    margin: 0;
}
.foot2 span {
    /*opacity: 0.55;*/
    filter: alpha(opacity=55);
    display: inline-block;
    margin-left: 15px;
;
}
.foot2 img {
    vertical-align: middle;
}
.foot2 a{
    color:#666666;
    text-decoration: none;
}

@media screen and (min-width:992px) {
    .banner-item {
        height: 780px!important;
        object-fit: cover;
    }
    .carousel-caption {
        bottom:22%
    }
    .cg-banner-h2 {
        font-size: 38px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .cg-banner-title {
        font-size: 45px;
        font-weight: 700;
    }
    .cg-banner-btn {
        margin-top: 50px;
        font-weight: 700;
    }

    .futu-icon {
        padding: 25px;
        display: flex;
        justify-content: space-between;
    }
    .futu-icon li {
        font-size: 20px;
        color: #A7A7A7;
        font-weight: 700;
        line-height: 50px;
        list-style: none;
    }
    .futu-icon li span {
        padding: 0 10px;
    }

    .service-item-con {
        display: flex;
        justify-content: space-around;
    }
    .s-i-left, .s-i-left img{
        width: 500px;
        height: auto;
    }


}

@media screen and (min-width:768px) {
    .banner-item {
        height: 500px!important;
        object-fit: cover;
    }
    .carousel-caption {
        bottom:15%

    }
    .cg-banner-h2 {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .cg-banner-title {
        font-size: 35px;
        font-weight: 700;
    }
    .cg-banner-btn {
        margin-top: 30px;
        padding: 20px 50px;
        font-weight: 700;
    }
    .service-item-con {
        justify-content: space-around;
    }
    .s-i-left {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .s-i-right {
        max-width: 100%;
        justify-content: center;
    }
    .s-i-r-desc, .s-i-r-cg {
        align-self:center;
    }

}
@media screen and (max-width:768px) {
    .banner-item {
        width: 100%;
        height: 400px!important;
        object-fit: cover;
    }
    .futu-icon {
        display:  none!important;
    }
    .carousel-caption {
        bottom:15%

    }
    .triangle {
        border: 8px solid transparent;
        border-right: 11px solid #f2f2f2;
    }
    .cg-banner-btn {
        padding: 10px 20px;
    }
    .service {
        padding: 0 10px;
    }
    .service h2 {
        font-size: 1.8rem!important;
    }
    .service p {
        font-size: 1.4rem!important;
    }
    .s-i-r-cg {
        display: none!important;
    }
    .foot {
        justify-content: center;
    }
    .group-text {
        align-items: center;
        margin-bottom: 20px;
    }
    .group-text :nth-child(2) {
        display: none!important;
    }
    .contact-con {
        flex-wrap: wrap;
    }
    .process li {
        text-align: center!important;
    }
    .process-top {
        display: flex;
        justify-content: center;
    }
    .flt {
        text-align: center;
    }
    .navbar {
        padding: 0 10px;
    }
    .cg-banner-h2 {
        font-size: 1.6rem;
    }

    div.navbar-right {
        display: none;
    }
    .sub-idea-content img {
        width: 60px!important;
        height: 60px!important;
    }
    .sub-idea-content span {
        width: 240px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-width:992px) {
    .banner-item {
        height: 780px!important;
        object-fit: cover;
    }
    .carousel-caption {
        bottom:22%
    }
    .cg-banner-h2 {
        font-size: 38px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .cg-banner-title {
        font-size: 45px;
        font-weight: 700;
    }
    .cg-banner-btn {
        margin-top: 50px;
        padding: 20px 50px;
        font-weight: 700;
    }

    .futu-icon {
        padding: 25px;
        display: flex;
        justify-content: space-between;
    }
    .futu-icon li {
        font-size: 20px;
        color: #A7A7A7;
        font-weight: 700;
        line-height: 50px;
        list-style: none;
    }
    .futu-icon li span {
        padding: 0 10px;
    }

    .service-item-con {
        display: flex;
        justify-content: space-around;
    }
    .s-i-left, .s-i-left img{
        width: 500px;
        height: auto;
    }


}
