/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/*
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
*/
@font-face{
	src: url('fonts/ARIAL.TTF');
	font-family: "Arial";
}
*, p, a, li, div, span{
	font-family: "Arial", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Arial", sans-serif !important;
}
ul.header-nav.header-nav-main{
    /* justify-content: space-between; */
    align-items: center;
}
ul.header-nav.header-nav-main li{
	*
	width: 49%;
	/* width: 85%; */
}
.img-logo {
	width: 110px;
	height: 120px;
	object-fit: contain;
}
.html_nav_position_text{
	width: 70%;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.row-dichvu .col-inner {
    border: 1px solid #111;
    padding: 20px;
}
.tieude h2{
	font-size: 35px;
	color: #008c4f;
}
.tieude1 h2{
	font-size: 35px;
}
.icon-noibat .icon-box-img {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.icon-noibat p{
    font-size: 50px;
    *font-family: "Arial-Rounded-MT" !important;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}
.icon-noibat h4{
	font-size: 22px;
}
span.count-up.active {
    opacity: 1;
    font-size: 50px;
    *font-family: "Arial-Rounded-MT" !important;
    line-height: 1;
    font-weight: 500;
    margin: 5px;
}
.blog1 .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: top;
}
.is-divider {
    display: none;
}
h5.post-title.is-large {
    text-align: left;
    margin-top: 0;
    /* padding: 0 15px; */
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px; /* fallback */
    max-height: 72px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.wpcf7-spinner {
    display: none;
}
.col-lienhe input{
    box-shadow: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 6px;
    height: 45px;
    color: #fff;
}
.form-lh input{
    box-shadow: none;
    *border: oldlace;
    *border-bottom: 1px solid #fff;
    border-radius: 6px;
    height: 45px;
    color: #fff;
}
input[type=submit] {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.absolute-footer {
    background-color: #ffffff;
    color: #111 !important;
    border-top: 1px solid #a19292;
    padding: 15px 0 10px !important;
}
.sec-1 .icon-box p{
	color: #fff!important;
}
h6.entry-category.is-xsmall{
	display: none;
}


.nav-dropdown-default {
    padding: 0;
}
.nav-dropdown li:hover {
    background: #375823;
}
.nav-dropdown li:hover a{
    color: #fff;
}
.nav-dropdown li a{
    color: #111;
}
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #375823;
}
.icon1{
    align-items: center;
}
.slide1 .slider-nav-outside .flickity-page-dots {
    bottom: -25px;
}

@media only screen and (min-width: 320px) and (max-width: 860px){
	.tieude h2 {
    font-size: 26px;
}
}