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

.menu-gioi-thieu-chung a {
  background: url("./bullet.jpg");
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 20px;
  background-position: 3px;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  color: #0984c7;
}
#content .section:first-child {
  padding-top: 0px !important;
}
.box-blog-post {
  border: 1px solid #000;
}

.contact-form-bkns {
  background-color: #c7d9e9;
  padding: 12px 20px;
  border-radius: 4px;
}
a {
  cursor: pointer;
}

.menu-gioi-thieu-chung p {
  padding: 12px;
  border-bottom: 1px solid;
  margin-bottom: 0px !important;
}
.widget-title {
  font-size: 20px;
  margin-top: 20px;
  /* padding-top: 20px; */
  display: block;
}

.paddingB0 {
  padding-bottom: 0px !important;
}
.nav-column li.active > a,
.nav-column li > a:hover,
.nav-dropdown li.active > a,
.nav-dropdown > li > a:hover,
.nav-vertical-fly-out > li > a:hover,
.nav > li.active > a,
.nav > li.current > a,
.nav > li > a.active,
.nav > li > a.current,
.nav > li > a:hover {
  color: red !important;
}
.title-header {
  background-color: #0984c7;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.form11111 {
  margin-top: 20px;
  background: #29aae3;
  padding: 14px;
  border-radius: 3px;
  color: white;
  border-radius: 4px;
}
.form11111 input[type="submit"] {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}


