/*
Theme Name: Personal Resume CV Child
Author: aThemeArt
Author URI: https://athemeart.com/
Theme URI: https://athemeart.com/downloads/resume-portfolio/
Description:Showcase your professional profile with the Personal Resume Portfolio child theme — a simple, digital resume template designed to elevate your personal brand. Whether you're a graphic designer, writer, or freelancer, this creative layout helps you present your career summary, CV, and work history with clarity and style. Perfect for blogger profiles, curriculum vitae, and cover letters, this theme offers a clean space to highlight your skills, experience, and achievements. With sections for a skillset showcase and portfolio display, it's ideal for photographers, illustrators, marketers, and remote professionals looking to make an online impression.
Template: personal-cv-resume
Version: 1.0.0
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, three-columns, grid-layout, news, left-sidebar, right-sidebar, sticky-post, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, portfolio, footer-widgets
Text Domain: personal-cv-resume
*/
/* MENU */

#aside-nav-wrapper #navbar ul > li > a
 {
    font-family: 'K2D', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
#aside-nav-wrapper #navbar ul > li > a .nav-icon {
    transform: translateX(-25px) !important;
}
#aside-nav-wrapper.fixed {
    position: fixed;
    min-height: 100vh;
    z-index: 999;
}
#primary.content-area.container {
/*     margin: 20px 7% 0; */
    width: auto;
}
#primary .content-post-wrap, .single-prev-next, #comments, header.page-header{
/* 	overflow:visible; */
	padding: 0px !important;
}
/* HOME */
.homepage-wrap {
    display: block;
    min-height: calc(100vh - 50px);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}
.homepage-wrap .user-img {
    max-width: 144px;
    max-height: 144px;
    border-radius: 50%;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.homepage-wrap h1.author-name {
    margin: 30px 0 15px;
    display: block;
    font-size: 75px;
    font-weight: 700;
}
.homepage-wrap .cd-headline {
    font-size: 25px;
}
.cd-headline {
    padding-bottom: 20px;
}
.homepage-wrap .btn_group {
    display: block;
    padding: 20px;
}
.homepage-wrap .btn_group .theme-btn {
    margin: 0px 5px;
    min-width: 170px;
    background: none;
}
.homepage-wrap .social-icon {
    padding-top: 30px;
}
.social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}
.homepage-wrap .social-icon ul li a{
	color: #1ed373;
}
.social-icon ul li a{
	width: 53px;
	line-height: 53px;
	text-align: center;
	display: block; 
	font-size: 20px;
	transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.048);
}
.social-icon ul li a:hover, .social-icon ul li a:focus {
    color: var(--quaternary-color);
    transform: translateY(-3px);
    background: var(--secondary-color);
} 
/* ABOUT */
.about-block-wrp .img-holder:before {
    content: url(https://nhanpham.com/wp-content/uploads/2025/10/about-us-style.jpg);
    position: absolute;
    top: -120px;
    left: -120px;
    z-index: -1;
}
.about-block-wrp {
    padding-bottom: 100px;
}
.about-block-wrp .img-holder {
    position: relative;
    margin: 0px 0 60px;
    z-index: 1;
} 
/* RESUME */
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.theme-ribbon-content {
    position: relative;
    padding-left: 26px;
}
element.elementor-element-beeed0b .single-service-block .pcr-service-loop-heading span {
    color: #1ed373;
}
#main.site-main {
	margin:0px;
    min-height: 70vh;
}
#main.site-main .inner-title {
    padding-bottom: 40px;
    position: relative;
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    word-spacing: 2px;
}
#main.site-main .inner-title::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: -31px;
    top: 9px;
    opacity: 0.2;
    background: var(--secondary-color);
}
#main.site-main .inner-title::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 11px;
    left: -29px;
    background: var(--secondary-color);
}
.theme-ribbon-content::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    height: 99%;
    border-left: 3px dashed rgba(215, 215, 215, 0.28);
}
.my-services .single-service-block {
    padding: 40px 45px 35px;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.3s 
ease-in-out;
}
.shadow-box{
	background:#fff;
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.048);
}
.my-services .single-service-block.hover-white-text:hover::before {
    background: rgba(0, 0, 0, .7);
    content: "";
}
.my-services .single-service-block.hover-white-text:hover, .my-services .single-service-block.hover-white-text:hover .pcr-service-loop-heading, .my-services .single-service-block.hover-white-text:hover .pcr-service-loop-heading span, .my-services .single-service-block.hover-white-text:hover .text {
    color: #fff;
}
.my-services .single-service-block.hover-white-text::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all .5s 
ease-in-out;
    z-index: 0;
}
.my-services .single-service-block .pcr-service-loop-heading {
    position: relative;
    text-transform: capitalize;
    padding: 0 0 10px 0;
	    -webkit-transition: all .5s 
			ease-in-out;
}
.single-service-block .pcr-service-loop-heading span, .single-counter-box .number {
    color: #1ed373;
}
.my-services .single-service-block .pcr-service-loop-heading span {
    font-size: 54px;
    vertical-align: middle;
    margin-right: 10px;
}
.my-services .single-service-block .text {
    position: relative;
    transition: all 0.3s 
ease-in-out;
}

/* FUN-FACTS */
.fun-facts .single-counter-box, .pricing-plan .plan-table {
    text-align: center;
    /* padding: 42px 0 45px; */
    margin-bottom: 35px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 60px 20px;
    transition: all 0.3s 
ease;
}
.fun-facts .single-counter-box .number {
    font-size: 32px;
    padding-bottom: 8px;
}

/* Pricing Plan */ 
.pricing-plan .plan-table {
    text-align: center;
    padding: 40px 0 45px;
    margin-bottom: 35px;
}
.pricing-plan .plan-table .icon-box {
    width: 75px;
    height: 75px;
    border: 3px dotted rgba(119, 119, 119, 0.25);
    border-radius: 50%;
    line-height: 69px;
    font-size: 35px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    color: var(--secondary-color);
}
.pricing-plan .plan-table .plan-name {
    font-size: 15px;
    color: #5d5d5d;
    padding: 25px 0 5px;
}
.pricing-plan .plan-table .price {
    font-size: 35px;
    font-weight: normal;
    padding-bottom: 25px;
}
.pricing-plan .plan-table ul li {
    list-style: none;
}
.pricing-plan .plan-table ul li
 {
    line-height: 35px;
}
.theme-line-button, .content-post-wrap .post a.theme-line-button {
    font-family: var(--heading-font);
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    min-width: 130px;
    border-width: 1px;
/*     border-style: solid; */
    border-radius: 5px;
    line-height: 38px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}
.pricing-plan .plan-table .theme-line-button {
    margin-top: 30px;
}

/* sidebar */
.side-bar-icon {
    background: transparent;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    border: none;
    padding: 10px;
}
.side-bar-icon span {
    display: block;
    width: 36px;
    height: 3px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 8px;
    background: #1ed373;
}

/* Skills */ 
.skill-progress .skill-bar
 {
    margin-bottom: 80px;
}
.skill-progress .skill-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 1px;
}
.skill-progress .progress {
    height: 10px;
    border-radius: 5px;
    background: #f0f0f0;
    overflow: visible;
}
.skill-progress .progress .progress-bar {
    background-color: var(--secondary-color);
    overflow: visible;
}
.skill-progress .progress .progress-bar{
	position: relative;
    border-radius: 5px;
}
.skill-progress .progress .progress-bar .percent-text {
    font-family: var(--heading-font);
    font-size: 14px;
    position: absolute;
    padding: 5px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    right: -50px;
    top: -40px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.048);
    background: #fff;
}
.skill-progress .progress .progress-bar .percent-text:before {
    content: '';
    font-family: 'font-awesome';
    color: #fff;
    position: absolute;
    bottom: -16px;
    left: 17px;
    font-size: 24px;
}

/* Portfolio */
ul.portfolio-list-unstyled {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
ul.portfolio-list-unstyled li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 18px;
    margin: 0 5px;
    padding: 5px 18px;
    cursor: pointer;
	transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    display: inline-block;
    font-family: var(--heading-font);
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.portfolio-list-unstyled {
    display: block;
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
}
ul.portfolio-list-unstyled li:focus, ul.portfolio-list-unstyled li:hover {
    outline: none !important;
    cursor: pointer;
    background: var(--secondary-color);
    color: var(--quaternary-color);
}
.pcr-portfolio-grid {
    display: block;
    padding-top: 30px;
}
.pcr-portfolio-item {
    position: relative;
    display: block;
    padding: 10px;
}
.pcr-portfolio-item .portfolio-img {
    display: block;
    overflow: hidden;
}
.pcr-portfolio-item .portfolio-img > img {
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.pcr-portfolio-item .portfolio-data {
    background-color: rgb(255, 255, 255);
    bottom: 20px;
    color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 110px;
    max-width: 50%;
    padding: 30px;
    position: absolute;
    right: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.pcr-portfolio-item:hover .portfolio-data{
	padding: 40px;
	max-height: calc(100% - 40px);
	max-width: calc(100% - 40px);
	background-color: rgba(30, 211, 115, 0.65);
}
.pcr-portfolio-item .portfolio-data .data-heading {
    margin-bottom: 5px;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
    letter-spacing: 1px;
}
.pcr-portfolio-item .portfolio-data .meta {
    color: #6b6b6b;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
    opacity: 0;
}
.pcr-portfolio-item .attr {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.pcr-portfolio-item:hover .portfolio-data .data-heading, .pcr-portfolio-item:hover .portfolio-data .meta{
	color: #fff;
}
.pcr-portfolio-item:hover .portfolio-data .meta{
	opacity: 1;
}
.pcr-portfolio-item .attr a{
	margin: 10px 20px;
    text-decoration: none !important;
}
.pcr-portfolio-item .attr .dashicons {
    color: #FFF;
    font-size: 30px;
}

/* CSS BLOG */
.content-post-wrap.category-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 10px;
    font-size: 10px;
}
.content-post-wrap.category-blog .post {
    margin: 15px;
}
.content-post-wrap.category-blog .img-box {
    margin: 10px 0px 20px 10px !important;
    align-content: center;
    object-fit: cover;
}
/* CSS AUHTOR */
/* Giữ bố cục tổng thể */
.post-meta-wrap {
  margin-bottom: 10px;
  width: 100%;
}

/* Bọc ngoài .post-meta — vẫn theo theme, không ép nowrap */
.post-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  font-size: 15px;
  color: #555;
}

/* Các mục con — nằm cùng hàng nhưng không co bóp container */
.post-meta li {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

/* Dấu chấm phân cách */
.post-meta li:not(:last-child)::after {
  content: "•";
  color: #ccc;
  margin-left: 8px;
}

/* Link màu */
.post-meta a {
  color: #16a34a;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-meta a:hover {
  color: #0d9488;
}

/* Icon gọn nhẹ */
.post-meta .post-by span::before {
  content: "👤";
  margin-right: 4px;
}

.post-meta .date::before {
  content: "📅";
  margin-right: 4px;
}

.post-meta .category::before {
  content: "🏷️";
  margin-right: 4px;
}

/**************************
 CSS PHẦN KINH NGHIỆM TEST 
***************************/
/* === TONE TRẮNG – XANH HIỆN ĐẠI === */
    .experience-section {
        background: #f9fafb;
        padding: 100px 20px;
        font-family: "Inter", sans-serif;
        color: #111827;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .section-header {
        text-align: left;
        margin-bottom: 60px;
    }

    .section-header .tag {
        background: #e0f2fe;
        color: #0369a1;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 12px;
        margin-right: 6px;
    }

    .section-header .subtag {
        background: #e0fce3;
        color: #15803d;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 12px;
    }

    .section-header h2 {
        font-size: 28px;
        margin-top: 20px;
        font-weight: 700;
    }

    .section-header p {
        margin-top: 12px;
        color: #374151;
        line-height: 1.6;
    }

    .highlight {
        color: #2563eb;
        font-weight: 600;
    }

    .experience-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 40px;
    }

    .exp-card {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 30px;
        margin-bottom: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
        transition: all 0.3s ease;
    }

    .exp-card:hover {
        transform: translateY(-5px);
        border-color: #dbeafe;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.05);
    }

    .exp-year {
        color: #2563eb;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .exp-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #111827;
    }

    .exp-card p {
        color: #4b5563;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .exp-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px;
    }

    .exp-tags li {
        background: #eff6ff;
        color: #1d4ed8;
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 500;
    }

    .exp-label {
        display: inline-block;
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 8px;
        background: #ecfdf5;
        color: #047857;
        font-weight: 600;
    }

    /* Cột phải */
    .exp-sidecard {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #e5e7eb;
        padding: 30px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
        height: fit-content;
    }

    .exp-sidecard h4 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #111827;
    }

    .exp-sidecard ul {
        list-style: none;
        padding: 0;
        margin-bottom: 25px;
    }

    .exp-sidecard ul li {
        margin-bottom: 15px;
        color: #374151;
        line-height: 1.6;
    }

    .exp-sidecard strong {
        color: #2563eb;
    }

    .exp-btn {
        display: inline-block;
        background: #2563eb;
        color: #fff;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s;
    }

    .exp-btn:hover {
        background: #1e40af;
    }
ul.exp-tags li {
    list-style: none;
} 
/* CSS CHI TIẾT BÀI VIẾT */
/* Container chính của bài viết */
.single-post .content-post-wrap,
.single-post .post,
.single-post .content-wrap {
/*     max-width: 820px; */
    margin: 0 auto;
    display: block;
    padding: 20px;
}
.single-post .img-box {
    width: 100%;
    margin-bottom: 25px;
}

.single-post .img-box .img-wrp img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.single-post .entry-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 18px 0;
}
.single-post .post-meta-wrap {
    margin-bottom: 20px;
}

.single-post .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    color: #666;
}

.single-post .post-meta li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
}
.single-post .content-wrap {
    font-size: 18px;
    line-height: 1.7;
}

.single-post .content-wrap p {
    margin-bottom: 18px;
}
.single-post .post-format-icon {
    display: none;
}
.single-post .post-navigation .nav-previous img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
}
.single-post .post-navigation .nav-previous {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.single-post .post-navigation,
.single-post .comment-respond,
.single-post #comments {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}
.single-post .post-navigation {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

.single-post .comment-respond {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}










