﻿.text-center {
    text-align: center;
}
.choose-plan {
    background: url(../img/pricing-fix/price-leaf.png) repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .choose-plan h2 {
        font-family: 'Arimo';
        font-weight: bold;
        font-size: 48px;
        line-height: 1.25;
        color: #171717;
    }

    .choose-plan .choose-pl-desc {
        font-family: 'Arimo';
        font-size: 24px;
        line-height: 1.6;
        color: #646464;
        margin-block: 5px;
    }

.time-plan {
    display: inline-flex;
    padding: 2px;
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(120, 227, 120, 1);
}
    .time-plan li {

    }

        .time-plan li a {
            font-size: 16px;
            display: block;
            width: 160px;
            height: 40px;
            color: #646464;
            line-height: 40px;
        }

        .time-plan li.active-plan a {
            color: #0F723A;
            font-weight: 600;
            background: #fff;
            border-radius: 6px;
            box-shadow: 4px 7px 13.4px 0px rgba(108, 108, 108, 0.28);
        }

.detail-plan > ul {
    display: none;
    padding: 0;
    justify-content: center;
    gap: 20px;
}

.detail-plan > ul.active-plan {
    display: flex;
}

    .detail-plan > ul > li {
        background: #fff;
        box-shadow: 1px 1px 40px 0px rgba(132, 132, 132, 0.16);
        border-radius: 16px;
        padding: 30px;
        width: 33.33%;
    }

    .detail-plan > ul h3 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1.27;
        color: #171717;
        margin-top: 0;
        text-align: center;
    }

        .detail-plan > ul h3 strong {
            margin-right: 10px;
        }

        .detail-plan > ul h3 span {
            position: relative;
            top: -5px;
            color: #F5222D;
            font-weight: normal;
            padding: 4px 6px;
            border: 1px solid #F5222D;
            border-radius: 5px;
            line-height: 1;
            font-size: 13px;
            display: inline-block;
        }

.vi-VN .detail-plan > ul h3 span {
    top: 0;
}

.plan-price {
    color: #171717;
    font-size: 20px;
    text-align: center;
}
.price-number {
    font-family: 'Arimo';
    font-size: 36px;
    font-weight: bold;
}

.price-unit {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-left: 2px;
    top: -15px;
}

.save-money {
    color: #fff;
    font-size: 13px;
    margin-block: 10px;
    display: inline-block;
    position: relative;
    top: -20px;
    margin-right: 8px;
}
    .save-money span {
        padding: 2px 4px;
        border-radius: 4px;
    }
.save-number {
    background: #FF4D4F;
}

.save-percent {
    background: #171717;
}

.detail-package {
    font-size: 16px;
}

.select-pl-btn {
    display: block;
    font-weight: 600;
    color: #0F723A;
    border: 1px solid #0F723A;
    border-radius: 6px;
    padding: 15px 24px;
    text-align: center;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
}

    .select-pl-btn:hover {
        background: #0F723A;
        color: #fff;
    }

.plan-feature ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .plan-feature ul li {
        background: url(../img/pricing-fix/green_check.svg) no-repeat 0 3px;
        background-size: 16px 16px;
        padding-left: 25px;
    }

table.no-border {
    margin: 60px 0;
    width: 100%;
}
    table.no-border h3 {
        font-family: 'Arimo';
        font-weight: bold;
        font-size: 36px;
        text-align: left;
        margin: 0;
    }
    table.no-border th {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 20px;
    }
        table.no-border th a {
            color: #0B9EEA;
            font-size: 16px;
            font-weight: normal;
            display: block;
        }

    table.no-border .bg-blue td {
        background: #E2F5FF;
        border-radius: 8px;
        padding: 16px;
        font-size: 20px;
        font-family: 'Arimo';
        font-weight: bold;
    }
    table.no-border td {
        font-size: 16px;
        padding: 16px;
        text-align: center;
    }
    table.no-border td:first-child {
        text-align: left;
    }
.emissions {
    position: relative;
    margin: 60px 0;
}
    .emissions .container {
        position: relative;
    }
    .emissions .container:before {
        content: '';
        position: absolute;
        width: 172px;
        height: 171px;
        background: url(../img/pricing-fix/emissions-bg-top.png) no-repeat;
        top: 75px;
        right: 30px;
    }
    .emissions .container:after {
        content: '';
        position: absolute;
        width: 199px;
        height: 199px;
        background: url(../img/pricing-fix/emissions-bg-bot.png) no-repeat;
        bottom: 0;
        left: 30px;
    }
    .emissions h2 {
        position: relative;
        z-index: 1;
        font-family: 'Arimo';
        font-weight: bold;
        font-size: 48px;
        line-height: 1.25;
        color: #171717;
    }
    .emissions .emissions-desc {
        max-width: 595px;
        margin: 60px auto 30px;
        position: relative;
        z-index: 1;
    }
    .emissions a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        padding: 15px 36px;
        line-height: 1;
        font-weight: bold;
        background: #0F723A;
        border: 1px solid #0F723A;
        border-radius: 6px;
        margin-bottom: 40px;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 1;
    }
        .emissions a:hover {
            background: #fff;
            color: #0F723A;
        }

.impressive {
    padding: 0;
}
    .impressive h2 {
        font-family: 'Arimo';
        font-weight: bold;
        font-size: 48px;
        line-height: 1.25;
        color: #171717;
    }
    .impressive .impressive-inner {
        padding: 20px 0 50px;
        display: flex;
        justify-content: space-between;
        gap: 65px;
    }
        .impressive .impressive-inner li {
            font-family: 'Arimo';
            font-weight: bold;
            width: 33.33%;
            padding: 40px 16px 0;
            border-radius: 20px;
            background: #E2F5FF;
            font-size: 20px;
        }
    .impressive .impressive-numbers {
        font-size: 36px;
        color: #0F723A;
        margin: 20px 0;
    }

@media screen and (max-width: 768px) {
    .choose-plan {
        padding: 30px 0;
    }
        .choose-plan h2,
        .emissions h2,
        .impressive h2 {
            margin-top: 0;
            font-size: 28px;
            line-height: 1.1;
        }
        .choose-plan .choose-pl-desc {
            font-size: 18px;
        }
    .detail-plan > ul.active-plan {
        display: block;
    }
    .detail-plan > ul > li {
        width: 100%;
        margin-bottom: 20px;
    }
    .select-pl-btn {
        margin: 20px 0;
    }
    .compare-plan {
        width: 100%;
        overflow-y: auto;
    }
    .compare-plan table.no-border {
        min-width: 800px;
    }
    .emissions .emissions-desc {
        margin: 20px 0;
    }
    .emissions .container:before {
        width: 100px;
        background-size: 100% auto;
    }
    .emissions .container:after {
        width: 120px;
        height: 120px;
        background-size: 100% auto;
        bottom: 0;
    }
    .impressive .impressive-inner {
        display: block;
    }
    .impressive .impressive-inner li {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.vi-VN .lang-en,
.en-US .lang-vn {
    display: none;
}