/*
Theme Name: Haviweb Child Theme
Description: Cong ty thiet ke website Havi
Author: Havi
Template: flatsome
Version: 3.16.2
*/

/*header*/
ul.header-nav.header-nav-main {
    justify-content: center;
}
/*div#masthead:after {
    content: "";
    background: url(https://demoweb.company/duoclieu/wp-content/uploads/2023/04/ic-leaf.png) center top repeat-x;
    display: block;
    z-index: 99;
    height: 15px;
    width: 100%;
}*/
.title-hd{text-align: center;}
.title-hd li {
    list-style: none;
}
.title-hd li:nth-child(1) {
    font-size: 22px;
}
.title-hd li:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
    color: #1a1452;
	margin-bottom: 0;
}
.title-hd li:nth-child(2) {
    font-size: 25px;
    font-weight: 600;
    color: green;
	margin-bottom: 0;
}
.btn-hover {
	transition: letter-spacing 0.5s ease;
}
.btn-hover:hover {
	letter-spacing: 3px;
}
/*menu cấp 3*/
@media (min-width: 850px){ header#header .nav-dropdown { display: block; } header#header .nav-dropdown ul.sub-menu { position: absolute; left: 100%; top: 0; background: #fff; width: 250px; padding: 0; display: none !important; border-radius: 5px; -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); } header#header .nav-dropdown ul.sub-menu a { white-space: normal; margin: 0; padding: 10px 15px; border: 0; font-weight: 400; } header#header .nav-dropdown li:hover > ul.sub-menu{ display: block !important; } header#header .nav-dropdown li { border-right: 0; white-space: normal; width: 100%; display: block; position: relative; } header#header .nav-dropdown li.menu-item-has-children > a { font-weight: 400; text-transform: none; font-size: 16px; color: rgba(102,102,102,.85); } header#header .nav-dropdown li.active>a { color: #e82c2a; } }
header#header .nav-dropdown li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px; /* Chừa chỗ cho mũi tên */
}

header#header .nav-dropdown li.menu-item-has-children > a::after {
    content: "\f105"; /* Unicode của FontAwesome mũi tên phải */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
/*tin tức*/
.post-tt .post-item~.post-item {
    max-width: 50%;
    float: left;
    flex-basis: 50%;
}
.post-tt .col.post-item {
    padding-bottom: 15px;
}
.post-tt .box-image {
    width: 53%;
    float: left;
    margin-right: 10px;
}
.post-tt .post-item:nth-child(1) .box-text.text-left {
    border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}
.post-tt .box-text.text-left {
    padding-top: 0;
}
.post-tt .is-divider {
    display: none;
}
.post-tt .post-item~.post-item .box-text-inner.blog-post-inner {
    width: 43%;
    float: right;
}
.post-tt .post-item~.post-item h5.post-title.is-large {
    font-size: 13px;
    max-height: 63px;
    overflow: hidden;
}
.post-tt .post-item~.post-item p.from_the_blog_excerpt {
    display: none;
}
.entry-content.single-page {
    padding-top: 0;
}
.entry-header-text.entry-header-text-top.text-left {
    padding-bottom: 0;
}
/*footer*/
.row-ft p {
    margin-bottom: 5px;
    font-size: 14px;
}
.row-ft h3 {
    margin-bottom: 5px;
    font-size: 17px;
}
.copyright-footer {
    color: white;
}
/*liên hệ*/
/*code*/
.anh-1 {
    z-index: 1;
}
.txt-map p{margin-bottom: 0;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}