@import url('https://fonts.cdnfonts.com/css/roboto-condensed');
:root {

  --color-1:#ffff;

  --color-2: #000;
  --color-3: #009ae1;

  --font-family-1: "Roboto Condensed", sans-serif;
  --box--shadow-1:0 10px 30px 0 rgba(0,0,0,.1);

  --box--shadow-2:rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}


/* Màu chữ mặc định menu cấp 1 */

.nav > li {
    margin: 0 10px;
}

.header-nav li > a {
  color: #333;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 16px;
}

/* Khi hover vào menu, đổi màu sang xanh */
.header-nav li:hover > a,
.header-nav li.current-menu-item > a {
  color: #0094dd !important;
}
/* === 1. Tùy chỉnh nút Hotline nhỏ gọn === */
.header .header-button > a {
  background-color: #0094dd !important;
  color: #fff !important;
  padding: 6px 16px !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  line-height: 1.3;
  min-height: auto;
}

/* Hover nút hotline */
.header .header-button > a:hover {
  background-color: #007bb5 !important;
}

.header .searchform {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #ddd;
  max-width: 280px; 
  height: 38px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Ô nhập tìm kiếm */
.header .searchform input.search-field {
  border: none;
  padding: 0 15px;
  font-size: 14px;
  height: 100%;
  width: 100%;
  border-radius: 999px 0 0 999px;
  background-color: transparent;
  outline: none;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Icon search nằm gọn bên phải */
.header .searchform button {
  background: none;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/*tat icon chon searhc*/
.header-search select,
.header-search .product-search-category,
.header-search-category,
.header-search-form select {
    display: none !important;
}
.full-width-no-padding {
  width: 100vw !important;         
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}
/* Nền và bo góc cho khung form */
.wpcf7 form {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 22px rgba(1,144,212,0.09);
    padding: 28px 24px 22px 24px;
    max-width: 450px;
    margin: 0 auto;
}

/* Tiêu đề form */
.wpcf7 form h3,
.wpcf7-form-title {
    font-size: 22px;
    font-weight: 800;
    color: #0094dd;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    border-left: 4px solid #0094dd;
    padding-left: 12px;
}

/* Input + textarea */
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 13px 16px;
    font-size: 15.5px;
    border: 1.6px solid #e0e0e0;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #fafcff;
    transition: border-color 0.22s, box-shadow 0.22s;
    outline: none;
    box-shadow: 0 2px 8px rgba(0,148,221,0.04);
    font-family: 'Roboto', Arial, sans-serif;
    color: #232a2f;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #0094dd;
    box-shadow: 0 0 0 2px #d1f0fb;
    background: #fff;
}

/* Label canh trái, nổi bật */
.wpcf7-form label {
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.1px;
}

/* Nút gửi form mặc định */
.wpcf7-submit {
    background-color: #0097e0 !important;   /* xanh dương */
    color: #fff !important;                 /* chữ trắng */
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    box-shadow: 0 3px 16px rgba(0,148,221,0.09);
    letter-spacing: 1px;
    transition: 
        background 0.18s, 
        box-shadow 0.18s, 
        color 0.18s, 
        border 0.18s;
    border: 2px solid #0097e0;            /* viền cùng màu nền */
}

/* Hover: đổi nền trắng, viền xanh, chữ xanh */
.wpcf7-submit:hover, 
.wpcf7-submit:focus {
   background: #fff !important;         /* Nền trắng */
    color: #0097e0 !important;           /* Chữ xanh */
    border: 2px solid #0097e0 !important;
    
    box-shadow: none !important;
}



/* HERO SECTION */
.hp-hero {
  padding: 60px 0 40px 0;
  background: linear-gradient(135deg, rgb(0, 154, 225) 80%, #ffffff);
  text-align: center;
}
.hp-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.hp-slogan {
  color: #ffdd00;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.col-about, .row-contact .col-contact {
  padding: 20px !important;
}

.title-text-about, .title-contact {
  margin: 10px;
}

/* PAIN POINT */
.hp-pain-point {
  padding: 40px 0;
  background: #f7f7f7;
}

.hp-pain-point p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
}

/* MISSION SECTION */
.hp-mission {
  padding: 40px 0;
}
.hp-mission p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

/* VALUE SECTION */
.hp-value {
  padding: 40px 0;
  background: #e6f0ff;
}
.hp-value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.hp-value-col {
  flex: 1 1 30%;
  min-width: 260px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,51,102,0.08);
  padding: 32px 24px;
  margin: 0 0 20px 0;
}
.hp-value-col h3 {
  color: #003366;
  font-size: 22px;
  margin-bottom: 12px;
}
.hp-value-col p {
  font-size: 17px;
  margin: 0;
}

/* CTA SECTION */
.hp-cta {
  padding: 50px 0 60px 0;
  text-align: center;
}
.hp-cta p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.hp-cta h2 {
  color: #003366;
  font-size: 28px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 20px;
}
.hp-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 16px 40px;
  font-size: 18px;
  background: #003366;
  color: #fff !important;
  border-radius: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,51,102,0.12);
  transition: background 0.2s;
}
.hp-btn:hover {
  background: #004b9b;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hp-value-row {
    flex-direction: column;
    gap: 24px;
  }
  .hp-value-col {
    min-width: 0;
  }
  .hp-hero h1 {font-size: 36px;}
  .hp-slogan {font-size: 18px;}
}

@media (max-width: 600px) {
  .hp-hero {padding:40px 0 24px 0;}
  .hp-hero h1 {font-size: 28px;}
  .hp-slogan {font-size: 15px;}
  .hp-pain-point p,
  .hp-mission p {font-size:16px;}
  .hp-value-col h3 {font-size:18px;}
  .hp-value-col p {font-size:15px;}
  .hp-cta h2 {font-size:20px;}
  .hp-cta p {font-size:16px;}
  .hp-btn {padding:12px 24px;font-size:16px;}
}

.products.row {
    margin-left: -16px;
    margin-right: -16px;
}
.products .product-small.col {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 28px;
 
}

.products .product-small.box {
    border-radius: 20px 0 20px 0 !important;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    background: #fff;
    transition: box-shadow 0.18s, transform 0.18s;
    border: 1.5px solid #e0e0e0;
}

.products .product-small.box:hover {
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
    transform: translateY(-3px) scale(1.025);
}
.products .product-small .box-text {
    text-align: center;
}

/* Tiêu đề sản phẩm */
.products .product-small .product-title {
    font-size: 18px;
    font-weight: 700;
    color: #009ae1;
    margin-bottom: 8px;
    margin-top: 4px;
    line-height: 1.22;
    display: block;
    text-align: center; /* đảm bảo vẫn căn giữa nếu có class riêng */
}

/*danh mục sản phẩm*/
.products .product-small .category {
    display: block;
    font-size: 13px;
    color: #929191;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}
/*fix  text blog
.col.post-item:first-child .is-divider {
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
*/


