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

:root {

    --color-primary: 188, 0, 0;
    --color-primary-lighter: 227, 7, 19;
    --color-secondary: 27, 42, 138, 1;
    --bg: 255, 255, 255;
    --bg-2nd: 247, 247, 247;
    --bg-opposite: 33, 34, 38;
    --color-text-title: 33, 35, 34;

    --blog-img-ratio: 75%;

    --radius-1: 6px;
    --radius-2: 10px;
    --radius-3: 16px;
    --radius-4: 28px;
    --radius-sm: 4px;

    --size-ratio: 1.175;
}


/* Responsive ---------------- */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 849px) {}

@media only screen and (max-width: 549px) {}