.enewsletterSection .headerContainer .wrapBreadCrumbSearch p, .onlineServiceBanner .heroImageWrapper .wrapBreadCrumbSearch p, .onlineServiceDetailSection .serviceDetailWrapper .wrapBreadCrumbSearch p {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #828282
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
    font-family: "Krungsri Condensed";
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 140%;
    color: #25447e
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
        font-size: 22px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
    font-family: "Krungsri Condensed";
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #25447e
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
        font-size: 16px
    }
}

@keyframes arrowSwipe {
    0% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0)
    }

    50% {
        transform: translateX(5px);
        -ms-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -o-transform: translateX(5px)
    }

    100% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0)
    }
}

@keyframes arrowSwipeDown {
    0% {
        transform: translateY(2px);
        -ms-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -o-transform: translateY(2px)
    }

    50% {
        transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        -o-transform: translateY(-2px)
    }

    100% {
        transform: translateY(2px);
        -ms-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -o-transform: translateY(2px)
    }
}

a, button, input {
    outline: 0;
    box-shadow: none
}

a, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    text-decoration: none
}

form {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 1300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.3);
    justify-content: center;
    align-items: center;
    padding: 0 16px
}

@media (min-width:767px) {
    .modal {
        padding: 0
    }
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    max-height: 70vh;
    border-radius: 20px;
    animation-name: animatetop;
    animation-duration: .4s;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:767px) {
    .modal-content {
        width: 80%
    }
}

.modal-content .content {
    padding: 58px 12px 28px;
    overflow-y: auto
}

@media (min-width:767px) {
    .modal-content .content {
        padding: 77px 22px 40px
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 20px
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

@keyframes animatetop {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.onlineServiceBanner .heroImageWrapper {
    position: relative;
    min-height: 350px;
    height: 100%
}

@media (min-width:767px) {
    .onlineServiceBanner .heroImageWrapper {
        min-height: 310px
    }
}

@media (min-width:1281px) {
    .onlineServiceBanner .heroImageWrapper {
        min-height: 350px
    }
}

.onlineServiceBanner .heroImageWrapper .heroImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: left -200px center
}

@media (min-width:767px) {
    .onlineServiceBanner .heroImageWrapper .heroImage {
        background-position: center
    }
}

.onlineServiceBanner .heroImageWrapper .blackBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0
}

.onlineServiceBanner .heroImageWrapper .wrapBreadCrumbSearch {
    height: auto;
    position: absolute;
    top: 11px;
    right: 16px;
    left: 16px;
    z-index: 1
}

@media (min-width:992px) {
    .onlineServiceBanner .heroImageWrapper .wrapBreadCrumbSearch {
        top: 41px;
        left: 36px
    }
}

@media (min-width:1281px) {
    .onlineServiceBanner .heroImageWrapper .wrapBreadCrumbSearch {
        top: 11px;
        left: 92px
    }
}

@media (max-width:767px) {
    .onlineServiceBanner .heroImageWrapper .wrapBreadCrumbSearch p {
        font-size: 12px
    }
}

.onlineServiceBanner .heroImageWrapper .wrapBreadCrumbSearch p a {
    color: #fff
}

.onlineServiceBanner .heroImageWrapper .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%
}

    .onlineServiceBanner .heroImageWrapper .heading h3 {
        font-family: "Krungsri Simple";
        font-weight: 700;
        font-size: 24px;
        line-height: 39px;
        color: #fff
    }

@media (min-width:767px) {
    .onlineServiceBanner .heroImageWrapper .heading h3 {
        font-size: 30px;
        line-height: 49px
    }
}

@media (min-width:992px) {
    .onlineServiceBanner .heroImageWrapper .heading h3 {
        font-size: 36px;
        line-height: 59px
    }
}

.collectionOnlineServiceSection {
    padding: 47px 16px 115px;
    background: #f4f4f4
}

@media (min-width:767px) {
    .collectionOnlineServiceSection {
        padding: 68px 0 99px
    }
}

@media (min-width:992px) {
    .collectionOnlineServiceSection {
        padding: 91px 0 123px
    }
}

.collectionOnlineServiceSection .quoteContent {
    display: flex;
    justify-content: center;
    align-items: center
}

    .collectionOnlineServiceSection .quoteContent p {
        font-family: "Krungsri Simple";
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        color: #000
    }

@media (min-width:767px) {
    .collectionOnlineServiceSection .quoteContent p {
        font-size: 14px;
        line-height: 23px
    }
}

@media (min-width:992px) {
    .collectionOnlineServiceSection .quoteContent p {
        font-size: 18px;
        line-height: 29px
    }
}

.collectionOnlineServiceSection .onlineServiceWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-gap: 20px;
    width: 100%;
    margin-top: 46px
}

@media (min-width:767px) {
    .collectionOnlineServiceSection .onlineServiceWrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 25px;
        grid-gap: 25px;
        max-width: 676px;
        margin: 62px auto 0
    }
}

@media (min-width:992px) {
    .collectionOnlineServiceSection .onlineServiceWrapper {
        gap: 40px;
        grid-gap: 40px;
        max-width: unset;
        margin-top: 91px;
        padding: 0 30px
    }
}

@media (min-width:1280px) {
    .collectionOnlineServiceSection .onlineServiceWrapper {
        max-width: 1200px;
        padding: unset
    }
}

.collectionOnlineServiceSection .onlineServiceWrapper .card {
    width: 100%;
    height: 241px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: none
}

@media (min-width:992px) {
    .collectionOnlineServiceSection .onlineServiceWrapper .card {
        height: 330px
    }
}

@media (min-width:1280px) {
    .collectionOnlineServiceSection .onlineServiceWrapper .card {
        height: 415px
    }
}

.collectionOnlineServiceSection .onlineServiceWrapper .card:hover .backgroundImageCard {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out
}

.collectionOnlineServiceSection .onlineServiceWrapper .card .backgroundImageCard {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.collectionOnlineServiceSection .onlineServiceWrapper .card .contentWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 60%;
    padding: 12px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(196,196,196,0) 100%)
}

@media (min-width:992px) {
    .collectionOnlineServiceSection .onlineServiceWrapper .card .contentWrapper {
        padding: 16px
    }
}

.collectionOnlineServiceSection .onlineServiceWrapper .card .contentWrapper .topic {
    font-family: "Krungsri Condensed";
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

@media (min-width:992px) {
    .collectionOnlineServiceSection .onlineServiceWrapper .card .contentWrapper .topic {
        font-size: 24px;
        line-height: 42px
    }
}

.collectionOnlineServiceSection .onlineServiceWrapper .card .contentWrapper .description {
    font-family: "Krungsri Condensed";
    font-size: 12px;
    line-height: 21px;
    color: #fff
}

@media (min-width:992px) {
    .collectionOnlineServiceSection .onlineServiceWrapper .card .contentWrapper .description {
        font-size: 14px;
        line-height: 24px
    }
}

.onlineServiceDetailSection {
    background-color: #f4f4f4
}

    .onlineServiceDetailSection .serviceDetailWrapper {
        width: 100%;
        margin: 0 auto;
        padding: 27px 16px 59px
    }

@media (min-width:767px) {
    .onlineServiceDetailSection .serviceDetailWrapper {
        padding: 42px 0;
        max-width: 692px
    }
}

@media (min-width:992px) {
    .onlineServiceDetailSection .serviceDetailWrapper {
        max-width: 950px
    }
}

@media (min-width:1280px) {
    .onlineServiceDetailSection .serviceDetailWrapper {
        padding: 32px 0 64px;
        max-width: 1163px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .wrapBreadCrumbSearch {
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .onlineServiceDetailSection .serviceDetailWrapper .wrapBreadCrumbSearch {
        top: 41px;
        left: 36px
    }
}

@media (min-width:1281px) {
    .onlineServiceDetailSection .serviceDetailWrapper .wrapBreadCrumbSearch {
        top: 11px;
        left: 92px
    }
}

@media (max-width:767px) {
    .onlineServiceDetailSection .serviceDetailWrapper .wrapBreadCrumbSearch p {
        font-size: 12px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .wrapBreadCrumbSearch p a {
    color: #25447e
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .topic {
    margin-top: 18px;
    width: 100%;
    font-family: "Krungsri Simple";
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #25447e
}

@media (min-width:767px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .topic {
        margin-top: 26px;
        max-width: 525px;
        font-size: 22px;
        line-height: 36px
    }
}

@media (min-width:992px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .topic {
        margin-top: 46px;
        max-width: 735px;
        font-size: 32px;
        line-height: 52px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote {
    display: flex;
    flex-direction: column;
    align-items: center
}

    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .imageContent {
        width: 100%;
        margin-top: 27px
    }

@media (min-width:992px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .imageContent {
        margin-top: 50px
    }
}

@media (min-width:1281px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .imageContent {
        margin-top: 104px;
        max-width: 965px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .subHeader {
    margin-top: 35px;
    font-family: "Krungsri Condensed";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #25447e
}

@media (min-width:767px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .subHeader {
        margin-top: 42px;
        font-size: 24px;
        line-height: 42px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 31px;
    flex-wrap: wrap
}

@media (min-width:767px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper {
        margin-top: 32px;
        margin-bottom: 27px
    }
}

@media (min-width:1281px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper {
        margin-top: 86px;
        margin-bottom: 51px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper > picture {
    margin-right: 14px
}

    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper > picture img {
        width: auto;
        height: 26px
    }

@media (min-width:767px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper > picture img {
        height: 32px
    }
}

@media (min-width:992px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper > picture img {
        height: 36px
    }
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .storeWrapper > picture:last-child {
    margin-right: 0
}

.onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .description {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #000
}

@media (min-width:992px) {
    .onlineServiceDetailSection .serviceDetailWrapper .contentWrapper .appPromote .description {
        font-size: 16px;
        line-height: 200%
    }
}

.onlineServiceManagement .wrapOnlineServiceManagement {
    width: 100%;
    min-height: 360px;
    height: auto;
    margin-bottom: 0
}

    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox {
        width: 100%;
        height: 100%;
        position: relative
    }

        .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 46px 28px 70px
        }

@media (min-width:767px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper {
        flex-direction: row;
        align-items: flex-start;
        padding: 43px 0 70px
    }
}

@media (min-width:992px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper {
        padding: 54px 0 80px
    }
}

.onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .leftContentWrapper {
    margin-bottom: 28px
}

@media (min-width:767px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .leftContentWrapper {
        margin-right: 40px;
        margin-bottom: 0
    }
}

.onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .leftContentWrapper img {
    height: 100%;
    max-height: 366px;
    width: auto
}

@media (min-width:1281px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .leftContentWrapper img {
        max-height: 451px
    }
}

.onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper {
    width: 100%
}

@media (min-width:767px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper {
        max-width: 449px
    }
}

@media (min-width:992px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper {
        max-width: 565px
    }
}

.onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper .heading {
    font-family: "Krungsri Condensed";
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    color: #25447e
}

@media (min-width:992px) {
    .onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper .heading {
        font-size: 24px;
        line-height: 42px
    }
}

.onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper .description {
    margin-top: 14px;
    font-family: "Krungsri Condensed";
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.onlineServiceManagement .wrapOnlineServiceManagement .bannerSliderBox .contentWrapper .rightContentWrapper .unorderListOnlineService {
    padding-left: 1.25rem
}

.onlineServiceManagement .wrapOnlineServiceManagement .slick-dots {
    bottom: 30px
}

    .onlineServiceManagement .wrapOnlineServiceManagement .slick-dots li {
        width: 10px;
        height: 10px
    }

        .onlineServiceManagement .wrapOnlineServiceManagement .slick-dots li button {
            padding: 0
        }

            .onlineServiceManagement .wrapOnlineServiceManagement .slick-dots li button:before {
                content: "";
                width: 10px;
                height: 10px;
                background-color: #d8d8d8;
                border: none;
                border-radius: 100%;
                opacity: 1
            }

    .onlineServiceManagement .wrapOnlineServiceManagement .slick-dots .slick-active button:before {
        background-color: #25447e
    }

.faqOnlineServiceSection {
    width: 100%;
    height: auto;
    padding: 64px 0 74px;
    background-color: #f4f4f4
}

@media (max-width:992px) {
    .faqOnlineServiceSection {
        padding: 50px 0 94px
    }
}

@media (max-width:767px) {
    .faqOnlineServiceSection {
        padding: 50px 0 62px
    }
}

.faqOnlineServiceSection .headerSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

    .faqOnlineServiceSection .headerSection img {
        width: 88px;
        height: auto
    }

@media (min-width:992px) {
    .faqOnlineServiceSection .headerSection img {
        width: 132px
    }
}

.faqOnlineServiceSection .headerSection h3 {
    font-family: "Krungsri Condensed";
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: #25447e;
    margin-top: 12px
}

@media (max-width:992px) {
    .faqOnlineServiceSection .headerSection h3 {
        font-size: 18px;
        line-height: 31px;
        margin-top: 27px
    }
}

.faqOnlineServiceSection .faqSectionSection {
    width: 100%;
    height: auto;
    padding-top: 38px
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection {
        padding-top: 20px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox {
    width: 100%;
    height: auto;
    max-height: 112px;
    overflow: hidden
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox {
        max-height: 72px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic {
    width: 100%;
    height: 112px;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic {
        height: 72px
    }
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic {
        padding-right: 35px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
    margin-left: 20px
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic h4 {
        margin-left: 12px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
    margin-left: 22px
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic p {
        margin-left: 14px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    cursor: pointer
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq {
        width: 15px;
        height: 15px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar {
    background-color: #25447e;
    position: absolute
}

    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(1) {
        width: 20px;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(1) {
        width: 15px;
        height: 2px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(2) {
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    opacity: 1
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic .wrapPlusFaq .bar:nth-child(2) {
        width: 2px;
        height: 15px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic::before {
    content: "";
    width: 7px;
    height: calc(100% + 1px);
    background-color: #25447e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionTopic::before {
        width: 5px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText {
    width: 100%;
    height: auto;
    padding: 32px 36px 44px;
    background-color: #fff
}

@media (max-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText {
        padding: 24px 36px
    }
}

@media (max-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText {
        padding: 16px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .captionText {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    line-height: 24px;
    color: #505050
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .topic {
    margin-top: 20px;
    font-family: "Krungsri Condensed";
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #25447e
}

@media (min-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .topic {
        margin-top: 24px
    }
}

@media (min-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent {
        margin-top: 40px;
        margin-bottom: 32px;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent {
        margin-top: 67px
    }
}

@media (min-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .leftContentWrapper {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:1281px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .leftContentWrapper {
        width: 33%
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper {
    position: relative
}

@media (min-width:767px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper {
        width: 60%
    }
}

@media (min-width:1281px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper {
        width: 60%
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper::before {
    content: "";
    position: absolute;
    border-right: 1px solid #c4c4c4;
    height: 100%;
    left: 17.5px;
    z-index: 0
}

@media (min-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper::before {
        left: 20px
    }
}

@media (min-width:1280px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper::before {
        left: 26px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep {
    display: flex;
    align-items: baseline;
    margin-top: 12px;
    position: relative
}

    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep:first-child {
        margin-top: unset
    }

    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep .stepBox {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #c4c4c4;
        border-radius: 50%;
        flex: 0 0 auto;
        margin-right: 15px;
        font-family: "Krungsri Condensed";
        font-size: 14px;
        line-height: 24px;
        color: #fff
    }

@media (min-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep .stepBox {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 23px
    }
}

@media (min-width:1280px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep .stepBox {
        width: 53px;
        height: 53px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep .stepBox.active {
    background-color: #25447e
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep .description {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    line-height: 24px;
    color: #000
}

@media (min-width:992px) {
    .faqOnlineServiceSection .faqSectionSection .faqSectionBox .faqSectionText .carouselContent .rightContentWrapper .normalStep .description {
        font-size: 16px;
        line-height: 28px
    }
}

.faqOnlineServiceSection .faqSectionSection .faqSectionBoxActive {
    max-height: 999999px
}

    .faqOnlineServiceSection .faqSectionSection .faqSectionBoxActive .faqSectionTopic {
        background-color: #fff;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

        .faqOnlineServiceSection .faqSectionSection .faqSectionBoxActive .faqSectionTopic .wrapPlusFaq {
            transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

            .faqOnlineServiceSection .faqSectionSection .faqSectionBoxActive .faqSectionTopic .wrapPlusFaq .bar:nth-child(2) {
                opacity: 0;
                transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out
            }

.faqOnlineServiceSection .highlightText {
    font-weight: 700;
    color: #25447e
}

.faqOnlineServiceSection .wrapOnlineServiceFaq {
    width: 100%;
    min-height: 360px;
    height: auto;
    margin-bottom: 0;
    margin-top: 20px
}

@media (min-width:767px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq {
        margin-top: unset
    }
}

@media (min-width:992px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq {
        margin-top: unset
    }
}

.faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 0 100px
}

@media (min-width:767px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox {
        padding: 20px 0 40px
    }
}

@media (min-width:992px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox {
        padding: 20px 0 0
    }
}

.faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox img {
    height: 100%;
    max-height: 366px;
    margin: 0 auto
}

@media (min-width:767px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox img {
        max-height: 400px
    }
}

@media (min-width:847px) and (max-width:991px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox img {
        max-height: 375px
    }
}

@media (min-width:992px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox img {
        max-height: 445px
    }
}

@media (min-width:1280px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox img {
        max-height: 480px
    }
}

.faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox .stepCurrentMobile {
    display: flex;
    align-items: flex-start;
    margin-top: 36px
}

    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox .stepCurrentMobile .stepBox {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #25447e;
        border-radius: 50%;
        flex: 0 0 auto;
        margin-right: 15px;
        font-family: "Krungsri Condensed";
        font-size: 14px;
        line-height: 24px;
        color: #fff
    }

    .faqOnlineServiceSection .wrapOnlineServiceFaq .bannerSliderBox .stepCurrentMobile .description {
        font-family: "Krungsri Condensed";
        font-size: 14px;
        line-height: 24px;
        color: #000
    }

.faqOnlineServiceSection .wrapOnlineServiceFaq .slick-list {
    width: 100%
}

.faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots {
    bottom: 40px
}

@media (min-width:767px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots {
        bottom: 8px
    }
}

@media (min-width:992px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots {
        bottom: -25px
    }
}

@media (min-width:1280px) {
    .faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots {
        bottom: -20px
    }
}

.faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots li {
    width: 10px;
    height: 10px
}

    .faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots li button {
        padding: 0
    }

        .faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots li button:before {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #d8d8d8;
            border: none;
            border-radius: 100%;
            opacity: 1
        }

.faqOnlineServiceSection .wrapOnlineServiceFaq .slick-dots .slick-active button:before {
    background-color: #25447e
}

.enewsletterSection .headerContainer {
    width: 100%;
    margin: 0 auto;
    padding: 27px 16px 0
}

@media (min-width:767px) {
    .enewsletterSection .headerContainer {
        padding: 42px 0 0;
        max-width: 692px
    }
}

@media (min-width:992px) {
    .enewsletterSection .headerContainer {
        max-width: 950px
    }
}

@media (min-width:1280px) {
    .enewsletterSection .headerContainer {
        padding: 32px 0 0;
        max-width: 1163px
    }
}

.enewsletterSection .headerContainer .wrapBreadCrumbSearch {
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .enewsletterSection .headerContainer .wrapBreadCrumbSearch {
        top: 41px;
        left: 36px
    }
}

@media (min-width:1281px) {
    .enewsletterSection .headerContainer .wrapBreadCrumbSearch {
        top: 11px;
        left: 92px
    }
}

@media (max-width:767px) {
    .enewsletterSection .headerContainer .wrapBreadCrumbSearch p {
        font-size: 12px
    }
}

.enewsletterSection .headerContainer .wrapBreadCrumbSearch p a {
    color: #25447e
}

.enewsletterSection .headerContainer .contentWrapper .topic {
    margin-top: 18px;
    width: 100%;
    font-family: "Krungsri Simple";
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #25447e
}

@media (min-width:767px) {
    .enewsletterSection .headerContainer .contentWrapper .topic {
        margin-top: 26px;
        max-width: 525px;
        font-size: 22px;
        line-height: 36px
    }
}

@media (min-width:992px) {
    .enewsletterSection .headerContainer .contentWrapper .topic {
        margin-top: 46px;
        max-width: 735px;
        font-size: 32px;
        line-height: 52px
    }
}

.enewsletterSection .eNewsletterTabs {
    margin-top: 26px;
    padding-top: 30px;
    overflow-x: scroll;
    display: flex
}

@media (min-width:992px) {
    .enewsletterSection .eNewsletterTabs {
        margin-top: 50px;
        padding-top: 60px
    }
}

.enewsletterSection .eNewsletterTabs::-webkit-scrollbar {
    display: none
}

.enewsletterSection .eNewsletterTabs {
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .enewsletterSection .eNewsletterTabs .tabsWrapper {
        background-color: #fff;
        box-shadow: 0 4px 7px rgba(0,0,0,.3);
        display: flex;
        flex: 1
    }

    .enewsletterSection .eNewsletterTabs .tabItem {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 36px 5px 12px;
        min-width: 145px;
        width: 100%;
        position: relative;
        border-bottom: 6px solid transparent;
        cursor: pointer;
    }

        .enewsletterSection .eNewsletterTabs .tabItem::after {
            content: "";
            border-right: 2px solid #f4f4f4;
            height: 52%;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%)
        }

@media (min-width:767px) {
    .enewsletterSection .eNewsletterTabs .tabItem {
        min-width: 217px;
        padding: 49px 16px 12px
    }
}

@media (min-width:992px) {
    .enewsletterSection .eNewsletterTabs .tabItem {
        padding: 64px 16px 12px
    }
}

@media (min-width:1281px) {
    .enewsletterSection .eNewsletterTabs .tabItem {
        min-width: 362px;
        padding: 70px 37px 22px
    }
}

.enewsletterSection .eNewsletterTabs .tabItem p {
    width: inherit;
    font-family: "Krungsri Condensed";
    font-size: 14px;
    color: #828282;
    text-align: center
}

@media (min-width:1281px) {
    .enewsletterSection .eNewsletterTabs .tabItem p {
        font-size: 18px
    }
}

.enewsletterSection .eNewsletterTabs .tabItem .imageBox {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media (min-width:767px) {
    .enewsletterSection .eNewsletterTabs .tabItem .imageBox {
        width: 75px;
        height: 75px
    }
}

@media (min-width:992px) {
    .enewsletterSection .eNewsletterTabs .tabItem .imageBox {
        width: 112px;
        height: 112px
    }
}

.enewsletterSection .eNewsletterTabs .tabItem .imageBox .imageWrapper {
    position: relative;
    height: 100%;
    padding-top: 100%;
    overflow: hidden
}

    .enewsletterSection .eNewsletterTabs .tabItem .imageBox .imageWrapper .imageCard {
        position: absolute;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 0;
        left: 0
    }

.enewsletterSection .eNewsletterTabs .tabItem.active {
    border-bottom: 6px solid #25447e;
    cursor: pointer;
}

    .enewsletterSection .eNewsletterTabs .tabItem.active p {
        font-weight: 700;
        color: #25447e
    }

.enewsletterSection .magazineContentWrapper {
    background-color: #f4f4f4
}

.eNewsletterMagazineSection {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 87px
}

@media (min-width:767px) {
    .eNewsletterMagazineSection {
        padding: 69px 0 88px;
        max-width: 692px
    }
}

@media (min-width:992px) {
    .eNewsletterMagazineSection {
        max-width: 950px
    }
}

@media (min-width:1280px) {
    .eNewsletterMagazineSection {
        padding: 104px 0 62px;
        max-width: 1163px
    }
}

.eNewsletterMagazineSection .contentWrapper {
    width: 100%;
    padding: 0 16px
}

.eNewsletterMagazineSection .contentWrapper.subTopicCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width:767px) {
    .eNewsletterMagazineSection .contentWrapper {
        padding: unset;
        max-width: 692px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .eNewsletterMagazineSection .contentWrapper {
        padding: unset;
        max-width: 965px
    }
}

.eNewsletterMagazineSection .contentWrapper .topic {
    display: flex;
    justify-content: center;
    font-family: "Krungsri Simple";
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #25447e
}

@media (min-width:767px) {
    .eNewsletterMagazineSection .contentWrapper .topic {
        font-size: 22px;
        line-height: 36px;
        justify-content: flex-start
    }
}

@media (min-width:992px) {
    .eNewsletterMagazineSection .contentWrapper .topic {
        font-size: 32px;
        line-height: 52px
    }
}

.eNewsletterMagazineSection .magazineShow {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0 16px
}

@media (min-width:767px) {
    .eNewsletterMagazineSection .magazineShow {
        margin: 25px auto 0;
        padding: unset;
        max-width: 692px
    }
}

@media (min-width:992px) {
    .eNewsletterMagazineSection .magazineShow {
        padding: unset;
        max-width: 965px;
        margin-top: 47px
    }
}

.eNewsletterMagazineSection .magazineShow picture > img {
    width: 100%;
    max-width: 965px;
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0,0,0,.1)
}

.eNewsletterMagazineSection .slideMagazine {
    width: 100%;
    height: auto;
    margin-top: 39px;
    overflow: hidden
}

@media (min-width:767px) {
    .eNewsletterMagazineSection .slideMagazine {
        margin-top: 52px
    }
}

@media (min-width:992px) {
    .eNewsletterMagazineSection .slideMagazine {
        overflow: visible;
        margin-top: 109px
    }
}

.eNewsletterMagazineSection .slideMagazine .wrapSliderMagazine {
    width: 100%;
    height: auto
}

    .eNewsletterMagazineSection .slideMagazine .wrapSliderMagazine .magazineItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .eNewsletterMagazineSection .slideMagazine .wrapSliderMagazine .magazineItem .itemImage {
            width: 100%;
            border-radius: 15px
        }

        .eNewsletterMagazineSection .slideMagazine .wrapSliderMagazine .magazineItem p {
            font-family: "Krungsri Simple";
            font-weight: 700;
            font-size: 14px;
            line-height: 23px;
            color: #25447e;
            margin-top: 8px
        }

@media (min-width:767px) {
    .eNewsletterMagazineSection .slideMagazine .wrapSliderMagazine .magazineItem p {
        font-size: 18px;
        line-height: 29px;
        margin-top: 25px
    }
}

.eNewsletterMagazineSection .slick-next, .eNewsletterMagazineSection .slick-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg,#44c7f4 0,#003e7b 100%);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 12px
}

    .eNewsletterMagazineSection .slick-next::before, .eNewsletterMagazineSection .slick-prev::before {
        content: ""
    }

    .eNewsletterMagazineSection .slick-next.slick-disabled, .eNewsletterMagazineSection .slick-prev.slick-disabled {
        opacity: .25
    }

@media (max-width:992px) {
    .eNewsletterMagazineSection .slick-next, .eNewsletterMagazineSection .slick-prev {
        display: none !important
    }
}

.eNewsletterMagazineSection .slick-list {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto
}

@media (max-width:992px) {
    .eNewsletterMagazineSection .slick-list {
        overflow: visible;
        margin-left: -12px;
        max-width: 75%
    }
}

@media (max-width:767px) {
    .eNewsletterMagazineSection .slick-list {
        margin-left: 12px;
        max-width: 270px
    }
}

@media (max-width:767px) {
    .eNewsletterMagazineSection .slick-list .slick-track {
        position: relative;
        overflow: auto;
        margin: 0 -12px
    }
}

.eNewsletterMagazineSection .slick-list .slick-track .slick-slide {
    margin: 0 30px
}

@media (max-width:992px) {
    .eNewsletterMagazineSection .slick-list .slick-track .slick-slide {
        margin: 0 12px
    }
}

@media (max-width:767px) {
    .eNewsletterMagazineSection .slick-list .slick-track .slick-slide {
        margin: 0 18px;
        max-width: 270px
    }
}
