/*
Theme Name: Dentia
Theme URI: http://demo.bravisthemes.com/dentia
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes
Description: Dentia is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.1
Tested up to: 6.5
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: dentia
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/
.job-section {
    margin-bottom:20px;
}

.job-section h3 {
    font-size:16px;
    margin-bottom:8px;
    color:#333;
    border-left:4px solid #28a745;
    padding-left:10px;
}

.job-section p {
    margin:0;
    line-height:1.7;
    color:#555;
}

.job-section ul {
    padding-left:18px;
}

.job-section li {
    margin-bottom:6px;
}
.job-card {
    background:#fff;
    border-radius:12px;
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
}

.job-card:hover {
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.job-card h3 {
    color:#ff8c00;
    margin-bottom:10px;
    font-size:22px;
}

.job-meta {
    display:flex;
    gap:15px;
    font-size:14px;
    color:#666;
    margin-bottom:10px;
}

.job-excerpt {
    font-size:14px;
    color:#555;
    line-height:1.6;
    margin-bottom:15px;
}

/* NÚT XEM CHI TIẾT TO + ĐẸP */
.job-btn {
    display:inline-block;
    padding:12px 20px;
    background:#ff8c00;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.job-btn:hover {
    background:#e67600;
    transform:scale(1.05);
}