/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.tagcloud a:hover {
	color: #fff;
}
.taxonomy-description {
	text-align: left;
	max-height: 76px;
    overflow: hidden;
}
.tong-quan li {
  margin-bottom: 15px;
}
.tong-quan li strong {
  min-width: 210px;
  display: inline-block;
    vertical-align: top;
}
.border-custom {
  position: relative;
}
.border-custom:after {
  content: "";
  border: 1px solid #ba9a55;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
}

ul.ulnosylte li {
  min-width: 200px;
  list-style: none;
  margin-left: 0;
}



.form-flat.style2 input:not([type="submit"]), 
.form-flat.style2 textarea, 
.form-flat.style2 select {
	background-color: rgba(255,255,255,1) !important;
    border-radius: 0;
    border-color: rgb(5, 74, 74);
    height: 34px;
    font-size: 13px;
    color: rgb(5, 74, 74) !important;
    background: #fff;
    margin-bottom: 10px;
}
.input-no-margin.form-flat.style2 input:not([type="submit"]),
.input-no-margin.form-flat.style2 textarea, 
.input-no-margin.form-flat.style2 select {
    margin-bottom: 0;
}
.form-flat.style2 input[type="submit"] {
    background: rgb(232, 63, 48);
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.form-flat.style3 input[type="submit"] {
    background: #e5a342
}

.border-top {
  border-top: 1px dashed #ddd;
}
.form-inline form,
.form-inline .col {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*Vertical Sliding*/
.slidingVertical{
	display: inline;
	text-indent: 8px;
	background: #b5121a;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.scroll-to-bullets {
  display: none;
}
/*pre, blockquote, form, figure, p, dl, ul, ol{
  margin-bottom: 1em;
}
li{
  margin-bottom: 0.4em;
}*/
h1, h2, h3, h4, h5, h6, .heading-font{
  line-height: 1.5 !important;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes background1 {
    0% {background: #b5121a;}
    50% {background: #ff881e;}
  100% {background: #b5121a;}
}

/* Standard syntax */
@keyframes background1 {
    0% {background: #b5121a;}
    50% {background: #ff881e;}
  100% {background: #b5121a;}
}


.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.nd-border .col-inner{
  border: 1px solid;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.bg-norepeat > .bg {
    background-repeat: repeat !important;
    background-position: center !important;
    background-size: auto !important;
}


/* Project */
.project-primary-color .section-title {
    color: rgb(232, 63, 48);
}
div.proejct-menu {
    height: auto !important;
    margin-bottom: 20px;
}
div.proejct-menu .col {
    padding-bottom: 0;
}
div.proejct-menu .nav .menu-item a {
    color: #fff;
    font-size: 110%;
}
.single-project .article-inner .secssion-title {
    background: url(assets/imgs/line-li-1.png) repeat-x 0px 11px;
}
.single-project .article-inner .secssion-title span {
    padding-right: 25px;
    background-color: #fff;
    display: inline-block;
    font-size: 95%;
}
#form-project {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    padding: 15px;
    border-radius: 5px;
}
#form-project ul li {
    background: url(assets/imgs/news.gif) no-repeat left center;
    padding-left: 40px;
    line-height: 30px;
    list-style: none;
}


/* Project Item */
.prefer-box {
    position: relative;
    margin: 0 auto 30px;
    background-color: #fff;
    min-height: 300px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.7);
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.prefer-box h4{
    text-transform: uppercase;
}
.prefer-box:hover{
    box-shadow: 0px 0px 10px #c5c5c5;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.prefer-box img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width:  100%;
    height: auto;
}
.prefer-box >a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.prefer-box .noi-bat{
    color: #fff;
    background-color: #eb0b00;
    display: flex;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-bottom: 0;
    min-height: 50px;
    align-items: center;
    font-size: 14px;
    margin: 127px 25px 0 25px;
    display: inline-block;
    vertical-align: top;
}
.prefer-mask {
    text-align: center;
}
.prefer-mask .caption {
    padding: 10px
}
.prefer-mask .caption h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.prefer-mask .caption p {
    font-size: 14px;
    /* color: #858585; */
    margin-bottom: 0;
}
.sidebar .prefer-mask .caption h4 {
    margin-top: 3px;
    margin-bottom: 5px;
}
.sidebar .prefer-mask .caption h4 a {
    /* font-size: 16px; */
}
.sidebar .prefer-mask .caption p {
    margin-bottom: 0;
}