.body-bg {
    background-color: transparent;
    background-image: none;
}

body {
    background-color: #fff;
}

.fli-enable-animate .fli-animate {
    transition: all .3s ease-in-out;
}

a, a:link, a:active, a:visited {
    color: #146999;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    min-height: 0;
}

#body {
    border: 0;
    box-shadow: none;
}

.sub-page .page-main {
    padding-top: 10px;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400;
    font-family: "Alatsi";
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 16px;
}

.panel-primary>.panel-heading {
    background-color: #B00233;
    border-color: #B00233;
}

.panel-primary {
    border-color: #B00233;
}

.btn-primary {
    background-color: #B00233;
    border-color: #B00233;
}

.btn-primary:hover {
    background-color: #68001d;
    border-color: #68001d;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #68001d;
    border-color: #68001d;
}

a.btn-success,
a.btn-info,
a.btn-primary,
a.btn-danger {
    color: #fff;
}

#header {
    margin-top: 0;
    padding: 0;
    flex-wrap: wrap;
}

.fli-header {
    border-bottom: 6px solid #f8b13b;
    background-color: #333;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(100%, #2b2b2b));
    background: -webkit-linear-gradient(top, #333 0, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), to(#2b2b2b));
    background: linear-gradient(to bottom, #333 0, #2b2b2b 100%);
}

.nv-list-item li > em {
    line-height: 20px;
}

#header .logo {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0;
    text-align: center;
}

#header .logo img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
}

.fli-menusite {
    flex-grow: 1;
    flex-shrink: 1;
}

.fli-menusite .ssmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fli-menusite .ssmenu li {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
}

.fli-menusite .ssmenu li:last-child {
    padding-right: 0;
}

.fli-menusite .ssmenu li a {
    color: #fff;
}

.fli-menusite .ssmenu li a:hover {
    opacity: .9;
}

.fli-menusite .menu-subs {
    font-size: 12px;
    margin-bottom: 5px;
}

.fli-menusite .menu-subs .ssmenu li a {
    color: #ccc;
}

.fli-search {
    padding-left: 20px;
    padding-top: 22px;
}

.fli-search a {
    color: #fff;
    font-size: 16px;
}

.fli-search-form-inner {
}

.fli-search-form form {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.fli-search-form form label {
    flex: 0 0 100%;
    margin-bottom: 0;
    margin-top: 7px;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    color: #808080;
}

.fli-search-form form [type="text"] {
    flex-grow: 1;
    margin-right: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 25px;
    height: 48px;
    font-weight: 200;
    line-height: 48px;
    flex: 0 0 70%;
    max-width: 70%;
    box-shadow: none;
}

.fli-search-form form [type="text"]:focus {
    box-shadow: none;
}

.fli-search-form form .ipt-btn {
    flex-grow: 1;
}

.fli-search-form form button {
    padding-left: 30px;
    padding-right: 30px;
    color: #808080;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 38px;
    border: 0;
    line-height: 48px;
    display: inline-block;
}

.fli-search-form form button:hover,
.fli-search-form form button:focus,
.fli-search-form form button:active,
.fli-search-form form button:active:focus {
    background-color: transparent;
    outline: 0;
}

#footer {
    border-top-color: #ccc;
    background-color: #ddd;
    border-bottom: 0;
    background-image: none;
    min-height: 0;
}

.footerNav2 {
    background-color: #30393a;
}

.fli-footer-copyright {
    padding-top: 8px;
    border-top: 1px #bbb solid;
    font-size: 13px;
}

.fli-footer-copyright,
.fli-footer-copyright a {
    color: #bbb;
}

.fli-footer-copyright a:hover {
    opacity: 0.9;
    text-decoration: underline;
}

.fli-footer-copyright .ssmenu {
    margin: 0;
    padding: 0;
}

.fli-footer-copyright .ssmenu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
}

.fli-footer-copyright .ssmenu li:last-child {
    margin-right: 0;
}

.fli-footer-contact {
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.fli-footer-logo-wrap {
    padding-right: 20px;
}

.fli-footer-logo {
    min-width: 50px;
    display: flex;
}

.fli-footer-logo .nv-block-banners {
    margin-bottom: 0;
}

.fli-footer-logo img {
    height: auto;
    width: auto;
    max-height: 60px;
}

.fli-footer-contactinfo {
    flex-shrink: 1;
    flex-grow: 1;
}

.fli-footer-contactinfo a {
    color: #fff;
}

.fli-footer-contactinfo .company_name {
    font-size: 16px;
    font-weight: bold;
}

.fli-footer-contactinfo .company_info li em {
    font-size: 14px;
}

#footer, #footer a {
    color: #444;
}

/* Block Footer */
.fli-block-ftitle {
    margin-bottom: 20px;
}

.fli-block-ftitle .b-title {
    font-family: "Alatsi";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 6px;
}

.fli-block-ftitle .b-body {

}

.fli-block-ftitle .b-body a,
.fli-block-ftitle .b-title a {
    color: #444;
}

.fli-block-ftitle .b-body a:hover,
.fli-block-ftitle .b-title a:hover {
    text-decoration: underline;
}

.fli-block-ftitle .b-body .ssmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.fli-block-ftitle .b-body .ssmenu > li > ul {
    display: none;
}

/* Block tin tức trang chủ */
.fli-home-newscenter {
    display: flex;
    margin-bottom: 10px;
}

.fli-home-newscenter > .c-left {
    flex: 0 0 67%;
    max-width: 67%;
}

.fli-home-newscenter > .c-right {
    flex: 0 0 33%;
    max-width: 33%;
}

.fli-home-newscenter > .c-left > .c-left-inner {
    position: relative;
}

.fli-home-newscenter > .c-left > .c-left-inner .img {
    width: 100%;
    height: 0;
    padding-bottom: 56.27%;
    display: block;
    background-size: cover;
    background-position: center center;
}

.fli-home-newscenter > .c-left > .c-left-inner:hover .img {
    opacity: 0.9;
}

.fli-home-newscenter > .c-left > .c-left-inner .img img {
    display: none;
}

.fli-home-newscenter > .c-left > .c-left-inner h3 {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    background-color: rgba(248, 177, 59, 0.8);
    padding: 15px 10px;
    font-size: 26px;
}

.fli-home-newscenter > .c-left > .c-left-inner h3 a {
    color: #fff;
}

.fli-home-newscenter > .c-right > .c-right-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fli-home-newscenter > .c-right > .c-right-inner > div {
    flex: 0 0 50%;
    max-height: 50%;
    position: relative;
}

.fli-home-newscenter > .c-right > .c-right-inner .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.fli-home-newscenter > .c-right > .c-right-inner .img img {
    display: none;
}

.fli-home-newscenter > .c-right > .c-right-inner h4 {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 0;
    background-color: rgba(248, 177, 59, 0.8);
    padding: 15px 10px;
    font-size: 16px;
    font-family: "Alatsi";
    font-weight: 400;
}

.fli-home-newscenter > .c-right > .c-right-inner > div:hover .img {
    opacity: 0.9;
}

.fli-home-newscenter > .c-right > .c-right-inner h4 a {
    color: #fff;
}

/* Block Quick Links */
.fli-block-quicklinks {
    margin-bottom: 15px;
    background-color: #eee;
}

.fli-block-quicklinks .b-title {
    padding: 10px 8px 10px 15px;
    font-family: "Alatsi";
    font-size: 18px;
    color: #B00233;
}

.fli-block-quicklinks .b-body .ssmenu {
    margin: 0;
    padding: 0;
}

.fli-block-quicklinks .b-body .ssmenu li {
    margin: 0;
    border-top: 1px #ddd solid;
    padding: 4px 0;
}

.fli-block-quicklinks .b-body .ssmenu li a {
    display: block;
    padding: 6px 8px 6px 15px;
    font-size: 15px;
    font-family: "Alatsi";
    color: #3e769a;
}

.fli-block-quicklinks .b-body .ssmenu li:hover {
    background-color: #3e769a;
    color: #fff;
}

.fli-block-quicklinks .b-body .ssmenu li:hover a {
    color: #fff;
}

/* BLOCK NEWS Trang chủ */
.fli-home-block-news {

}

.fli-home-block-news .item {
    margin-bottom: 10px;
}

.fli-home-block-news .item .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 55.96%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
}

.fli-home-block-news .item .img img {
    display: none;
}

.fli-home-block-news .item h3 {
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    max-height: 48px;
}

.fli-home-block-news .item h3 a {
    color: #444;
}

.fli-home-block-news .item-1,
.fli-home-block-news .item-2,
.fli-home-block-news .item-3,
.fli-home-block-news .item-4 {
    padding-left: 10px;
}

@media (max-width: 767.98px) {
    .fli-home-block-news .item-1,
    .fli-home-block-news .item-2,
    .fli-home-block-news .item-3,
    .fli-home-block-news .item-4 {
        padding-left: 0px;
    }
}

/* Block Home Video */
.fli-home-videos {
    background-color: #eee;
    padding: 30px 0;
}

.fli-home-videos-inner {
    background-color: #ffffff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
}

.fli-home-videos-inner .v-info {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 30px;
    min-height: 150px;
}

.fli-home-videos-inner .v-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.fli-home-videos-inner .v-info h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Alatsi";
    font-weight: 400;
}

.fli-home-videos-inner .v-info h3 a {
    color: #B00233;
}

.fli-home-videos-inner .v-info .v-text {
    margin-bottom: 15px;
}

.fli-home-videos-inner .v-info .btn-default {
    background-color: rgba(0,0,0,0.1);
    color: #333 !important;
    border: 0;
    padding: 12px 25px;
    line-height: 1;
    font-weight: bold;
}

.fli-home-videos-inner .v-image .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.fli-home-videos-inner .v-image .img img {
    display: none;
}

/* Block Engage with us */
.fli-engage-with-us {
    padding-bottom: 15px;
}

.fli-engage-with-us-title {
    font-size: 35px;
    line-height: 1.2;
    font-family: "Alatsi";
    margin-top: 30px;
    margin-bottom: 25px;
    color: #B00233;
    font-weight: 400;
}

.fli-engage-with-us .item {
    padding: 0 15px 15px 15px;
}

.fli-engage-with-us .item .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.12%;
    background-size: cover;
    background-position: center center;
}

.fli-engage-with-us .item .img img {
    display: none;
}

.fli-engage-with-us .item h3 {
    margin: 10px 0;
    line-height: 1.3;
    font-size: 21px;
    font-family: "Alatsi";
    font-weight: 400;
}

.fli-engage-with-us .item h3 a {

}

.fli-engage-with-us .item .h-text {

}

/* Block fli-learning-and-teaching */
.fli-learning-and-teaching {
    padding: 30px 0;
    background-color: #eee;
}

.fli-learning-and-teaching-inner {
    background-color: #ffffff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
}

.fli-learning-and-teaching-inner .b-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.fli-learning-and-teaching-inner .b-info {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 30px;
    min-height: 150px;
}

.fli-learning-and-teaching-inner .b-image .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.fli-learning-and-teaching-inner .b-image .img img {
    display: none;
}

.fli-learning-and-teaching-inner .b-info h3 {
    font-size: 26px;
    line-height: 1.2;
    font-family: "Alatsi";
    font-weight: 400;
}

.fli-learning-and-teaching-inner .b-info h3 a {
    color: #B00233;
}

.fli-learning-and-teaching-inner .b-info .v-text {
    margin: 30px 0 15px 0;
}

.fli-learning-and-teaching-inner .b-info .btn {
    background-color: rgba(0,0,0,0.1);
    color: #333 !important;
    border: 0;
    padding: 12px 25px;
    line-height: 1;
    font-weight: bold;
}

/* Block menu left with title */
.fli-block-menuleft-title {
    margin-bottom: 15px;
    margin-top: 10px;
}

.fli-block-menuleft-title .b-title {
    background-color: #ff0048;
    padding: 10px;
    font-family: "Alatsi";
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px #B00233 solid;
    display: none;
}

.fli-block-menuleft-title .b-body {
    background-color: #f7f7f7;
    background-color: #f7f7f7;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.fli-block-menuleft-title,
.fli-block-menuleft-title a {
    color: #fff;
}

.fli-block-menuleft-title a:hover,
.fli-block-menuleft-title a.active,
.fli-block-menuleft-title .active a,
.fli-block-menuleft-title a.current,
.fli-block-menuleft-title .current a {
    color: #FFE5C8;
}

.fli-block-menuleft-title .b-body .ssmenu {
    padding: 0;
    margin: 0;
}

.fli-block-menuleft-title .b-body .ssmenu li {
    margin: 0;
}

.fli-block-menuleft-title .b-body .ssmenu li a {
    display: block;
    padding: 7px 10px;
    color: #3e769a;
    background: #f7f7f7;
    border-top: 1px solid #d9d9d9;
}

.fli-block-menuleft-title .b-body .ssmenu li a:hover {
    color: #fff;
    background-color: #3e769a;
}

.fli-block-menuleft-title .b-body .ssmenu li ul {
    padding: 0;
    margin: 0;
}

.fli-block-menuleft-title .b-body .ssmenu li ul a {
    padding-left: 25px;
}

/* Left Menu của tất cả các trang */
.fli-left-menu {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: #f7f7f7;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.fli-left-menu,
.fli-left-menu a {
    color: #fff;
}

.fli-left-menu a:hover,
.fli-left-menu a.active,
.fli-left-menu .active > a,
.fli-left-menu a.current,
.fli-left-menu .current > a {
    color: #fff;
    background-color: #3e769a;
}

.fli-left-menu > li a {
    display: block;
    padding: 7px 10px;
    color: #3e769a;
    background: #f7f7f7;
    border-top: 1px solid #d9d9d9;
}

.fli-left-menu > li > ul {
    padding: 0;
    margin: 0;
}

.fli-left-menu > li > ul > li a {
    display: block;
    padding-left: 25px;
}

.fli-left-menu > li > ul > li:first-child a {
    padding-top: 10px;
}

.fli-left-menu > li > ul > li:last-child a {
    padding-bottom: 10px;
}

.main_style_grid {
    margin-bottom: 30px;
}

.fli-language {
    padding-left: 10px;
    padding-top: 20px;
}

.fli-language,
.fli-language a {
    color: #fff;
}

.main-menu-toggle {
    display: none;
}

.fli-menusite-mobile-search {
    display: none;
}

.footer-display-mobile {
    display: none;
}

/* Tìm kiếm trên trang chủ */
.fli-searchmain {
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 10px;
    background-color: #eee;
}

.fli-searchmain form {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.fli-searchmain form [type="text"],
.fli-searchmain form select {
    border-color: rgba(0,0,0,0.1);
    color: #333;
    border-width: 2px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 36px;
}

.fli-searchmain form [type="text"]:focus,
.fli-searchmain form select:focus {
    border-color: #B00233;
}

.fli-searchmain form button {
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .fli-searchmain {
        display: none;
    }
}

/* Header V2 */
.fli-header-bar {
    background: #333;
    border-bottom: 1px solid #0e0e0e;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

.fli-header-bar,
.fli-header-bar a,
.fli-header-mobilecontent .r-bar a {
    color: #d9d9d9;
}

.fli-header-mobilecontent-inner .full-bar .l-bar {
    display: none;
}

.fli-header-mobilecontent .r-bar {
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}

.fli-header-bar-search {
    background-color: #000;
}

.fli-header-bar .l-bar {
    min-height: 40px;
}

.fli-header-bar .l-bar .ssmenu {
    margin: 0;
    padding: 0;
    padding-right: 50px;
}

.fli-header-bar .l-bar .ssmenu li {
    display: block;
    margin-right: 0;
}

.fli-header-bar .l-bar .ssmenu li a {
    line-height: 1;
    display: block;
    padding: 14px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fli-header-mobilecontent .r-bar {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
}

.fli-header-mobilecontent .r-bar .rmenu .ssmenu {
    padding: 0;
    margin: 0;
}

.fli-header-mobilecontent .r-bar .rmenu .ssmenu li {
    display: inline-block;
}

.fli-header-mobilecontent .r-bar .rmenu .ssmenu li a {
    line-height: 1;
    display: block;
    padding: 14px 10px;
}

.fli-header-mobilecontent .r-bar .rmenu .ssmenu li a:hover,
.fli-header-mobilecontent .r-bar .rsearch a:hover {
    background: #000;
}

.fli-header-mobilecontent .r-bar .rsearch a {
    display: block;
    padding: 11px 14px 12px 14px;
}

.fli-header-mobilecontent .r-bar .rlang a {
    display: inline-block;
    border: 2px solid #f8a429;
    font-size: 11px;
    line-height: 11px;
    padding: 4px;
    color: #fff;
    margin: 7px 5px 0 5px;
}

.fli-header-mobilecontent .r-bar .rlang a:hover {
    background: #fff;
    color: #800000;
}

.fli-header-content {
    background: #800000;
    border-top: 1px solid #9a0000;
    border-bottom: 1px solid #670000;
}

.fli-header-menu {
    background: #800000;
    border-top: 1px solid #9a0000;
    /*border-bottom: 1px solid #670000;*/
    white-space: nowrap;
}

.fli-nav-menu {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
}

.fli-nav-menu > li {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

.fli-nav-menu > li.fli-nav-menu-home {
    flex-grow: 0;
    flex-shrink: 0;
}

.fli-nav-menu > li > a {
    display: block;
    padding: 13px 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.fli-nav-menu > li.fli-nav-menu-home > a {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.fli-nav-menu > li.current > a,
.fli-nav-menu > li > a:hover {
    background-color: #f8b13b;
    color: #800000;
}

.btn-toggle-mobile-menu {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    right: 12px;
    top: 8px;
    display: none;
    box-shadow: none;
}

.btn-toggle-mobile-menu:hover,
.btn-toggle-mobile-menu:active,
.btn-toggle-mobile-menu:focus,
.btn-toggle-mobile-menu:active:focus {
    background-color: transparent;
    outline: 0;
}

.btn-toggle-mobile-menu .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(0,0,0,0.25)
}

.btn-toggle-mobile-menu .icon-bar+.icon-bar {
    margin-top: 3px;
}

/* Block template left menu */
.fli-block-500menu .b-title {
    font-size: 35px;
    line-height: 1.2;
    font-family: "Alatsi";
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}

.fli-block-500menu .b-title,
.fli-block-500menu .b-title a {
    color: #B00233;
}

.fli-block-500menu .b-body {
    margin-bottom: 30px;
}

ul.company_info {
    margin-bottom: 0;
    font-size: 15px;
    padding: 0;
}

/* Slider đối tác */
.owl-slide-partner {
    padding-left: 70px;
    padding-right: 70px;
}

.owl-slide-partner .s-item {
    padding: 5px;
}

.owl-slide-partner .s-item .s-item-inner {
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(194, 195, 195) 0px 0px 5px 1px;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.owl-slide-partner .s-item .s-item-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%!important;
    height: auto!important;
    transform: translate(-50%, -50%);
}

.owl-slide-partner .owl-nav .owl-prev,
.owl-slide-partner .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 100px;
}

.owl-slide-partner .owl-nav .owl-prev,
.owl-slide-partner .owl-nav .owl-next,
.owl-slide-partner .owl-nav .owl-prev:focus,
.owl-slide-partner .owl-nav .owl-next:focus {
    outline: 0;
}

.owl-slide-partner .owl-nav .owl-prev span,
.owl-slide-partner .owl-nav .owl-next span {
    display: none;
}

.owl-slide-partner .owl-nav .owl-prev {
    left: -70px;
    background-image: url("../images/l-prew.png")!important;
}

.owl-slide-partner .owl-nav .owl-next {
    right: -70px;
    background-image: url("../images/n-next.png")!important;
}

.fli-search-mobile {
    display: none;
}

.fli-search-mobile .fli-search-inner {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #eee;
}

.fli-search-mobile .fli-search-inner [type="text"] {
    border-color: rgba(0,0,0,0.1);
    border-width: 2px;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
}

.fli-search-mobile .fli-search-inner [type="text"]:focus {
    border-color: #800000;
}

.fli-search-mobile .fli-search-inner button {
    border-radius: 0;
    font-weight: 700;
    background-color: #800000;
    border-color: #800000;
}

.fb-like {
    margin: 0 10px 0 10px !important;
    top: 3px !important;
}

.fb_iframe_widget span {
    width: 145px !important;
}

.fb_iframe_widget iframe {
    width: 145px !important;
}

.flis-new-mobile {
    display: none;
}

/* Responsive */
@media (min-width: 1270px) {
    .wraper {
        width: 1242px;
        max-width: 1242px;
    }
}

@media (max-width: 1269.98px) {
    #header .logo {
        padding: 30px 0;
    }
}

@media (max-width: 991.98px) {
    #header {
        display: flex!important;
    }

    #header .logo {
        padding: 20px 0;
    }

    .fli-nav-menu > li > a {
        font-size: 14px;
        padding: 11px 0;
    }

    #header .logo img {
        max-height: 80px!important;
    }
}

@media (max-width: 1050px) and (min-width: 768px) {
    .fli-header-bar .l-bar .ssmenu {
        text-align: center;
    }

    .fli-header-bar {
        padding-bottom: 40px;
    }

    .fli-header-bar > .wraper {
        border-bottom: 1px solid #444;
    }

    .fli-header-mobilecontent .r-bar {
        top: 41px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .fli-header-mobilecontent {
        display: block!important;
        height: auto!important;
    }
}

@media (max-width: 767.98px) {
    .second-nav {
        position: relative;
        left: 0;
        top: 0;
    }

    .fli-home-newscenter {
        flex-wrap: wrap;
    }

    .fli-home-newscenter > .c-left,
    .fli-home-newscenter > .c-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fli-home-newscenter > .c-right > .c-right-inner {
        height: auto;
        flex-direction: row;
    }

    .fli-home-newscenter > .c-right > .c-right-inner > div {
        max-height: inherit;
        max-width: 50%;
    }

    .fli-home-newscenter > .c-right > .c-right-inner .img {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.27%;
        display: block;
        background-size: cover;
        background-position: center center;
    }

    .fli-home-videos-inner .v-info,
    .fli-home-videos-inner .v-image,
    .fli-learning-and-teaching-inner .b-image,
    .fli-learning-and-teaching-inner .b-info {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fli-footer-contact {
        flex-wrap: wrap;
    }

    .fli-footer-logo-wrap {
        width: 100%;
        padding-right: 0;
    }

    .fli-footer-logo {
        justify-content: center;
        margin-bottom: 10px;
    }

    .fli-footer-copyright .text-right {
        text-align: left!important;
    }

    #header .logo img {
        max-height: 80px!important;
    }

    .fli-header-menu {
        display: none;
    }

    .fli-header-bar {
        border-bottom: 0;
    }

    .fli-header-mobilecontent .r-bar {
        position: relative;
    }

    .fli-header-mobilecontent .r-bar .rsearch {
        display: none;
    }

    .btn-toggle-mobile-menu {
        display: block;
    }

    .fli-search-form {
        display: block!important;
        height: auto!important;
    }

    .fli-header-bar-search {
        background-color: transparent;
    }

    .fli-header-mobilecontent-inner {
        padding: 20px;
    }

    .fli-header-bar .l-bar {
        padding-left: 20px;
    }

    .fli-search-form form [type="text"] {
        border-bottom: 1px solid grey;
    }

    .fli-header-mobilecontent-inner .full-bar {
        padding-top: 10px;
        display: flex;
    }

    .fli-header-mobilecontent-inner .full-bar .l-bar,
    .fli-header-mobilecontent-inner .full-bar .r-bar {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fli-header-mobilecontent-inner .full-bar .l-bar {
        padding-right: 40px;
        text-align: right;
        display: block;
    }

    .fli-header-mobilecontent-inner .full-bar .l-bar .ssmenu {
        padding: 0;
        margin: 0;
    }

    .fli-header-mobilecontent-inner .full-bar .l-bar .ssmenu li {
    }

    .fli-header-mobilecontent-inner .full-bar .l-bar .ssmenu li a {
        color: #d9d9d9;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        display: block;
    }

    .fli-header-mobilecontent-inner .full-bar .l-bar .ssmenu li a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

    .fli-header-mobilecontent-inner .full-bar .r-bar {
        padding-left: 40px;
        flex-wrap: wrap;
    }

    .fli-header-mobilecontent .r-bar .rmenu {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fli-header-mobilecontent .r-bar .rmenu .ssmenu li {
        display: block;
    }

    .fli-header-mobilecontent .r-bar .rmenu .ssmenu li a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
    }

    .fli-header-mobilecontent .r-bar .rmenu .ssmenu li a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

    .fli-header-mobilecontent .r-bar .rlang a {
        margin: 20px 0 0 0;
        border-width: 3px;
        background-color: #fff;
        font-size: 14px;
        color: #800000;
        font-weight: 600;
        padding: 7px;
    }

    .flis-new-mobile {
        display: block;
    }

    .flis-new-mobile > ul {
        padding-left: 0;
    }

    .flis-new-mobile > ul ul {
        padding-left: 20px;
    }

    .flis-new-mobile > ul li {
        padding: 5px 0;
    }

    .flis-new-mobile > ul li.has_sub ul{
        display: none;
    }

    .flis-new-mobile > ul li.has_sub {
        display: block;
        width: 100%;
    }

    .flis-new-mobile > ul li.has_sub .parent-link {
        display: flex;        
        align-items: center;
    }

    .flis-new-mobile > ul li.has_sub .parent-link > * {
        padding: 5px 0;
    }

    .flis-new-mobile > ul li.has_sub div > a {
        flex: 3;
    }

    .flis-new-mobile > ul li.has_sub div > span {
        flex: 1;
        text-align: right;
    }

    .flis-new-mobile ul li a,
    .flis-new-mobile ul li.has_sub .sub-toggle i {
        color: #fff;
    }
}

@media (max-width: 550px) {
    .main-menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .main-menu-toggle .menu-toggle-icon {
        display: block;
        width: 60px;
        height: 45px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        transform: scale(0.5);
    }

    .main-menu-toggle .menu-toggle-icon span {
        width: 100%;
        height: 9px;
        position: absolute;
        left: 0;
        display: block;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        opacity: 1;
        background: #FFF;
        border-radius: 9px;
    }

    .main-menu-toggle .menu-toggle-icon span:nth-child(1) {
        top: 0;
    }

    .main-menu-toggle .menu-toggle-icon span:nth-child(2),
    .main-menu-toggle .menu-toggle-icon span:nth-child(3) {
        top: 18px;
    }

    .main-menu-toggle .menu-toggle-icon span:nth-child(4) {
        top: 36px;
    }

    .main-menu-toggle .menu-toggle-icon.open span:nth-child(1) {
        top: 18px;
        left: 50%;
        width: 0%;
    }

    .main-menu-toggle .menu-toggle-icon.open span:nth-child(2) {
        transform: rotate(45deg);
    }

    .main-menu-toggle .menu-toggle-icon.open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .main-menu-toggle .menu-toggle-icon.open span:nth-child(4) {
        top: 18px;
        left: 50%;
        width: 0;
    }

    .fli-search {
        display: none;
    }

    .fli-header {
        border-bottom: 0;
    }

    .fli-menusite {
        display: none;
        padding: 0 15px;
    }

    .fli-menusite-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .fli-menusite-inner .second-nav,
    .fli-menusite-inner .menu-subs {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fli-menusite-inner .second-nav {
        order: 1;
    }

    .fli-menusite-inner .menu-subs {
        order: 2;
        margin-bottom: 0;
    }

    .second-nav {
        background-color: #424242;
        margin-bottom: 15px;
    }

    .second-nav .ssmenu {
        display: block;
    }

    .second-nav .ssmenu li {
        display: block;
        padding-right: 0;
        border-bottom: 2px solid #707070;
        padding: 10px 15px;
    }

    .second-nav .ssmenu li:hover {
        background-color: #8B8B8B;
        transition: all .5s ease;
    }

    .second-nav .ssmenu li:last-child {
        border-bottom: 0;
    }

    .second-nav .ssmenu li a {
        display: block;
    }

    .menu-subs .ssmenu {
        display: block;
        text-align: center;
    }

    .menu-subs .ssmenu li {
        display: inline-block;
    }

    .menu-subs .ssmenu li a {
        color: #fff!important;
        text-decoration: underline;
    }

    .fli-menusite-mobile-search {
        padding: 15px;
        margin-bottom: 15px;
        background-color: #DDD;
        border-radius: 3px;
    }

    .fli-menusite-mobile-search [type="text"] {
        border-radius: 0;
        margin-bottom: 10px;
    }

    .fli-menusite-mobile-search button {
        width: 100%;
    }

    .fli-menusite-mobile-search {
        display: block;
    }

    .fli-footer-contactinfo {
        display: none;
    }

    .fli-footer-copyright {
        border-top: 0;
    }

    .fli-footer-contact {
        padding-bottom: 0;
    }

    .fli-footer-copyright .ssmenu {
        text-align: center!important;
    }

    .fli-footer-copyright .text-right {
        text-align: center!important;
        border-top: 1px #bbb solid;
        margin-top: 15px;
        padding-top: 10px;
    }

    .footer-hidden-mobile {
        display: none;
    }

    .footer-display-mobile {
        display: block;
        padding: 0 10px;
    }

    .footer-display-mobile .ssmenu {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .footer-display-mobile .ssmenu li {
        display: inline-block;
        margin-right: 7px;
    }

    .footer-display-mobile .ssmenu li:last-child {
        margin-right: 0;
    }

    .footer-display-mobile .ssmenu li a {
        display: block;
        padding: 6px 10px;
        background-color: #f0f0f0;
        margin-bottom: 7px;
        font-family: "Alatsi";
        font-weight: 400;
    }

    .footer-display-mobile .ssmenu ul {
        display: none;
    }

    #footer {
        padding-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .fli-home-newscenter > .c-right {
        display: none;
    }

    .fli-home-newscenter > .c-right > .c-right-inner {
        flex-wrap: wrap;
    }

    .fli-home-newscenter > .c-right > .c-right-inner > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fli-home-newscenter > .c-left > .c-left-inner h3 {
        width: 100%;
        font-size: 16px;
    }

    .fli-home-videos-inner {
        flex-wrap: wrap;
    }

    .fli-home-videos-inner .v-info,
    .fli-home-videos-inner .v-image,
    .fli-learning-and-teaching-inner .b-image,
    .fli-learning-and-teaching-inner .b-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fli-home-videos-inner .v-info {
        order: 2;
    }

    .fli-home-videos-inner .v-image .img,
    .fli-learning-and-teaching-inner .img {
        height: 0;
        padding-bottom: 56.27%;
    }

    ul.company_info {
        padding-left: 0;
    }

    .main-menu-toggle {
        top: 12px;
    }

    .fli-search-mobile {
        display: block;
    }
}

.sticky {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    border-bottom: 6px solid #f8b13b;
    background-color: #333;
    background: linear-gradient(to bottom, #333 0, #2b2b2b 100%);
}
.sticky #header .logo {
    padding: 20px 0;
    transition: all .1s ease-in;
}

@media (min-width: 992px) {
    .sticky #header .logo img {
        max-width: 25%;
        transition: all .1s ease-in;
    }
}

.body-bg .fli-engage-with-us .col-md-8{
  min-height: 360px;
}

