@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: "UTM Avo";
    src:  url('../fonts/utm-avo/utm-avo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: "UTM Avo";
    src:  url('../fonts/utm-avo/utm-avobold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */
body{
    font-family: 'UTM Avo';
}
.title-1, .widget-title, .title--sm a, .title--sm2, h1, h2, h3, h4, h5, h6, strong, b{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}


.header-nav-menu .menu-item a {
    padding: 4px 10px;
}
.form-phongthuy {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px #00000042;
    max-width: 480px;
    margin-top: 30px;
}

.form-phongthuy .title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.form-phongthuy button {
    background-color: #000;
    border-color: #000;
    border-radius: inherit;
    min-width: 100px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.desc-phongthuy {
    position: relative;
    display: block;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 20px;
}
.bg-gray {
    background-color: #f9f9f9;
}
.entry-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.entry-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.entry-content table {
    width: 100%;
    max-width: 100%;
    background-color: #f9f9f9;
}

.entry-content table>thead>tr>th {
    font-weight: normal;
    color: #FFF !important;
}
.entry-content p{
    margin-bottom: 8px !important;
    line-height: 24px;
}
.au-input, .au-textarea{
    background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
}
.entry-content table>td, .entry-content table>th {
    padding: 4px !important;
}

.entry-content table>thead>tr>th, .entry-content table>thead>tr>td{
    padding: 6px 5px;
}
.entry-content table>tbody>tr>td {
    padding: 5px;
    line-height: initial;
}

.entry-content table ul li {
    margin-bottom: 8px;
    line-height: 20px;
}
.entry-content ul, .entry-content li {
    list-style: unset;
}

.entry-content ul {
    margin-left: 20px;
}
.fc-photo .media-project .media__body {
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-12%,-50%);
    -moz-transform: translate(-12%,-50%);
    -ms-transform: translate(-12%,-50%);
    -o-transform: translate(-12%,-50%);
    transform: translate(-12%,-50%);
}

.fc-photo .media-project .media__body h3.title {
    font-size: 16px;
    color: #FFF;
}
.media-project .title span.prj-name{
    font-size: 18px;
    color: #FFF;
}
.media-project-2 .media__title span.prj-name{
    text-transform: uppercase;
    font-size: 18px;
    color: #222;
}
.section-title {
    margin-bottom: 30px;
}

section.section-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-col-4, .section-col-4--px{
    padding-right: 8px;
}
.media-project-2{
    margin-bottom: 8px;
}
.slick-testi .slick-item{
    padding: 0 8px;
}
.blog .entry-title a {
    font-size: 15px;
    line-height: 20px;
}

.blog .entry-title {
    margin-top: 10px;
}
.slick-testi .slick-wrap-content{
    overflow: initial;
}
.blog .entry-excerpt {
    line-height: 24px;
    position: relative;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    overflow: hidden;
}
.media-project-2 .media__img, .media-project .media__img{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
}

.media-project-2 .media__img img, .media-project .media__img img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.gutter-sm .media-project {
    margin-bottom: 10px;
}
section.nav-projects {
    padding-top: 50px;
    padding-bottom: 40px;
}
.header__bar.header--scroll{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    transform: translateY(-100%);
}
.header__bar.header--fixed{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    transform: translateY(0);
}
.section-bg-top:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 40%);
    content: "";
}
section.section {
    padding-bottom: 40px;
}
.project-style-1, .project-style-4 {
    padding-top: 40px;
}
.fc-photo {
    display: block;
    position: relative;
}
@media (max-width:480px){
    .image-laban img{max-width: 100% !important;}
    .image-laban{
        margin-top: 25px;
    }
    section.nav-projects {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    ul.list-cat-projects li a {
        font-size: 14px;
        padding: 0 4px;
        margin-bottom: 15px;
    }
    
    .m-b-50 {
        margin-bottom: 25px;
    }
    
    .p-b-120 {
        padding-bottom: 30px;
    }
    
    .page-line {
        display: block;
        background: rgb(0 0 0 / 30%);
    }
    
    .section-bg-top .inner-title h1 {
        font-size: 24px;
        margin-top: 5px;
    }
    
    .section-bg-top .inner-title {
        padding: 0;
    }
    
    .section-bg-top {
        height: 180px;
    }
    
    .page-line .page-line__inner {
        align-items: center;
        justify-content: center;
    }
    .p-t-60 {
        padding-top: 20px;
    }
    
    .p-t-55 {
        padding-top: 15px;
    }
    
    .section-title {
        margin-bottom: 20px;
    }
    
    .p-b-100 {
        padding-bottom: 30px;
    }
    
    .p-t-70 {
        padding-top: 30px;
    }
    
    .title-1 {
        font-size: 28px;
    }
    
    .p-t-65 {
        padding-top: 25px;
    }
    
    .blog .entry-title a {
        font-size: 14px;
        line-height: 22px;
    }
    
    .p-t-40 {
        padding-top: 20px;
    }
    
    .p-b-65 {
        padding-bottom: 25px;
    }
    
    .blog {
        margin-bottom: 15px;
    }
    
    .p-b-135 {
        padding-top: 35px;
    }
    
    .p-b-135 {
        padding-bottom: 35px;
    }
    .p-t-120 {
        padding-top: 30px;
    }
    
    .media-about-2 .title-1 {
        margin-bottom: 0;
        font-size: 24px;
    }
    
    .p-b-80 {
        padding-bottom: 20px;
    }
    
    .p-t-110 {
        padding-top: 30px;
    }
    
    .p-b-60 {
        padding-bottom: 20px;
    }
    
    .p-t-100 {
        padding-top: 30px;
    }
    .entry-content table {
        zoom: 70% !important;
        max-width: 800px !important;
        width: 800px;
        overflow: auto;
    }
    .blog-detail-1 .entry-title {
        font-size: 20px;
    }
}