.bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox h1 {
    font-family: "Krungsri Simple";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 59px;
    color: #25447e
}

@media (max-width:992px) {
    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox h1 {
        font-size: 24px;
        line-height: 39px
    }
}

@media (max-width:992px) {
    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox h1 {
        font-size: 22px;
        line-height: 160%
    }
}

/* Add for breadcrumb*/
/* Satrt */
.bannerFaqSection .breadcrumbSection .wrapperPage {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #828282
}

.bannerFaqSection .breadcrumbSection span {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #828282
}

.bannerFaqSection .breadcrumbSection .wrapperPage {
    color: #fff
}

.bannerFaqSection .breadcrumbSection span {
    color: #fff
}

    .bannerFaqSection .breadcrumbSection span a {
        color: #fff
    }

/* End */


.bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .btnSearchFaqBanner {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #fff
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li h3 {
    font-family: "Krungsri Simple";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    color: #fff
}

.bannerFaqSection .breadcrumbSection p {
    font-family: "Krungsri Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #828282
}

.bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .wrapSearchInput .searchInput, .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a {
    font-family: "Krungsri Condensed";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #828282
}

@media (max-width:992px) {
    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .wrapSearchInput .searchInput, .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a {
        font-size: 14px;
        line-height: 20px
    }
}

.faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a h4 {
    font-family: "Krungsri Condensed";
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    color: #25447e
}

@media (max-width:767px) {
    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a h4 {
        font-size: 14px;
        line-height: 140%
    }
}

.faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox p {
    font-family: "Krungsri Simple";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 29px;
    color: #25447e
}

.faqCategorySection h3 {
    font-family: "Krungsri Simple";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 140%;
    color: #25447e
}

@media (max-width:767px) {
    .faqCategorySection h3 {
        font-size: 18px
    }
}

.faqConnectBannerSection h3 {
    font-family: "Krungsri Simple";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 140%;
    color: #fff
}

@media (max-width:992px) {
    .faqConnectBannerSection h3 {
        font-size: 22px
    }
}

@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
    }
}

.bannerFaqSection {
    width: 100%;
    height: 492px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/banner/faq.png);
    background-image: url(../images/banner/faq.webp)
}

@media (max-width:992px) {
    .bannerFaqSection {
        background-image: url(../images/banner/faqTablet.png);
        background-image: url(../images/banner/faqTablet.webp);
        height: 510px
    }
}

@media (max-width:767px) {
    .bannerFaqSection {
        background-image: url(../images/banner/faqMobile.png);
        background-image: url(../images/banner/faqMobile.webp);
        background-size: 100%;
        background-position: top right;
        height: 560px
    }
}

.bannerFaqSection .wrapBannerFaqSection {
    width: 100%;
    height: 492px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox {
        width: 565px;
        height: auto;
        margin-top: -42px
    }

@media (max-width:992px) {
    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox {
        margin-top: -70px
    }
}

@media (max-width:767px) {
    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox {
        margin-top: -100px
    }
}

.bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox h1 {
    text-align: center;
    color: #fff
}

.bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form {
    width: 100%;
    height: auto;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .wrapSearchInput {
        width: 100%;
        height: auto;
        position: relative
    }

        .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .wrapSearchInput .searchInput {
            width: 100%;
            height: 50px;
            border: 1px solid #d0d0d0;
            padding: 6px 50px 6px 24px;
            color: #000
        }

            .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .wrapSearchInput .searchInput::placeholder {
                color: #828282
            }

        .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .wrapSearchInput .iconSearchBox {
            border: none;
            background-color: transparent;
            position: absolute;
            top: 10px;
            right: 12px
        }

    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .btnSearchFaqBanner {
        width: 170px;
        height: 40px;
        border: none;
        border-radius: 50px;
        color: #fff;
        background-image: linear-gradient(to right,#003e7b,#44c7f4);
        display: flex;
        justify-content: center;
        align-items: center;
        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;
        margin-top: 50px
    }

        .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .btnSearchFaqBanner img {
            margin-left: 5px
        }

@media (max-width:767px) {
    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .btnSearchFaqBanner {
        margin-top: 26px
    }
}

.bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .btnSearchFaqBanner:hover {
    background-image: linear-gradient(to right,#44c7f4,#003e7b)
}

    .bannerFaqSection .wrapBannerFaqSection .wrapSearchFaqBox form .btnSearchFaqBanner:hover img {
        animation: arrowSwipe 2s linear infinite
    }

.bannerFaqSection .wrapTopicHighlightFaq {
    width: 100%;
    height: 84px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (max-width:992px) {
    .bannerFaqSection .wrapTopicHighlightFaq {
        height: 70px
    }
}

@media (max-width:767px) {
    .bannerFaqSection .wrapTopicHighlightFaq {
        height: 232px
    }
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox {
    width: 100%;
    height: 84px;
    background-color: #fff
}

@media (max-width:992px) {
    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox {
        height: 70px
    }
}

@media (max-width:767px) {
    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox {
        height: 232px
    }
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

@media (max-width:767px) {
    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul {
        flex-direction: column
    }
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li {
    list-style: none
}

    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li h3 {
        color: #505050
    }

@media (max-width:992px) {
    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li h3 {
        font-size: 14px
    }
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a {
    color: #505050;
    line-height: 1;
    position: relative;
    display: block;
    text-align: center;
    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) {
    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a {
        text-decoration: underline
    }
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a span {
    width: 100%;
    height: .005em;
    background-color: #505050;
    position: absolute;
    bottom: -2px;
    left: 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
}

@media (max-width:767px) {
    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a span {
        display: none
    }
}

.bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a:hover {
    color: #25447e;
    font-weight: 500;
    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
}

    .bannerFaqSection .wrapTopicHighlightFaq .wrapTopicHighlightFaqBox ul li a:hover span {
        background-color: #25447e;
        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
    }

.bannerFaqSection .breadcrumbSection {
    width: 100%;
    height: auto;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1
}

    .bannerFaqSection .breadcrumbSection p {
        color: #fff
    }

        .bannerFaqSection .breadcrumbSection p a {
            color: #fff
        }

.bannerFaqSection::after {
    content: "";
    width: 100%;
    height: 42px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width:992px) {
    .bannerFaqSection::after {
        height: 35px
    }
}

@media (max-width:767px) {
    .bannerFaqSection::after {
        height: 200px
    }
}

.faqCategorySection {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    padding-top: 70px
}

@media (max-width:992px) {
    .faqCategorySection {
        padding-top: 62px;
        padding-bottom: 34px
    }
}

@media (max-width:767px) {
    .faqCategorySection {
        padding-top: 40px;
        padding-bottom: 34px
    }
}

.faqCategorySection h3 {
    text-align: center
}

.faqCategorySection .wrapFaqCategoryGrid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 23px 35px;
    grid-gap: 23px 35px;
    margin-top: 50px
}

@media (max-width:767px) {
    .faqCategorySection .wrapFaqCategoryGrid {
        grid-template-columns: 1fr;
        margin-top: 16px;
        gap: 16px;
        grid-gap: 16px
    }
}

.faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox {
    width: 100%;
    height: 160px;
    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
}

@media (max-width:767px) {
    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox {
        height: 80px
    }
}

.faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 26px
}

@media (max-width:767px) {
    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a {
        flex-direction: row;
        height: 80px;
        padding: 16px
    }
}

.faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a img {
    width: 70px;
    height: auto;
    margin-bottom: 8px;
    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:767px) {
    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a img {
        width: 50px;
        margin-right: 20px
    }
}

.faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a h4 {
    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;
    text-align: center
}

@media (max-width:992px) {
    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox a h4 {
        font-size: 14px
    }
}

.faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox:hover {
    background-color: #25447e;
    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
}

    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox:hover a img {
        filter: brightness(0) invert(1);
        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
    }

    .faqCategorySection .wrapFaqCategoryGrid .wrapFaqCategoryGridBox:hover a h4 {
        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
    }

.faqConnectBannerSection {
    width: 100%;
    height: 312px;
    background-color: #25447e;
    padding: 52px 0 58px
}

@media (max-width:767px) {
    .faqConnectBannerSection {
        padding: 27px 0;
        height: auto
    }
}

.faqConnectBannerSection h3 {
    text-align: center
}

@media (max-width:767px) {
    .faqConnectBannerSection h3 {
        display: none
    }
}

.faqConnectBannerSection .wrapConnectFaqAll {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 1px;
    grid-gap: 0 1px;
    background-color: #fff;
    margin-top: 32px
}

@media (max-width:767px) {
    .faqConnectBannerSection .wrapConnectFaqAll {
        margin-top: 0
    }
}

.faqConnectBannerSection .wrapConnectFaqAll a {
    background-color: #25447e
}

    .faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox {
        width: 100%;
        height: auto;
        background-color: #25447e;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 18px
    }

@media (max-width:767px) {
    .faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox {
        padding: 0
    }
}

.faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox img {
    max-width: 36px;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox .iconCallFaq {
    margin-bottom: 14px
}

@media (max-width:992px) {
    .faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox .iconCallFaq {
        min-width: 46px;
        height: auto;
        margin-bottom: 6px
    }
}

.faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox p {
    color: #fff;
    margin-top: 36px;
    text-align: center
}

@media (max-width:992px) {
    .faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox p {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .faqConnectBannerSection .wrapConnectFaqAll a .warpConnectFaqBox p {
        display: none
    }
}

.faqConnectBannerSection .wrapConnectFaqAll a:hover .warpConnectFaqBox img {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

@media (max-width:992px) {
    .faqConnectBannerSection .wrapConnectFaqAll a:hover .warpConnectFaqBox img {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0)
    }
}
