*{margin:0;padding:0;box-sizing:border-box}
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bevietnampro/v12/QdVMSTAyLFyeg_IDWvOJmVES_HScJ286Rb0bcw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
body{font-family:'Be Vietnam Pro',sans-serif;color:#1f2937;background:#fff}
.container{
    max-width:1170px;
    margin:auto;
}
.topbar{

    background:#0d5cd7;

    color:#fff;

    font-size:14px;
}

.topbar-inner{

    display:flex;

    justify-content:space-between;

    align-items:center;

    min-height:42px;
}

.topbar-contact{

    display:flex;

    align-items:center;

    gap:30px;
}

.topbar-contact a{

    color:white;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:8px;

    opacity:.95;
}

.topbar-contact a:hover{

    opacity:1;
}

.topbar-social{

    display:flex;

    gap:10px;
}

.topbar-social a{

    width:34px;

    height:34px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    color:white;

    text-decoration:none;

    transition:.25s;
}

.topbar-social a:hover{

    background:white;

    color:#0d5cd7;
}
/* header */
div#header
{
	position:relative;
	margin:auto;
    background: none;
    padding: 0;
}
.nav{background:#fff;box-shadow:0 2px 15px rgba(0,0,0,.08)}
.nav .container{display:flex;align-items:center;justify-content:space-between;padding:5px 0}
.logo img{height:64px}
.menu{display:flex;gap:30px;list-style:none}
.menu a{text-decoration:none;color:#111;font-weight:600}
.cta{background:#ffd335;padding:14px 24px;border-radius:8px;text-decoration:none;color:#111;font-weight:700}
.hero{
padding: 2px 0 0px;
}

.hero-banner{

    position:relative;

    overflow:hidden;

}
.hero-banner img{

    width:100%;


    object-fit:cover;

    display:block;
}
.hero-overlay{

    position:absolute;
    inset:0;

    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);

    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.95) 20%,
        rgba(255,255,255,.70) 35%,
        rgba(255,255,255,.25) 48%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0) 100%
    );

    z-index:1;
}
.hero-content {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 534px;
    color: #1b2a4b;
}
.hero-content p{
    color:#555;
}
.hero-subtitle{

    color:#0b57d0;

    font-weight:900;

    font-size:18px;

    letter-spacing:2px;
}

.hero h1 {
    font-size: 34px;
    line-height: 1.15;
    margin: 15px 0;
    font-weight: 800;
}

.hero p{

    font-size:18px;

    line-height:1.8;

    margin-bottom:25px;
}
.hero-image{

    position:relative;
}

.hero-image img{

    width:100%;

    display:block;

    border-radius:20px;

    object-fit:cover;
}
.hero-features {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.hero-features div{

    background:rgba(255,255,255,.15);

    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);

    padding:10px 18px;

    border-radius:40px;

    display:flex;

    align-items:center;

    gap:8px;
}

.hero-features i{

    color:#ffd335;
}
.btn-primary{

    background:#0d5cd7;

    color:white;

    border-radius:10px;

    padding:15px 28px;
}

.btn-outline {
	border: 2px solid #0d5cd7;
    color: #0d5cd7;
    border-radius: 10px;
    padding: 15px 28px;
    margin: 10px;
}

.btn-outline:hover{

    background:white;

    color:#0d5cd7;
}
.section{padding: 30px 0;}
.title{text-align:center;font-size:24px;font-weight:800;color:#1b2a4b;margin-bottom:10px}
.subtitle{text-align:center;color:#6b7280;margin-bottom:40px}
.cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}
.card{

   background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    padding: 14px 25px;
    text-align: center;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card:hover{

    transform:translateY(-6px);

    box-shadow:
    0 15px 35px rgba(13,92,215,.12);
}

.card h3{
  font-size: 14px;
    line-height: 1.4;
    color: #1b2a4b;
    /* margin-bottom: 16px; */
    font-weight: 700;
    min-height: 50px;
}
.service-icon{

    width:72px;
    height:72px;

    border-radius:50%;

    background:#eef4ff;

    margin:0 auto 20px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.service-icon i{

    font-size:32px;

    color:#0d5cd7;
}
.card p{

    color:#666;

    line-height:1.5;

    flex-grow:1;

    margin-bottom:10px;
}

.service-link{

    color:#0d5cd7;

    text-decoration:none;

    font-weight:700;
}

.service-link:hover{
    color:#0846a8;
}
.stats{background:linear-gradient(90deg,#3b82f6,#0b57d0);color:#fff;border-radius:18px;padding:35px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.stats h2{font-size:52px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feature{padding:25px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.panel{border:1px solid #e5e7eb;border-radius:14px;padding:25px}
.panel img{max-width:100%}
.certificate-wrap{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:25px;

    align-items:center;
}

.certificate-info{

    display:flex;

    flex-direction:column;

    gap:15px;
}

.certificate-item{

    display:flex;

    gap:15px;

    align-items:flex-start;

    padding:18px;

    border-radius:12px;

    background:#f8fbff;

    border:1px solid #e6eefc;
}

.certificate-item i{

    display: flex;
    gap: 15px;
    align-items: center;
    padding: 3px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #e6eefc;
}

.certificate-item strong{

    display:block;

    font-size:15px;

    color:#1b2a4b;

    margin-bottom:4px;
}

.certificate-item span{

    font-size:14px;

    color:#666;

    line-height:1.5;
}

.certificate-image img{

    width:100%;

    border-radius:12px;

    display:block;
}
.clients{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.clients img{width:100%;border:1px solid #eee;padding:10px;border-radius:10px}
.news{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.news img{width:100%;height:220px;object-fit:cover}
.news article{border:1px solid #eee;border-radius:14px;overflow:hidden}
.news div{padding:20px}
.copy{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}
@media(max-width:991px){

    .hero-grid{

        grid-template-columns:1fr;
    }

    .hero-content{

        order:2;
    }

    .hero-image{

        order:1;
    }

    .hero h1{

        font-size:36px;
    }

}
@media(max-width:768px){

    .hero h1{

        font-size:34px;
    }

    .hero p{

        font-size:16px;
    }

    .hero-features{

        flex-direction:column;
        align-items:flex-start;
    }
	
    .topbar-inner{

        flex-direction:column;

        gap:10px;

        padding:10px 0;
    }

    .topbar-contact{

        flex-wrap:wrap;

        justify-content:center;

        gap:15px;
    }
    #footer1{display:block;}
    div#toptop
    {
        bottom:55px;
    }
}
@media(max-width:640px){
.cards,.news,.features,.stats-grid,.clients{grid-template-columns:1fr}
.hero h1{font-size:32px}
}
.why-us{
    padding: 23px 0;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px 40px;
    margin-top:60px;
}

.why-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
}

.why-icon{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#f3f7ff;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.why-icon i{
    color:#0d5cd7;
    font-size:28px;
}

.why-item h3{
    font-size:20px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.why-item p{
    color:#666;
    line-height:1.8;
    font-size:17px;
}
.footer{
    background:linear-gradient(
        135deg,
        #0047b8,
        #0d5cd7
    );
    color:white;
    padding-top:70px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:50px;
}

.footer h3,
.footer h4{
    margin-bottom:20px;
}

.footer ul{
    list-style:none;
}

.footer li{
    margin-bottom:12px;
}

.footer a{
    color:white;
    text-decoration:none;
}

.socials{
    margin-top:25px;
    display:flex;
    gap:12px;
}

.socials a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
}

.newsletter input{
    width:100%;
    height:52px;
    border:none;
    border-radius:6px;
    padding:0 15px;
    margin-top:10px;
}

.newsletter button{
    width:100%;
    height:52px;
    border:none;
    margin-top:10px;
    background:#ffd335;
    font-weight:700;
    border-radius:6px;
}

.footer-bottom{
    margin-top:50px;
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.2);
}
.news-section{
    padding: 25px 0;
}

.section-header{

    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:40px;
}

.view-all{

    color:#0d5cd7;
    text-decoration:none;
    font-weight:600;
}

.news-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.news-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:12px;

    overflow:hidden;

    transition:.3s;
}

.news-card:hover{

    transform:translateY(-6px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);
}

.news-card img{

    width:100%;
    height:210px;

    object-fit:cover;
}

.news-content{

    padding:20px;
}

.news-date{

    display:block;

    font-size:14px;

    color:#888;

    margin-bottom:12px;
}

.news-content h3{
    font-size:18px;
    line-height:1.5;
    min-height:80px;
}

.news-card img{
    height:190px;
}
.news-content p{

    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

.news-link{

    text-decoration:none;

    color:#0d5cd7;

    font-weight:700;
}

/* Keep footer typography aligned with new layout even when legacy CSS loads */
.footer,
.footer h3,
.footer h4,
.footer p,
.footer li,
.footer a,
.footer input,
.footer button,
.footer-bottom{
    font-family:'Be Vietnam Pro',sans-serif;
}

/* Compatibility lines for legacy PHP templates and existing JS hooks */
.h1200{max-width:1170px;margin:0 auto}
#menu ul{list-style:none;margin:0;padding:0}
#menu ul li{position:relative}
#menu ul li a{display:block}
#menu.fix_head{position:fixed;top:0;left:0;right:0;z-index:999}
#slider1_container{overflow:hidden}
#slider1_container img{width:100%;height:auto;display:block}

/* Fix legacy menu wrapper overriding new layout nav */
div#menu{
    height:auto;
    line-height:normal;
    background:transparent;
}

div#menu .nav{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

div#menu .nav .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px 0;
    min-height:78px;
    gap:20px;
}

div#menu .logo{
    float:none;
    width:auto;
}

div#menu .logo img{
    height:64px;
    width:auto;
    max-width:none;
}

div#menu .menu{
    float:none;
    height:auto;
    display:flex;
    align-items:center;
    gap:30px;
    margin:0;
    padding:0;
}

div#menu .menu li{
    float:none;
}

div#menu .menu li a{
    display:block;
    color:#111;
    font-weight:600;
    font-size:16px;
    line-height:normal;
    padding:0;
    text-transform:none;
    font-family:'Be Vietnam Pro',sans-serif;
    background:transparent;
}

div#menu .menu li a:hover,
div#menu .menu li a.active,
div#menu .menu li a.active2{
    color:#0d5cd7;
    background:transparent;
}

div#menu .cta{
    white-space:nowrap;
}

div#menu #search{
    margin-top:0;
    float:none;
    width:240px;
}

div#menu.fix_head{
    z-index:999;
}

@media(max-width:1200px){
    div#menu .menu{
        gap:20px;
    }

    div#menu .menu li a{
        font-size:15px;
    }
}

@media(max-width:991px){
    div#menu.fix_head{
        top:0;
    }
}

/* Detail page layout compatibility (ported from style.css) */
.clearfix::after{content:"";display:block;clear:both}
#main_content{padding:40px 0;background:#eeeeee}
#right{width:calc(100% - 308px);float:right}
#left{width:280px;float:left;box-sizing:border-box;background:#fff}

@media screen and (max-width:480px){
    #left{display:none}
    #right{width:100%}
}

/* Sidebar blocks from legacy style.css used by templates/layout/left.php */
div.tieude_giua{
    color:#fff;
    padding-left:20px;
    font-size:14px;
    height:39px;
    line-height:39px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:1%;
    background:#3458b8;
}

div.tieude{
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:18px;
    font-family:'Roboto-Bold';
    text-transform:uppercase;
    background:#1159bb;
    position:relative;
    padding-left:50px;
}

div.tieude:before{
    position:absolute;
    left:0;
    top:0;
    content:"";
    background:url(/images/img/bf-.jpg) no-repeat;
    height:40px;
    width:41px;
}

div.box-cap1{margin-bottom:30px}

div.tieude-cap1{
    text-align:center;
    color:#333;
    font-family:'Roboto-Bold';
    font-size:24px;
    text-transform:uppercase;
    margin-bottom:20px;
}

div.box-sp{
    text-align:center;
    margin-bottom:20px;
}

p.name-product a{
    color:#393939;
    text-transform:uppercase;
    font-family:'Roboto-Bold';
    font-size:16px;
}

p.name-product a:hover{color:#ff0000}

p.gia-product{
    color:#393939;
    font-family:'Roboto-Regular';
    font-size:16px;
}

p.gia-product span{color:#ff0000}

div.danhmuc{
    margin:  10px 10px 20px 10px;
}

div.pdleft{
    padding:14px;
    border:1px solid #d5dceb;
    border-radius:14px;
    background:#f5f7fb;
}

div.danhmuc.pdleft div.ht1{
    background:none;
    padding:0 0 12px;
    color:#1a2c5e;
    font-size:16px;
    font-family:'Be Vietnam Pro',sans-serif;
    width:100%;
    text-align:left;
    border-bottom:1px solid #d5dceb;
    margin-bottom:10px;
}

div.danhmuc.pdleft div.ht1 h4{
    font-size:22px;
    color:#162a5c;
    font-weight:800;
    margin-bottom:8px;
}

div.danhmuc.pdleft a.hotline-item{
    display:flex;
    align-items:center;
    gap:10px;
    margin:7px 0;
    color:#de3d3f;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
}

div.danhmuc.pdleft a.hotline-item i{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#e14444;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

div.danhmuc.pdleft div.ht2{
    border:none;
    padding:8px 0 2px;
    text-align:left;
}

div.danhmuc.pdleft a.zalo-cta{
    display:flex;
    align-items:center;
    gap:12px;
    background:#edf2fb;
    border:1px solid #d5dceb;
    border-radius:14px;
    padding:10px 12px;
    color:#162a5c;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
}

div.danhmuc.pdleft a.zalo-cta img{
    width:62px;
    height:62px;
    border-radius:14px;
}

div.danhmuc.pdleft .social-ht{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
}

div.danhmuc.pdleft .social-ht a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

div.danhmuc.pdleft .social-ht img{
    width:34px;
    height:34px;
    border-radius:8px;
}

div.danhmuc.pdleft p.name-ht{
    color:#1f2a45;
    line-height:20px;
    font-size:22px;
    font-weight:800;
    margin-bottom:2px;
}

div.danhmuc.pdleft p.phone-ht{
    font-family:'Roboto-Bold';
    color:#de3d3f;
    font-size:18px;
    line-height:1.2;
    margin-bottom:8px;
}

div.danhmuc.pdleft a.phone-ht-item{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
    margin-bottom:8px;
    padding:0;
    background:none;
    color:#de3d3f;
    text-decoration:none;
    font-family:'Roboto-Bold';
    font-size:18px;
    line-height:1.2;
}

div.danhmuc.pdleft a.phone-ht-item i{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#e14444;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

div.danhmuc.pdleft p.email-ht{
    margin-top:4px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#3f4d6a;
    font-size:16px;
    line-height:1.3;
    word-break:break-all;
}

div.danhmuc.pdleft p.email-ht img{
    width:30px;
    height:24px;
    object-fit:contain;
}

.hover_sang1{position:relative; overflow:hidden;}
.hover_sang1:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index:10;-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);}
.hover_sang1:hover:before {webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);}
.hover_sang3{ overflow:hidden; position:relative;}
.hover_sang3:before {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: 1;-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
}
.hover_sang3:after {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
.hover_sang3:hover:before {right: 50%;left: 50%;width: 0;background: rgba(255, 255, 255, 0.5);}
.hover_sang3:hover:after {height: 0;top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.5);}
#toptop {
	width: 46px;
	height: 46px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	text-indent: -99999px;
	cursor: pointer;
	background: url(/images/back_to_top.png) top center no-repeat;
	transition: 0.5s;
	z-index: 200
}
#footer1 {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: none;
}

#footer1 img {
	vertical-align: middle
}

#footer1 a {
	color: #fff
}

.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@-moz-keyframes blinker {
	0% {
		opacity: 1.0
	}

	50% {
		opacity: 0.0
	}

	100% {
		opacity: 1.0
	}

}

@-webkit-keyframes blinker {
	0% {
		opacity: 1.0
	}

	50% {
		opacity: 0.0
	}

	100% {
		opacity: 1.0
	}

}

@keyframes blinker {
	0% {
		opacity: 1.0
	}

	50% {
		opacity: 0.0
	}

	100% {
		opacity: 1.0
	}

}

.table_goidien {
	width: 100%;
	text-align: center;
	margin: auto;
	background: #000;
	border-top: 1px solid #CCC
}

.the_an {
	position: absolute;
	top: -1000px
}

.tags {
}

.tags a {
	display: inline-block;
	border-radius: 5px;
	background: #f0f0f0;
	color: #6e6e6e;
	padding: 3px 5px;
	margin-bottom: 2px
}

.tags a:hover {
	background: #fe6d4c;
	color: #fff
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

div.tit-product
{
	height: 40px;
	border-bottom: 1px solid #1159bb;
	margin-bottom: 25px;
}
div.dp-ib 
{
	display: inline-block;
	padding-right: 40px;
}
div.wrap-album
{
    width: calc( 100% + 10px );
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
div.block-album
{
    width: 33.33%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
div.item-album img
{
    width: 100%;
    height: auto;
    display: block;
}
div.wrap-ser
{
	width: calc( 100% + 22px );
	margin: 0 -11px;
    display: flex;
}
div.block-ser
{
	width: 33.33%;
	padding: 0 11px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
div.item-ser
{
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	border: 1px solid #d7d6d6;
}
div.infor-ser
{
	padding: 15px 6px;
	text-align: center;
}
p.name-ser a
{
	color: #393939;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	font-size: 16px;
}
p.name-ser a:hover
{
	color: #ff0000;
}
p.desc-ser
{
	color: #393939;
	font-family: 'Roboto-Regular';
	font-size: 14px;
}

@media screen and (max-width:768px)
{
    div.block-album
    {
        width: 50%;
    }
}

@media screen and (max-width:480px)
{
    div.block-album
    {
        width: 100%;
    }
}