/*
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.   ***************/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap&subset=vietnamese');
@font-face{
  font-family: "SVN-Darleston";
  src:url(font/SVN-Darleston.otf);
}
@font-face{
  font-family: "UVNHongHaHep_B";
  src:url(font/UVNHongHaHep_B.TTF);
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2{
	font-family: 'Roboto', sans-serif !important;
}
body{
	font-family: 'Roboto', sans-serif !important;
	color: #333;
}
.img{
	overflow: hidden;
}
#top-bar .nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
}
#header .nav > li > a {
    font-size: 15px;
    text-transform: uppercase;
    
    font-family: 'Roboto', sans-serif !important;
}
.html1 {
    background: url(img/ic1.png) left center no-repeat;
    padding-left: 40px;
}
.html1 p, .html2 p {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    text-transform: uppercase;
    margin: 0 !important;
}
.html1 span, .html2 span {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin: 0 !important;
}
.html2 {
    background: url(img/ic2.png) left center no-repeat;
    padding-left: 35px;
}

.footer ul.menu > li:nth-child(1){
	border:none !important;
}
.footer .custom-html-widget{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.footer p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.absolute-footer{
	display: none !important;
}
.footer-2 .is-divider{
	display: none !important;
}

#wide-nav > .flex-row > .flex-left{
	width: 100% !important;
	margin-right: 0 !important;
}
.nav-dropdown-default{
	padding: 0;
}
.header-bottom{
	margin-bottom: 1px;
}
.search-form{
	width: 100% !important;
}
.clear {
	clear: both;
}

/*chat_zalo*/
.footer-1 {
	padding-top: 0!important;
}
.chat_zalo  a {
    font-size: 42px;
    font-weight: 600;
    background-color: #018de4;
    border-radius: 20px;
    padding: 35px 96px;
    margin-left: 10px;
}
.chat_zalo img {
    height: 130px;
    width: 130px;
}
.chat_zalo .img {
  width: 130px;
  display: block;
  overflow: hidden;
  margin-bottom: 0!important;
}
.chat_zalo .large-12 .col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat_zalo .large-12 {
	text-align: center;
}
.chat_zalo  {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.page-wrapper {
     padding-bottom: 0px!important; 
}

.chat_zalo p{
    margin-bottom: 0;
}
.chat_zalo{
    border-top: 1px solid rgba(0,0,0,.05);
}
.chat_zalo .col{
    padding-bottom: 0;
}
#footer img {
    margin: 15px 0 20px 0;
}




/*mobile*/
@media (max-width: 1024px) {
	#logo {
		width: 400px !important;
	}
}

@media (max-width: 480px) {
	
.chat_zalo  a {
    font-size: 17px;
    font-weight: 600;
    background-color: #018de4;
    border-radius: 18px;
    padding: 30px 49px;
    margin-left: 5px;
}
	.chat_zalo img {
	    height: 84px;
	    width: 84px;
	}
	.chat_zalo .img {
    width: 84px;
	}
	.chat_zalo .large-12 {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	
}

