/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
  font-family: UTM-AVO;
  src: url(fonts/UTM-AVO.TTF);
}
/*@font-face {
  font-family: UTM-AVOBOLD;
  src: url(fonts/UTM-AVOBOLD.TTF);
}*/
@font-face {
  font-family: 'lora';
  src: url(fonts/Lora-Bold.ttf);
}
@font-face {
  font-family: 'FZ-Poppins_b';
  src: url(fonts/FZ-Poppins-SemiBold.ttf);
}
@font-face {
  font-family: 'FZ-Poppins_r';
  src: url(fonts/FZ-Poppins-Regular.ttf);
}
h1,h2, h3 {
	font-family: 'lora';
}
h4, h5, h6, strong {
	font-family: 'FZ-Poppins_b';
}
.button span {
	font-family: 'FZ-Poppins_b';
}
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
	font-family: 'FZ-Poppins_r';
}
html {
    scroll-behavior: smooth;
}
.tintucmoi-blog .post-meta:before {content: "\f017";font-family: FontAwesome; padding-right:5px;}
.single-post #main {
    padding-top: 30px;
}
.project-slide-big {
    margin-bottom: 30px;
}
/*.project-slide-big .box-text-cnt {
    max-width: 1200px;
    margin: 0 auto 70px;
}*/
.project-slide-big .box-image img {
    height: 50vh;
    object-fit: cover;
}
.project-slide-big .box-text-cnt .category_title-span {
    font-size: 30px;
    text-transform: uppercase;
    /*font-family: "Playfair Display", serif;*/
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.project-slide-big .box-text-cnt .post-title {
    font-size: 26px;
    text-transform: uppercase;
    /*font-family: UTM-AVOBOLD;*/
    margin-bottom: 10px;
    color: #92432a;
    text-shadow: 0 0 0 ;
    margin-bottom: 20px;
}
.project-slide-big .box-text-cnt .ctn-txt p {
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /*font-family: UTM-AVO;*/
    text-shadow: 0 0 0;
}
.project-slide-big .box-text-cnt .box-text-inner-bx {
    /*display: flex;
    align-items: flex-start;
    justify-content: space-between;*/
}
.project-slide-big .box-text-cnt .ctn-txt {
    max-width: 100%;
    margin-bottom: 16px;
}
.project-slide-big .box-text-cnt .ctn-btn {
    width: 167px;
    border: 1px solid #F7E09C;
    padding: 2px;
}
.project-slide-big .box-text-cnt .ctn-btn i {
    margin-left: 5px;
}
.project-slide-big .box-text-cnt .ctn-btn .button {
    margin: 0;
    color: #333;
    font-weight: 600;
    padding: 0;
    display: block;
}

.project-slider-small {
    padding: 0 5%;
}
.project-slider-small .slick-list {
    margin: 0 -5px;
}
.project-slide-small {
    padding: 0 5px;
}
.project-slide-small .box {
    padding: 10px;
}
.project-slide-small .box-image {
    border: 2px solid #ffffff00;
    box-shadow: 0 0 0 0 !important;
    opacity: 0.5;
}
.project-slide-small img {
    height: 10vh;
    object-fit: cover;
}
.project-slide-small.slick-current .box-image {
    border: 2px solid #92432a;
    opacity: 1;
}
.project-slide-small.slick-current .box-image:before {
    display: none;
}
.project-slide-small.slick-current .overlay {
    display: none;
}
.project_td {
    font-size: 12px;
    color: #FFFBCC !important;
}
.project_vt {
    font-size: 14px;
    color: #fff;
    margin: 6px 0;
    display: block;
}
.project_vt i {
    margin-right: 5px;
    color: #FFFBCC;
}
.project-slide-small .post-title {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-shadow: 0 0 BLACK;
}
.project-slide-small .readmore {
    font-size: 12px;
    display: block;
}
.project-slide-small .readmore i {
    margin-left: 5px;
}


.taxproject-post {
    margin: 0 -10px !important;
	padding-bottom: 40px;
}
.taxproject-post .project-slide-small {
    padding: 0 10px;
    margin-bottom: 20px;
}
.taxproject-post .project-slide-small .post-title {
    font-family: UTM-AVO;
    opacity: 1;
}
.taxproject-post .project-slide-small .box-image {
    overflow: hidden;
    height: 250px;
    opacity: 1;
}
.taxproject-post .project-slide-small .box-image img {
    transition: transform 0.5s ease-in-out; /* Tạo hiệu ứng zoom chậm */
    height: 300px;
}
.taxproject-post .project-slide-small .box-image:before {
    display: none;
}
.taxproject-post .project-slide-small .box-image img:hover {
    transform: scale(1.1); /* Phóng to ảnh khi hover */
}

.taxproject-post .project-slide-small .box-text {
    position: initial;
    background: #fff;
}
.taxproject-post .project-slide-small .box-text * {
    text-shadow: 0 0 0;
}
.taxproject-post .project-slide-small .box-text .post-title {
    color: rgb(146, 67, 42);
    margin-bottom: 10px;
}
.taxproject-post .project-slide-small .box-text .project_td {
    color: #333 !important;
}
.project-loop-item .post-title {
    font-family: UTM-AVO;
    opacity: 1;
}
.project-loop-item .project_vt {
    margin: 10px 0;
}
.project-loop-item img {
    height: 600px;
    object-fit: cover;
}
.project-loop .slick-arrow {
    width: 46px;
    height: 46px;
    line-height: 40px;
    left: -60px;
}
.project-loop .slick-arrow:hover {
    background-color: #FFCC40;
    border: 1px solid #FFCC40;
    color: #fff;
}
.project-loop .slick-arrow.slick-next {
    right: -60px;
}
.slick-arrow {
    border: 1px solid #712007;
    border-radius: 99px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #712007;
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 20px;
}
.slick-arrow:hover {
    background-color: #712007;
    color: #fff;
}
.slick-arrow.slick-next {
    right: 20px;
    left: auto;
}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}

/* Sidebar */

/* */
.blog-single .article-inner > .entry-header {
    display: none;
}
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}
/* */
.slider-hoatdong .slider-style-focus .flickity-slider>:not(.is-selected) p,
.slider-hoatdong .slider-style-focus .flickity-slider>:not(.is-selected) h3 {
    visibility: hidden;
}
body .slider-nav-outside .flickity-prev-next-button.next {
    left: 102%;
    right: auto;
}
body .slider-nav-outside .flickity-prev-next-button.previous {
    left: auto;
    right: 102%;
}
body .slider-nav-outside .flickity-prev-next-button {
    top: 55%;
}
body .slider-logo.slider-nav-outside .flickity-prev-next-button {
    top: 14%;
    opacity: 1;
}
body .slider-logo.slider-nav-outside .flickity-prev-next-button svg {
    background: #fff;
    border: 1px solid #712007;
}
body .slider-logo.slider-nav-outside .flickity-prev-next-button svg path {
    fill: #712007;
}
body .slider-logo.slider-nav-outside .flickity-prev-next-button:hover svg {
    background: #712007;
}
/* */
.but-cong .count-up {
    font-weight: bold;
}
.but-cong .cl-cong:after {
    content: '+';
}
.text-hea {
    font-size: 60px;
    font-weight: bold;
}
.font-30 {
    font-size: 30px;
    font-weight: bold;
}
/* */
.has-transparent .header-nav.header-bottom-nav.nav-center {
    /*border-top: 1px solid #92432a;*/
    /*padding-top: 10px;*/
}
.header-nav.header-bottom-nav.nav-center.nav-spacing-xsmall>li {
    margin: 0 17px;
}
.stuck .nav>li.has-icon>a>i {
	color: #92432a;
}
/* */
@media only screen and (min-width: 1024px) {
    .row-col-400 .medium-4{
        flex-basis: 400px;
        max-width: 400px;
    }
    .row-col-400 .medium-8 {
        flex-basis: calc( 100% - 400px);
        max-width: calc( 100% - 400px);
    }
}
.font-40 h2 {
    font-size: 40px ;
    margin-bottom: 13px;
}
.giatri-col1 li {
    padding-left: 8px;
    margin-bottom: 20px;
    font-size: 16px;
}
.bg-nen-gt1 {
    background: url(images/bg-nen1.png) center 0 no-repeat;
    background-size: 370px;
}
.giatri-col1 .col-inner {
    height: 815px;
}
/* */
.tintucmoi-blog .box-text {
    display: block;
    padding-top: 0;
}

.album-gallery-big {
    margin-bottom: 10px;
}
.album-gallery-big img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.album-gallery-small {
    margin: 0 -5px;
}
.album-gallery-small .album-img {
    padding: 0 5px;
}
.album-gallery-small img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #FFF;
    padding: 2px;
    background-color: #fff;
}
.album-gallery-small .album-img.slick-current img {
    border: 1px solid #722108;
}
h1.single-projec-title {
    font-size: 36px;
    color: #FCC30B;
}
.box-info-item {
    margin-bottom: 10px;
}
.box-info-item span {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}
.box-info-item span i {
    display: inline-block;
    width: 25px;
}
.box-info-item-2 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.box-info-item-2 a.button {
    width: 100%;
    display: block;
}
.box-info-item-2 a.button.btn-phone {
    background-color: #FFCC40;
    color: #000;
    outline: 2px solid #FCC30B;
    border: 2px solid #fbf8f0;
	font-size: 14px;
}
.box-info-item-2 a.button.btn-register {
    margin-right: 0;
    background: url(images/icon-right.png) 80% center no-repeat;
    background-color: #92432A;
    outline: 2px solid #92432A;
    border: 2px solid #fbf8f0;
	font-size: 14px;
}

.box-info-item b {
    color: #E41010;
}
.box-info-item .fa-price {
    background: url(images/icon-pri.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

h2.infor-title {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #92432A;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    letter-spacing: 2px;
    border-radius: 0px;
    /*background: linear-gradient(-135deg, #dfb773 60.333%, #daae62 60.333%);*/
    background: url(images/bg-title-heading.png) 0 0 no-repeat;
    font-family: "Plus Jakarta Sans", sans-serif;
}
h2.infor-title span {
    position: relative;
    z-index: 2;
}
/*h2.infor-title::after {
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    background: #722108;
}
h2.infor-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background: linear-gradient(-135deg, transparent 76.667%, #d2a351 76.667%);
}*/
.infor-title-cont {
    color: #333;
    font-size: 35px;
    background: url(images/line-ti.png) 0 bottom no-repeat;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.infor-content {
    margin-bottom: 30px;
}
.infor-content h2 {
    font-size: 25px;
}
.project-widget {
    margin: 0 -5px;
}
.project-widget .project-slide-small {
    margin-bottom: 15px;
}

.project-widget .project-slide-small .box-image {
    overflow: hidden;
}
.project-widget .project-slide-small .box-image img {
    transition: transform 0.5s ease-in-out; /* Tạo hiệu ứng zoom chậm */
    height: 265px;
}

.project-widget .project-slide-small:hover .box-image img {
    transform: scale(1.1); /* Phóng to ảnh khi hover */
}
.widget .is-divider {
    display: none;
}
.widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    color: #92432A;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding: 10px 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background: #FFCC40;
    display: block;
    border-radius: 0;
}

.widget input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    display: block;
    width: 100%;
    min-width: initial;
}

.gvc-project-nav {
    position: fixed;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    left: 0;
    background: var(--bg-Color);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    width: 100%;
    max-width: 160px;
}
.gvc-project-nav.active {
    transform: translateX(0) translateY(-50%);
}
.gvc-project-nav .name {
    background: #722108;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    left: 36px;
    color: #fff;
    border-bottom: 1px solid #eee;
}
.gvc-project-nav.active .name {
    left: 0;
}
.gvc-project-nav .name button {
    border: 0;
    height: 42px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    background: #722108;
    margin: 0;
}
.gvc-project-nav.active .name button {
    background: transparent;
}
.gvc-project-nav .name button svg {
    fill: #fff;
    transition: all 0.1s ease 0s;
}
.gvc-project-nav.active .name button svg {
    transform: rotate(180deg);
}
.gvc-project-nav .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}
.gvc-project-nav .box ul > li {
    display: block;
    position: relative;
    margin-bottom: 0;
}
.gvc-project-nav .box ul > li a {
    display: block;
    padding: 10px 16px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #e7cca0;
    color: #722108;
    transition: all 0.3s ease 0s;
}
.gvc-project-nav .box ul > li a::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/ica-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    opacity: 0.4;
    filter: brightness(0);
    z-index: 1;
}

.cus-header .page-wrapper {
    padding-top: 0;
}

.page-numbers.nav-pagination {
    padding-top: 20px;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: none;
    border-radius: 4px;
}
.nav-pagination>li:hover > a,
.nav-pagination>li .current {
    background: #722108 !important;
}
.light-p h3 {
    margin-bottom: 15px;
}
.light-p p {
    margin-bottom: 10px;
}
/* */
.form-footer {
    overflow: hidden;
}
.form-footer input {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
    height: 50px;
    box-shadow: 0 0 0 !important;
    margin-bottom: 30px;
}
.form-footer textarea {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0;
    height: 170px;
    box-shadow: 0 0 0 !important;
}
.form-footer input[type=submit] {
    background: #FFCC40 !important;
    color: #712007;
    font-size: 16px;
    padding: 8px 40px;
    min-height: initial;
    height: initial;
    line-height: 35px;
    margin-top: 30px;
    float: right;
}
/* */
.form-dk-da {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.widget .form-dk-da {
    display: block;
}
.form-dk-da .input-fi {
     flex-basis: 24% !important;
    margin: 0 0 15px;
}
.linkurlda {
    display: none;
}
.form-dk-da input {
    border-radius: 6px;
    height: 40px;
}
.but-sub input {
    height: 40px;
    border-radius: 6px;
    min-width: 300px;
    background: #92432A;
    color: #FFCC40;
    margin: 0;
}
.widget .form-dk-da input {
    margin-bottom: 0;
    min-width: initial;
    width: 100%;
}
/* */
.row-hotline.row {
    margin: auto !important;
    border: 20px solid rgb(114, 33, 8);
    border-radius: 30px;
    overflow: hidden;
    background: #722108;
}

.row-hotline.row .col-inner {
    border: 1px dashed #fff;
    border-radius: 20px;
    padding: 20px 40px 0;
}
.row-hotline.row .col-inner .button {
    background: #FBF8F0;
    min-width: 220px;
}
.row-hotline.row .col-inner .button span {
    color: #712007;
}
.phone-da {
    background: url(images/icon-phone.png) 33px 0px no-repeat;
    line-height: 53px;
    padding-top: 9px;
    position: relative;
    top: -15px;
    font-weight: bold;
}
@media only screen and (min-width: 1024px) {
    
    
    
}

@media (max-width: 1600px) {
    .ses-hoatdong  .project-slide-small img {
        height: 333px;
    }
}
@media (max-width: 1200px) {
    .ses-hoatdong .project-slide-small img {
        height: 275px;
    }

}
@media (max-width: 1300px) {
    .fix-img-1200 img{
        max-width: 92%;
    }
}
@media (max-width: 1024px) {
   .ses-hoatdong  .project-slide-small img {
        height: 333px;
    }
}

.slider-hoatdong .lightbox-multi-gallery .flickity-button {
	opacity: 0 !important;
}
.slider-hoatdong > .slider > .flickity-button {
    opacity: 1 !important;
    width: 60px;
}

/* */
.row-popup .col-inner {
    padding: 40px;
}
.row-popup .form-dk-da .input-fi {
    flex-basis: 48% !important;
}
.dk-ungtuyen select,
.dk-ungtuyen input {
    height: 40px;
}
.col.post-item a:hover .from_the_blog_excerpt  {
	color: #000000;
}
.col.post-item a:hover .post-title {
	color: #92432a;
}
.dangky-but span:after {content: "\f061"; font-family: FontAwesome; padding-left:10px;}
.box-blog-post .button:after {content: "\f061"; font-family: FontAwesome; padding-left:5px;}
/* */
.slider-logo img {
	height: 144px;
	object-fit: contain;
}
/* */
.kc-price span {
    color: #000;
/*     font-weight: bold; */
    padding-left: 10px;
    text-shadow: 0 0 0;
}
.kc-dt,.kc-price {
	color: #000;
    text-shadow: 0 0 0;
    font-size: 15px;
    margin-bottom: 0px;
}
.kc-dt i,.kc-price i {
    color: #92432a;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

/* */
.project-slide-small > .box > .box-text {
	position: initial;
	background: rgb(236, 233, 224);
}
.project-slide-small > .box > .box-text * {
	color: #712007;
}
.project-slide-big > .box > .box-text {
   /* background-image: linear-gradient(to top, rgb(0 0 0 / 100%) 0%, rgb(0 0 0 / 0%) 100%);
    padding-top: 50px;*/
    background: #fff;
    position: relative;
    padding: 15px 30px;
}
@media only screen and (max-width: 1500px) {
    .slider-hoatdong .box-image {
        padding-top: 40% !important;
    }
}
body span.count-up {
  /*  -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;*/
    transition: 0s ease-out;
}
/* */
.project-slide-small .box-image,
.ses-hoatdong .gallery-col .box-image,
.col.post-item .box-image,
.hv-img {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}
.project-slide-small .box-image,
.ses-hoatdong .gallery-col .box-image,
.col.post-item .box-image,
.hv-img .img-inner {
    transition: all 0.5s ease;
    position: relative;
}
.project-slide-small .box-image:before,
.ses-hoatdong .gallery-col .box-image:before,
.col.post-item .box-image:before,
.hv-img .img-inner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,255,255,0.3)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 99;
}
.project-slide-small .box-image:hover,
.ses-hoatdong .gallery-col .box-image:hover,
.col.post-item .box-image:hover,
.hv-img .img-inner:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0,255,255,0.5);
}

.project-slide-small .box-image:hover::before,
.ses-hoatdong .gallery-col .box-image:hover::before,
.col.post-item .box-image:hover::before,
.hv-img .img-inner:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/* */
.box-con-da {
    overflow: hidden;
}

.box-con-da .box-da-left {
    width: 48%;
    float: left;
    
}
.box-con-da .box-da-right {
    width: 52%;
    float: right;
    border-left: 2px solid #92432a;
    min-height: 160px;
    padding-left: 40px;
}
.project-wrapper .slick-arrow {
    left:-100px;
    top: 29%;
}
.project-wrapper  .slick-arrow.slick-next {
    left: initial;
    right: -100px;
    top: 29%;
}
.project-wrapper .slick-arrow i {
    font-size: 34px;
    line-height: 51px;
}

/* */
.no-thumb .project-slider-small .slick-list {
    display: none;
}
.taxproject-post .box-image .overlay {
    display: none;
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .project-slide-big .box-text-cnt .box-text-inner-bx {
        display: block;
    }
  /*  .project-slide-big .box-image img {
        height: 280px;
    }*/
    .project-slider-small {
        padding: 0 3%;
    }
   /* .project-slide-small img {
        height: 130px;
    }*/
    .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        left: 2px;
    }
    .slick-arrow.slick-next {
        right: 2px;
    }
    .project-slide-big .box-text-cnt .ctn-btn {
        margin-top: 15px;
    }
    .cen-mb {
        text-align: center;
    }
    .tintucmoi-blog .col.post-item {
        padding-bottom: 0;
    }
    .tintucmoi-blog .box-text {
        padding-top: 10px;
    }
    .blog-2 .image-cover {
        padding-top: 200px !important;
    }
    .fo-mb-28 h2 * {
        font-size: 28px !important;
    }
    /* tab mobile */
    body .tabbed-content .nav-vertical {
        width: 100%;
    }
    body .nav.nav-vertical li {
        width: 220px;
    }
    .tab-chedo .nav > li > a {
        line-height: 1.5em;
    }
    .tab-chedo .nav > li.active {
        background-color: #ffcc40;
    }
    .tabbed-content .tab{flex-shrink: 0!important; overflow-y: hidden!important;-webkit-overflow-scrolling: touch!important;}
    .tabbed-content .nav{ 

        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;

    }
    ::-webkit-scrollbar{height:3px;-webkit-overflow-scrolling: touch;}
    ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-overflow-scrolling: touch;}
    ::-webkit-scrollbar-thumb{border:4px solid #ba6900}
    .full-map-mb iframe {
        height: 350px !important;
    }
    .album-gallery-big img {
        height: 250px;
    }
    .infor-title-cont,
    h1.single-projec-title {
        font-size: 23px;
    }
    .box-info-item-2 {
        display: block;
        max-width: 67%;
        margin: 20px auto;
    }
    h2.infor-title {
        font-size: 14px;
    }
    .form-dk-da .input-fi {
        flex-basis: 96% !important;
        margin: auto;
    }
    .widget .form-dk-da input {
        margin-bottom: 20px;
    }
    .but-sub input {
        min-width: initial;
        width: 96%;
    }
    .row-hotline.row {
        max-width: 100% !important;
    }
    .phone-da {
        background: url(images/icon-phone.png) -5px 0px no-repeat;
        padding-top: 9px;
        top: -7px;
        background-size: 60px;
        padding-left: 37px;
    }
    .row-full-mb {
        max-width: 100% !important;
    }
    .project-slide-big > .box > .box-text {
        padding: 15px 15px;
    }
    .box-con-da .box-da-right,
    .box-con-da .box-da-left {
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }
    .box-con-da .box-da-right {
        padding: 15px 0 0;
        border-top: 2px solid #92432a;
    }
    .project-wrapper .slick-arrow {
/*         top: -425px; */
        left: 0;
        width: 35px;
        height: 35px;
        line-height: 16px;
        min-height: inherit;
        background: #ffcc40;
        color: #fff;
        border: none;
    }
    .project-wrapper .slick-arrow.slick-next {
        right: 0;
    }
    .title-search span {
        font-size: 20px !important;
    }
	.project-wrapper .slick-arrow i {
		font-size: 22px;
		line-height: 37px;
	}
}