#section-project-location {
    /* border-top: 10px solid  rgba(255,255,0,1);;
    border-bottom: 10px solid  rgba(255,255,0,1);; */
}

/* google map */
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-google-map {
    overflow: hidden;
    background-color: rgba(229,227,223,1);
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-google-map>iframe {
    position: absolute;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    top: -150px;
    left: -150px;
    border: none !important;
}

/* graphic map */
/* #project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map,
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-nearby-places {
    padding: 50px;
} */
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map {
    height: 100%;
    width: 100%;
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map>.media-frame {
    /* background-color: #ccc; */
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map>.media-frame>.media-frame-inner {
}

/* ============================================================================================== */
/* ==================================== project location popup ================================== */
/* ============================================================================================== */

#project-location-popup .modal-content {
    height: 800px;
}
#project-location-popup .modal-header .modal-title-row>.modal-title-col.this-col-right {
    padding-right: 30px;
}
#project-location-popup .modal-body {
    padding: 0;
}
#project-location-popup .modal-body .tab-content-group,
#project-location-popup .modal-body .tab-content-group>.tab-content-item {
    width: 100%;
    height: 100%;
    padding: 0;
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.h-auto {
    height: auto;
}

#project-location-popup .modal-footer .item-inline-row {
    display: none;
}
#project-location-popup .modal-footer .item-inline-row.show {
    display: block;
}

/* --------------------------------------------------------------- */
/* ---------------------- nearby places -------------------------- */
/* --------------------------------------------------------------- */

.nearby-places-all {
    position: relative;
    /* columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; */
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
}
/* .nearby-places-all .place-group.break {
    break-before: column;
} */
.nearby-places-all .place-group {
    position: relative;
    margin-bottom: 40px;
    break-inside: avoid;
}
.nearby-places-all .place-row {
    display: flex;
    flex-wrap: nowrap;
}
.nearby-places-all .place-row>.place-col {
    position: relative;
    width: 100%;
}
.nearby-places-all .place-row>.place-col.this-col-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 55px;
    text-align: center;
    /* background-color: rgba(var(--cpn-color-black), 0.1); */
    border-radius: 10px;
    background: none !important;
}
.nearby-places-all .place-row>.place-col.this-col-detail {
    width: calc(100% - 80px);
    padding-top: 3px;
    padding-left: 10px;
    /* padding-left: 20px; */
}
.nearby-places-all .place-row>.place-col.this-col-detail>.title {
    width: 100%;
}
.nearby-places-all .place-row>.place-col.this-col-detail .item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    border-top: 1px solid rgba(var(--cpn-color-black),0.08);
    padding-top: 5px;
    margin-top: 5px;
}
.nearby-places-all .place-row>.place-col.this-col-detail .item>.name {
    flex: 1 0 0;
}
.nearby-places-all .place-row>.place-col.this-col-detail .item>.distance,
.nearby-places-all .place-row>.place-col.this-col-detail .item>.unit {
    color: rgba(var(--cpn-color-black),0.5);
}
.nearby-places-all .place-row>.place-col.this-col-detail .item>.distance {}
.nearby-places-all .place-row>.place-col.this-col-detail .item>.unit {
    padding-left: 10px;
}


#project-location-popup .nearby-places-all {
    padding: 50px;
}

/* --------------------------------------------------------------- */
/* ------------------------ google map --------------------------- */
/* --------------------------------------------------------------- */

#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-google-map {
    overflow: hidden;
    background-color: rgba(229,227,223,1);
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-google-map>iframe {
    position: absolute;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    top: -150px;
    left: -150px;
    border: none !important;
}

/* --------------------------------------------------------------- */
/* ----------------------- graphic map --------------------------- */
/* --------------------------------------------------------------- */

/* #project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map,
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-nearby-places {
    padding: 50px;
} */
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map {
    height: 100%;
    width: 100%;
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map>.media-frame {
    /* background-color: #ccc; */
    height: 100%;
    width: 100%;
}
#project-location-popup .modal-body .tab-content-group>.tab-content-item.this-graphic-map>.media-frame>.media-frame-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100% !important;
    width: 100% !important;
}

/* ============================================================================================== */
/* ============================== project location content + address ============================ */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- content ----------------------------- */
/* --------------------------------------------------------------- */

.project-location-content {
    position: relative;
    text-align: center;
}

/* has content */
#section-project-location.has-content .project-location-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
#section-project-location.has-content.has-address .project-location-content {
    padding-bottom: 0;
}
#section-project-location.has-content.has-address.has-places-highlight .project-location-content {
    padding-bottom: 105px;
}
#section-project-location.has-content .project-location-content .title-row+.button-row {
    margin-top: 10px;
}
#section-project-location.has-content .project-location-content .content-row+.button-row {
    margin-top: 20px;
}

/* --------------------------------------------------------------- */
/* ------------------------- address ----------------------------- */
/* --------------------------------------------------------------- */

.project-location-address {
    position: relative;
}
.project-location-address .address-places-row {
    position: relative;
}
.project-location-address .address-button-row,
.project-location-address .address-detail-row {
    position: relative;
    padding: 15px 0;
    margin: 15px 0;
}
.project-location-address .address-button-row::before,
.project-location-address .address-detail-row::before {
    position: absolute;
    content: "";
    width: 100%;
    top: -15px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(var(--cpn-color-black),0.15);
}

/* address btn */
.project-location-address .address-button-row {
    display: flex;
    justify-content: center;
}
.project-location-address .address-button-row .button-text-item,
#project-location-popup .button-text-item {
    color: rgba(var(--cpn-color-black),1);
}
.project-location-address .address-button-row .button-text-item:before,
#project-location-popup .button-text-item:before {
    position: absolute;
    content: "";
    width: calc(100% + 25px);
    height: calc(100% + 10px);
    top: -5px;
    bottom: -5px;
    left: -12.5px;
    right: -12.5px;
    border-radius: 20px;
    background-color: rgba(var(--cpn-color-black),0.1);
    opacity: 0;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}
.project-location-address .address-button-row .button-text-item:hover:before,
#project-location-popup .button-text-item:hover:before {
    opacity: 1;
}
#project-location-popup .button-text-item {
    /* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}
/* .project-location-address .address-button-row .button-text-item>.icon {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(var(--cpn-color-black),0.15);
}
.project-location-address .address-button-row .button-text-item>.icon:before {
    line-height: 35px !important;
} */

/* address detail */
.project-location-address .address-detail-row {
    text-align: center;
}
.project-location-address .address-button-row+.address-detail-row {
    margin-top: 30px;
}

/* has address */
#section-project-location.has-address .project-location-address {
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-project-location.has-content.has-address .project-location-address {
    padding-top: 40px;
}
#section-project-location.has-address.has-places-highlight .project-location-address {
    padding-top: 0 !important;
}
#section-project-location.has-address.has-places-highlight .address-places-row {
    top: -50px;
    margin-bottom: -30px;
}
#section-project-location.has-address.has-places-highlight .address-button-row::before,
#section-project-location.has-address.has-places-highlight .address-detail-row::before {
    display: none;
}
#section-project-location.has-address.has-places-highlight .address-button-row+.address-detail-row::before {
    display: block;
}

/* --------------------------------------------------------------- */
/* --------------------- nearby places --------------------------- */
/* --------------------------------------------------------------- */

.project-location-address ul.project-icon-hl,
.project-location-address ul.project-icon-hl>li.icon-hl-item {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.project-location-address ul.project-icon-hl {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;    
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.project-location-address ul.project-icon-hl>li.icon-hl-item {
    width: calc(100% / 3);
    padding: 0 10px;
}
.project-location-address ul.project-icon-hl .icon-hl-card {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    height: 100px;
    background-color: rgba(var(--cpn-color-white),1);
    box-shadow: 0 10px 40px rgba(var(--cpn-color-black),0.13);
    border-radius: 20px;
    padding: 10px;
}
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 55px;
    text-align: center;
    border-radius: 10px;
}
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-icon>.icon {
    height: 0;
}
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 20px 0 30px;
    width: calc(100% - 80px);
}
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.title,
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.title {
    position: relative;
    font-size: 14px;
    line-height: 25px;
}
.project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

/* more */
.project-location-address ul.project-icon-hl.more>li.icon-hl-item {
    width: calc((100% / 3) - (120px / 3));
}
.project-location-address ul.project-icon-hl.more>li.icon-hl-item.more {
    width: auto;
}
.project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .icon-hl-card {
    width: 100px;
    cursor: pointer;
    padding: 10px;
}
.project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .this-col-icon {
    background-color: rgba(var(--cpn-color-gray-light),0);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .this-col-icon:hover {
    background-color: rgba(var(--cpn-color-gray-light),1);
}
.project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .this-col-icon>.icon {
    font-size: 28px;
    transform: rotate(45deg);  
}
.project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .button {
    display: none;
}


/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .project-location-address ul.project-icon-hl {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .project-location-address ul.project-icon-hl>li.icon-hl-item {
        padding: 0 5px;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card {
        height: 80px;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 40px;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail {
        padding: 0 10px 0 15px;
        width: calc(100% - 60px);
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.title {
        font-size: 12px;
        line-height: 25px;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.text {
        font-size: 15px;
        line-height: 25px;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .icon-hl-card {
        width: 80px;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .this-col-icon>.icon {
        font-size: 20px;
    }

    /* .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .icon-hl-card {
        display: none;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .button {
        display: block;
        width: 100%;
    } */

    /* --------------------------------------------------------------- */
    /* --------------------- nearby places --------------------------- */
    /* --------------------------------------------------------------- */

    .nearby-places-all {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    #section-project-location.has-address.has-places-highlight .address-places-row {
        top: -40px;
    }
    #section-project-location.has-content.has-address.has-places-highlight .project-location-content {
        padding-bottom: 85px;
    }
    
    
}

/* md - sm - xs */
@media (max-width: 991.98px) {

    /* --------------------------------------------------------------- */
    /* --------------------- nearby places --------------------------- */
    /* --------------------------------------------------------------- */

    .nearby-places-all {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

    /* .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 45px;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .icon-hl-card {
        display: none;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .button {
        display: block;
        width: 100%;
    } */

    /* ============================================================================================== */
    /* ============================== project location content + address ============================ */
    /* ============================================================================================== */

    /* --------------------------------------------------------------- */
    /* ------------------------- content ----------------------------- */
    /* --------------------------------------------------------------- */

    /* has content */
    #section-project-location.has-content .project-location-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #section-project-location.has-content.has-address.has-places-highlight .project-location-content {
        padding-bottom: 80px;
    }

    /* --------------------------------------------------------------- */
    /* ------------------------- address ----------------------------- */
    /* --------------------------------------------------------------- */

    .project-location-address {
        padding: 0;
    }    

    /* address btn */
    .project-location-address .address-button-row,
    .project-location-address .address-detail-row {
        padding: 10px 0;
        margin: 0;
    }
    .project-location-address .address-button-row .button-text-group {
        width: 100%;
        flex-wrap: wrap;
    }
    .project-location-address .address-button-row ul.button-text-group>li {
        width: 100%;
        padding: 0;
        margin: 0;
        /* justify-content: center; */
    }
    .project-location-address .address-button-row ul.button-text-group>li+li {
        border-top: 1px dashed rgba(var(--cpn-color-black), 0.1);
        margin-top: 10px;
        padding-top: 10px;
    }
    .project-location-address .address-button-row ul.button-text-group>li+li:before {
        display: none;
    }   
    .project-location-address .address-button-row .button-text-item:before,
    #project-location-popup .button-text-item:before {
        display: none;
    }
    .project-location-address .address-button-row .button-text-item>.icon+.text,
    #project-location-popup .button-text-item>.icon+.text {
        margin-left: 10px;
    }

    /* has address */
    #section-project-location.has-address .project-location-address {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #section-project-location.has-content.has-address .project-location-address {
        padding-top: 50px;
    }

    /* --------------------------------------------------------------- */
    /* --------------------- nearby places --------------------------- */
    /* --------------------------------------------------------------- */

    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more {
        border-top: none;
        padding: 0;
        margin-top: 20px;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .icon-hl-card {
        display: none;
    }  
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .button {
        display: block;
        width: 100%;
    }

    /* --------------------------------------------------------------- */
    /* --------------------- nearby places --------------------------- */
    /* --------------------------------------------------------------- */

    .project-location-address .address-places-row {
        background-color: rgba(var(--cpn-color-white), 1);
        box-shadow: 0 10px 40px rgba(var(--cpn-color-black), 0.13);
        border-radius: 20px;
        padding: 40px;
    }
    .project-location-address ul.project-icon-hl {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }
    .project-location-address ul.project-icon-hl>li.icon-hl-item {
        width: 100% !important;
        padding: 0;
    }
    .project-location-address ul.project-icon-hl>li.icon-hl-item+li.icon-hl-item {
        border-top: 1px solid rgba(var(--cpn-color-black), 0.1);
        margin-top: 15px;
        padding-top: 15px;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card {
        box-shadow: none !important;
        border-radius: 0;
        background: none;
        height: auto;
        padding: 0;
    }    
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 45px;
        border-radius: 0;
        background: none;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail {
        padding: 0 0 0 20px;
        width: calc(100% - 50px);
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.text {
        font-size: 16px;
        line-height: 25px;
    }  
    
    #project-location-popup .nearby-places-all {
        padding: 30px;
    }
    .nearby-places-all .place-row>.place-col.this-col-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 45px;
        margin-top: 10px;
    }
    .nearby-places-all .place-row>.place-col.this-col-detail {
        width: calc(100% - 50px);
        padding-top: 0;
        padding-left: 15px;
    }

    #section-project-location .project-location-address>.container {
        /* width: 500px; */
    }

}

/* sm - xs */
@media (max-width: 767.98px) {

    /* ============================================================================================== */
    /* ============================== project location content + address ============================ */
    /* ============================================================================================== */

    /* --------------------------------------------------------------- */
    /* ------------------------- content ----------------------------- */
    /* --------------------------------------------------------------- */

    /* has content */
    #section-project-location.has-content .project-location-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #section-project-location.has-content.has-address.has-places-highlight .project-location-content {
        padding-bottom: 80px;
    }

    /* --------------------------------------------------------------- */
    /* ------------------------- address ----------------------------- */
    /* --------------------------------------------------------------- */

    .project-location-address {
        padding: 0;
    }    

    /* address btn */
    .project-location-address .address-button-row,
    .project-location-address .address-detail-row {
        padding: 10px 0;
        margin: 0;
    }
    .project-location-address .address-button-row .button-text-group {
        width: 100%;
        flex-wrap: wrap;
    }
    .project-location-address .address-button-row ul.button-text-group>li {
        width: 100%;
        padding: 0;
        margin: 0;
        /* justify-content: center; */
    }
    .project-location-address .address-button-row ul.button-text-group>li+li {
        border-top: 1px dashed rgba(var(--cpn-color-black), 0.1);
        margin-top: 10px;
        padding-top: 10px;
    }
    .project-location-address .address-button-row ul.button-text-group>li+li:before {
        display: none;
    }   
    .project-location-address .address-button-row .button-text-item:before,
    #project-location-popup .button-text-item:before {
        display: none;
    }
    .project-location-address .address-button-row .button-text-item>.icon+.text,
    #project-location-popup .button-text-item>.icon+.text {
        margin-left: 10px;
    }

    /* has address */
    #section-project-location.has-address .project-location-address {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #section-project-location.has-content.has-address .project-location-address {
        padding-top: 50px;
    }

    /* --------------------------------------------------------------- */
    /* --------------------- nearby places --------------------------- */
    /* --------------------------------------------------------------- */

    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more {
        border-top: none;
        padding: 0;
        margin-top: 20px;
    }
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .icon-hl-card {
        display: none;
    }  
    .project-location-address ul.project-icon-hl.more>li.icon-hl-item.more .button {
        display: block;
        width: 100%;
    }

    /* --------------------------------------------------------------- */
    /* --------------------- nearby places --------------------------- */
    /* --------------------------------------------------------------- */

    .project-location-address .address-places-row {
        background-color: rgba(var(--cpn-color-white), 1);
        box-shadow: 0 10px 40px rgba(var(--cpn-color-black), 0.13);
        border-radius: 20px;
        padding: 40px;
    }
    .project-location-address ul.project-icon-hl {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }
    .project-location-address ul.project-icon-hl>li.icon-hl-item {
        width: 100% !important;
        padding: 0;
    }
    .project-location-address ul.project-icon-hl>li.icon-hl-item+li.icon-hl-item {
        border-top: 1px solid rgba(var(--cpn-color-black), 0.1);
        margin-top: 15px;
        padding-top: 15px;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card {
        box-shadow: none !important;
        border-radius: 0;
        background: none;
        height: auto;
        padding: 0;
    }    
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 45px;
        border-radius: 0;
        background: none;
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail {
        padding: 0 0 0 20px;
        width: calc(100% - 50px);
    }
    .project-location-address ul.project-icon-hl .icon-hl-card>.this-col-detail>.text {
        font-size: 16px;
        line-height: 25px;
    }  
    
    #project-location-popup .nearby-places-all {
        padding: 30px;
    }
    .nearby-places-all .place-row>.place-col.this-col-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 45px;
        margin-top: 10px;
    }
    .nearby-places-all .place-row>.place-col.this-col-detail {
        width: calc(100% - 50px);
        padding-top: 0;
        padding-left: 15px;
    }

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {}

/* xs custom */
@media (max-width: 399.98px) {}
