/*
Theme Name:           Flatsome Child
Description:          This is a child theme for Flatsome Theme
Author:               Hai Ton
Template:             flatsome
Version:              1.0
*/

h1 {
	font-size: 48px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 24px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	font-weight: 600;
}
@media screen and (max-width: 440px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
}

.header-nav {
	justify-content: center;
}
.nav-size-medium>li>a {
	font-size: 15px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.banner h1 {
	font-size: 48px;
}
@media screen and (max-width: 440px) {
	.banner h1 {
		font-size: 36px;
	}
}
.banner p {
	font-size: 18px;
}
.box-text {
	font-size: 16px;
}
.button.primary {
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
}
.col-inner:has(.box-blog-post), 
.box-blog-post {
	border-radius: 4px;
}
.box-blog-post {
	border: 1px solid #E2E8F0;
	background-color: #fff;
}
.box-blog-post .button {
	font-size: 15px;
}

/* Footer */
.footer {
    padding: 60px 0 0;
}
.footer-primary {
	border-top: 1px solid #E2E8F0;
    padding-top: 15px;
}
.footer-logo {
	display: block;
	margin-bottom: 22px;
}
.site-footer__social a,
.social-icons .button {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
  margin-right: 4px;
  border: 1px solid #CBD5E1;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-footer__social a:hover,
.social-icons a.button.icon:hover {
  background-color: #EFF6FF!important;
  border: 1px solid #2563EB!important;
}
.site-footer__social a i,
.social-icons a.button.icon i {
	color: #475569!important;
}
.site-footer__social a:hover i,
.social-icons a.button.icon:hover i {
  color: #2563EB!important;
}
.footer-1 .row .col {
  flex-basis: 23%;
  max-width: 23%;
}
.footer-1 .row .col:first-child {
  flex-basis: 31%;
  max-width: 31%;
}
.footer .is-divider {
	display: none;
}
.footer .widget-title {
	display: block;
    margin-bottom: 23px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 18px;
	color: #172554;
}
.footer .widget_recent_entries .widget-title {
	margin-bottom: 18px;
}
.footer ul li a {
	color: #475569;
}
.footer ul li a:hover {
	color: #2563EB;
}
.absolute-footer {
	font-size: 14px;
	color: #64748B;
	font-weight: 400;
}
.back-to-top {
	background-color: #fff!important;
	border: 1px solid #CBD5E1!important;
	color: #64748B;
}
.back-to-top:hover {
	background-color: #2563EB!important;
	border-color: #2563EB!important;
	color: #fff;
}
.searchform .search-field {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.searchform .submit-button {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* About */
.about-brief-section img {
	border-radius: 4px;
	float: left;
	margin-right: 40px;
	margin-bottom: 12px;
}

/* Contact */
.contact-info-block .col-inner {
	border-radius: 4px;
}
.contact-info-block .icon-box {
	background-color: #F1F5FF;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 4px;
}
.contact-info-block .icon-box-img {
	background-color: #fff;
    border-radius: 50%;
    width: 56px!important;
    height: 56px;
}
.contact-info-block .icon-box-img svg {
	padding: 18px;
}
.contact-info-block .title {
	margin-bottom: 24px;
}
.contact-msg-block {
    display: flex;
	align-items: center;
}
.contact-msg-block .title {
	font-size: 36px;
	color: #172554;
	font-weight: 500;
	margin-bottom: 16px;
}
.contact-msg-block .sub-title {
	margin-bottom: 12px;
	color: #475569;
}
.contact-block .row > .col {
	padding-bottom: 0;
}

/* Single */
.blog-single {
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-single li {
	list-style: initial;
/*     margin-left: 38px!important; */
}
.post-sidebar .is-divider {
/* 	display: none; */
}
.post-sidebar .widget_search {
	margin-bottom: 40px;
}
/* Archieve */
.blog-archive {
	padding-top: 60px;
	padding-bottom: 60px;
}
.nav-pagination>li>a, 
.nav-pagination>li>span {
    border-width: 1px;
	border-color: #CBD5E1;
	width: 40px;
    height: 40px;
    line-height: 40px;
}
.blog-archive .box-text {
	padding: 18px 14px 14px 14px;
}
.article-inner .entry-category {
	font-size: 16px;
	margin-bottom: 12px;
}
.article-inner .entry-meta {
	font-size: 13px;
}
.article-inner .entry-meta span a {
	color: #64748B;
}
.article-inner .entry-content {
	font-size: 17px;
	padding-bottom: 0;
}
.article-inner h1 {
	font-size: 36px;
}
.article-inner h2 {
	font-size: 30px;
}
.article-inner h3 {
	font-size: 24px;
}

@media screen and (max-width: 440px) {
	.article-inner h1 {
		font-size: 32px;
	}
	.article-inner .entry-category {
		font-size: 13px;
	}
}
@media screen and (min-width: 850px) {
	.archive .large-10 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* Mobile */
@media screen and (max-width: 440px) {
.footer-1 .row .col,
.footer-1 .row .col:first-child {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.footer-1 .row .col:first-child {
  margin-bottom: 46px;
}
.about-brief-section img {
	margin-bottom: 26px;
}