/*
Theme Name: Innocom - kml
Theme URI:    http://standard1.innocom.vn
Description: This is a child theme for Flatsome Theme
Author: Innocom
Author URI:   https://innocom/
Template: flatsome
Version:      1.0.0
Text Domain:  innocom
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.footer-1 {
    background: url(https://kienmt.smb.vn/wp-content/uploads/2025/05/pic3-Copy-768x512-1.png);
}
.h3, h3 {
    font-size: 1.5em;
}
.kml-boxcus {
  position: relative;
  overflow: hidden; 
}
.kml-custxtwhy-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 2; 
  width: 100%;
}

.kml-boxcus:hover .kml-custxtwhy-head {
  opacity: 0;
  transform: translate(-50%, -60%); 
  pointer-events: none;
}
.kml-custxtwhy-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10px); 
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  z-index: 1;
  width: 90%;
}

.kml-boxcus:hover .kml-custxtwhy-content {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  width: 90%;
}
.kml-custxtwhy-content p{
  font-size: 16px;
  text-align: justify;
}
.kml-custxtwhy-head h2{
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 28px;
}

.kml-boxcus:hover{
  cursor: pointer;
}


#mega-menu-wrap-side-menu #mega-menu-side-menu > li.mega-menu-item > a.mega-menu-link{
	font-size: 14px;
}
.kmt-b2bb2c .box-text, .kmt-b2bb2c .post-item{
	padding: 0;
}
.kmt-b2bb2c {
	margin: 0 !important;
}
.kmt-b2bb2c .post-item{
    background: #a7a7a757;
    margin: 5px 0;
    padding: 5px 10px;
}
.kmt-b2bb2c .is-divider{
	display: none;
}
.kmt-txtbb{
	background: #4f4f4f;
    color: white;
    padding: 10px;
}
.kmt-rocus{
	border-bottom: 1px solid #8080803d;
    margin-bottom: 30px;
}
.video-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.d-none {
  display: none;
}
.all-videos li.active {
  background-color: #f0f0f0; /* hoặc bất kỳ style nào bạn muốn */
  font-weight: bold;
}
.all-videos {
	list-style: none;
}
.inno-form .flex-col{
  width: 50%;
}
.kmt-w100 select{
  margin-bottom: 0 !important;
}
.event-title strong{
  color: #e5c58e;
}
.inno-form input{
      padding: 1.5em 1em !important;
      border-radius: 5px !important;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    background-color: #ffffff00;
    z-index: 2;
    position: relative;
}
.wpcf7 .flex-col .wpcf7-not-valid-tip {
    z-index: 1 !important
}
input.wpcf7-not-valid, .woocommerce-invalid input{
  border-color: transparent !important

}

.event-box{
  color:#254b8f; 
  padding:15px; 
  border-radius:8px;
  display: flex;
}
.event-box .event-date{
  text-align: center;
/*  padding: 20px;*/
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 110px !important;
  height: 110px;
  flex-basis: 110px;
}
.event-box .event-date::before {
    content: "";
    display: block;
    padding-top: 100%; /* Tạo hình vuông */
}
.event-box .event-date > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.event-box .event-date:before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color .3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color .3s;
    transform: rotate(45deg);
    border-radius: 8px;
    background: #254b8f;
    box-shadow: 2px -2px 6px -1px #121212;
     z-index: 1;
}
/*.ux_logo .image-zoom{
  border:1px solid ;
}*/
.info {
  padding: 0 20px;
}
.kml-btttalk{
  margin-left: 20px;
}
.kmt-dlidcus .flickity-viewport{
  height: 484px !important;
}
.event-box .event-date p{
  margin-bottom: 0 !important;
  color: #fff; 
  z-index: 3;
  position: relative;
  line-height: 1.2;
  width: 110px;
}

.event-box p:hover {
  color: red;
}
.kmt-eventrightb .event-meta p{
  margin-right: 20px;
  margin-bottom: 5px;
}
.kmt-eventrightb {
    margin-left: -6%;
    background-color: #fff;
    padding-left: 11%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-bottom: 0;
    border-radius: 10px;
}
.kmt-eventrightb .event-title{
  width: 100%;
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
.day_range{
  font-size: 28px;
  font-weight: 600;
}
.event-box .event-meta{
  font-size:14px; 
  margin-top:10px;
  display: flex;
  border-top: 1px solid;
  padding-top: 10px;
  width: 100%;
  margin-right: 15px;
}
.event_date{
  font-size: 12px;
}
/* chinhpc format lại form liên hệ*/
.inno-contact-form {
    max-width: 500px; /* Giới hạn chiều rộng của form */
    margin: 0 auto; /* Căn giữa form */
}



.inno-contact-form label {
    display: block; /* Đảm bảo label nằm trên input */
    margin-bottom: 5px;
    font-weight: bold;
    color: #00a651;
    text-align: left;
    font-size: 14px;
}

.inno-contact-form input[type="text"],
.inno-contact-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Đảm bảo padding không làm tăng chiều rộng */
    font-size: 16px;
}

.inno-contact-form input[type="text"]:focus,
.inno-contact-form input[type="email"]:focus {
    border-color: #007bff; /* Màu viền khi focus */
    outline: none; /* Bỏ outline mặc định */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.inno-contact-form .wpcf7-submit {
    display: block; /* Đảm bảo nút chiếm toàn bộ chiều rộng */
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.inno-contact-form .wpcf7-submit:hover {
    background-color: #0056b3;
}
.inno-contact-form .wpcf7-submit{
  height: 15px !important;
  margin: 0px !important;
  line-height: 1 !important;
}
.page-id-447 .text-box p, .page-id-447 .text-box .p1{
  font-size: 12px;
}
.page-id-2 .wpcf7-submit{
    width: 100% !important;
    font-size: 20px !important;
    height: auto;
    line-height: 1 !important;
    min-height: 15px !important;
    padding: 15px !important;
}

/* chinhpc format lại form liên hệ */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
