/**
 * 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:        20250916
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



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

.content p {
	margin-bottom: 3px;
}

.nav-item:first-child:first-child .nav-link {
    margin-top: -6px;
    display: flex;
    justify-content: center;
    /* height: 52px; */
    color: #000;
    padding: 25px 32px;
    line-height: 0;
    align-items: center;
}

.nav-item:first-child:first-child:hover .nav-link, .nav-item:first-child:first-child .nav-link.active {
    background: var(--primary-color);
    color: #fff;
}


.dropdown-selected .arrow {
    font-size: 25px !important;
}

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



}
