/**
	Theme Name: USUM Software Child
	Author: USUM Software Team
	Theme URI: https://www.usumsoftware.com
	Description:  </br>Contact: contact@usumsoftware.com,  </br>Website: https://usumsoftware.com, https://usumsoftware.dev, https://usumsoftware.asia,  https://usumsoftware.sg,  https://usumsoftware.vn
	Version: 1.0.0
	License: GNU General Public License v2 or later.
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: astra-child
	Template: astra
*/

/* CHỈNH TOÀN TRANG WEB */
.elementor-widget:not(:last-child){
	margin-bottom:10px;
}
/* CHỈNH SỬA EMAIL HEADER ĐẦU TRANG */
.ast-custom-html .email-header i{
	padding-right:10px !important;
}
.ast-header-break-point .ast-above-header-section-separated.ast-above-header-mobile-stack .ast-above-header-1 .ast-above-header-section-1{
	padding:0px;
}
/* CHỈNH TITLE  BANNER */
.tilte-banner span{
	font-weight:500;
}
.tilte-banner{
	height:134px;
}
/* CHỈNH SỬA FORM */
.elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-field_533a88f.elementor-col-50.elementor-field-required{
	display:block;
}
/* chỉnh post bài viết */

.post-lq .elementor-post__title{
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* CHỈNH POTS CHUYÊN MỤC */
.post-cm .elementor-posts .elementor-post__excerpt p::after{
	content:" [...] "
}
.post-cm .elementor-post__title::after{
	content:"";
	    height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 0.5em 0 0.5em;
    width: 100%;
    max-width: 60px;
	margin-left:42%;
}

/* body, h1, h2, h3, h4, h5, h6, p, a, span, div {
  font-family: "UTM Avo", Sans-serif !important;
} */
a.elementor-button.elementor-button-link.elementor-size-sm {
    background-color: #005c00 !important;
}