.clear{
    clear:both;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Thin.html');
    src: url('../fonts/RobotoSlab-Thind41d.html?#iefix') format('embedded-opentype'),
         /*url('../fonts/RobotoSlab-Thin.woff') format('woff'),*/
         url('../fonts/RobotoSlab-Thin.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Thin-2.html#RobotoSlab') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Light.html');
    src: url('../fonts/RobotoSlab-Lightd41d.html?#iefix') format('embedded-opentype'),
         /*url('../fonts/RobotoSlab-Light.woff') format('woff'),*/
         url('../fonts/RobotoSlab-Light.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Light-2.html#RobotoSlab') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Regular.html');
    src: url('../fonts/RobotoSlab-Regulard41d.html?#iefix') format('embedded-opentype'),
         /*url('../fonts/RobotoSlab-Regular.woff') format('woff'),*/
         url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Regular-2.html#RobotoSlab') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Regular.html');
    src: url('../fonts/RobotoSlab-Regulard41d.html?#iefix') format('embedded-opentype'),
         /*url('../fonts/RobotoSlab-Regular.woff') format('woff'),*/
         url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Regular-2.html#RobotoSlab') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Bold.html');
    src: url('../fonts/RobotoSlab-Boldd41d.html?#iefix') format('embedded-opentype'),
         /*url('../fonts/RobotoSlab-Bold.woff') format('woff'),*/
         url('../fonts/RobotoSlab-Bold.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Bold-2.html#RobotoSlab') format('svg');
    font-weight: 700;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
}
body{
    /*font-family: 'Roboto Slab' !important;*/
    background: #fff;
}
a{
    text-decoration:none;
    color:#151515;
}
a:hover{
    text-decoration:none;
}
p{
    margin:0;
}
ul{
    padding:0;
    margin:0;
}
ol{
    list-style:none;
}
ul li{
    list-style:none;
}

/*header*/
#header{
    background: #134991;
    height:50px;
}
#header .container {
}
.header_map{
    line-height:50px;
}
@media (max-width: 767px) {
    .header_map{
        text-align: center;
    }
}
.header_map ul li, .socical ul li{
    display:inline-block;
    color:#fff !important;
}
.socical{
    float:right; line-height: 50px;
}
.socical ul li a{
    color:#fff;
}
.socical a img{
    height: 28px;
}
/*banner*/
.item{
    position:relative;
}
#owl-demo .item img{
    width:100%;
}
.item p{
   position: absolute;
    bottom: 250px;
    /* width: 100%; */
    font-size: 20px;
    color: #fff;
    background: rgba(130, 50, 64, 0.83);
    padding: 10px 15px;
}

.banner{
    position:relative;    
}
.slider_banner{
    /*position:absolute;
    top:-100px;*/
    padding: 5px;
    background: linear-gradient(to bottom, #c4bbb8 60%, #073b7f 40%);
}

/*breadcrumb*/
.breadcrumb{
    background:url('../images/bg/b1.jpg') no-repeat center center;
        padding: 15px 0!important;
    padding-bottom: 20px;
    border-radius:0;
}
.breadcrumb ul{
    margin:0;
}
.breadcrumb ul li{
    display:inline-block;
}

.breadcrumb ul li a{
    color:#fff;
}
.breadcrumb h1{
    color:#fff;
    font-size:20px;
}

/*menu*/
@media (min-width: 768px){
    .container_menu {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container_menu {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container_menu {
        width: 1170px;
    }
}

.container_menu {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.nav_bar{
    display:none;
}
._close{
    display:none;
}
.menu_top{
    z-index: 10000;
    padding:15px;
    /* margin: 0 auto; */
    width: 100%;
}
@media (min-width: 768px) {
    .menu_top .d-flex-md {
        display: flex; width:100%;
    }
    .menu_top .d-flex-md #menu{
        top: 50%;
        /*margin-top: -20px;*/
    }
    #menu ul li:hover >ul{
        display:block;
    }
}

#menu{
    /*position: absolute;
    top: 15px;*/
    right:0;
    background: rgb(19, 73, 145);
    width:100%;
    z-index: 999;
}
#menu ul{
    font-size:0;
}
#menu .active {
    background: #073b7f;
}
#menu .active> a{
    color:#fff;
}
#menu ul li{
    display:inline-block;
    position:relative;
    padding: 10px 14px;
}
#menu ul li span{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
#menu .sub-menu{display:none}
#menu ul li a{
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    display: block;
    width: 100%;
}
#menu ul li ul{
    display:none;
    position:absolute;
    z-index:999;
    width:230px;
    top:40px;
    left:0;
    background: rgb(19, 73, 145);
}

@media (min-width: 768px) {
    #menu ul li:hover{
        background: #4690c1;
    }
    #menu ul li:hover >a{
        color: #fff;
    }
}
#menu ul li ul li{
    display:inline-block;
    width:100%;
    padding:10px 15px;
    border-bottom: 1px solid rgba(191, 171, 174, 0.36);
}
#menu ul li ul li:last-child{
    border-bottom:none;
}
#menu ul li ul li a{
    text-transform:none;
}

#menu> ul> li> ul> li> ul{
    display:none;
    position:absolute;
    width:230px;
    top: 0;
    left: 230px;
    border-left: 1px solid #ccc;
}
#menu> ul> li> ul> li> ul > li > ul{
    display:none;
    position:absolute;
    width:230px;
    top: 0;
    left: 230px;
    border-left: 1px solid #ccc;
}
@media (max-width:768px) {
    #menu{
        position: fixed!important;
        width: 0px;
        right: 0;
        top: 0!important;
        height: 100%!important;
        transition: 0.5s;
        overflow: hidden;
    }
}
.fixed{
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10005;
    padding:5px;
    background: #134991;
    box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    transform: translateZ(0);
}
#menu.active{
    width:320px;
    transition: 0.5s;
}
#mobile-sticky-header-overlay{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}
#mobile-sticky-header-overlay.active{
    opacity: 1;
    visibility: visible;
}
.fixed #menu{
    top:7px;
}
.fixed .logo img{
    width:55px;
}
.logomobile{
    float:left
}
.logomobile img{height:50px;}
/*utility*/

.nav{
    position:relative;
}
.utility{
    padding:15px 0;
    z-index: 9999;
    width: 100%;
}
.utility_1{
    /*background:#ac1818;*/
    min-height:190px;
    margin-bottom:15px;
    padding-top:15px;   
}
.utility_1:hover{
    opacity:0.8;
}
.utility_1 i{
   font-size: 50px;
    color: #fff;
    line-height: 70px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-top: 30px;
}
.utility_1 a{
    color:#fff;
    font-weight:bold;
}
.utility_1 p:last-child{
    padding-top:15px;
}
/*choose*/
.choose{
    background: #134991 url(../images/bg/b1.jpg) no-repeat center;
    padding-top: 20px;
    padding-bottom: 40px;
    color:#fff;
}
.choose ol{
    list-style-type: decimal;
    padding-left: 15px;
}
.choose ul li{
    padding:5px 0;
}
.choose .container{
    background:url('../images/bg/bg_choose.png') no-repeat right center;
    /*background-size:cover;*/
}
/*content*/
#content{
    margin-top:30px;
}
#content .description{
    line-height: 2;
}
/*letter*/
.letter{
    margin-top:30px;
}
/*tin tức*/

.title{
        background: #ac1818;
    padding: 10px;
    color:#fff;
    text-transform:uppercase;
}
.title a{
    color:#fff;
}
.border{
    box-sizing:border-box;
     background:#eee;
     margin-bottom:20px;
}
.form-group {
    margin-bottom: 21px !important;
}
label {
    margin-bottom: 15px;
}
.border form{
    padding:15px;
}
.new ul li {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    border-bottom: 1px solid #EEE;
}
.new ul li:last-child{
    padding-bottom: 0;
    margin-bottom:5px;
    border-bottom:none;
 }
.rthumbc {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: top;
}
.recent-thumb {
   width: 60px;
    height: 60px;
    display: block;
    border-radius: 40px;
}
.recent-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.recent-title {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
}
.recent-title a {
    color: #333;
    font-size: 14px;
}
.recent-content p {
    margin: 0;
}
.recent-content p span, .content-area p span {
    font-size: 12px;
}
.new ul{
    padding:15px;
}
/*sự kiện*/


.col-event {
    margin: 0;
    width: 100%;
   overflow:hidden;
}
.col-event li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}
.sukien p {
    margin: 0;
}
.date-time {
    float: left;
    margin-right: 10px;
    width: 20%;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #ccc;
}

.day {
    background: antiquewhite;
}
.month {
    background: #EE701E;
    color: #fff;
}
.day, .month {
    float: left;
    width: 100%;
    padding: 2px 2px;
}
.sukien p {
    margin: 0;
}
.event {
    float: right;
    width:75%;
}
.event a {
    color: #151515;
    font-size: 14px;
}
.item_n{
    background:#fff;
    padding:15px;
    /*border:1px solid #ccc;*/
    border-bottom:2px solid #ccc;
    border-top:3px solid #ac1818;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ac1818;
    margin-bottom:30px;
}
.img_n{
    text-align:center;
    padding-bottom:10px;
}
.img_n img{
    max-width:100%;
      
		height: 220px;
}
.title_n a{
    font-size:18px;
}
.title_n, .desc_n{
    padding-bottom:10px;
    min-height:70px;
}
.desc_n{
    text-align:justify;
}
.col-event li{
    display:table;
}
.right_partial li {
    width: 100%;
}
/*parnet*/
#panert{
    margin-top: 30px;
    padding:20px;
    background: rgba(193, 193, 193, 0.29);
}
.title_panert{
    text-transform:uppercase;
    font-weight:bold;
    padding-top:10px;
    font-size:18px; 
    padding-bottom:30px;
}
#panert #owl-partner .item{
    text-align:center;
}
 #panert #owl-partner .item img {
    height: 70px !important;
}

/*link footer*/
.link_f{
        padding: 40px 0;
    background: #ddd;
}
.link_f h3{
    font-size:14px;
    font-weight:bold;
    padding-bottom:15px;
}
.link_f ul li{
    padding:5px 0;
}
.link_f ul li a{
    color:#151515;
}
.design{
    padding:15px;
    background:#ac1818;
    color:#fff;
}
/*pagging*/
.pagination a{
    cursor: context-menu;
    padding: 6px 14px;
    margin-right: 5px;
    background: #eee;
    color: #333 !important;
}
.pagination a.current{
    background: #ac1818;
    color: #fff !important;
}

#content_follow{
    background: #ededed;
    margin-top:45px;
    padding:15px 0;
    clear: both;
}
.connect_us{
    overflow:hidden;
    height:85px;
    border:1px solid #ccc;
    box-sizing:content-box;
}
.email_us{
     height:85px;
     padding:15px;
     background: #134991;
     display:table-cell;
     vertical-align:middle;
}
.email_input{
    display:table-cell;vertical-align:middle;
    height:80px;
}
.follow_us{
    height:85px;
    width:100%;
    padding-top:30px;
    display:block;
    vertical-align:middle;
    padding-left:40px;
    border-left:1px solid #ccc;
}
.connect_us .row .col-md-7{
    border-right:1px solid #ccc;
}
.email_us p{
    color:#fff;
}
.email_input form{
    background: #134991;
    padding:5px 3px 3px 5px;
}
.email_input input[type="text"]{
    height: 40px;
    width: 270px;
    border: none;
    padding-left: 10px;
}
.email_input input[type="button"]{
    padding:10px 12px;
}
.follow_us ul li{
    float:left;width:33.3333333333333%;
    padding:5px;
}
.follow_us ul li a{
    color:#1568b7;
    font-weight:bold;
}
.follow_us .fa-facebook-official{
    color:#3C589E;
}
.follow_us .fa-twitter-square{
    color:#5EA9DD
}
.follow_us .fa-youtube-play{
    color:#D32727
}
.follow_us .fa-rss-square{
    color:#FF8A00;
}
#near_f{
    /*margin-top: 65px;*/
    background: #134991;
}
#near_f img{
    position:relative;
    /* top:-20px; */
}
.table-cell{
    display:table-cell;vertical-align:middle;
    height:140px;
}
.table-cell p{
    color:#fff;
    padding:2px 0;
}
.table-cell p a{
    color:#fff;
}
.menu_f{
    padding:15px 0;
}
.menu_f p{
    color:#fff;
    padding-top:10px;
}
.menu_f ul li{
    display:inline-block;
    padding:0 10px;
    border-right:1px solid #ccc;
}
.menu_f ul li:first-child{
    padding-left:0;
}
.menu_f ul li:last-child{
    border-right:none;
}
footer{background:#5b5b5b;padding-bottom:40px;}
footer a{
    color:#fff;
}
.font-20{
    font-size:20px;
}
.btn_top{
      float: right;
    margin-top: 25px;
}
.btn_top a{
        width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #ac1818;
    float: left;
}
.search-top{
    width: 228px;
    float: left;
    line-height: 50px;
}
.search-top .form-control{
    height: 20px;
    font-size: 12px;
    background: none;
    color: #fff;
    float: none!important;
}
.search-top .input-group-btn,.search-top .btn{
    height: 20px;
    border-radius:0px;
}
.search-top i{
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 12px;
}
.owl-theme .owl-controls{
    background: rgba(101, 96, 97, 0.8) !important;
    right:80px;
    float: none;
    position: initial;
}
.owl-theme .owl-controls .owl-pagination{
    padding-top: 6px !important;
    float: left;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.owl-theme .owl-controls .owl-buttons{ 
    float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -48px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right:10px;
}
.owl-theme .owl-controls .owl-buttons i{
    font-size:90px;
    -webkit-text-stroke: 1px black;
	color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.owl-theme .owl-controls .owl-page span{
    background:#393c3b !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#9c9c9c !important;
}
.owl-play-stop {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(101, 96, 97, 0.8) !important;
    width: 80px;
    height: 33px;
}
.owl-play-stop i{
    color:#9c9c9c;
}
.owl-play-stop i:hover,.owl-pagination span:hover{
    color:#fff;
}
.utility_1:hover{
    opacity:0.8;
}
/*css phần he-dao-tao*/
.he-dao-tao{
    margin-top:25px;
    background: #fff;
    border-radius: 6px;
    padding:25px;
}
.col-level-1{
    float:left;
    width:50%;
}
.col-level-1, .col-leve-1 ul{
    padding:5px 10px 0 10px;
    margin:0;
}
.col-level-1 li{
    list-style: none;
} 
.col-level-1>li {
    position: relative;
    background: #E6E6E6;
}
.col-level-1>li>a.a-level-1{
    background: #FE5400;
    color:#fff;
    text-transform:uppercase;
}
.col-level-1>li>a{
    background: #E6E6E6;
    float: left;
    padding: 10px;
    width: 100%;
        color: #337ab7;
    margin-bottom: 15px;
    cursor:pointer;
    font-weight:bold;
}
.col-level-1>li>a:hover{
    text-decoration:none;
}
.col-level-1>li>ul{
    float:left;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}
.col-level-1>li>ul>li{
    padding:10px;
    background:#eee;
    margin-bottom:15px;
}
.col-level-1 .level-2{
    background:#2F38AE !important;
    color:#fff;
    text-transform:uppercase;
}
.tieudeHDT{
    padding: 10px;
    background: #FE5400;
    margin: 0 10px 10px 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
img{
	max-width:100%;
}
#box-logo-footer{
    position:relative;
}
.near_f{
    font-size:12px;
}
.foo-logo{
    position: absolute;
    left: 0;
    top: 15px;
    height: 125px!important;
}
.foo-tentruong{
    position: absolute;
    color: #fff;
    left: 145px;
    top: 36px;
}
.foo-tentruong .small{
    font-size: 16px;
    text-shadow: -1px 0 1px #000;
    text-transform: uppercase;
}
.foo-tentruong .biz{
    font-size: 22px;
    text-shadow: -1px 0 1px #000;
    text-transform: uppercase;
}
.font-foo{
    font-size:12px;
}
.menu_f{
    text-transform:uppercase;
    font-size:12px !important; 
}
.copyright{
    font-size: 11px;
    text-transform: initial; 
}
.b-title{
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #e2e2e2;
    line-height:30px;
    margin-bottom: 15px;
    height:35px;
}
.b-title span:after{
    content: '';
    border-top: 2px solid #000000;
    position: absolute;
    top: 34px;
    width: 13%;
    display: block;
    left: 15px;
    right: 0px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.b-title-1{
    margin-bottom: 15px;
    border-bottom:1px solid #ccc;
}
.b-title-1 span{
    background: #ac1818;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;    
    height: 30px;
    display: inline-block;
    min-width: 315px;
}
.b-title-1 span:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 30px solid transparent;
    border-left: 45px solid #ac1818;
    border-right: 0px solid #ac1818;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
    left: 328px;
}
.b-title-1 a{
    color: #fff;
    text-decoration:none;
}
@media (max-width: 425px) {
  .b-title-1{
    width:100%;
   }
}
.b-content{
    position:relative;
}
.customNavigation-action{
    position:absolute;
    top:0px;
    right:0px;
    z-index:10000;
}
.customNavigation-action a{
    background-color: rgba(172, 24, 24, 0.39);
    border-radius: 0px;
    padding:0px 5px;
}
.customNavigation-action a i{
    color:#fff;
}
.album-desc{
    color:#333;
}
.box-timkiemnganh{
    position:relative;
    border:1px solid #e2e2e2;
}
.box-timkiemnganh #box-form-timkiemnganh{
    padding:15px;
}
#tim-title{
    font-size: 22px;
    color: #115759;
    font-weight: bold;
    padding-bottom: 10px;
}
.btnTimNganh{
    background-color: #ffb40d;
    border: none;
    padding: 7px 65px;
    margin: 0px auto;
    color: #115759;
    font-weight: bold;
    font-size: 18px;
}
.box-sukien-home{
    min-height:318px;
}
._list_event li{
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
}
.box-share{
    position: relative;
    width:100%;
    margin-bottom:20px;
}

.box-share .addthis_inline_share_toolbox{
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.box-share .like_share{
    display: inline-block;
    position: absolute;
    right: 61px;
    top: -2px;
}
/* Scroll to top
---------------------------------- */
.scrollToTop {
  color: #ffffff;
  position: fixed;
  bottom: 6px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1005;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
      border-radius: 30px;

}

.scrollToTop i {
  line-height: 50px;
  font-size: 24px;
}

.scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .scrollToTop i {
    line-height: 40px;
    font-size: 20px;
  }
}
.bg-online {
    background: #1e5298;
}
i.tong-cong {
    color: #E41D07;
}
.online{
    color:#ac1818;
}
.bg-hom-nay {
    background: #1e5298;
}
.bg-hom-qua {
    background: #1e5298;
}
i.hom-nay {
    color: #ac1818;
}
i.hom-qua {
    color: #ac1818;
}
.bg-tong-cong {
    background: #1e5298;
}
#near_f .list-group-item{
    background: none !important;
    border: none !important;
    padding: 5px 15px !important;
    color:#fff;
    border-bottom: 1px solid #1e5298 !important;
}
#near_f .list-group-item:hover{
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #5a9ce2 !important;
}.view-more{
         float: right;
    font-size: 14px;
    color: #000;
    font-weight: bold;
 }
._list_event li:last-child{
     border-bottom:0px !important;
     margin-bottom:0px !important;
     padding-bottom: 0px;
 }
.form-search{
 
}
.search-top .form-control{
    border:1px solid #fff;
}
.img-lienquan {
    float: left;
    margin-right: 10px;
    width: 20%;
    text-align: center;
    box-sizing: content-box;
}
.img-lienquan img{
    width: 70px;
    height: 70px;
    border-radius: 70px;
}
.right-share{	
	text-align:center;
}
.right-share a{
	min-width: 48px;
	height: 48px;
	display: inline-block;	
	padding: 0px 25px;
}
a.facebook{
	background: url(../images/facebook.png) no-repeat;	
}
a.google-plus{
	background: url(../images/google_plus.png) no-repeat;	
}
a.twitter{
	background: url(../images/twitter.png) no-repeat;	
}
a.youtube{
	background: url(../images/youtube.png) no-repeat;	
}
a.zalo_2{
	background: url(../images/zalo_2.png) no-repeat;	
}
a.zalo_2 span{
    float: left;
    padding-left: 34px;
    line-height: 48px;
    font-size: 17px;
    font-weight: bold;
    color: black;
}
#vgc_bc_off{
    left: 20px !important;
    right: 0 !important;
}
.register-online-center {
    display: inline-block;
    background: #e8880c;
    color: #fff !important;
    position: fixed;
    right:0px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
    transition: all .3s;
    /*transform: translate3d(-50%, 0, 0);*/
    white-space: nowrap;
}
.register-online-right {
    display: inline-block;
    background: #e8880c;
    color: #fff !important;
    position: fixed;
    left:0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
    transition: all .3s;
}
.u-text-center {
    text-align: center;
}
.register-online-text{
    padding: 5px 12px;
}
.online-right{
    position: fixed;
    right: -2px;
    top: 81%;
    z-index: 9;
    margin-top: -70px;
}
.online-right a{
    display: block;
    color: #fff;
    margin: 5px 0px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    padding: 5px 15px;
    width: 60px;
    height: 60px;
}
.online-right a i{
    font-size: 31px;
}
.online-right .tuyen-sinh-online{
    height:auto;
    /*border-radius: 5px;*/
}
.online-right .tuyen-sinh-online span{
    font-size: 10px;
    line-height: 10px;
    display: block;
}
@keyframes hover {
    from {
        transform:rotate(30deg);
    }
    to{
        transform:rotate(360deg);
    }
}
.online-right a:hover{
    -webkit-animation: hover 1s infinite;
    animation: hover 1s infinite;
    animation-iteration-count: 1;
}
.wechat{
    background: #3fb11b;
}
.tuyen-sinh-online{
    background: #f7941d;
}
.online-right a:hover{
    color:#fff;
}
.news-more{
    background-color: #607D8B;
    padding: 4px;
}
.news-more:hover{
    opacity:0.8;
}
.news-more a{
    color:#fff;
    font-size: 13px;
}
.follow_us img{height:12px}
@media (min-width: 769px) {
    .online-right a{
        margin: 0px 14px;
    }
}
@media (max-width: 768px) {
    .online-right a{
        margin: -10px 14px;
    }
}
#embed_vchat{
    bottom: 64px !important;
    right: 16px !important;
}
#embed_fill{
    bottom: 54px !important;
    right: 6px !important;
}
#embed_circle{
    bottom: 48px !important;
    right: 1px !important;
}
@media (max-width: 767px) {
    .online-right a{
        margin: -14px 8px;
    }
    #embed_vchat {
        right: 10px !important;
        bottom: 57px !important;
    }
    #embed_fill {
        bottom: 49px !important;
        right: 1px !important;
    }
    #embed_circle {
        bottom: 42px !important;
        right: -5px !important;
    }
}
.d-flex-md{
    align-items: center;
}