/*
Theme Name: Flatsome child
Description: Flatsome Team developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
--main-col:#0d2a7e;
--secon-color:#053f7c;
--icon-color:#e79800;
}
li, span, p{
    font-size: 16px;
}
p {
    text-align: justify;
}
.is-divider{display: none;}
.col-pabottom{padding-bottom: 0 !important;}
/*Header*/
/*Plugin chuyển đổi ngôn ngữ*/
.gt_float_switcher .gt_options {
    position: fixed !important;
    background: white;
    max-height: 200px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px !important;
}
.gt_float_switcher img {
    width: 22px !important;
}
ul#header-menu {
    display: flex;
    align-items: center;
}
ul#header-menu li{
    list-style: none;
    margin-bottom: 0;
    margin: 0 0.7em !important;

}
ul#header-menu li{
display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
ul#header-menu li a{
    color: rgba(255,255,255,.8);
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: .8em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
} 
ul#header-menu li a{
    padding: 10px 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul#header-menu>li+li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0,0,0,.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
    border-color: rgba(255,255,255,.2);
}
#top-bar .menu-item a:hover{
    color: yellow;
}
div#masthead {
/*    background-image: url(/wp-content/uploads/2023/05/bg-top-13.png);*/
    background-repeat: repeat-y;
    position: relative;
    padding: 0;
}
.title-schools-name {
	color: var(--main-col);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.phone-header .fa, .email-header .fa {
    color: var(--main-col);
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    margin-right: 5px;
    border: 2px solid;
    height: 35px;
    width: 35px;
    border-radius: 100%;
}
.email-header {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.ring-alo-ph-img-circle.phone-fix {
    top: 3px;
}
.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}
.phone-header a.tel-fix, .phone-header span.tel-fix {
    margin-left: 75px;
    cursor: pointer;
    font-size: 20px;
}
.phone-header a, .email-header a {
    color: var(--main-col);
    margin-left: 5px;
}
.header-bottom {
    border-top: 2px solid #fff;
}
/* Css Menu 3 level */
#wide-nav a.nav-top-link {
    color: var(--main-col);
    font-size: 15px;
    padding: 10px;
}
.nav-dropdown {
    background: url(/wp-content/uploads/2023/05/bg-nav-li.png) no-repeat scroll 10px 0 #053F7C;
    top: 40px;
    border: none;
    border-radius: 4px;
    padding: 10px;
    background-position-x: 15%;
}

#wide-nav .nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{
/*    border:1px solid #ddd;*/
    padding:0}
#wide-nav .nav-dropdown .menu-item>a,#wide-nav .nav-dropdown li.menu-item a {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 14px;
    color: #ffffff !important;
}
/*.nav-dropdown .nav-dropdown-col>ul li:hover{background:#e8f2ea}*/
#wide-nav .nav-dropdown-default>li:hover>a,#wide-nav .nav-dropdown .nav-dropdown-col>ul li:hover>a,#wide-nav .nav-dropdown li.active>a{color:var(--main-col);}
.nav-dropdown-default>li:hover {
    background: #185298;
}
#wide-nav .nav-dropdown.dark>li.menu-item>a:hover{
    color: #fff !important;
}
#wide-nav .nav-dropdown .menu-item a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
}
#masthead .nav>li.menu-item {
    margin: 0 12px;
}
#wide-nav .nav-dropdown-has-arrow li.has-dropdown:before, #wide-nav.nav-dropdown-has-arrow li.has-dropdown:after{border-width: 10px;
    margin-left: -10px; opacity: 0 !important;}
#wide-nav .nav-dropdown .nav-dropdown-col>ul{border: 1px solid var(--secon-color);margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: var(--secon-color);min-width: 240px;}
#wide-nav .nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
#wide-nav .nav-dropdown>li.nav-dropdown-col.active .sub-menu{display: none !important;}
#wide-nav .nav-dropdown>li.nav-dropdown-col.active:hover .sub-menu{display: block !important;}
#wide-nav .nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;}
#wide-nav .header-nav li.nav-dropdown-col:hover >ul{display:block !important}
/*End Menu 3 cấp*/
/*Sub menu top*/
.nav-top-link i.icon-angle-down{
    display: none;
}
#top-bar .nav-dropdown {
    background: url(/wp-content/uploads/2023/05/bg-nav-li.png) no-repeat scroll 10px 0 #053F7C;
    top: 30px;
}
#top-bar .nav-dropdown li.menu-item a {
    font-size: 12px;
}
/*Trang Phòng ban*/
.dt-tab .tab span {
    border-right: 1px solid #cbcbcb;
    padding-right: 10px;
}
.dt-tab .tab:last-child span {
    border: none;
}
.dt-tab .tab.active span {
    font-size: 14px;
}
.dt-tab .tab span {
    font-size: 14px;
}
/*Search Header*/
.header-search-form button.ux-search-submit{
    background: var(--main-col) !important;
    border-radius: 4px;
}
.header-search-form .search-field {
    border-radius: 4px 0 0 4px;
}
/*End Search Header*/

/*Widget Right Side Bar*/
.page-right-sidebar .widget-area .widget-title {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    background-color: var(--main-col);
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}
.widget.widget_media_image {
    margin-bottom: 0.5em;
}
#media_image-5{
    margin-bottom: 1.5em;
}
/*End Widget Right Side Bar*/

/*Trang chủ*/
h2.text-center.title-home {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--main-col);
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 3px 0 0 #9c9e9a;
    font-size: 38px;
    letter-spacing: 2px;
    animation: movebouncehome 3s linear infinite;
}
.title-home:hover a{
    color: var(--icon-color);
}
.title-line {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    color: #032f62;
}
.home-cn:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(/wp-content/uploads/2023/04/hoa-tiet-cet.png);
    background-repeat: no-repeat;
    object-fit: cover;
    position: absolute;
    background-position: center;
}
.title-line:after,.home-cn-2:after {
    bottom: -15px;
    color: var(--icon-color);
    content: "\f19d";
    font-family: fontawesome,serif;
    font-size: 30px;
    height: auto;
    line-height: normal;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px;
    z-index: 9;
    background: none 0 0 repeat scroll #fff;
    margin: 0 auto;
    text-shadow: none;
}
.title-line:before,.home-cn-2:before {
    background: var(--icon-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}
h2.title-home-2 {
    color: #fccc2d;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 0 0 #ff2828;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
}
.box .box-text .box-text-inner h4 {
    font-size: 22px;
    color: var(--main-col);
    font-weight: 700;
    padding-bottom: 5px;
}
.row-daotao .col-inner {
    height: 100%;
    border-radius: 2px;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0,0,0,.2);
    box-shadow: 0px 30px 40px 0px rgba(0,0,0,.2);
}
.tab-daotao .tab a {
    border-radius: 4px !important;
    background: var(--main-col);
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tab-daotao .tab.active a {
    background: var(--icon-color);
}
.tab-daotao .tab a:hover {
    color: white;
    background: var(--icon-color);
}
.tab-daotao .alm-reveal .col.post-item {
    max-width: 33.33%;
    flex-basis: 33.33%;
}
.home-counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.home-counter .counter-wrap {
    position: relative;
}
.home-counter .counter {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    width: 138px;
    height: 138px;
    line-height: 90px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
}
span.count-up.active {
    opacity: 1;
}
span.count-up.active {
    font-size: 34px;
}
span.count-up {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.home-counter .counter_text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}
h2.title-home-3 {
    color: var(--main-col);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 20px 0;
}
.img-dangky img {
    width: 280px;
    height: 50px;
}
.st_noidung .row-mg-bt{
    margin-bottom: -40px;
}
.st_noidung h2.title-home-3 {
    margin-bottom: 15px;
    padding: 20px 0 0;
}
.st_noidung .process .number {
    color: #2f2f2f;
    font-size: 2rem;
    background-color: #f7f7f7;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin-right: 25px;
    font-weight: 700;
}
.st_noidung .process-all {
    display: flex;
    flex-flow: column wrap;
    justify-content: start;
}
.st_noidung .process {
    display: flex;
    margin-bottom: 20px;
}
.st_noidung .process .number {
    color: #2f2f2f;
    font-size: 2rem;
    background-color: #f7f7f7;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin-right: 25px;
    font-weight: 700;
}
.st_noidung .process .right-info {
    flex: 1;
}
.st_noidung .process h3 {
    color: var(--icon-color);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
    padding: 1px 0;
}
.st_camnhan .card-wrapper {
    background-color: var(--main-col);
    padding: 2rem;
    border-radius: 10px;
}
.st_camnhan .triangle {
    width: 0;
    height: 0;
    border-top: 40px solid var(--main-col);
    border-right: 30px solid transparent;
    margin-left: 18%;
}
.st_camnhan .footer-wrap {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
}
.st_camnhan .footer-wrap .card-img {
    margin-right: 1rem;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 4.5rem;
}
.st_camnhan .footer-wrap .card-img img {
    border-radius: 50%;
    max-width: 72px;
    max-height: 72px;
    margin: auto;
}
.st_camnhan .footer-wrap .signature {
    width: 100%;
}
.st_camnhan .footer-wrap .author-name {
    font-weight: 700;
    color: var(--main-col);
}
.st_camnhan .footer-wrap .author-title {
    word-break: break-word;
}
.st_camnhan p.mbr-text {
    margin-bottom: 0;
    color: white;
}
.section-title-home {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.row-title {
    line-height: normal;
    background-color: transparent;
    color: var(--main-col);
    padding: 2px 0.8em 0 0;
}
.row-title__first {
    display: block;
    padding-bottom: 5px;
    color: var(--main-col);
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}
.row-title__last {
    font-size: 16px;
    font-weight: 400;
    color: #a98a53;
    text-transform: none;
}
.section-title-home a {
    color: var(--main-col);
    display: block;
    font-size: 16px;
    margin-left: auto;
    font-weight: 400;
    transition: all 0.5s;
    padding-right: 15px;
}
.section-title-home .link-a {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.section-title-home a:hover{
    transform: translateX(10px);

}
.section-title-home i.icon-angle-right {
    color: var(--main-col);
}

.section-title-home .line {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: var(--main-col);
}
/*CSS Form Contact*/
.st_thongtin .form-dang-ky {
    position: relative;
    background-color: #fff;
    padding: 95px 20px 20px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
}
.st_thongtin .form-dang-ky {
    background-color: #fff;
}
.st_thongtin .form-dang-ky:before {
    height: 1060px;
    content: "";
    border-radius: 50%;
    bottom: 450px;
    right: auto;
    width: 1000px;
    position: absolute;
    left: calc(50% - 470px);
    /* left: -webkit-calc(50% - 410px); */
    left: -moz-calc(50% - 410px);
    background: #032f62;
}
.st_thongtin .form-dang-ky h2 {
    color: var(--main-col) !important;
    font-size: 28px;
}
.st_thongtin .form-dang-ky input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
}
.form-group input.wpcf7-submit {
    width: 100%;
    border-radius: 3px;
    margin-bottom: -30px;
}
.form-group input,.form-group select{border-radius: 4px;}
.ft_formtuvan .form-dang-ky-footer {
    background: linear-gradient(45deg, #0496f2, #0d2a7e);
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
}
.ft_formtuvan .form-dang-ky-footer h2{color: white; text-align: center;}
.ft_formtuvan .form-dang-ky-footer .form-group {
    width: 50%;
    padding: 0px 5px;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    color: white;
    background: linear-gradient(45deg, #0496f2, #0d2a7e);
}
.ft_formtuvan .col{padding-bottom: 0 !important;}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 4px;
    margin-right: 0 !important;
}
/*End Form*/
.post-item:hover h5.post-title{
    color: var(--main-col);
}
.post-item h5.post-title,.row-trung-cap h4 a {
    color: var(--main-col);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
.post-item p.from_the_blog_excerpt,.from_the_blog_excerpt p,.row-trung-cap .box-text-inner p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
}
.dt-xemnhieu .post-item h5.post-title, .dt-thongbao .post-item h5.post-title{
    height: auto;
    font-size: 16px;
    font-weight: unset;
}
.dt_hocvu .post-item h5.post-title{
    height: auto;
}
.dt-thongbao .post-item {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0 !important;
}
.dt-thongbao .post-item:last-child{
    border: none;
}
.dt-thongbao .box-text {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
/*Người học*/
/*.tab-daotao-2 .tab.active a,.tab-daotao-2 .tab a {
    margin-bottom: 0;
    padding: 5px;
}*/
.tab-daotao-2 .post-item{
    border-bottom: 1px solid #3f3f3f;
}
.tab-daotao-2 .box-text {
    padding-bottom: 0.7em;
}
.tab-daotao-2 .post-item p.from_the_blog_excerpt{
    height: auto;
}
/*Footer*/
/*Css Back To Top*/
.back-to-top {
    bottom: 65px;
}
a#top-link {
    object-fit: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/flatsome-child/img/top.png);
    background-size: cover;
    border: 0;
    width: 45px;
    height: 45px;
}
a#top-link .icon-angle-up {
    font-size: 0 !important;
}
/*Icon Plugin Contact*/
.hotline-phone-ring-wrap {
display: none;
}
.fab,.inner-fabs .fab {
    bottom: 75px;
}
.inner-fabs.show .fab:nth-child(1) {
  bottom: 138px;
}

.inner-fabs.show .fab:nth-child(2) {
  bottom: 200px;
}

.inner-fabs.show .fab:nth-child(3) {
  bottom: 264px;
}
.inner-fabs.show .fab:nth-child(4) {
  bottom: 325px;
}
.hotline-bar {
    width: 185px;
}
.footer-section{    background: var(--main-col);}
.footer-section .menu li a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
}
.title-footer {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
.footer-section p{
    margin-bottom: 5px;
}
.footer-section .dark a {
    color: #fff5a4;
}
.footer-section .social-icons a{color: white}
.absolute-footer.dark {
    color: rgb(255 255 255);
    background-color: #061d60;
    padding-bottom: 62px;
}
.footer-bottom-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--main-col);
    left: 0;
    right: 0;
    text-align: center;
    padding: 6px;
    z-index: 999;
}
.footer-bottom-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.footer-bottom-wrapper .column-ft {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.footer-bottom-wrapper .column-ft-fix {
    max-width: 30%;
}
.row>div:not(.col):not([class^=col-]) {
    width: 100% !important;
}
.footer-bottom-wrapper .text-info-column {
    color: #fff;
    text-align: right;
}
.footer-bottom-wrapper .text-info-column, .footer-bottom-wrapper .tel-info-column, .footer-bottom-wrapper .button-info-column {
    height: 38px;
    line-height: 38px;
}
.footer-bottom-wrapper .tel-info-column {
    text-align: center;
}
.footer-bottom-wrapper .tel-info-column i {
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    margin-right: 5px;
    border:2px solid;
}
.footer-bottom-wrapper .tel-info-column i {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    opacity: 1;
    transform-origin: 50% 50% 0;
}
.footer-bottom-wrapper .call-tel {
    font-size: 24px;
    font-weight: 400;
}
.footer-bottom-wrapper .call-tel, .footer-bottom-wrapper .click-register {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.footer-bottom-wrapper .tel-info-column i {
    padding: 0 2px;
}
.footer-bottom-wrapper .button-info-column {
    text-align: left;
    padding-top: 1px;
    padding-left: 20px;
}
.footer-bottom-wrapper .click-register {
    background-color: var(--main-col);
    padding: 6px 20px;
    border: 1px solid #ecec1a;
    border-radius: 5px;
}
/*Popup*/
/*popup*/
div#pop-center.active {
  display: block !important; }

#pop-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; }

span.pop-center-closer {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  top: 5px;
  right: 10px;
  line-height: 25px;
  cursor: pointer; }

#pop-center form {
      position: fixed;
    /* width: 80%; */
    bottom: 29%;
    /* margin-left: 10%; */
    right: 3%;
    width: 225px; }

#pop-center input {
  background: #e1d1d1;
  display: block;
  border: none;
  width: 100%;
  border-radius: 3rem;
  padding: 12px;
  padding-left: 15px;
  outline: none; }

#pop-center button, #pop-center .wpcf7-submit {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  padding: 11px;
  width: 20%;
  background: #13854c;
  text-align: center;
  cursor: pointer;
  color: white;
  border-radius: 2rem; }

#pop-center .wpcf7-spinner {
  display: none; }

#pop-center .wpcf7-not-valid-tip {
  color: #fff;
  font-size: .9rem;
  font-weight: normal;
  display: block;
  position: absolute;
  background: red;
  width: 45%;
  top: -77%;
  padding: 5px 2px;
  border-radius: 3px;
  text-align: center;
  left: 0; }

#pop-center .Phone-Footer {
  display: block; }

#pop-center .wpcf7-response-output {
      position: absolute;
    background: #830309;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    right: -6px;
    width: 457px;
    padding: 7px 0; }

.pop-link {
  height: 70px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex; }

.pop-link a {
  display: block;
  width: 50%;
  height: 100%; }
/*End*/
/*Sub menu*/
.absolute-footer .menu-sub-menu-right-container {display: none;}
.box-title-new {
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
}
.box-title-new .box-title-name-new {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: var(--main-col);
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 5px 20px;
    marrgin-bottom: 20px;
    border-radius: 15px;
}
.box-title-new .box-title-name-new:before {
    content: "";
    position: absolute;
    border-top: 10px solid var(--main-col);
    border-left: 15px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 15px solid transparent;
    left: calc(50% - 25px);
    bottom: -25px;
    width: 50px;
}
.box-title-new .box-title-name-new:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -18px;
    height: 9px;
    width: 400px;
    left: calc(50% - 200px);
    border-top: 2px solid var(--main-col);
}
.ld-center .row{
    justify-content: center;
}
.portfolio-box-category{
    text-align: center;
}
h6.portfolio-box-title {
    color: var(--main-col);
    font-size: 20px;
}


/*Trang Giới Thiệu*/
.page-right-sidebar,.page-left-sidebar,.blog-single,.blog-archive{
    padding-top: 0;
    padding-bottom: 0;
}
.page-right-sidebar,.page-left-sidebar,.blog-single {
    padding-top: 0;
    padding-bottom: 0;
    background: url(/wp-content/uploads/2023/05/bg-body-2.jpg) no-repeat fixed top;
    background-size: cover;
    overflow-x: hidden;
}

.page-right-sidebar .row,.page-left-sidebar .row,.blog-single .row{
    background: white;
    box-shadow: 0 3px 9px #fff;
}
.page-left-sidebar .section,.page-right-sidebar .section{
    padding-left: 0!important;
    padding-right: 0!important;
}
.page .page-wrapper #content, .page .page-wrapper .large-3.col,.blog-single .large-9.col{
    padding: 15px;
}
.duong-dan nav.rank-math-breadcrumb {
    min-height: 40px;
    background: #fff;
    box-shadow: 0 0 0 #0b0b0b, 0 0 4px #0b0b0b;
    padding: 10px 25px;
}
.duong-dan nav.rank-math-breadcrumb p {margin-bottom: 0;}
h1.no-line-h1 {
    color: var(--main-col);
    font-weight: 700;
}
/*End Trang Giới Thiệu*/

/*Trang Đào Tạo*/
h2.title-nganh {
    color: var(--main-col);
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.hr-custom {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),var(--main-col),rgba(0,0,0,0));
    background-color: transparent;
    margin: 0 0 15px;
    opacity: 9;
}
.accordion.accor_custom {
    position: relative;
    box-shadow: 2px 2px 10px #595959a3;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom: 2px solid var(--main-col);
}
.accor_custom .accordion-title span {
    color: var(--main-col) !important;
    font-weight: 700 !important;
    text-transform: capitalize;
}
.accor_custom .accordion-title span:before{
    position: absolute;
    content: "+";
    top: 7px;
    left: 8px;
    font-family: Arial;
    transition: .3s transform;
    font-size: 34px;
    font-weight: 400;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: var(--main-col);
    border-radius: 4px;
}
.accor_custom .accordion-title.active span:before {
    content: "-";
}
.accor_custom .accordion-item {
    border-bottom: 1px solid var(--main-col);
}
.accor_custom .accordion-item .accordion-item {
    border-bottom:0;
}
.accor_custom .accordion-title, .accor_custom .accordion-title.active {
    background-color: var(--white);
    padding: 0.5em 0.5em 0.5em 2.7em;
    border-color: #fff;
}
.accor_custom .accordion-inner {
    padding: 10px 15px;
}
.accor_custom .box .box-text h3{
    color: var(--main-col);
}
/*Table Accor*/
.box-row {
    padding: 10px;
    box-shadow: 6px 3px 12px 2px #a8a8a8;
    background: #fff;
    margin-bottom: 20px;
}
.scrollbar, .box-scroll {
    height: 600px;
    overflow-y: scroll;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    margin-bottom: 25px;
    border-radius: 0 10px 10px 0;
}
.table-lt-custom, .table-responsive {
    overflow: auto;
}
/*Scrollbar*/
.scrollbar::-webkit-scrollbar, .box-scroll::-webkit-scrollbar {
    width: 10px;
}
.scrollbar::-webkit-scrollbar-thumb, .box-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--main-col);
}
.scrollbar::-webkit-scrollbar-track, .box-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0/30%);
    border-radius: 10px;
    background-color: #f5f5f5;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}
.table {
    display: table;
    border-collapse: collapse;
}
.table-lt-custom .table thead tr:first-child th {
    font-weight: 400;
}
.table tr:first-child td, .table thead tr:first-child th, .table tbody tr.title-table td{
    color: white;
    background-color: var(--main-col);
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 400;
}
.table-lt-custom .table tr:first-child td, .we-hnaaudata-promotion .table tr:first-child td {
    background-color: transparent;
    text-transform: none;
    border: 1px solid #ddd;
    color: #000;
}
.table>tbody>tr>td, .table>thead>tr>th {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 8px;
    line-height: 1.42857143;
    text-align: center;
}
.table th, .table td {
    border-bottom: none;
    color: #000;
    font-size: inherit;
}
th:first-child, td:first-child {
    padding-left: 0;
}
.title-footer-table {
    background-color: var(--main-col);
}
.title-footer-table td {
    color: #fff;
}
/*End Table*/
.home-cau-hoi {
    padding: 10px 0 0px !important;
    margin-bottom: 0;
}
/*Nghành Marketing*/
.h1-title-digital {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
    text-shadow: 0 3px 1px #a98a53;
    animation: movebounce 3s linear infinite;
    letter-spacing: 1px;
}
.title-digital {
    margin-bottom: 6.75%;
    position: relative;
}
.text-inner-digital p, .text-inner-digital {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4em;
    color: #e8e5ff;
}
.text-inner-digital p {
    margin-bottom: 30px;
}
.text-inner-digital p, .title-digital-box, .hoatiet-title {
    text-align: center;
}
.custom-button-digital {
    position: relative;
    display: block;
    width: 220px;
    margin: 0 auto;
}
.custom-button-digital,.custom-button-digital-2  {
    color: #fff;
    border-width: 10px;
    border-color: #a98a53;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--main-col);
    display: inline-block;
    transition: letter-spacing .3s ease 0ms;
    padding: 0.6em 2em;
    line-height: 1.7em;
}
.custom-button-digital,.custom-button-digital-2 {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.custom-button-digital:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale3d(0,1,1);
}
.custom-button-digital:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale3d(1,0,1);
}
.custom-button-digital:hover:before, .custom-button-digital:hover:after {
    transform: scale3d(1,1,1);
    transition: transform .5s;
}
.page-template-marketing .section-content .col-inner a:hover {
    color: #032f62;
    cursor: pointer;
}
a.custom-button-digital {
    color: #fff !important;
}
.title-mk {
    font-size: 35px !important;
    font-weight: 700;
}
.text-box-dgt {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.text-icon-dgt {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    display: table-cell;
    vertical-align: middle;
}
.text-icon-dgt i {
    color: #032f62;
    font-size: 40px;
}
.text-box-dgt p {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: 0;
    display: table-cell;
    padding-left: 10px;
    line-height: 25px;
    vertical-align: middle;
    -webkit-transition: .4s;
    transition: .4s;
}
.mk_3dieu i {
    font-size: 70px;
    color: var(--main-col);
}
.mk_3dieu .title-dgt01 {
    font-size: 25px;
    margin: 0;
    line-height: normal;
    color: var(--main-col);
    text-align: center;
}
h2.title-text-dgt-center {
    margin: 0px auto -20px;
    font-size: 35px;
    background: linear-gradient(180deg, #4360b3, #0d2a7e);
    color: #0d2a7e;
    text-align: center;
    letter-spacing: 2px;
    filter: drop-shadow(#8aff -2px 2px 0px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*End Nghành Marketing*/
/*End Trang Đào Tạo*/

/*Tuyển sinh*/
.blog-archive .ts-breadcrumbs{
    margin-bottom: 30px;
}
.ts-breadcrumbs {
    background: var(--main-col);
    color: #fff;
    padding: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.ts-breadcrumbs .rank-math-breadcrumb a{color: white;}
.ts-breadcrumbs .rank-math-breadcrumb p {
    margin: 10px 0;
    padding: 0 25px;
}
.ts_nghanh .title-line {
    margin-bottom: 0;
}
/*Icon*/
.ts_nghanh .title-line:after{
    content: "\f10d";
}
.ts_uudiem .title-line:after {
    content: "\f005";
}
.ts_giangvien .title-line:after{
    content: "\f508";
    background: none 0 0 repeat scroll #f4f5f9;
}
.ts_hoatdong .title-line:after{
    content: "\f06d";
    background: none 0 0 repeat scroll #f4f5f9;
}

.row_uudiem {
    background: white;
    padding: 45px 10px 10px 10px;
    margin-top: -45px;
}
.ts_uudiem .row_uudiem h3{color: var(--main-col);}
/*CSS Nút Xem Thêm - Thu Gọn*/
.ts_row_uudiem .col-inner{
    -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    border-radius: 5px;
    padding: 0;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 20px;
}
.ts_row_uudiem .col-inner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    border-radius: 0 0 5px 5px;
    left: 0;
    background: var(--main-col);
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.ts_row_uudiem .col-inner:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}
.fix_height,.fix_height_2,
.fix_height_3,.fix_height_4{
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.devvn_readmore_flatsome,.devvn_readmore_flatsome_2,
.devvn_readmore_flatsome_3,.devvn_readmore_flatsome_4 {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.devvn_readmore_flatsome_less,.devvn_readmore_flatsome_less_2 ,
.devvn_readmore_flatsome_less_3 ,.devvn_readmore_flatsome_less_4  {
    padding: 10px 10px;
    bottom: -40px;
}
.devvn_readmore_flatsome:before,.devvn_readmore_flatsome_2:before,
.devvn_readmore_flatsome_3:before,.devvn_readmore_flatsome_4:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_flatsome a, .devvn_readmore_flatsome_2 a, 
.devvn_readmore_flatsome_3 a, .devvn_readmore_flatsome_4 a {
color: #ffffff;
background: var(--main-col);
display: inline-block;
padding: 7px 15px;
border-radius: 99px;
}
.devvn_readmore_flatsome a:after,.devvn_readmore_flatsome_2 a:after,
.devvn_readmore_flatsome_3 a:after,.devvn_readmore_flatsome_4 a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.devvn_readmore_flatsome_less a:after,.devvn_readmore_flatsome_less_2 a:after,
.devvn_readmore_flatsome_less_3 a:after,.devvn_readmore_flatsome_less_4 a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.devvn_readmore_flatsome_less:before,.devvn_readmore_flatsome_less_2:before,
.devvn_readmore_flatsome_less_3:before,.devvn_readmore_flatsome_less_4:before {
    display: none;
}

/*Phiếu đăng ký*/
.btn-download {
    text-align: center;
}
.btn-download button {
    border: 2px solid var(--main-col);
    border-radius: 99px;
    padding: 0px 85px;
    transform: all 1.5s;
}
.btn-download button:hover {
    background: var(--main-col);
    border: 2px solid var(--main-col);
}
.btn-download button:hover a{
    color: white;
}


/*EndPhiếu đăng ký*/
/*End Tuyển Sinh*/

/*Sinh viên*/
/*Cẩm nang sinh viên*/
.title-cn {
    border-bottom: 2px solid var(--icon-color);
    color: var(--icon-color);
    height: 32px;
    position: relative;
    padding: 1px 0 0px 39px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.title-cn:before {
    content: "\f005";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    color: #fff;
    position: absolute;
    left: 0;
    width: 35px;
    height: 100%;
    background: var(--icon-color);
    text-align: center;
    line-height: 29px;
}
.title-cn .title-cn-2 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--icon-color);
}
/*End Cẩm nang sinh viên*/
/*End Sinh viên*/

/*Tin tức*/
.tt_tintuc .title-line:after, .home-cn-2:after {
    content: "\f1ea";
}
.tt_tintuc .tt-col .title-cn:before {
    content: "\f57d";
}
.tt_tintuc .tt-col-2 .title-cn:before {
    content: "\f198";
}
.tt_tintuc .tt-col-3 .title-cn:before {
    content: "\f0fe";
}
.tt_tintuc .tt-col-4 .title-cn:before {
    content: "\f0c0";
}
.ic-tintuc .title-cn:before {
    content: "\f518";
}
.ic-thongbao .title-cn:before {
    content: "\f0f3";
}
.ic-hocvu .title-cn:before {
    content: "\f02e";
}
.row-tintuc-bv .blog-tinmoi{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.row-tintuc-bv .blog-tinmoi .post-item{
    padding: 0 15px 17px;
}
.dt-thongbao .post-item:nth-child(-n + 3) .badge-new-post{
    display: inline-block;
}
.post-item .badge-new-post{ display:none; }
.dt-thongbao .badge-new-post {
    color: white;
    background: red;
    padding: 0px 4px;
    font-size: 13px;
    border-radius: 4px;
}
/*End Tin tức*/

/*Chi tiết bài viết*/
.blog-single .entry-header .entry-category,.entry-meta.uppercase.is-xsmall{display: none;}
.single-post .entry-header .entry-title {
    font-size: 24px;
    margin-bottom: 0.25em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
header.entry-header h1.entry-title:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/05/design-line.png);
    width: 100%;
    display: block;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 225px;
    position: relative;
    top: 10px;
}
.thong-tin-them {
    margin-top: 20px;
    text-align: center;
}
.entry-content.single-page {
    border-top: 1px solid transparent;
    border-image: linear-gradient(0.25turn,rgba(56,2,155,0), rgb(13 42 126), rgb(13 42 126), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.blog-single h2 {
    color: var(--main-col);
}
.blog_link {
    text-align: center;
    padding-bottom: 20px;
}
a.btn.btn-primary.link-button-page {
    background: var(--main-col);
    border-radius: 4px;
    color: white;
}
.blog-archive .post-item .col-inner {
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
/*Bài viết liên quan CSS*/
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan{margin-top:20px}
.bai-viet-lien-quan h2.title-bv {
    border-bottom: 2px solid var(--main-col);
}
.bai-viet-lien-quan h2.title-bv span{
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    background: url(/wp-content/uploads/2023/05/background-img.png) right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 50px 0 15px;
    border-bottom: 0;
    margin-bottom: -1px;
}
.bai-viet-lien-quan ul{width:100%; margin-bottom:0; display:inline-block; clear:both }
.bai-viet-lien-quan .post-col {
    border-radius: 2px;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0,0,0,.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
}
.bai-viet-lien-quan .box-text {
    padding: 10px;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 190px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan ul li h3 {
    color: var(--main-col);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.bai-viet-lien-quan h2 span {
    display: inline-block;
    color: var(--main-col);
    border-bottom: 2px solid var(--main-col);
    padding-bottom: 10px;
    margin-bottom: -2px;
    text-transform: uppercase;
}
.navigation-post a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
/*Bài viết liên quan Đào tạo*/
.alm-reveal {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.alm-btn-wrap .alm-load-more-btn{
    background: var(--main-col) !important;
}
.st_bvlq .alm-reveal .col.post-item {
    max-width: 25%; 
    flex-basis: 25%;
}
.st_bvlq_2 .alm-reveal .col.post-item {
    max-width: 33.33%; 
    flex-basis: 33.33%;
}
.form-y-kien {
    border: 2px dashed #0d2a7e;
    padding: 20px 10px 0;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
}
.form-y-kien  .form-btn p {text-align: center;}
.blog-single .form-y-kien h2 {
    text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
    .bai-viet-lien-quan ul li {
    width: 100%;
}
}
/*End Chi tiết bài viết*/
/*Trang Liên Hệ*/
.lh_lienhe .form-dang-ky {
    border: 2px dashed #0d2a7e;
    padding: 15px 10px;
    border-radius: 6px;
}
.form-dang-ky {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.form-dang-ky h2 {
    color: var(--main-col);
    text-transform: uppercase;
    text-align: center;
}
.form-dang-ky .form-group {
    width: 50%;
    padding: 0px 5px;
}
.col-tt-lienhe p strong{
    color: var(--main-col);
    font-size: 18px;
}
.col-tt-lienhe p{
    margin-bottom: 10px !important;
}
/*End Trang Liên Hệ*/
/*Site Map*/
.ul-none li{
    list-style: none;
    margin-left: 0 !important;
}
.col-style-sitemap .col-inner {
    padding: 20px;
    background: #f7f8fa;
    border: 1px solid #f7f5e2;
    border-radius: 4px;
}
.col-style-sitemap li.menu-item.menu-item-has-children.active .sub-menu,
.col-style-sitemap li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children.active .sub-menu ,
.col-style-sitemap li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children.active .sub-menu  {
    display: block;
}
.col-style-sitemap li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children .sub-menu,
.col-style-sitemap li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children .sub-menu  {
    display: none;
}
.col-style-sitemap .menu-item.menu-item-has-children:before {
    content: "";
    margin-right: 5px;
    background: url(/wp-content/uploads/2024/04/tree_icons.png) no-repeat -208px 0;
    display: inline-block;
    width: 16px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
    overflow: hidden;
}
.col-style-sitemap .menu-item.menu-item-has-children.active:before{
    content: "";
    margin-right: 5px;
    background: url(/wp-content/uploads/2024/04/tree_icons.png) no-repeat -224px 0;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: 0 5px;
    vertical-align: middle;
    overflow: hidden;
}
.col-style-sitemap .menu-item:before{
    content: "";
    margin-right: 5px;
    background: url(/wp-content/uploads/2024/04/tree_icons.png) no-repeat -240px 0;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: 0 5px;
    vertical-align: middle;
    overflow: hidden;
}
.col-style-sitemap div#nav_menu-2 {
    margin-bottom: 0;
    padding: 0;
}
#menu-menu-site-map .title-bold a{
    font-weight: 700;
}
#menu-menu-site-map .sub-menu a{
    font-weight: 500;
}
/*Trang Đăng ký nhập học online*/
.title-dang-ky .title-line:after{
    content: "\f19d";
    background: none 0 0 repeat scroll #f2f2f2;
}
.phieu-dang-ky {
    background: white;
    padding: 15px 15px;
    border-radius: 4px;
}
.thong-tin {
    margin: 30px 0;
}
.title-form h2 {
    color: var(--main-col);
    display: flex;
    align-items: center;
}
.title-form h2:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f26522;
    margin-right: 10px;
    border-radius: 2px;
}
.form-group-4,.form-group-3,.form-group-2{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.form-group-5,.form-group-6,.form-group-7 {
    display: flex;
}
.form-group-7 div {
    padding: 0px 5px;
}
.form-group-7 div.width-2 {
    width: 25%;
}
.form-group-7 div.width-1 {
    width: 50%;
}
.form-group-7 div img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.form-group-7 p.bat-buoc {
    font-size: .875rem;
    margin-top: -10px;
    color: #7e7e7e;
    line-height: 1.25rem;
}
.form-group-7 .img-preview {
    margin-bottom: 10px;
}
.form-group-6 div{
    width: 50%;
    padding: 0px 5px;
}
.form-group-5 div{
    width: 25%;
    padding: 0px 5px;
}
.form-group-4 p{
    width: 25%;
    padding: 0px 5px;
}
.form-group-3 p{
    width: 33.33%;
    padding: 0px 5px;
}
.form-group-2 p{
    width: 50%;
    padding: 0px 5px;
}
.form-group-1 p{
    width: 50%;
    padding: 0px 5px;
}

/*Animation*/
@keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes movebouncehome{
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes ring-alo-circle-img-anim{
	0% {
    transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
/*Css Màn hình 1920 */
@media (min-width: 1920px) and (max-width: 2560px)  {
    div#masthead {
/*        background-image: url(/wp-content/uploads/2023/05/bg-top-19.png);*/
        background-repeat: repeat-y;
        position: relative;
        padding: 0;
    }
}
/*Css on Mobile*/
	@media only screen and (max-width: 48em) {
            /*   Top bar menu     */
    ul#header-menu li a{padding: 0;}
    ul#header-menu>li+li>a:after,.mobile-nav>li+li>a.nav-top-link:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-left: 5px;
        width: 1px;
        border-left: 1px solid rgba(0,0,0,.1);
        height: 15px;
        left: -1em;
        border-color: rgba(255,255,255,.2);
    }
    ul#header-menu>li+li>a:after{
        margin-top: -10px;}
        .mobile-nav>li+li>a.nav-top-link:after {
        margin-top: -7px;
}
    ul.mobile-nav li,ul#header-menu li {
        margin: 0 0.4em !important;
    }
    .gt_float_switcher .gt_options a {
        padding: 6px !important;
        font-size: 12px;
    }
    .gt_float_switcher span.gt-lang-code {
    font-size: 14px;
}
    .gt_float_switcher .gt-selected .gt-current-lang {
        display: flex;
        padding: 6px;
        width: 68px;
            flex-direction: row;
    }
    .mobile-nav li.html.custom {
    display: block;
    top: 2px;
}
    /*  Header  */
    div#masthead {
        background: white;
    }
    /*  Menu Mobile  */
    .off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        background: transparent !important;
        box-shadow: none;
    }
    .mobile-sidebar {
        background: #ffffff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 17px;
        color: var(--main-col);
    }
    .mfp-content .toggle {
        color: var(--main-col);
    }
    .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        margin-right: 5px;
    }
    .icon-menu:after {
         content: "Menu";
         font-weight: bold;
         color: #fff;
         font-family: 'Muli';
    }
    .header-main .nav > li > a > i {
        font-size: 16px;
        color: #fff;
        background: var(--main-col);
        border-radius: 4px;
        padding: 5px;
    }
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}

    /*  Trang chủ  */
    h2.text-center.title-home,h2.title-home-2,.row-title__first {
        font-size: 28px;
    }
    h2.text-center.title-home {
        text-shadow: 2px 0 0 #9c9e9a;
    }
    h2.title-home-3{font-size: 24px;}
    .ts_uudiem .row_uudiem h3 {
        font-size: 20px;
    }
    .title-cn .title-cn-2 {
        font-size: 18px;
        padding-top: 6px;
    }
    .ft_formtuvan .form-dang-ky-footer .form-group {width: 100%;}
    .mk_banner{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .alm-reveal .col.post-item {
        max-width: 100%;
        flex-basis: 100%;
    }
    .hotline-phone-ring-wrap {
        display: none;
    }
    /* css call mobile */
    .box_fixbtm{
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .box_fixbtm .list_icon {
        display: block;
        margin-bottom: 0;
        background: var(--main-col);
        text-align: center;
    }
    .box_fixbtm .list_icon li {
        display: inline-block;
        width: calc(30% - 25px);
        border: 0;
        margin: 0;
        padding: 0;
        text-align: center;
        padding: 10px 0;
    }
    .box_fixbtm .list_icon li a{
        color: #fff;
        position: relative;
    }
    .box_fixbtm .list_icon li a.item_2 {
        animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    }
    .box_fixbtm .list_icon li a i{
        display: block;
        margin: auto;
        width: 30px !important;
        height: auto !important;
    }    
    /*  Phiếu đăng ký online mobile */
    .form-group-5, .form-group-6, .form-group-7 {
        flex-direction: column;
    }
    .form-group-7 div.width-1,.form-group-7 div.width-2,.form-group-6 div,
    .form-group-5 div,.form-group-4 p,.form-group-3 p,.form-group-2 p,.form-group-1 p
    {
        width: 100%;
    }
    .col-style-sitemap .col-inner {
        padding: 10px;
    }
    #menu-menu-site-map .title-bold a {
        font-size: 14px;
    }


}
/*Css on Tablet*/
  @media only screen and (min-width: 768px) and (max-width: 1024px)  {
    /*  Header  */
    div#masthead {
        background: white;
    }
    /*  Menu Tablet  */
    .off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        background: transparent !important;
        box-shadow: none;
    }
    .mobile-sidebar {
        background: #ffffff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 17px;
        color: var(--main-col);
    }
    .mfp-content .toggle {
        color: var(--main-col);
    }
    .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        margin-right: 5px;
    }
    .icon-menu:after {
         content: "Menu";
         font-weight: bold;
         color: #fff;
         font-family: 'Muli';
    }
    .header-main .nav > li > a > i {
        font-size: 16px;
        color: #fff;
        background: var(--main-col);
        border-radius: 4px;
        padding: 5px;
    }
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
    .st_thongtin .form-dang-ky:before {
        bottom: 512px;
    }
}
