/*
Theme Name: WebNganh Child
Description: Website Design by Wordpress and Theme Flatsome
Author: UX Themes Web Nganh
Template: flatsome
Theme URI: https://webnganh.com/
Author URI: https://webnganh.com/
Description: WebNganh.Com - WebNganh.Vn - iFnt.Vn
Version: Code DevWp WebNganh
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Dat sua giao dien : 4 cot  */
    .list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin: 0 auto;
        gap: 10px;
    }

    .list .icon-box-left {
        padding: 10px !important;
        align-items: center;
        border: 1px solid #ededed ;
        border-radius: 10px ;
    }

    .list .icon-box {
        max-height: 62px !important;
    }

    @media only screen and (max-width: 849px) {
        .list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .list .icon-box-left {
            border: none !important;
            border-top: 1px solid #ededed !important;
            padding: 5px 10px;
            border-radius: 0 !important;
        }

        .list .list-col:nth-child(4) {
            border-bottom: 1px solid #ededed !important;
        }

        .list-col.col {
            padding: 0 !important;
        }

        .icon-box {
            max-height: 48px !important;
        }
    }

    .list .small-3 {
        max-width: 100%;
    }

    .list-col {
        display: flex;
        align-items: center;
    }

    .list .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 10px !important;
    }
    .list-col.col {
        padding: 0 !important;
    }

    .list-col.icon-box .icon-box-text {
        display: flex;
        align-items: center;
        min-height: 42px !important;
    }

    .list .icon-box-img {
        display: flex;
        align-items: center;
        height: 42px;
    }

    .list .icon-box-img svg {
        fill: currentColor;
        height: 30px;
        transition: all .3s;
        width: 30px;
    }

    .list .uppercase {
        font-weight: 500;
    }

    .list .icon-box-text h5 {
        text-decoration: none !important;
        text-transform: none;
        font-size: 13px;
        color: #676767;
    }

    .list .container .row-small:not(.row-collapse),
    .row .row-small:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    .list-item.col {
        padding: 0 !important;
        margin-bottom: 25px;
    }