body {
    font-family: 'Exo 2', sans-serif;
    background: #e3e3e3
}

figure {
    margin: 0;
    padding: 0
}

.btn {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 0;
    background: #f58220;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border-radius: 0.5vw;
    text-decoration: none;
    text-align: center;
    outline: none !important
}

.btn.btn-light {
    background: #e0e0e0;
    color: #000
}

.btn.btn-red {
    background: #de1c24
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #005dd1 !important;
    color: #fff !important
}

.section {
    margin-top: 1.3020833333333335vw
}

@media (max-width: 992px) {
    .section {
        margin-top: 4vw
    }
}

.section .section-box {
    position: relative;
    background: #fff;
    border-radius: 1vw;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    padding: 1.8229166666666667vw
}

@media (max-width: 992px) {
    .section .section-box {
        padding: 2vw
    }
}

.section .section-heading {
    margin: 0;
    padding: 0;
    font-size: 1.3020833333333335vw;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .section .section-heading {
        font-size: 3.733333333333334vw
    }
}

.slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 2.9166666666666665vw;
    height: 2.9166666666666665vw;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    outline: none !important;
    font-size: 0
}

.slick-arrow::after {
    content: "\f053";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3020833333333335vw;
    color: #fff
}

.slick-arrow span {
    display: none
}

.slick-arrow.slick-prev {
    left: -1.0416666666666665vw;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slick-arrow.slick-next {
    right: -1.0416666666666665vw;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%)
}

.slick-arrow.slick-next::after {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.navbar-toggler:focus {
    -webkit-box-shadow: initial;
    box-shadow: initial
}

.slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    margin-left: -0.26041666666666663vw;
    margin-right: -0.26041666666666663vw
}

@media (max-width: 992px) {
    .slick-dots {
        margin-left: -1vw;
        margin-right: -1vw
    }
}

.slick-dots li {
    list-style: none
}

.slick-dots li button {
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    font-size: 0;
    border-radius: 50%;
    background: #374e7a !important;
    width: 0.5208333333333333vw;
    height: 0.5208333333333333vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    margin: 0 0.26041666666666663vw
}

@media (max-width: 992px) {
    .slick-dots li button {
        width: 2vw;
        height: 2vw;
        margin: 0 1vw
    }
}

.slick-dots li.slick-active button {
    background: #de1c24 !important
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

.table-responsive .table {
    width: 100%;
    max-width: 100%;
    text-align: center
}

.item {
    outline: none
}

.item .inner {
    display: block;
    text-decoration: none;
    color: #281d05;
    outline: none
}

.item .inner .wrapper-img {
    position: relative;
    overflow: hidden
}

.item .inner .wrapper-img::before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

.item .inner .wrapper-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.item .inner .info {
    margin-top: 0.5208333333333333vw
}

.item .inner .info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.item .inner .info .title:hover {
    color: #005dd1
}

.item-v1 .inner .wrapper-img {
    border-radius: 1vw
}

.item-v1 .inner .wrapper-img::before {
    padding-bottom: 59.696969696969695%
}

.item-v1 .inner .info {
    margin-top: 0.5208333333333333vw
}

.item-v1 .inner .info .title {
    font-size: 1.0416666666666665vw;
    -webkit-line-clamp: 2;
    font-weight: 500
}

@media (max-width: 992px) {
    .item-v1 .inner .info .title {
        font-size: 3.2vw
    }
}

.item-v1 .inner .info .date {
    margin-top: 0.5208333333333333vw;
    font-size: 0.8333333333333334vw
}

@media (max-width: 992px) {
    .item-v1 .inner .info .date {
        font-size: 2.666666666666667vw
    }
}

.item-v2 {
    margin-top: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .item-v2 {
        margin-top: 0
    }
}

.item-v2 .inner {
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0.75vw
}

.item-v2 .inner .wrapper-img::before {
    padding-bottom: 62.737642585551335%
}

.item-v2 .inner .wrapper-img img {
    width: 6.71875vw;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: initial;
    bottom: 0;
    -o-object-fit: initial;
    object-fit: initial
}

@media (max-width: 992px) {
    .item-v2 .inner .wrapper-img img {
        width: 20vw
    }
}

.item-v2 .inner .info {
    margin-top: 0.78125vw;
    padding-bottom: 2.083333333333333vw
}

@media (max-width: 992px) {
    .item-v2 .inner .info {
        margin-top: 2vw;
        padding-bottom: 4vw
    }
}

.item-v2 .inner .info .title {
    margin: 0;
    padding: 0;
    font-size: 1.0416666666666665vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 992px) {
    .item-v2 .inner .info .title {
        font-size: 3.2vw
    }
}

.item-v2 .inner .info .slogan {
    text-align: center;
    font-weight: 500;
    margin-top: 0.5208333333333333vw;
    font-size: 0.9375vw
}

@media (max-width: 992px) {
    .item-v2 .inner .info .slogan {
        margin-top: 1vw;
        font-size: 3.2vw
    }
}

.item-v3 {
    margin-top: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .item-v3 {
        margin-top: 4vw
    }
}

.item-v3 .inner {
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0.75vw;
    padding: 0.78125vw
}

@media (max-width: 992px) {
    .item-v3 .inner {
        padding: 2vw;
        border-radius: 2vw
    }
}

.item-v3 .inner .title {
    margin: 0;
    padding: 0;
    font-size: 1.0416666666666665vw;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.5208333333333333vw
}

@media (max-width: 992px) {
    .item-v3 .inner .title {
        font-size: 3.2vw;
        margin-top: 1vw
    }
}

.item-v3 .inner .title .fa {
    color: #a243ef;
    margin-right: 0.78125vw
}

@media (max-width: 992px) {
    .item-v3 .inner .title .fa {
        margin-right: 1vw
    }
}

.item-v3 .inner .list {
    margin: 0;
    padding: 0
}

.item-v3 .inner .list li {
    position: relative;
    list-style: none;
    margin-top: 1vw;
    padding-left: 1.6666666666666667vw;
    font-size: 0.8333333333333334vw
}

@media (max-width: 992px) {
    .item-v3 .inner .list li {
        margin-top: 2vw;
        padding-left: 4vw;
        font-size: 3.2vw
    }
}

.item-v3 .inner .list li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0
}

.item-v3 .inner .list li a {
    display: block;
    text-decoration: none;
    color: #281d05;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.item-v3 .inner .list li a:hover {
    color: #005dd1
}

.item-v3 .inner .list li .fa {
    position: absolute;
    right: 0;
    top: 0.25vw;
    font-size: 0.7291666666666666vw;
    display: none;
}

@media (max-width: 992px) {
    .item-v3 .inner .list li .fa {
        font-size: 2.6vw;
        top: 1vw
    }
}

.c-header {
    min-height: 3.802083333333333vw;
    position: relative;
    z-index: 99
}

@media (max-width: 992px) {
    .c-header {
        min-height: 10vw
    }
}

.c-header .navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #de1c24;
    padding: 0.9635416666666667vw 0
}

@media (max-width: 992px) {
    .c-header .navbar {
        padding: 0
    }
}

.c-header .navbar .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media (max-width: 992px) {
    .c-header .navbar .container {
        padding-top: 2vw;
        padding-bottom: 2vw
    }
}

.c-header .navbar .navbar-toggler {
    display: none
}

@media (max-width: 992px) {
    .c-header .navbar .navbar-toggler {
        padding: 0;
        margin: 0;
        display: block;
        width: 10vw;
        height: 10vw;
        position: absolute;
        border: 0;
        background: transparent;
        outline: none
    }
}

.c-header .navbar .navbar-toggler span,
.c-header .navbar .navbar-toggler::before,
.c-header .navbar .navbar-toggler::after {
    position: absolute;
    display: block;
    content: '';
    width: 8vw;
    height: 1vw;
    background: #fff;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-header .navbar .navbar-toggler::before {
    top: 2.5vw
}

.c-header .navbar .navbar-toggler span {
    top: 5vw
}

.c-header .navbar .navbar-toggler::after {
    top: 7.5vw
}

.c-header .navbar .brand {
    text-decoration: none;
    outline: none;
    margin-right: 2.2916666666666665vw
}

@media (max-width: 992px) {
    .c-header .navbar .brand {
        margin-right: 0;
        margin-left: 12vw
    }
}

.c-header .navbar .brand img {
    display: block;
    height: 1.875vw;
    width: auto
}

@media (max-width: 992px) {
    .c-header .navbar .brand img {
        height: 6vw
    }
}

.c-header .navbar .nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 992px) {
    .c-header .navbar .nav {
        position: absolute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 0;
        top: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.c-header .navbar .nav .nav-item {
    list-style: none;
    margin: 0 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-header .navbar .nav .nav-item {
        width: 100%;
        padding: 2vw
    }
}

.c-header .navbar .nav .nav-item .nav-link {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    font-size: 0.9375vw;
    color: #ffb0b3;
    padding: 0
}

@media (max-width: 992px) {
    .c-header .navbar .nav .nav-item .nav-link {
        font-size: 3.2vw;
        color: #fff;
        text-align: center
    }
}

.c-header .navbar .nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-header .navbar .nav .nav-item .nav-link:hover::after {
    width: 100%
}

.c-header .navbar .user {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: 0.9375vw
}

@media (max-width: 992px) {
    .c-header .navbar .user {
        font-size: 3.2vw;
        right: 0;
        -webkit-transform: none;
        transform: none;
        top: 0;
        width: 10vw;
        height: 10vw
    }
}

.c-header .navbar .user .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.802083333333333vw;
    height: 3.802083333333333vw;
    cursor: pointer
}

.c-header .navbar .user .avatar img {
    width: 2.2916666666666665vw;
    height: 2.2916666666666665vw
}

@media (max-width: 992px) {
    .c-header .navbar .user .avatar img {
        width: 6vw;
        height: 6vw;
        margin-right: var(--bs-gutter-x, 0.75rem)
    }
}

@media (max-width: 992px) {
    .c-header .navbar .user .avatar {
        width: 10vw;
        height: 10vw
    }
}

.c-header .navbar .user .box {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 18.75vw;
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 .5vw .5vw;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width: 992px) {
    .c-header .navbar .user .box {
        width: 50vw;
        top: 100%
    }
}

.c-header .navbar .user .box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5625vw 1.1979166666666667vw
}

@media (max-width: 1200px) {
    .c-header .navbar .user .box .info {
        padding: 2vw
    }
}

.c-header .navbar .user .box .info .info-avatar {
    width: 2.2916666666666665vw;
    height: 2.2916666666666665vw
}

@media (max-width: 992px) {
    .c-header .navbar .user .box .info .info-avatar {
        width: 8vw;
        height: 8vw
    }
}

.c-header .navbar .user .box .info .info-avatar img {
    display: block;
    width: 100%;
    height: 100%
}

.c-header .navbar .user .box .info .content {
    margin-left: 0.78125vw
}

@media (max-width: 992px) {
    .c-header .navbar .user .box .info .content {
        margin-left: 2vw
    }
}

.c-header .navbar .user .box .info .content .account {
    color: #281d05
}

.c-header .navbar .user .box .info .content .statu {
    color: #595959
}

.c-header .navbar .user .box .user-nav {
    margin: 0;
    padding: 0
}

.c-header .navbar .user .box .user-nav .nav-item {
    list-style: none;
    border-top: 1px solid #e3e3e3
}

.c-header .navbar .user .box .user-nav .nav-item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.5625vw 1.6145833333333335vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width: 992px) {
    .c-header .navbar .user .box .user-nav .nav-item .wrapper {
        padding: 2vw
    }
}

.c-header .navbar .user .box .user-nav .nav-item .wrapper:hover {
    background: #de1c24;
    color: #fff
}

.c-header .navbar .user .box .user-nav .nav-item .wrapper .icon {
    position: relative;
    margin-right: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-header .navbar .user .box .user-nav .nav-item .wrapper .icon {
        margin-right: 2vw
    }
}

.c-header .navbar .user .box .user-nav .nav-item .wrapper .icon.icon-registration > span {
    position: absolute;
    line-height: 1;
    top: 5%;
    right: 15%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.c-header .navbar .user .box .user-nav .nav-item .wrapper .icon.icon-change-password > span {
    position: absolute;
    line-height: 1;
    -webkit-box-shadow: 0 0 1px 1px #fff;
    box-shadow: 0 0 1px 1px #fff;
    font-size: 50%;
    right: -50%;
    bottom: 10%
}

.c-header .navbar .user:hover .box {
    opacity: 1;
    pointer-events: auto
}

.menu-fix_active .c-header .navbar .navbar-toggler::before {
    top: 5vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-fix_active .c-header .navbar .navbar-toggler span {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.menu-fix_active .c-header .navbar .navbar-toggler::after {
    top: 5vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-fix_active .c-header .navbar .nav {
    padding: 2vw 0;
    max-height: 1000px;
    overflow: inherit
}

.c-hero .slider .item a {
    display: block;
    outline: none;
    position: relative
}

.c-hero .slider .item a::before {
    content: '';
    display: block;
    padding-bottom: 47.5%
}

.c-hero .slider .item a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 992px) {
    .c-hero .slider .owl-nav {
        display: none !important
    }
}

.c-hero .slider .slick-dots {
    padding: 0.3125vw 0.546875vw;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1vw;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 992px) {
    .c-hero .slider .slick-dots {
        bottom: 2vw;
        padding: 1vw
    }
}

.c-hero .slider .slick-dots button {
    width: 0.78125vw;
    height: 0.78125vw;
    margin: 0 0.390625vw
}

@media (max-width: 992px) {
    .c-hero .slider .slick-dots button {
        width: 2vw;
        height: 2vw;
        margin: 0 1vw
    }
}

.c-event .slider {
    margin-top: 1.3020833333333335vw;
    margin-left: -1.8229166666666667vw;
    margin-right: -1.8229166666666667vw
}

@media (max-width: 992px) {
    .c-event .slider {
        margin-top: 2vw;
        margin-left: -1vw;
        margin-right: -1vw
    }
}

.c-event .slider .slick-dots {
    top: -2vw;
    right: 1.8229166666666667vw;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media (max-width: 992px) {
    .c-event .slider .slick-dots {
        right: 1vw
    }
}

.c-event .item-v1 {
    padding-left: 1.8229166666666667vw;
    padding-right: 1.8229166666666667vw
}

@media (max-width: 992px) {
    .c-event .item-v1 {
        padding-left: 1vw;
        padding-right: 1vw
    }
}

.c-guide .link {
    position: absolute;
    top: 1.8229166666666667vw;
    right: 1.8229166666666667vw;
    color: #006dc1;
    font-size: 0.9375vw;
    text-decoration: none
}

@media (max-width: 992px) {
    .c-guide .link {
        font-size: 3.2vw;
        top: 2vw;
        right: 2vw
    }
}

.c-guide .link .fa {
    margin-left: 0.25vw;
    font-size: 80%
}

.c-guide .row {
    margin-left: -1vw;
    margin-right: -1vw
}

@media (max-width: 992px) {
    .c-guide .item {
        margin-top: 2vw;
        padding-left: 1vw;
        padding-right: 1vw
    }
}

.c-news .news-box {
    background: #fff;
    border-radius: 0 0 1vw 1vw;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    min-height: calc(100vh - 16.197916666666668vw)
}

.c-news .news-box .heading {
    padding: 2.083333333333333vw 1.3020833333333335vw 0 1.3020833333333335vw
}

@media (max-width: 992px) {
    .c-news .news-box .heading {
        padding: 4vw 2vw 0 2vw
    }
}

.c-news .news-box .heading .title {
    margin: 0;
    padding: 0;
    font-weight: 2.083333333333333vw;
    color: #281d05
}

@media (max-width: 992px) {
    .c-news .news-box .heading .title {
        font-size: 4.6vw
    }
}

.c-news .news-box .heading .date {
    font-size: 0.8333333333333334vw;
    color: #505050;
    margin-top: 0.5208333333333333vw;
    padding-bottom: 0.5208333333333333vw;
    border-bottom: 1px solid #c4c4c4
}

@media (max-width: 992px) {
    .c-news .news-box .heading .date {
        margin-top: 1vw;
        font-size: 3.2vw;
        padding-bottom: 1vw
    }
}

.c-news .news-box .content {
    padding: 1.5625vw 1.3020833333333335vw;
    font-size: 0.8333333333333334vw
}

@media (max-width: 992px) {
    .c-news .news-box .content {
        padding: 4vw 2vw;
        font-size: 3.2vw
    }
}

.c-news .news-box .content * {
    max-width: 100%
}

.c-news .news-box .other {
    padding-bottom: 1.5625vw
}

@media (max-width: 992px) {
    .c-news .news-box .other {
        padding-bottom: 4vw
    }
}

.c-news .news-box .other .other-title {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    font-size: 1.3020833333333335vw;
    font-weight: 700;
    color: #281d05;
    padding: 0.78125vw 1.3020833333333335vw
}

@media (max-width: 992px) {
    .c-news .news-box .other .other-title {
        font-size: 4.2vw;
        padding: 2vw
    }
}

.c-news .news-box .other .other-box {
    padding-left: 3.6458333333333335vw;
    padding-right: 3.6458333333333335vw
}

.c-news .news-box .other .item {
    margin-top: 1.5625vw
}

@media (max-width: 992px) {
    .c-news .news-box .other .item {
        margin-top: 4vw
    }
}

.c-news .news-box .other .item .inner .wrapper-img {
    border-radius: 0
}

.c-form .form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 16.197916666666668vw)
}

@media (max-width: 992px) {
    .c-form .form-box {
        min-height: calc(100vh - 54.266666666666666vw)
    }
}

.c-form .form-box .inner {
    position: relative;
    background: #fff;
    border-radius: 1vw;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    width: 34.89583333333333vw;
    margin-top: 1.3020833333333335vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner {
        width: auto;
        margin-top: 4vw;
        padding-bottom: 4vw
    }
}

.c-form .form-box .inner .title {
    margin: 0 0.8854166666666666vw;
    padding: 1.0416666666666665vw 0;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 2.083333333333333vw;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .form-box .inner .title {
        font-size: 4.6vw;
        padding: 2vw 0;
        margin: 2vw 4vw 2vw 4vw
    }
}

.c-form .form-box .inner .content {
    padding: 1.5625vw 2.864583333333333vw 0 2.864583333333333vw
}

.c-form .form-box .inner .other {
    border-top: 1px solid #e3e3e3;
    margin: 0 1.3020833333333335vw;
    padding: 0.8854166666666666vw 0
}

@media (max-width: 992px) {
    .c-form .form-box .inner .other {
        margin: 0 4vw;
        padding: 2vw 0 0 0
    }
}

.c-form .form-box .inner .other .link {
    text-align: center;
    color: #7f7f7f;
    font-weight: 500;
    font-size: 1.0416666666666665vw;
    margin-bottom: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .other .link {
        font-size: 3.2vw;
        margin-bottom: 2vw
    }
}

.c-form .form-box .inner .other .link a {
    text-decoration: none;
    color: #005dd1
}

.c-form .form-box .inner .other .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9375vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .other .group {
        font-size: 3.2vw
    }
}

.c-form .form-box .inner .other .group .item {
    text-decoration: none;
    color: #005dd1;
    font-weight: 500
}

.c-form .form-box .inner .form {
    padding: 1.5625vw 2.864583333333333vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form {
        padding: 2vw 4vw
    }
}

.c-form .form-box .inner .form .form-group {
    position: relative;
    margin-bottom: 2.5520833333333335vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group {
        margin-bottom: 6vw
    }
}

.c-form .form-box .inner .form .form-group .form-control {
    width: 100%;
    border: 1px solid #5a5a5a;
    border-radius: 0.5vw;
    font-size: 1.0416666666666665vw;
    padding: 0.6770833333333334vw 0.9375vw;
    outline: none
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group .form-control {
        font-size: 4vw;
        padding: 1.2vw 2vw
    }
}

.c-form .form-box .inner .form .form-group .form-error {
    position: absolute;
    color: #de1c24;
    width: 100%;
    padding: 0 1.0416666666666665vw;
    left: 0;
    top: 100%;
    font-size: 75%;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group .form-error {
        padding: 0
    }
}

.c-form .form-box .inner .form .form-group.form-group-account .fa-user {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.7291666666666666vw;
    font-size: 1.7708333333333333vw;
    color: #5a5a5a
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-group-account .fa-user {
        left: 3vw;
        font-size: 4vw
    }
}

.c-form .form-box .inner .form .form-group.form-group-account .form-control {
    padding-left: 2.864583333333333vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-group-account .form-control {
        padding-left: 8vw
    }
}

.c-form .form-box .inner .form .form-group.form-group-eye .fa-lock {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.7291666666666666vw;
    font-size: 1.7708333333333333vw;
    color: #5a5a5a
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-group-eye .fa-lock {
        left: 3vw;
        font-size: 4vw
    }
}

.c-form .form-box .inner .form .form-group.form-group-eye .fa-eye {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.0208333333333335vw;
    height: 3.0208333333333335vw;
    font-size: 1.7708333333333333vw;
    color: #5a5a5a;
    cursor: pointer
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-group-eye .fa-eye {
        font-size: 4vw;
        width: 8.799999999999999vw;
        height: 8.799999999999999vw
    }
}

.c-form .form-box .inner .form .form-group.form-group-eye .fa-eye.active::before {
    content: "\f070"
}

.c-form .form-box .inner .form .form-group.form-group-eye .form-control {
    padding-left: 2.864583333333333vw;
    padding-right: 2.864583333333333vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-group-eye .form-control {
        padding-left: 8vw;
        padding-right: 8vw
    }
}

.c-form .form-box .inner .form .form-group.form-group-eye.v1 .form-control {
    padding-left: 0.9375vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-group-eye.v1 .form-control {
        padding-left: 2vw
    }
}

.c-form .form-box .inner .form .form-group.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.0416666666666665vw;
    margin-top: -0.5208333333333333vw
}

.c-form .form-box .inner .form .form-group.form-check .form-check-input {
    width: 1.3020833333333335vw;
    height: 1.3020833333333335vw;
    margin-right: 0.9375vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-check .form-check-input {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 2vw
    }
}

.c-form .form-box .inner .form .form-group.form-check .form-check-label {
    font-size: 1.0416666666666665vw;
    line-height: 1;
    font-weight: 500;
    color: #7f7f7f
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .form-group.form-check .form-check-label {
        font-size: 3.2vw
    }
}

.c-form .form-box .inner .form .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1458333333333333vw;
    padding: 0.6770833333333334vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .btn {
        font-size: 3.2vw;
        padding: 2vw;
        margin-top: 2vw
    }
}

.c-form .form-box .inner .form .notification {
    text-align: center;
    color: #de1c24;
    font-size: 0.8333333333333334vw;
    font-weight: 500;
    margin-bottom: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-form .form-box .inner .form .notification {
        font-size: 3.2vw
    }
}

.c-form .time {
    padding: 0.26041666666666663vw 2.864583333333333vw;
    text-align: right;
    font-size: 0.7291666666666666vw;
    color: #b8b8b8
}

@media (max-width: 992px) {
    .c-form .time {
        font-size: 3.2vw
    }
}

.c-form .notification-box {
    padding: 1.3020833333333335vw 1.8229166666666667vw;
    text-align: center;
    font-size: 1.0416666666666665vw;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .notification-box {
        padding: 4vw 4vw 0 4vw;
        font-size: 3.2vw
    }
}

.c-form .notification-box .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1458333333333333vw;
    padding: 0.6770833333333334vw
}

.c-form .notification-box .btn-50 {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
}

.c-form .notification-box .btn-home:hover {
    background: red !important;
}

.c-form .notification-box .btn-next:hover {
    background: #03a9f4 !important;
}


@media (max-width: 992px) {
    .c-form .notification-box .btn {
        font-size: 4.6vw;
        padding: 1vw
    }

    .c-form .notification-box .btn-50 {
        width: 100%;
    }
}

.c-form .notification-gcard {
    padding: 1.3020833333333335vw 0.8854166666666666vw
}

@media (max-width: 992px) {
    .c-form .notification-gcard {
        padding: 2vw
    }
}

.c-form .notification-gcard .notification-main {
    text-align: center
}

.c-form .notification-gcard .notification-main > img {
    width: 3.6979166666666665vw;
    height: 3.6458333333333335vw
}

@media (max-width: 992px) {
    .c-form .notification-gcard .notification-main > img {
        width: 14.791666666666664vw;
        height: 14.583333333333336vw
    }
}

.c-form .notification-gcard .notification-main .money {
    font-size: 2.083333333333333vw;
    margin-top: 0;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .notification-gcard .notification-main .money {
        font-size: 6.2vw;
        margin-top: 1vw
    }
}

.c-form .notification-gcard .notification-main .status {
    color: #11a706;
    font-size: 1.3020833333333335vw;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .notification-gcard .notification-main .status {
        font-size: 4.6vw
    }
}

.c-form .notification-gcard .box {
    border-top: 1px solid #e3e3e3
}

@media (max-width: 992px) {
    .c-form .notification-gcard .box {
        margin-top: 2vw
    }
}

.c-form .notification-gcard .box .title {
    font-size: 1.3020833333333335vw;
    margin: 0;
    padding: 0.5208333333333333vw;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .notification-gcard .box .title {
        font-size: 4vw;
        padding: 2vw
    }
}

.c-form .notification-gcard .box .title .code {
    color: #7f7f7f;
    font-size: 0.8333333333333334vw
}

@media (max-width: 992px) {
    .c-form .notification-gcard .box .title .code {
        font-size: 3.2vw
    }
}

.c-form .notification-gcard .box ul {
    margin: 0;
    padding: 0
}

.c-form .notification-gcard .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0.8333333333333334vw;
    padding: 3px 0
}

@media (max-width: 992px) {
    .c-form .notification-gcard .box ul li {
        font-size: 3.2vw;
        padding: 1vw 0
    }
}

.c-form .notification-gcard .box ul li:last-of-type {
    border-bottom: 0
}

.c-form .notification-gcard .box ul li .line-1 {
    color: #7f7f7f
}

.c-form .notification-gcard .box ul li .line-2 {
    color: #000b7a;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .notification-gcard .box ul li .line-2 {
        font-size: 16px;
    }
}

.c-form .notification-gcard .box ul li .line-3 {
    color: #de1c24;
    font-weight: 500
}

.c-form .notification-gcard .attention {
    color: #de1c24;
    border-top: 1px solid #e3e3e3;
    color: #de1c24;
    text-align: center;
    padding: 0.5208333333333333vw 0
}

.c-form .notification-gcard .attention .attention-title {
    font-size: 1.25vw;
    font-weight: 700
}

@media (max-width: 992px) {
    .c-form .notification-gcard .attention .attention-title {
        font-size: 4vw
    }
}

.c-form .notification-gcard .attention .content {
    font-size: 0.8333333333333334vw;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-form .notification-gcard .attention .content {
        font-size: 3.2vw
    }
}

.c-form .notification-gcard .attention .content span {
    font-weight: 700
}

.c-history {
    margin-top: 1.3020833333333335vw
}

@media (max-width: 992px) {
    .c-history {
        margin-top: 4vw
    }
}

.c-history .history-box {
    position: relative;
    background: #fff;
    border-radius: 1vw;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    padding: 0 1.3020833333333335vw;
    min-height: calc(100vh - 17.760416666666668vw)
}

@media (max-width: 992px) {
    .c-history .history-box {
        min-height: calc(100vh - 56.266666666666666vw);
        padding: 0 2vw
    }
}

.c-history .history-box .title {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    font-size: 1.5625vw;
    font-weight: 500;
    padding: 1.3802083333333333vw 0
}

@media (max-width: 992px) {
    .c-history .history-box .title {
        font-size: 4.6vw;
        padding: 2vw 0
    }
}

.c-history .history-box .form {
    margin-top: 2.604166666666667vw
}

.c-history .history-box .form .form-group {
    position: relative;
    margin-bottom: 1.5625vw
}

@media (max-width: 992px) {
    .c-history .history-box .form .form-group {
        margin-bottom: 4vw
    }
}

.c-history .history-box .form .form-group label {
    display: block;
    font-size: 0.8333333333333334vw;
    color: #000;
    margin-bottom: 0.5208333333333333vw
}

@media (max-width: 992px) {
    .c-history .history-box .form .form-group label {
        font-size: 3.2vw;
        margin-bottom: 1vw
    }
}

.c-history .history-box .form .form-group .form-control {
    width: 100%;
    border: 1px solid #5a5a5a;
    border-radius: 0.5vw;
    font-size: 1.0416666666666665vw;
    padding: 0.6770833333333334vw 0.9375vw;
    outline: none
}

@media (max-width: 992px) {
    .c-history .history-box .form .form-group .form-control {
        font-size: 3.2vw;
        padding: 1.8vw 0 1.8vw 2vw
    }
}

.c-history .history-box .form .btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1458333333333333vw;
    padding: 0.6770833333333334vw
}

@media (max-width: 992px) {
    .c-history .history-box .form .btn {
        font-size: 4.6vw;
        padding: 0.5vw
    }
}

.c-history .history-box .data {
    margin-top: 2.083333333333333vw;
    padding-bottom: 1.5625vw
}

@media (max-width: 992px) {
    .c-history .history-box .data {
        margin-top: 4vw;
        padding-bottom: 4vw
    }
}

.c-history .history-box .data .notification {
    text-align: center;
    color: #7f7f7f;
    font-size: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-history .history-box .data .notification {
        font-size: 3.2vw
    }
}

.c-history .history-box .data .table {
    font-size: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-history .history-box .data .table {
        font-size: 3.2vw
    }
}

.c-history .history-box .data .table td,
.c-history .history-box .data .table th {
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 0.78125vw
}

@media (max-width: 992px) {

    .c-history .history-box .data .table td,
    .c-history .history-box .data .table th {
        padding: 0.5vw
    }
}

.c-history .history-box .data .table td:nth-child(1),
.c-history .history-box .data .table th:nth-child(1) {
    border-left: 1px solid #e3e3e3
}

.c-history .history-box .data .table tr:last-of-type {
    border-bottom: 1px solid #e3e3e3
}

.c-gcard .gcard-box {
    background: #fff;
    border-radius: 0 0 1vw 1vw;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    padding-top: 1.0416666666666665vw;
    min-height: calc(100vh - 16.197916666666668vw)
}

@media (max-width: 992px) {
    .c-gcard .gcard-box {
        min-height: calc(100vh - 56.266666666666666vw);
        padding-top: 2vw
    }
}

.c-gcard .tab .group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.083333333333333vw
}

@media (max-width: 992px) {
    .c-gcard .tab .group-title {
        margin-bottom: 4vw
    }
}

.c-gcard .tab .group-title .tab-title {
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
    text-align: center;
    color: #929292;
    padding: 0.78125vw;
    font-weight: 700;
    font-size: 1.25vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 992px) {
    .c-gcard .tab .group-title .tab-title {
        font-size: 4.6vw;
        padding: 2vw 0
    }
}

.c-gcard .tab .group-title .tab-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #929292;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-gcard .tab .group-title .tab-title.active {
    color: #de1c24
}

.c-gcard .tab .group-title .tab-title.active::after {
    background: #de1c24
}

.c-gcard .tab .group-box .tab-box {
    display: none
}

.c-gcard .tab .group-box .tab-box.active {
    display: block
}

.c-gcard .lv > .title {
    background: #f1f1f1;
    font-weight: 500;
    color: #000;
    font-size: 1.0416666666666665vw;
    padding: 0.9375vw 1.0416666666666665vw;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .c-gcard .lv > .title {
        font-size: 4vw;
        padding: 1.2vw 2vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard {
    margin-left: 2.604166666666667vw;
    margin-right: 2.604166666666667vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard {
        margin-left: 2vw;
        margin-right: 2vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item {
    padding-left: 1.0416666666666665vw;
    padding-right: 1.0416666666666665vw;
    margin-top: 0.8vw;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item {
        padding-left: 1vw;
        padding-right: 1vw;
        margin-top: 2vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner {
    padding: 0.5208333333333333vw;
    border-radius: 1vw;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item .inner {
        padding: 1vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .gcard {
    text-align: right;
    font-weight: 700;
    font-size: 0.78125vw;
    color: #000
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item .inner .gcard {
        font-size: 4vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.26041666666666663vw;
    padding-bottom: 0.6770833333333334vw;
    border-bottom: 1px solid #a9a9a9
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo {
        padding-top: 1vw;
        padding-bottom: 1vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo > img {
    width: 6.875vw;
    height: 1.9270833333333335vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo > img {
        width: 27.5vw;
        height: 7.708333333333334vw
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo > img.statu-1 {
    display: block
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo > img.statu-2 {
    display: none
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.78125vw;
    padding: 0.26041666666666663vw 0
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item .inner .price {
        font-size: 3.2vw;
        padding: 0.5vw 0;
    }
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .price .title {
    color: #000;
    font-weight: 500
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .price .money {
    color: #de1c24;
    font-weight: 700
}

.c-gcard .lv.lv-1 .group-item-gcard .item.active .inner {
    background: #de1c24
}

.c-gcard .lv.lv-1 .group-item-gcard .item.active .inner .gcard {
    color: #fff
}

.c-gcard .lv.lv-1 .group-item-gcard .item.active .inner .logo > img.statu-1 {
    display: none
}

.c-gcard .lv.lv-1 .group-item-gcard .item.active .inner .logo > img.statu-2 {
    display: block
}

.c-gcard .lv.lv-1 .group-item-gcard .item.active .inner .price .title {
    color: #fff
}

.c-gcard .lv.lv-1 .group-item-gcard .item.active .inner .price .money {
    color: #fff
}

.c-gcard .lv.lv-1 .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.8vw;
    padding: 0 1.0416666666666665vw;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .amount {
        padding: 0 2vw;
        margin-top: 4vw
    }
}

.c-gcard .lv.lv-1 .amount .text {
    font-weight: 500;
    color: #3f3f3f;
    font-size: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .amount .text {
        font-size: 4.6vw
    }
}

.c-gcard .lv.lv-1 .amount .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-gcard .lv.lv-1 .amount .count-box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    background: #d4d4d4;
    color: #8f8f8f;
    font-size: 1.0416666666666665vw;
    outline: none
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .amount .count-box .btn {
        width: 8vw;
        height: 8vw;
        font-size: 3.2vw
    }
}

.c-gcard .lv.lv-1 .amount .count-box .btn:hover,
.c-gcard .lv.lv-1 .amount .count-box .btn:focus,
.c-gcard .lv.lv-1 .amount .count-box .btn:active {
    background: #a9a9a9;
    color: #000
}

.c-gcard .lv.lv-1 .amount .count-box .form-control {
    width: 3.6458333333333335vw;
    font-weight: 500;
    font-size: 1.25vw;
    text-align: center;
    padding: 0;
    outline: none;
    border-radius: 0.5vw;
    border: 1px solid #a9a9a9;
    margin: 0 0.78125vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .amount .count-box .form-control {
        width: 12vw;
        border-radius: 1vw;
        font-size: 4.6vw
    }
}

.c-gcard .lv.lv-2 {
    margin-top: 0.8vw;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-2 {
        margin-top: 4vw
    }
}

.c-gcard .lv.lv-2 .form-group {
    position: relative;
    padding: 1.0416666666666665vw 2.604166666666667vw 1.5vw 2.604166666666667vw;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-2 .form-group {
        padding: 2vw 4vw 4vw 4vw
    }
}

.c-gcard .lv.lv-2 .form-group label {
    display: block;
    font-size: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-2 .form-group label {
        font-size: 3.2vw
    }
}

.c-gcard .lv.lv-2 .form-group .form-control {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.0416666666666665vw;
    border-radius: 0.25vw;
    border: 1px solid #bebebe;
    margin: 0.78125vw 0;
    padding: 0.78125vw 1.0416666666666665vw;
    outline: none
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-2 .form-group .form-control {
        font-size: 3.2vw;
        padding: 1.2vw 2vw;
        border-radius: 1vw
    }
}

.c-gcard .lv.lv-2 .form-group .form-error {
    position: absolute;
    bottom: 0.5625vw;
    left: 3.90625vw;
    font-size: 0.8333333333333334vw;
    color: #de1c24;
    font-weight: 500;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-2 .form-group .form-error {
        font-size: 3.2vw;
        bottom: 0
    }
}

.c-gcard .lv.lv-3 .group-item-pay {
    margin-left: 3vw;
    margin-right: 3vw
}

.c-gcard .lv.lv-3 .group-item-pay .item {
    padding-left: 0.26041666666666663vw;
    padding-right: 0.26041666666666663vw;
    margin-top: 0.52vw;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-3 .group-item-pay .item {
        padding-left: 1vw;
        padding-right: 1vw;
        margin-top: 2vw;
    }
}

.c-gcard .lv.lv-3 .group-item-pay .item .inner {
    position: relative;
    border: 1px solid #a9a9a9;
    border-radius: 0.35vw;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-3 .group-item-pay .item .inner {
        border-radius: 1vw
    }
}

.c-gcard .lv.lv-3 .group-item-pay .item .inner::before {
    content: '';
    display: block;
    padding-bottom: 66.10169491525424%
}

.c-gcard .lv.lv-3 .group-item-pay .item .inner img {
    position: absolute;
    max-width: 88.13559322033898%;
    max-height: 82.05128205128204%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-gcard .lv.lv-3 .group-item-pay .item.active .inner {
    border: 2px solid #de1c24
}

.c-gcard .lv.lv-4 {
    margin-top: 1.0416666666666665vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-4 {
        margin-top: 4vw
    }
}

.c-gcard .lv.lv-4 .list {
    margin: 0;
    padding: 0;
    padding: 0 0.5208333333333333vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-4 .list {
        padding: 0 3vw
    }
}

.c-gcard .lv.lv-4 .list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 3.125vw; */
    border-bottom: 1px solid #d2d2d2;
    font-size: 1.0416666666666665vw;
    font-weight: 500;
    padding: 0.25vw 0.5208333333333333vw;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-4 .list li {
        font-size: 3.2vw;
        padding: 2vw 0;
        min-height: 10.133333333333333vw
    }
}

.c-gcard .lv.lv-4 .list li .info {
    color: #de1c24
}

.c-gcard .lv.lv-4 .list li .info.money {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-4 .list li .info.money {
        font-size: 4vw
    }
}

.c-gcard .lv.lv-4 .btn {
    margin: 1.5625vw 0.5208333333333333vw;
    display: block;
    font-size: 1.0416666666666665vw;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.78125vw
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-4 .btn {
        padding: 1.5vw;
        font-size: 4vw;
        margin: 4vw 3vw
    }
}

.c-gcard .search {
    padding: 0 1.5625vw 1.5625vw 1.5625vw
}

@media (max-width: 992px) {
    .c-gcard .search {
        padding: 0 4vw 4vw 4vw
    }
}

.c-gcard .search .form-group {
    margin-bottom: 0.78125vw
}

.c-gcard .search .form-group .form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #929292;
    font-size: 1.0416666666666665vw;
    padding: 0.26041666666666663vw 0
}

@media (max-width: 992px) {
    .c-gcard .search .form-group .form-control {
        font-size: 4vw;
        padding: 1.2vw 0
    }
}

@media (max-width: 992px) {
    .c-gcard .search .form-group {
        margin-bottom: 1vw
    }
}

.c-gcard .search .form-group .btn {
    margin-top: 1.0416666666666665vw;
    display: block;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 26.041666666666668vw;
    font-size: 1.0416666666666665vw;
    padding: 0.5208333333333333vw;
    font-weight: 500
}

@media (max-width: 992px) {
    .c-gcard .search .form-group .btn {
        width: 100%;
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
        font-size: 4.6vw;
        padding: 2vw 0;
        margin-top: 2vw
    }
}

.c-gcard .search .form-group .btn .fa {
    margin-right: 0.5208333333333333vw;
    color: #de1c24
}

.c-gcard .search .form-group .btn.btn-red {
    text-transform: uppercase;
    font-weight: 700
}

.c-footer {
    margin-top: 1.3020833333333335vw;
    padding: 2.604166666666667vw 0;
    background: url(../images/bg-footer.jpg);
    font-size: 14px
}

@media (max-width: 992px) {
    .c-footer {
        font-size: 3.2vw;
        padding: 4vw 0;
        margin-top: 4vw
    }
}

@media (max-width: 992px) {
    .c-footer .container {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem)
    }
}

.c-footer .container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-footer .container .box .logo img {
    display: block;
    width: 10.3125vw;
    height: auto
}

@media (max-width: 992px) {
    .c-footer .container .box .logo img {
        width: 25vw
    }
}

.c-footer .container .box .contact {
    color: #fff;
    text-align: center
}

@media (max-width: 992px) {
    .c-footer .container .box .contact {
        margin-top: 4vw
    }
}

.c-footer .container .box .contact a {
    color: #fff;
    text-decoration: none
}

.c-loading {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}


.c-loading .over-black {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ad4648;
    pointer-events: none
}

.c-loading .over-dark {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #443333b3;
    pointer-events: none
}

.c-loading .loading {
    position: relative;
    z-index: 2;
    height: 18.51851851851852vh;
    width: 18.51851851851852vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 0.6vh solid #fff;
    -webkit-animation: anim 2s linear infinite;
    animation: anim 2s linear infinite
}

.c-loading .loading::before,
.c-loading .loading::after {
    content: '';
    width: 18.51851851851852vh;
    height: 18.51851851851852vh;
    position: absolute;
    left: 0px;
    top: -0.6vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

.c-loading .loading::before {
    border-top: 0.6vh solid #fff;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.c-loading .loading::after {
    border-top: 0.6vh solid #fff;
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.c-loading .loading .wrapper {
    display: block;
    text-align: center;
    -webkit-animation: anim2 2s linear infinite;
    animation: anim2 2s linear infinite
}

.c-loading .loading .wrapper img {
    display: block;
    width: 9.25925925925926vh;
    height: auto;
}

@-webkit-keyframes anim {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes anim {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes anim2 {
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes anim2 {
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.dots {
    position: absolute;

    top: 3.7vh;
    width: 100%;
    display: flex;
    justify-content: center;

}

.dot {
    width: 1vh;
    height: 1vh;
    margin: 0 0.5vh;
    background: white;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    opacity: 0;

    -webkit-box-shadow: 0 0 0.2vh black;
    -moz-box-shadow: 0 0 0.2vh black;
    -ms-box-shadow: 0 0 0.2vh black;
    -o-box-shadow: 0 0 0.2vh black;
    box-shadow: 0 0 0.2vh black;

    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 660px) {
    .wrapper-pay .main-wrapper .box-slide {
        margin-top: 25px;
    }
}

.wrapper-uid .menu-list li {
    font-family: 'Exo 2', sans-serif;
}

.full {
    pointer-events: none;
}

.full.active {
    pointer-events: auto;
}

.over-adv {
    position: fixed;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    top: 0;
    left: 0;
}

.over-adv.active-adv {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.popup-adv {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
}

.popup-adv_inner * {
    max-width: 100%;
    max-height: 100%;
}

.popup-adv.active-adv {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

.popup-adv .popup-adv_btn-exit {
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.popup-adv .popup-adv_btn-exit::after,
.popup-adv .popup-adv_btn-exit::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #03a9f4;
    top: 50%;
    left: 50%;
}

.popup-adv .popup-adv_btn-exit::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-adv .popup-adv_btn-exit::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {


    .popup-adv {
        width: 100vw;
        padding: 4vw;
        box-sizing: border-box;
    }

    .popup-adv_inner {
        max-width: 100%;
        max-height: 100%;
    }

    .popup-adv_btn-exit {
        transform: translate(-100%, 0);
    }
}

.other .btn {
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 3em;
    margin-top: 15px;
}

.form-control:focus {
    box-shadow: none;
}

.c-form .btn {
    display: inline-block;
    padding: 0.5em 1em;
    margin-top: 15px;
}

.c-form .btn-50 {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.c-form .btn-home:hover {
    background: red !important;
}

.c-form .btn-next:hover {
    background: #03a9f4 !important;
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner {
    background: #e6e5e5;
}

.c-gcard .lv.lv-3 .group-item-pay .item.active .inner {
    border: 3px solid #de1c24;
}

.c-footer .container .box .info {
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

.c-footer .container .box .logo img {
    margin-left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 1200px) {
    .slick-arrow.slick-next {
        right: 3.958333vw;
    }

    .slick-arrow.slick-prev {
        left: 3.958333vw;
        z-index: 4;
    }

    .section {
        margin-top: 15px;
    }

    .section .section-box {
        padding: 20px;
        border-radius: 10px;
    }

    .c-hero .slider .item a::before {
        padding-bottom: 30%;
    }

    .c-footer .container .box .info {
        text-align: center;
        text-align: left;
    }

    .c-footer .container .box .logo img {
        margin-left: 0;
        transform: none;
    }
}

.c-gcard .lv.lv-2 .form-group .form-control {
    transition: all .3s ease-in-out;
}

.c-gcard .lv.lv-2 .form-group .form-control.active {
    border-color: red;
}

.c-gcard .lv.lv-2 .form-group .form-control.active {
    border-color: red;
}

.c-gcard .lv.lv-5 .group-item-gcard {
    margin-bottom: 1.5625vw;
}

.c-gcard .lv.lv-1.lv-5 .group-item-gcard .item .inner .logo {
    padding-top: 0.6770833333333334vw;
    border-bottom: 0;
}

.c-news .news-box .other .other-box .list {
    padding: 0;
    margin: 0;
}

.c-news .news-box .other .other-box .list li {
    margin-top: 20px;
}

.c-news .news-box .other .other-box .list li a {
    text-decoration: none;
    color: #212529;
    transition: all .3s ease-in-out;
}

.c-news .news-box .other .other-box .list li a:hover {
    color: #005dd1;
}

.c-news .news-box .other .other-box .list li i {
    display: none;
}

@media (max-width: 992px) {
    .c-news .news-box .other .other-box .list li a {
        font-size: 3.2vw;
    }

    .c-news .news-box .other .other-box .list {
        padding-left: 4vw;
    }

    .c-news .news-box .other .other-box .list li {
        margin-top: 2vw;
    }
}

.c-gcard-home.c-gcard .gcard-box {
    border-radius: 20px;
    overflow: hidden;
    padding-top: 0;
    min-height: auto;
}

@media (max-width: 992px) {

    .c-gcard-home.c-gcard .gcard-box {
        border-radius: 1vw;
    }

    .c-news .news-box .other .other-box .list li a {
        font-size: 3.2vw;
    }

    .c-news .news-box .other .other-box .list {
        padding-left: 4vw;
    }

    .c-news .news-box .other .other-box .list li {
        margin-top: 2vw;
    }
}

/* lv-5 */
.c-gcard .lv.lv-5 .group-item-gcard {
    margin-bottom: 0.8vw;
    margin-left: 2.604166666666667vw;
    margin-right: 2.604166666666667vw;
}

.c-gcard .lv-5 .group-item-gcard .item {
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
    margin-top: 0.8vw;
}

.c-gcard .lv-5 .group-item-gcard .item .inner {
    position: relative;
    border: 1px solid #a9a9a9;
    border-radius: 0.35vw;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.c-gcard .lv-5 .group-item-gcard .item .inner::before {
    content: '';
    display: block;
    padding-bottom: 50%;
}

.c-gcard .lv-5 .group-item-gcard .item .inner img {
    position: absolute;
    max-width: 88.13559322033898%;
    max-height: 82.05128205128204%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-gcard .lv-5 .group-item-gcard .item.active .inner {
    border: 3px solid #de1c24;
}


/* item card */

.c-gcard .lv.lv-1 .group-item-gcard .item {
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner {
    border-radius: 0.5vw;
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .gcard {
    text-align: center;
    padding-top: 0.26041666666666663vw;
    padding-bottom: 0.6770833333333334vw;
    border-bottom: 1px solid #a9a9a9;
}

.c-gcard .lv.lv-1 .group-item-gcard .item .inner .logo {
    display: none;
}

@media (max-width: 992px) {
    .c-gcard .lv.lv-1 .group-item-gcard .item .inner {
        border-radius: 1vw;
    }

    .c-gcard .lv.lv-1 .group-item-gcard .item {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .c-gcard .lv.lv-1 .group-item-gcard .item .inner .gcard {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .c-gcard .lv-5 .group-item-gcard .item {
        padding-left: 1vw;
        padding-right: 1vw;
        margin-top: 2vw;
        border-radius: 1vw;
    }

    .c-gcard .lv-5 .group-item-gcard .item .inner {
        border-radius: 1vw;
    }

    .lv-5 {
        margin-bottom: 2vw;
    }
}

/* question */

.c-question .wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    min-height: 70vh;
    border-radius: 0 0 1vw 1vw;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 10%);
    margin-left: auto;
    margin-right: auto;
}

.c-question .question {
    padding: 1.3020833333333335vw 0.8854166666666666vw;
}

.c-question .question .title {
    font-size: 24px;
    margin-bottom: 30px;
}

.c-question .question .item-question {
    display: block;
}

.c-question .question .item-question .question-li {
    list-style: none;
    padding: 10px 5px;
}

.c-question .question .item-question .question-li a {
    text-decoration: none;
    color: #707070;
}

.show-list-faq {
    display: block;
}

.hidden-list-faq {
    display: none;
}

/* fdsfsdfsdf */


.c-news .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.083333333333333vw
}

@media (max-width: 992px) {
    .c-news .tabs {
        margin-bottom: 4vw
    }
}

.c-news .tabs .tab {
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
    text-align: center;
    color: #929292;
    padding: 0.78125vw;
    font-weight: 700;
    font-size: 1.25vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 992px) {
    .c-news .tabs .tab {
        font-size: 4.6vw;
        padding: 2vw 0
    }
}

.c-news .tabs .tab::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #929292;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-news .tabs .tab.active {
    color: #de1c24
}

.c-news .tabs .tab.active::after {
    background: #de1c24
}

.c-news .news-box .content {
    display: none;
}

.c-news .news-box .content.active {
    display: block;
}

.c-hero .slider .item a::before {
    padding-bottom: 30%;
}

.c-news .news-box .content * {
    max-width: 100%;
}

@media (max-width: 992px) {
    .item-v1 .inner .info {
        margin-top: 2vw;
    }
}

.c-gcard .lv.lv-2 .form-group .form-error {
  bottom: initial;
  left: initial;
  top: 0;
    transform: translateY(100%);
    right: 2.604166666666667vw;
}

@media (max-width: 992px) {
  .c-gcard .lv.lv-2 .form-group .form-error {
    font-size: 3.2vw;
    transform: translateY(50%);
    right: 4vw;
   }
}

.c-gcard .lv.lv-2 .form-group .form-control::-webkit-input-placeholder {
  color: red;
}

.c-gcard .lv.lv-2 .form-group .form-control:-ms-input-placeholder {
  color: red;
}

.c-gcard .lv.lv-2 .form-group .form-control::placeholder {
  color: red;
}
/*# sourceMappingURL=main.min.css.map */
/* check */