/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

Description: "WP Lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của Lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: WP Lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP Vdigi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@font-face {
    font-family: "Inter-Regular";
    src: url("assets/fonts/inter/Inter-Regular.ttf");
}
@font-face {
    font-family: "Inter-Medium";
    src: url("assets/fonts/inter/Inter-Medium.ttf");
}
@font-face {
    font-family: "Inter-Bold";
    src: url("assets/fonts/inter/Inter-Bold.ttf");
}
@font-face {
    font-family: "Inter-ExtraBold";
    src: url("assets/fonts/inter/Inter-ExtraBold.ttf");
}

:root {
    --primary-color: #f81923;
    --second-color: #004c84;
    --primary-font: "Inter-Regular";
    --second-font: "Inter-Bold";
    --third-font: "Inter-Medium";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

.header-main-logo img {
    max-width: 85px;
}

.header-wrapper {
    padding: 10px 0;
}

.header-main-info {
    text-align: center;
}

.header-main-info>h2 {
    text-transform: uppercase;
    font-family: 'Inter-ExtraBold';
    font-size: 3.2rem;
    color: var(--primary-color);
}

.header-main-info>p {
    margin-bottom: 0;
    font-family: var(--second-font);
    font-size: 2rem;
    color: var(--second-color);
}

.header-main-hotline h4 {
    font-size: 20px;
}

.header-main-hotline p {
    font-family: var(--second-font);
    font-size: 20px;
    margin-bottom: 0;
}

.header-main-hotline p span {
    color: var(--primary-color);
    width: 90px;
    display: inline-block;
}

.header-main-hotline {
    text-align: right;
}

/*SLIDE*/

section.slide-homepage {
    margin-top: 1px;
}

/*POLICY*/

section.policy {
    padding: 6rem 0;
}

.policy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.policy-item>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    margin-right: 15px;
}

.policy-item>span svg {
    font-size: 4rem;
}

.policy-item-right h4 {
    font-size: 20px;
}

.policy-item-right p {
    margin: 0;
    font-size: 16px;
}

/*ABOUT*/

section.about-area {
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #77777733;
}

.about-area-content>h2 {
    font-size: 3.2rem;
    font-family: 'Inter-ExtraBold';
    color: var(--second-color);
    margin-bottom: 20px;
}

.about-area-content>h2>span {
    display: block;
    color: var(--primary-color);
}

.about-area-content {
    position: relative;
    padding-left: 3%;
}

.about-area-content p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
}

a.btn-detail:hover, .service-btn>a:hover {
    background-color: var(--primary-color);
}

/*SERVICE*/

h2.title-home {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
}

section.services-area {
    padding: 6rem 0;
}

h2.title-home>span {
    text-transform: uppercase;
    font-size: 3.2rem;
    font-family: 'Inter-ExtraBold';
    color: var(--second-color);
    position: relative;
}

a.btn-detail {
    display: inline-block;
    background-color: var(--second-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
}

p.icon-title {
    position: relative;
    text-align: center;
    margin-bottom: 2.5rem;
}

p.icon-title>span {
    position: relative;
    display: inline-block;
}

p.icon-title>span:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -8px;
    top: -15px;
}

p.icon-title:before, p.icon-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #33333361;
    top: 8px;
}

p.icon-title:before {
    left: 38.5%;
}

p.icon-title:after {
    right: 38.5%;
}

.service-item {
    position: relative;
    border: 1px solid #3333;
    padding: 6px;
    margin-bottom: 3rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.service-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.service-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.4;
    -o-object-fit: cover;
       object-fit: cover;
}

.service-item-content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 8px;
}

.service-item-content>h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;    
}

.service-item-content p {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

a.btn-more {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--second-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.service-btn {
    text-align: center;
}

.service-btn>a {
    display: inline-block;
    background-color: var(--second-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
}

.service-item:hover {
    border-color: var(--primary-color);
}

.service-item:hover h3>a {
    color: var(--primary-color);
}

.service-item:hover a.btn-more {
    color: var(--primary-color);
}

.service-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*BANNER*/

section.banner-ads {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.banner-ads {
    padding: 6rem 0;
    position: relative;
}

.banner-ads-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner-ads-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: right;
    position: relative;
}

section.banner-ads:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
}

.banner-ads-content {
    position: relative;
    color: #fff;
}

.banner-ads-action>a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--second-font);
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 20px;
    letter-spacing: 1px;
}

.banner-ads-action>a svg {
    font-size: 26px;
}

.banner-ads-content>h2 {
    font-size: 26px;
    font-family: 'Inter-ExtraBold';
    letter-spacing: 1px;
    line-height: 1.4;
}

.banner-ads-content p {
    margin-bottom: 0;
    font-size: 16px;
}

.banner-ads-action>a:hover {
    background-color: var(--second-color);
}

/*PROJECT*/

section.project {
    padding: 6rem 0;
}

.project-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.project-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-item-content {
    background-color: #e7e7e7;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    min-height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item-content>h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.project-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.project-item {
    margin-bottom: 3rem;
}

.project-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.project-item:hover .project-item-content {
    background-color: var(--second-color);
    color: #fff;
}

/*FEEDBACK*/

section.feedback {
    padding: 6rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h2.title-home.title-white>span {
    color: #fff;
}

section.feedback p.icon-title:before,section.feedback p.icon-title:after {
    background-color: #fff;
}

section.feedback p.icon-title>span:before {
    border-color: #Fff;
}

section.feedback:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
}

.feedback-item-avatar {
    text-align: center;
    margin-bottom: 15px;
}

.feedback-item-avatar>img {
    max-width: 95px !important;
    height: 95px !important;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.feedback-item {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 3rem;
    text-align: center;
    min-height: 36rem;
}

.feedback-item>span {
    position: absolute;
    left: 25px;
    top: 25px;
    color: #33333359;
}

.feedback-item>span>svg {
    font-size: 3rem;
}

.feedback-item>h4 {
    font-size: 18px;
}

.feedback-item h5 {
    font-family: var(--primary-font);
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 12px;
}

.feedback-item>p {
    line-height: 1.4;
    color: #787878;
    margin-bottom: 0;
}

section.blogs-area {
    position: relative;
    padding: 6rem 0;
}

.blogs-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blogs-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blogs-box-item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 20px;
}

.blogs-box-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-box-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    -o-object-fit: cover;
       object-fit: cover;
}

.blogs-box-item-content>h5 {
    font-size: 17px;
    line-height: 1.4;
}

.blogs-box-item-content>h5>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-box-item-content>p {
    margin-bottom: 0;
    color: #585858;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blogs-box-item-thumb>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

.blogs-box-item-content>h5:hover a {
    color: var(--primary-color);
}

/*FOOTER*/

footer#footer {
    background-color: var(--second-color);
    color: #fff;
    padding-top: 50px;
    padding-bottom: 1rem;
}

h4.title-footer {
    font-size: 20px;
    position: relative;
    margin-bottom: 4rem;
}

h4.title-footer:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: #fff;
}

.footer-contact h3 {
    font-size: 20px;
    font-family: 'Inter-ExtraBold';
    margin-bottom: 15px;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact ul li {
    margin-bottom: 10px;
}

.footer-policy ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-policy ul li {
    margin-bottom: 15px;
}

.footer-policy ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 12px;
}

.footer-policy {
    padding-left: 3rem;
}

._copyright p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-policy ul li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}


.page-template.page-project {
    padding: 6rem 0;
}

.contact-maps iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -5px;
}

.contact_5__top .right>h3 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: var(--second-color);
}

/*SINGLE*/

.v-content-single-post p {
    margin-bottom: 1.3em;
}
.v-content-single-post, .v-content-single-post p {
    font-size: 16px;
    line-height: 1.6;
}

.v-content-single-post h1, .v-content-single-post h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

.v-content-single-post h3, .v-content-single-post h4, .v-content-single-post h5 {
    margin-bottom: 15px;
    margin-top: 20px;
}

h1.page-title {
    margin-bottom: 2rem;
}

.single-project-gallery>a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.single-project-gallery>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.6;
    object-fit: cover;    
}

.footer-fanpage p a img {
    width: 40px;
    border-radius: 50%;
    object-fit: scale-down;
    border: 1px solid #ffffff69;
    margin-right: 10px;
}

.footer-fanpage p {
    margin-bottom: 12px;
}

.single-project-info {
    position: sticky;
    top: 60px; /* Khoảng cách từ mép trên khi stick */
}

.single-project-content {
    display: inline-block;
    margin-top: 3rem;
}

.single-project-info>h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}

.related-post-list>h3 {
    margin-bottom: 1rem;
        font-size: 20px;
}

ul.v-list-related {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.v-list-related>li {
    margin-bottom: 10px;
    font-family: 'Inter-Medium';
}

ul.v-list-related>li>a>svg {
    margin-right: 8px;
}

ul.v-list-related>li>a:hover {
    color: var(--second-color);
    padding-left: 5px;
}

ul.v-list-related>li>a>time {
    margin-left: 8px;
    font-style: italic;
    font-family: var(--primary-font);
    font-size: 13px;
}

.single-project-related {
    margin-top: 3rem;
}

h3.title-related-project {
    font-size: 24px;
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: var(--second-color);
    border-bottom: 1px solid #3333;
    padding-bottom: 10px;
}