/*************************************  banner *************************************/

.banner {
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;

}

.banner .bigLeftArrowWhite,
.banner .bigRightArrowWhite {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    cursor: pointer;
    width: 11px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    /*    border:1px solid red;*/
}

.banner .bigLeftArrowWhite {
    background-image: url(../img/icons/bigLeftArrowWhiteM.svg);
}

.banner .bigRightArrowWhite {
    background-image: url(../img/icons/bigRightArrowWhiteM.svg);
}



.banner .bigLeftArrowWhite {
    left: 15px;
}

.banner .bigRightArrowWhite {
    right: 15px;
}

.banner .bigLeftArrowWhite:hover,
.banner .bigRightArrowWhite:hover {
    opacity: 0.7;
}

.banner div img {
    width: 100%;
}



/*************************************  blueArea *************************************/

.blueArea {
    position: relative;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    background-color: #004E75;
    margin-top: -45px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
}

.blueArea .blueAreaSlick a div p {
    color: #fff !important;
}

.blueArea p {
    margin-bottom: 0px;
}

/*************************************   *************************************/

.timeLenth {
    background-color: #727272;
    padding: 5px 15px;
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    margin-left: 10px;
}

.leftDownArea {
    position: inherit;
    margin-bottom: 30px;
}



/*************************************  otherService *************************************/



.borderTop {
    padding-top: 30px;
    border-top: 1px solid #c4c4c4;
}




.oneAssist {
    margin-bottom: 30px;
}

.oneAssist h6 {
    font-weight: 300;
    margin-bottom: 10px;
}

.oneAssist h6:before {
    content: url(../img/icons/blueCheck.svg);
    float: left;
    margin-right: 7px;
}

/*************************************  oneCompleteServiceProgram *************************************/

a .oneCompleteServiceProgram {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #C4C4C4;
}

/*
a .oneCompleteServiceProgram:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
*/

a .oneCompleteServiceProgram:hover {
    background-color: #FAF8F5;
}

a .oneCompleteServiceProgram .se {
    display: inline-block;
    font-size: 28px;
    color: #5DC2D0;
    margin-right: 30px;
}

a .oneCompleteServiceProgram p {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0px;
}



/*************************************  articles *************************************/
.articles {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}


.articles .oneArticle {
    color: black;
    background-color: #FAF8F5;
    margin-bottom: 15px;
}

.articles .oneArticle a .imgArea {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.articles .oneArticle a:hover .imgArea {
    opacity: 0.7;
}

.articles .oneArticle .textArea {
    padding: 15px;
}


.articles .oneArticle a .flag {
    display: inherit;
    position: absolute;
    right: 25px;
    top: -1px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
    z-index: 1;
}

.articles .oneArticle a:hover .flag {
    opacity: 0.7;
}

.articles .oneArticle a .flagD {
    display: none;
}

.articles .oneArticle a .tag {
    font-size: 14px;
    color: #0093AE;
    margin-bottom: 0px;
}

.articles .oneArticle a:hover .tag {
    opacity: 0.7;
}

.articles .oneArticle a h5 {
    color: black;
    line-height: 1.5;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.articles .oneArticle a:hover h5 {
    opacity: 0.7;

}

.articles .oneArticle p {
    color: #727272;
    font-weight: 300;
    font-size: 18px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.articles .oneArticle .date {
    color: #727272;
    margin-bottom: 0px;
    font-size: 16px;
}



.team {
    color: #000;
    background-color: #FAF8F5;
}

.team .imgArea {
    height: 250px;
    background-image: url(../img/oneService/team.jpg);
    background-size: cover;
    background-position: center center;
}


.team .textArea {
    text-align: left;
    padding: 30px;
}





/*************************************  contactUs *************************************/

.contactUs {
    padding-bottom: 60px;
    border-bottom: 1px solid #C4C4C4;
}

.iconThree {}

.iconThree .oneIcon {
    width: 61px;
    height: 61px;
    background-size: contain;
    display: inline-block;
    margin: 0 5px;
}

.iconThree .oneIcon:hover {
    opacity: 1;
}


.iconThree .lineCircle {
    background-image: url(../img/icons/lineCircle.svg);
}

.iconThree .lineCircle:hover {
    background-image: url(../img/icons/lineCircleOver.svg);
}


.iconThree .emailCircle {
    background-image: url(../img/icons/emailCircle.svg);
}

.iconThree .emailCircle:hover {
    background-image: url(../img/icons/emailCircleOver.svg);
}

.iconThree .phoneCircle {
    background-image: url(../img/icons/phoneCircle.svg);
}

.iconThree .phoneCircle:hover {
    background-image: url(../img/icons/phoneCircleOver.svg);
}



/*************************************  threeIdea *************************************/

.threeIdea {
    margin-top: 60px;
    margin-bottom: 60px;
}

.threeIdea .oneIdea {
    margin-bottom: 15px;
}

.threeIdea .oneIdea a .imgArea {
    /*
    background-image: url(../img/oneService/idea1.jpg);
    background-size: cover;
    height: 214px;
*/
}

.threeIdea .oneIdea a:hover .imgArea {
    opacity: 0.7;
}

.threeIdea .oneIdea .textArea {
    padding: 15px;
    background-color: #FAF8F5;
    position: relative;
}

.threeIdea .oneIdea .textArea a .tag {
    font-size: 14px;
    color: #0093AE;
    margin-bottom: 5px;
}

.threeIdea .oneIdea .textArea a:hover .tag {
    opacity: 0.7;
}

.threeIdea .oneIdea .textArea a .myTitle {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.5;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.threeIdea .oneIdea .textArea a:hover .myTitle {
    opacity: 0.7;
}

.threeIdea .oneIdea .textArea .view {
    font-size: 14px;
    color: #727272;
    margin-bottom: 0px;
}

.threeIdea .oneIdea .textArea a .flag {
    position: absolute;
    right: 15px;
    top: -3px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
    z-index: 1;
}

.threeIdea .oneIdea .textArea a:hover .flag {
    opacity: 0.7;
}

/*************************************  FAQ *************************************/

.faq {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background-color: #FAF8F5;
}

.faq h6{
    font-weight: lighter;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    cursor: pointer;
}

.faq h6:hover{
    cursor: pointer;
    opacity: 0.7;
}

.faq .questionContent p{
    color: #727272;
    font-size: 18px;
    line-height: 32px;
    font-weight: lighter;
}



.plusOrReduce {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 15px;
}

.plusOrReduce:hover {
    opacity: 0.7;
}

.plusOrReduce.plus {
    background-image: url(../img/icons/plus.svg);
}

.plusOrReduce.reduce {
    background-image: url(../img/icons/reduce.svg);
}
