.price-page {
    line-height: 1.42857143;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
    color: #011239;
    background-color: #f5f5f5;
}
.price-page-note{
    padding-top: 50px;
    font-size: 16px;

}
.image-absolute {
    position: absolute;
    z-index: 1;
}

.image-left-1 {
    top: -400px;
    left: -800px;
}

.image-right-1 {
    top: -100px;
    right: -600px;
}

.image-right-2 {
    bottom: -300px;
    right: -700px;
}

.image-left-2 {
    left: -1000px;
    top: -200px;
}

.image-right-3 {
    right: -500px;
    bottom: -100px;
}

.rel-content {
    position: relative;
    z-index: 2;
}

.price-first {
    padding: 60px 0;
}

.title-page {
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.title-item {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #011239;
    text-align: center;
}

.download-price {
    text-align: center;
}

    .download-price a {
        background: url(../../images/pages/price/download.png) left center no-repeat;
        background-size: 23px;
        color: var(--color-main);
        padding-left: 40px;
        font-size: 18px;
    }

.price-first-year {
    /*padding-top: 60px;*/
}

    .price-first-year .content-item {
        display: flex;
        display: -webkit-flex;
        flex-flow: wrap;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
    }

    .price-first-year .package-item {
        width: 45%;
        padding: 30px 0;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
        background-color: #FFF;
        border-radius: 20px;
        margin: 2.5%;
        position: relative;
        margin-top: 50px;
    }

    .price-first-year .package-name {
        text-align: center;
        line-height: 38px;
    }

        .price-first-year .package-name span {
            padding: 8px 40px;
            background: url(../../images/pages/price/box.png) 20px center no-repeat;
            background-size: 30px;
            border: 1px solid var(--color-main);
            border-radius: 20px;
            padding-left: 60px;
            font-family: GoogleSans Bold, Arial, sans-serif;
            text-transform: uppercase;
        }

    .price-first-year .package-content {
        padding: 30px;
    }

        .price-first-year .package-content ul li {
            background: url('../../images/pages/home/checked.png') left top no-repeat;
            background-size: 20px;
            padding-left: 35px;
            list-style: none;
            padding-bottom: 15px;
            margin: 0;
        }

            .price-first-year .package-content ul li:nth-of-type(1) {
                background: none;
            }

    .price-first-year .price-unit {
        padding: 5px;
        background-color: var(--color-main);
        border-radius: 50px;
        text-align: center;
        font-size: 28px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        color: #f5f5f5;
        min-width: 350px;
        margin: 0 auto;
        position: absolute;
        bottom: -27.5px;
        right: calc(50% - 175px);
        right: -webkit-calc(50% - 175px);
        right: -moz-calc(50% - 175px);
    }

        .price-first-year .price-unit span {
            font-size: 13px;
            text-transform: uppercase;
        }

/*Second*/
.price-second {
    padding: 60px 0;
}

    .price-second .subtitle-item {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .price-second .desc-item {
        width: 500px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

        .price-second .desc-item ul li {
            background: url(../../images/pages/price/ic_tick.svg) left top no-repeat;
            background-size: 20px;
            padding-left: 35px;
            list-style: none;
            padding-bottom: 10px;
        }

.price-second-year-pc {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    background-color: #FFF;
    padding: 25px 40px 40px;
    border-radius: 20px;
}

    .price-second-year-pc table {
        margin-bottom: 0;
    }

        .price-second-year-pc table th {
            border: none;
            border-bottom: 2px solid var(--color-main);
            padding: 10px 0;
            color: #2f3542;
            text-transform: uppercase;
            font-family: GoogleSans Bold, Arial, sans-serif;
        }

            .price-second-year-pc table th:nth-of-type(2), .price-second-year-pc table th:nth-of-type(3) {
                text-align: right;
            }

        .price-second-year-pc table td {
            border: none;
            border-bottom: 1px solid #e0e0e0;
            padding: 10px 0;
        }

    .price-second-year-pc .package-name {
        background: url(../../images/pages/price/report.png) left center no-repeat;        
        background-size: 20px;
        padding-left: 35px;
        font-family: GoogleSans Medium, Arial, sans-serif;
        text-transform: uppercase;
    }

    .price-second-year-pc .price-unit {
        font-family: GoogleSans Bold, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 22px;
        text-align: right;
    }

    .price-second-year-pc .unit {
        text-transform: uppercase;
        font-size: 13px;
        text-align: right;
    }
/*End Second*/

/*Tranning-Deploy*/
.tranning-deploy {
    padding: 60px;
}

    .tranning-deploy .content-item {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-flow: wrap;
    }

    .tranning-deploy .package-item {
        min-height: 335px;
        width: 45%;
        padding: 30px 0;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
        background-color: #FFF;
        border-radius: 20px;
        margin: 2.5%;
        position: relative;
        margin-top: 5%;
    }

    .tranning-deploy .package-name {
        text-align: center;
        line-height: 20px;
    }

        .tranning-deploy .package-name span {
            padding: 8px 40px;
            background: url(../../images/pages/price/ic_package-name.svg) 20px center no-repeat;
            background-size: 24px;
            border: 1px solid #00A8F3;
            border-radius: 20px;
            padding-left: 60px;
            font-family: GoogleSans Bold, Arial, sans-serif;
            text-transform: uppercase;
            display: block;
            margin: 0 15px;
        }

    .tranning-deploy .package-content {
        padding: 30px;
    }

    .tranning-deploy .price-unit {
        padding: 5px;
        background-color: #00A8F3;
        border-radius: 50px;
        text-align: center;
        font-size: 27px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        color: #f5f5f5;
        min-width: 380px;
        margin: 0 auto;
        position: absolute;
        bottom: -27.5px;
        right: calc(50% - 190px);
        right: -webkit-calc(50% - 190px);
        right: -moz-calc(50% - 190px);
    }

        .tranning-deploy .price-unit span {
            font-size: 13px;
            text-transform: uppercase;
        }

    .tranning-deploy .package-content ul li {
        list-style: none;
        padding-bottom: 15px;
        position: relative;
        margin: 0;
        padding-left: 35px;
    }

        .tranning-deploy .package-content ul li:before {
            position: absolute;
            top: 0;
            left: 12px;
            content: url("../../images/pages/price/ic-rectangle-dot.svg");
        }
/*End Tranning-Deploy*/

/*Responsive*/
@media (min-width: 980px) {
    .view-mobile {
        display: none;
    }
}

@media (max-width: 1440px) {
    .image-left-1 {
        top: -200px;
        left: -450px;
        width: 700px;
    }

    .image-right-1 {
        top: -100px;
        right: -400px;
    }

    .image-right-2 {
        bottom: -200px;
        right: -350px;
        width: 700px;
    }

    .image-left-2 {
        left: -600px;
        top: -200px;
        width: 700px;
    }

    .image-right-3 {
        right: -300px;
        bottom: -100px;
    }
}

@media (max-width: 1099px) {
    .price-first-year .package-name span, .tranning-deploy .package-name span {
        font-size: 14px;
    }
}

@media (max-width: 979px) {
    .view-pc {
        display: none;
    }

    .image-absolute {
        display: none;
    }

    .price-first {
        padding: 40px 0;
    }

    .price-first-year {
        padding-top: 40px;
    }

        .price-first-year .package-item {
            width: 95%;
            margin: 5%;
        }

    .price-second-year-m .content-item {
        display: flex;
        display: -webkit-flex;
        flex-flow: wrap;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
    }

    .price-second .desc-item {
        padding-bottom: 10px;
    }

    .price-second-year-m .package-item {
        width: 45%;
        margin: 2.5%;
        padding: 20px 30px;
        background-color: #FFF;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
        border-radius: 5px;
        text-align: center;
    }

    .price-second-year-m .package-name {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .price-second-year-m .price-unit {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 24px;
        padding-bottom: 10px;
    }

    .tranning-deploy {
        padding: 40px 0;
    }

        .tranning-deploy .package-item {
            width: 95%;
            margin: 5%;
            min-height: auto;
        }

    .price-second {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .title-page {
        font-size: 20px;
    }

    .title-item {
        font-size: 24px;
    }

        .title-item br {
            display: none;
        }

    .download-price a {
        font-size: 16px;
    }

    .price-first-year .package-item, .tranning-deploy .package-item {
        width: 100%;
        margin: 60px 0 0;
        padding-top: 20px;
    }

        .price-first-year .package-item:nth-of-type(1), .tranning-deploy .package-item:nth-of-type(1) {
            margin-top: 30px;
        }

    .price-first-year .price-unit {
        font-size: 24px;
        min-width: 280px;
        bottom: -22px;
        right: calc(50% - 140px);
        right: -webkit-calc(50% - 140px);
        right: -moz-calc(50% - 140px);
    }

    .tranning-deploy .price-unit {
        font-size: 24px;
        min-width: 330px;
        bottom: -22px;
        right: calc(50% - 165px);
        right: -webkit-calc(50% - 165px);
        right: -moz-calc(50% - 165px);
    }

    .price-first-year .package-name span, .tranning-deploy .package-name span {
        display: block;
        padding: 0;
        border: none;
        padding-left: 55px;
        text-align: left;
    }

    .price-first-year .package-content, .tranning-deploy .package-content {
        padding: 10px 20px;
    }

    .price-second .desc-item {
        width: 100%;
        padding-bottom: 0;
    }

    .price-second-year-m .package-item {
        width: 100%;
        margin: 30px 0 0;
    }

    .price-first-year .price-unit span, .tranning-deploy .price-unit span {
        font-size: 12px
    }

    .tranning-deploy .package-item:last-of-type {
        margin-bottom: 30px;
    }

    .price-first {
        padding: 40px 0 60px;
    }
}

@media (max-width: 320px) {
    .price-first-year .package-name span, .tranning-deploy .package-name span {
        padding: 0;
        background: none;
        text-align: center;
    }

    .price-first-year .price-unit {
        font-size: 20px;
        min-width: 240px;
        bottom: -19px;
        right: calc(50% - 120px);
        right: -webkit-calc(50% - 120px);
        right: -moz-calc(50% - 120px);
    }

    .tranning-deploy .price-unit {
        font-size: 20px;
        min-width: 290px;
        bottom: -19px;
        right: calc(50% - 145px);
        right: -webkit-calc(50% - 145px);
        right: -moz-calc(50% - 145px);
    }
}
/*End Responsive*/
