@import url('https://fonts.cdnfonts.com/css/montserrat');

:root {
    --main-color: #3c9c92;
}

html {
    /* font-size: 62.5%; */
    line-height: 1.6rem;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif !important;*/

}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;

}

.header_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: fit-content;
    padding: 10px 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: var(--main-color);
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.header_navbar {
    display: flex;
    background: var(--main-color);
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.header_menu {
    padding: 10px 0;
    margin-top: 30px;
}

.search {
    float: none;
    border-radius: 10px;
    overflow: hidden;
}

.search_input {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 20px;
    padding: 8px 44px 8px 8px;
}

.submit_input {
    border: 1px solid var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    color: #fff;
    background: var(--main-color);
    padding: 8px 20px;
    right: 15px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
}

.quote_btn {
    background-color: #F30B01;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.quote_btn:hover {
    color: yellow;
}

.navbar_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* Allow the menu items to wrap to the next line on smaller screens */
    justify-content: space-evenly;
    position: relative;
}

.navbar_menu li .sub_menu {
    position: absolute;
    /* width: 100%; */
    top: 98px;
    left: 0;
    /* right: 0; */
    background-color: #fff;
    z-index: 10;
    display: none;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
}

.cover_small_sub .sub_menu {
    width: 100%;
    right: 0;
}

.cover_big_sub {
    position: relative;
}

.cover_big_sub .sub_menu {
    /* left: 50% !important; */
    transform: translateX(-50%);
    flex-wrap: nowrap;
}

.cover_big_sub .sub_menu .col-3 {
    max-width: 100% !important;
    flex: auto;
    width: 300px;
}

.navbar_menu li:hover .sub_menu {
    display: flex;
}

.navbar_menu .sub_menu .cover_link {
    width: 100%;
    border-bottom: 1px solid #cecece;
    text-align: left;
    transition: .3s ease-in-out;
}

.navbar_menu .sub_menu .cover_link a {
    display: block;
    width: 100%;
    padding: 12px;
}

.cover_small_sub .sub_menu {
    background-color: #2a6d66 !important;
    left: 15px !important;
}

.cover_small_sub .sub_menu .cover_link {
    border: none !important;
}

.cover_small_sub .sub_menu .cover_link:hover {
    background-color: #ffffff !important;
}

.cover_small_sub .sub_menu .cover_link:hover a {
    color: #3c9c92 !important;
}

.cover_small_sub .sub_menu .cover_link a {
    color: #fff !important;
}

.cover_small_sub {
    position: relative;
}

.navbar_menu .sub_menu .cover_link:hover {
    background-color: #3c9c9244;
}

.navbar_menu .sub_menu .cover_link .main_link {
    font-size: 18px;
}

.navbar_menu .sub_menu .cover_link .sub_link {
    font-size: 14px;
    font-weight: 500;
}

#menu .sub_menu {
    padding-left: 28px;
}

.cover_link_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.navbar_menu li {
    padding: 12px 20px;
    flex: 1;
    text-align: center;
}

.navbar_menu a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar_menu li:hover {
    background-color: #fff;
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
}

.navbar_menu li:hover a {
    color: var(--main-color);
    text-decoration: none;
}

#myCarousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Content home */
.home_title {
    color: rgb(59 185 187);
    text-align: center;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    position: relative;
}

.home_title:before {
    content: '';
    width: 100px;
    height: 2px;
    background: rgb(59 185 187);
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
}

.organize_events ul li:nth-child(1),
.project_completed ul li:nth-child(1),
.news ul li:nth-child(1) {
    max-height: 200px;
    overflow: hidden;
    list-style: none;
}

.hire_service ul li:nth-child(1) {
    max-height: 320px;
    overflow: hidden;
    list-style: none;
}

.project_completed ul li:nth-child(1) {
    margin: 10px 0 20px 0;
}

.news ul li:nth-child(1) {
    margin-bottom: 15px;
}


.item_custom-boxshadow {
    box-shadow: rgb(29 33 36 / 20%) 0px 8px 24px;
    border-radius: 10px;
    padding: 15px !important;
    height: 450px;
}

.prevent_overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.reviews_prevent_overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.organize_events ul li:nth-child(2),
.hire_service ul li:nth-child(2) {
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #F30B01;
    min-height: 72px;
    list-style: none;
    text-align: center;
}

.project_completed ul li:nth-child(2) {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1CB1D2;
    min-height: 80px;
}

.img_custom {
    max-width: 100%;
    border: none;
    height: auto;
}

.title_custom {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}

.title_custom:hover {
    text-decoration: none;
    color: #23527c;
}

.title_custom-project,
.title_custom-news {
    font-weight: bold;
}

.title_custom-project:hover,
.title_custom-news:hover {
    text-decoration: none;
}

.choose_us {
    background: url(/client/images/background/background-banner.jpg) no-repeat center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.clearfix {
    padding: 0;
}

.clearfix li {
    list-style: none;
}

.choose_us li:nth-child(2) {
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
}

.choose_us li:nth-child(3),
.project_completed ul li:nth-child(3) {
    font-size: 14px;
}

.new-right-3 {
    padding-bottom: 20px;
}

.new-right-3 li:nth-child(1),
.carousel-item li:nth-child(1) {
    float: left;
    margin-right: 20px;
}

.customer_review-title {
    text-align: center;
    position: relative;
}

.customer_review-title:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -10px;
}

.carousel-item-customer-reviews li:nth-child(1) {
    font-weight: 700;
    padding-bottom: 10px;
}

.carousel-item-customer-reviews li:nth-child(3),
.carousel-item-customer-reviews li:nth-child(4) {
    font-size: 14px;
}

.carousel-item-customer-reviews {
    padding: 10px 100px;
}

.carousel-item-customer-reviews img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.customer_review-background {
    background: url(/client/images/content/background-customer-reviews.jpg);
    background-size: 100% auto;
    color: #fff;
}

.owl-prev,
.owl-next {
    color: #fff;
    background: #333;
    padding: 10px;
    border-radius: 5px;
    outline: unset !important;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom_span-prev,
.custom_span-next {
    background-color: #bdbbbb !important;
    height: 40px !important;
    width: 20px !important;
    border-radius: 4px;
}


#footer {
    padding: 30px 0 0;
    font-size: 15px;
    background-color: var(--main-color);
    color: #fff;
}

#footer a {
    color: #fff;
}

.footer_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.footer_title span {
    border-bottom: 2px solid #EED138;
    padding-bottom: 3px;
}

.footer-bottom {
    padding: 20px 0;
    background-color: #000;
    color: rgba(255, 255, 255, .5);
}

.zoom-effect {
    transition: transform 0.3s ease;
}

.zoom-effect:hover {
    transform: scale(1.2);
    /* Thay đổi giá trị để điều chỉnh mức độ zoom */
}

button {
    border: none;
    outline: none;
    outline: unset !important;
}

#menu ul li .sub_menu {
    max-height: 0;
    height: 0;
    overflow: hidden;
    transition: .5s ease-in-out;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
}

#menu ul li .sub_menu .main_link {
    font-size: 18px;
    padding: 8px 0;
}

#menu ul li .sub_menu .sub_link {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0;
}

#menu ul li i {
    transition: .3s ease-in-out;
    transform: rotate(0);
}

#menu ul li .sub_menu_active {
    max-height: 1500px;
    height: auto;
}

.link_active i {
    transform: rotate(180deg) !important;
}

#menu ul li .sub_menu a {
    width: fit-content;
}



.menu_button {
    color: #fff;
    width: 20px;
    height: 20px;
}

.menu_button .icon_menu {
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: .2s ease-in-out;
    border-radius: 10px;
}

.menu_button_active .icon_menu {
    background: transparent !important;
}

.menu_button_active .icon_menu::before {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 0 !important;
}

.menu_button_active .icon_menu::after {
    transform: rotate3d(0, 0, 1, -45deg);
    top: 0 !important;
}

.menu_button .icon_menu::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -6px;
    left: 0;
    transition: .2s ease-in-out;
    transform-origin: 50% 50%;
    border-radius: 10px;

}

.menu_button .icon_menu::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -6px;
    left: 0;
    transition: .2s ease-in-out;
    transform-origin: 50% 50%;
    border-radius: 10px;
}

.menu {
    width: 50vw;
    height: 100%;
    position: fixed;
    left: -200px;
    top: 40px;
    transition: .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: 10px 10px 18px -5px rgba(171, 171, 171, 0.75);
    -webkit-box-shadow: 10px 10px 18px -5px rgba(171, 171, 171, 0.75);
    -moz-box-shadow: 10px 10px 18px -5px rgba(171, 171, 171, 0.75);
    overflow: scroll;
    z-index: 999;
    padding-bottom: 40px;
}

.menu_active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.menu ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.menu ul li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.menu ul li:last-child {
    border-bottom: none;
}

.menu ul li a {
    display: block;
    width: fit-content;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}


.menu ul li a:hover {
    background: #d6d6d6;
}

.menu ul .introduction {
    position: relative;
}

.menu ul .introduction a i {
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;
}

.menu ul .introduction:hover i {
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;
}

.menu .sub-menu {
    max-height: 300px;
    overflow: hidden;
    transition: .5s ease-in-out;
    background-color: #fff;
}

.menu .sub-menu li a {
    padding-left: 40px;
}

.menu ul .introduction:hover .sub-menu {
    max-height: 300px;
    transition: .5s ease-in-out;
}

.cover_menu_button {
    display: none;
}

.support-fix {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 9999;
}

.support-fix ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.support-fix ul li.x2 a {
    background-image: url(/client/images/footer/icon-phone.png);
    background-size: 100% auto;
}

.support-fix ul li.x4 a {
    background-image: url(/client/images/footer/zalo-icon.png);
    background-size: 100% auto;
}

.breadcrums {
    padding: 20px 0;
    color: #333;
    font-size: 13px;
}

.title_sec {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.title, .capt {
    margin-top: 0;
    font-size: 16px;
}

.uppe {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.list_news .row>div {
    margin: 10px 0;
}

.list_news_archive .item_news {
    border: 1px solid #ececec;
    border-radius: 0 0 7px 7px;
}

.item_news {
    background: #fff;
    transition: all 500ms ease-in-out;
    height: 100%;
}

.item_news>.img {
    overflow: hidden;
    height: 165px;
    width: 100%;
    float: left;
    margin: auto;
    padding: 12px;
}

.item_news .info {
    padding: 15px;
}

.item_news .info .capt {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
}

.item_news .info .desc {
    margin: 10px 0;
}

.pagination .page-item.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.content-post {
    padding: 10px 0;
    font-size: 15px;
}

.content-post h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 30px 0 10px;
    padding-left: 7px;
    border-left: 5px solid var(--main-color);
    text-transform: uppercase;
    color: #333;
}

.content-post h3, .content-post h4 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0 10px;
    padding: 5px 0;
    font-size: 16px;
}

.wp-caption.aligncenter {
    max-width: 100% !important;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.aligncenter {
    clear: both;
}

.content-post img {
    display: block;
    margin: 15px auto;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

.input_custom-contact {
    border: 1px solid #e1e1e1;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
    display: block;
}

.text-muted {
    color: #636c72;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

/* Contact */
.contact .info-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 20px 0 30px 0;
}

.contact .info-item a {
    color: var(--main-color);
    text-decoration: none;
}

.contact .info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: var(--main-color);
    border-radius: 50%;
    border: 2px dotted #df1529;
}

.contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.contact .php-email-form .form-group {
    padding-bottom: 20px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: var(--main-color);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .cover_contact_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact .cover_contact_title .contact_title {
    font-size: 25px;
    font-weight: bold;
    color: var(--main-color);
}

.contact .cover_contact_title .contact_sub_title {
    font-size: 14px;
    color: #838893;
}


.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--main-color);
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--main-color);
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: var(--main-color);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
    background: rgba(254, 185, 0, 0.8);
}

/* Media Queries for Responsive Design */
@media screen and (max-width:768px) {
    .cover_menu_button {
        display: flex;
    }

    .header_navbar {
        display: none !important;
    }

    .choose_us,
    .customer_review-background {
        background-size: auto 100%;
    }
}

/* About us */
.entry-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

ul.entry-meta li {
    position: relative;
}

ul.entry-meta li:before {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    z-index: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
}

ul.entry-meta>li:before {
    background-color: #ccc;
}

.navigation {
    display: block;
    height: 100%;
    width: 100%;
}

@media screen and (min-width:768px) {
    .menu {
        position: fixed;
        width: 300px;
        overflow: visible;
    }

    .menu_active {
        opacity: 0;
    }

    .menu .sub-menu {
        max-height: auto !important;
        width: fit-content;
        position: absolute;
        right: -348px;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .menu ul .introduction:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu ul .introduction a i {
        transform: rotate(0);
        transition: 0.5s ease-in-out;
    }
}

@media screen and (min-width:992px) {
    .navbar_menu li .sub_menu {
        top: 48px;
    }

    .item_news>.img {
        width: 230px;
        margin: 20px 20px 0 20px;
        padding: 0;
    }

}
