@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: "Montserrat-Light";
    src: url("assets/fonts/montserrat/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "BeVietnamPro-Bold";
    src: url("assets/fonts/montserrat/BeVietnamPro-Bold.ttf");
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("assets/fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("assets/fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("assets/fonts/montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("assets/fonts/montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
    font-family: "Montserrat-Black";
    src: url("assets/fonts/montserrat/Montserrat-Black.ttf");
}

:root {
    --primary-color: #EDA902;
    --second-color: #D2C229;
    --primary-font: "Montserrat";
    --second-font: "Montserrat-Bold";
    --third-font: "Montserrat-Medium";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.6rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

section {
    position: relative;
    box-sizing: border-box;
}

.header-main-logo img {
    max-width: 55px;
}

.header-wrapper {
    margin: 15px 0;
}

header#masthead {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header-menu-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    margin-top: 45px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.header-main-contact>a {
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
}

.header-main-contact>a:hover {
    background-color: var(--second-color);
    color: #000;
}

.header-main-language ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-main-language ul li {
    display: inline-block;
    margin: 0 2px;
}

.header-main-language {
    margin-right: 25px;
}

.header-mobile-language ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.header-mobile-language ul li {
    display: inline-block;
}

.header-mobile-language {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.header-main-language ul li.current-lang a img {
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    padding: 1px;
    width: 30px !important;
    height: 30px !important;
}

.header-main-language ul li a img {
    width: 25px !important;
    height: 25px !important;
}

/*SLIDE*/

.slide-home-content {
    position: absolute;
    left: 10%;
    z-index: 999;
    top: 35%;
}

.slide-item-home {
    position: relative;
}

.slide-home-content>h1 {
    color: var(--primary-color);
    font-family: 'Montserrat-ExtraBold';
    font-size: 120px;
    margin-bottom: -20px;
/*    text-shadow: -1px -1px 0 #3333, 0 -1px 0 #3333, 1px -1px 0 #3333, 1px 0 0 #3333, 1px 1px 0 #3333, 0 1px 0 #3333, -1px 1px 0 #3333, -1px 0 0 #3333;*/
    text-shadow: 0 4px 4px #00000040;
}

.slide-home-content>h2 {
    color: var(--second-color);
    font-family: 'Montserrat-ExtraBold';
    font-size: 60px;
    margin-bottom: 20px;
    text-shadow: 0 4px 4px #00000040;
    padding-left: 8px;
}

.slide-home-content>p {
    font-family: var(--third-font);
    color: #fff;
    font-size: 20px;
}

.slide-home-content>a {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 2;
}

.slide-home-content>a>span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    top: 2px;
    transition: all .3s;
}

.slide-home-content>a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.slide-home-content>a:hover span {
    background-color: #fff;
    color: #000;
}

div#owl-slide-desktop .owl-dots {
    bottom: 30px;
}

/*ABOUT US*/

.bg-home-top {
    background-image: url(assets/images/home/bg-blue.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.services-home {
    background-image: url(assets/images/home/bg-service-home.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 15rem;
}

.about-us-wrapper {
    display: flex;
    align-items: center;
}

.about-us-image {
    flex: 0 0 50%;
}

.about-us-content {
    flex: 0 0 50%;
    box-shadow: 1px 2px 10px #3333;
    border-radius: 0 8px 8px 0;
    padding: 20px 40px;
    margin-left: -10px;
    text-align: justify;
}

section.about-us {
    padding-top: 10rem;
}

h2.title-about-us {
    font-size: 28px;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 3rem;
}

h2.title-about-us span {
    color: var(--second-color);
    font-size: 24px;
}

h2.title-about-us:before {
    position: absolute;
    content: "";
    width: 190px;
    height: 2px;
    background-color: #33333369;
    bottom: -8px;
    left: 0;
}

h2.title-about-us:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: var(--second-color);
    bottom: -8px;
    left: 0;
}

/*SERVICES*/

.service-header {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

h2.title-services {
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 2.8rem;
    text-transform: uppercase;
}

.service-header>p {
    color: #606060;
    font-size: 16px;
}

.services-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0 6rem;
}

.service-item.item-first>img {
    width: 100%;
    aspect-ratio: 2/ 1.4;
    object-fit: cover;
}

.service-item {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #6a6666;
    border-radius: 12px;
    padding: 3rem;
    background-color: #fff;
}

.service-item.item-first {
    padding: 0;
    border: none;
    background: transparent;
}

.service-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.service-item-title>img {
    margin-right: 15px;
}

.service-item-title h3 {
    color: #5d5c5c;
    font-size: 18px;
    margin-bottom: 0;
}

.service-item p {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

a.btn-detail {
    font-family: var(--third-font);
    font-size: 14px;
    color: var(--primary-color);
    display: inline-block;
    margin-top: 15px;
}

.service-item>span {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #B9C5D3;
    font-size: 7rem;
    font-family: BeVietnamPro-Bold;
}

.service-item-first-content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
}

.service-item-first-content>h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    margin-bottom: 10px;
}

.service-item-first-content>a {
    background-color: #fff;
    color: var(--primary-color);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 24px;
}

.service-item-first-content>a>span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 3px;
    position: relative;
    top: 2px;
}

.service-item-first-content>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.service-item-first-content>a:hover span {
    background-color: #fff;
    color: #000;
}

a.btn-detail:hover {
    color: var(--second-color);
}

div#service-about .owl-nav button {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 2px 6px #333;
}

div#service-about .owl-nav button svg {
    font-size: 23px;
    color: var(--primary-color);
}

div#service-about .owl-nav button.owl-prev {
    left: -40px;
}

div#service-about .owl-nav button.owl-next {
    right: -40px;
}

div#service-about .owl-dots {
    bottom: -10%;
}

/*COUNTER*/

section.banner-home {
    background-image: url(assets/images/home/bg-counter.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10rem 0;
}

.banner-home-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

.banner-home-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-home-item h3 {
    color: #fff;
    font-family: 'Montserrat-Black';
    font-size: 9rem;
    margin-bottom: -10px;
    text-shadow: -2px -2px 0 #d2c229, 0 -2px 0 #d2c229, 2px -2px 0 #d2c229, 2px 0 0 #d2c229, 2px 2px 0 #d2c229, 0 2px 0 #d2c229, -2px 2px 0 #d2c229, -2px 0 0 #d2c229;
}

.banner-home-item p {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Montserrat-Black';
    color: #fff;
}

section.banner-home:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: .1;
}

/*BRAND*/

section.brand {
    padding: 10rem 0;
}

h2.title-home {
    margin-bottom: 3rem;
}

h2.title-home>span {
    display: inline-block;
    background-color: var(--second-color);
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    font-size: 28px;
    padding: 6px 20px;
    line-height: 1.2;
    border-radius: 12px;
}

.brand-box {
    border: 1px solid #a5a2a2;
    border-radius: 12px;
    padding: 3rem 6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    background-color: #fff;
}

.brand-box-item>a {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.bg-bottom-home {
    background-image: url(assets/images/home/bg-blogs.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blogs-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-item-thumb>a>img {
    aspect-ratio: 2/ 1.3;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.blogs-item {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
}

.blogs-item-content {
    padding: 20px;
    min-height: 23rem;
}

.blogs-item-content-meta {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 10px;
}

.blogs-item-content-meta>svg {
    margin-right: 8px;
}

.blogs-item-content h3 {
    color: #3e3e3e;
    margin-bottom: 15px;
    font-family: 'Montserrat-SemiBold';
}

.blogs-item-content>p {
    font-size: 16px;
    line-height: 22px;
    color: #444;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blogs-item-content>a {
    font-size: 16px;
    font-family: var(--second-font);
    color: var(--primary-color);
    display: inline-block;
}

.blogs-item-content>a>svg {
    margin-left: 3px;
}

.blogs-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.blogs-item:hover h3 a {
    color: var(--primary-color);
}

.blogs-item-content>a:hover {
    color: var(--second-color);
}

section.question {
    padding-top: 10rem;
    padding-bottom: 22rem;
}

.question-according>h2 {
    color: var(--primary-color);
    font-size: 26px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 2rem;
}

.question-according {
    max-width: 80%;
}

div#accordion .card {
    margin-bottom: 15px;
    border-radius: 12px;
}

div#accordion .card-header {
    border: none;
    border-radius: 12px;
    background-color: #fff;
    padding: 0;
}

div#accordion .card-header a {
    color: #000;
    font-family: var(--third-font);
    font-size: 14px;
    display: block;
    padding: 12px 15px;
    position: relative;
}

div#accordion .card-header a svg {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s;
}

div#accordion {
    margin-top: 2rem;
}

a.card-link {
    background-color: #fffcee;
    border-radius: 12px 12px 0 0;
}

a.collapsed.card-link {
    background-color: #fff;
    border-radius: 12px;
}

.question-image {
    position: relative;
}

img.question-img-02 {
    position: absolute;
    bottom: -40px;
    right: 0;
}

img.question-img-01 {
    width: 90%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

section.footer-area {
    background-image: url(assets/images/home/bg-footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 14rem;
    padding-bottom: 5rem;
}

section.footer-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000007a;
}

.footer-wrapper {
    z-index: 1;
    position: relative;
    display: flex;
    background-color: #fff;
    border-radius: 22px;
    padding: 4rem 5rem;
}

.footer-logo {
    flex: 0 0 27%;
}

.footer-contact {
    flex: 0 0 30%;
}

.footer-wrapper>.footer-block:nth-of-type(2) {
    flex: 0 0 18%;
}

.footer-wrapper>.footer-block:nth-of-type(3) {
    flex: 0 0 25%;
}

.footer-logo-link>a>img {
    width: 80px;
}

.footer-logo-content h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 2rem;
}

.footer-logo-content p {
    font-size: 14px;
    color: #848484;
    margin-bottom: 0;
}

h4.title-footer {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 2rem;
}

.footer-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-block ul li a {
    color: #848484;
    font-size: 14px;
}

.footer-block ul li a:hover {
    color: var(--primary-color);
}

.footer-block ul li {
    color: #848484;
    margin-bottom: 12px;
}

.footer-block {
    padding-right: 25px;
}

section.newsletter {
    margin-top: -100px;
}

.newsletter-inner {
    background: #ECEACF url(assets/images/home/bg-lienhengay.png) no-repeat right center;
    padding: 4rem;
    max-width: 75%;
    margin: 0 auto;
    border-radius: 22px;
    margin-bottom: -110px;
    position: relative;
    z-index: 1;
}

.newsletter-inner>h3 {
    color: #fff;
    font-size: 36px;
}

.newsletter-inner>h4 {
    color: var(--primary-color);
    font-size: 26px;
}

.form-reg-km>p {
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
}

.form-reg-km>p>span input.wpcf7-text {
    width: 300px;
    border: none;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 14px;
}

.form-reg-km>p input.wpcf7-submit {
    background-color: var(--second-color);
    transition: all .3s;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 12px;
    font-size: 14px;
    padding: 4px 8px;
}

.form-reg-km>p input.wpcf7-submit:hover {
    background-color: var(--primary-color);
}

.form-reg-km {
    max-width: 300px;
}

.form-reg-km .wpcf7-spinner {
    position: absolute;
    right: -80px;
    top: 5px;
}

.copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.copyright-inner p {
    margin-bottom: 0;
}

.copyright {
    padding: 8px 0;
    background-color: var(--second-color);
}

.copyright-link a {
    font-family: var(--third-font);
}

.copyright-link a:nth-of-type(2) {
    position: relative;
    margin: 0 20px;
}

.copyright-link a:nth-of-type(2):before, .copyright-link a:nth-of-type(2):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #333;
    top: 3px;
}

.copyright-link a:nth-of-type(2):before {
    left: -12px;
}

.copyright-link a:nth-of-type(2):after {
    right: -12px;
}

/*PAGE ABOUT US*/

.bg-about-us-top {
    background-image: url(assets/images/home/bg-page-about-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.brand-about {
    background-color: #E5ECF3;
    padding-bottom: 200px;
    padding-top: 10rem;
    margin-bottom: -100px;
}

.page-template.page-about-us {
    padding-bottom: 10rem;
}

section.block-about-01 {
    padding: 10rem 0;
}

.block-about-01_content>span {
    font-size: 28px;
    font-family: 'Montserrat-SemiBold';
    background-color: var(--second-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 12px;
}

.block-about-01_content>h2 {
    font-size: 28px;
    color: var(--primary-color);
    margin: 15px 0;
}

.block-about-01_content__text {
    background-color: #ececec;
    padding: 15px;
    padding-left: 30px;
    border-radius: 4px;
    position: relative;
    font-size: 15px;
    font-family: var(--third-font);
}

.block-about-01_content__text p {
    margin-bottom: 0;
    color: #555252;
}

.block-about-01_content__text:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background-color: #898080;
    left: 15px;
    top: 20px;
}

.block-about-01_content__text:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 35px;
    background-color: var(--primary-color);
    left: 15px;
    top: 20px;
}

.block-about-01_image {
    padding-left: 3rem;
}

h2.title-mission-vision {
    font-size: 28px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 4rem;
}

h2.title-mission-vision span {
    color: var(--second-color);
}

h2.title-mission-vision:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: var(--primary-color);
}

.block-misson-vision_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding-right: 8rem;
}

.block-misson-vision_content__left {
    background-color: #FFFCF1;
}

.block-misson-vision_content>div {
    display: block;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    padding: 2rem;
    min-height: 35rem;
}

.block-misson-vision_content>div>h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.block-misson-vision_content__right {
    background-color: #F9F3CD;
}

.block-misson-vision_map {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35rem;
}

section.block-whychoose {
    padding: 10rem 0;
}

.block-whychoose-header {
    position: relative;
    text-align: center;
    margin-bottom: 7rem;
}

.block-whychoose-header>h2 {
    font-size: 28px;
    color: var(--primary-color);
}

.block-whychoose-header>p {
    margin: 0;
    font-family: var(--third-font);
}

.block-whychoose-header:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background-color: var(--primary-color);
}

.block-whychoose-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.whychoose-item {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all .3s;
    border-radius: 12px;
    box-shadow: 1px 2px 8px #3333336b;
}

.whychoose-item>img {
    width: 100%;
    aspect-ratio: 1/1.15;
    object-fit: cover;
    border-radius: 12px;
}

.whychoose-item-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 80%;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    padding: 0 5px;
}

.whychoose-item-content>span {
    position: absolute;
    left: -25px;
    top: -30px;
}

.whychoose-item-content>h3 {
    font-family: var(--third-font);
    font-size: 18px;
}

.whychoose-item-content>h3>span {
    color: var(--primary-color);
}

section.service-about {
    padding-bottom: 10rem;
    padding-top: 10rem;
    background-color: #7FA5CD66;
}

.service-about-content-title>h2 {
    font-size: 22px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.service-about-content-title>span {
    font-size: 18px;
    font-family: var(--third-font);
    position: relative;
}

.service-about-content-title>span:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    \: translateX(-50%);
    bottom: -8px;
    background-color: var(--primary-color);
}

.service-about-content-title {
    margin-bottom: 2rem;
}

.service-about-content {
    padding-right: 3rem;
}

a.btn-hsnl {
    background-color: #ECEACF;
    display: inline-block;
    border: 1px solid var(--second-color);
    border-radius: 8px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: var(--third-font);
    margin-top: 2rem;
}

a.btn-hsnl:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.service-about-item-content>a:hover {
    background-color: var(--primary-color);
}


.service-about-item>img {
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
    border-radius: 12px;
}

.service-about-item {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all .3s;
    border: 3px solid var(--primary-color);
    border-radius: 12px;
}

.service-about-item-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 90%;
    min-height: 11rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 12px;
}

.service-about-item-content>h3 {
    font-size: 18px;
    color: var(--second-color);
}

.service-about-item-content>a {
    display: inline-block;
    background-color: #122A6633;
    padding: 3px 15px;
    border-radius: 12px;
    box-shadow: 1px 2px 5px #3333;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: var(--third-font);
}

.service-about-item-content>a>span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

h2.title-brand-about {
    margin-bottom: 4rem;
}

h2.title-brand-about>span {
    display: inline-block;
    background-color: var(--second-color);
    text-transform: uppercase;
    color: #fff;
    font-family: var(--third-font);
    padding: 6px 15px;
    border-radius: 12px;
    font-size: 28px;
}

.brand-about-box {
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
}

.bg-about-us-top section.service-about {
    background-image: url(assets/images/home/bg-services-section.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #cddcec;
}

/*PAGE PROFILE*/

.page-template.page-profile {
    background: linear-gradient(to bottom, #fff 0%, #d6e5f7 100%);
    padding-top: 10rem;
    padding-bottom: 20rem;
}

.profile-image {
    text-align: center;
}

/*PAGE ARGANIZATION*/

section.diagram-organization {
    background-image: url(assets/images/home/bg-bomaytochuc.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10rem 0;
}

.page-template.page-organization section.service-about {
    background-color: #c1d6ea;
    padding-bottom: 20rem;
}

.diagram-organization-header {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.diagram-organization-header>h2 {
    font-size: 28px;
    font-family: 'Montserrat-ExtraBold';
    color: var(--primary-color);
}

.diagram-organization-header>h2>span {
    color: var(--second-color);
}

.diagram-organization-title {
    text-align: center;
    margin-bottom: 5rem;
}

.diagram-organization-title>span {
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    text-transform: capitalize;
    font-family: 'Montserrat-SemiBold';
    border-radius: 10px;
    font-size: 20px;
}

.diagram-organization-header>p {
    font-size: 16px;
    font-family: var(--third-font);
}

.organization-item {
    width: 250px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin: 0 30px;
    box-shadow: 1px 2px 6px #a8a8a86e;
    border-radius: 12px;
}

.organization-item>a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    border-radius: 12px;
}

.organization-item>a>img {
    width: 100%;
    aspect-ratio: 1 / 1.45;
    object-fit: cover;
    border-radius: 12px;
}

.organization-item-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 90%;
    bottom: 30px;
    min-height: 65px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.organization-item-content>h4 {
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 3px;
    text-transform: uppercase;
}

.organization-item-content>p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 13px;
}

.diagram-organization-row {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*PAGE PROJECT*/

section.bg-breadcrumb.bg-project {
    background: url(assets/images/bg-header-services.jpg) no-repeat center center;
    background-size: cover;
}

.page-template.page-project {
    background: linear-gradient(to bottom, #fff 0%, #d6e5f7 100%);
    padding-top: 10rem;
    padding-bottom: 20rem;
}

.page-project-header {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
}

.page-project-header h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.page-project-header>p {
    font-family: var(--third-font);
    margin-bottom: 0;
}

.page-project-header:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background-color: var(--primary-color);
}

.page-project-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.project-item>a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.project-item>a>img {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    border-radius: 12px;
}

.project-item-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #fff;
    min-height: 10rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.project-item-content>span {
    background-color: var(--primary-color);
    color: #000;
    font-family: 'Montserrat-SemiBold';
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 13px;
}

.project-item-content>h3 {
    margin-top: 8px;
    font-size: 17px;
}

/*ARCHIVE*/

section.bg-breadcrumb.bg-blog-new {
    background: url(assets/images/bg-header-blog-new.jpg) no-repeat center center;
    background-size: cover;
}

.wrapper-archive.category-blog-new {
    background: linear-gradient(to bottom, #fff 0%, #d6e5f7 100%);
    padding-top: 10rem;
    padding-bottom: 20rem;
}

h2.title-archive-blog {
    margin-bottom: 3rem;
}

h2.title-archive-blog>span {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    background-color: var(--second-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    display: inline-block;
}

.block-top-feature {
    margin-bottom: 5rem;
}

.block-top-feature-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.block-top-feature-thumb>a>img {
    width: 100%;
    aspect-ratio: 2/1.2;
    object-fit: cover;
    border-radius: 12px;
}

.block-top-feature-content_meta {
    font-size: 14px;
}

.block-top-feature-content_meta svg {
    margin-right: 8px;
}

.block-top-feature-content h3 {
    margin: 15px 0;
    font-size: 20px;
}

.block-top-feature-content h3 a, .blogs-item-content h3 a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block-top-feature-content p {
    font-size: 17px;
    font-family: var(--third-font);
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.block-top-feature-content>a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 12px;
    border: 1px solid #a8a8a8;
    text-transform: capitalize;
    color: #777;
    font-size: 14px;
    font-family: var(--third-font);
    margin-top: 10px;
}

.block-top-feature-content>a>span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 4px;
    position: relative;
    top: 1px;
    color: #fff;
}

.block-top-feature-content {
    padding-left: 1rem;
}

.block-top-feature-thumb {
    padding-right: 1rem;
}

.block-top-feature-thumb>a:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.block-top-feature-thumb>a:hover {
    border-radius: 12px;
}

.block-top-feature-content h3:hover a {
    color: var(--primary-color);
}

.block-top-feature-content>a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.category-blog-new .blogs-item {
    margin-bottom: 30px;
}

.wrapper-archive.category-blog-new .blogs-item-thumb>a>img {
    width: 100%;
}

.wrapper-header-page>h3 {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 32px;
    margin-top: 10px;
}

figure.single-service-sidebar-feature>img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 12px;
    box-shadow: 1px 2px 6px #3333;
}

.single-service-sidebar-contact {
    background-color: #0A183A;
    color: #fff;
    padding: 3rem;
    border: 2px solid #fff;
    border-radius: 12px;
    box-shadow: 1px 2px 6px #3333;
    margin-top: 15px;
}

.single-service-sidebar-contact>h3 {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}

.single-service-sidebar-contact>h3>span {
    color: var(--primary-color);
    display: inline-block;
    margin-top: 3px;
}

.single-service-sidebar-contact>a {
    background-color: #fff;
    color: #333;
    border: 1px solid var(--primary-color);
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--third-font);
    border-radius: 8px;
    display: inline-block;
    margin: 15px 0;
}

.single-service-sidebar-contact ul {
    padding-left: 20px;
}

.single-service-gallery {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.wrapper-single.single-service {
    background-color: #F2F4F8;
    margin-bottom: 0rem;
    padding-bottom: 20rem;
}

.single-service-gallery_item>img {
    width: 100%;
    aspect-ratio: 2 / .7;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 6px #3333;
}

.single-service-gallery_item_haft {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.single-service-gallery_item_haft>img {
    width: 100%;
    aspect-ratio: 2 / 1.2;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 6px #3333;
}

.single-service-sidebar-contact>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.wrapper-single.single-post {
    padding-bottom: 15rem;
}

/*PAGE CONTACT*/

.page-contact {
    padding-top: 10rem;
}

.contact-info-form>h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-info-form>p {
    font-size: 16px;
    color: #666;
    margin-bottom: 3rem;
}

.contact-info-form form p span input.wpcf7-text {
    width: 100%;
    height: 55px;
    line-height: 53px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 20px;
    margin-bottom: 10px;
}

.haft-form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.haft-form p span {
    flex: 0 0 49%;
}

.contact-info-form form textarea {
    width: 100%;
    height: 15rem;
    line-height: 53px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 20px;
    margin-bottom: 0;
}

.contact-info-form form input.btn-send {
    display: inline-block;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0 4rem;
    border: 1px solid;
    font-family: var(--second-font);
    margin-top: 10px;
    width: 160px;
    transition: all .3s;
    cursor: pointer;
}

.contact-info-form form input.btn-send:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.contact-maps iframe {
    width: 100%;
    filter: grayscale(1);
    height: 500px;
}

.contact-maps {
    margin-top: 5rem;
}

.contact-info-text {
    margin-top: 12.5rem;
    padding-left: 2rem;
}

.contact-info-text>h3 {text-transform: uppercase;border-bottom: 1px solid;padding-bottom: 20px;margin-bottom: 3rem;}

.contact-info-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.contact-info-text ul li {
    font-family: var(--third-font);
    margin-bottom: 15px;
}

.contact-info-form {
    padding-right: 4rem;
}

.contact-info_social ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact-info_social ul li a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid;
}

.contact-info_social ul li a:hover {
    background-color: #fff;
    color: var(--primary-color);
}