﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
/*:root {
            --bg-color-1: #CA0100;
            --bg-color-2: #E74401;
            --bg-color-3: #fdbb2d;
            --bg-gd-1: linear-gradient(90deg,rgba(202, 1, 0, 1) 15%, rgba(231, 68, 1, 1) 100%);
            --bg-gd-2: linear-gradient(90deg,#E74401 15%, #CA0100 100%);
            --card-bg: rgb(167 167 167 / 10%);
            --text-primary: #000000;
            --text-secondary: #5e5e5e;
            --border-color: rgb(255 255 255 / 79%);
            --border-color-gradient: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(45deg, #CA0100, #E74401) border-box;
            --primary-accent: #606060;
			 --primary-ttl: #000000;
			 --href: #3e4d9d;
        }*/

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }
		a{color:var(--href);}

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-primary);
            background: #f7f7f7;
          /* background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 0.55) 0%, rgba(87, 115, 199, 1) 50%, rgba(83, 150, 237, 1) 100%);
            background: linear-gradient(45deg, var(--bg-color-1), var(--bg-color-2), var(--bg-color-3));
            background-size: 400% 400%;
            animation: gradientBG 15s ease infinite;*/
            min-height: 100vh;
        }

        @keyframes gradientBG {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }
#wrapper{}
        .container {
            max-width: 1100px;
            margin: auto;
            display: flex;
            gap: 2rem;
        }

        /* --- Profile Sidebar (Left Column) --- */
        .profile-sidebar {
            width: 320px;
            flex-shrink: 0;
        }

        .profile-card {
         
            border: 1px solid var(--border-color);
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            position: sticky;
            top: 2rem;
        }

        .avatar {
            width: 250px;
            height: 250px;
            border-radius: 50%;
            border: 2px solid transparent;
            object-fit: cover;
            margin-bottom: 1.5rem;background: var(--border-color-gradient);
        }

        .profile-card h1 {
            font-size: 1.8rem;
            margin-bottom: 0.25rem;
        }
		.profile-card h1 a{color: unset;text-decoration: none;}
		.profile-card h1 a:hover{color:var(--bg-color-1);}
        .profile-card .title {
            font-size: 1rem;
            color: var(--primary-accent);
            margin-bottom: 0.25rem;
        }

        .profile-card .company {
            font-size: 1rem;
            color: var(--text-secondary);
            margin-bottom: 1.5rem;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .social-icon {
            overflow:hidden;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            color: #fff;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid transparent;
            background: linear-gradient(#eeeeee, #eeeeee) padding-box, linear-gradient(90deg, var(--bg-color-1), var(--bg-color-2)) border-box;
        }
        .social-icon i{
            background: var(--bg-gd-2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;


        }

            .social-icon:hover {
                transform: translateY(-5px);
                box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            }

        /* Social Icon Colors */
        /*.facebook {
            background-color: #1877F2;
        }

        .instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        .zalo {
            background-color: #0068FF;
        }

        .linkedin {
            background-color: #0A66C2;
        }

        .youtube {
            background-color: #FF0000;
        }

        .tiktok {
            background-color: #000000;
        }
        .messenger  {background: linear-gradient(45deg, #00B2FF, #006AFF, #A033FF, #FF5280, #FF7061); }
        .whatsapp  { background-color: #25D366; }
        .telegram  { background-color: #2AABEE; }
        .twitter   { background-color: #1DA1F2; }
        .viber     { background-color: #7360F2; }
        .skype     { background-color: #00AFF0; }
        .line      { background-color: #00B900; }
        .weixin    { background-color: #09B83E; } */
        .action-buttons button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 0.8rem;
            margin-top: 0.75rem;
            
            background-color: transparent;
            color: var(--primary-accent);
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            border: 2px solid transparent;
    background:
        linear-gradient(#eeeeee, #eeeeee) padding-box,
        linear-gradient(90deg, var(--bg-color-1), var(--bg-color-2)) border-box;
        }
       

            .action-buttons button:hover {
                background-color: var(--primary-accent);
                color: var(--bg-color-1);
            }
			
			.btn_gains{
			text-decoration:none;
			display:block;
			width: 100%;
            padding: 0.8rem;
            margin-top: 0.75rem;
            background-color: transparent;
            color: var(--primary-accent);
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            background: 
            linear-gradient(#eeeeee, #eeeeee) padding-box,
            linear-gradient(90deg, var(--bg-color-1), var(--bg-color-2)) border-box;
            border: 2px solid transparent;
			
			}
            .action-buttons button span{display:inline-block;}
            .action-buttons button span .ico{
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: var(--bg-gd-1);
                padding: 10px;
            }
           
            .action-buttons button .ico img{width:30px;}

            .action-buttons button .ico.ico_save_contact, .action-buttons button .ico.ico_qrcode{
                width: 30px;  
                height: 30px;
                background: var(--bg-gd-1);

                /* Dùng PNG làm mask */
                -webkit-mask-size: contain;
                mask-size: contain;

                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;

                -webkit-mask-position: center;
                mask-position: center;
            }
            .action-buttons button .ico.ico_save_contact{
                -webkit-mask-image: url('/assets/images/icon_save_contact.png');
                mask-image: url('/assets/images/icon_save_contact.png');
            }
            .action-buttons button .ico.ico_qrcode{
                -webkit-mask-image: url('/assets/images/icon_qrcode.png');
                mask-image: url('/assets/images/icon_qrcode.png');
            }

            .action-buttons button .ttl, .action-buttons .btn_gains span{
                background: var(--bg-gd-1);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        .social-icon.zalo img {
        
        
        }
        .social-icon.zalo span {
            width: 35px;
            height: 35px;
            -webkit-mask-image: url(/assets/images/social/zalo.png);
            mask-image: url(/assets/images/social/zalo.png);
            background: var(--bg-gd-1);
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
        }

        .qr-code-container {
            text-align: center;
            margin-top: 1.5rem;
            display: none;
        }

            .qr-code-container.visible {
                display: block;
            }

            .qr-code-container img {
                width: 150px;
                height: 150px;
                background: #fff;
                padding: 10px;
                border-radius: 10px;
            }


        /* --- Main Content (Right Column) --- */
        .main-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .content-card {
            backdrop-filter: blur(15px);
            border-radius: 15px;
            padding: 2rem;
            overflow: hidden;
        }
        .sect01{
            text-align:right;
            padding-right: 30px;margin: 60px 0;
            border-right: 4px solid transparent;
            border-image: var(--bg-gd-1);
            border-image-slice: 1;
            border-image-width: 0 10px 0 0; /* top right bottom left */
        }
        .sect01 h1{margin-bottom:15px;}
        .sect01 .headtitle{
            background: var(--bg-gd-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0 0;
        }
        .sect01 .title{
            color: var(--primary-accent);
            margin-bottom: 5px;


        }
        .sect01 .company{
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
		
		.sect_about{
			background:var(--border-color-gradient);
			  border:2px solid transparent;
		}


            .content-card h2 {
				position:relative;
				display: flex;
    justify-content: start;
    align-items: center;    gap: 10px;
				font-weight: bold;
                font-size: 1.5rem;
				line-height: 1.4;
                margin-bottom: 1.5rem;
                padding-bottom: 0.5rem;
                color: var(--primary-ttl);
				
            }
            .content-card h2 .ttl{
				background: var(--bg-gd-1);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
			}
			 .content-card h2 .ico{
				
				border-radius: 50%;
				background: var(--bg-gd-1);
				width: 50px;
				height: 50px;
				padding: 10px;
			 }
			  .content-card h2 .ico img{
					width: 100%;
					height: 100%;
			  }
              .content-card h2:has(.ico) .h2_ttl {
width:calc(100% - 50px);


              }
			/*
.content-card h2:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    background-image: 
    url(/assets/images/icon_video_ttl.png),var(--bg-gd-1);
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
    border-radius: 50%;
	
	
}
.sect_about h2:before{
	background-image: 
    url(/assets/images/icon_about_ttl.png),var(--bg-gd-1);
	
}
}*/

	
.experience-item {
    
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    background: var(--border-color-gradient);
    border: 2px solid transparent;
}

.experience-content {
    flex: 1;
}

.job-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

.company-name {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.date-badge {
    background: var(--bg-gd-1);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.sect_contact{
    overflow: hidden;
    position: relative;
    background: #2f2f2f;
}
.sect_contact::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -30px;
    width: 310px;
    height: 130px;
    background: linear-gradient(95deg, var(--bg-color-2) 35%, var(--bg-color-1) 100%);
    transform: translate(30%, -30%) rotate(45deg);
    z-index: 0;
}

.sect_contact h2, .contact-list li, .contact-list a{color: #fff;text-decoration: none;}
.sect_contact h2 .ico{background: #fff;}


        /* Contact Info List */
        .contact-list {
            list-style: none;
        }

            .contact-list li {
                display: flex;
                align-items: center;
                gap: 1rem;
                margin-bottom: 1rem;
            }

            .contact-list .icon {
                font-size: 1.2rem;
                width: 20px;
                text-align: center;
                color: #fff;
            }

        /* Timeline */
        .timeline {
            position: relative;
            padding-left: 2rem;
        }

            .timeline::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 2px;
                background: #afafaf;
            }

        .timeline-item {
            position: relative;
            margin-bottom: 2rem;
        }

            .timeline-item:last-child {
                margin-bottom: 0;
            }

        .timeline-dot {
            position: absolute;
            left: -37px;
            top: 10px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bg-gd-1);
        }

        .timeline-date {
            margin-bottom: 0.25rem;
            background: var(--bg-gd-1);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            display: inline-block;
        }

        .timeline-content h3 {
            font-size: 1.2rem;
            font-weight: 600;line-height: 1.4;
            margin-bottom: 0.25rem;
        }

        .timeline-content p {
            color: var(--text-secondary);line-height: 1.4;
        }

        .timeline_subtitle a{color: #3e4d9d;}
.sect-motto{
	position:relative;
    background: var(--border-color-gradient);
    border: 2px solid transparent;

}
/*.sect-motto::before, .sect_about::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9999;
    padding: 3px;
    border-radius: inherit;
    background: var(--bg-color-1);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}*/

        /* Motto Section */
        .motto-container {text-align: center;
        }
		.motto_ttl{
            padding: 0 130px;
            font-size: 1em;line-height: 1.4;
            font-weight: 500;
            position: relative;
		}
        .motto_ttl::before, .motto_ttl::after{
            content: '';
            position: absolute;
            top: 7px;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--bg-gd-1);
            width: 85px;
            height: 3px;border-radius: 20px;
        }
        .motto_ttl::after{
            right: 0;left: auto;
        }

        .motto-image {
            text-align:center;
        }
		.motto-image span{
			display: inline-block;
			border-radius: 50%;
			background-image: var(--bg-gd-1);
			padding: 10px;
		}

            .motto-image img {
             
              
            }

        .motto-text blockquote {
            font-size: 1rem;
            font-style: italic;margin: 0 0 25px;font-weight: 300;
        }
		.motto-ttl{
            justify-content: center !important;
			margin: 30px 0;
			border: none !important;
		}
        .video-frame{margin-bottom:20px;}
        .video-frame iframe{width:100%;height:350px;}
        /* --- Responsive Design --- */
		@media (max-width: 1400px) {
		.profile-card{padding: 1rem;}
		
		
		}
        @media (max-width: 992px) {
            .container {
			padding: 0 3%;
                flex-direction: column;
            }

            .profile-sidebar {
                width: 100%;
            }

            .profile-card {
                position: static;
            }
        }

        @media (max-width: 576px) {
            body {
                padding: 0.5rem 0;
            }

            .container, .main-content {
                gap: 1rem;
            }
            .sect01{margin: 30px 0;padding-right: 20px;}

            .profile-card, .content-card {
                padding: 1rem 0.5rem;
            }
            .experience-item{padding: 1rem;}
            .job-title{font-size: 16px;}
            .sect_exp{padding: 1rem 0;}
            .date-badge{font-size: 12px;padding: 5px 10px;}
            .company-name{font-size: 13px;}
            .sect01 h1 {
                margin-bottom: 10px;
            }
            .sect01 .headtitle{font-size: 1.8rem;padding-top: 10px;}
            .sect01 .company{font-size: 1rem;}
            .timeline-content h3{font-size: 1rem;}

            .timeline-date{
                font-size: 12px;padding: 5px 10px;
            }
            .timeline-content p{font-size: 0.8rem;}
            .motto-container {
                flex-direction: column;
                text-align: center;
            }
            .motto-ttl{margin: 15px 0 !important;}
            .motto_ttl{    padding: 0px 8%;}
            .motto_ttl::before, .motto_ttl::after{
                width: 30px;
            }
        }
		.h_login{
		position: fixed;
    right: 10px;
    top: 15px;z-index:9999;
		}
		.h_login a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	    background-color: var(--bg-color-1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
    animation: pulse-blue 2s infinite, zoom-outer 2000ms infinite;
}
        @keyframes pulse-blue {
                   0% {
                    transform: scale(.95);
                    box-shadow: 0 0 0 0 rgb(33 35 105)
                }

                70% {
                    transform: scale(1);
                    box-shadow: 0 0 0 10px rgb(33 35 105 / 15%)
                }

                to {
                    /* transform:scale(.95); */
                    box-shadow: 0 0 0 0 rgb(33 35 105 / 8%)
                }
            }