.hero-wrap.hero-wrap-2 {
    height: 500px;
}

.ftco-section {
    /* background-image: linear-gradient( 45deg, transparent 20%, #f2f2f2 25%, transparent 25%), linear-gradient( -45deg, transparent 20%, #f2f2f2 25%, transparent 25%), linear-gradient( -45deg, transparent 75%, #f2f2f2 80%, transparent 0), radial-gradient(#f2f2f2 2px, transparent 0);
    background-size: 30px 30px, 30px 30px; */
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 510px;
}

#album-facebook a.navbar-brand .mg-img {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}

.card-custom {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    overflow: hidden;
    animation-name: scale-in;
    animation-duration: .4s;
}

@keyframes scale-in {
    0% {
        transform: scale(0.01);
    }
    100% {
        transform: scale(1);
    }
}

#album-facebook a.navbar-brand .mg-img img {
    transition: transform .2s;
    /* Animation */
}

#album-facebook a.navbar-brand .mg-img img:hover {
    transform: scale(1.1);
}

#album-facebook h5 {
    font-size: 17px;
    white-space: normal;
}

#album-facebook p {
    font-size: 14px;
    color: #a5a5a5;
    font-weight: normal;
    padding: 2px 10px;
    overflow: hidden;
    white-space: normal;
}

#album-facebook p.al-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 15em;
    margin: 0 auto;
}

#album-facebook .mg-icon-fb {
    height: 25px;
    width: 25px;
    display: inline-block;
    background: #0083cc;
    margin-bottom: -6px;
    margin-right: 5px;
    position: relative;
}

#album-facebook .icon-facebook {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.ftco-section .mg-icon-fb {
    height: 25px;
    width: 25px;
    display: inline-block;
    background: #0083cc;
    margin-bottom: -6px;
    margin-right: 5px;
    position: relative;
}

.ftco-section .icon-facebook {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

#album-facebook p.fb-content {
    color: #494949;
}

.checkin {
    font-size: 12px;
}

.card-deck .card-custom {
    position: relative;
}

.card-deck .btn-share-mobile {
    position: absolute;
    z-index: 2;
    bottom: 9px;
    left: 0;
    font-size: inherit;
    padding: 0;
    width: 85px;
    border-radius: 4px;
    opacity: 0;
}

.album-content .mg-btn-facebook {
    display: inline-block;
    border-radius: 8px;
    background: #F0F6FF;
    padding: 1px 0 1px 12px;
    text-align: left;
    width: 290px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.album-content .fb-share-button {
    padding-top: 11px;
    padding-bottom: 13px;
    padding-left: 5px;
    padding-right: 5px;
    background: #1B76F4;
    border-radius: 4px;
    float: right !important;
}

.album-content .btn-share-mobile {
    border-radius: 4px;
    height: 47px;
    width: 97px;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.album-content .text-share-cta {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.album-content .text-share-cta span {
    font-size: 12px;
}

.album-content .text-share-cta img {
    padding-left: 10px;
}

@media screen and (min-width: 992px) {
    #fotorama {
        width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    #album-facebook a.navbar-brand .mg-img {
        max-height: 250px;
    }
}

@media screen and (max-width: 992px) {
    #album-facebook a.navbar-brand .mg-img {
        max-height: 200px;
    }
    #album-facebook p {
        font-size: 12px;
    }
    #album-facebook h5 {
        font-size: 14px;
    }
    .col-lg-8.list-image {
        width: 65%;
    }
    .col-lg-4.fb-cmeent {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    #album-facebook p {
        font-size: 14px;
    }
    #album-facebook h5 {
        font-size: 16px;
    }
    #album-facebook .col-md-3 {
        width: 50%;
        padding-right: 6px;
        padding-left: 6px;
    }
    #album-facebook a.navbar-brand .mg-img {
        max-height: 300px;
    }
    .col-lg-8.list-image,
    .col-lg-4.fb-cmeent {
        width: 100%;
    }
    .hero-wrap.hero-wrap-2 .slider-text,
    .hero-wrap.hero-wrap-2 {
        height: 186px;
    }
    .sidebar-datlich {
        display: none;
    }
    .lbl-create-at {
        font-size: smaller;
    }
}

@media screen and (max-width: 532px) {
    #album-facebook a.navbar-brand .mg-img {
        max-height: 250px;
    }
    #album-facebook p {
        font-size: 13px;
        margin-top: 3px;
    }
    #album-facebook h5 {
        font-size: 13px;
        padding: 0;
    }
    #album-facebook h5.heading-sidebar {
        font-size: inherit;
    }
    #album-facebook p.fb-content {
        font-size: inherit;
    }
    .ftco-section {
        background-image: linear-gradient( 45deg, transparent 20%, #9a7b7b00 25%, transparent 25%), linear-gradient( -45deg, transparent 20%, #9a7b7b00 25%, transparent 25%), linear-gradient( -45deg, transparent 75%, #9a7b7b00 80%, transparent 0), radial-gradient(#9a7b7b00 2px, transparent 0);
        background-size: 5px 5px, 5px 5px;
    }
}

@media screen and (max-width: 455px) {
    #album-facebook a.navbar-brand .mg-img {
        max-height: 240px;
    }
}

@media screen and (max-width: 405px) {
    #album-facebook a.navbar-brand .mg-img {
        /* max-height: 200px; */
    }
}

@media screen and (max-width: 340px) {
    #album-facebook .col-md-3 {
        width: 100%;
    }
    #album-facebook a.navbar-brand .mg-img {
        max-height: 280px;
    }
}

#album-facebook a.navbar-brand .mg-img {
    max-height: auto !important;
}

.card-deck .navbar-brand {
    width: 100%;
}

.card-columns {
    -webkit-column-count: 4;
    column-count: 4;
}

.lbl-create-at {
    line-height: 28px;
    width: 6em;
}

.btn-share {
    /* padding: 3px 10px;
    font-size: inherit; */
}

.btn-xem-them {
    font-size: inherit;
}

@media (max-width: 768px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}