<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================== Hidden &amp; Visible ===============================*/
.show-w1199 {
    display: none !important;
}

.show-w991 {
    display: none !important;
}

.show-w767 {
    display: none !important;
}

.show-inline-w767 {
    display: none !important;
}

.show-w414 {
    display: none !important;
}

.show-w375 {
    display: none !important;
}

.show-w360 {
    display: none !important;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block !important;
    }

    .hide-w1199 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block !important;
    }

    .hide-w991 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block !important;
    }

    .show-inline-w767 {
        display: inline !important;
    }

    .hide-w767 {
        display: none !important;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block !important;
    }

    .hide-w414 {
        display: none !important;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block !important;
    }

    .hide-w375 {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block !important;
    }

    .hide-w360 {
        display: none !important;
    }
}


/*############################ default ###################################*/
.icw .sc-headline .h1 {
    font-family: "kurious-looped";
    font-weight: 600;
    color: #333333;
}

.icw .sc-headline .h3 {
    font-family: "kurious-looped";
    font-weight: 400;
    color: #333333;
}

.icw .btn {
    min-width: 140px;
    padding: 0 15px;
    height: 50px;
    line-height: 46px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0);
    border-width: 2px;
    border-radius: 25px;
}

.icw .btn.btn-primary {
    border-color: #00A94F;
    background-color: #00A94F;
    color: #fff;
}

.icw .btn.btn-primary:hover {
    background-color: #13c165;
    border-color: #13c165;
}

.icw .btn.btn-secondary {
    border-color: #00447C;
    background-color: #fff;
    color: #00447C;
    box-shadow: none;
}

.icw .btn.btn-secondary:hover {
    background-color: #04335a;
    color: #fff;
}

.icw #fun-fact .btn {
    white-space: wrap;
}

.icw #search-insure .btn {
    white-space: wrap;
}

.icw .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.icw .row.no-gutters &gt; div {
    padding-left: 0;
    padding-right: 0;
}

.action .more {
    color: #00A94F;
    font-size: 13px;
    font-family: "kurious-looped";
    font-weight: 600;
    position: relative;
}

.action .more span {
    text-decoration: underline;
}

.action .more:hover {
    color: #13c165;
}

.header-top::before {
    opacity: 1;
    background: #00a850;
    background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
    background-size: 100% auto;
}

.icw .bg-gray {
    background-color: #F4F3F9 !important;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.icw .table td {
    padding: 15px 10px;
    color: #666;
}

.icw .bg-gray .text {
    color: #333;
    text-align: center;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}

.icw .btn-back {
    background-color: #00a94f;
    color: #ffffff !important;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.icw .btn-back:hover {
    background-color: #009445;
    color: #ffffff !important;
}

/*########################### hero banner ###################################*/
/* .sc-hero-banner{margin-top: 80px;} */

/*########################### Product-default ###################################*/
.default-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100%;
}

.default-item .thumb {
    overflow: hidden;
}

.default-item .thumb .link img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

.default-item .thumb .link:hover img {
    transform: scale(1.1);
}

.default-item .content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
}

.default-item .content .info {
    padding-bottom: 20px;
}

.default-item .content .title {
    font-family: Kanit, notosansthai, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.default-item .content .title a {
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 59px;
}

.default-item .content .title a:hover {
    color: #00A94F;
}

.default-item .content .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5em;
    font-family: "kurious-looped";
}

.default-item .content .desc &gt; li {
    padding-left: 12px;
    position: relative;
}

.default-item .content .desc &gt; li:before {
    content: 'â€¢';
    ;
    position: absolute;
    top: 1px;
    left: 0;
}

.default-item .content .action {
    text-align: left;
}

.default-item .content .action a + a {
    margin-left: 36px;
}

.default-item .content .t-des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "kurious-looped";
}

/*########################### Product-List ###################################*/
.sc-product-list {
    background-color: #F5F5F5;
}

.sc-product-list .sc-inner {
    padding: 50px 0 65px
}

.sc-product-list .sc-headline {
    margin-bottom: 25px;
}

.sc-product-list .sc-headline .h1 .color {
    color: #00A94F;
}

.sc-product-list .sc-body {
    position: relative;
    overflow: hidden;
}

.sc-product-list .item-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -17px;
}

.sc-product-list .item-list &gt; li {
    padding: 15px 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


/*########################### breakpoints ###################################*/
@media (max-width: 1199px)

/*check 1024*/
    {
    /* .sc-hero-banner{margin-top: 60px;} */

    .default-item .content .action a + a {
        margin-left: 15px;
    }

    .footer-main {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .sc-product-list .item-list &gt; li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .sc-product-list .item-list &gt; li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .default-item .content {
        min-height: auto;
    } */

    .sc-product-list .sc-inner {
        padding: 40px 0 55px;
    }
}

.btn-sw-lang {
    display: none !important;
}

/*################################## breadcrumbs #####################################*/
.icw .breadcrumbs {
    font-family: "kurious-looped";
    /* display: none; */
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff;
}

.icw .breadcrumbs a {
    font-size: 13px;
    color: #666;
    font-weight: 400 !important;
}

.icw .breadcrumbs a:hover {
    text-decoration: underline;
}

.icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 13px;
}

.icw .breadcrumbs .chevron-right {
    margin: 0 5px;
}

.d-flex {
    display: block !important;
    line-height: 1.25;
}

.align-items-center {
    align-items: center !important;
}

span.nw {
    white-space: nowrap;
}

@media screen and (min-width: 1024px) {
    /* .icw .breadcrumbs {
          display: block;
      } */

    .icw .breadcrumbs .current-page {
        font-size: 13px;
    }

    .icw .breadcrumbs a {
        font-size: 13px;
    }

    .icw .breadcrumbs .chevron-right {
        margin: 0 10px;
    }

    .sc-content .inner {
        padding-top: 30px;
    }

    .d-flex {
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}

/*=============== sc-persona ================*/
.sc-persona {
    background: #fff;
}

.sc-persona .sc-inner {
    padding: 40px 0 0;
}

.sc-persona .wrapper {
    border-radius: 8px;
    padding: 79px 18px 34px 18px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 71px;
    background-image: url(/SiteCollectionDocuments/assets/thumb-listing/img/bg-persona-scn_mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.sc-persona .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    order: 2;
}

.sc-persona .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-top: -150px;
    order: 1;
    text-align: center;
}

.sc-persona .thumb &gt; img {
    max-width: 152px;
}

.sc-persona .title {
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.5;
}

.sc-persona .desc {
    color: #fff !important;
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
}

.sc-persona .action {
    padding-top: 24px;
}

.sc-persona .action .btn {
    height: 40px;
    padding: 0 24px;
    color: #00A94F;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .sc-persona .sc-inner {
        padding: 64px 0 24px;
    }

    .sc-persona .wrapper {
        padding: 24px 8px 24px 32px;
        flex-direction: row;
        margin-top: 0;
        background-image: url(/SiteCollectionDocuments/assets/thumb-listing/img/bg-persona-scn_pc.png);
    }

    .sc-persona .content {
        order: 1;
    }

    .sc-persona .thumb {
        margin-top: 0px;
        order: 2;
        height: 0;
    }

    .sc-persona .thumb &gt; img {
        max-width: 252px;
    }

    .sc-persona .action {
        padding-top: 34px;
    }
}

@media screen and (min-width: 992px) {
    .sc-persona .wrapper {
        padding: 48px 20px 48px 64px;
    }

    .sc-persona .thumb {
        margin-top: -104px;
    }

    .sc-persona .thumb &gt; img {
        max-width: 402px;
    }
}

@media screen and (min-width: 1200px) {
    .sc-persona .action .btn {
        transition: var(--transition);
    }

    .sc-persona .action .btn:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        transition: var(--transition);
        opacity: 0;
        background-color: #0BC160;
    }

    .sc-persona .action .btn:hover {
        color: #fff;
    }

    .sc-persona .action .btn:hover:before {
        left: 0;
        opacity: 1;
    }
}


/*=============== Description card ================*/
@media screen and (max-width: 767px) {
    .icw.-kplus .section .product-list .body .item-list {
        display: flex;
        flex-wrap: wrap;
    }

    .icw.-kplus .section .product-list .body .item-list &gt; li {
        float: none;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .icw.-kplus .section .product-list .body .content .title {
        font-size: 13px;
        max-height: inherit;
        min-height: inherit;
        display: block;
        overflow: visible;
    }
}

/*########################### question ###########################*/
.icw .sc-content .qn .qn-title {
    background-color: #fcfcfc;
    border-left: 3px solid #00a94f;
    padding: 20px;
}

.icw .sc-content .qn .qn-content {
    padding: 6px;
}

.icw .sc-content ol.num-bold &gt; li::marker {
    color: #666;
    font-weight: 600;
}

.icw .sc-content .qn .qn-content ol &gt; li::marker {
    color: #666;
    font-weight: 600;
}

.icw .sc-content .qn .qn-content ol.num-thin &gt; li::marker {
    font-weight: 400;
}

.icw .sc-content .qn .qn-content ol.ol-gray &gt; li {
    color: #666;
    font-weight: 400;
}

.icw .sc-content .mb-20 {
    margin-bottom: 20px;
}

.icw .sc-content .mb-20 {
    margin-bottom: 20px;
}

.icw .sc-content .mb-30 {
    margin-bottom: 30px;
}

.icw .sc-content .qn .qn-title h2,
.icw .sc-content .qn .qn-title p {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
}

.icw .sc-content .qn .qn-content h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
}

.icw .sc-content .qn .qn-content h4 {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    line-height: 1.5;
}

.icw .sc-content .qn .link {
    color: #00a94f;
    font-size: 16px;
    /* text-decoration: underline; */
    font-family: Helvetica, Arial, sans-serif;
}

.icw .sc-content .qn .link span {
    text-decoration: underline;
}

.icw .sc-content .qn .note {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

.icw .pb-15 {
    padding-bottom: 15px !important;
}

.icw .sc-content .ref {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}

.icw .sc-content .ref-line {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}

.icw .sc-content .ref p,
.icw .sc-content .ref ol li,
.icw .sc-content .ref ul li {
    font-size: 14px;
}

.icw .content a span {
    text-decoration: underline;
}

.icw .content:hover {
    color: #13c165;
}

.icw sup {
    font-size: 12px;
}

.mtb-30 {
    margin: 30px 0 !important;
}

figcaption {
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
}

figure img {
    max-width: 1000px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.icw .mt-20 {
    margin-top: 20px;
}

.icw .example {
    background-color: #edfff5;
    padding: 20px 20px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.icw .sc-content .ref .link {
    color: #00a94f;
    font-size: 14px;
    /* text-decoration: underline; */
    font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .icw .sc-content .qn .qn-content {
        padding: 15px;
    }

    .icw .sc-content .qn .qn-title {
        padding: 20px 15px;
    }

    .icw .sc-content .mb-30 {
        margin-bottom: 15px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 361px) {

    /* #fun-fact.sc-fun-fact .sc-content .content .entry .btn {font-size: 13px;} */
    #search-insure.search-insure .btn-search:hover,
    #search-insure.search-insure .btn-search:focus,
    #search-insure.search-insure .btn-search {
        font-size: 16px;
        padding-inline: 16px;
    }
}

@media screen and (max-width: 281px) {

    /* #fun-fact.sc-fun-fact .sc-content .content .entry .btn {font-size: 13px;} */
    #search-insure.search-insure .btn-search:hover,
    #search-insure.search-insure .btn-search:focus,
    #search-insure.search-insure .btn-search {
        height: 56px;
    }
}

/*########################### end question ###########################*/

/*################################## syle product-list #####################################*/

.sc-fun-fact .sc-content {
    display: grid;
    grid-template-columns: 174px 1fr;
    padding: 24px;
    gap: 24px;
    background-color: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #D7D7D7;
    align-items: center;
}

.icw .content .sc-inner .sc-fun-fact .sc-inner {
    padding: 32px;
}

.sc-fun-fact .sc-content {
    position: relative;
}

.sc-fun-fact .sc-content::before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    background-image: url(../img/icon-light.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    transform: translate(39%, -40%);
}

.sc-fun-fact .sc-content .content .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.sc-fun-fact .sc-content .content .info .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "kurious-looped";
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sc-fun-fact .sc-content .content .info .title .icon {
    height: 32px;
    width: 32px;
    display: inline;
}

.sc-fun-fact .sc-content .content .info .desc {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    ;
    line-height: 1.5;
    font-family: "kurious-looped";
    margin: 0;
    padding: 0;
}

.sc-fun-fact .sc-content .content .entry .btn {
    background-color: #00A94F;
    font-size: 16px;
    line-height: 1.5;
    font-family: "kurious-looped";
    border-radius: 8px;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.sc-fun-fact .sc-content .thumb {
    border-radius: 8px;
    width: 100%;
    max-width: 174px;
    margin: 0 auto;
}

.sc-fun-fact .sc-content .thumb img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .icw .content .sc-inner .sc-fun-fact .sc-inner {
        padding: 32px 16px;
    }

    .sc-fun-fact .sc-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/*################################## syle product-list #####################################*/
.icw .related-products .sc-content ul.product-list li,
.icw .related-products .sc-content ul.product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-products {
    background: #E5F6ED;
    border-radius: 8px;
    border: 1px solid #00A94F;
    padding: 32px 16px;
}

.related-products .heading {
    font-family: "kurious-looped";
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
}

.related-products .sc-content .product-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
}

.icw .related-products .sc-content ul.product-list .product-item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item .thumb {
    overflow: hidden;
    width: 100%;
}

.icw .related-products .sc-content ul.product-list .product-item .thumb img {
    width: 100%;
}

.icw .related-products .sc-content ul.product-list .product-item .content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
    color: #111111;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a,
.icw .related-products .sc-content ul.product-list .product-item .content .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info .desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "kurious-looped";
    margin-bottom: 0;
    color: #666666;
}

.icw .related-products .sc-content ul.product-list .product-item .action .link {
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 1.5;
}

.icw .related-products .sc-content ul.product-list .product-item .action .link::after {
    content: none;
}


.icw .related-products .sc-content ul.product-list .product-item.short-layout {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding: 8px;
    gap: 8px;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .thumb {
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content {
    padding: 0;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info {
    display: block;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
    color: #333333;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .desc {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "kurious-looped";
    margin-bottom: 0;
    color: #333333;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .action {
    display: none;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a:hover,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a:hover {
    color: #00A94F;
}

@media screen and (max-width: 1140px) {
    .related-products {
        display: none;
    }
}

a[href^=tel],
a[href^=mail] {
    white-space: wrap;
}

.icw .sc-content ul.product-list li {
    padding-left: 0px;
}


/*################################## syle search-insure #####################################*/
.search-insure {
    background-color: #F5F5F5;
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
}

.search-insure .sc-content {
    display: grid;
    grid-template-columns: 1fr 103px;
    min-height: 69px;
    align-items: center;
    margin-bottom: 24px;
}

.search-insure .sc-content .title {
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.search-insure .thumb {
    position: absolute;
    width: 113px;
    top: 0;
    right: 0;
}

.search-insure .btn-search:hover,
.search-insure .btn-search:focus,
.search-insure .btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #00A94F;
    justify-content: center;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
}

.search-insure .btn-search .icon {
    font-size: 24px;
    color: #00A94F;
}

@media screen and (max-width: 767px) {
    .search-insure .sc-content {
        grid-template-columns: 1fr 90.5px;
    }

    .search-insure .sc-content .title {
        font-size: 18px;
    }

    .search-insure {
        border: 1px solid #00A94F;
        background-color: #E5F6ED;
    }
}

/*################################## syle side-bar #####################################*/
.side-bar-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1141px) {
    .side-bar-inner {
        position: sticky;
        top: 130px;
        padding-bottom: 128px;
    }
}

/*################################## syle content #####################################*/
.content-layout .layout {
    display: grid;
    grid-template-columns: 66.229% 369px;
    gap: 16px;
}

@media screen and (max-width: 1140px) {
    .content-layout {
        padding-bottom: 32px;
    }

    .content-layout .layout {
        grid-template-columns: 100%;
        gap: 0;
    }
}

.icw .content .sc-inner {
    /* padding: 50px 0 65px; */
    padding: 30px 0 96px;
}

.icw .mt-15 {
    margin-top: 15px !important;
}

.icw .sc-content p,
.icw .sc-content ol li,
.icw .sc-content ul li {
    /* font-family: Kanit, sans-serif; */
    color: #666;
    margin-bottom: 10px;
}

.icw .sc-content ol {
    padding-left: 15px;
}

.icw .sc-content ol li {
    list-style: decimal;
    padding-left: 5px;
}

.icw .sc-content ul li {
    list-style: disc;
    padding-left: 5px;
}

.icw .sc-content ul ul li {
    list-style: circle;
    padding-left: 5px;
}

.icw .mb-25 {
    margin-bottom: 25px;
}

.icw .table-content {
    margin: 25px auto 30px;
    width: 60%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px 1px rgb(0 0 0 / 10%);
}

.icw .table-content thead {
    background-color: #00a850;
}

.icw .table-content thead th,
.icw .table-content tbody td {
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 15px;
}

.icw .table-content thead th.bg-lightgreen {
    background-color: #edfff5;
    color: #00a94f;
}

.icw .sc-content .tb {
    display: table;
}

.icw .sc-content .tb-cell {
    display: table-cell;
}

.icw .sc-content .tb-cell img {
    width: 100%;
}

.icw .pr-20-pc {
    padding-right: 20px;
}

.icw .img-content {
    margin: 20px auto;
}

.icw .visible-w414 {
    display: none;
}

.section ul li &gt; ul li::before {
    content: '';
}

.margin-auto {
    margin: auto;
    display: block;
}

/*###########################  relate_promotion ########################### */
.icw .rl-promo {
    background-color: #fff;
}

.icw .rl-promo .default-item .content {
    background-color: #f7f7f7;
}

.slick-initialized .slick-slide {
    padding: 0 17px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: 'icongarage';
    font-size: 12px;
    color: inherit;
    line-height: 35px;
    color: #00a850;
}

.slick-slider .slick-prev:before {
    content: '\e904';
}

.slick-slider .slick-next:before {
    content: '\e905';
}

/*########################### consult ###########################*/
.sc-consult {
    background-color: #E5F6ED;
}

.sc-consult .sc-content {
    display: grid;
    grid-template-columns: 50% minmax(300px, 514px);
    gap: 64px;
}

.sc-consult .sc-content .title {
    color: #00A94F;
    margin-bottom: 4px;
    font-family: "kurious-looped";
    line-height: 1.5;
    font-weight: 600;
    font-size: 33px;
}

.sc-consult .sc-content .desc {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.5;
    font-family: "kurious-looped";
}

.sc-consult .sc-content .entry {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sc-consult .sc-content .entry .entry-item {
    background-color: #fff;
    display: flex;
    gap: 8px;
    padding: 16px 8px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    max-width: 354px;
    font-family: "kurious-looped";
    line-height: 1.5;
}

.sc-consult .sc-content .entry .entry-item span {
    text-decoration: none;
    font-family: "kurious-looped";
    line-height: 1.5;
}

.sc-consult .sc-content .entry .entry-item .icon {
    color: #00A94F;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .sc-consult .sc-content {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .sc-consult .sc-content .title {
        font-size: 24px;
    }

    .sc-consult .sc-content .desc {
        font-size: 16px;
    }

    .sc-consult .sc-content .entry .entry-item {
        font-size: 13px;
        max-width: 100%;
    }
}


/*########################### table zoom ###########################*/
.icw .more.content {
    color: #00a94f;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    position: relative;
}

.icw .more.content::after {
    margin-left: 3px;
}

.icw .more.content:hover {
    color: #13c165;
}

.icw .more.content span {
    text-decoration: underline;
}

.text-zoom {
    text-align: center;
}

.text-zoom p {
    display: inline-block;
    font-size: 14px;
}

.text-zoom img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.table .image {
    margin: 15px 0;
}

.icw .table .bg-gray {
    background-color: #f8f8f8 !important;
    border-radius: 0;
}

/*########################### end table zoom ###########################*/

/*########################### popup ###########################*/
.popup-open .mfp-content {
    width: 100%;
    max-width: 1170px;
    margin: 50px 0;
    text-align: center;
}

.popup-open .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}

.popup-open .mfp-content .mfp-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 120;
    opacity: 1;
}

.popup-open .mfp-content .mfp-close:after {
    font-size: 12px;
    font-weight: bold;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-personal {
    min-width: 1000px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business {
    min-width: 700px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business td,
.compn-overflow .compn-overflow-wrapper .compn.tb-personal td {
    border-right: 1px solid rgba(230, 230, 230, 0.7);
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    border-collapse: collapse;
}

.popup-open .mfp-content .sc-container {
    padding: 50px 15px;
}

.qn-content .table {
    margin: 20px 0;
}

@media screen and (max-width: 991px) {
    .popup-open .mfp-content .mfp-close {
        right: -10px !important;
    }
}

/*########################### end popup ###########################*/
/*########################### breakpoints ###################################*/
@media screen and (max-width: 991px) {
    .slick-slider .slick-next {
        right: 10px;
    }

    .slick-slider .slick-prev {
        left: 10px;
    }
}

@media screen and (max-width: 767px) {

    .icw .table-content thead th,
    .icw .table-content tbody td {
        padding: 10px;
    }

    .icw .table-content {
        width: 100%;
    }

    .icw .table.table1 {
        min-width: 700px;
    }

    .icw .sc-content .tb {
        display: block;
    }

    .icw .sc-content .tb-cell {
        display: block;
    }

    .icw .pr-20-pc {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .icw .content .sc-inner {
        padding: 25px 0 40px;

    }

    .icw .table-content {
        margin: 20px auto;
    }
}

@media screen and (max-width : 1140px) {
    .icw .content .sc-inner {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 413px) {
    .icw .visible-w414 {
        display: block;
    }
}




/* Bar 3 */
.bar-product {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 0;
}

@media screen and (max-width: 1140px) {
    .bar-product.sticky-content {
        transform: translateY(0);
    }

    .bar-product {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        width: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        height: auto;
        border-top: 1px solid #ccc;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .bar-product.active {
        background-color: #E5F6ED;
    }

    .bar-product .sc-content {
        padding-bottom: 8px;
    }

    .bar-product .product-content-wrapper {
        padding-bottom: 3px;
    }

    .bar-product .overflow {
        overflow-x: auto;
    }

    .bar-product .overflow::-webkit-scrollbar {
        display: none;
    }

    .bar-product ul.product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .bar-product ul.product-list li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .bar-product ul.product-list .product-item {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 16px;
        background-color: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
        padding: 8px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        margin: 2px;
    }

    .bar-product ul.product-list .product-item .thumb {
        border-radius: 8px;
        overflow: hidden;
        height: 100%;
    }

    .bar-product ul.product-list .product-item .content .info .title,
    .bar-product ul.product-list .product-item .content .info .title a {
        font-size: 13px;
        line-height: 1.5;
        font-weight: 600;
        font-family: "kurious-looped";
        color: #333333;
    }

    .bar-product ul.product-list .product-item .content .info .title,
    .bar-product ul.product-list .product-item .content .info .title a,
    .bar-product ul.product-list .product-item .content .info .title a:hover,
    .bar-product ul.product-list .product-item .content .info .title a:focus,
    .bar-product ul.product-list .product-item .content .info .desc,
    .bar-product ul.product-list .product-item .content .info .desc:hover,
    .bar-product ul.product-list .product-item .content .info .desc:focus {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bar-product ul.product-list .product-item .content .info .desc {
        font-size: 13px;
        line-height: 1.5;
        font-weight: 500;
        font-family: "kurious-looped";
        margin-bottom: 0;
        height: 37px;
    }

    .bar-product ul.product-list .product-item .content .info .title,
    .bar-product ul.product-list .product-item .content .info .title a {
        -webkit-line-clamp: 1;
    }

    .bar-product ul.product-list .product-item .content .info .desc {
        -webkit-line-clamp: 2;
    }

    .bar-product ul.product-list .product-item .action {
        display: none;
    }

    .bar-product ul.product-list .product-item.short-layout {
        max-width: 316px;
        width: 316px;
    }

    .bar-product ul.product-list .product-item {
        max-width: 400px;
        width: 100%;
    }

    .bar-product.active .bar-product-footer {
        display: none;
    }

    .bar-product .bar-product-footer .content {
        font-size: 16px;
        line-height: 1.5;
        font-family: "kurious-looped";
        color: #333333;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 3px;
        justify-content: center;
        align-items: baseline;
    }

    .bar-product .bar-product-footer .icon {
        height: 13.5px;
        display: inline;
    }

    .active .bar-product-touch-area {
        color: #999999;
    }

    .bar-product-touch-area {
        text-align: center;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-weight: 600;
        color: #00A94F;
    }

    .garage-container .container,
    .highlight-container .slick-dots {
        padding-inline: 16px;
    }
}


@media screen and (min-width: 1007px) and (max-width: 1140px) {
    .bar-product ul.product-list.more-than-two {
        justify-content: center !important;
    }

    .bar-product ul.product-list.more-than-two li {
        width: auto !important;
    }
}

@media screen and (min-width: 666px) and (max-width: 1025px) {
    .bar-product ul.product-list.two-or-less {
        justify-content: center !important;
    }

    .bar-product ul.product-list.two-or-less li {
        width: auto !important;
    }
}
</pre></body></html>