/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 06 2026 | 07:12:12 */
/* ========================================
   COLUMN BACKGROUND
   ======================================== */

.bg-column {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* ========================================
   OUTER COLUMN - BO GÓC BACKGROUND
   ======================================== */

.outer-column {
    border-radius: 20px;
    overflow: hidden;
}


/* ========================================
   INNER COLUMN - BO GÓC NỘI DUNG
   ======================================== */

.outer-column > .col-inner {
    border-radius: 20px;
    overflow: clip;
}

.bg-thue-website {
    background-image: url('https://aktec.vn/wp-content/uploads/2026/09/BG_CTA-Banner.webp');
}