.inner1100 {
    max-width: 1140px;
    width: 100%;padding: 0 20px;
    margin: 0 auto;
}

.font-raleway * {
    font-family: Raleway, sans-serif;
}

.headline-article {
    color: #0099E9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 40px;
    font-family: Raleway, sans-serif;
}
.headline-article.center {
    text-align: center;
}
.keyv-article {
    padding: 110px 0 100px;
    background: linear-gradient(180deg, rgba(255,196,0,1) 0%, rgba(249,243,230,0.3029586834733894) 54%, rgba(249,243,230,0.20211834733893552) 93%);
}
.keyv-article__block {
    display: flex;
    gap: 30px;
}
.article-detail .keyv-article__block-main {
    width: 55%;
}
.article-detail {
    background: linear-gradient(180deg, rgba(253,212,76,1) 0%, rgba(249,242,223,0.9472163865546218) 13%, rgba(249,242,223,0.5662640056022409) 38%, rgba(255,255,255,1) 45%);
}
.keyv-article__block-main {
    width: 50%;
}

.article-detail .keyv-article__block--sub {
    width: 40%;
}
.keyv-article__block--sub {
    width: 45%;
}

.keyv-article__block--sub .article__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.article-detail .keyv-article__block--sub .article__item--img {
    width: 59%;
}

.keyv-article__block--sub .article__item--img {
    width: 50%;
    margin-bottom: 0;
    overflow: hidden;
}

.keyv-article__block--sub .article__item--content {
    width: 50%;
    padding-top: 10px;
}

.b-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 30px;
    border-radius: 25px;
    border: 9px solid #0099E9;
}
.b-info__image--btn {
    position: absolute;
    top: 16%;
    left: -14%;
    display: inline-block;
    width: max-content;
    padding: 7px 25px 5px;
    background-color: #0099E9;
    border: 2px solid #0099E9;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 172, 244, 0.2);
    border-radius: 19px;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s linear, color 0.3s linear;
}
.headline-article {
    min-width: 465px;
}
.b-info__image {
    position: relative;
    max-width: 355px;
    text-align: right;
    width: 100%;
}

.article {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-family: Raleway, sans-serif;
}
.article__item {
    display: block;
}
.article-detail__title {
    margin-bottom: 10px;
    color: #0099E9;
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}

.keyv-article__block--sub .article-detail__title {
    margin-bottom: 30px;
}
.article {
    flex-direction: column;
}
.article-detail__title--small {
    margin-bottom: 20px;
    color: #0099E9;
    font-size: 20px;
}
.article-detail__tag {
    font-size: 20px;
    font-weight: bold;
}

.article-detail .article__item--text {
    margin-bottom: 15px;
}

.article-detail__image {
    margin-bottom: 25px;
    border-radius: 25px;
    overflow: hidden;
}
.article-detail__image--full {
    margin-bottom: 25px;
}
.article-detail__image img,
.article-detail__image--full img {
    width: 100%;
}

.article--note {
    margin-bottom: 20px;
    padding-left: 20px;
}

.article--note.highlight {
    list-style: none;
    padding-left: 0;
}

.article--note.highlight li {
    position: relative;
    padding-left: 30px;
}

.article--note.highlight li span {
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0099E9;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
}

.article--note li {
    margin-bottom: 5px;
    font-size: 16px;
}

.article-detail__image img {
    width: 100%;
}
.article__item--img {
    border-radius: 25px;
    overflow: hidden;
}
.article__item--title {
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.article__item--date {
    padding-left: 20px;
    background: url("/images/article/icon_clock.svg") no-repeat left 0 top 50%;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.article__item--text {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.article__item--link {
    width: max-content;
    margin-bottom: 0;
    padding-right: 25px;
    background: url("/images/article/icon_arrow_right.svg") no-repeat right 0 top 50%;
    color: #A3A3A3;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
}
.sec-instruction {
    position: relative;
    padding: 60px 0 75px;
    background: linear-gradient(180deg, rgba(203,243,255,1) 0%, rgba(203,243,255,1) 5%, rgba(203,243,255,1) 50%, rgba(255,255,255,0.7567401960784313) 78%, rgba(255,255,255,0.7567401960784313) 100%);
    background-color: #CBF3FF;
    border-radius: 45px;
    overflow: hidden;
}
.sec-instruction::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: url("/images/article/bg_decor.svg") no-repeat top 0 left 0;
    opacity: 0.3;
    z-index: 0;
}

.instruction-container {
    position: relative;
    z-index: 1;
}
.instruction-wrapper {
    margin-bottom: 50px;
    overflow: hidden;
}

.instruction-slide {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.instruction-slide .article__item {
    width: calc((100% -  60px)  / 3);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.pagination span {
    width: 30px;
    display: inline-block;
    padding-top: 2px;
    height: 30px;
    border-radius: 50%;
    background-color: #0099E9;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: box-shadow 0.3s linear;
}
.pagination span:hover {
    box-shadow: 0px 0px 0px 2px rgba(6,179,255,0.4);
}

.pagination span.active {
    background-color: #FFC400;
}

.instruction-slide .article__item--img img {
    width: 100%;
}

.sec-instruction .swiper-pagination-bullet-active {
    background-color: #0099E9;
    border: 1px solid #0099E9;
}

.form-info {
    max-width: 820px;
    padding: 30px 20px 40px;
    margin: 65px auto 0;
    background: linear-gradient(145deg, rgba(0,184,254,1) 0%, rgba(0,153,233,1) 95%, rgba(0,153,233,1) 100%);
    border-radius: 30px;
    box-shadow: 8px 8px 5px rgba(6,179,255,0.2);
    position: relative;
    z-index: 1;
}
.form-info__inner {
    max-width: 705px;
    margin: 0 auto;
}
.form-info--title {
    margin-bottom: 25px;
    color: #FFF;
    font-size: 48px;
    font-family: Raleway, sans-serif;
    text-align: center;
}
.form-info--title span {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
}
.form-info .form-control {
    border-radius: 10px;
    border-color: #D8D8D8;
}
.form-info .form-group {
    margin-bottom: 10px;
}
.btn-submit {
    background-color: #FFC400;
    width: 100%;
    padding: 8px 15px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.btn-submit:hover {
    opacity: 0.7;
}
@media screen and (min-width: 1024px) {
    .article__item:hover .article__item--img img {
        transform: translate(-50%, -50%) scale(1.2);
    }
    .keyv-article__block-main .article__item--img {
        padding-bottom: 47.5%;
    }

    .article__item--img {
        position: relative;
        padding-bottom: 30%;
    }
    .instruction-slide .article__item--img {
        padding-bottom: 58%;
    }
    .article__item--img img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%) scale(1.02);
        transition: transform 0.3s ease-out;
    }

    .b-info__image--btn:hover {
        background-color: #FFF;
        color: #0099E9;
    }
}

@media screen and (max-width: 1000px) {
    .b-info {
        flex-wrap: wrap;
    }
    .headline-article {
        min-width: auto;
    }
    .b-info__image {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .headline-article {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .keyv-article {
        padding: 55px 0 50px;
    }
    .keyv-article__block {
        flex-wrap: wrap;
    }
    .article-detail .keyv-article__block-main,
    .keyv-article__block-main {
        width: 100%;
    }
    .article-detail .keyv-article__block--sub,
    .keyv-article__block--sub {
        width: 100%;
    }
    .article {
        gap: 15px;
    }
    .article__item--img {
        margin-bottom: 15px;
        border-radius: 15px;
    }
    .article-detail__title {
        margin-bottom: 5px;
        font-size: 22px;
    }
    .article-detail__tag {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .article-detail__image {
        border-radius: 15px;
    }
    .article--note li {
        font-size: 14px;
    }
    .article--note.highlight li {
        padding-left: 25px;
    }
    .article__item--title {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .article__item--date {
        font-size: 14px;
        margin-bottom: 10px;
        background-size: 12px;
    }
    .article__item--text {
        font-size: 14px;
    }
    .article__item--link {
        padding-right: 20px;
        background-size: 12px;
        font-size: 14px;
    }
    .b-info {
        margin-bottom: 40px;
        padding: 20px;
        border-width: 5px;
    }
    .sec-instruction {
        padding: 35px 0 50px;
        border-radius: 25px;
    }
    .instruction-wrapper {
        margin-bottom: 35px;
    }
    .form-info {
        margin-top: 50px;
    }
    .form-info--title {
        font-size: 24px;
    }
    .form-info--title span {
        font-size: 16px;
    }
    .instruction-slide .article__item {
        width: calc((100% -  30px)  / 2);
    }
}
@media screen and (max-width: 540px) {
    .b-info__image figure {
        display: block;
        width: 52%;
        margin: 0 0 0 auto;
    }
    .b-info__image--btn {
        top: 13%;
        left: 1%;
        padding: 5px 15px 3px;
        font-size: 13px;
    }
}


@media screen and (max-width: 440px) {
    .instruction-slide .article__item {
        width: 100%;
    }
}
