/*!
 * Style CUSTOM CSS
 */

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
    font-family: 'Kanit', sans-serif;
}

a {
    text-decoration: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-boxes {
    margin-top: 20px;
}

.icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px;
}

.icon-box .title a {
    color: var(--trinity);
    transition: 0.3s;
}

.icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: var(--trinity);
}

.icon-box:hover {
    transform: scale(1.08);
}

.icon-box:hover .title a {
    color: var(--trinity);
}

.image_box {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
}

.image_box_20 {
    width: 20px !important;
    height: 20px !important;
    object-fit: cover !important;
}

.image_box_50 {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
}
