/**
 * Css for Widget
 */

.footer-top-v1{
    background-color: #ffffff;
    padding: 60px 0;
    color: var(--website-color-txt-footer);
}

.footer-top-v1 .footerTopColContainer{
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .footer-top-v1 .footerTopColContainer{
        margin-bottom: 0;
    }
}


.footer-top-v1 .custom-logo-link > img {
    max-width: 200px;
    height: auto;
}

.footer-top-v1 .footerTopColContainer div.h5{
    color: var(--website-color-title-footer);
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.875rem;
    word-wrap: break-word;
    margin: 0 0 16px 0;
}

.footer-top-v1 .footerTopColContainer .contentHtml{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    word-wrap: break-word
}

.footer-top-v1 .footerTopColContainer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-v1 .footerTopColContainer ul li{
    margin: 8px 0;
}

.footer-top-v1 .footerTopColContainer ul.link-block li{
    display: block;
}

.footer-top-v1 .footerTopColContainer ul.link-inline li{
    display: inline-block;
}


.footer-top-v1 .footerTopColContainer ul li span.iconLink {
    margin-right: 10px;
    margin-left: -2px;
}

.footer-top-v1 .footerTopColContainer ul li a{
    color: var(--website-color-txt-footer);;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
}

.footer-top-v1 .footerTopColContainer ul li a.nav-link {
    display: block;
    color: var(--website-color-txt-footer);;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}


.footer-top-v1  .footer-top-col-2 ul.link-inline{
    margin-top: 18px;
}

.footer-top-v1 .footer-top-col-2 span.iconLink {
    margin-right: 20px;
}

.footer-top-v1 span.iconLink svg{
    color:var(--website-primary);
    fill:var(--website-primary);
}



/* Back to Top Button */
#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    padding: 0;
    z-index: 10001;
}

#btn-back-to-top span::before{
    line-height: 48px;
}



/*
xs      <576px      col-            smart-phone
sm      ≥576px 	    col-sm
md      ≥768px 	    col-md          ipad
lg      ≥992px 	    col-lg          ipad pro
xl      ≥1200px 	col-xl          desktop
xxl     ≥1400px     col-xxl
*/

/*============================================================
 *
 * XXL  desktop large
 *
 */
@media (min-width: 1400px) {

}

/*============================================================
 *
 * XL   desktop
 *
 */
@media (max-width: 1399px) {

}

/*============================================================
 *
 * LG   small desktop
 *
 */

@media (max-width: 1199px) {

}

/*============================================================
 *
 * LG   ipadpro
 *
 */
@media (pointer:coarse) and (max-width: 1199px) {

}


/*============================================================
 *
 *  MD  ipad
 *
 */
@media (max-width: 991px) {
    .footer-top-v1  .footer-top-col{
        margin-bottom: 60px;
    }

}


/*============================================================
 *
 *  Container 1100
 */
@media (max-width: 1200px) {
    .footer-top-v1 {
        padding: 60px 15px 0;
    }

    .footer-top-v1 .footerTopColContainer{
        margin-bottom: 0;
    }

    .footer-top-v1  .footer-top-col{
        margin-bottom: 30px;
    }

    #btn-back-to-top {
        bottom: 2px;
        right: 2px;
    }

}

/*============================================================
 *
 *  SM smart-phone 576-767
 *  XS 0-567
 */
@media (max-width: 767px) {
}
/*============================================================
 *
 * XS   smartphone
 *
 */
@media (min-width: 10px)  and (max-width: 575px) {

}

