/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.nav > li > a {
  padding: 10px 4px;
  font-size: 16px;
  font-weight:normal;
}
.tuyen_dung_sec_2 ul::before {
  background: #6F7072;
  opacity: 0.5;
  position: absolute;
  content: '';
  height: calc(100% - 10px);
  width: 1px;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.tuyen_dung_sec_2 ul li {
  font-family: var(--font-light);
  font-size: 17px;
  color: #555555;
  position: relative;
  display: flex;
  line-height: 1.5;
}
.tuyen_dung_sec_2 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.tuyen_dung_sec_2 ul li::before, .tuyen_dung_sec_2 ul li::after {
  width: 22px;
  height: 22px;
  background: #6F7072;
  content: '';
  display: inline-block;
  border-radius: 50%;
  margin: 1px 40px 0 0;
  flex: 0 0 auto;
}
.tuyen_dung_sec_2 ul li::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  top: 7px;
  left: 7px;
}
.ullicheck ul li::before {
  content: url(check.svg);
  margin-right: 20px;
}
.ullicheck ul li{list-style:none;font-weight:bold;}
.page-title {
  padding: 30px 0;
}
.page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  color:#0039c6;

}
#related_posts .title-content{padding: 15px 0;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
color: #ED181E;
border-bottom: 1px solid #ccc;
margin-bottom: 30px;}
#breadcrumbs{padding: 10px 0; margin:10px 0; }
#secondary{padding: 20px 0}
.entry-content {
  padding-top: 0;
  padding-bottom: 1.5em;
}
.info{padding: 5px 0;
font-weight: normal;
font-style: italic;
font-size: 12px;
border-bottom: 1px dashed #eee;}
.nav-dropdown {

  min-width: 300px;
 
}
.nav-pills > li > a {
  padding: 0 15px;
  font-size: 18px;
  font-weight: normal;
	margin: 10px 5px;
}
.nav-pills > li > a{ background:#ccc;}
