
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus,
        a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }



h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 1.75rem;
}

.col-lg-4,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.img-overlay-black {
	position: relative;
	height: 100%;
}
.img-overlay-black img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-overlay-black span:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #FFFFFF;
	right: 50%;
	left: 50%;
	transition: all 0.3s ease-out;
	bottom: -3px;
}
.img-overlay-black {
	position: relative;
}
.img-overlay-black a span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 50%;
	top: auto;
	transform: translate(0,50%);
	color: #fff;
	display: inline-block;
	max-width: 80%;
	text-align: center;
	text-transform:uppercase;

}
.img-overlay-black:hover span:before {
	right: 0;
	left: 0;
}
.img-overlay-black  a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}



/*! CSS Used from: https://auroratravel.asia/Asset/css/style.css */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}




h3 {
    font-size: 3rem;
}

a:hover {
    color: #FEB012;
}



.text-yellow {
    color: #feaf12;
}

/*! CSS Used from: https://auroratravel.asia/Asset/css/page.css */
ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h3 {
    font-size: 3rem;
}



.text-yellow {
    color: #FEB534;
}

.box__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.more-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    font-weight: 600;
}

.blog__title {
    text-align: left;
}

.recent-list {
    font-size: 16px;
    padding-top: 10px;
}

.recent-item {
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

    .recent-item:hover {
        transform: translate3d(0, -10px, 0);
        transition: all 0.3s ease;
    }

.recent-img {
    display: block;
    margin-bottom: 15px;
}

    .recent-img img {
        height: 232px;
        border-radius: 8px;
    }

.recent-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recent-time {
    margin-bottom: 10px;
}

.recent-text {
    line-height: 1.3;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}
