<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*############################ default ###################################*/
span.nw {
    white-space: nowrap;
}

.visible-w1024 {
    display: none;
}

.visible-w375 {
    display: none;
}

.visible-w360 {
    display: none;
}

.row-0 {
    margin: 0px;
}

.row-0&gt;div {
    padding: 0px;
}

.row-20 {
    margin: 0 -10px;
}

.row-20&gt;div {
    padding: 0 10px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex&gt;div {
    float: none;
}

.row-flex&gt;.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-flex&gt;.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.row-flex&gt;.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw h1&gt;b,
.icw .h1&gt;b,
.icw h2&gt;b,
.icw .h2&gt;b,
.icw h3&gt;b,
.icw .h3&gt;b,
.icw h4&gt;b,
.icw .h4&gt;b,
.icw h5&gt;b,
.icw .h5&gt;b,
.icw h6&gt;b,
.icw .h6&gt;b,
.icw h1&gt;strong,
.icw .h1&gt;strong,
.icw h2&gt;strong,
.icw .h2&gt;strong,
.icw h3&gt;strong,
.icw .h3&gt;strong,
.icw h4&gt;strong,
.icw .h4&gt;strong,
.icw h5&gt;strong,
.icw .h5&gt;strong,
.icw h6&gt;strong,
.icw .h6&gt;strong {
    font-family: "kurious-looped";
    font-weight: 600;
}


/*########################### select2 ###################################*/

.icw select {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.select2-container .select2-selection--single {
    display: block;
    height: 48px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-size: 16px;
    line-height: 46px;
    padding: 0 30px 0 20px;
    overflow: hidden;
    font-family: "kurious-looped";
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__rendered[title] {
    background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
    margin-top: 5px;
    font-size: 100%;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: absolute;
    z-index: 1051;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}

.select2-container .select2-results {
    display: block;
}

.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container .select2-results__option {
    margin: 0;
    color: #aaa;
    font-size: 14px;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container .select2-results__message {
    color: #ccc;
}

.select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--above .select2-results__option {
    border-top: 0;
    border-bottom: 1px solid #eee;
}

.select2-search--dropdown {
    display: block;
    position: relative;
    z-index: 1010;
    padding: 5px 9px;
    white-space: nowrap;
    background: #ccc;
    border-top: 1px solid #eee;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: border-color 400ms ease-in-out;
    -o-transition: border-color 400ms ease-in-out;
    transition: border-color 400ms ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #555;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    z-index: 1;
    display: block;
    line-height: 43px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.select2-container--default .select2-selection--single .select2-selection__clear:before {
    font-family: 'icongarage';
    font-size: 12px;
    font-weight: normal;
    color: #00A850;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\e90d";
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 1px 0;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
    color: #fff;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results&gt;.select2-results__options {
    max-height: 25vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    color: #aaa;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #555;
}

.select2-container--default .select2-results__group {
    display: block;
    cursor: default;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    position: relative;
    padding: 12px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown,
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    background-color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #555;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.select2-rendered__match {
    text-decoration: underline;
}

.select2-container .select2-results__option {
    border: 0;
}

.select2-dropdown {
    border: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background-color: #00A950;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 1px;
}

.select2-container .select2-results__option {
    padding: 10px 10px 10px 22px;
    font-family: "kurious-looped";
    font-weight: 600;
}

.select2-container .select2-selection--single [title].select2-selection__rendered {
    color: #999999;
}

.select2-selection__rendered {
    border-radius: 100px;
    margin: 0;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #00A94F;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 10px;
    width: 10px;
    right: 24px;
    top: 18px;
    margin: 0;
    pointer-events: none;
    border-top: 2px solid #00A950;
    border-right: 2px solid #00A950;
    transition: transform 0.3s ease-out;
    transform: rotate(135deg);
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);
}

.select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}




/*########################### sc-event ##############################*/

.icw .sc-event {
    overflow: hidden;
    background: url(../img/bg-Section1.jpg);
    /* background: url(../img/bg-section3.jpg), lightgray 50% no-repeat; */
    background-size: cover;
    /* background-blend-mode: color-burn; */
}

.sc-event .sc-inner {
    padding: 64px 0 100px;
}

.sc-event .sc-heading h2.h3 {
    color: #FFF;
    font-family: "kurious-looped";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
}

.sc-event .sc-heading h3.h4 {
    color: #FFF;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.icw .mg {
    margin-top: 18px;
    margin-bottom: 16px;
}

.sc-event .swiper-slide{width: auto;}
.sc-event .box-content {
    width: 100%;
    max-width: 364px;
    /* height: 182px; */
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.sc-event .box-content .box-img {
    background-color: #eee;
}

.sc-event .box-content .box-img img {
    width: 100%;
    max-width: 364px;
}

.sc-event .box-content .line {
    border-bottom: 1px solid #eee;
    width: 100%;
    max-width: 332px;
}

.icw .pl-16 {
    padding-left: 40px;
    width: 70%;
}

.icw .line-max {
    border-right: 1px solid #d9d9d9;
    width: 30%;
    max-width: 295px;
}

.sc-event .box-content .box-txt {
    background-color: #fff; position: relative;
    padding: 16px 16px 16px;
    border-radius: 0 0 8px 8px;
}

.icw .content p.date {
    color: #666;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}

.sc-event .box-content .box-txt .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #00A94F;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    width: 80px;
    height: 80px;
    position: absolute;
    top: -43px;
}

.sc-event .box-content .box-txt .date .num {
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    height: 35px;
    margin-bottom: 10px;
}

.sc-event .box-content .box-txt .date span {
    color: #00A94F;
    text-align: center;
    /* Label Input, Tag/LT - 13px */
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.sc-event .box-content .box-txt .desc {
    color: #333;
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sc-event .box-content .box-txt i {
    /* display: flex;
    justify-content: center; */
    margin-left: 100px;
}

.sc-event span.text-k {
    color: #999;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px;
}

.sc-event .swiper-slide.mb-24 {
    margin-bottom: 24px;
}

.icw .swiper-wrapper.swiper-wrapper-pb {
    padding-bottom: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00A94F !important;
    border: 1px solid #00A94F !important;
    border-radius: 50px;
    width: 24px;
    height: 8px;
}

.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #ddd;
    opacity: 1;
}

.icw .swiper-pointer-events,
.icw .sc-nav-gallery {
    position: relative;
}

.icw .swiper-horizontal&gt;.icw .swiper-pagination-bullets,
.icw .swiper-pagination-bullets.swiper-pagination-horizontal,
.icw .swiper-pagination-custom,
.icw .swiper-pagination-fraction {
    bottom: -32px;
    left: 0;
    width: 100%;
}

.icw .entrycontent a.no-line,
.icw .entrycontent a.no-line:hover {
    text-decoration: none;
}

.icw .entrycontent a.no-line {
    color: unset;
}


/*########################### sc-other-articles ##############################*/
.sc-other-articles {
    background: url(../img/bg-section4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sc-other-articles .sc-inner {
    padding: 64px 0;
}

.sc-other-articles .product-list.product-list-other .item {
    display: block;
}

.section.sc-other-articles .sc-heading h3.h3 {
    color: #333;
    /* Desktop Size/H2 - 33px */
    font-family: "kurious-looped";
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

/* .section.sc-other-articles .wrapper.default-item{
    width: 100%;
    width: 364px;
} */



/*########################### sc-other-articles ##############################*/


/*########################### social-tag ##############################*/

.social-tag {
    margin-top: 18px;
    height: 60px;
}

.social-tag.social-tag-top {
    height: auto;
}

.social-tag.social-tag-o {
    height: auto;
}

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

.social-tag .tag {
    border-radius: 20px;
    border: 1px solid #CCEEDC;
    background: #FFF;
    padding: 2px 12px;
    color: #33BA72;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}

.social-tag .tag:hover {
    border: 1px solid #00A94F;
    color: #00A94F;
}

.social-tag a {
    cursor: pointer;
    text-decoration: unset;
}

.social-tag a:hover {
    cursor: pointer;
    text-decoration: unset;
}

.sc-event .sc-heading {
    margin-bottom: 32px;
}

.sc-supported-slider {
    position: relative;
}

.sc-supported-slider .item {
    transform: scale(.82);
    transition: all 800ms ease;
}

.sc-supported-slider .item.slick-slide.slick-active.slick-center {
    transform: scale(1);
}

.sc-supported-slider .item:hover .thumb img {
    transform: scale(1.06);
}

.sc-supported-slider button.slick-arrow {
    top: 65%;
}

.sc-supported-slider .slick-prev {
    left: 50%;
    margin-left: -570px;
}

.sc-supported-slider .slick-next {
    right: 50%;
    margin-right: -570px;
}

.sc-supported-slider .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
}

.sc-supported-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.sc-supported-slider .wrapper {
    position: relative;
    width: 370px;
    padding-bottom: 40px;
}

.sc-supported-slider .thumb {
    margin-bottom: -96px;
}

.sc-supported-slider .thumb img {
    transition: all 800ms ease;
    transform: scale(1);
}

.sc-supported-slider .content {
    height: 260px;
    text-align: center;
    padding: 110px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.sc-supported-slider .content .title {
    /*text-shadow: 1px 1px 0 #000;*/
    color: #fff;
}

.sc-supported-slider .content .desc {
    /*text-shadow: 1px 1px 0 #000;*/
    color: #fff;
}

.sc-supported-slider .content .note {
    /*text-shadow: 1px 1px 0 #000;*/
    color: #fff;
    opacity: 0.8;
    font-weight: 500;
    font-family: "kurious-looped";
    font-size: 14px;
}

.sc-supported-slider .wrapper.-bg1 .content {
    /*background-image: linear-gradient(180deg, #EAEDAC 0%, #D3CB65 100%);*/
    background-color: #525252;
}

.sc-supported-slider .wrapper.-bg2 .content {
    /*background-image: linear-gradient(180deg, #9DAFD7 0%, #7989AC 100%);*/
    background-color: #55BE6D;
}

.sc-supported-slider .wrapper.-bg3 .content {
    /*background-image: linear-gradient(180deg, #6A99D0 0%, #2D63A2 100%);*/
    background-color: #BCB3A5;
}

.sc-supported-slider .wrapper.-bg4 .content {
    /*background-image: linear-gradient(180deg, #2B3969 0%, #171F39 100%);*/
    background-color: #404988;
}


/*########################### sc-search-service ##############################*/

.sc-search-service {
    background-color: #F0F0F0;
}

.sc-search-service .sc-inner {
    padding: 25px 0;
}

.sc-search-service .content-area {
    text-align: center;
}

.sc-search-service .btn {
    background-color: #00A950;
    height: 50px;
    line-height: 46px;
    min-width: 335px;
    font-size: 16px;
    font-weight: 600;
    font-family: "kurious-looped";
    padding: 0;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    box-shadow: 3px 3px 0 #000;
}

.sc-search-service .btn:after {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #00A950;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}


/*########################### sc-articles ##############################*/

.sc-articles .sc-heading h2.h3 {
    color: #333;
    text-align: left;
    font-family: "kurious-looped";
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.sc-articles .bg-atc {
    background: url(../img/bg-section3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 0;
}

.section.sc-articles .sc-inner {
    padding: 30px 0 64px;
}

.product-filter {
    text-align: center;
}

.product-filter .row-flex {
    padding-bottom: 0;
    border-bottom: none;
    display: inline-flex;
    /* flex-direction: row-reverse; */
}

.product-filter .nav-list {
    margin: 0 -10px;
    padding: 0;
}

.product-filter .nav-list:after {
    content: '';
    display: table;
    clear: both;
}

.product-filter .nav-list&gt;li {
    float: left;
    list-style: none;
    padding: 0 10px;
}

.product-filter .nav-list&gt;li&gt;.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 24px; */
    padding: 8px 24px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
    transition: all 800ms ease;
    text-decoration: none;
    cursor: pointer;
}

.product-filter .icon {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.product-filter .icon&gt;img {
    filter: brightness(1.0) grayscale(0);
    transition: all 400ms ease;
}

.product-filter .txt {
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    font-family: "kurious-looped";
    transition: all 800ms ease;
    margin: 0;
}

.nav-list .active .wrapper {
    border: 1px solid #00A94F !important;
}

.product-filter .active .icon&gt;img {
    filter: brightness(0%) grayscale(1) invert(1);
}

.product-filter .active .txt {
    color: #00A94F;
}

.product-filter .select-list p {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
}

.icw p.small-txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
}

.product-filter .select-list {
    width: 260px;
    /* margin-left: 20px; */
}

.product-filter .select-list.active .select2-container .select2-selection--single [title].select2-selection__rendered {
    background-color: #fff;
    color: #00A950;
}

.product-filter .select-list.active .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-top-color: #00A950;
    border-right-color: #00A950;
}

.product-item {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.product-list .item-list {
    margin: -15px;
    padding: 0;
}

.product-list .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.product-list .item-list&gt;li {
    float: left;
    list-style: none;
    padding: 12px;
    width: calc(100%/3);
    margin: 0;
}

.product-list .item {
    display: none;
}

.product-list .c-txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
}

.product-item .c-dac {
    color: #999;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
}


/*.product-list .item.box,*/

.product-list .item.mobile-box,
.product-list .item.only,
.product-list .item.only.off {
    display: block;
}

.product-list .item.only.off.box {
    display: block;
}

.product-list .wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    width: 364px;
}

.product-list .link {
    display: block !important;
    text-decoration: none;
}

.product-list .link:hover {
    text-decoration: none;
}

.product-list .link:hover img {
    transform: scale(1.06);
}

.product-list .link:hover .title {
    color: #00A94F;
}

.product-list .link.link-more {
    color: #00A94F;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    height: 24px;
}

.product-list .link.link-more:hover {
    text-decoration-line: underline;
}

.product-list .thumb {
    overflow: hidden;
}

.product-list .thumb img {
    transition: .3s ease-in-out;
    height: 219px;
}

/* .icw .mt-43 {
    margin-top: 43px;
} */

.product-list .content {
    padding: 24px;
    min-height: 210px;
    background-color: #fff;
}
.product-list .content &gt; a{text-decoration: none;}
.product-list .content &gt; a:hover .title{color: #00A94F;}

.product-list .content.action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-list .title {
    color: #333;
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 8px;
    transition: .3s ease-in-out;
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-list .title.title-o {
    height: auto;
    margin-bottom: 50px;
}




.product-list .desc {
    color: #666;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 3em;
}

.product-list .desc-list {
    padding: 0;
    margin: -6px -10px;
    display: flex;
    flex-wrap: wrap;
}

.product-list .desc-list&gt;li {
    padding: 6px 10px;
    list-style: none;
    margin: 0;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.product-list .desc-list&gt;li.fluid {
    -webkit-box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
}

.product-list .desc-list .desc {
    position: relative;
    padding-left: 10px;
}

.product-list .desc-list .desc:before {
    content: 'â€¢';
    position: absolute;
    left: 0;
    top: 1px;
}

.product-list .btn {
    background-color: #00A950;
    line-height: 48px;
    font-size: 20px;
    font-weight: 600;
    font-family: "kurious-looped";
    padding: 0 32px;
    border-radius: 8px;
}

.product-list .btn:after {
    /* width: 20px; */
    /* height: 20px; */
    /* background-color: #fff;
    color: #00A950;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px; */
}

.icw .accordion {
    border-bottom: none;
}

.sc-articles .action.btn-more .link.down,
.sc-articles .action.btn-more.active .link.up {
    display: inline-block !important;
}

.sc-articles .action.btn-more .link.up,
.sc-articles .action.btn-more.active .link.down {
    display: none !important;
}

.icw .btn-more {
    margin-top: 40px;
    text-align: center;
}



.icw .pagination {
    margin: 50px 0 0;
    display: none;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination .pagination-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pagination .pagination-box.-off {
    display: none;
}

.pagination .item-list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
}

.pagination .item-list&gt;li {
    padding: 0 5px;
    list-style: none;
}

.pagination .nav {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
}

.pagination .nav a:before {
    font-family: 'icokbank';
    font-size: 12px;
    color: inherit;
}

.pagination .nav.nav-left {
    right: 100%;
}

.pagination .nav.nav-left a:before {
    content: "\e908";
}

.pagination .nav.nav-right {
    left: 100%;
}

.pagination .nav.nav-right a:before {
    content: "\e909";
}

.pagination .nav a {
    pointer-events: none;
    color: #c0c0c0;
}

.pagination .nav a.x-active {
    pointer-events: visible;
    color: #00A850;
}

.pagination .number {
    position: relative;
    display: none;
}

.pagination .number.sizeLot {
    display: block;
}

.pagination .number a {
    font-family: "kurious-looped";
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: rgba(51, 51, 51, .2);
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.pagination a:hover {
    text-decoration: none;
}

.pagination a.active {
    background-color: #00a950;
    cursor: auto;
    pointer-events: none;
}


/*########################### sc-articles ##############################*/


/*########################### sc-k-business ##############################*/

.sc-k-business .sc-inner {
    padding: 40px 0 64px;
}

.sc-k-business .img-kbusiness {
    position: relative;
}

.sc-k-business .img-kbusiness img {
    width: 100%;
    max-width: 1140px;
    border-radius: 8px;
}

.sc-k-business .btn.btn-click {
    width: 100%;
    max-width: 200px;
    /* height: 40px; */
    padding: 7px 0;
    border-radius: 8px;
    background: #00A94F;
    color: #FFF;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    bottom: 26px;
    left: 48px;
}

/* .icw .h-88{
    height: 88px;
} */


/*########################### sc-k-business ##############################*/


/*########################### breakpoints ###################################*/

@media (max-width: 1200px) {
    .product-list .content {
        padding: 24px;
        /* min-height: 302px; */
    }

    .product-list .content.content-sme {
        padding: 24px;
        /* height: 278px;  */
    }

    .product-list.product-list-other .content {
        padding: 24px 24px 16px;
        min-height: 180px;
    }
}

@media (max-width: 1024px) {
    .visible-w1024 {
        display: block;
    }

    .sc-supported-slider .slick-prev {
        left: 15px;
        margin-left: 0;
    }

    .sc-supported-slider .slick-next {
        right: 15px;
        margin-right: 0;
    }

    .sc-supported-slider .wrapper {
        width: 330px;
        padding-bottom: 30px;
    }

    .sc-supported-slider .thumb {
        margin-bottom: -80px;
    }

    .sc-supported-slider .content {
        height: 230px;
        padding: 80px 15px 15px 15px;
    }

    .product-list .item-list {
        margin: -10px;
    }

    .product-list .item-list&gt;li {
        padding: 10px;
    }

    .product-list .content {
        /* padding: 15px; */
        min-height: 180px;
    }

    .product-list .desc-list {
        margin: -3px -5px;
    }

    .product-list .desc-list&gt;li {
        padding: 3px 5px;
    }

    .sc-event .box-content .box-txt i {
        margin-left: 100px;
    }

    .sc-event .box-content .box-txt .desc {
        margin-top: 25px;
    }

    .product-list .title.title-auto {
        height: auto;
    }

    .product-list .title.title-o {
        height: 55px;
    }

    .product-list .wrapper {
        width: auto;
    }

}

@media (max-width: 991px) {
    .product-filter {
        overflow: hidden;
    }

    .product-filter .row-flex {
        display: block;
    }

    .product-filter .row-flex&gt;.col {
        padding-top: 10px;
    }

    .product-filter .nav-list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .product-filter .select-list {
        margin: 0 auto;
        width: 650px;
    }

    .product-list .item-list&gt;li {
        width: calc(100%/2);
    }

    .icw .line-max {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 24px;
    }

    .icw .pl-16 {
        padding-top: 24px;
        width: 100%;
    }

    /* .product-list .link .title.title-o{
        height: 85px;
    } */

}

@media (max-width: 767px) {
    .sc-supported-slider .wrapper {
        width: 285px;
    }

    .product-filter .nav-list {
        margin: 0 -6px;
    }

    .product-filter .nav-list&gt;li {
        padding: 0 6px;
    }

    .product-filter .select-list {
        width: 100%;
    }

    .product-list .item-list&gt;li {
        width: calc(100%/1);
    }

    .product-list .item,
    .product-list .item.box {
        display: none;
    }

    .product-list .item.only.box,
    .product-list .item.box.mobile-box,
    .product-list .item.only.box.mobile-box {
        display: block;
    }

    .pagination {
        display: block;
    }

    .product-list .btn {
        max-width: none;
        margin-top: 40px;
    }
    .product-list .btn .txt{display: none;}

    .product-item {
        padding-bottom: 13px;
    }

    .sc-event .sc-heading h2.h3 {
        font-size: 20px;
    }

    .sc-event .box-content .box-txt i {
        margin-left: 60px;
    }

    .icw .mg {
        margin-top: 35px;
    }

    .social-tag {
        text-align: left;
    }

    .sc-articles .sc-heading h2.h3 {
        font-size: 24px;
        text-align: center;
    }

    .sc-articles .bg-atc {
        padding: 48px 0;
    }

    .section .sc-heading {
        margin-bottom: 0;
    }

    .product-list .title {
        font-size: 16px;
    }

    .section.sc-other-articles .sc-heading h3.h3 {
        font-size: 24px;
    }

    .sc-other-articles .sc-inner {
        padding: 48px 0;
    }

    .sc-event .sc-heading h3.h4 {
        margin-bottom: 32px;
    }

    .sc-event .sc-inner {
        padding: 48px 0 100px;
    }

    .icw .line-max {
        margin: 0 auto;
    }

    .section.sc-articles .sc-inner {
        padding: 48px 0;
    }

    .product-list h3.c-txt {
        font-size: 20px;
    }

}

.box-txt {
    margin: 0;
}

@media screen and (max-width: 375px) {
    .visible-w375 {
        display: block;
    }

    .hidden-w375 {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .visible-w360 {
        display: block;
    }

    .hidden-w360 {
        display: none;
    }

    .product-filter .nav-list {
        margin: 0 -3px;
    }

    .product-filter .nav-list&gt;li {
        padding: 0 3px;
    }
}

/* ##########################sc-title##################################### */
.section.sc-title .sc-inner{
    padding: 64px 0 0 0;
}

.section.sc-title .sc-heading{
    text-align: center;
}
.section.sc-title .sc-heading{
    margin-bottom: 0;
}
.section.sc-title .sc-heading p {
    margin-bottom: 0;
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.section.sc-title h1.h1.h1-head{
    color: #333;
    text-align: center;
    /* Desktop Size/H1 - 42px */
    font-family: "kurious-looped";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .section.sc-title h1.h1.h1-head{
        font-size: 28px;
        line-height: 42px;
    }
    .section.sc-title .sc-inner{
        padding: 48px 0 0 0;
    }

    .sc-k-business .sc-inner{
        padding: 32px 0 64px;
    }
}
/* ##########################sc-title##################################### */


/* ########################## breadcrumb ########################## */
.breadcrumb{background: #F8F9FB; padding: 19px 0;}
.breadcrumb ul.breadcrumb-list{display: flex; align-items: center; padding: 0; margin: 0;}
.breadcrumb ul.breadcrumb-list &gt; li.item{position: relative; list-style: none; margin: 0;}
.breadcrumb ul.breadcrumb-list &gt; li.item + li.item{margin: 0 0 0 16px; padding-left: 24px; }
.breadcrumb ul.breadcrumb-list &gt; li.item + li.item:before{content: '\e900'; font-family: 'iconavigation'; color: #666; font-size: 8px; 
    position: absolute; left: 0; width: 8px; height: 10px; top: 0; bottom: 0; margin: auto;
}
.breadcrumb ul.breadcrumb-list .link{font-size: 13px; font-weight: 600; font-family: "kurious-looped"; color: #666; text-decoration: none;}
.breadcrumb ul.breadcrumb-list .ic-nvg{margin-right: 8px;}
.breadcrumb ul.breadcrumb-list li.item.active .link{color: #00A94F;}
.breadcrumb ul.breadcrumb-list li.item.-hide-mb .link .mb{display: none;}
.breadcrumb ul.breadcrumb-list li.item.-hide-mb .link .mb &gt; span{display: block; background: #666666; border-radius: 4px; width: 2px; height: 2px;}

@media screen and (max-width: 767px) {
    .breadcrumb ul.breadcrumb-list li.item.-hide-mb .link{font-size: 0; width: 18px; height: 10px; border-radius: 4px; background: #EEEEEE;
        display: flex; align-items: center; justify-content: center;
    }
    .breadcrumb ul.breadcrumb-list li.item.-hide-mb .link .mb{display: flex; gap: 2px;}
}</pre></body></html>