/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =Child-Theme customization starts here
------------------------------------------------------------ */

:root{
	--color-1: #FFCE53;
	--color-2: #432F14;
	--color-3: #000000;
	--color-4: #ffffff;
	--color-5: #fafaf7;
	--color-border: rgba(67, 47, 20, 0.15);
  --color-text-mute: rgba(0, 0, 0, 0.6);
  --color-text-soft: rgba(0, 0, 0, 0.4);
  --color-shadow-focus: rgba(67, 47, 20, 0.1);
}


/* --- TỔNG THỂ FORM --- */
.eb5-form-wrapper {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif; 
}

/* --- PHẦN HEADER (MÀU XANH ĐẬM) --- */
.eb5-form-header {
    background-color: var(--color-5);
    color: #000000;
    padding: 40px;
}

.eb5-title {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.eb5-subtitle {
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px !important;
}

.eb5-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.eb5-feature-item {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--color-3);
}

.eb5-feature-item svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    stroke: var(--color-3);
}

/* --- PHẦN NHẬP LIỆU (NỀN TRẮNG) --- */
.eb5-form-body {
    padding: 40px;
}

.eb5-form-group {
    margin-bottom: 15px;
}

.eb5-form-group .form-control {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.eb5-form-group textarea.form-control {
    height: 100px;
    resize: none;
}

.eb5-form-group .form-control:focus {
    border-color: #432F14;
    outline: none;
}

/* --- NÚT GỬI --- */
.eb5-form-submit {
    margin-top: 25px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit{
	background:var(--color-2);
}


.eb5-form-submit .btn-submit {
    width: 100%;
    background-color: #279e7a;
    color: #ffffff;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.eb5-form-submit .btn-submit:hover {
    background-color: #1e8062;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .eb5-features-grid {
        grid-template-columns: 1fr;
    }
    .eb5-form-header, .eb5-form-body {
        padding: 25px;
    }
}


.eb5-booking-wrapper {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}


.eb5-booking-header {
    background-color: #e6e6e6;
    color: #ffffff;
    padding: 40px;
}

.eb5-booking-badge {
    background-color: #a9a9a9;
    color: var(--color-4);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 20px;
	display: flex;
    justify-content: center;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

.eb5-booking-title {
    color: var(--color-3);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.eb5-booking-subtitle {
    color: var(--color-3);
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.5;
}


.eb5-booking-body {
    padding: 30px 40px 40px 40px;
}

.eb5-agenda-box {
    background-color: #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.eb5-agenda-title {
    font-size: 12px;
    font-weight: bold;
    color: var(--color-3);
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.eb5-agenda-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.eb5-agenda-item:last-child {
    margin-bottom: 0;
}

.eb5-time-badge {
    background-color: var(--color-4);
    padding: 4px 4px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 15px;
    min-width: 70px;
    text-align: center;
}

.eb5-agenda-text {
    font-size: 14px;
    color: var(--color-3);
    line-height: 1.4;
}

/* --- CHIA CỘT FORM & INPUT --- */
.eb5-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.eb5-col-half {
    flex: 1;
}

.eb5-form-group {
    margin-bottom: 15px;
}

.eb5-booking-wrapper .form-control {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.eb5-booking-wrapper .form-control:focus {
    border-color: #0b4582;
    outline: none;
}

/* --- NÚT GỬI --- */
.eb5-form-submit {
    margin-top: 25px;
}

.eb5-booking-wrapper .btn-booking-submit {
    width: 100%;
    background-color: #0c4381; /* Xanh Navy button */
    color: #ffffff;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.eb5-booking-wrapper .btn-booking-submit:hover {
    background-color: #093262;
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
    .eb5-form-row {
        flex-direction: column;
        gap: 0;
    }
    .eb5-col-half {
        margin-bottom: 15px;
    }
    .eb5-booking-header, .eb5-booking-body {
        padding: 25px;
    }
    .eb5-agenda-item {
        flex-direction: column;
    }
    .eb5-time-badge {
        margin-bottom: 5px;
    }
}

/* ===== PC ===== */
.phone-mobile { display: none; }

.giuseart-nav {
    position: fixed;
    right: 13px;
    bottom: 50px;
    background: #fff;
    border-radius: 5px;
    width: 72px;
    z-index: 150;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}

.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.giuseart-nav ul li {
    list-style: none;
}

.giuseart-nav ul > li a,
.giuseart-nav ul > li .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #515151;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
}

.giuseart-nav ul > li a i,
.giuseart-nav ul > li .button i {
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

.giuseart-nav ul > li a i.ticon-phone-t {
    background-image: url(https://wwpath.vn/wp-content/uploads/2026/05/phone-xxl.png);
}
.giuseart-nav ul > li a i.ticon-heart {
    background-image: url(https://wwpath.vn/wp-content/uploads/2026/05/icon-map.png);
}
.giuseart-nav ul > li a i.ticon-zalo-circle2 {
    background-image: url(https://wwpath.vn/wp-content/uploads/2026/05/icon-zalo.png.png);
}
.giuseart-nav ul > li a i.ticon-messenger {
    background-image: url(https://wwpath.vn/wp-content/uploads/2026/05/icon-messenger.png.png);
}
.giuseart-nav ul > li a i.ticon-chat-sms {
    background-image: url(https://wwpath.vn/wp-content/uploads/2026/05/wpfast-icon-sms.jpg);
}
.giuseart-nav ul > li .button i.icon-phone-w {
    background-image: url(https://wwpath.vn/wp-content/uploads/2026/05/icon-phone-mobile.png);
}

/* ===== MOBILE ===== */
@media only screen and (max-width: 600px) {

    .giuseart-nav ul > li.hotline-desktop,
    .giuseart-nav ul > li.to-top-pc {
        display: none;
    }

    .phone-mobile {
        display: flex;
    }

    .giuseart-nav {
        background: #fff;
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: auto;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid #eee;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        transition: transform 0.3s ease-in-out;
        z-index: 99999;
    }

    .giuseart-nav.hide-nav {
        transform: translateY(100%);
    }


    .giuseart-nav ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        height: 100%;
    }

    .giuseart-nav ul li {
        flex: 1;
        height: 100%;
        display: flex;
    }


    .giuseart-nav ul > li a,
    .giuseart-nav ul > li .button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 6px 2px;
        width: 100%;
        height: 100%;
        font-size: 10px;
        line-height: 1.3;
        color: #515151;
        font-weight: 700;
        text-decoration: none;
        background: transparent;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
    }

    /* Icon mobile đồng bộ */
    .giuseart-nav ul > li a i,
    .giuseart-nav ul > li .button i.icon-phone-w {
        width: 26px;
        height: 26px;
        display: block;
        margin: 0 0 3px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .giuseart-nav ul > li.phone-mobile .button {
        background: #6cb917;
        color: #fff;
    }

    .giuseart-nav ul > li.phone-mobile .button i.icon-phone-w {
        filter: brightness(0) invert(1);
    }


    .giuseart-nav ul > li .phone_animation {
        display: contents;
    }

    .giuseart-nav ul > li .btn_phone_txt {
        position: static;
        top: auto;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.3;
        color: #fff;
    }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}


/*** end hotline ***/

@media only screen and (max-width:48em){
		.hotlinefix {
		display: none !important;
	}
}

a.trx_addons_scroll_to_top {
    display: block !important;
    left: 20px !important;
}


@media only screen and (max-width:48em){
		a.trx_addons_scroll_to_top {
		display: none !important;
	}
	#ftwp-container.ftwp-fixed-to-post.ftwp-bottom-left #ftwp-trigger, #ftwp-container.ftwp-fixed-to-post.ftwp-bottom-left #ftwp-contents {
    bottom: 100px;
}
}

/* --- TỔNG THỂ FORM WWP --- */
.wwp-contact-wrapper {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
}

/* --- PHẦN HEADER --- */
.wwp-contact-header {
    background-color: var(--color-5);
    padding: 30px 40px;
    text-align: center;
}

.wwp-contact-title {
    color: rgba(0,0,0,0.8);;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

/* --- PHẦN BODY & NHẬP LIỆU --- */
.wwp-contact-body {
    padding: 30px 40px 40px 40px;
}

.wwp-form-group {
    margin-bottom: 15px;
}

.wwp-form-control {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.wwp-form-group textarea.wwp-form-control {
    height: 100px;
    resize: none;
}

.wwp-form-control:focus {
    border-color: #279e7a;
    outline: none;
}

.wwp-form-submit {
    margin-top: 25px;
}

.wwp-btn-submit {
    width: 100%;
    background-color: #279e7a;
    color: #ffffff;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wwp-btn-submit:hover {
    background-color: #1e8062;
}

@media (max-width: 768px) {
    .wwp-contact-header, 
    .wwp-contact-body {
        padding: 25px;
    }
}

.sub-menu li a {
    white-space: nowrap !important;
}

ul.sub-menu {
    width: max-content !important;
}

/* ---- Tạo Kiểu Card Cho Form ---- */

.form-wrapper-bds {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

.form-wrapper-bds .wpcf7-form-control {
  width: 100%;
  margin-bottom: 15px;
}

.form-wrapper-bds .wpcf7-form-control:last-of-type {
  margin-bottom: 0;
}

.form-wrapper-bds .wpcf7-form-control {
  width: 100%;
  margin-bottom: 15px;
  text-align: left !important; 
  text-align-last: left !important;
}
.wpcf7 .wpcf7-submit-style .submit-style-in{
    border-radius:10px !important;
}
/*input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.service-form.filled.fill_inited {*/
/*    text-align: center;*/
/*}*/


/*# sourceMappingURL=style.css.map */

.heading-bds:hover{
	color:red;
}

.post_header_wrap_style_style-5 .post_header .post_meta_categories {
	margin-top: 16px;
}

.bds-thumbnail-wrapper {
    position: relative; 
    display: block;
    width: 100%;
}

.bds-thumbnail-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.bds-status-label {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #FFCE53;
    color: #000000;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 99;               
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.elementor-widget-image.bds-main-image .elementor-widget-container {
    position: relative;
    display: block;
}

/* Trang trí nhãn hiển thị trên Hero Banner */
.bds-status-label-hero {
	font-family:"Roboto";
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #FFCE53; 
    color: #000000;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
    .bds-status-label-hero {
        top: 15px;
        right: 15px;
        font-size: 13px;
        padding: 6px 15px;
    }
}

.form-style-2 {
    border: 1px solid #cccccc;
    padding: 20px;
	border-radius:5px;
}

.ast-header-search .ast-icon.icon-search::before {
    display: none !important;
}

@media (max-width: 921px) {
    .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
        padding-right: 60px !important;
        word-break: normal !important;
        overflow-wrap: break-word !important; 
        white-space: normal !important;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .ast-menu-toggle {
        width: 50px !important;
    }
}

.wpcf7 .wpcf7-form-control-wrap{
	margin:10px 0px;
}

.form-style-2{
	width:600px;
	margin:0 auto;
}
