/*
Theme Name: Bds
Description: Thiết kế bởi Web
Author: Web
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.project-item {
	padding: 0 5px;
}
.project-item .col-inner {
	background: #f1f1f1;
    height: 100%;
    padding: 10px;
}
.project-item .address {
    color: #979797;
    padding-left: 15px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.project-item a {
    display: block;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.project-item a:before, .project-item a:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    width: 0;
    z-index: 7;
}
.project-item a:before {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    bottom: 90%;
    left: 8px;
    right: 90%;
    top: 8px;
}
.project-item a:after {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    bottom: 8px;
    left: 90%;
    right: 8px;
    top: 90%;
}
.project-item a:hover:before, .project-item a:hover:after {
    border-color: rgba(255,255,255,.9);
    height: auto;
    width: auto;
}
.project-item a:hover:before {
	bottom: 8px;
	right: 8px;
}

.project-item a:hover:after {
	left: 8px;
	top: 8px;
}
.avata-post img {
	height: 300px;
	object-fit: cover;
}
.duan-template li {
	margin: 0;
}
.duan-template select {
	height: initial;
}
.duan-template .box {
	width: initial;
}
.duan-template .wpcf7-submit {
	width: initial !important;
}
 .duan-template.wpcf7-response-output {
	color: #FFFFFF;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}