/**
 * 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.   ***************/


@font-face {
  font-family: 'Arial';
  src:url('public/fonts/SVN-Arial-Bold.ttf') format('truetype');
  font-weight:700;
  font-style: normal;
}


@font-face {
  font-family: 'Arial';
  src:url('public/fonts/SVN-Arial-Regular.ttf') format('truetype');
  font-weight:400;
  font-style: normal;
}
h1, h2, h3, h4, h5{
     font-family: 'Arial', sans-serif !important;
	font-weight: 700 ;
}

body, p  {
  font-family: 'Arial', sans-serif;
	font-weight: 400;
}


.related-box {
    margin: 40px 0;
}

.related-head {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.related-swiper {
    position: relative;

}

.related-swiper .swiper-slide {
    height: auto;
}

.related-swiper .feature {
    margin-bottom: 15px;
}

.related-swiper .image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.related-title {
    font-size: 16px;
    line-height: 1.4;
}

.related-title a {
    color: #333;
    text-decoration: none;
}

.related-title a:hover {
    color: #0066cc;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet-active {
    background: #0066cc;
}