/*
Theme Name: ITC Themes
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.title_tien_ich {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #012548;
    margin-bottom: 3px;
}

.des_tien_ich {
    font-weight: 500;
    font-size: 17px;
    color: #143250;
}

.list-cam-ket .cam-ket {
    padding: 20px 20px 1px 20px;
    color: #143250;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.list-cam-ket .active {
    background: #1589D8;
    opacity: 1;
    border-radius: 30px;
    padding: 20px 20px 1px 20px;
    color: #fff;
}

.list-cam-ket .active .title_cam_ket {
    color: #fff;
}

.list-cam-ket .title_cam_ket {
    color: #012548;
}

.title_cam_ket {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.des_cam_ket {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}


.process {
    list-style: none;
    position: relative;
    padding-left: 0;
}

.process .process_item {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 110px;
    flex-flow: row nowrap;
    cursor: pointer;
    margin-left: 0 !important;
}

.process .process_item:not(:last-child):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 27px;
    top: 0;
    border-left: 2px dashed #C2E7FF;
    z-index: -1;
}

.process__number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #C2E7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    font-weight: bold;
}

/* ACTIVE */
.process_item.active .process__number {
    background: #1589D8;
    color: #fff;
}

.process__body {
    flex: 1;
    padding-top: 10px;
}
.chung-toi {
    padding-bottom: 0 !important;
}
.chung-toi .col {
    padding-bottom: 0 !important;
}
.trai_nghiem_anh img {
    border-radius: 30px;
}

.item-dichvu-giaohang-destop {
    width: 20%;
    border: 1px solid #EEF0F0;
    padding: 40px 8px;
    border-radius: 24px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}