/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



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


 strong {
	font-weight: 600 !important;
}


#logo img {
    border-radius: 1rem;
}

.text-shd {
	text-shadow: -1px -1px 0 var(--secondary-color),1px -1px 0 var(--secondary-color),-1px 1px 0 var(--secondary-color),1px 1px 0 var(--secondary-color);
}



/* .general-container table {
  width: 100%;
  border-collapse: collapse;
  color: #333;
} */

.general-container td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.general-container td:first-child {
/*   background-color: #f7f9fa; */
  font-weight: 600;
/*   width: 30%; */
/*   color: #2c3e50; */
}

.general-container ul {
  margin: 8px 0;
  padding-left: 20px;
}

.general-container ul li {
  margin-bottom: 4px;
  line-height: 1.5;
}

.general-container p {
  margin: 6px 0;
}




 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    
    }