/*Responsive*/
/*// X-Small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .col-uudiem {
        flex: 1;
        max-width: 96%;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 7.2px;
        padding: 60px;
        margin:0 auto;
        border-radius: 30px;
        margin-bottom: 30px;
        border-top: solid 1px #bdc3c7;
        border-left: solid 1px #bdc3c7;

    }
    .btn-book-apm, .btn-start-your-process, .btn-talk-to-ouragent, .btn-be-like-theme {
      width: 100%;
    }
    .col-service {
        flex: 1;
        max-width: 96%;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 7.2px;
        padding: 40px;
        border-radius: 30px;
        margin: 0 auto;
        margin-bottom: 80px;
        border-top: solid 1px #bdc3c7;
        border-left: solid 1px #bdc3c7;
        position: relative;
        padding-top: 60px;
        overflow: visible;
    }
    .col-overallprocess {
        flex: 1;
        max-width: 96%;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 7.2px;
        padding: 40px;
        border-radius: 30px;
        margin: 0 auto;
        margin-bottom: 80px;
        border-top: solid 1px #bdc3c7;
        border-left: solid 1px #bdc3c7;
        position: relative;
        padding-top: 60px;
        overflow: visible;
    }
    .col-ourteam {
        flex: 1;
        max-width: 96% !important;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 7.2px;
        padding: 40px;
        border-radius: 30px;
        margin: 0 auto;
        margin-bottom: 120px;
        margin-top: 60px;
        border-top: solid 1px #bdc3c7;
        border-left: solid 1px #bdc3c7;
        position: relative;
        padding-top: 60px;
        overflow: visible;
    }


    /*Tai sao chon*/
    .img-icon img {
        position: relative;
        z-index: 1;
        width: 15%;
        height: 30%;
    }
    .whyjem-right .textdes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
    }
    .triangle img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        object-fit: cover;
        clip-path: unset;

    }

    .triangle2 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        object-fit: cover;
        clip-path: unset;
    }


}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {


}
