/*############################ default ###################################*/

.icw .sc-headline.h1 {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    color: #00A950;
}

.icw .btn {
    min-width: 140px;
    padding: 0 15px;
    height: 40px;
    line-height: 36px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-width: 2px;
    border-radius: 27px;
}

.icw .btn.btn-primary {
    border-color: #00A950;
    background-color: #00A950;
    color: #fff;
}

.icw .btn.btn-primary:hover {
    background-color: #13c165;
    border-color: #13c165;
}

.icw .btn.btn-secondary {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.icw .btn.btn-secondary:hover {
    background-color: #fff;
    color: #04335a;
}

.icw .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.icw .row.no-gutters>div {
    padding-left: 0;
    padding-right: 0;
}

.action .more {
    color: #00A950;
    font-size: 14px;
    font-family: Kanit, sans-serif;
    font-weight: 600;
    position: relative;
}

.action .more:before {
    content: '';
    position: absolute;
    left: 0;
    right: 16px;
    bottom: 1px;
    height: 2px;
    background-color: #00A950;
    transition: .3s ease-in-out;
    opacity: 0;
}

.action .more:hover:before {
    opacity: 1;
}

.visible-w375 {
    display: none;
}

.visible-w360 {
    display: none;
}

.caption h3.green{
    color: #3AC47C;
    font-size: 14px;
    font-weight: 600;
}
.caption .mg-10{
    margin-top: 10px;
}


/*############################ slick-slider ###################################*/

.slick-slider button.slick-arrow {
    color: #00A950;
}

.slick-slider button.slick-arrow:hover {
    color: #00A950;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
    text-align: center;
    color: #333;
    position: absolute;
    z-index: 9;
    top: 50%;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    color: #10C157;
}

.slick-slider .slick-prev {
    left: 15px;
}

.slick-slider .slick-next {
    right: 15px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: 'icongarage';
    font-size: 12px;
    color: inherit;
}

.slick-slider .slick-prev:before {
    content: "\e904";
}

.slick-slider .slick-next:before {
    content: "\e905";
}

.slick-slider .slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
    padding-top: 40px;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 10px;
    height: 10px;
    background: rgba(51, 51, 51, .2);
    opacity: 1;
    border-radius: 50%;
}

.slick-slider .slick-dots li.slick-active button {
    background: #10C157;
}


/*############################ select2 ###################################*/

.select2-container {
    width: 430px;
}

.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 24px;
}

.select2-container .select2-selection--single [title].select2-selection__rendered {
    color: #00A950;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00A950;
}


/*############################ popup ###################################*/

.icw-popup-content.mfp-bg.mfp-ready {
    opacity: 0.6;
    background-color: #000;
}

.icw-popup-content .main-container {
    padding: 80px 40px;
    min-width: 630px;
}

.mfp-wrap.mfp-ready .mfp-container {
    position: relative;
    max-height: inherit;
    width: auto;
    height: auto;
    border: 0;
    overflow: visible;
}

.mfp-wrap.mfp-ready .mfp-content {
    border-radius: 10px;
}

.mfp-close-btn-in .mfp-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #00A950;
    color: #fff;
    border-radius: 50%;
    top: -17px;
    right: -15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mfp-close-btn-in .mfp-close:after {
    font-size: 14px;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #fff;
    background-color: #058742;
}

.popup-content .h2 {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
}

.popup-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
}


/*############################ tab ###################################*/

.tab {
    display: block;
}

.tab .boxtab-select .select2-selection__rendered {
    border-radius: 100px;
    border: none;
    margin: 0;
    width: 100%;
    height: 45px;
    padding-left: 25px;
    padding-top: 0;
    background-color: #fff;
    color: #00A950;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #009861;
    line-height: 41px;
    text-align: left;
}

.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aaa;
}

.tab .boxtab-select .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__clear {
    pointer-events: none;
}

.tab .boxtab-select .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);
}

.tab .boxtab-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);
}

.tab .boxtab-select .select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


/*############################ Hero banner ###################################*/

.sc-hero-banner {
    position: relative;
    border-bottom: 3px solid #005D80;
}


/*############################ Apply Online ###################################*/

.sc-apply-online {
    background: #005D80;
    display: none;
}

.sc-apply-online .apply-online .heading {
    color: #fff;
    font-weight: 600;
}

.sc-apply-online .apply-online .heading .ic:not(:last-child) {
    margin-right: 0;
}

.sc-apply-online .ic+.ic-name,
.sc-apply-online .ic-name+.ic {
    margin-left: 5px;
}


/*############################ convenient ###################################*/

.sc-convenient {
    background: rgb(7, 77, 167);
    background: linear-gradient(90deg, rgba(7, 77, 167, 1) 0%, rgba(27, 20, 100, 1) 100%);
}

.garage-container .c-white {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.sc-heading .img-s img {
    width: 150px;
    margin-bottom: 5px;
}

.sc-convenient .sc-container {}

.sc-convenient .bg-image {
    /* background: url(../../../../../../../SiteCollectionDocuments/business/sme/financial-services/credit-card/rfid-smart-fleet/img/bg-object.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.sc-convenient .sc-inner {
    background: url("../../rfid-smart-fleet/img/bg-object.png") no-repeat;
    background-size: auto 100%;
    background-position: left calc((100% - 740px) / 2) bottom;
    height: 100%;
    padding: 105px 0;
    height: 440px;
}

.sc-convenient .sc-flex {
    display: flex;
    align-items: center;
}

.sc-convenient .sc-heading {
    margin-bottom: 0;
    padding-left: 45px;
    padding-top: 100px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.sc-convenient .sc-heading .h1 {
    margin-bottom: 10px;
}

.sc-convenient .sc-heading .desc {
    line-height: 1.5em;
    font-weight: 400;
}

.sc-convenient .sc-heading .icon {
    width: 54px;
    position: relative;
    top: -2px;
}

.sc-convenient .sc-image {
    padding-right: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.sc-convenient .sc-image .img {
    width: 470px;
    margin-top: 0;
    margin-bottom: -105px;
}


/*############################ highlight ###################################*/

.sc-highlight {
    background-color: #F3FFFB;
    overflow: hidden;
}

.sc-highlight .sc-inner {
    padding: 60px 0 50px 0;
}

.sc-highlight .slick-list {
    overflow: visible;
}

.sc-highlight .slick-dots {
    padding-top: 60px;
}

.sc-highlight .slick-dots li.slick-active button {
    background: #00D4B2;
}

.sc-highlight .list-highlight.slick-slide {
    min-height: 265px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    width: 415px;
}

.sc-highlight .list-highlight.slick-slide.bg1 {
    background: rgb(10, 239, 176);
    background: linear-gradient(113deg, rgba(10, 239, 176, 1) 0%, rgba(10, 110, 239, 1) 100%);
}

.sc-highlight .list-highlight.slick-slide.bg2 {
    background: rgb(10, 110, 239);
    background: linear-gradient(113deg, rgba(10, 110, 239, 1) 0%, rgba(7, 77, 167, 1) 100%);
}

.sc-highlight .list-highlight.slick-slide.bg3 {
    background: rgb(7, 77, 167);
    background: linear-gradient(113deg, rgba(7, 77, 167, 1) 0%, rgba(10, 239, 176, 1) 100%);
}

.sc-highlight .list-highlight .image {
    height: 200px;
    margin: 0 auto -120px;
    top: -120px;
}

.sc-highlight .list-highlight .image img {
    transition: .3s ease-in-out;
}

.sc-highlight .list-highlight .content-area {
    padding: 0 0 0 10px;
    min-height: 150px;
}

.sc-highlight .list-highlight .content-area h3 {
    margin-top: 20px;
}

.sc-highlight .list-highlight .content-area>p {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.sc-highlight .list-highlight:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.list-style-none {
    position: relative;
}

.section .list-style-none li {
    list-style-type: none;
    padding-left: 5px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
}

li.check::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url("../../rfid-smart-fleet/img/confirm-icon.png") no-repeat;
    background-size: contain;
    background-position: center;
}



/*############################ payment-method ###################################*/

.sc-payment-method {
    /* background-color: #007B84; */
}

.sc-payment-method .sc-inner {
    padding: 50px 0;
}

.sc-payment-method.sc-details .tab-control {
    top: 5px;
    width: 512px;
}

.sc-payment-method .sc-headline .h3 {
    font-weight: 600;
    color: #fff;
}

.sc-payment-method .tab .selector {
    background-color: #fff;
    border-color: #00A950;
}

.sc-payment-method .tab .control {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
}

.sc-payment-method .tab .control a {
    padding: 5px 20px;
    min-width: 150px;
    height: 45px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    color: #fff;
    border-radius: 100px;
    transition: all 400ms ease;
    transition-delay: 200ms;
}

.sc-payment-method .tab .control a.active {
    color: #00A950;
}

.sc-payment-method .details-container {
    border-top: 3px solid #00A950;
    padding: 40px 90px;
    background-color: #F3FFFB;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}

.sc-payment-method .details-container .headline {
    margin-bottom: 40px;
}

.sc-payment-method .details-container .headline .h6 {
    color: #333;
    font-weight: 600;
}

.sc-payment-method .slick-payment-method button.slick-arrow {
    top: 29%;
}

.sc-payment-method .slick-payment-method .slick-prev {
    left: -10px;
}

.sc-payment-method .slick-payment-method .slick-next {
    right: -10px;
}

.sc-payment-method .slick-payment-method.slick-slider .slick-dots li button {
    background: #999;
}

.sc-payment-method .slick-payment-method.slick-slider .slick-dots li.slick-active button {
    background: #00A950;
}

.sc-payment-method .slick-payment-method {
    margin: 0 -13px;
    /* display: flex;
    justify-content: center; */
}

.sc-payment-method .slick-payment-method .item {
    padding: 0 13px;
}

.sc-payment-method .slick-payment-method .thumb {
    border-radius: 10px;
    overflow: hidden;
}

.sc-payment-method .content {
    padding-top: 20px;
    text-align: center;
}

.sc-payment-method .content .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 10px;
    color: #666666;
}

.sc-payment-method .content .txt .icon {
    height: 20px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.sc-payment-method .content .note {
    font-family: Kanit, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 10px;
    color: #666666;
}
.thumb.img-auto img{
    margin: 0 auto;
}
/* .slick-payment-method{
    width: 220px;
} */

/*###########################services##################################*/
.service-detail .sc-inner {
    padding: 0 0 50px 0;
}

.service-detail .sc-content {
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 10px;
    color: #666666;
}

.service-detail .details-container {
    border-top: 3px solid #00A950;
    padding: 40px 90px;
    background-color: #F3FFFB;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}

ul.list-style-line > li {
    list-style-type: "- ";
}

ol.decimal {
    counter-reset: item;
    margin-left: 0; }

ol.decimal > li { 
    display: table;
    width: 100%;
    text-align: left;
}

ol.decimal > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    display: table-cell;
    padding-right: 0.45em;
    width: 1%;
    font-weight: normal;
}

ol.decimal > li > ol.decimal > li:before {
    content: counters(item, ".") " "; 
}

ol.decimal > li > ol.decimal > li > ol.decimal > li:before {
    content: counters(item, ".") " "; 
}


ol.sub-decimal { 
    counter-reset: item; 
    padding-left: 10px;
}

ol.insub-decimal {
    counter-reset: item;
    padding-left: 20px;
}

h4.mt-10{
    margin-top: 10px;
}
/*###########################apply##################################*/
.mb-20 {
    margin-bottom: 20px;
}

.apply-detail .sc-inner {
    padding: 0 0 50px 0;
}

.apply-detail .sc-content {
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 10px;
    color: #666666;
}

.apply-detail .details-container {
    border-top: 3px solid #00A950;
    padding: 40px 90px;
    background-color: #F3FFFB;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}

.ap-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ic-cloud-download:before {
    font-family: 'icokbank' !important;
    padding-right: 0.6em;
    content: "\e91a";
}


/*############################ faqs ###################################*/

.sc-faqs {
    background-color: #F3F8FE;
}
.section.sc-faqs .sc-inner{
    padding: 60px 0;
}

.sc-faqs .action {
    padding-top: 40px;
    text-align: center;
}

.sc-faqs .action .more {
    color: #009861;
}

.sc-faqs .action .more:before {
    background-color: #009861;
    bottom: -2px;
}

.sc-faqs .action .more:after {
    display: inline-block;
}

.sc-faqs .action .more.up:after {
    transform: rotate(-90deg);
}

.sc-faqs .action .more.down:after {
    transform: rotate(90deg);
}

.sc-faqs .action .link.more.down,
.sc-faqs .action.active .link.more.up {
    display: inline-block;
}

.sc-faqs .action .link.more.up,
.sc-faqs .action.active .link.more.down {
    display: none;
}

.sc-faqs .accordion-group+.accordion-group {
    margin-top: 10px;
}

.sc-faqs .accordion-title {
    border-left-color: #009861;
    font-weight: 400;
    font-family: Kanit, sans-serif;
}

.sc-faqs .accordion-title:after {
    top: 24px;
    right: 25px;
    border-left-color: #009861;
    border-top-color: #009861;
}

.sc-faqs .accordion-title:afte,
.sc-faqs .accordion-title:hove,
.sc-faqs .accordion-title.active {
    color: #009861;
}

.sc-faqs .accordion-content .content-wrapper {
    padding: 0px 64px 20px 22px;
    background: #fff;
    border-left: 3px solid #009861;
    color: #555555;
    word-wrap: break-word;
}

.sc-faqs .accordion-content .content-wrapper .link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.sc-faqs .accordion-content .content-wrapper p {
    color: #555555;
    font-weight: 400;
    font-family: Kanit, sans-serif;
}

.sc-faqs .accordion-content ul {
    margin: 0;
    margin-left: 1.2em;
}

.sc-faqs .accordion-content ul>li {
    position: relative;
    list-style: none;
}

.sc-faqs .accordion-content ul>li:before {
    content: '•';
    position: absolute;
    right: 100%;
    top: 1px;
    text-align: left;
    width: 15px;
}

.sc-faqs .accordion-content ol {
    counter-reset: section;
    margin-left: 1.2em;
}

.sc-faqs .accordion-content ol>li {
    position: relative;
}

.sc-faqs .accordion-content ol>li:before {
    counter-increment: section;
    content: counters(section, ".") ")";
    position: absolute;
    right: 100%;
    top: 1px;
    text-align: left;
    width: 18px;
}


/*############################ sc-service ###################################*/

.sc-service {
    background-color: #EDF8F5;
    border-top: 0;
}

.sc-service .service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sc-service .item.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.sc-service .item.service+.item.service {
    margin-left: 110px;
}

.sc-service .item.service .image {
    width: auto;
}

.sc-service .item.service .image .ic {
    background: linear-gradient(140deg, #63ECBF 0%, #0B874B 100%);
}

.sc-service .item.service .caption {
    text-align: center;
    padding: 10px 20px 0 20px;
}

.sc-service .item.service .caption .heading {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.sc-service .item.service .caption .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sc-service .item.service .caption .link {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #3AC47C;
}

.sc-service .item.service .caption p {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
}


/*########################### breakpoints ###################################*/

@media (min-width: 767px) {
    .sc-payment-method .slick-slide {
        width: 246px !important;
    }
    .sc-payment-method .slick-track {
        display: flex;
        justify-content: center;
    }
  
    
}

@media (min-width: 991px) {
    .sc-highlight .slick-slide {
        margin: 0 -30px !important;
    }
    .sc-highlight .slick-highlight.slick-initialized.slick-slider{
        margin-top: 70px;
    }
    .sc-convenient .sc-inner{
        height: 448px;
        padding: 60px 80px 0 0;
    }
 
}

@media (max-width: 1199px)
/*check 1024*/

{
    .sc-apply-online.full {
        top: auto;
    }
    .sc-apply-online.m {
        display: block;
        position: fixed;
        bottom: 0;
        background: #005D80;
    }
    .apply-online .action .btn {
        border: 0;
        padding: 0;
        line-height: 40px;
        font-weight: 600;
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        border-color: #00A950 !important;
        background: #00A950 !important;
    }
    .apply-online .action .btn:hover {
        background-color: #13c165 !important;
        border-color: #13c165 !important;
    }
    .sc-convenient .sc-heading {
        padding-left: 120px;
        top: 30px;
        padding-top: 0;
    }
    .sc-convenient .sc-image {
        padding-right: 0;
    }
    .sc-what-is-unionPay .sc-image {
        padding-left: 40px;
    }
    .sc-what-is-unionPay .sc-image .img {
        width: 280px;
    }
    .sc-what-is-unionPay .sc-heading {
        padding-right: 10%;
    }
    .sc-highlight .sc-heading {
        margin-bottom: 10px;
    }
    .sc-payment-method .details-container {
        padding: 40px 50px;
    }
    .footer-main {
        padding-bottom: 0;
    }
    .sc-promotion .sc-flex:before {
        left: 30px;
    }
    .sc-promotion .sc-image .img {
        margin-left: 0px;
    }
    /*.sc-promotion .content {padding-left: 60px;}*/
}

@media (max-width: 991px) {
    .sc-convenient .sc-heading {
        padding-left: 15px;
        top: 20px;
        padding-top: 0;
        
    }
    .sc-convenient .sc-image {
        padding-right: 80px;
    }
    .sc-convenient .sc-image .img {
        width: 250px;
    }
    .sc-what-is-unionPay .sc-image {
        padding-left: 15px;
    }
    .sc-what-is-unionPay .sc-image .img {
        width: 230px;
    }
    .sc-what-is-unionPay .sc-heading {
        padding-left: 20px;
        padding-right: 15px;
    }
    .sc-what-is-unionPay .sc-heading .desc br {
        display: none;
    }
    .sc-what-is-unionPay .sc-heading .action {
        display: block;
    }
    .sc-what-is-unionPay .sc-heading .action .btn-box {
        padding-top: 10px;
    }
    .sc-highlight .sc-heading {
        margin-bottom: 15px;
        text-align: center;
    }
    .sc-payment-method .sc-headline {
        text-align: center;
    }
    .sc-payment-method.sc-details .tab-control {
        margin-left: auto;
        margin-right: auto;
    }
    .sc-payment-method .details-container {
        padding: 40px;
    }
    .sc-download-inner {
        padding: 0 30px;
    }
    .sc-download h2.heading {
        font-size: 45px;
    }
    .sc-promotion .sc-image .img {
        margin-left: 35px;
    }
    .sc-promotion .content {
        padding-left: 25px;
    }
    .sc-promotion .sc-inner {
        padding: 30px 0 0 0;
    }
    .sc-promotion .sc-flex {
        display: block;
        padding: 0;
        width: auto;
    }
    .sc-promotion .sc-flex:before {
        background-image: linear-gradient(155deg, #E21E36 0%, #00447C 50%, #007B84 100%);
        top: 25px;
        bottom: 0;
        left: -15px;
        right: -15px;
    }
    .sc-promotion .sc-image .img {
        margin: 0 auto;
        width: 300px;
    }
    .sc-promotion .content {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 34px;
        text-align: center;
    }

}




@media (max-width: 767px) {
    .select2-container {
        width: calc(100vw - 30px);
    }
    .sc-convenient .sc-inner {
        padding: 40px 0 0;
    }
    .sc-convenient .sc-flex {
        display: block;
        text-align: center;
    }
    .sc-convenient .sc-heading {
        padding-left: 15px;
        margin: 30px 0 40px;
        text-align: left;
    }
    .sc-convenient .sc-image {
        padding-right: 0;
    }
    .sc-convenient .sc-inner {
        background: url("../../rfid-smart-fleet/img/bg-object-m.png") no-repeat;
        background-size: 1366px auto;
        background-position: center top -1100px;
        height: 498px;
    }
    .sc-convenient .sc-image .img {
        width: 330px;
        margin: 0 auto;
    }
    .sc-convenient .bg-image {}
    .sc-what-is-unionPay .sc-inner {
        padding: 40px 0 45px 0;
    }
    .sc-what-is-unionPay .sc-flex {
        display: block;
        text-align: center;
    }
    .sc-what-is-unionPay .sc-image {
        padding-left: 0;
    }
    .sc-what-is-unionPay .sc-image .img {
        width: 280px;
        margin: 0 auto 40px;
    }
    .sc-what-is-unionPay .sc-heading {
        padding-left: 0;
        padding-right: 0;
    }
    .sc-what-is-unionPay .sc-heading .desc br {
        display: none;
    }
    .sc-what-is-unionPay .sc-heading .desc br.visible-w767 {
        display: block;
    }
    .sc-what-is-unionPay .sc-heading .action .btn-box {
        padding-top: 20px;
    }
    .sc-highlight .sc-inner {
        padding: 40px 0 40px 0;
    }
    .sc-highlight .slick-dots {
        padding-top: 30px;
    }
    .sc-highlight .list-highlight.slick-slide {
        min-height: 245px;
        width: 285px;
        padding-left: 10px;
        padding-right: 15px;
    }
    .sc-highlight .list-highlight .content-area {
        margin-left: 0;
    }
    .sc-payment-method .sc-inner {
        padding: 40px 0 50px;
    }
    .sc-payment-method .sc-headline {
        margin-bottom: 20px;
    }
    .sc-payment-method .sc-headline .h3 {
        line-height: 1.5;
    }
    .sc-payment-method.sc-details .tab-control {
        top: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .sc-payment-method .details-container {
        padding: 40px 30px;
    }
    .sc-payment-method .details-container .headline {
        margin-bottom: 30px;
    }
    .sc-payment-method .details-container .headline .h6 {
        line-height: 1.5;
    }
    .sc-payment-method .slick-payment-method .wrapper {
        width: 220px;
        margin: 0 auto;
    }
    .sc-payment-method .slick-payment-method button.slick-arrow {
        top: 110px;
    }
    .sc-payment-method .slick-payment-method.slick-slider .slick-dots {
        padding-top: 20px;
    }
    .sc-payment-method .content .note br {
        display: none;
    }
    .sc-related-products .sc-inner {
        padding: 40px 0;
    }
    .sc-related-products .sc-headline {
        margin-bottom: 20px;
    }
    .sc-related-products .sc-headline .h1 {
        font-size: 24px;
    }
    .sc-faqs .sc-inner {
        padding: 40px 0 30px 0;
    }
    .sc-faqs .sc-headline {
        margin-bottom: 30px;
    }
    .sc-faqs .accordion:not(:last-child) {
        margin-bottom: 15px;
    }
    .sc-faqs .accordion-title {
        font-size: 16px;
    }
    .sc-faqs .accordion-title:after {
        top: 20px;
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .sc-faqs .accordion-content .content-wrapper {
        padding: 0px 35px 15px 12px;
    }
    .sc-faqs .action {
        padding-top: 30px;
    }
    .sc-service .service-container {
        display: flex;
        flex-direction: column;
    }
    .sc-service .service-container>*:not(:last-child) {
        margin-bottom: 30px;
    }
    .sc-service .item.service {
        flex-direction: row;
        align-items: flex-start;
    }
    .sc-service .item.service .caption {
        text-align: left;
        padding: 0 0 0 15px;
    }
    .sc-service .item.service .caption .detail {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .sc-download h2.heading {
        font-size: 40px;
    }
    .sc-download p {
        font-size: 14px;
    }
    .sc-download-inner {
        padding: 25px 15px 0;
    }
    .sc-download .image {
        margin-top: 20px;
    }
    .sc-download .icon-download {
        margin-top: 10px;
    }
    .sc-download .icon-download a+a {
        margin-top: 5px;
    }
    .sc-download .tb.sc-main-download .tbcell:last-child {
        width: 55%;
    }
    .sc-download .action {
        padding-top: 40px;
    }
    .sc-download .btn-k-esavings {
        margin-top: 10px;
    }
    .sc-highlight .slick-highlight.slick-initialized.slick-slider{
        margin-top: -40px;
    }
    .section.sc-faqs .sc-inner{
        padding: 40px 0;
    }
}
@media (max-width: 820px) and (min-width:768px) {
     .sc-convenient .sc-inner{
        background-position: left calc((100% - 580px) / 2) bottom;
        padding: 55px 0 0;
        height: 300px;
    }
}
 

@media (max-width: 375px) {
    .hidden-w375 {
        display: none;
    }
    .visible-w375 {
        display: block;
    }
}

@media (max-width: 360px) {
    .hidden-w360 {
        display: none;
    }
    .visible-w360 {
        display: block;
    }
}

@media (min-width: 991px) and (min-height:767px) {
    .sc-convenient .sc-inner {
        background-position: left calc((100% - 565px) / 2) bottom;
    }

}