/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.testimonial-swiper {
    width: 100%;
    padding: 40px 0;
    max-width: 1080px;
  }
  
  .testimonial-item {
    text-align: center;
    background: #fff;
    border-radius: 8px;
  }
  
  .testimonial-img {
    width: 80% !important;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    /* margin-bottom: 15px; */
  }
  .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .testimonial-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    padding: 10px;
  }

  /* Style nút prev/next nếu muốn */
.swiper-button-prev, .swiper-button-next {
    color: #333; /* đổi màu nút */
  }
  .swiper-pagination-bullet {
    background: #333;
  }


  .dark .wpcf7 {
    padding: 25px 25px;
    border-radius: 8px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
padding: 10px;
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
margin-bottom: 15px;
}

.wpcf7 input[type="submit"] {
background-color: #ff6600;
color: white;
border: none;
padding: 5px 10px;
border-radius: 6px;
cursor: pointer;
}

.form_contact .form-title {
    font-size: 18px;
}

#wp-admin-bar-top-secondary {
    display: none;
}

.custom-display-name {
    margin: 0;
    margin-right:15px;
}

.logout-btn {
    padding: 11px 20px;
    background: #e79800;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: block;
    width: 120px;
    text-align: center;
}

.login-btn {
    padding: 10px 20px;
    background: #e79800;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: block; 
    width: 120px;
    text-align: center;
    font-size: 16px;
}

.user-actions-logged-in {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 300px;
}


@media (max-width: 600px) {
    .hotline-marquee.hotline-marquee-logged-in {
        display: none;
    }
    .user-actions-logged-in {
        min-width: 0;
    }
}


.login-btn:hover, .logout-btn:hover {
    background-color: #d88c00;
    color: #fff;
}

.hotline-marquee {
    overflow: hidden;
    flex-grow:1;
    display: flex;
    align-items: center;
}

.hotline-marquee marquee {
    font-weight: bold;
    color: #e79800;
}

.header-logo {
    height: 58px;
    aspect-ratio: 1/1;
    margin-right: 28px;
    display: flex;
    align-items: center;
}

.header-user {
    flex-grow: 1;
    justify-content: flex-end;
}


/* =================================================================================================================== */
  
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  font-family: 'Tinos', serif !important;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a
{
    font-family: 'Tinos', serif !important;
    font-weight: 500 !important;
}

h1 {
  font-weight: 700; /* đậm */
}

em {
  font-style: italic; /* nghiêng */
}
.section_service .col-inner
{
    display: flex;
    gap: 10px;
    padding: 40px 20px;
    align-items: start;
}
.section_service .box_service_1 .col-inner
{
    border-right: 3px solid rgb(8, 156, 102);
}
.section_service .box_service_2 .col-inner {
    border-right: 3px solid rgb(252, 106, 0);
}
.section_service .box_service_3 .col-inner
{
    border-right: 3px solid rgb(69, 174, 244);
}
.section_service .box_service_4 .col-inner {
    border-right: 3px solid rgb(42, 191, 191);
}
.section_service .box_service_5 .col-inner
{
    border-right: 3px solid rgb(19, 196, 235);
}
.section_service .box_service_6 .col-inner {
    border-right: 3px solid rgb(232, 187, 100);
}
.section_service .box_service_7 .col-inner
{
    border-right: 3px solid rgb(232, 187, 100);
}
.section_service .box_service_8 .col-inner {
    border-right: 3px solid rgb(191, 50, 194);
}
.section_service .box_service_9 .col-inner {
    border-right: 3px solid rgb(16, 196, 92);
}
.box_service .col-inner
{
    height: 170px;
}
.section_service .icon
{
    height: 46px;
    width: 56px;
}
.section_service h2
{
    color: rgb(74, 73, 73);
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}
.section_service .content p
{
    margin: 0;
    color: rgb(74, 73, 73);
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    width: 100%;
    display: inline-block;
    word-break: break-word;
}
.section_service .content
{
    width: fit-content;
}
.banner_left .text-inner h2
{
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2;
}
.section-title-normal
{
    border: unset;
}
.widget_owner, .widget_user, .p-0
{
    padding-bottom: 0;
}
.section_reg h2
{
    color: rgb(244, 64, 37);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.section_reg p
{
    color: rgb(32, 37, 79);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}
.banner_left .text-inner p{
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}
.form_contact .text-inner h2
{
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.form_contact form
{
    margin: 0;
}
.form_contact .wpcf7 
{
    background: #fff;
    padding: 30px 30px 10px;
}
.form_contact h2{
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}
#header
{
    display: none;
}
.logo .text-box-content .text-inner
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.hotline svg
{
    width: 43px;
    height: 43px;
}
.banner .hotline .text-inner
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner .logo img{
    width: 43.042px;
    height: 38.803px;
}
.form_contact .wpcf7-form-control.wpcf7-submit
{
    width: 100%;
    margin: 0;
    background-color: rgb(231, 152, 0);
}
.logo .text-box-content .text-inner h2{
    color: rgb(231, 152, 0);
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}
.hotline .text-box-content .text-inner p{
    color: rgb(231, 152, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}
.wpcf7-spinner
{
    display: none;
}
.form_contact .form-title
{
    margin-bottom: 15px;
    color: rgb(82, 82, 82);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}
.job_card .col-inner
{
            background-color: rgb(0, 74, 173);

}
.job_card .ux-menu .ux-menu-link__link
{
    border: unset !important;
            color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    min-height: unset !important;
}
.job_card .ux-menu
{
    padding: 10px 20px;
}
.footer_card
{
    margin-top: 30px;
    margin-bottom: 0;
    background-color: rgb(10, 103, 233);
    color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        padding: 20px;
}
.job_card_title{
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 0px 20px;
        padding-top: 30px;
        line-height: 1.2;
}
.icon_triet_ly_kinh_doanh svg
{
    width: 35px;
}
.image_triet_ly .img, .image_triet_ly  .img-inner
{
    width: 179px;
    height: 182px;
}
.image_triet_ly .img img
{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.image_triet_ly .img-inner
{
    width: 100%;
}
.section_triet_ly_kinh_doanh_right .title_section
{
    padding-bottom: 30px;
    position: relative;
            color: rgb(33, 33, 33);
        font-size: 24px;
        text-align: center;
        line-height: 1.2;
            width: 100%;
    display: inline-block;
    word-break: break-word;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
}
.section_triet_ly_kinh_doanh_right .title_section::before
{
    content: "";
    position: absolute;
    height: 2px;
    width: 71px;
    bottom: 0;
    left: 42%;
    border-bottom: 2px solid rgb(97, 97, 97);

}
.parent_icon
{
    margin-bottom: 15px;
}
.content h3
{
            color: rgb(54, 54, 54);
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2;
}
.content p{
    color: rgb(33, 33, 33);
        font-size: 13px;
        text-align: center;
        line-height: 1.5;
}
.parent_icon
{
    display: flex;
    justify-content: center;
}
.section_gird img
{
    height: 162px;
}
.icon_triet_ly_kinh_doanh 
{
    padding: 20px;
    border: 1px solid rgb(99, 99, 99);
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
/*************** ADD CUSTOM CSS HERE.   ***************/


.icon_count
{
    width: 47px;
    display: flex;
    justify-self: center;
    height: 47px;
}
.section_counter span
{
    color: #fff;
    color: rgb(255, 255, 255);
    font-size: 52px;
    text-align: center;
    line-height: 1;
}
.section_counter p
{
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}
.row-dashed .col:before, .row-solid .col:before {
    border-left: 1px solid #4d4d4d;
}
.section .title
{
    color: rgb(33, 33, 33);
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}
.team_member_card  .box-text h4 .person-name
{
    color: rgb(231, 152, 0);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.team_member_card  .box-text
{
    -webkit-box-shadow: 0px 1px 0px 0px rgba(184, 184, 184, 1);
    background-color: rgb(242, 242, 242);
}
.team_member_card  .box-text h4 .person-title{
    color: rgb(97, 97, 97);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
}
.section_tv_sang_lap .testimonial_card 
{
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.01);
    border-style: solid;
    border-color: rgb(201, 197, 197);
    border-width: 1px;
}
.testimonial-meta{
    color: rgb(64, 61, 61);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-top: 30px;
    line-height: 1.2;
}
.testimonial-image
{
    border-radius: 0 !important;
}
.testimonial-image img
{
    border-radius: 0 !important;
}
.testimonial-text 
{
    color: rgb(89, 89, 89);
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    font-style: unset !important;
}
.font-bold
{
    font-weight: 700 !important;
}
.title_custom
{
    font-weight: 700 !important;
    color: rgb(5, 31, 77);
}
.color_custom
{
    color: rgb(242, 67, 13);
}
.col, .columns, .gallery-item {
    margin: 0;
    padding: 0 10px 20px !important;
    position: relative;
    width: 100%;
}
.pricing-table .items .button:last-child 
{
    margin:20px 0 0 !important;
}
.pricing-table .button.primary
{
    background: #fff !important;
    width: 100%;
    text-align: center;
    color: rgb(79, 79, 79);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    border: unset !important;
    border-top: 1px solid rgb(224, 224, 224) !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-table .price
{
    background-color: rgb(247, 247, 247);
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-width: 3px;
    padding: .6em 15%;
    color: rgb(18, 18, 18);
    font-size: 36px;
    text-align: center;
    line-height: 1;
}
.button.primary:hover {
  background-color: #ffffff !important; /* Màu khi hover */
}
.pricing-table .title
{
    background: #fff !important;
    margin-bottom: 0 !important;
    color: rgb(97, 97, 97);
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize !important;
    text-align: center;
    line-height: 1.2;
}
.pricing-table .items>div {
    padding: 5.5px 40px;
    color: #3b3b3b;
    line-height: 1.2;
}
.pricing-table
{
    padding-bottom: 0;
}
.pricing-table-items
{
    padding: 0 !important;
}
.pricing-table .items>div {
    border-bottom: unset
}
.testimonial-box .star-rating
{
    display: none;
}
.team_member .box
{
    display: flex;
    flex-direction: column;
}
.has-hover .image-color img
{
    filter: unset !important;
}
.team_member_card  .box-text h4{
    margin-bottom: 10px;
}
.team_member_card  .box-text p{
    color: rgb(97, 97, 97);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}
#footer{
    background-color: rgba(5, 5, 5, 0.86) !important;
}
.footer-widgets .widget_text 
{  
    margin-bottom: 40px;
}
.footer-widgets .widget_text  .is-divider
{
    display: none;
}
.footer-widgets .widget_text .textwidget ,span.widget-title
{
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
}
.absolute-footer.dark
{
    color: #f1f1f1;
}
.footer-primary #menu-secondary
{
    display: none !important;   
}
.absolute-footer
{
    padding-bottom: 80px;
}
.absolute-footer.dark > div
{
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.18)
}
.members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.member-item {
  border: 1px solid #000;
}

.member-thumb img {
  max-width: 100%;
  height: 318px;
  object-fit: cover;
  width: 100%;
}
.member_card_content
{
    padding: 20px 10px;
}
.member-excerpt p
{
    margin-bottom: 0;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
}
.member-title
{
    color: rgb(48, 48, 48);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
}
.dark .wpcf7 {
    color: #333333 !important;
}
/* Tablet (<= 992px) */
@media (max-width: 992px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (<= 600px) */
@media (max-width: 600px) {
    .members-grid {
        grid-template-columns: 1fr;
    }
    .member-thumb img {
        height: 400px;
    }
    .section_gird img{
        height: 100%;
    }
}