/*
Theme Name: NHAN
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  ***************/


}
li.list-project a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.fttli li.list-project a {
    text-transform: none;
    font-weight: normal;
}
.duantrienkhai .col-inner {
    min-height: 100px;
}
.fthome li,.fthome p {
    margin-bottom: 5px;
    list-style-type: none;
}
.fthome li a:hover{
    margin-left: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fthome ul li{
    margin-left: 0;
}
.hdline {
    margin-bottom: 0;
}
.blog-single img {
    width: 100%;
}
.blog-wrapper.blog-single.page-wrapper .large-9 {
    max-width: 65%;
}
.blog-wrapper.blog-single.page-wrapper .large-3 {
    max-width: 35%;
    flex-basis: 35%;
}
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
div#comments {
    display: none;
}
.blog-wrapper .large-10 {
    max-width: 100%!important;
    flex-basis: 100%!important;
}
h1.page-title.is-large.uppercase {
    font-size: 1.5em;
    color: #27b;
}
.nav-dropdown {
    margin-top: 17px;
    padding: 10px;
}
.nav-dropdown-has-arrow li.has-dropdown:before{
display:none;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
}
.blog-wrapper .section {
    padding-left: 0;
    padding-right: 0;
}
.entry-divider {
    display: none;
}
.entry-header-text.entry-header-text-top.text-left {
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}
h1.entry-title {
    font-size: 2.5em;
}
.widget ul {
    padding: 20px;
    border: 1px solid#eee;
}
.blog-wrapper .box-text.text-center h2 {
    color: #fff;
    font-size: 1.3em;
}
.blog-wrapper .box-text.text-center {
    height: 95px;
    background: #0f98fa;
    padding-top: 20px;
    overflow: hidden;
}
.entry-content.single-page {
    text-align: justify;
}
.nav-dropdown li a:hover {
    color: #0f98fa;
}
.bloghome h2 {
    height: 47px;
    overflow: hidden;
}
.title-bg {
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .2s;
    opacity: 0.5;
}
span.widget-title {
    float: left;
    width: 100%;
    padding: 12px;
    font-size: 1.2em;
    color: #fff;
    background: #0f98fa;
    margin-bottom: 20px;
    border-left: 10px solid#3e4095;
}
.row.sbw .col.post-item {
    margin: 0;
    padding-bottom: 0;
}
.content-area.page-wrapper {
    text-align: justify;
}
.formlh label {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-submit.sentinfo {
    width: 100%;
    margin-top: 17px;
}
.formlh input, .formlh select, .formlh textarea {
    border-radius: 5px;
}

/*News sticker*/
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3.3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1em;
  font-size: 1em;
}

.ticker-wrap .ticker:hover { animation-play-state: paused; }
.ticker__item a {
    color: #555;
}
i.far.fa-newspaper {
    color: #f00000;
}