.sk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.sk-row .sk-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media (min-width: 1025px) {
    .sk-row .sk-col.sk-col-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .sk-row .sk-col.sk-col-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 767px) {
    .sk-row .sk-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.item-service {
    padding: 10px;
    border: 1px rgba(225,225,225,0.15) solid;
    border-radius: 16px 94px 28px 28px;
    overflow: hidden;
}
.item-service .item-service-inner {
    padding: 32px 29px 36px;
    border: 1px rgba(225,225,225,0.15) solid;
    background-image: url("../images/bg-service.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px 89px 24px 24px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.item-service .item-service-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    opacity: 0.12;
    z-index: -1;
}
.item-service .item-number {
    font-size: 108px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(245,185,113,0.39);
    white-space: nowrap;
}
.item-service .item-content {
    padding: 0 10px;
    color: #ffffff;
}
.item-service .item-title {
    margin: -32px 0 10px;
    font-size: 24px;
    color: #ffffff;
}
.item-service .item-title a {
    color: inherit;
}
.item-service .item-desc {
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.item-service .item-thumbnail a {
    display: block;
    position: relative;
    padding-bottom: 90%;
    border-radius: 17px;
    overflow: hidden;
}
.item-service .item-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (max-width: 767px) {
    .item-service .item-service-inner {
        padding: 15px 25px 25px;
    }
    .item-service .item-number {
        font-size: 76px;
    }
    .item-service .item-content {
        padding: 0;
    }
    .item-service .item-title {
        margin: 0 0 10px;
    }
    .item-service .item-desc {
        margin-bottom: 20px;
    }
}




.item-product {
    padding: 10px;
    border: 1px rgba(225,225,225,0.15) solid;
    border-radius: 500px;
    text-align: center;
    overflow: hidden;
}
.item-product .item-product-inner {
    padding: 25px 25px 50px;
    border: 1px rgba(225,225,225,0.15) solid;
    background-image: url("../images/bg-product.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 500px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.item-product .item-product-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    opacity: 0.12;
    z-index: -1;
}
.item-product .item-thumbnail {
    margin-bottom: 20px;
}
.item-product .item-thumbnail a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.item-product .item-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 4px #ffffff solid;
    object-fit: cover;
    border-radius: 50%;
}
.item-product .item-content {
    padding: 0 10px;
}
.item-product .item-title {
    margin: 0 0 10px;
    font-size: 24px;
    color: #ffffff;
}
.item-product .item-title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.item-product .item-desc {
    max-width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin: 0 auto;
}
@media (max-width: 1280px) {
    .item-service .item-service-inner {
        padding: 32px 15px 36px;
    }
}

.sk-table {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}
.sk-table th,
.sk-table td {
    padding: 15px 45px;
    border: none;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
}
.sk-table th {
    font-weight: 700;
    background: #3F5D5B;
}
.sk-table td {
    background: rgba(255,255,255,0.09);
}
.sk-table th:last-child,
.sk-table td:last-child {
    text-align: right;
}
.sk-table tr:nth-child(even) td {
    background: rgba(255,255,255,0.12);
}
.sk-widget-donation table .donation-company {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.sk-widget-donation table .donation-company .company-logo {
    width: 46px;
    max-width: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.sk-widget-donation table .donation-company .company-logo img {
    max-height: 24px;
}
.sk-widget-donation table .donation-company .company-name {
    flex: 1;
    padding-left: 6px;
}

.sk-widget-products .sk-table th,
.sk-widget-products .sk-table td {
    padding: 15px 39px;
}
.sk-widget-products .sk-table th:first-child,
.sk-widget-products .sk-table td:first-child {
    padding-right: 10px;
}
.sk-widget-products .sk-table th:last-child,
.sk-widget-products .sk-table td:last-child {
    padding-left: 10px;
}
.sk-widget-products .sk-table td,
.sk-widget-products .sk-table tr:nth-child(even) td {
    background: rgba(210,66,95,0.19);
}
.sk-widget-products .sk-table .price-up td,
.sk-widget-products .sk-table .price-up tr:nth-child(even) td {
    background: rgba(87,195,129,0.07);
}
.sk-widget-products .product-name a {
    font-weight: 500;
    color: rgba(255,255,255,0.8);
}
.sk-widget-products .product-price {
    color: #D2425F;
}
.sk-widget-products .price-up .product-price {
    color: #57C381;
}
.sk-widget-products .product-price span {
    display: inline-block;
}
.sk-widget-products .price-percent {
    padding-left: 5px;
}
@media (max-width: 1199px) {
    .sk-table th,
    .sk-table td {
        font-size: 14px;
        padding: 15px 10px;
    }
    .sk-widget-products .sk-table th,
    .sk-widget-products .sk-table td {
        padding: 15px 10px;
    }
    .sk-widget-donation table .donation-company .company-logo {
        width: 32px;
        max-width: 32px;
    }
    .sk-widget-donation table .donation-company .company-logo img {
        max-height: 21px;
    }
}
@media (max-width: 575px) {
    .sk-table th,
    .sk-table td {
        font-size: 12px;
    }
}