@import url("../../../../../assets/css/bootstrap.css");
@import url("../../../../../assets/css/animate.css");
@import url("../../../../../assets/js/animsition/animsition.min.css");
@import url("../../../../../assets/js/magnific-popup/magnific-popup.css");
@import url("../../../../../assets/js/masterslider/style/masterslider.min.css");
@import url("../../../../../assets/js/slick/slick.css");
@import url("fonts.css");
@import url("font-icokplusshop.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'kurious-looped';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}

p {
    margin: 0;
    padding: 0;
}

a[href^=tel] {
    outline: none;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: normal;
}

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4 {
    font-family: 'kurious-looped';
    color: #333;
    line-height: 1.5;
}

h2,
.heading-h2 {
    font-size: 55px;
}

h3,
.heading-h3 {
    font-size: 42px;
    font-weight: 600;
}

h4,
.heading-h4 {
    font-size: 30px;
}


/* Header Footer*/

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    line-height: 80px;
    background-color: #f8f8f8;
}

.header .container {
    width: 100%;
    position: relative;
}

.header .logo {
    position: absolute;
    top: 0;
    left: 60px;
}

.logo .mainweb img {
    height: 80px;
}

.logo .web img {
    height: 80px;
}

.logo .line {
    width: 1px;
    height: 35px;
    margin: 0 15px;
    background-color: #8a9fa8;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.header .main-menu {
    text-align: center;
}

.main-menu .menu-list li {
    display: inline-block;
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #666;
    margin: 0 20px;
    position: relative;
}

.header .download {
    position: absolute;
    top: 0;
    right: 60px;
}

.footer {
    width: 100%;
    color: #fff;
    background-color: #00a950;
    text-align: center;
    display: inline-block;
}

.footer .slogan img {
    width: 170px;
    margin: 30px 0;
}

.hide {
    display: none !important;
}


/* End Header Footer*/

.sc-heading img {
    vertical-align: baseline;
    margin-left: 5px;
    width: 60px;
}

.c-green {
    color: #00a94f;
}

.main {
    padding-top: 80px;
}

.section {
    position: relative;
}

.sc-box {
    padding: 100px 0;
}

.sc-box.no-bt {
    padding-bottom: 0;
}

.sc-bg-gray {
    background-color: #e6e7e8;
}

.sc-bg-gradient {
    background-image: linear-gradient(#ffffff, #efefef);
}

.vertical-center {
    display: table;
    width: 100%;
    height: 100%;
}

.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}

.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.content-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.container {
    width: 1260px;
    padding: 0 60px;
    max-width: 100%;
    margin: 0 auto;
}

.container-md {
    width: 900px;
    padding: 0;
}

.container-sm {
    width: 750px;
    padding: 0;
}

.a-center {
    text-align: center;
}

.a-left {
    text-align: left;
}

.btn {
    display: inline-block;
    font-family: 'kurious-looped';
    padding: 12px 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    background-color: #00a950;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
}

.btn:hover {
    color: #fff;
    background-color: #16a258;
    -webkit-transition: color ease-in-out .1s;
    -o-transition: color ease-in-out .1s;
    transition: color ease-in-out .1s;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

a.more {
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #00a950;
    position: relative;
    line-height: 1.5;
}

a.more:after {
    content: "\e906";
    font-family: 'icokplusshop' !important;
    color: #00a950;
    position: absolute;
    top: 8px;
    right: -18px;
    font-size: 70%;
}

a.link {
    text-decoration: underline;
    color: #00a950;
}


/* Highlight */

#section-highlight {
    overflow: hidden;
    position: relative;
}

.highlight-roof {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.highlight-roof img {
    max-width: inherit;
    height: 140px;
}

.highlight {
    position: relative;
    outline: 0;
    font-size: 0;
}

.highlight .container {
    height: 100%;
    position: relative;
}

.highlight .area-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
    padding: 0 30px;
}

.highlight .highlight-obj {
    width: 48%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.highlight .two-columns .column {
    padding: 0 5px;
}

.highlight .column .sc-img {
    margin-bottom: 20px;
}

.highlight .column .content {
    text-align: left;
}

.highlight .column .sc-img img {
    width: 50%;
}

.highlight .column h1 {
    font-size: 50px;
    color: #00a950;
    margin-bottom: 15px;
}

.highlight .column .desc {
    font-size: 18px;
}


/* End Highlight */


/* Animated */

#anim-01 {
    height: 4200px;
    padding: 0px;
}

#anim-01 .sc01 {
    max-width: 225px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: translate(0px, -50%);
}

#anim-01 .sc01 img {
    width: 100%;
    height: 100%;
}

#anim-01 .mc-phone-case {
    width: 100%;
    position: relative;
    z-index: 5;
}

#anim-01 .mc {
    width: 87%;
    height: 0%;
    left: 15px;
    top: 14px;
    overflow: hidden;
    padding-top: 185.886%;
    overflow: hidden;
    border-radius: 20px;
    background-color: #000;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

#anim-01 .mc>img {
    position: absolute;
    top: 0;
}

#anim-01 .details-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.no-cash-wrapper .details.details-01 {
    left: 8%;
}

.sprite {}

.px-phone-box {
    position: relative;
}

.px-phone-shadow {
    position: absolute;
    filter: brightness(0) blur(4px);
    opacity: 0.3;
    z-index: 0;
}

.px-phone-screen {
    position: relative;
    z-index: 1;
}

.px-wrapper {
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 80px);
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sprite-ico {
    left: calc(50% - 240px);
    transform: translate(-50%, 0px);
}

.sprite-ico .detail {
    text-align: center;
}

.sprite-ico .image>img {
    max-height: 40px;
}

.sprite-ico .caption {
    text-align: center;
}

.sprite-ico.mc-right {
    left: calc(50% + 250px);
}

.sprite-ico.mc-right .caption {
    text-align: left;
}

#anim-01 .px-wrapper .container-md {
    height: 100%;
}

#anim-01 .px-wrapper .no-cash-wrapper {
    height: 100%;
}

#anim-01 .px-wrapper {
    position: absolute;
    top: initial;
    background-color: #f8f8f8;
}

#anim-01.skrollable-between .px-wrapper {
    position: fixed;
    top: 80px;
}

#anim-01.skrollable-after .px-wrapper {
    position: absolute;
    top: initial;
    bottom: 0px;
}

#anim-01 .detail h3 {
    color: #00a94f;
}

.px-wrapper .container {
    position: relative;
    z-index: 1;
}

.px-wrapper-layer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.px-paginate {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
}

.px-paginate li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 2px 0;
    overflow: hidden;
    background-color: #b5b5b5;
    z-index: 88;
}

.px-paginate li.skrollable-between {
    background-color: #00a950;
}


/* End Animated */


/* No Cash */

.no-cash {
    background-image: linear-gradient(#f8f8f8, #eee);
}

.no-cash-wrapper {
    position: relative;
    height: 500px;
}

.no-cash-wrapper .phone {
    width: 50%;
    position: absolute;
    top: 40px;
    left: 38%;
    z-index: 2;
}

.no-cash-wrapper .phone img {
    width: 50%;
}

.no-cash-wrapper .phone-img {
    width: 45%;
    position: absolute;
    top: 54px;
    left: 39%;
    z-index: 1;
}

.no-cash-wrapper .phone-img img {
    width: 50%;
}

.no-cash-wrapper .details .detail .image {
    margin: auto;
    margin-bottom: 20px;
}

.no-cash-wrapper .details.details-01 .detail .image {
    width: 45px;
}

.no-cash-wrapper .details.details-02 .detail .image {
    width: 45px;
}

.no-cash-wrapper .details.details-03 .detail .image {
    width: 100px;
}

.no-cash-wrapper .details.details-04 .detail .image {
    width: 45px;
}

.no-cash-wrapper .details {
    position: absolute;
}

.no-cash-wrapper .details.details-01 {
    top: 20%;
    left: 2%;
}

.no-cash-wrapper .details.details-02 {
    bottom: 18%;
    left: 6%;
}

.no-cash-wrapper .details.details-03 {
    top: 20%;
    right: 6%;
}

.no-cash-wrapper .details.details-04 {
    bottom: 20%;
    right: 6%;
}

.no-cash-wrapper .details .detail h3 {
    font-size: 18px;
    color: #999;
}


/* End No Cash */


/* 2columns */

.two-columns {
    width: 100%;
    display: table;
    font-size: 0;
    padding: 60px 0;
}

.two-columns.no-bt {
    padding-bottom: 0;
}

.two-columns.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}

.two-columns .column {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0 40px;
}

.two-columns .column .img {
    margin: auto;
}

.two-columns .column .img-object {
    position: absolute;
    top: 2.6%;
    left: 28%;
    max-width: 44%;
    z-index: 2;
}

.two-columns .column .detail {
    text-align: left;
}

.two-columns .column .category {
    font-family: 'kurious-looped';
    font-size: 13px;
    margin-bottom: 10px;
    color: #00a94f;
}

.two-columns .column .detail .topic {
    font-size: 45px;
    margin-bottom: 15px;
    border-left: 5px solid #00a94f;
    margin-left: -20px;
    padding-left: 15px;
    color: #00a94f;
}

.two-columns .column .detail .topic span {
    color: #00a94f;
}

.two-columns .column .detail .desc {
    font-family: 'kurious-looped';
    font-size: 18px;
    line-height: 1.5;
}

.two-columns .column .detail .sc-img {
    margin: 20px 0;
}

.two-columns .column .detail .text-note {
    font-family: 'kurious-looped';
    font-size: 13px;
    color: #999;
    margin-top: 15px;
}

.two-columns .column .detail .action {
    margin-top: 30px;
}

.two-columns img {
    height: auto;
}

.two-columns.rtl .column .detail {
    padding-left: 150px;
}

.two-columns.rtl .column .detail.less-left {
    padding-left: 60px;
}


/* End Animate */

.apply-thumbnails {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
}

.apply-thumbnails .thumbnail {
    width: 25%;
    float: left;
    padding: 20px;
    position: relative;
}

.apply-thumbnails .thumbnail:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 300px;
    right: 0;
    top: 0;
    background-color: #ccc;
}

.apply-thumbnails .thumbnail:last-child:after {
    background-color: transparent;
}

.apply-thumbnails .thumbnail .caption {
    margin-top: 40px;
}

.apply-thumbnails .thumbnail .caption .topic {
    font-size: 20px;
    margin-bottom: 20px;
}

.apply-thumbnails .thumbnail .apply-download {
    margin-top: 20px;
}

.apply-thumbnails .thumbnail .apply-download a {
    display: inline-block;
    margin-bottom: 10px;
}

.apply-text {
    text-align: center;
    margin-top: 50px;
    font-family: 'kurious-looped';
    font-size: 18px;
}

.sc-shop-in-app {
    background-image: url(../img/shop-in-app/shop-in-app-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.shop-in-app-slider {
    margin-top: 40px;
}

.shop-in-app {
    background-color: #eee;
    padding: 70px 0 0 60px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
}

.shop-in-app .image,
.shop-in-app .detail {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.shop-in-app .detail {
    font-size: 18px;
}

.shop-in-app .detail .category {
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #00a950;
    margin: 10px 0;
}

.shop-in-app .detail .heading {
    font-size: 25px;
    margin-bottom: 15px;
}

.shop-in-app .detail .action {
    margin-top: 20px;
}

.shop-in-app-slider .slick-slide {
    outline: 0;
}

.shop-in-app-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.shop-in-app-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.shop-in-app-slider .slick-dots {
    bottom: -40px;
}

.shop-in-app-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.shop-in-app-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.shop-in-app-slider .slick-dots li button:hover,
.shop-in-app-slider .slick-dots li button:focus {
    outline: none;
}

.shop-in-app-slider .slick-dots li button:hover:before,
.shop-in-app-slider .slick-dots li button:focus:before {
    background-color: #fff;
    border: 1px solid #007638;
    opacity: 1;
}

.shop-in-app-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    opacity: .25;
    background-color: black;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-in-app-slider .slick-dots li.slick-active button:before,
.shop-in-app-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}

.shop-in-app-slider .slick-prev,
.shop-in-app-slider .slick-next {
    width: 50px;
    height: 50px;
    color: transparent;
    position: absolute;
    top: 40%;
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    z-index: 9;
}

.shop-in-app-slider .slick-prev {
    left: 0;
    z-index: 9;
}

.shop-in-app-slider .slick-next {
    right: 0;
}

.shop-in-app-slider .slick-prev:before,
.shop-in-app-slider .slick-next:before {
    color: #00a950;
    font-family: 'icokplusshop' !important;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.shop-in-app-slider .slick-next:before {
    content: "\e901";
}

.shop-in-app-slider .slick-prev:before {
    content: "\e900";
}

.knowledge-wrapper {
    display: inline-block;
    margin-top: 40px;
}

.knowledge-wrapper .knowledge {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}

.knowledge-wrapper .knowledge .image.video {
    position: relative;
}

.knowledge-wrapper .knowledge .image.video:after {
    font-family: 'icokplusshop';
    font-size: 15px;
    content: "\e905";
    color: #fff;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -17px auto 0;
    padding-left: 3px;
    z-index: 0;
}

.knowledge-wrapper .knowledge .image .shadow {
    display: none;
}

.knowledge-wrapper .knowledge .image.video .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block !important;
}

.knowledge-wrapper .knowledge .image img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.knowledge-wrapper .knowledge .caption {
    padding-bottom: 40px;
}

.knowledge-wrapper .knowledge .caption .category {
    font-size: 13px;
    color: #00a94e;
    margin: 10px 0;
}

.knowledge-wrapper .knowledge .caption .heading {
    font-size: 20px;
    height: 47px;
    overflow: hidden;
}

.knowledge-wrapper .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.knowledge-wrapper .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.knowledge-wrapper .slick-dots {
    margin: 25px 0 !important;
    bottom: -25px;
}

.knowledge-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.knowledge-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.knowledge-wrapper .slick-dots li button:hover,
.knowledge-wrapper .slick-dots li button:focus {
    outline: none;
}

.knowledge-wrapper .slick-dots li button:hover:before,
.knowledge-wrapper .slick-dots li button:focus:before {
    background-color: #fff;
    border: 1px solid #00a950;
    opacity: 1;
}

.knowledge-wrapper .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    opacity: .25;
    background-color: black;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.knowledge-wrapper .slick-dots li.slick-active button:before,
.knowledge-wrapper .slick-dots li.slick-active button:before {
    background-color: #00a950;
    border: 1px solid #00a950;
    opacity: 1;
}

.knowledge-wrapper .slick-prev,
.knowledge-wrapper .slick-next {
    width: 55px;
    height: 55px;
    color: transparent;
    position: absolute;
    top: 30%;
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    z-index: 999;
}

.knowledge-wrapper .slick-prev {
    left: 0;
    z-index: 9;
}

.knowledge-wrapper .slick-next {
    right: 0;
}

.knowledge-wrapper .slick-prev:before,
.knowledge-wrapper .slick-next:before {
    color: #00a950;
    font-family: 'icokplusshop' !important;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.knowledge-wrapper .slick-next:before {
    content: "\e901";
}

.knowledge-wrapper .slick-prev:before {
    content: "\e900";
}

.sc-download {
    background: rgba(83, 105, 107, 1);
    background: -moz-linear-gradient(-45deg, rgba(83, 105, 107, 1) 0%, rgba(83, 105, 107, 1) 4%, rgba(43, 59, 66, 1) 38%, rgba(43, 59, 66, 1) 56%, rgba(43, 59, 66, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83, 105, 107, 1)), color-stop(4%, rgba(83, 105, 107, 1)), color-stop(38%, rgba(43, 59, 66, 1)), color-stop(56%, rgba(43, 59, 66, 1)), color-stop(100%, rgba(43, 59, 66, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(83, 105, 107, 1) 0%, rgba(83, 105, 107, 1) 4%, rgba(43, 59, 66, 1) 38%, rgba(43, 59, 66, 1) 56%, rgba(43, 59, 66, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(83, 105, 107, 1) 0%, rgba(83, 105, 107, 1) 4%, rgba(43, 59, 66, 1) 38%, rgba(43, 59, 66, 1) 56%, rgba(43, 59, 66, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(83, 105, 107, 1) 0%, rgba(83, 105, 107, 1) 4%, rgba(43, 59, 66, 1) 38%, rgba(43, 59, 66, 1) 56%, rgba(43, 59, 66, 1) 100%);
    background: linear-gradient(135deg, rgba(83, 105, 107, 1) 0%, rgba(83, 105, 107, 1) 4%, rgba(43, 59, 66, 1) 38%, rgba(43, 59, 66, 1) 56%, rgba(43, 59, 66, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#53696b', endColorstr='#2b3b42', GradientType=1);
}

.download-wrapper {
    width: 100%;
    display: table;
    font-size: 0;
    padding-top: 40px;
}

.download-wrapper .caption {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 70px;
}

.download-wrapper .caption .topic {
    color: #fff;
    margin-bottom: 10px;
}

.download-wrapper .caption .desc {
    color: #fff;
    font-size: 16px;
}

.download-wrapper .caption .download-app {
    margin-top: 30px;
}

.download-wrapper .caption .download-app img {
    width: 128px;
}

.download-wrapper .caption .download-app a {
    margin-right: 10px;
}

.download-wrapper .caption .download-app a:last-child {
    margin-right: 0;
}

.download-wrapper .image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.download-wrapper .image img {
    max-width: 50%;
}

.kplus-thumbnails {
    width: 100%;
    display: table;
    font-size: 0;
    margin-top: 30px;
}

.kplus-thumbnail {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.kplus-thumbnail .image {
    max-width: 80px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.kplus-thumbnail .image .name-logo {
    font-size: 10px;
    margin-top: 6px;
}

.kplus-thumbnail .caption {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.kplus-thumbnail .caption .topic {
    margin-bottom: 20px;
}


/* Slick */

.promotion-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.promotion-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.promotion-slider .slick-dots {
    bottom: 18px;
}

.promotion-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.promotion-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.promotion-slider .slick-dots li button:hover,
.promotion-slider .slick-dots li button:focus {
    outline: none;
}

.promotion-slider .slick-dots li button:hover:before,
.promotion-slider .slick-dots li button:focus:before {
    background-color: #fff;
    border: 1px solid #00a950;
    opacity: 1;
}

.promotion-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    opacity: .25;
    background-color: black;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.promotion-slider .slick-dots li.slick-active button:before,
.promotion-slider .slick-dots li.slick-active button:before {
    background-color: #00a950;
    border: 1px solid #00a950;
    opacity: 1;
}

.promotion-slider .slick-prev,
.promotion-slider .slick-next {
    display: none !important;
}


/* End Slick */

.sc-video {
    background: rgba(26, 94, 100, 1);
    background: -moz-linear-gradient(-45deg, rgba(26, 94, 100, 1) 0%, rgba(31, 105, 105, 1) 20%, rgba(43, 138, 121, 1) 50%, rgba(53, 163, 132, 1) 80%, rgba(59, 179, 140, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(26, 94, 100, 1)), color-stop(20%, rgba(31, 105, 105, 1)), color-stop(50%, rgba(43, 138, 121, 1)), color-stop(80%, rgba(53, 163, 132, 1)), color-stop(100%, rgba(59, 179, 140, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(26, 94, 100, 1) 0%, rgba(31, 105, 105, 1) 20%, rgba(43, 138, 121, 1) 50%, rgba(53, 163, 132, 1) 80%, rgba(59, 179, 140, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(26, 94, 100, 1) 0%, rgba(31, 105, 105, 1) 20%, rgba(43, 138, 121, 1) 50%, rgba(53, 163, 132, 1) 80%, rgba(59, 179, 140, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(26, 94, 100, 1) 0%, rgba(31, 105, 105, 1) 20%, rgba(43, 138, 121, 1) 50%, rgba(53, 163, 132, 1) 80%, rgba(59, 179, 140, 1) 100%);
    background: linear-gradient(135deg, rgba(26, 94, 100, 1) 0%, rgba(31, 105, 105, 1) 20%, rgba(43, 138, 121, 1) 50%, rgba(53, 163, 132, 1) 80%, rgba(59, 179, 140, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a5e64', endColorstr='#3bb38c', GradientType=1);
}

.video-wrapper {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    outline: 0;
    height: 500px;
}

.video-wrapper-full {
    outline: 0;
}

.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/video-img.jpg);
    background-size: 100%;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    outline: 0;
}

.videoPoster:hover {
    cursor: pointer;
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    width: 50px;
    height: 50px;
    margin: -40px 0 0 -40px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    margin: -25px 0 0 -20px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}


/* Promotion Home */

.promotion-home .img {
    width: 50%;
    float: left;
    padding: 10px;
    overflow: hidden;
}

.promotion-home .img.full {
    width: 100%;
}

.promotion-home .img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.promotion-home .img img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}


/* End Promotion Home */


/* Functions */

.functions-detail {
    width: 100%;
}

.functions-detail .list-menu {
    width: 25%;
    float: left;
    background-color: #fff;
    padding-top: 80px;
    padding-left: 3%;
    font-family: 'kurious-looped';
}

.functions-detail .list-menu .heading {
    font-size: 22px;
    color: #333;
    position: relative;
}

.functions-detail .list-menu .heading:after {
    position: absolute;
    top: 5px;
    right: 20px;
    font-family: 'icokplusshop' !important;
    content: "";
    color: #333;
    font-size: 13px;
}

.functions-detail .list-menu ul {
    margin-top: 20px;
}

.functions-detail .list-menu ul li {
    font-size: 16px;
    color: #999;
    margin-bottom: 25px;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.functions-detail .list-menu ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    background-color: #fff;
    top: 0;
    left: 0;
}

.functions-detail .list-menu ul li.active a,
.functions-detail .list-menu ul li:hover a {
    color: #00a950;
}

.functions-detail .list-menu ul li:hover:before,
.functions-detail .list-menu ul li.active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    background-color: #00a950;
    top: 0;
    left: 0;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.functions-detail .list-menu .sub-menu li:hover:before,
.functions-detail .list-menu .sub-menu li.active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    background-color: transparent;
    top: 0;
    left: 0;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.functions-detail .list-menu .sub-menu li a {
    font-family: 'kurious-looped';
    font-size: 13px;
    color: #999 !important;
}

.functions-detail .list-menu .sub-menu li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.functions-detail .list-menu .sub-menu li.active a,
.functions-detail .list-menu .sub-menu li:hover a {
    color: #00a950 !important;
}

.functions-detail .details {
    width: 75%;
    float: left;
    background-color: #efefef;
    padding: 70px;
}

.functions-detail.applying .details {
    width: 100%;
}

.functions-detail .details .sc-heading {
    border-bottom: 3px solid #ccc;
    padding-bottom: 18px;
}

.functions-detail .details .icon {
    width: 68px;
    margin-bottom: 25px;
}

.functions-detail .details .icon img {
    width: 68px;
}

.functions-detail .details .heading {
    font-size: 35px;
    margin-bottom: 10px;
    color: #00a950;
}

.functions-detail .details .heading span {
    background: linear-gradient(to right, #1a5d63 0%, #3bb38c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #3bb38c;
}

.functions-detail .details .text-note {
    font-family: 'kurious-looped';
    font-size: 13px;
    color: #999;
    margin-top: 20px;
}

.functions-detail .details .content {
    padding-top: 30px;
    font-size: 16px;
    font-family: 'kurious-looped';
}

.functions-detail .details .content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.functions-detail .details .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.functions-detail .details .content p {
    margin-bottom: 15px;
}

.functions-detail .details .content strong {
    font-family: 'kurious-looped';
}

.functions-detail .details .content ul {
    margin: 25px 0 25px 20px;
}

.functions-detail .details .content ul>li {
    list-style-type: disc;
    margin-bottom: 6px;
}

.functions-detail .details .content .con-img {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 40px 30px 30px 30px;
    margin: 30px 0 60px 0;
    background-image: url(../img/bg-image-slider.jpg);
    background-position: top center;
    background-size: cover;
}

.functions-detail .details .content .con-img .item {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    outline: 0;
}

.functions-detail .details .content .con-img .juristic-wrapper .item img {
    max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

.functions-detail .details .content .con-video {
    margin: 30px 0 60px 0;
}

.functions-detail .details .content .con-video .video-wrapper {
    max-width: 1300px;
}

.functions-detail .details .content .text-note {
    font-size: 13px;
    color: #999;
    font-family: 'kurious-looped';
    font-style: italic;
}

.functions-detail .tab-menu {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

.functions-detail .tab-menu-list {
    margin: 0 !important;
}

.functions-detail .tab-menu-list li {
    float: left;
    list-style-type: none !important;
    margin-right: 20px;
    color: #999;
    font-family: 'kurious-looped';
}

.functions-detail .tab-menu-list li:last-child {
    margin-right: 0;
}

.functions-detail .tab-menu-list li a.current,
.functions-detail .tab-menu-list li:hover a {
    color: #333;
    border-bottom: 4px solid #00a950;
}

.functions-detail .con-img .num {
    font-family: 'kurious-looped';
    font-size: 18px;
    color: #fff;
    background-color: #00a950;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: auto;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 20px !important;
}

.functions-detail .con-img h4 {
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #333;
    margin: 30px 0;
    line-height: 1.5;
}

.functions-image-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.functions-image-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.functions-image-slider .slick-dots {
    margin: 25px 0 !important;
    bottom: -25px;
}

.functions-detail.applying .functions-image-slider .slick-dots {
    bottom: -40px;
}

.functions-image-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.functions-image-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.functions-image-slider .slick-dots li button:hover,
.functions-image-slider .slick-dots li button:focus {
    outline: none;
}

.functions-image-slider .slick-dots li button:hover:before,
.functions-image-slider .slick-dots li button:focus:before {
    background-color: #fff;
    border: 1px solid #00a950;
    opacity: 1;
}

.functions-image-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    opacity: .25;
    background-color: black;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.functions-image-slider .slick-dots li.slick-active button:before,
.functions-image-slider .slick-dots li.slick-active button:before {
    background-color: #00a950;
    border: 1px solid #00a950;
    opacity: 1;
}

.functions-image-slider .slick-prev,
.functions-image-slider .slick-next {
    width: 50px;
    height: 50px;
    color: transparent;
    position: absolute;
    top: 40%;
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    z-index: 999;
}

.functions-image-slider .slick-prev {
    left: -3%;
    z-index: 9;
}

.functions-image-slider .slick-next {
    right: -3%;
}

.functions-image-slider .slick-prev:before,
.functions-image-slider .slick-next:before {
    color: #00a950;
    font-family: 'icokplusshop' !important;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.functions-image-slider .slick-next:before {
    content: "\e901";
}

.functions-image-slider .slick-prev:before {
    content: "\e900";
}

.functions-action .thumbnails {
    max-width: 900px;
    margin: auto;
}

.functions-action .download {
    width: 50%;
    float: left;
    padding: 10px;
}

.functions-action .faq {
    width: 50%;
    float: left;
    padding: 10px;
}


/* End Functions */


/* Applying */

.functions-detail .list-menu.applying {
    position: relative;
}

.functions-detail .applying-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.functions-detail .applying-bg img {
    width: 100%;
}

.functions-detail .border-phone {
    width: 20%;
    position: fixed;
    top: 180px;
    left: 2.5%;
    z-index: 1;
}

.functions-detail .phone-object {
    width: 18%;
    position: fixed;
    top: 195px;
    left: 3.5%;
}

.juristic-wrapper {
    width: 100%;
    display: inline-block;
}

.juristic-wrapper .item {
    width: 33.33333333%;
    float: left;
    padding: 0 20px !important;
}

.juristic-wrapper p {
    font-size: 16px;
    line-height: 1.5;
}

.applying-detail {
    width: 100%;
    display: inline-block;
}

.applying-detail .property {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.applying-detail .property .ic {
    font-size: 36px;
    color: #00a950;
    margin-bottom: 18px;
    display: inline-block;
}


/* End Applying */


/* FAQ */

.hl-faq {
    background-image: url(../faq/img/hl-faq.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.hl-faq .heading {
    font-family: 'kurious-looped';
    font-size: 45px;
    color: #fff;
    margin-bottom: 40px;
}

/* .hl-faq .menu-list li h2 {
    display: inline-block;
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.hl-faq .menu-list li h2:last-child {
    margin-right: 0;
}

.hl-faq .menu-list li h2 a:hover,
.hl-faq .menu-list li h2 a.current {
    border-bottom: 4px solid #fff;
} */

.hl-faq .menu-list li {
    display: inline-block;
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.hl-faq .menu-list li:last-child {
    margin-right: 0;
}

.hl-faq .menu-list li a:hover,
.hl-faq .menu-list li a.current {
    border-bottom: 4px solid #fff;
}

.hl-faq .mb-10 {
    margin-bottom: 10px;
}

@media screen and (min-width:1199px) {
    .hl-faq {
        padding: 60px 0 53px;
    }

    .hl-faq .heading {
        margin-bottom: 0;
    }

    .hl-faq ul.menu-list.menu-faq {
        padding-top: 13px;
    }
}


/* Select */

.form-input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 15px 0 15px;
    outline: 0;
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #bbb;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select {
    position: relative;
}

.select:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    display: inline-block;
    width: 45px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-radius: 41px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'icokplusshop' !important;
    content: "\e902";
    color: #00a950;
}


/* End Select */

.accordion {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: -1px;
}

.accordion-title {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    cursor: pointer;
    color: #333;
    word-wrap: break-word;
    font-family: 'kurious-looped';
    font-size: 20px;
}

.accordion-title:after {
    font-family: 'icokplusshop';
    content: "\e902";
    font-size: 80%;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.accordion-title.active:after {
    content: "\e903";
}

.accordion-title:after,
.accordion-title:hover,
.accordion-title.active {
    color: #00a950;
}

.accordion-title span {
    font-family: 'kurious-looped';
    font-size: 35px;
    line-height: 0.8;
}

.accordion-content .wrap {
    padding: 15px 0 20px;
    font-family: 'kurious-looped';
    font-size: 16px;
    line-height: 1.5;
}

.accordion-content .wrap p {
    margin-bottom: 20px;
}

.accordion-content ol,
.accordion-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.accordion-content ol li {
    list-style: decimal;
    margin-bottom: 8px;
}

.accordion-content ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.accordion-content .text-note {
    font-size: 13px;
    color: #bbb;
    font-family: 'kurious-looped';
    font-style: italic;
}

.accordion-content .text-note p {
    margin-bottom: 0;
}

.accordion-content .text-note ul li {
    margin-bottom: 0;
}


/* End FAQ */


/* Thumbnail VDO */

.sc-thumbnail-vdo .heading {
    font-size: 35px;
    margin-bottom: 20px;
}

.thumbnail-vdo {
    position: relative;
    display: block;
    margin-bottom: 40px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.thumbnail-vdo,
a.thumbnail-vdo {
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.no-touch .thumbnail-vdo:hover,
.no-touch a.thumbnail-vdo:hover,
.no-touchevents .thumbnail-vdo:hover,
.no-touchevents a.thumbnail-vdo:hover {
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.thumbnail-vdo .caption {
    height: 90px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: left;
}

.thumbnail-vdo .caption:after {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.thumbnail-vdo .image {
    position: relative;
}

.thumbnail-vdo .image:after {
    font-family: 'icokplusshop';
    font-size: 15px;
    content: "\e905";
    color: #fff;
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -17px auto 0;
    padding-left: 3px;
    z-index: 0;
}

.thumbnail-vdo .caption h3 {
    font-size: 16px;
    height: 45px;
    line-height: 1.5;
    overflow-y: hidden;
}


/* End Thumbnail VDO */


/* Promotions */

.hl-promotions {
    background-image: url(../promotions/img/hl-promotions.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.hl-promotions-slider .slick-prev,
.hl-promotions-slider .slick-next {
    display: none !important;
}

.hl-promotions-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.hl-promotions-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.hl-promotions-slider .slick-dots {
    bottom: -30px;
}

.hl-promotions-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.hl-promotions-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.hl-promotions-slider .slick-dots li button:hover,
.hl-promotions-slider .slick-dots li button:focus {
    outline: none;
}

.hl-promotions-slider .slick-dots li button:hover:before,
.hl-promotions-slider .slick-dots li button:focus:before {
    background-color: #fff;
    border: 1px solid #00a950;
    opacity: 1;
}

.hl-promotions-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: .25;
    background-color: #71bda8;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hl-promotions-slider .slick-dots li.slick-active button:before,
.hl-promotions-slider .slick-dots li.slick-active button:before {
    background-color: #00a950;
    border: 1px solid #00a950;
    opacity: 1;
}

.hl-promotions-slider .item {
    padding: 0 10px;
}

.sc-promotions .row {
    margin-left: -10px;
    margin-right: -10px;
}

.filter-result {
    position: relative;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    float: left;
    padding: 0 10px;
}

.thumbnail-promotions {
    position: relative;
    display: block;
    margin-bottom: 40px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.thumbnail-promotions,
a.thumbnail-promotions {
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.no-touch .thumbnail-promotions:hover,
.no-touch a.thumbnail-promotions:hover,
.no-touchevents .thumbnail-promotions:hover,
.no-touchevents a.thumbnail-promotions:hover {
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.thumbnail-promotions .caption {
    height: 175px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: left;
}

.thumbnail-promotions .caption:after {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.thumbnail-promotions .image {
    border-bottom: 1px solid #f5f5f5;
}

.thumbnail-promotions .image img {
    display: block;
    width: 100%;
    max-width: none;
}

.thumbnail-promotions .date {
    padding: 5px 0;
    font-family: 'kurious-looped';
    font-size: 13px;
    color: #999;
}

.thumbnail-promotions .caption h3 {
    font-size: 16px;
    height: 45px;
    line-height: 1.5;
    overflow-y: hidden;
}

.thumbnail-promotions .type {
    margin-top: 20px;
}

.type .h-type {
    font-size: 13px !important;
    color: #00a950 !important;
    margin-bottom: 10px;
}

.list-tags .tag {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: -5px;
    margin-right: 13px;
    text-align: center;
    vertical-align: top;
    font-size: 13px;
    color: #999 !important;
    height: 24px;
    line-height: 1.5;
    padding: 0 8px;
    border: 1px solid #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}


/* End Promotions */


/* Pagination */

.pagination {
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
}

.pagination>a {
    display: inline-block;
    vertical-align: top;
    min-width: 25px;
    padding: 6px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    color: #ccc;
    font-family: 'kurious-looped';
}

.pagination>a:hover,
.pagination>a.active,
.pagination>a.prev,
.pagination>a.next {
    color: #00a950;
}

.pagination>a.prev,
.pagination>a.next {
    width: 27px;
    height: 27px;
    padding: 0;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}

.pagination>a.prev {
    margin-right: 5px;
}

.pagination>a.next {
    margin-left: 5px;
}

.pagination>a.prev:before,
.pagination>a.next:before {
    display: inline-block;
    vertical-align: top;
    font-family: 'icokplusshop';
    font-size: 13px;
    line-height: 25px;
}

.pagination>a.prev:before {
    content: "\e900";
}

.pagination>a.next:before {
    content: "\e901";
}

.pagination>a.prev:hover,
.pagination>a.next:hover {
    border-color: #00a950;
}


/* End Pagination */


/* mfp */

.mfp-content {
    background-color: #fff;
    /* max-width: 375px; */
    max-width: 900px;
    margin: 0 auto;
}

.mfp-content .white-popup-block {
    padding: 60px 20px 30px;
}

.mfp-close {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
    padding: 0;
    top: 21px;
    right: 21px;
    text-align: center;
    color: inherit;
}

.mfp-close-btn-in .mfp-close:after {
    font-family: 'icokplusshop';
    content: "\e904";
    font-size: 25px;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #00a950;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 44px;
    line-height: 44px;
    right: -44px;
    color: #bbb;
}

.mfp-iframe-holder .mfp-close {
    top: -44px;
}

.mfp-image-holder .mfp-close {
    top: 16px !important;
}

.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
}

.mfp-bg.mfp-removing,
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-image-holder .mfp-content {
    background-color: transparent;
}

.mfp-image-holder img.mfp-img {
    padding: 60px 0;
}

.mfp-image-holder .mfp-figure:after {
    top: 60px;
    bottom: 60px;
}

.mfp-image-holder .mfp-bottom-bar {
    margin-top: -45px;
    padding-bottom: 15px;
}

.mfp-image-holder .mfp-title {
    font-size: 13px;
    color: #bbb;
    line-height: inherit;
}

.mfp-image-holder .mfp-figure {
    line-height: inherit;
}

.mfp-image-holder .mfp-arrow {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after {
    border: 0;
    margin: 0;
    position: static;
    width: auto;
    height: auto;
    text-align: center;
}

.mfp-image-holder .mfp-arrow:before {
    font-family: 'icokplusshop';
    font-size: 35px;
    color: #bbb;
}

.mfp-arrow-left:before {
    content: "\e908";
}

.mfp-arrow-right:before {
    content: "\e909";
}

.mfp-image-holder .mfp-arrow:hover:before {
    color: #00a950;
}

.mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-image-holder .mfp-counter {
    color: #bbb;
    line-height: 22px;
}


/* End mfp */


/* Download Popup */

.download-popup-style.mfp-close-btn-in .mfp-close {
    /* top: -35px; */
    /* right: -55px; */
    top: -50px;
    color: #fff;
}

.download-popup-style.mfp-close-btn-in .mfp-close:hover {
    color: #00a950;
}

.download-popup-style .mfp-content {
    background-color: transparent;
}

.download-popup-style .download-popup-wrapper {
    /* max-width: 400px; */
    max-width: 900px;
    text-align: center;
}

.download-popup-style .sc-heading {
    padding: 20px 0;
    background-color: #00a950;
    /* -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.download-popup-style .sc-heading h3 {
    color: #fff;
    font-size: 28px;
}

.download-popup-style .download-popup-qr {
    padding: 30px 0;
    background-color: #fff;
    /* -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;  */
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* .download-popup-style .download-popup-qr img { width: 188px; margin-bottom: 20px; }
.download-popup-style .download-popup-qr { font-size: 13px; }
.img-popup-style .mfp-content { max-width: 80%; } */

.download-popup-style .download-popup-qr .content {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.download-popup-style .download-popup-qr .qr-code {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.download-popup-style .download-popup-qr {
    font-size: 13px;
}

.img-popup-style .mfp-content {
    max-width: 80%;
}

.download-popup-style .download-popup-qr .popup-download-headline {
    font-family: 'kurious-looped';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.download-popup-style .download-popup-qr .popup-step {
    font-family: 'kurious-looped';
    font-size: 16px;
    text-align: left;
    border-left: 4px solid #00A94F;
    height: 35px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.download-popup-style .download-popup-qr .popup-step.mb-0 {
    margin-bottom: 0px;
}

.download-popup-style .download-popup-qr .popup-step img {
    height: 100%;
    margin: 0 20px;
}


/* End Download Popup */

.sc-img-ab .container {
    position: relative;
}

.sc-img-ab .container .phone {
    width: 50%;
    position: absolute;
    left: 5%;
    bottom: -20%;
    z-index: 1;
}

.sc-img-ab .container .screen {
    width: 50%;
    position: absolute;
    left: 6%;
    bottom: -7%;
    z-index: 2;
}

.sc-img-ab .container .icon-ig {
    position: absolute;
    top: 7%;
    left: 7%;
}

.sc-img-ab .container .icon-line {
    position: absolute;
    left: 8%;
    bottom: 30%;
}

.sc-img-ab .container .icon-messenger {
    position: absolute;
    left: 15%;
    bottom: 15%;
}

.sc-img-ab .container .icon-facebook {
    position: absolute;
    top: 16%;
    left: 32%;
}

.sc-img-ab .container .icon-facebook img,
.sc-img-ab .container .icon-messenger img,
.sc-img-ab .container .icon-line img,
.sc-img-ab .container .icon-ig img {
    width: 50%;
}

.sc-img-ab .container .hand {
    max-width: 530px;
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 3;
}

.sc-img-ab .container .obj-01 {
    max-width: 340px;
    position: absolute;
    top: 25%;
    right: 25%;
    z-index: 2;
}

.sc-img-ab .container .obj-02 {
    max-width: 320px;
    position: absolute;
    top: 16%;
    right: 2%;
    z-index: 2;
}

.sc-img-ab .container .obj-03 {
    max-width: 162px;
    position: absolute;
    top: 60%;
    right: 42%;
    z-index: 1;
}

.sc-img-ab .container .obj-04 {
    max-width: 250px;
    position: absolute;
    top: 62%;
    right: 0;
    z-index: 1;
}

.sc-img-ab .container .hand img,
.sc-img-ab .container .obj-01 img,
.sc-img-ab .container .obj-02 img,
.sc-img-ab .container .obj-03 img,
.sc-img-ab .container .obj-04 img {
    width: 70%;
}


/* Back to Top */

.back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
    width: 40px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    cursor: pointer;
}

.back-to-top.show {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .back-to-top {
        bottom: 80px;
    }
}


/* End Back to Top*/


/*Modify by golf*/

.con-img img {
    margin: 0 auto;
}

.apply-download img {
    display: inline-block;
}

.apply-download a {
    margin-right: 5px;
}


/* hidden เน€เธกเธเธนเธเธฑเนเธงเธเธฃเธฒเธง*/

.functions-detail ul li:nth-child(2) .sub-menu li:nth-child(3) {
    display: none;
}


/* End hidden เน€เธกเธเธนเธเธฑเนเธงเธเธฃเธฒเธง*/

.main-menu .menu-list li#downloadlink {
    display: none;
}

@media screen and (max-width: 325px) {
    .shop-in-app .detail {
        margin-bottom: 90px !important;
    }
    a.more:after {
        content: "\e906";
        font-family: 'icokplusshop' !important;
        color: #00a950;
        position: relative;
        top: unset;
        right: unset;
        font-size: 70%;
    }
}


/*Modify by golf*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .two-columns .column .detail .topic span {
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #3bb38c;
    }
    .functions-detail .details .heading span {
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #3bb38c;
    }
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

@-webkit-keyframes zoomInSmall {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.92, .92, .92);
        transform: scale3d(.92, .92, .92);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomInSmall {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.92, .92, .92);
        transform: scale3d(.92, .92, .92);
    }
    50% {
        opacity: 1;
    }
}

.zoomInSmall {
    -webkit-animation-name: zoomInSmall;
    animation-name: zoomInSmall;
}


/* add at 07/03/2022 */

.privilege-slider {
    margin-top: 40px;
}

.privilege-list {
    margin: 0 auto;
    padding: 0px;
    padding-left: 202px;
    min-height: 250px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    /* max-width: 900px; */
}

.privilege-list-main {
    width: 100%;
    max-width: 698px;
    background-color: #eee;
    padding: 50px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
}

.privilege-list .image {
    width: 100%;
    max-width: 405px;
    margin-left: -252px;
}

.privilege-list .detail {
    width: 100%;
    max-width: 425px;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
}

.privilege-list .detail .time {
    font-family: 'kurious-looped';
    font-size: 13px;
    color: #00a950;
    margin: 10px 0;
}

.privilege-list .detail .heading {
    font-size: 24px;
    margin-bottom: 15px;
}

.privilege-list .detail .desc {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.privilege-list .detail .detail-content {
    min-height: 214px;
}

.privilege-list .detail a {
    color: #00a950;
}

.privilege-list .detail .action a {
    color: #fff;
}

.privilege-list .detail .btn img {
    display: inline-block;
}

.privilege-list .detail,
.privilege-list .image {
    display: inline-block;
    vertical-align: top;
}

.privilege-list .detail .action {
    margin-top: 20px;
}

.privilege-slider .slick-slide {
    outline: 0;
}

.privilege-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.privilege-slider .slick-dots,
.privilege-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.privilege-slider .slick-dots {
    bottom: -40px;
}

.privilege-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.privilege-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.privilege-slider .slick-dots li button:hover,
.privilege-slider .slick-dots li button:focus {
    outline: none;
}

.privilege-slider .slick-dots li button:hover:before,
.privilege-slider .slick-dots li button:focus:before {
    background-color: #fff;
    border: 1px solid #007638;
    opacity: 1;
}

.privilege-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    opacity: .25;
    background-color: black;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.privilege-slider .slick-dots li.slick-active button:before,
.privilege-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}

.privilege-slider .slick-prev,
.privilege-slider .slick-next {
    width: 50px;
    height: 50px;
    color: transparent;
    position: absolute;
    top: 40%;
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    z-index: 9;
}

.privilege-slider .slick-prev {
    left: 0;
    z-index: 9;
}

.privilege-slider .slick-next {
    right: 0;
}

.privilege-slider .slick-prev:before,
.privilege-slider .slick-next:before {
    color: #00a950;
    font-family: 'icokplusshop' !important;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.privilege-slider .slick-next:before {
    content: "\e901";
}

.privilege-slider .slick-prev:before {
    content: "\e900";
}

/* =========================================== */
@media screen and (max-width: 1024px) {
    .container-menu-functions.show-w1024 {
        display: none !important;
    }
    .container-menu-functions.show-w1024.active {
        display: block !important;
    }
}

.container-menu-functions.show-w1024 {
    --h-header : 60px;
    --h-submenu : 56px;
    --h-panelWidgets : 56px;
    position: fixed;
    top: calc(var(--h-header) + var(--h-submenu));
    z-index: 2;
    
}



.container-menu-functions .list-menu .navbox {
    width: 100%;
}

.container-menu-functions .list-menu {
    
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    float: none;
    padding: 0;
    background-image: linear-gradient(135deg, rgba(61, 81, 96, 1) 0%, rgba(32, 53, 59, 1) 100%);
    height: calc(100vh - var(--h-header) - var(--h-submenu) - var(--h-panelWidgets));
    overflow: auto;
    position: sticky;
    z-index: 100;
    top: 80px;
    left: 0;
    bottom: 0;
}

.container-menu-functions .list-menu .action {
    display: none;
}

.container-menu-functions .list-menu .action .btn-moremenu {
    font-family: 'kurious-looped';
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    display: block;
}

.container-menu-functions .list-menu .action .btn-moremenu:before {
    content: "\e902";
    position: absolute;
    font-family: 'icokplusshop';
    color: #fff;
    top: 20px;
    right: 20px;
    font-size: 13px;
    transition: .3s ease-in-out;
}

.container-menu-functions .list-menu .action .btn-moremenu.open:before {
    transform: rotate(-180deg);
    top: 16px;
}

.container-menu-functions .list-menu .navbox {
    /* padding: 60px 20px 80px 60px; */
    transition: .3s ease-in-out;
    background: #fff;
    padding-bottom: 80px;
}

.container-menu-functions .list-menu .navbox .heading {
    font-family: 'kurious-looped';
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 32px 16px 0;
}

.container-menu-functions .list-menu .navbox .heading.mt-40 {
    margin-top: 40px;
}

.container-menu-functions .list-menu .navbox .txt {
    font-family: 'kurious-looped';
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 0 16px;
    margin-top: 24px;
}

.container-menu-functions .list-menu .navbox .nav-list+.heading {
    margin-top: 8px;
}

.container-menu-functions .list-menu .navbox .nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container-menu-functions .list-menu .navbox .nav-list:after {
    content: '';
    display: table;
    clear: both;
}

.container-menu-functions .list-menu .navbox .nav-list>li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 52px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    padding: 16px 24px;
    padding-left: 76px;
    padding-right: 50px;
}

li.nav-kshoppro-setting {
    margin-top: 10px;
}

.accordion.accordion-none {
    border-bottom: none;
}

.container-menu-functions .list-menu .navbox .nav-list>li:last-child {
    border-bottom: none;
}

.container-menu-functions .list-menu .navbox .nav-list>li+li {
    margin-top: 16px;
}

.container-menu-functions .list-menu .navbox .nav-list>li:before {
    display: none;
}

.container-menu-functions .list-menu .navbox .nav-list>li>a {
    font-size: 18px;
    font-family: 'kurious-looped';
    color: #666;
    /* 00EA6D */
    /* line-height: 24; */
    font-weight: 600;
    transition: .3s ease-in-out;
    margin: 0;
}

.container-menu-functions .list-menu .navbox .nav-list>li>a h2,
.container-menu-functions .list-menu .navbox .nav-list>li>a h3 {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: 600;
}

.container-menu-functions .list-menu .navbox .nav-list>li.active>a .icon {
    color: #00a94F;
}

.d-flex {
    display: flex;
}

.accordion {
    border-bottom: 1px solid #196A3F;
}

.accordion-content ul li {
    list-style: none;
}

.accordion-title {
    padding: 16px 0;
    color: #fff;
    font-size: 18px;
    display: flex;
}

.accordion-title:after,
.accordion-title:hover,
.accordion-title.active {
    color: #fff;
}

.accordion-title.active:after,
.accordion-title.active:hover,
.accordion-title.active {
    color: #00EA6D;
}

.accordion-title span {
    font-family: 'kurious-looped';
    font-size: 18px;
    line-height: 1.5;
    margin-right: 16px;
}

.container-menu-functions .list-menu ul {
    margin-top: 0;
}

.accordion-content .wrap {
    padding-top: 0;
    padding-bottom: 0;
}



.container-menu-functions .list-menu .navbox .nav-list>li>a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 24px;
    background-color: transparent;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: .3s ease-in-out;
}

.container-menu-functions .list-menu .navbox .nav-list>li>a .icon>img {
    width: 18px;
    height: 18px;
    filter: brightness(0) grayscale(1) invert(1);
    transition: .3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(770%) hue-rotate(169deg) brightness(91%) contrast(90%);
}

.container-menu-functions .list-menu .navbox .nav-list>li.active>a {
    color: #00a94F;
    font-weight: 600;
}

.container-menu-functions .list-menu .navbox .nav-list>li.active {
    background: #f4f4f4;
}

.container-menu-functions .list-menu .navbox .nav-list>li.active>a .icon {
    background-color: none;
}

.container-menu-functions .list-menu .navbox .nav-list>li.active>a .icon>img {
    /* filter: brightness(100%) grayscale(0) invert(0); */
    filter: brightness(0) saturate(100%) invert(69%) sepia(56%) saturate(1820%) hue-rotate(96deg) brightness(97%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(60%) sepia(74%) saturate(4483%) hue-rotate(116deg) brightness(87%) contrast(101%);
}

.container-menu-functions .list-menu .navbox .sub-menu>li {
    padding-left: 0;
    margin-bottom: 0;
}

.container-menu-functions .list-menu .navbox .sub-menu>li+li {
    margin-top: 12px;
}

.container-menu-functions .list-menu .navbox .sub-menu>li:before {
    display: none;
}

.container-menu-functions .list-menu .navbox .sub-menu>li>a {
    font-family: 'kurious-looped';
    font-size: 16px;
    color: #666 !important;
    line-height: 1.5;
}

.container-menu-functions .list-menu .navbox .sub-menu>li>a h3 {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}

.container-menu-functions .list-menu .navbox .sub-menu>li.active>a {
    color: #00a94f !important;
    text-decoration: underline;
}

.container-menu-functions ul li:nth-child(2) .sub-menu li:nth-child(3) {
    display: block;
}

.container-menu-functions .details {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 75%;
    float: none;
    padding: 73px 60px 60px 60px;
    background: url(https://demo.icweb.co.th/kbank-retrainer/SiteCollectionDocuments/business/sme/digital-banking/kshop/applying/img-2/Section2/bg-k.png), lightgray 0px -91.581px / 100% 136.655% no-repeat;
    /* background: url(https://demo.icweb.co.th/kbank-retrainer/SiteCollectionDocuments/business/sme/digital-banking/kshop/applying/img-2/Section2/bg-k.png); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sc-heading .roof img {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-bottom: 16px;
}

.container-menu-functions .details {
    position: relative;
}

.container-menu-functions .details .sc-heading {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 32px;
}

.container-menu-functions .details .sc-heading p {
    line-height: 1.5;
}

.container-menu-functions .details .sc-heading .desc {
    font-family: 'kurious-looped';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.container-menu-functions .details .text-note {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-top: 8px;
}

.container-menu-functions .details .icon {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.container-menu-functions .details .icon img {
    margin-left: 0;
    width: 100%;
}

.container-menu-functions .details .heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.container-menu-functions .details .content {
    text-align: center;
    padding-top: 0;
}

.container-menu-functions .details .content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.container-menu-functions .details .content p {
    font-weight: 500;
}

.container-menu-functions .details .content p.f-20 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.container-menu-functions .details .content .con-img {
    background-image: none;
    padding: 0;
    margin: 0;
}

.container-menu-functions .details .content .cat-img{
    position: absolute;
    width: 160px;
    height: 115px;
    left:-18px;
    bottom: 0;
  }

small.zoom {
    margin-top: 32px;
    margin-bottom: 49px;
}

.container-menu-functions small.zoom {
    color: #00A94F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: "kurious-looped";

}

.container-menu-functions .zoom img {
    width: 100%;
    max-width: 24px;
}

.container-menu-functions .details .content .text-note {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
}

.container-menu-functions .details .content .con-img+h2,
.container-menu-functions .details .content .text-note+h2 {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #dbdbdb;
}

.container-menu-functions .details .content .con-img img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 220px;
}

.container-menu-functions .details .content .con-img .num {
    font-size: 13px;
    color: #333;
    background-color: transparent;
    margin-bottom: 0 !important;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    font-weight: 600;
}


.container-menu-functions .details .content .con-img h2,
.container-menu-functions .details .content .con-img h3 {
    font-size: 16px;
    font-family: 'kurious-looped';
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.container-menu-functions .details .content .con-img small {
    color: #666;
}

.sc-thumb-box .num {
    font-size: 13px;
    color: #333;
    background-color: transparent;
    margin-bottom: 0 !important;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    font-weight: 600;
}

.sc-thumb-box h2,
.sc-thumb-box h3 {
    font-size: 16px;
    font-family: 'kurious-looped';
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.sc-thumb-box small {
    color: #666;
}

.sc-thumb-box {
    text-align: center;
}

.icw .c-green {
    color: #00A94F;
}

.container-menu-functions .details .content .con-img h2 strong,
.container-menu-functions .details .content .con-img h3 strong {
    font-family: 'kurious-looped';
}

.container-menu-functions .details .content .con-img .c-red {
    color: #ed1b2e;
}

.container-menu-functions .details .content .con-img ul {
    font-size: 16px;
    font-family: 'kurious-looped';
    color: #666666;
    margin: 0 auto;
    line-height: 1.5;
    max-width: 250px;
    text-align: left;
}

.container-menu-functions .details .content .con-img ul>li {
    margin: 0 0 0 17px;
}

.container-menu-functions .details .content .con-img .desc {
    font-size: 13px;
    font-family: 'kurious-looped';
    color: #666;
    margin: 5px 0 0;
    line-height: 1.5;
}

.container-menu-functions .details .content .con-img .desc strong {
    font-family: 'kurious-looped';
}

.functions-image-slider .slick-prev {
    left: 0;
}

.functions-image-slider .slick-next {
    right: 0;
}

.functions-image-slider .slick-prev:before,
.functions-image-slider .slick-next:before {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.functions-image-slider .slick-disabled.slick-prev:before,
.functions-image-slider .slick-disabled.slick-next:before {
    color: #aaa;
}

.functions-image-slider.-center .slick-track {
    margin: 0 auto;
}

.functions-image-swiper.-center .swiper-wrapper {
    justify-content: center;
}


.container-menu-functions .details .content .filter-result .title {
    font-size: 16px;
    font-family: 'kurious-looped';
    color: #666666;
    margin: 0;
    line-height: 1.5em;
    max-height: 2.9em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container-menu-functions .details .vdotutorial {
    position: relative;
}

.container-menu-functions .details .vdotutorial .item-list {
    margin: -15px;
    padding: 0;
    list-style: none;
}

.container-menu-functions .details .vdotutorial .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.container-menu-functions .details .vdotutorial .item-list>li {
    width: calc(100%/3);
    padding: 15px;
    list-style: none;
    float: left;
    margin: 0;
}

.container-menu-functions .details .vdotutorial .vdotutorial-swiper {
    display: none;
}

.container-menu-functions .details .vdotutorial .vdo-wrapper {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
}

.container-menu-functions .details .vdotutorial .vdo-thumbnail {
    position: relative;
}

.container-menu-functions .details .vdotutorial .vdo-content {
    border-bottom: 5px solid #00A94F;
    background-color: #fff;
    min-height: 110px;
    text-align: center;
    padding: 20px;
}

.container-menu-functions .details .vdotutorial .vdo-content .txt {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'kurious-looped';
    color: #333;
}

.container-menu-functions .details .vdotutorial .swiper-pagination-fraction {
    bottom: 0;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'kurious-looped';
    color: #00A94F;
}

.container-menu-functions .details .vdotutorial .swiper-button-next,
.container-menu-functions .details .vdotutorial .swiper-button-prev {
    top: auto;
    bottom: 21px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
}

.container-menu-functions .details .vdotutorial .swiper-button-next {
    right: 50%;
    margin-right: -70px;
}

.container-menu-functions .details .vdotutorial .swiper-button-prev {
    left: 50%;
    margin-left: -70px;
}


/*########################### breakpoints ###################################*/
@media (max-width: 1600px) {
    .container-menu-functions .details {
        width: 73%;
    }
}

@media (max-width: 1440px) {
    .container-menu-functions .details {
        width: 70%;
    }

    .container-menu-functions .details .content .con-img .item {
        padding: 0 17px;
    }

    .container-menu-functions .details .content .filter-result {
        width: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 1199px) {
    .container-menu-functions .vdotutorial .vdo-content br {
        display: none;
    }
}

@media (max-width: 1024px)
/*check 1024*/
    {
    .hidden-w1024 {
        display: none;
    }

    .visible-w1024 {
        display: block;
    }

    .container-menu-functions .list-menu {
        top: 60px;
    }

    .container-menu-functions .details {
        width: 68%;
    }

    .container-menu-functions .details .vdotutorial .item-list>li {
        width: calc(100%/2);
    }

    .container-menu-functions .details .vdotutorial .vdo-content br {
        display: block;
    }

}

/* @media (max-width: 991px) {
    .hidden-w991 {
        display: none;
    }

    .visible-w991 {
        display: block;
    }

    .container-menu-functions .list-menu {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: auto;
        height: auto;
        max-height: calc(100vh - 60px);
    }

    .container-menu-functions .list-menu .action {
        display: block;
    }

    .container-menu-functions .list-menu .heading:after {
        display: none;
    }

    .container-menu-functions .list-menu .navbox {
        width: 100%;
        padding: 0 20px;
        height: 0;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        transition: all 400ms ease-out;
    }

    .container-menu-functions .list-menu .navbox .heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .container-menu-functions .list-menu .navbox .nav-list {
        display: block;
    }

    .container-menu-functions .list-menu .navbox .nav-list>li {
        padding-left: 46px;
    }

    .container-menu-functions .list-menu .navbox .nav-list>li>a {
        font-size: 16px;
    }

    .container-menu-functions .list-menu .navbox .nav-list>li>a .icon {
        top: -9px;
        width: 40px;
        height: 40px;
    }

    .container-menu-functions .list-menu .navbox .nav-list>li>a .icon>img {
        width: 30px;
        height: 30px;
    }





    .container-menu-functions .list-menu .navbox.open {
        padding: 20px;
        height: auto;
        opacity: 1;
        pointer-events: visible;
    }

    .container-menu-functions .details {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 120px 20px 20px 20px;
        margin-top: 0;
    }

    .container-menu-functions .details .content .con-img .item {
        padding: 0 20px;
    }

} */

.container-menu-functions .list-menu .navbox .nav-list>li>a.morelink:before {
    content: "\e902";
    position: absolute;
    font-family: 'icokplusshop';
    color: #666;
    top: 18px;
    right: 24px;
    font-size: 13px;
    transition: .3s ease-in-out;
}

.container-menu-functions .list-menu .navbox .nav-list>li>a.morelink.open:before {
    transform: rotate(-180deg);
    top: 16px;
}

.container-menu-functions .list-menu .navbox .nav-list>li.active>a.morelink:before {
    /* color: #00EA6D; */
    font-weight: 600;
}

.container-menu-functions .list-menu .navbox .nav-list>li.show>a.morelink:before {
    transform: rotate(-180deg);
}

.container-menu-functions .list-menu .navbox .nav-list>li.show .sub-menu {
    margin-top: 15px;
    height: auto;
    opacity: 1;
    pointer-events: visible;
}

.container-menu-functions .list-menu .navbox .sub-menu {
    height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    display: block;
    transition: all 400ms ease-out;
    margin-top: 0;
}

@media (max-width: 767px) {
    .tab {
        width: 100%;
    }

    .tab .control a {
        min-width: 150px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .tab .control {
        display: block;
    }

    .tab .control a+a {
        margin-left: 0;
        margin-bottom: 12px;
    }

    .container-menu-functions .details {
        padding: 70px 20px 20px 20px;
        background-size: 750px;
    }

    .container-menu-functions .details .heading {
        font-size: 20px;
    }

    .container-menu-functions .details .content h2 {
        font-size: 18px;
    }

    .container-menu-functions .details .content .filter-result {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .container-menu-functions .details .vdotutorial {
        padding-bottom: 40px;
    }

    .container-menu-functions .details .vdotutorial .item-list {
        display: none;
    }

    .container-menu-functions .details .vdotutorial .item {
        padding: 10px 12px;
    }

    .container-menu-functions .details .vdotutorial .vdotutorial-swiper {
        display: block;
    }

    .open-popup-gallery {
        pointer-events: none;
    }

    .container-menu-functions .list-menu .action .btn-moremenu {
        background: #005A2A;
    }

    .tab .control a.active {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 768px) {
    .visible-w768{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .visible-w768{
        display: none;
    }
}

@media (max-width: 375px) {
    .visible-w375 {
        display: block;
    }

    .hidden-w375 {
        display: none;
    }

}

@media (max-width: 360px) {
    .visible-w360 {
        display: block;
    }

    .hidden-w360 {
        display: none;
    }
}
