/*
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);
}

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
html {
    scroll-behavior: smooth;
}
.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: 792px;
    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: 20px;
    text-transform: uppercase;
    font-family: UTM-AVOBOLD;
    margin-bottom: 10px;
}
.project-slide-big .box-text-cnt .ctn-txt p {
    color: #FFFBCC;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: UTM-AVO;
}
.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: 84%;
}
.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: #333333;
    font-weight: 600;
}

.project-slider-small {
    padding: 0 5%;
}
.project-slider-small .slick-list {
    margin: 0 -5px;
}
.project-slide-small {
    padding: 0 5px;
}
.project-slide-small img {
    height: 450px;
    object-fit: cover;
}
.project_td {
    font-size: 12px;
    color: #FFFBCC;
}
.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;
}
.project-slide-small .readmore {
    font-size: 12px;
    display: block;
}
.project-slide-small .readmore i {
    margin-left: 5px;
}


.taxproject-post {
    margin: 0 -10px !important;
}
.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;
}
.taxproject-post .project-slide-small .box-image img {
    transition: transform 0.5s ease-in-out; /* Tạo hiệu ứng zoom chậm */
    height: 410px;
}

.taxproject-post .project-slide-small .box-image img:hover {
    transform: scale(1.1); /* Phóng to ảnh khi hover */
}

.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 .count-up: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 #FCC30B;
    padding-top: 10px;
}
.header-nav.header-bottom-nav.nav-center.nav-spacing-xsmall>li {
    margin: 0 17px;
}
/* */
@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: #722108;
}
.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 {
    border-bottom: 1px solid #ddd;
    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: #ef0000;
}
.box-info-item-2 a.button.btn-register {
    margin-right: 0;
    background-color: #722108;
}

h2.infor-title {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    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%);
}
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-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: 500;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding: 10px 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background: #722108;
    display: block;
    border-radius: 0;
}

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

.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;
}


@media only screen and (min-width: 1024px) {
    
    
    
}

@media (max-width: 1600px) {
    .project-slide-small img {
        height: 333px;
    }
}
@media (max-width: 1200px) {
    .project-slide-small img {
        height: 275px;
    }
}
@media (max-width: 1024px) {
    .project-slide-small img {
        height: 333px;
    }
}
@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: 430px;
    }
    .project-slider-small {
        padding: 0 3%;
    }
    .project-slide-small img {
        height: 205px;
    }
    .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;
    }
}

.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;
}