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

/* Chỉnh size ảnh archive */
.archive .image-cover {
    padding-top: 75%!important;
}

/* CSS top bar menu */
.tp-bar{
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
ul.nav.top-bar-nav.nav-right.nav-small.nav-divided {
    align-items: baseline;
}
.nav-divided>li+li>a:after{
	border-left: none;
}
.tp-ict li {
    display: inline-block;
	margin-bottom: 0px;
}
.tp-navtop {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}
li.tp-phone {
    margin: 0 15px;
}
.tp-navtop img {
    margin-right: 5px;
}
a.tp-navtop:hover {
    color: #ffffffdb;
}
/* CSS header main*/
#logo {
    display: flex;
    justify-content: center;
}

/* CSS trang chủ */

/* --Sec 1 */
.img-h .img-inner {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 30px;
}
.textb-h {
	height: 390px;
}
.textb-h h3 {
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 3px solid #ededed;
    margin-bottom: 10px;
}
.textb-h h3:hover {
    color: #ff0000;
}
.heading-h h1 {
    text-transform: uppercase;
    color: #0000ff;
}
/* -- Lý do chọn */
.box-h .box-image {
    border-radius: 50%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* --Rút ngắn vb */
.vb-home a.plain, .recent-blog-posts-li a, .blog-da a{
    display: block;
  	display: -webkit-box;
  	height: 16px*1.3*3;
  	font-size: 16px;
  	line-height: 1.3;
  	-webkit-line-clamp: 2;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
/* -- Dự án */
.blog-da .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-da .box-text.text-center {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
    padding: 15px 10px;
}
/* -- Đối tác */
.glr-h .box-image {
    box-shadow: 2px 2px 10px #00000029;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}
.glr-h .flickity-button {
    display: none;
}
/* -- Câu hỏi */
.accordion a {
    box-shadow: 2px 2px 10px #00000038;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
}

/* CSS văn bản pháp luật */
.category-van-ban-phap-luat p.from_the_blog_excerpt, .is-divider{
	display: none;
}

/* END CSS trang chủ */

/* CSS tin tức */
span.widget-title {
    background: #0000ff;
    color: white;
    padding: 12px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}
.flatsome_recent_posts ul, .widget_categories ul{
    border: 1px solid #d8d8d8;
    padding: 10px;
}
header.archive-page-header {
    display: none;
}
/* END CSS trang chủ */

/* CSS liên hệ */
.form-lh input, .form-lh textarea, .form-lh select {
    font-size: 13px;
	font-weight: 100;
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
}

/* CSS footer */
.ic-ft p {
    padding-top: 0.2em;
}
span.ux-menu-link__text:hover {
    color: blue;
}


/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {

}

/* Mobile */
@media (max-width: 739px) {
.tp-bar {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

}