	@import url("");

:root {
    --chu1: #000000;
    --chu2: #000000b3;
    --chu3: #000000cc;
    --cam: #eb5325;
    --green: #2e9920
    
  
}

body {
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {color: var(--cam);}

ul,li {
    list-style-type: none;
}

img {
    max-width: 100%;
    border-radius: 4px;
}

h1,h2,h3,h4,h5,h6 {font-weight: 600;}

h1 {
    font-size: 50px;
}

h2 {font-size: 40px;}

h3 {font-size: 22px;}

h4 {}
h5 {}
h6 {}

.container {
    max-width: 1194px;
}


/*******CODE CSS HERE ********/
 

/* HEADER */

.header_top {
    padding: 15px 0;
}

.header_top a {
    color: var(--chu1);
}

.header_top a:hover {
    color: var(--cam);
}

.header_top .logo img {
    height: 100px;
}

.header_top .info_top {
    display: flex;
    align-items: center;
}

.header_top .info_top i {
    font-size: 20px;
    padding-right: 15px;
    color: var(--cam);
}

.header_top .info_top p {
    font-size: 15px;
}

.header_top .info_top p span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.header_top .nut_dk {
    text-align: right;
}

.header_top .nut_dk a {
    background: var(--cam);
    color: #ffffff;
    font-weight: 600;
    padding: 9px 20px;
    display: inline-block;
}


.header_bottom .container {
    max-width: 1170px;
    background: var(--green);
    padding-top: 14px;
    padding-bottom: 14px;
}

.header_bottom .menu ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.header_bottom .menu ul li a:hover {
    color: var(--cam);
}



.header_bottom .search input {
    padding: 9px 40px 9px 5px;
    border-radius: 4px !important;
    background: none;
    border: 1px solid #ffffff61;
    color: #ffffffb3;
}

#livesearch {border: none !important;}

.header .search input::placeholder {
    color: #ffffffb3;
}

.header .search input:focus {
    box-shadow: none;
    border: 1px solid #8b8b8b3d;
    border-radius: 4px;
    background: none;
}

.header .search span.input-group-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 12px;
}

.header .search span.input-group-btn button.btn-primary {
    background: none;
    border: none;
    color: #ffffffb3 ;
    font-size: 1.2rem;
    padding: 0;
}

.header .search span.input-group-btn button.btn-primary:hover {
    color:var(--cam);
}


/* FOOTER */

.footer {
    padding: 90px 0;
    font-size: 14px;
}

.footer  ul {
    padding: 0;
    margin: 0;
}

.footer p {margin: 0;}


.footer h3 {
    margin-bottom: 40px;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: var(--cam);
}

.footer .info_ft > div {
    margin-bottom: 20px;
}

.footer .info_ft p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer .info_ft i {
    padding-right: 15px;
}

.recent_blog >.col {
    margin-bottom: 15px;
}

.co_so_ft li {
    display: inline-block;
    margin-bottom: 10px;
}


.footer .recent_blog .bp_news_sub {
    display: none;
}

.footer .recent_blog  h2 {
    margin: 0;
}
.footer .recent_blog  h2.news_title a {
    font-size: 16px;
    color: #ffffff;
}

.footer .recent_blog .cls_img_hot_news {
    width: 22%;
}

.footer .recent_blog .cls_content_hot_news {
    padding: 0;
    padding-left: 15px;
    width: 78%;
}

.footer .menu_ft .bp_menu_hor_logo {
    display: none;
}

.footer .menu_ft .navbar-collapse > ul {
    flex-direction: column;
}

.footer .menu_ft ul ul,
.footer .menu_ft .bp_toggle_arrow {
    display: none;
}

.footer .menu_ft ul li {
    padding: 0 ;
    margin-bottom: 10px;
}



.copy-right {
    padding: 80px 10px 0;
}

.copy-right a {color: var(--cam);}



/**************** TRANG CHỦ *******************/

.slide .swiper-button-prev,
.slide .swiper-button-next {
    color: white;
}

.chat_luong h3 {
    color: #ffffff;
    margin-bottom: 8px;
}

.chat_luong p {
    color: #ffffffcc;
    margin: 0;
}

.chat_luong .cl_item {
    text-align: center;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.chat_luong .cl_item .nd_cl {
    background: var(--cam);
    padding: 50px 20px;
    height: 100%;
    transition: all 0.3s;
}

.chat_luong .cl_item:hover > .nd_cl {
    transform: scale(1.1);
}

.chat_luong .cl_item:nth-child(Even) .nd_cl {
    background: var(--green);
}

.chat_luong .cl_item i {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 16px;
    display: inline-block;
}



/* Khóa học */

.blog.khoa_hoc {
    padding: 20px 10px 50px;
}

.blog {
    padding: 100px 24px;
}

.bp_news_info {
    display: none;
}

.blog  > h2 {
    margin-bottom: 23px;
}

.blog  > .row {
    margin-top: 40px;
}


.bp_block_item > .row {
    padding: 15px;
}

.blog .cls_content_hot_news {
    padding: 19px 0 0;
}

.cls_img_hot_news {
    padding: 0;
}

/*.cls_img_hot_news img {*/
/*    border-radius: 0;*/
/*}*/

h2.news_title {
    margin-bottom: 10px;
}

h2.news_title a {
    font-size: 24px;
    color: #000000;
}

h2.news_title a:hover {
    color: var(--cam);
}

.bp_news_sub {
    color: #666666;
    line-height: 1.7;
}

.bp_news_more {
    padding: 4.5px 15px;
    display: block;
    background: var(--cam);
    color: #ffffff;
    border-radius: 40px;
    border: 1px solid #fd5f00;
    margin-top: 1rem;
    width: fit-content;
}

.bp_news_more:hover {
    color: var(--chu1);
}

/* Giới thiệu */

.gioi_thieu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gioi_thieu .container > .row {
    align-items: center;
}

.gioi_thieu .nd_gt {
    text-align: justify;
    line-height: 1.7;
    padding-left: 40px;
}

.gioi_thieu .nd_gt h2 {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left;
}

/* Teacher*/

.teacher {
    background: #fafafa;
}

.teacher .bp_news_more {
    display: none;
}

.teacher .bo_mon {
    color: var(--cam);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.teacher .cls_content_hot_news {
    text-align: center;
}

/* Đăng ký */

.dang_ky {
    background-image: url('/files_upload/bg_map_1.jpg');
    position: relative;
    color: #ffffffe6;
    padding: 100px 10px;
    background-position: center;
}

.dang_ky:before {
    background: linear-gradient(45deg, #fd6100 0%, #0d1128 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
}

.dang_ky .container {
    position: relative;
    z-index: 1;
}

.dang_ky .container > .row {
    width: 50%;
    margin-left: auto;
}

.dang_ky form  {
    margin-top: 40px;
}

.dang_ky form > div {
    margin-bottom: 20px;
}

.dang_ky h2 {
    margin-bottom: 24px;
}

.dang_ky form label {
    display: none;
}

.dang_ky input {
    border: transparent;
    border-bottom: 1px solid #ffffff33;
    background: transparent;
    padding: 16px 0;
    border-radius: 0;
}

.dang_ky input::placeholder {
    color: #ffffffe6;
}

.dang_ky input:focus {
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #ffffff33;
    color: #ffffff;
}

.dang_ky .short-contact-btn {
    margin-bottom: 0;
}

.dang_ky form button {
    padding: 16px 20px;
    background: #fd5f00;
    border: 1px solid #fd5f00;
    color: #fff;
    border-radius: 40px;
    width: 200px;
    border: none;
}

.dang_ky form button:hover {
    background: var(--green);
}

/* TRANG LIÊN HỆ */

.body_lh #contact_button button {
    border: none;
    background: var(--cam);
}

.body_lh #contact_button #contact_reset {
    background: #0d1128;
    color: #ffffff;
}



/* TRANG TIN TỨC */

.body_page {
    padding: 50px 10px;
}

.body_tt .bp_block_item > .row {
     padding: 10px 0; 
}

/********* TRANG CHI TIẾT TIN ***********/

.details_news h2 {
    font-size: 30px;
    margin: 20px 0 15px;
}

.details_news table td {
    padding: 10px;
}


@media only screen and (max-width: 992px) {
    
    
    .header_top .logo {
        padding-bottom: 30px;
    }
    
    /*.header_top .logo img {*/
    /*    height: 18%;*/
    /*}*/
    
    .header_top .call {
        justify-content: center;
    }
    
    .header_bottom {
        padding: 0;
    }
    
    .menu .navbar-nav {
        width: 100%;
        justify-content: space-evenly;
    }
    
    .menu .navbar ul.navbar-nav > li {
        padding: 10px 0;
    }
    
    .footer .recent_blog {
        margin-bottom: 30px;
    }
    
    .gioi_thieu {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .gioi_thieu img {
        width: 100%;
    }
    
    .gioi_thieu .nd_gt {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    
    .blog {
        padding: 50px 24px;
    }
    
   
}

@media only screen and (max-width: 767px) {
    
    .row>* {
        padding: 0 10px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    .header_top {
        padding: 10px 0;
    }
    
    .header_top .logo {
        padding-bottom: 0;
    }
    
    .header_top .logo img {
        height: 80px;
    }
    
    .header_bottom {
        position: relative;
    }
    
    
    .header_bottom .menu .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        z-index: 3;
        background: #0d1128;
        padding: 10px;
    }
    
    .menu .navbar-toggler {
        position: relative;
    }
    
    .menu .navbar-toggler span {
        background: none;
        
    }
    
    .header_bottom .menu span.navbar-toggler-icon:before {
        content: "\F479";
        font-family: bootstrap-icons;
        color: #ffffff;
        font-size: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .footer {
        padding: 60px 0;
    }
    
    .footer > .container-fluid {
        padding: 0;
    }
    
    .footer .recent_blog {
        margin: 20px 0 ;
    }
    
    .map_ft iframe {
        height: 220px;
    }
    
    .footer .copy-right {
        margin-top: 50px;
    }
    
    .gioi_thieu {
        padding: 50px 10px;
    }
    
    .gioi_thieu .nd_gt {
        padding-left: 0;
    }
    
    .blog {
        padding: 50px 10px;
    }
    
    .cls_img_hot_news {
        padding: 0;
    }
    
    .dang_ky {
        background-image: url('/files_upload/map_bg_mobile.jpg');
        padding-top: 300px;
    }
    
    .dang_ky .container > .row {
        width: 100%;
    }
    
    
}
    
    
@media only screen and (max-width: 575px) {
        
    .bp_news_sub {
        line-height: 1.5;
        font-size: 14px;
    }
    
    h2.news_title {
        margin: 5px 0;
    }
    
    h2.news_title a {
        font-size: 16px;
        
    }
}



