/** Dịch vụ */
section.services{
    background-color: #F6F4FF
}
section.services .service{
    position: relative;
}
section.services .service a:after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 170px;
    background: url('../images/bg_service_shadow.png') repeat-x left bottom;
}

section.services .service a{
    position: relative;
    color: var(--color-site);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    display: block;
}
section.services .service:hover a{
    color: #fff;
}

section.services .service span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    padding: 10px 20px;
}
section.services .service span:before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin-bottom: 5px;
    background-color: var(--color-site);
}
section.services .service-list{}

section.services .service-list div{
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 30px 20px;
}
section.services .service-list span {
    position: absolute;
    font-size: 50px;
    right: 5%;
    top: 15%;
    color: #00CAC5;
    opacity: .3;
}

section.services .service-list h2{
    display: block;
    min-height: 88px;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 40px;
}

/** Tại sao */
section.why-us {
    position: relative;
    background-color: #F6F4FF;
}

section.why-us .why-us-list{
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 20px 10px;
}
section.why-us .why-us-list span {
    position: absolute;
    font-size: 50px;
    right: 5%;
    top: 15%;
    color: #00CAC5;
    opacity: .3;
}

section.why-us .why-us-list h2{
    font-size: 1.2rem;
    font-weight: 600;
}

/** Về chúng tôi */
section.about-us{
    background-color: #F0FCFE;
}
section.about-us .container{
    background: url(../images/bg-about.svg) no-repeat right bottom;
}
.about-list h3{
    font-size: 1.15em;
    font-weight: 600;
}

/** Tính năng */
section.tinhnang{
    background-color: #F0FCFE;
}
section.tinhnang .tinhnang-list{
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 20px 10px;
}
section.tinhnang .tinhnang-list h3{
    font-size: 17px;
    font-weight: 400;
}

/** Khách hàng */
section.khachhang {
    position: relative;
    background-color: #F6F4FF;
}

section.khachhang .khachhang-list{
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 20px;
}
section.khachhang .khachhang-list h3{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

/** Câu hỏi */
section.cauhoi{
    background-color: #F0FCFE;
}

section.cauhoi .card{
    border: 0px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

section.cauhoi .card-header{
    background-color: #fff;
}

section.cauhoi .card-header .col-auto{
    color: var(--color-site);
}

section.cauhoi .chevron{
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff !important;
    background-color: var(--color-site);
}
section.cauhoi .chevron svg{
    margin-top: 5px;
    margin-left: -8px;
}

section.cauhoi .collapsed .chevron{
    transform: rotate(180deg) !important;
}

@media(min-width:1200px) {
    section.services .row div:nth-child(even) .service-list{
        padding-top: 50px;
    }
}