@import url('https://fptangiang.com/wp-content/themes/flatsome/assets/css/flatsome.css');
 .header {
     background-color: #fff;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
 body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f9f9f9;
     color: #333;
}
 .top-bar {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 15px 30px;
     background-color: #ff6600;
     color: white;
}
 .top-bar img {
     height: 50px;
}
 .btn-register {
     background-color: white;
     color: #ff6600;
     padding: 8px 15px;
     text-decoration: none;
     border-radius: 5px;
     font-weight: bold;
     transition: background 0.3s, color 0.3s;
}
 .btn-register:hover {
     background-color: #ff3300;
     color: white;
}
 .banner img {
     width: 100%;
     height: auto;
     display: block;
}
 .section-intro {
     text-align: center;
     padding: 40px 20px;
     background-color: white;
}
 .section-intro h2 {
     font-size: 2.5em;
     margin-bottom: 10px;
     color: #ff6600;
}
 .buttons .btn {
     background-color: #007bff;
     color: white;
     padding: 12px 25px;
     margin: 10px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     font-size: 1em;
     transition: background 0.3s;
}
 .buttons .btn:hover {
     background-color: #0056b3;
}
 .packages, .camera {
     padding: 40px 20px;
     background-color: white;
     margin: 20px auto;
     border-radius: 10px;
     box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
     max-width: 1200px;
}
 .package-list, .camera-list {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
}
 .package, .camera-item {
     background-color: #f0f0f0;
     padding: 20px;
     border-radius: 5px;
     text-align: center;
     flex: 1 1 300px;
     transition: transform 0.3s, box-shadow 0.3s;
}
 .package:hover, .camera-item:hover {
     transform: translateY(-10px);
     box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
 footer {
     text-align: center;
     background-color: #333;
     color: white;
}

.footer-1 {
    background-color: #e8620e;
}
 @media (max-width: 768px) {
     .top-bar {
         flex-direction: column;
    }
     .buttons .btn {
         width: 100%;
         margin: 10px 0;
    }
     .package-list, .camera-list {
         flex-direction: column;
    }
}
/* Bố cục flex cho header-inner, canh đều logo và nút */
 .header-inner {
     display: flex;
     justify-content: space-between;
    /* logo trái, nút phải */
     align-items: center;
     padding: 10px 20px;
    /* tuỳ chỉnh khoảng cách theo ý */
}
/* Đặt width cho logo */
 .header_logo.header-logo {
     width: 125px;
     height: auto;
}
/* Style cho nút Liên Hệ */
 .header-button .button.alert {
    /* Kích thước nút */
     width: 90px;
     height: 35px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
    /* Bo góc, màu chữ và viền */
     border-radius: 2px;
     border: 2px solid #e54e34;
     color: #fff;
     background-color: #e54d3b;
    /* hoặc transparent tuỳ thích */
     text-decoration: none;
    /* bỏ gạch chân */
     transition: all 0.3s ease;
    /* hiệu ứng hover mượt */
}
/* Hover: đổi màu chữ và viền */
 .header-button .button.alert:hover {
     color: #fff;
     border-color: #b73e30;
}
 .wpcf7-form-control.wpcf7-submit.has-spinner.button {
     color: #fff;
    /* màu chữ mặc định */
     border: none;
    /* nếu bạn muốn viền cùng màu */
     background-color: #e7620d;
    /* hoặc #fff, tùy bạn */
     transition: color 0.3s ease, border-color 0.3s ease;
     border-radius: 12px;

}
/* Hover đổi màu chữ + viền */
 .wpcf7-form-control.wpcf7-submit.has-spinner.button:hover {
     color: #fff;
     background-color: #e7620d;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    display: block;     /* đổi sang block để margin auto hoạt động */
    margin: 0 auto;     /* canh giữa ngang */
  }
  
.col-inner.dark h3 {
  text-align: center;
}