.share-exp-home {
    width: 100%;
    padding-top: 20px;
}

.handbook h3 {
    margin-bottom: 2rem;
    margin-top: 0;
    FONT-SIZE: 18px;
    font-weight: 600;
}

.handbook .handbook-wrap {
    display: grid;
    grid-column-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
}

.handbook .handbook-wrap .first-handbook {
    grid-area: 1/1/span 2/span 1;
}

.handbook .other-handbook {
    margin-bottom: 20px;
    display: flex;
}

.handbook .handbook-wrap .first-handbook a {
    color: #000;
}

img[lazy] {
    opacity: 1;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    visibility: visible;
}

.handbook h4 {
    margin-top: 10px;
}

.handbook .handbook-wrap .first-handbook a h4 {
    margin-bottom: 0;
    font-size: 16px;
}

.handbook .other-handbook a {
    display: flex;
    color: #000;
}

.handbook .other-handbook .handbook-image {
    flex: 0 0 140px;
}

.handbook .other-handbook img {
    display: inline-block;
    margin-right: 10px;
    width: 128px;
}

.handbook .other-handbook .handbook-title {
    margin: 0 0 5px;
    padding: 0;
    height: 20px;
    -webkit-line-clamp: 1;
    line-height: 1.4;
    font-size: 14px;
}

.handbook .other-handbook .handbook-content, .handbook .other-handbook .handbook-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.handbook .other-handbook .handbook-content {
    height: 55px;
    -webkit-line-clamp: 3;
    color: grey;
}

.handbook .handbook-link {
    display: block;
    text-align: right;
}

.terms-policy a {
    display: inline-block;
    border: 0.5px solid #a7a7a7;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 10px 20px;
    text-align: center;
}

.terms-policy a img {
    display: inline-block;
}

.terms-policy a span {
    color: #666;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 600;
}

.terms-policy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 97px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.tabTitle li.titleTabItem.active a {
    color: #000;
}
.widget {
    clear: both;
}
.fourbox-block {
    margin: 5px -5px;
}
.fourbox {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.fourbox .box {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}
.fourbox .box>a {
    display: block;
    height: 100%;
    padding: 15px 14px 15px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img[lazy] {
    opacity: 1;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    visibility: visible;
}
.fourbox .box img {
    display: inline-block;
    max-width: 60px;
    height: 60px;
    object-fit: contain;
    -o-object-fit: contain;
    float: left;
}
.fourbox .box a>span:not(.img) {
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
    font-weight: 300;
}
.fourbox .box .title {
    display: block;
    font-size: 18px;
    color: #333;
    margin: 1px 0 5px;
    font-weight: 300;
}
.home-slider-block .owl-dots{
    max-width: calc(100% - 300px);
    padding-bottom: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.tabTitle {
    overflow-x: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.tabTitle li.titleTabItem{
    display: inline-block;
    float: left;
    white-space: nowrap;
    padding: 0 14px;
    margin: 8px 0;
    border-right: 1px solid #c3c3c3;
    cursor: pointer;
}
.tabTitle li.titleTabItem a{
    font-size: 14px;
    line-height: 1.2;
    color: #999;
    font-weight: 400;
}
.tabTitle li.titleTabItem:nth-last-of-type(1) {
    border-right: none;
}
.tabTitle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.tabTitle::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
    height: 5px;
}

.tabTitle::-webkit-scrollbar-thumb
{
    background-color: #999;
    border: 2px solid #999;
}
.block-cate-home .view__more {
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 2px;
}
@media (min-width: 768px){
    .fourbox-block{
        display: none;
    }
}
@media (max-width: 991px) {
    .row.product-lists-home {
        margin-top: 15px;
    }
    .home-slider-block .owl-dots{
        max-width: 100%;
        left: 50%;
    }
    .loadProductCategoryHome .block-cate-home .title-home {
        padding: 8px 5px 7px 10px;
        font-size: 24px;
        font-weight: 700;
        float: left;
        flex-grow: 1;
        color: #999;
        padding-left: 54px;
    }

    .handbook .handbook-wrap {
        display: unset;
    }

    .handbook .handbook-wrap .first-handbook {
        display: none;
    }

    .handbook .other-handbook .handbook-image {
        flex: 0 0 65px;
    }

    .handbook .other-handbook .handbook-image img {
        display: block;
        margin-right: 10px;
        width: 55px;
    }

    .handbook h4 {
        margin: 0;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .handbook .other-handbook .handbook-content {
        height: 35px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

}
@media (max-width: 768px){
    .fourbox-block {
        margin: 0 -5px;
        padding-top: 5px;
        background: #fff;
    }
    .fourbox .box {
        padding: 5px 15px;
    }
    .fourbox .box>a {
        padding: 0;
        background: 0 0;
        display: block;
        max-width: 165px;
        margin: auto;
        text-align: center;
        text-decoration: none;
    }
    .fourbox .box img {
        float: none;
    }
    .fourbox .box a>span:not(.img) {
        display: block;
        width: 100%;
        max-width: 68px;
        padding: 0;
        margin: auto;
        float: none;
        clear: both;
    }
    .fourbox .box>a:after {
        content: "";
        display: block;
        clear: both;
    }
    .fourbox .box .title {
        font-size: 14px;
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
        line-height: 1.25;
    }
    .fourbox .box a>span:not(.img)>span:not(.title) {
        display: none;
    }
    .handbook .handbook-link a {
        display: block;
        padding: 7px 0;
        border: 1px solid #e5e5e5;
        text-align: center;
    }
    .terms-policy{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
    }
    .terms-policy a{
        margin-bottom: 15px;
    }
}
.fourbox .box>a {
    padding: 0px 0px 0 0;
}
