:root {
    --text-color: rgba(38, 38, 38, 0.8);
    --text-color-2: #262626;
    --color-1: #44A041;
    --color-2: #0A4908;
    --color-3: #F6821F;
    --fa-family: "Font Awesome 6 Free"
}

/* Thêm vào style.css hoặc file CSS riêng */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/SVN-Gilroy-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/SVN-Gilroy-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/SVN-Gilroy-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/SVN-Gilroy-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/SVN-Gilroy-Black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/SVN-Gilroy-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

.btn-style {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    color: #fff !important;
    font-weight: 600;
    min-width: 200px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 25px;
    gap: 5px;
}

.btn-bg-style-1 {
    background: linear-gradient(182deg, #39CB34 -23.52%, #44A041 98.34%);
}

.btn-bg-style-2 {
    background: linear-gradient(180deg, #FFA151 0%, #F6821F 100%);
}

p {
    color: var(--text-color);
}

strong {
    color: var(--text-color-2);
}

a {
    text-decoration: none !important;
}

ul,
ol {
    margin-left: 25px;
}

.title.main-title {
    font-size: 44px;
    font-weight: 700 !important; 
    line-height: 48px;
    /* 109.091% */
}

.icon-box{
    
}
@media screen and (max-width:768px) {
    .title.main-title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px !important;
    }
}

div.button-next-style2,
div.button-prev-style2 {
    background: #F0F0F0;
    border: 1px solid #EBEBEB;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #8E8E8E;
}