@charset "utf-8";

/* CSS Document */

@import url(head-font.css);
body {
    background: #f3f3f3;
    background-blend-mode: multiply, multiply;
    background-attachment: fixed;
    padding-bottom: 0px;
}

.top-header-container {
    overflow: hidden;
    padding: 0px !important;
    position: relative !important;
    height: 600px;
}

.content-header-pic {
    background-color: #DCDCDC;
    height: 600px;
    background-size: cover;
    overflow: hidden !important;
    position: relative !important;
    z-index: -5 !important;
    margin-top: 0px !important;
}

.text-content {
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute!important;
    direction: ltr;
    text-align: center;
    z-index: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.text-content h2 {
    background-color: rgba(255, 173, 91, .85);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 40px;
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 10px;
    padding-top: 30px;
    display: none;
}

.under-line {
    border-bottom: 4px solid #fff;
    width: 100px;
    z-index: 200;
    margin: 0 auto;
}

.text-content h5 {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500 !important;
}

#contentus {
    direction: ltr;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content-text,
.subcat-text {
    direction: ltr !important;
    margin-bottom: 15px;
}

.content-date {
    color: #939494 !important;
}

.content-text p,
.subcat-text p {
    font-size: 13px;
    line-height: 25px;
    color: #191919;
    direction: ltr !important;
    text-align: justify;
}

.content-pic-container {
    text-align: center;
    background-color: #FFFFFF;
    height: 130px;
}

.content-pic {
    background-color: #FFFFFF;
    height: 100%;
    z-index: 30;
}

.content,
.subcat {
    height: auto;
    min-height: 268px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
    z-index: 10;
    position: relative;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: -25px !important;
    padding-bottom: 15px;
}

.content h4,
.subcat h4 {
    direction: ltr;
    color: #ff9c00;
    font-size: 25px;
    font-weight: 600 !important;
    padding: 10px 13px;
    margin: 0px;
    margin-bottom: -25px;
}

.content p,
.subcat p {
    direction: ltr;
    color: #363535;
    font-size: 15px;
    padding: 8px 13px;
}

.content a,
.subcat a {
    direction: ltr;
    color: #c7c5c5 !important;
    font-size: 14px;
    padding: 15px!important;
}

.content i,
.subcat i {
    padding-left: 5px;
    color: #c7c5c5;
}

.content i:hover,
.subcat i:hover {}

.contents-date {
    position: absolute;
    bottom: -12px;
    right: 5px;
    color: #a7a7a7 !important;
    font-size: 12px !important;
}

.morecontents,
.moredestinations,
.moreprovinces,
.morecities,
.moreneighbors {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.loading-wait {
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


/*End of Zoom in Keyframes */

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 25px !important;
    display: none;
}