.hot-link-item-hamput {
    height: 100px;
    background-color: #fa6801;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 7px #CECECE;
    box-shadow: 5px 5px 7px #CECECE;
    overflow: hidden;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}
.hot-link-item-hamput img.hamput-mpos {
    position: absolute;
    width: 150px;
    right: -48px;
    top: 5px;
}
.hot-link-item-hamput img.hamput-logo {
    position: absolute;
    width: 102px;
    left: 9px;
    top: 46px;

}
.item-hamput-txt {
    margin-top: 5px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
.item-hamput-txt h3 {
    text-align: left;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.51);
}
@media (max-width: 1199px){
    .hot-link-item-hamput img.hamput-mpos {
        width: 139px;
        right: -52px;
        top: 40px;
    }
    .hot-link-item-hamput img.hamput-logo {
        width: 84px;
        left: 7px;
        top: 54px;
    }
    .item-hamput-txt {
        margin-top: 12px;
        padding-left: 10px;
    }
    .item-hamput-txt h3 {
        font-size: 15px;
    }

}
@media (max-width: 991px){
    .hot-link-item-hamput img.hamput-mpos {
        width: 154px;
        right: 22px;
        top: 4px;

    }
    .hot-link-item-hamput img.hamput-logo {
        width: 102px;
        left: 68px;
        top: 44px;
    }
    .item-hamput-txt {
        margin-top: 6px;
        padding-left: 46px;
    }
    .item-hamput-txt h3 {
        font-size: 17px;
    }
}
@media (max-width: 767px){
    .hot-link-item-hamput img.hamput-mpos {
        width: 142px;
        right: -30px;
        top: 8px;
    }
    .hot-link-item-hamput img.hamput-logo {
        width: 102px;
        left: 47px;
        top: 39px;
    }
    .item-hamput-txt {
        margin-top: 5px;
        padding-left: 40px;
    }
    .item-hamput-txt h3 {
        font-size: 15px;
    }
}
@media (max-width: 560px){
    .hot-link-item-hamput img.hamput-mpos {
        width: 105px;
        right: 12px;
        top: 31px;
    }
    .hot-link-item-hamput img.hamput-logo {
        width: 88px;
        left: 14px;
        top: 37px;
    }
    .item-hamput-txt {
        margin-top: 2px;
        padding-left: 40px;
    }
    .item-hamput-txt h3 {
        font-size: 14px;
    }
}
@media (max-width: 460px){
    .hot-link-item-hamput img.hamput-mpos {
        width: 142px;
        right: -30px;
        top: 8px;
    }
    .hot-link-item-hamput img.hamput-logo {
        width: 102px;
        left: 47px;
        top: 39px;
    }
    .item-hamput-txt {
        margin-top: 5px;
        padding-left: 40px;
    }
    .item-hamput-txt h3 {
        font-size: 15px;
    }
}


/*----------------------------------------*/
.hamput .hamput-banner{
    margin-top: 30px;
}
.hamput .hamput-txt {
    margin-bottom: 40px;
}
.hamput .hamput-txt h4{
    color: #7b1fa2;
}
.hamput .show-more-btn-wrapper.show-more-btn-exception-001 {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-left: 0 !important;
}
.hamput .show-more-btn-wrapper img {
    height: 35px;
    float: right;
}
.hamput .show-more-btn-wrapper .show-more-btn-txt {
    margin-right: 40px;
    margin-left: 30px;
}
.hamput .show-more-btn-wrapper .show-more-btn-txt h5 {
    line-height: 35px;
    font-size: 13px;
}
