﻿:root {
    --main-color: #333;
    --main-font-size: 16px;
    --main-font-family: 'Roboto', sans-serif;
    --main-theme-color: #FFF;
}

html {
    overflow-x: hidden;
}

body {
    font-size: var(--main-font-size);
    color: var(--main-color);
    background: var(--main-theme-color);
    font-family: var(--main-font-family);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/*Style Menu*/
.navbar {
    padding: 0;
}

.sub-menu {
    display: none;
}

#menu-header {
    background: #216cbd;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: white;
    border-radius: 10px;
}

li.nav-item {
    padding: 5px 10px;
}

a.nav-link {
    border-radius: 10px;
}

.sub-menu > ul > li {
    list-style: none;
}

li.nav-item:hover > .sub-menu {
    display: list-item;
    position: absolute;
    list-style: none;
    border-radius: 10px;
    top: 47px;
    z-index: 1;
    background-color: #216cbd;
    width: 180px;
}
ol, ul {
    padding-left: 0px;
}

.header-info-group {
    display: flex;
}

.header-hotline-number {
    font-size: 24px;
    font-weight: 500;
    color: orange;
    text-decoration: none;
}
.ht-contact-block {
    display: flex
}
i.fa-solid.fa-phone-volume, i.fa-solid.fa-headset {
    font-size: 30px;
    margin-right: 20px;
    font-weight: 900;
    line-height: 2;
}

.header-hotline-mobile, .header-hotline-mobile > a {
    color: #0685aa;
    text-decoration: none;
}

.banner {
	width: 100%;
}
/* Style ADE*/
#ADESearchFormClient {
    position: absolute;
    z-index: 1;
}

/*content*/
.header-text {
    border-bottom: 2px solid #E2B945;
    margin: 10px 0;
}

.vcex-module.vcex-recent-news-wrap.wpex-clr.custom-news {
    height: 180px;
}

#owl-new .item {
    margin: 3px;
}

img.thumb-new {
    height: 350px;
}

.card-img-overlay.d-flex.flex-column.justify-content-end {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .6)));
}

#owl-airlines .item {
    text-align: center;
}

/*Footer*/
.footer {
    border-top: 3px solid #E2B945;
    margin-top: 30px;
    background-image: url('../img/picture/concept-airplane-travel.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

h2.header-text.header-footer {
    color: #ffff98;
	padding: 0 20px 0 20px;
}

.ht-footer {
    background: rgba(0,0,0,0.3);
}

.ft-content-item{
	padding: 0 20px 0 20px;
}
.ft-content-item > label, .ft-content-item > ul, .ft-content-item > ul > li > a, .ft-content-item > i {
    list-style: none;
    text-decoration: none;
    color: white;
}

#fb-fanpage {
    border-radius: 70px;
    width: 300px;
	padding: 0 20px 0 20px;
}

/*Blog*/
.card-img-top {
    width: 100%;
    height: 180px;
    border-radius: 5px;
}

.posttime {
    font-size: 10px;
}

.posttime > a {
    text-decoration: none;
}

.card-title {
    font-weight: 600;
    font-size: 16px;
    color: #00428b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    text-decoration: none;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
    min-height: 50px;
}

.listCategory {
    background: #31708f1c;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.listCategory ul, .listCategory ul > li > a {
    list-style-type: none;
    text-decoration: none;
}

.line-post {
    border: 1px solid darkgrey;
    margin: 15px 0;
}

/*Right menu*/
.header-menu-mb {
    color: #ffff98;
    background: #0685aa;
    padding: 10px;
    border-radius: 5px;
}

.header-menu-mb h4 {
    margin: 0;
}

.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px){
	#ADESearchForm .ADETab > li a {
		font-size: 12px !important;
		}
}
#ADESearchForm, .detailsheader .ADEBody .ADEHeader, .detailsheader .ADEBody .ADEBodyContent {
    max-width: 1120px !important;
}
.detailsbody, .ADEISRDetailsBody {
    max-width: 1120px !important;
}
img#logo {
    width: 140px;
}
.ADEButton, .ADEButton:hover, .ADEButton:active {
    background: #216cbd !important;
}
.detailsheader .ADEBody {
    background: orange !important;
}