body{
    background-color: #ffffff; overflow-x: hidden;font-family: 'Muli', sans-serif;
}
.clear{ clear: both;}
.left{ float: left;
margin-bottom: 30px;}
#header{	position: relative;}
.container {
    padding-right: 0;
    padding-left: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
.c_in, .container {
	width: 1200px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}
.row {
    margin-right: 0;
    margin-left: 0px;
}

/* =========================
   HEADER
========================= */

.feature-bn{
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 999;
}

.feature-bn .c_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =========================
   LOGO
========================= */

.logo{
    float: left;
    padding: 15px 0;
}

.logo img{
    max-height: 90px;
    width: auto;
    display: block;
}

/* =========================
   MENU
========================= */
.logo{width: 10%; float: left;}
.feature-main-mn{
    flex: 1;
}

.menuB{
    width: 100%;
    float: right;
    margin-top: 0;
}

.header-hot-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-hot-link > li{
    list-style: none;
    position: relative;
    margin: 0 10px;
}
.header-hot-link > li:hover{border-bottom: 3px solid #00682b}
.header-hot-link > li > a{
    display: block;
    padding: 35px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    transition: all .3s;
}
.header-hot-link > li:last-child > a{
	background: #00682b;   
	padding: 8px 10px;
	color: #fff; 
	border-radius:10px 
	}
.header-hot-link > li:last-child > a:hover{
	background:#003f1a;
	color: #fff
	}
.header-hot-link > li.active > a,
.header-hot-link > li > a:hover{
    color: #006b2d;
}

.header-hot-link > li.active > a:after{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 4px;
    background: #73b36b;
}

/* =========================
   BUTTON ĐĂNG KÝ
========================= */

.btn-register{
    background: #006b2d;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    transition: all .3s;
}

.btn-register:hover{
    background: #0b8d3e;
    color: #fff !important;
}

/* =========================
   DROPDOWN
========================= */

.header-hot-link li ul{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    display: none;
}

.header-hot-link li:hover > ul{
    display: block;
}

.header-hot-link li ul li{
    width: 100%;
}

.header-hot-link li ul li a{
    display: block;
    padding: 12px 15px;
    color: #333;
}

.header-hot-link li ul li a:hover{
    background: #f5f5f5;
    color: #006b2d;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .feature-bn .c_in{
        display: block;
    }

    .logo{
        text-align: center;
        float: none;
    }

    .logo img{
        margin: 0 auto;
        max-height: 70px;
    }

    .header-hot-link{
        flex-wrap: wrap;
    }

    .header-hot-link > li > a{
        padding: 12px 10px;
        font-size: 14px;
    }
}

@media(max-width:768px){

    .header-hot-link{
        display: block;
    }

    .header-hot-link > li{
        margin: 0;
        width: 100%;
    }

    .header-hot-link > li > a{
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
    }
}

/*menutop*/
.feature-bntop{
    background: linear-gradient(90deg,#004d1f,#006d2e);
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.feature-bntop .c_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
}

.feature-bntop .hl-top,
.feature-bntop .zalo-top,
.feature-bntop .working-time,
.feature-bntop .mn-top{
    position: relative;
    color: #fff;
}

.feature-bntop .hl-top:before{
    content:"\f095";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:8px;
}

.feature-bntop .zalo-top:before{
    content:"\f3c5";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:8px;
}

.feature-bntop .working-time:before{
    content:"\f017";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:8px;
}

.feature-bntop a{
    color:#fff;
    text-decoration:none;
}

.feature-bntop a:hover{
    color:#ffd54f;
}

.menu_top{
    margin:0;
    padding:0;
    list-style:none;
}

.menu_top li{
    display:inline-block;
    margin-left:12px;
}

.menu_top li a{
    color:#fff;
    font-size:14px;
}

/* Responsive */

@media(max-width:991px){

    .feature-bntop .c_in{
        flex-wrap:wrap;
        gap:10px;
        padding:8px 10px;
    }

    .feature-bntop .hl-top,
    .feature-bntop .zalo-top,
    .feature-bntop .working-time,
    .feature-bntop .mn-top{
        width:100%;
        text-align:center;
    }

    .menu_top li{
        margin:0 8px;
    }
}

@media(max-width:768px){

    .feature-bntop{
        font-size:13px;
    }

    .feature-bntop .c_in{
        display:block;
        text-align:center;
        padding:8px 10px;
    }

    .feature-bntop .hl-top,
    .feature-bntop .zalo-top,
    .feature-bntop .working-time{
        margin-bottom:6px;
    }
}
/*End menutop*/
.cover-slide{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(255,255,255) 0%,
        rgba(255,255,255,.45) 40%,
        rgba(255,255,255,.05) 75%,
        rgba(255,255,255,0) 100%
    );
}

/* =========================
   Content
========================= */

.info-sys{
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 9999;
    width: 33%;
    color: #232323;
    line-height: 65px;
    font-size: 55px;
    text-shadow: 0 0 3px #fff;
    transform: translate(-30%, -50%);
}

.info-sys .slide-name-sys{
    color: #04501e;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
}

.info-sys .slide-info-sys{
    margin: 20px 0;
}

.info-sys .html{
    margin: 20px 0;
    font-size: 20px;
    line-height: 30px;
}

/* =========================
   Laptop
========================= */

@media (max-width: 1200px){

    .info-sys{
        width: 45%;
        left: 18%;
        font-size: 45px;
        line-height: 55px;
    }

    .info-sys .slide-name-sys{
        font-size: 36px;
    }

    .info-sys .html{
        font-size: 18px;
        line-height: 28px;
    }
}

/* =========================
   Tablet
========================= */

@media (max-width: 991px){

    .cover-slide{
        background: linear-gradient(
            90deg,
            rgba(255,255,255,.95) 0%,
            rgba(255,255,255,.75) 60%,
            rgba(255,255,255,.25) 100%
        );
    }

    .info-sys{
        width: 60%;
        left: 12%;
        transform: translate(0,-50%);
        font-size: 34px;
        line-height: 42px;
    }

    .info-sys .slide-name-sys{
        font-size: 30px;
    }

    .info-sys .html{
        font-size: 16px;
        line-height: 26px;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px){

    .cover-slide{
        background: rgba(255,255,255,.82);
    }

    .info-sys{
        width: calc(100% - 30px);
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        line-height: 32px;
    }

    .info-sys .slide-name-sys{
        font-size: 22px;
        line-height: 1.3;
    }

    .info-sys .slide-info-sys{
        margin: 10px 0;
    }

    .info-sys .html{
        margin: 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
}

/* =========================
   Mobile nhỏ
========================= */

@media (max-width: 480px){

    .info-sys{
        width: calc(100% - 20px);
        left: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .info-sys .slide-name-sys{
        font-size: 18px;
    }

    .info-sys .html{
        font-size: 13px;
        line-height: 20px;
    }
}
/*box giua trang*/
.c1-features{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 5%);
    bottom: 0;
    z-index: 1;
}
.c1-features ul{display: flex;justify-content: space-between;flex-flow: wrap;padding:40px 20px;    background: #004d21;    margin: 20px 0;    border-radius: 10px;}
.c1-features ul li{width: calc(18% - 10px);border-right: 1px solid #afafaf;}
.c1-features ul li:last-child{border-right:none; }
.c1-features ul li .img-features{float: left;margin-right: 12px;}
.c1-features ul li .img-features img{height: 35px}
.c1-features ul li .name-sys{font-size: 15px; font-weight: bold;}
.c1-features ul li .name-sys a{color: #fff; }
.c1-features ul li .c1-features-note{font-size: 13px;color: #fff;}
/* =========================
   Desktop
========================= */

.c1-features{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 90%;
    transform: translate(-50%, 5%);
}

.c1-features ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 40px 20px;
    margin: 20px 0;
    background: #004d21;
    border-radius: 10px;
}

.c1-features ul li{
    width: calc(20% - 10px);
    border-right: 1px solid #afafaf;
    box-sizing: border-box;
}

.c1-features ul li:last-child{
    border-right: none;
}

.c1-features ul li .img-features{
    float: left;
    margin-right: 12px;
}

.c1-features ul li .img-features img{
    height: 35px;
    width: auto;
}

.c1-features ul li .name-sys{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}

.c1-features ul li .name-sys a{
    color: #fff;
}

.c1-features ul li .c1-sys-note{
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

/* =========================
   Tablet
========================= */

@media (max-width: 991px){

    .c1-features{
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        transform: none;
        margin-top: 30px;
    }

    .c1-features ul{
        padding: 25px 15px;
    }

    .c1-features ul li{
        width: calc(50% - 10px);
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding-bottom: 15px;
    }

    .c1-features ul li:nth-last-child(-n+2){
        border-bottom: none;
        margin-bottom: 0;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px){

    .c1-features ul{
        padding: 20px 15px;
    }

    .c1-features ul li{
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.15);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .c1-features ul li:last-child{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .c1-features ul li .img-features{
        margin-right: 10px;
    }

    .c1-features ul li .img-features img{
        height: 30px;
    }

    .c1-features ul li .name-sys{
        font-size: 14px;
    }

    .c1-features ul li .c1-sys-note{
        font-size: 12px;
    }
}

/* =========================
   Mobile nhỏ
========================= */

@media (max-width: 480px){

    .c1-features ul{
        padding: 15px 12px;
    }

    .c1-features ul li .img-features img{
        height: 26px;
    }

    .c1-features ul li .name-sys{
        font-size: 13px;
    }

    .c1-features ul li .c1-sys-note{
        font-size: 11px;
        line-height: 1.4;
    }
}
/*c2-features*/
/* =========================
   Features Section
========================= */
.c2-features{
	background-size: 100%; 
	height: 600px;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.c2-features .feature-text{
    float: left;
    max-width: 55%;
    font-size: 15px;
    line-height: 30px;
}

.c2-features .sys-icon2{
    position: absolute;
    right: 14%;
    bottom: 0;
}

.c2-features .sys-icon2 img{
    height: 480px;
    width: auto;
    display: block;
}

.c2-features .seemore{
    width: 200px;
    margin-top: 20px;
    text-align: center;
    background: #055927;
    border-radius: 10px;
    transition: all .3s ease;
}

.c2-features .seemore:hover{
    background: #077635;
}

.c2-features .seemore a{
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
}

/* =========================
   Laptop
========================= */

@media (max-width: 1200px){

    .c2-features .feature-text{
        max-width: 60%;
    }

    .c2-features .sys-icon2{
        right: 5%;
    }

    .c2-features .sys-icon2 img{
        height: 400px;
    }
}

/* =========================
   Tablet
========================= */

@media (max-width: 991px){

    .c2-features{
        padding: 40px 0;
    }

    .c2-features .feature-text{
        max-width: 100%;
        float: none;
        position: relative;
        z-index: 2;
    }

    .c2-features .sys-icon2{
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 30px;
    }

    .c2-features .sys-icon2 img{
        height: 320px;
        margin: 0 auto;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px){

    .c2-features{
        padding: 30px 15px;
    }

    .c2-features .feature-text{
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }

    .c2-features .sys-icon2 img{
        height: 250px;
    }

    .c2-features .seemore{
        width: 100%;
        max-width: 250px;
        margin: 20px auto 0;
    }
}

/* =========================
   Mobile nhỏ
========================= */

@media (max-width: 480px){

    .c2-features{
        padding: 25px 10px;
    }

    .c2-features .feature-text{
        font-size: 13px;
        line-height: 24px;
    }

    .c2-features .sys-icon2 img{
        height: 180px;
    }

    .c2-features .seemore{
        width: 100%;
    }

    .c2-features .seemore a{
        padding: 10px 15px;
        font-size: 14px;
    }
}
.c2-features .seemore{
    background:#055927;
    width:200px;
    text-align:center;
    border-radius:10px;
    margin-top:20px;
}
/*sys-img*/
.sys-img img{height: 100%; width: 100%; object-fit:cover}

/*C4*/
.c4-features{
	margin-top: 30px
}
.c4-features .cs4-title{
	text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 33px;
}
.c4-features{
    position:relative;
    padding:40px 0;
    background-size:cover;
    background-position:center;
}

/* Container */
 

/* Khối icon */
.c4-features-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:15px 0;
    margin:0;
    list-style:none;
}

.c4-features-list li{
    width:16.666%;
    padding:15px 20px;
    text-align:center;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}

.c4-features-list li:after{
    content:"";
    position:absolute;
    right:0;
    top:20%;
    height:60%;
    width:1px;
    background:#ddd;
}

.c4-features-list li:last-child:after{
    display:none;
}
.c4-bottom-content img{
	width: 100% !important;
	height: auto !important
	}
/* Icon */
.cs4-img-features{
    margin-bottom:15px;
}

.cs4-img-features img{
    max-width:60px;
    height:auto;
    display:block;
    margin:auto;
}

/* Tiêu đề */
.name-sys{
    font-size:18px;
    font-weight:700;
    line-height:1.4;
}

.name-sys a{
    color:#0b5b2d;
    text-decoration:none;
}

.name-sys a:hover{
    color:#ffb300;
}

/* Mô tả */
.c4-sys-note{
    margin-top:8px;
    font-size:15px;
    line-height:1.5;
    color:#555;
}

/* Nội dung phía dưới */
.c4-bottom-content{
    margin-top:30px;
}

/* Tablet */
@media(max-width:991px){

    .c4-features-list li{
        width:33.333%;
        border-bottom:1px solid #eee;
    }

    .c4-features-list li:nth-child(3n):after{
        display:none;
    }

    .name-sys{
        font-size:18px;
    }
}

/* Mobile */
@media(max-width:767px){
	
    .c4-features-list{
        padding:10px 0;
        display: block;
    }

    .c4-features-list li{
        width:100%;
        padding:15px 10px;
    }

    .c4-features-list li:nth-child(even):after{
        display:none;
    }

    .cs4-img-features img{
        max-width:45px;
    }

    .name-sys{
        font-size:16px;
    }

    .c4-sys-note{
        font-size:13px;
    }
}

/* Mobile nhỏ */
@media(max-width:480px){

    .c4-features-list li{
        width:100%;
    }

    .c4-features-list li:after{
        display:none;
    }
}

/* Tablet */
@media (max-width:991px){
    .c4-features .cs4-title{
        font-size:28px;
        margin-bottom:25px;
    }
}

/* Mobile */
@media (max-width:767px){
    .c4-features .cs4-title{
        font-size:22px;
        margin-bottom:20px;
        padding:0 15px;
    }
}

/* Mobile nhỏ */
@media (max-width:480px){
    .c4-features .cs4-title{
        font-size:18px;
        line-height:1.4;
    }
}
.c4-features .cs4-title{
    text-shadow:0 2px 4px rgba(0,0,0,.25);
}
/*C5*/
.c5-features{
    padding:50px 0;
    background:#f8f8f8;
}
 
.c5-box-title{
    text-align:center;
    margin-bottom:35px;
}

.c5-box-title a{
    color:#0b5b2d;
    font-size:36px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
}

.c5-list{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.c5-box{
    width:calc(25% - 15px);
    background:#fff;
    border:1px solid #d9e1de;
    border-radius:12px;
    padding:25px 20px;
    text-align:center;
    transition:.3s;
}

.c5-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.c5-icon{
    margin-bottom:15px;
}

.c5-icon img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.c5-sys-name{
    font-size:18px;
    font-weight:700;
    line-height:1.4;
}

.c5-sys-name a{
    color:#0b5b2d;
    text-decoration:none;
}

.c5-sys-name a:hover{
    color:#f5b400;
}

.c5-sys-text{
    margin-top:10px;
    font-size:15px;
    line-height:1.6;
    color:#666;
}
@media(max-width:991px){

    .c5-box{
        width:calc(50% - 10px);
    }

    .c5-box-title a{
        font-size:28px;
    }

    .c5-sys-name{
        font-size:18px;
    }
}
@media(max-width:767px){

    .c5-features{
        padding:30px 0;
    }

    .c5-list{
        gap:15px;
    }

    .c5-box{
        width:100%;
        padding:20px 15px;
    }

    .c5-box-title{
        margin-bottom:25px;
    }

    .c5-box-title a{
        font-size:22px;
    }

    .c5-icon img{
        width:50px;
        height:50px;
    }

    .c5-sys-name{
        font-size:17px;
    }

    .c5-sys-text{
        font-size:14px;
    }
}
  /*C6*/
  .c6-feature{
    padding:60px 0;
    background:#f5f5f5;
}
 
/* tiêu đề */
.c6-sys-title{
    text-align:center;
    margin-bottom:35px;
}

.c6-sys-title a{
    font-size:34px;
    font-weight:700;
    color:#004d21;
    text-decoration:none;
    text-transform:uppercase;
}

/* grid */
.c6-box-content{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

/* card */
.c6-item{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    display:flex;
    flex-direction:column;
}

.c6-item:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

/* ảnh */
.c6-item .img{
    overflow:hidden;
}

.c6-item .img img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.c6-item:hover .img img{
    transform:scale(1.08);
}

/* nội dung */
.c6-content{
    padding:20px;
    flex:1;
    display:flex;
    flex-direction:column;
}

.c6-sys-name{
    margin-bottom:10px;
}

.c6-sys-name a{
    font-size:16px;
    font-weight:700;
    color:#222;
    text-decoration:none;
    line-height:1.35;
    display:block;
    text-align: justify;
}

.c6-sys-name a:hover{
    color:#ff2a2a;
}

.c6-sys-info{
    color:#666;
    font-size:15px;
    line-height:1.6;
    margin-bottom:20px;
}

/* nút */
.details{
    margin-top:auto;
}

.details a{
    color:#ff1f1f;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}

.details a:hover{
    color:#004d21;
}
/* Laptop */
@media(max-width:1200px){

    .c6-box-content{
        grid-template-columns:repeat(3,1fr);
    }

    .c6-sys-name a{
        font-size:24px;
    }
}

/* Tablet */
@media(max-width:991px){

    .c6-box-content{
        grid-template-columns:repeat(2,1fr);
    }

    .c6-item .img img{
        height:220px;
    }

    .c6-sys-title a{
        font-size:28px;
    }
}

/* Mobile */
@media(max-width:767px){

    .c6-box-content{
        grid-template-columns:1fr;
        gap:15px;
    }

    .c6-item .img img{
        height:240px;
    }

    .c6-sys-title a{
        font-size:22px;
    }

    .c6-sys-name a{
        font-size:18px;
    }

    .c6-content{
        padding:15px;
    }
}
 
.system-style.footer{
	background-color: #135820;
}
.system_menu_ext_in{
	display: none;
	}
.system-style.bottom_nav li li a, .system-style.bottom_nav li .mn-intext {
    font-size: 14px;
    color: #e1e1e1;
}
.system-style.bottom_nav li a {
    font-weight: bold;
    font-size:16px;
    color: #fff;
}
.system-style.bottom_nav li{
	border-right:none;
	margin: 0 65px 0 10px;
}
/*Đường dẫn*/
/* Banner tiêu đề */
.banner-news{
    position:relative;
    min-height:150px;
    display:flex;
    align-items:flex-end;
    background:#f5f7f4;
    overflow:hidden;
}

.banner-news:before{
    content:"";
    position:absolute;
    inset:0;
    background:url('images/bg-news.jpg') center center no-repeat;
    background-size:cover;
    opacity:.95;
}

.banner-news .c_in{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:25px 20px;
}

.banner-news h1{
    margin:0 0 15px;
    color:#005a26;
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase;
}

/* Breadcrumb */
.breadcrumb-news{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    background-image: url(https://6.img.izshop.vn/gt20/images/duongdan1.png);
    height: 333px;
    padding: 50px;    
    background-size: 100%;
    background-repeat:no-repeat
}

.breadcrumb-news li{
    position:relative;
    font-size:28px;
    color:#333;
}

.breadcrumb-news li a{
    color:#222;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-news li a:hover{
    color:#005a26;
}

.breadcrumb-news li:not(:last-child):after{
    content:"/";
    margin-left:8px;
    color:#666;
}
@media (max-width: 991px){

    .breadcrumb-news{
        min-height:250px;
        padding:0 30px;
        height:auto;
    }

    .breadcrumb-news li{
        font-size:22px;
    }

}
@media (max-width: 767px){

    .breadcrumb-news{
        min-height:auto;
        padding:20px;
        justify-content:center;
        text-align:center;
        height: auto
    }
 
    .breadcrumb-news li{
        font-size:18px;
    }

    .breadcrumb-news li:not(:last-child)::after{
        margin:0 8px;
    }

}
/* Trang hiện tại */
.breadcrumb-news li:last-child a,
.breadcrumb-news li:last-child{
    color:#222;
    font-weight:500;
}
@media(max-width:1200px){

    .banner-news h1{
        font-size:42px;
    }

    .breadcrumb-news li{
        font-size:24px;
    }
}

@media(max-width:768px){

    .banner-news{
        min-height:120px;
    }

    .banner-news .c_in{
        padding:20px 15px;
    }

    .banner-news h1{
        font-size:32px;
        margin-bottom:10px;
    }

    .breadcrumb-news li{
        font-size:18px;
    }
}

@media(max-width:480px){

    .banner-news{
        min-height:100px;
    }

    .banner-news h1{
        font-size:24px;
    }

    .breadcrumb-news{
        gap:5px;
        min-height:auto;
    }

    .breadcrumb-news li{
        font-size:15px;
    }
}
/*Inside news*/
.feature-in{
    padding:30px 0;
}

.feature-in ul.ajax_result{
    margin:0;
    padding:0;
    list-style:none;
}

.feature-in ul.ajax_result li{
    display:flex;
    gap:30px;
    align-items:center;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:20px;
    padding:20px;
    margin-bottom:18px;
    transition:.3s;
}

.feature-in ul.ajax_result li:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

.feature-in .img{
    width:320px;
    flex-shrink:0;
    overflow:hidden;
    border-radius:16px;
}

.feature-in .img img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.feature-in li:hover .img img{
    transform:scale(1.05);
}

.feature-in .sys-info-box{
    flex:1;
}

.feature-in .sys-name-in{
    font-size:18px;
    line-height:1.5;
    font-weight:700;
    color:#0a4f22;
    margin-bottom:20px;
}

.feature-in .sys-name-in a{
    color:#0a4f22;
    text-decoration:none;
}

.feature-in .sys-name-in a:hover{
    color:#ff6b00;
}

.feature-in .sys-info-in{
    font-size:15px;
    line-height:1.8;
    color:#666;
}

/* Ngày tháng */
.feature-in .time{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:18px;
    font-size:13px;
    font-weight:400;
    color:#444;
}

.feature-in .time:before{
    content:"\f073";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#0a4f22;
}
@media(max-width:991px){

    .feature-in ul.ajax_result li{
        gap:20px;
    }

    .feature-in .img{
        width:260px;
    }

    .feature-in .img img{
        height:160px;
    }

    .feature-in .sys-name-in{
        font-size:20px;
    }

}
@media(max-width:767px){

    .feature-in ul.ajax_result li{
        flex-direction:column;
        align-items:flex-start;
        padding:15px;
        gap:15px;
    }

    .feature-in .img{
        width:100%;
    }

    .feature-in .img img{
        height:220px;
    }

    .feature-in .sys-info-box{
        width:100%;
    }

    .feature-in .sys-name-in{
        font-size:18px;
        margin-bottom:12px;
    }

    .feature-in .time{
        margin-top:10px;
        font-size:14px;
    }

    .feature-in .sys-info-in{
        font-size:14px;
        line-height:1.7;
    }

}
/*News Details*/
.img-thum img{width: 100%}
.system_forms.s_form_news .s_detail {
    font-size: 14px;
    line-height:25px;
    margin-bottom: 10px;
    text-align: justify;
}
.s_detail p, .s_detail span, .s_detail div{
	margin-bottom: 15px
}
.system_forms.s_text_content {
    font-size: 13px;
    line-height:25px;
    margin-bottom: 25px;
    text-align: justify;
}
/*Chi tiết đào tạo*/
.sList{
    width:100%;
}

.sList .ajax_result{
    list-style:none;
    padding:0;
    margin:0;
}

.sList .ajax_result > li{
    display:flex;
    align-items:center;
    gap:30px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:25px;
    padding:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    transition:all .3s ease;
}

.sList .ajax_result > li:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

/* ===== Ảnh ===== */
.edu-img-hover{
    width:320px;
    min-width:320px;
    overflow:hidden;
    border-radius:12px;
}

.edu-img-hover a{
    display:block;
}

.edu-img-hover img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.ajax_result li:hover .edu-img-hover img{
    transform:scale(1.08);
}

/* ===== Nội dung ===== */
.info-content{
    flex:1;
    display:flex;
    flex-direction:column;
}

.nname{
    font-size:18px;
    font-weight:700;
    color:#0b6b2f;
    margin-bottom:12px;
    line-height:1.3;
}

.info-content .info{
    color:#444;
    font-size:14px;
    line-height:1.7;
    margin-bottom:15px;
}

/* ===== Thông tin ===== */
.sys_ngayts{
    display:flex;
    align-items:flex-start;
    margin-bottom:10px;
    font-size:13px;
    color:#333;
}

.sys_ngayts:before{
    content:"✓";
    color:#0b6b2f;
    font-weight:700;
    margin-right:10px;
    font-size:13px;
    padding: 7px 0;
}

.label_ts{
    font-weight:600;
    margin-right:5px;
}

.label_ts_date{
    color:#555;
}
.sys_ngayts .label_ts_date{
	font-size: 13px;
	padding: 0px 10px;
	background:transparent;
	border:none
}
.sys_ngayts .label_ts{
	font-size: 13px
}
/* ===== Nút ===== */
.label_ts_more{
    margin-top:15px;
}

.label_ts_more a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#0b6b2f;
    color:#fff;
    padding:12px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.label_ts_more a:hover{
    background:#095425;
}

.label_ts_more a:after{
    content:"→";
    margin-left:10px;
}

/* ===== Responsive ===== */

/* Tablet */
@media(max-width:991px){

    .sList .ajax_result > li{
        gap:20px;
    }

    .edu-img-hover{
        width:280px;
        min-width:280px;
    }

    .edu-img-hover img{
        height:190px;
    }

    .nname{
        font-size:28px;
    }
}

/* Mobile */
@media(max-width:767px){

    .sList .ajax_result > li{
        flex-direction:column;
        padding:12px;
        gap:15px;
    }

    .edu-img-hover{
        width:100%;
        min-width:100%;
    }

    .edu-img-hover img{
        height:auto;
        aspect-ratio:16/10;
    }

    .info-content{
        width:100%;
    }

    .nname{
        font-size:24px;
        margin-bottom:10px;
    }

    .info-content .info{
        font-size:15px;
    }

    .sys_ngayts{
        font-size:14px;
    }

    .label_ts_more a{
        width:100%;
        padding:14px;
    }
}

/* Mobile nhỏ */
@media(max-width:480px){

    .nname{
        font-size:21px;
    }

    .info-content .info{
        font-size:14px;
        line-height:1.6;
    }

    .label_ts_more a{
        font-size:14px;
    }
}
.info-content{
    position:relative;
}

.label_ts_more{
    position:absolute;
    right:0;
    bottom:10px;
}

@media(max-width:767px){
    .label_ts_more{
        position:static;
        margin-top:15px;
    }
}
/*Box edu*/
.img-features{
    width:70px;
    height:70px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#f8f8f8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sys-edu ul li:hover .img-features{
    box-shadow:0 5px 15px rgba(0,0,0,.12);
}
.sys-edu{
    width:100%;
    margin:30px 0;
}

.sys-edu ul{
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    justify-content:space-between;
    padding:20px 10px;
    margin:0;
    list-style:none;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.sys-edu ul li{
    width:20%;
    text-align:center;
    position:relative;
    padding:10px 15px;
    box-sizing:border-box;
}

.sys-edu ul li:not(:last-child):after{
    content:"";
    position:absolute;
    top:15px;
    right:0;
    width:1px;
    height:70px;
    background:#e8e8e8;
}

.img-features{
    margin-bottom:12px;
}

.img-features img{
    width:55px;
    height:55px;
    object-fit:contain;
    transition:.3s;
}

.sys-edu ul li:hover .img-features img{
    transform:translateY(-5px);
}

.edu-name-sys{
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}

.edu-name-sys a{
    color:#222;
    text-decoration:none;
    transition:.3s;
}

.edu-name-sys a:hover{
    color:#006633;
}

.edu-sys-note{
    margin-top:8px;
    font-size:14px;
    line-height:1.5;
    color:#666;
}

/* Tablet */
@media(max-width:991px){

    .sys-edu ul li{
        width:33.333%;
        margin-bottom:20px;
    }

    .sys-edu ul li:nth-child(3n):after{
        display:none;
    }

}

/* Mobile */
@media(max-width:767px){

    .sys-edu ul{
        padding:15px 10px;
    }

    .sys-edu ul li{
        width:50%;
        padding:15px 10px;
    }

    .sys-edu ul li:after{
        display:none;
    }

    .img-features img{
        width:50px;
        height:50px;
    }

    .edu-name-sys{
        font-size:16px;
    }

    .edu-sys-note{
        font-size:13px;
    }

}

/* Mobile nhỏ */
@media(max-width:480px){

    .sys-edu ul li{
        width:100%;
        border-bottom:1px solid #eee;
    }

    .sys-edu ul li:last-child{
        border-bottom:none;
    }

}
.systemPaging .btnPaging {
    background-color: #135820;
    }
/*- code menu drop down -*/
.header-hot-link li ul ul{
		display: none
	}
	.header-hot-link li li{
		position: relative;
		 
	}
	.header-hot-link li li li ul{
	 
		background: #294981
	}
	.header-hot-link li ul ul{
		position: absolute;
	}
	.header-hot-link > li:hover > ul,
	.header-hot-link > li li:hover > ul
	{
		display: block
	}
.header-top li li a{ line-height: 30px;}
ul.sys_menu_top {
    right: 0;
}
/*- end top menu -*/