/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* csss header logo */
h2.ten-logo a {
    color: #002c5f;
    font-size: 30px;
}
h2.ten-logo a:hover {
    color: #ed1c24;
}

/* css header menu */
div#wide-nav ul li.menu-item a.nav-top-link {
    color: #002c5f;
}
div#wide-nav ul li.menu-item a.nav-top-link {
    padding-right: 12px;
}
div#wide-nav ul li.menu-item a.nav-top-link:not(li.menu-item:first-child a.nav-top-link) {
    padding-left: 12px;
}


.col.col-padding {
	padding-bottom: 0;
}
/* css section dịch vụ */
.box-dichvu h3 {
    color: #002c5f;
}

/* css section danh sách ô tô */
.box-oto {
    width: 19.5%;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 15px;
    transition: 0.3s ease-in-out;
}
.box-oto .icon-box-img {
    margin-bottom: 10px;
}
.box-oto:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}
.box-oto h4 {
    font-weight: 500;
}

/* css section tin tức */
.is-divider {
    display: none;
}
.blog-verti .col.post-item {
    padding-bottom: 30px;
}
.blog-verti .col.post-item .box-text.text-left {
    display: flex;
    padding: 0px 0 0px 10px;
}
.blog-verti .col.post-item h5.post-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

/* css trang chi tiết xe */
.gia-sp p {
    font-size: 20px;
}
.gia-sp p strong {
    color: #bd0d0d;
    font-size: 27px;
}

/* css footer */
.ct-foo p {
    margin-bottom: 10px;
    font-size: 15px;
}


@media (max-width: 850px) and (min-width: 768px) {
	/* css section danh sách ô tô */
	.box-oto {
		width: 33%;
	}
}

@media (max-width: 768px) and (min-width: 549px) {
	/* css section danh sách ô tô */
	.box-oto {
		width: 33%;
	}
}

@media (max-width: 549px) {
	/* css section danh sách ô tô */
	.box-oto {
		width: 100%;
	}
	.box-oto h4 {
		font-size: 16;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}