/*
Theme Name: FOMES 2022
Description: This is a child theme for FOMES 2022
Author: vietvinh2210
Template: flatsome
Version: 1.0.3
*/

/**
 * Global
 */
p {
	margin-bottom: 10px;
}

.mh-no-margin {
	margin: 0 !important;
}

.mh-no-padding {
	padding: 0 !important;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

.mh-font-size-x-large {
	font-size: 25px !important;
}

.mh-font-size-large {
	font-size: 22px;
}

.mh-font-size-normal {
	font-size: 19px !important;
}

.mh-font-size-small {
	font-size: 17px !important;
}

.mh-font-small {
	font-size: 14px;
}

.mh-font-normal {
	font-weight: normal !important;
}

.mh-font-bold {
	font-weight: bold;
}

.mh-font-italic {
	font-style: italic;
}

.mh-color-primary {
	color: var(--primary-color) !important;
}

.mh-text-justify {
	text-align: justify;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
}

.mh-flex-row {
	display: flex !important;
	flex-direction: row;
}

.mh-list {
	list-style-type: none;
}

.mh-list > li {
	margin: 0;
}

/* UX Theme */
.mh-col-no-divider .is-divider {
	display: none;
}

	/* Title */
.mh-title-simple {
	padding: 0;
}

.mh-title-simple b {
	display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main{
	border: 0;
	padding: 0;
	margin: 0;
}

.mh-title-simple.center .section-title {
	justify-content: center;
}

.mh-title-simple.right .section-title {
	justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
	font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
	text-transform: initial;
	position: relative;
}

.mh-title-simple.alba-matter .section-title,
.mh-title-simple.alba-matter .section-title-main {
	font-family: 'alba-matter';
	font-weight: normal;
}

/* Custom fonts */
@font-face {
	font-family: 'beautiful-caps';
	src: url('assets/fonts/beautiful-caps/200114033306Beautiful-Caps.woff2') format('woff2'),
	url('assets/fonts/beautiful-caps/200114033306Beautiful-Caps.woff') format('woff');
	font-display:swap;
}

@font-face {
	font-family: 'alba-matter';
	src: url('assets/fonts/alba-matter/200115033553Alba-Matter.woff2') format('woff2'),
		url('assets/fonts/alba-matter/200115033553Alba-Matter.woff') format('woff');
	font-display:swap;
}

.alba-matter {
	font-family: 'alba-matter' !important;
}

.beautiful-caps {
	font-family: 'beautiful-caps' !important;
}

/**
 * Header
 */
/* Topbar */
#top-bar {
	padding: 5px 0 0;
}
.mh-top-bar-nav li a b {
  color: #444;
  margin-right: 4px;
}
.mh-top-bar-nav li a,
.mh-top-bar-nav li a:hover {
  color: red !important;
  font-size: 13px;
  padding: 0 !important;
}


/* Main */
#masthead .hide-for-medium.flex-left .html_topbar_right {
	width: 100%;
}
#masthead .hide-for-medium.flex-left .html_topbar_right p {
	color: var(--primary-color);
	font-size: 24px;
  	font-weight: 100;
}

/* Menu */
#masthead .hide-for-medium.flex-left > .header-nav > li {
	margin: 0 15px;
  	font-weight: bold;
}
#masthead .hide-for-medium.flex-left > .header-nav > li > a:hover,
#masthead .hide-for-medium.flex-left > .header-nav > li.active > a {
  font-weight: bold;
}

.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
	color: #62bf33;
}

/* Search */
#masthead .searchform .search-field {
	min-width: 245px;
	min-height: 32px;
	line-height: 32px;
	background-color: transparent;
	font-size: 13px;
}
#masthead .searchform .ux-search-submit {
	border: 0;
  	line-height: 32px;
}
#masthead .searchform .ux-search-submit i {
	color: var(--primary-color);
}

#masthead #logo img {
  top: 5px;
  /* left: 48%; */
  max-height: 100px;
}

/* Bottom */
.absolute-footer {
	display: none;
}

/* ===== Page ===== */
/**
 * Global
 */
.mh-col-title .beautiful-caps {
  font-size: 28px;
  margin: 0 0 10px;
}

.mh-col-title .mh-sub-title {
  font-size: 18px;
  line-height: 30px;
  color: #868686;
  margin: 0;
}

/* Blog */
.mh-widget-blog .post-title {
  margin: 0 0 7px;
  color: var(--primary-color);
  font-size: 16px;
}

.mh-widget-blog .post-meta,
.mh-widget-blog .from_the_blog_excerpt  {
  margin: 0;
  font-size: 12px;
}

.mh-widget-blog .post-meta::before {
  content: "\f073";
  display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	margin-right: 5px;
}

/**
 * Page: Liên hệ
 */
/* Thông tin ... */
.mh-box-contact {
  align-items: center;
}

.mh-box-contact .icon-box-img img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -o-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.mh-box-contact .icon-box-text {
  padding-left: 25px !important;
}

.mh-box-contact .icon-box-text h5.uppercase {
  color: var(--primary-color);
  font-size: 14px;
}

.mh-box-contact .icon-box-text p {
  font-size: 14px;
}

.mh-box-contact .mh-time-work > span:not(:first-child) {
  padding-left: 56px;
  display: block;
}

/* Form */
.mh-col-form-contact input {
  min-height: 40px;
}

.mh-col-form-contact textarea {
  min-height: 130px;
}

.mh-col-form-contact .mh-input,
.mh-col-form-contact .mh-submit {
  border-radius: 5px;;
  -moz-border-radius: 5px;;
  -webkit-border-radius: 5px;;
  -o-border-radius: 5px;
  font-size: 13px;
}

.mh-col-form-contact .mh-submit {
  min-width: 125px;
  border: 0;
  margin: 0;
  background-color: #000 !important;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
  /* Slider */
  .mh-slider-custom-arrow .flickity-button {
    display: none;
  }

/* Header */
  #masthead #logo img {
    position: static;
    max-height: 95px;
  }

  #masthead .icon-shopping-bag {
    color: #62bf33;
  }

/* Homepage */
	/* Tiêu đề */
	.mh-col-title .mh-sub-title {
		font-size: 15px;
		line-height: 1.3;
	}

	/* Danh mục ... */
	.mh-box-category .box-text h4 {
		margin: 0;
	}
}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {
}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
}

@media only screen and (max-width: 320px) {
}
