@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500');
/*body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
}*/

a:hover,
a:active,
a:focus {
    outline: 0;
}

.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}

.logo {
    position: relative;
    z-index: 9999;
}

.navbar-default .navbar-toggle {
    background: #1d96d5;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #198bc4;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    position: relative;
}

.bg-blue {
    background: #1d96d5 !important;
    padding: 50px 0px 80px 0px;
}

.filter-option {
    font-weight: 300 !important;
}

.nav_header_top {
    min-height: 60px;
    background: #1d98d5;
    color: #fff;
}

.nav_top_bar ul li {
    display: inline-block;
}

.nav_top_bar {
    text-align: right;
}

.nav_top_bar ul {
    float: right;
}

.nav_top_bar ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
}

.nav_top_bar ul li a:after {
    content: "|";
    padding: 0 33px;
}

.nav_top_bar ul li:last-child a:after {
    content: "";
}

.search-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
}

.show-search {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border: 0;
    z-index: 1002;
    display: inline-block;
}

.select_button .pull-left {
    margin-right: 30px;
}

.iframe_video,
.element.video {
    text-align: center;
    position: relative;
    display: block;
}

.iframe_video::before,
.element.video:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    content: "";
    background: rgba(0, 0, 0, 0.4) url(../images/icon-video.png) center no-repeat;
    z-index: 100;
    pointer-events: none;
}

.element.video:before {
    background: rgba(0, 0, 0, 0.4) url(../images/icon-video-s.png) center no-repeat;
}

.show-tick {
    position: relative;
}

.show-tick .dropdown-menu>li>a {
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 300;
}

.color-blue {
    color: #1d96d5;
}

.info-detail {
    padding-top: 50px;
}

.color-blue .size-big {
    font-size: 150px;
}

.color-blue sub {
    font-size: 50px;
}

.show-search .fa.fa-search {
    color: #ffffff;
    font-size: 20px;
    margin: 15px 0 0 1px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.search_close i:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #000;
}

#searchform {
    position: absolute;
    right: 0;
    top: 7px;
    width: 40px;
    transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
}

#searchform .searchtext {
    height: 40px;
    border: 0;
    color: inherit;
    z-index: 99;
    background: transparent;
    width: 100%;
    padding: 0 15px;
    outline: 0;
    padding-right: 40px;
}

#searchform.open .search-button {
    position: absolute;
    right: 42px;
    top: 2px;
    height: 36px;
    width: auto;
    font-size: 14px !important;
    font-family: inherit;
    color: #ffffff;
    border: 0;
}

#searchform.close .search-button {
    display: none;
}

#searchform.open .search-button {
    position: absolute;
    right: 42px;
    top: 2px;
    height: 36px;
    width: auto;
    font-size: 14px !important;
    color: #ffffff;
    border: 0;
    border-radius: 20px;
    padding: 0px 20px;
    background: #1d98d5;
}

#searchform.open {
    width: 350px;
}

#searchform.open .searchtext {
    border-radius: 20px;
    background: #fff;
    color: #252525;
}

.nav_header_bottom {
    margin-top: 32px;
    margin-bottom: 34px;
}

.yola_menu {
    text-align: right;
    padding-top: 30px;
}

.nav_header_bottom .navbar {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
}

.nav_header_bottom .navbar-nav li a {
    padding: 0 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.nav_header_bottom .navbar-nav li.current a,
.nav_header_bottom .navbar-nav li a:hover {
    color: #33a2d9;
}

.nav_header_bottom .navbar-nav li:last-child a {
    padding-right: 0;
}

.dropdown-menu {
    min-width: 200px;
    padding: 0px;
    margin: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #33a2d9;
}

.event_content_post ul,
.event_content_pos ol {
    list-style: inherit !important;
    padding-left: 50px;
}

.bg-thanks {
    background-color: #ebebeb;
    padding: 50px 0px;
}

.bg-thanks h3 {
    font-size: 48px;
    text-transform: uppercase;
    color: #e84f13;
    padding-bottom: 35px;
    display: inline-block;
    margin-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.bg-thanks h3:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #252525;
    left: 50%;
    transform: translateX(-50%);
}

.radio-custom {
    color: #fff;
    padding-bottom: 15px;
}

.radio-custom input[type="radio"] {
    display: none;
}

.radio-custom label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 30px;
    cursor: pointer;
    margin-left: 1.5em;
    color: #fff;
    font-weight: 300;
}

.radio-custom label::before,
.radio-custom label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.radio-custom label::before {
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.radio-custom label:hover::before {
    background: #fff;
}

.radio-custom label::after {
    opacity: 0;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.radio-custom input[type="radio"]:checked+label::before {
    background: #fff;
    border: 1px solid #3498db;
}

.radio-custom input[type="radio"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width:767px) {
    .navbar-header {
        position: relative;
        top: -50px;
    }
  /*  .nav>li {
        border-left: 2px solid #1d96d5;
        margin-bottom: 5px;
        border-bottom: 1px solid #1d96d5;
        position: relative;
    }*/
    .navbar-nav .open .dropdown-menu {
        margin-left: 0px;
        padding-left: 0px;
    }
    .yola_menu.collapse.navbar-collapse {
        position: absolute;
        z-index: 999;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        top: 0px;
    }
    .navbar-nav {
        display: inline;
        margin: 0px;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .yola_menu {
        text-align: left;
        padding-top: 0px;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        background: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background: rgba(61, 185, 247, 0.5);
    }
    .dropdown-menu+.dropdown-menu {
        padding-left: 0px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        background: none;
    }
}

@media (min-width:768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

.content_slider {
    width: 90%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 5%;
}

.content_slider h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px;
    color: #e84f13;
}

.content_slider .line {
    width: 100px;
    margin: 15px 0 35px 0px;
    height: 2px;
    background: #252525;
}

.content_slider .info-slider {
    color: #252525;
    font-size: 20px;
}

.button_link {
    margin-top: 60px;
}

.button_link a {
    display: inline-block;
    margin-right: 16px;
}

.button_link a {
    display: inline-block;
    margin-right: 16px;
    text-transform: uppercase;
    color: #1d98d5;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 20px;
    border: 1px solid #1d98d5;
    font-weight: 500;
}

.button_link a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #1d98d5;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #1d98d5;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #1d98d5;
}

.owl-pagination {
    position: absolute;
    top: 25%;
    left: 2%;
}

.Top_pag .owl-pagination {
    top: 5%;
    left: 2%;
}

.Center_pag .owl-pagination {
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
}

.Bottom_pag .owl-pagination {
    top: auto;
    left: 2%;
    bottom: 5%;
}

.slidershow .owl-theme .owl-controls .owl-page {
    display: block;
}

.slidershow {
    position: relative;
}

.info_slider {
    position: fixed;
    top: 25%;
    right: 15px;
    z-index: 999;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.info_slider li {
    margin-bottom: 10px;
}

.info_slider li a {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    line-height: 62px;
    text-align: center;
    border: 1px solid #e84f13;
}

.info_slider li a:hover {
    border: 1px solid #e84f13;
}

.info_slider li a.phone {
    background: #fff url(../images/call_blue.png) center no-repeat;
}

.info_slider li a.phone:hover {
    background: #e84f13 url(../images/call_white.png) center no-repeat;
}

.info_slider li a.chat {
    background: #fff url(../images/chat_blue.png) center no-repeat;
}

.info_slider li a.chat:hover {
    background: #e84f13 url(../images/chat_white.png) center no-repeat;
}

.info_slider li a.face {
    background: #fff url(../images/fb_blue.png) center no-repeat;
}

.info_slider li a.face:hover {
    background: #e84f13 url(../images/fb_white.png) center no-repeat;
}

.owl-buttons {
    display: none;
}

.owl-carousel:hover .owl-buttons {
    display: none;
}

.owl-buttons div {
    width: 50px;
    height: 50px;
    background: transparent;

    text-align: center;
    padding: 15px;
    border: 1px solid #1d98d5;
    display: inline-block;
    margin-right: 20px;
}

.owl-theme .owl-controls {
    margin: 0 !Important;
}

.about_section {
    padding: 0;
    background: #1d98d5;
}

.about_text,
.about_text_pro {
    padding-top: 150px;
    padding-left: 80px;
}

.about_text_program {
    padding-top: 0px;
    padding-left: 80px;
}

.about_text_pro {
    padding-top: 0px;
}

.about_text_program {
    padding-top: 0px;
}

.about_text h3 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.textMaxLine,
.splitext {
    display: block;
    display: -webkit-box;
    height: 80px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.split-info {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 192px;
    font-size: 20px;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.split-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 84px;
    font-size: 20px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_detail h3:before,
.item_article h3 a:before,
.title_contact:before,
.title_text_number h3:before,
.about_text h3:before,
.title_text_program h3:before,
.title_text_event h3:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.title_text_program h3:before {
    left: 50%;
    transform: translateX(-50%);
}

.about_text p {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #fff;
    font-size: 20px;
}

.btn_button {
  /*  color: #1d98d5;
    border: 1px solid #1d98d5;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 24px;
    background: #fff;
    text-transform: uppercase;*/
}

.btn_button:hover {
  /*  background: #1d98d5;
    color: #fff;*/
}

.yola_program {
    padding: 80px 0;
}

.h3,
h3 {
    text-transform: uppercase !important;
}

.title_text_program h3 {
    position: relative;
    margin: 0;
    color: #e84f13;
    font-size: 48px;
    padding-bottom: 20px;
    text-align: center;
}

.title_text_program h3:before {
    background: #252525;
}

.title_text_program p {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #252525;
}

.slider_content_program {
    padding: 15px;
}

.item_program {
	width:100%;
	/*height:500px;*/
	background:#FFF;
	float:left;
	margin-bottom:20px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 10px 0 rgba(72, 72, 72, 0.3), 0 0 14px 0 rgba(105, 105, 105, 0.22);
    -webkit-box-shadow: 0 2px 10px 0 rgba(72, 72, 72, 0.3), 0 0 14px 0 rgba(105, 105, 105, 0.22);
    box-shadow: 0 2px 10px 0 rgba(72, 72, 72, 0.3), 0 0 14px 0 rgba(105, 105, 105, 0.22);
}
.img_item,
.item_event,
.item_event_center {
	width:100%;
	/*height:150px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img_item img,
.item_event img,
.item_event_center img {
	width:100%;
	height:150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.item_program:hover{
/* width:200%;
  
  /* Add extra 52px to normal height. Then, 1/2 of that is for top and the other half is for bottom. */
 /* height: 400px;
  
  /* Below we are using -26px ( 1/2 of total "extra' used for height). */
/*  margin-top: -26px;
  
  /* Make the border color lighter/brighter than non-hover color 
  border: 1px solid #52B5D5;*/
 
  /* Add drop shadow effect */
  /*   http://www.webestools.com/css3-box-shadow-generator-css-property-easy-shadows-div-html5-drop-shadow-moz-webkit-shadow-maker.html   */
  -moz-box-shadow:0px 0px 50px 0px #000000;
  -webkit-box-shadow:0px 0px 50px 0px #000000;
  box-shadow:0px 0px 50px 0px #000000;
  
  /* Add curved corners via CSS3 Border radius to popped item that mimic original website effect */
  /*   http://border-radius.com/    */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* Give it a higher z-index to it's on top of adjacent items near it. */
  
 /* z-index:10000;
  transform: scale(1.5);*/
}

.text_item {
    padding: 0 15px;
    padding-bottom: 10px;
    font-size:50%;
    text-align: center;
}

.text_item h3 {
    color: #e84f13;
    font-size:2em;
	font-weight:bold;
 /*   margin-top: 15px;
    margin-bottom: 15px;*/
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banghieu {
	font-size:120px; 
	text-align:center;
}
#menuphu {
    display:none;
  }
@media screen and (max-width: 992px) {
	.img_item img,
.item_event img,
.item_event_center img {
	height:5em;
}
/*.text_item .btn_button {
    font-size: 1.0em
}*/
.splitext {
    font-size: 1.0em;
	    height: 10px;
}
.text_item h3 {
    font-size:1.2em;}
#banghieu {
	font-size:80px; 
}
.thumbnail {
	display:none;
	
}
/*.dropdown{
	display:none;
}*/
#menuphu {
	visibility:visible;
}
#hbphone{
	display:block;
}
#menuphu {
    display:inline-block;
    color:red;
  }
}
.content_item p {
    margin-bottom: 5px;
}

.text_item .btn_button {
   /* display: block;
    color: #1d98d5;
    border-color: #1d98d5;
    padding: 15px 17px;
    background: #fff;
    text-align: center;
    font-size: 1.5em;
	font-weight:bold;*/
}

.text_item .btn_button:hover {
  /*  background: #1d98d5;
    color: #fff;*/
}

.test_student {
    padding: 100px 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.event_content_post {
    margin: 10px auto;
}

.favorable {
    padding: 50px 0px;
    color: #fff;
}

.favorable .test_text h3 {
    color: #fff;
}

.favorable .test_text a.btn_button {
    margin-top: 30px;
    border-color: #fff;
    color: #fff;
    background: none;
}

.favorable .test_text a.btn_button:hover {
    color: #1d97d5;
    background: #fff;
}

.tblhide {
    display: none;
}

[data-toggle="toggle"] {
    display: none;
}

.label tr td label {
    display: block;
}

.test_text h3 {
    font-size: 48px;
    color: #e84f13;
   /* margin: 20px 0 25px 0;
   margin: 10px 0 15px 0;*/
    text-transform: uppercase;
}

.test_text p {
    font-weight: 500;
}

.test_text a.btn_button.btn-trans {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.test_text a.btn_button.btn-trans:hover {
    background: #1d98d5;
    color: #fff;
    border-color: #1d98d5;
}

.contact_register .test_text h3,
.bg_dkn .test_text h3,
.test_student .test_text h3 {
    color: #fff;
    line-height: 1.4em;
}

.test_text a.btn_button {
    margin-top: 60px;
    display: inline-block;
    color: #1d98d5;
    background: #fff;
    border-color: #1d98d5;
}

.test_text a.btn_button:hover {
    background: #1d98d5;
    color: #fff;
}

.text_sale a.btn_button {
    margin-top: 60px;
    display: inline-block;
    color: #fff;
    border-color: #fff;
    font-weight: 500;
    background: transparent;
}

.text_sale a.btn_button:hover {
    background: #fff;
    color: #1d98d5;
}

.event_yola {
    padding: 90px 0;
    background-size: cover;
}

.title_text_event {
    text-align: center;
}

.title_text_event h3,
.title_text_number h3 {
    font-size: 48px;
    text-transform: uppercase;
    color: #e84f13;
    padding-bottom: 35px;
    display: inline-block;
    margin-top: 0;
    position: relative;
    text-align: center;
}

.title_text_event h3:before {
    background: #252525;
    left: 50%;
    transform: translateX(-50%);
}

.title_text_event p,
.title_text_number p {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 110px;
    font-size: 20px;
    color: #252525;
    text-align: center;
}

.item_event {
    border-radius: 10px;
    background: #e84f13;
}

.info_event {
    padding: 0 20px;
    padding-bottom: 20px;
}

.info_event h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 22px;
}

.info_event h3 a {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.info_event p {
    color: #fff;
}

.item_event_center {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.item_event_center .img_event img {
    width: 100%;
}

.item_event_center .info_event h3 {
    margin-bottom: 0;
    margin-top: 10px;
}

.item_event_center .info_event h3 a {
    font-size: 18px;
    line-height: 24px;
    color: #e84f13;
    font-weight: 700;
}

.item_event_center .info_event {
    padding-bottom: 15px;
    padding-top: 15px;
}

.number_yola {
    padding: 120px 0;
    background: #1d98d5;
}

.title_text_number h3 {
    color: #fff;
}

.title_text_number h3::before {
    left: 45%;
}

.title_text_number p {
    color: #fff;
}

.col-2 {
    position: relative;
    padding: 0 15px;
    width: 20%;
    float: left;
}

.info_number {
    color: #fff;
    text-align: center;
}

.info_number .number {
    margin-bottom: 30px;
    padding: 45px 0;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    font-size: 60px;
    width: 170px;
    height: 170px;
    color: #e84f13;
}

.info_number .number_text {
    margin-bottom: 0;
    font-size: 20px;
}

.comment_yola {
    padding: 120px 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

#owl-comment .owl-pagination {
    left: 0;
}

.comment_info>p {
    color: #464646;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
}

.comment_info p span {
    position: absolute;
    font-size: 120px;
    color: #1d98d5;
    line-height: 100%;
    top: 0;
    left: 0;
}

.info_author {
    width: 100%;
    overflow: hidden;
    padding-left: 50px;
    margin-top: 40px;
}

.img_author,
.text_author {
    float: left;
}

.img_author {
    margin-right: 50px;
}

.img_author img {
    max-width: 100%;
    border-radius: 100%;
    width: 100px !important;
    height: 100px;
}

.text_author h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #1d98d5;
    margin-top: 15px;
}

.register_ola {
    padding: 120px 0;
    background-repeat: no-repeat!important;
}

.form_yola {
    width: 565px;
}

.form_yola h3 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 35px 0;
    position: relative;
}

.form_yola p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
}

.form_yola form input,
.form_yola form button.btn {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    color: #252525;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 20px;
}

.form_yola form input {
    margin-bottom: 30px;
}

.dropdown-menu.open {
    margin-top: 12px;
}

.form_yola .bootstrap-select {
    display: block !important;
    margin-bottom: 40px;
}

.form_yola form button.btn {
    padding: 8px 35px 8px 10px;
}

.form_yola .btn_button {
    padding: 18px 77px;
}

.form_yola .btn_button:hover {
    color: #1d98d5;
    background: #fff;
}

.form_yola .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #1d97d6;
    font-family: FontAwesome;
    content: "\f078 ";
}

.bs-caret {
    width: 30px;
    height: 44px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 44px;
    color: #1d97d6;
    font-size: 1.5em;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    display: none !important;
}

.form_yola .btn_button {
    background: transparent;
}

.footer-center {
    padding-top: 120px;
    padding-bottom: 80px;
}

.logo_footer img {
    margin-bottom: 35px;
}

.logo_footer p {
    margin-bottom: 5px;
    font-size: 16px;
}

.title_footer {
    font-size: 20px;
    text-transform: uppercase;
    color: #1d98d5;
    margin-top: 0;
    margin-bottom: 35px;
}

.nav_footer li a {
    font-size: 20px;
    color: #252525;
}

.nav_footer li a:hover {
    color: #1d98d5;
}

ul.contact_footer li {
    font-size: 20px;
}

ul.contact_footer li span {
    padding-left: 5px;
}

ul.contact_footer li .pl_25 {
    padding-left: 25px;
}

li.mail_footer a {
    padding-left: 5px;
    color: #1e1e1e;
}

.map_footer a {
    padding-left: 14px;
    color: #000;
}

.subscribe-email {
    position: relative;
    width: 275px;
    margin-bottom: 78px;
}

.subscribe-email input {
    width: 100%;
    height: 66px;
    padding-left: 15px;
    font-size: 20px;
    border: 3px solid #252525;
    padding-right: 45px;
}

.inputbtn {
    position: absolute;
    top: 18px;
    right: 15px;
    border: 0;
    background: transparent;
}

.follow_footer li {
    display: inline-block;
    margin-right: 7px;
}

.copyright {
    padding: 25px 0;
    background: #000000;
    color: #fff;
}

.copyright p {
    margin-bottom: 0;
    font-size: 14pt;
}

.copyright p a {
    color: #00aeef;
}

.copyright img {
    margin-left: 20px;
}

#show_content_chat {
    position: fixed;
    bottom: 0;
    width: 500px;
    height: 200px;
    background: #fff;
    right: 0;
    z-index: 9;
    display: none;
    border-top: 2px solid #e84f13;
    border-left: 2px solid #e84f13;
    padding: 5px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.scrollToTop {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #1d98d5;
    color: #fff;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

.heading-container {
    background: url(../images/bg_contact.jpg) no-repeat scroll center center;
    overflow: hidden;
    position: relative;
}

.heading-container .heading-parallax {
    min-height: 355px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.heading-container .heading-parallax.heading-about {
    min-height: 235px;
}

.heading-container .heading-parallax .heading-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.heading-container .heading-parallax .page-title h1 {
    margin: 0;
    margin-bottom: 35px;
    font-size: 35px;
    color: #1d98d5;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading-container:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb>.active {
    color: #1d96d5;
}

.breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb li a {
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
}

.breadcrumb li a:hover {
    color: #1d98d5;
}

.breadcrumb li a:after {
    content: "|";
    padding: 0 10px;
}

.breadcrumb>li+li:before {
    display: none;
}

.contact_top {
    margin-top: 110px;
    margin-bottom: 55px;
}

.title_contact {
    font-size: 50px;
    color: #1d98d5;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.title_contact:before {
    background: #1d98d5;
}

.contact_top p {
    font-size: 20px;
    color: #252525;
    margin-bottom: 0;
}

.select_button {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.select_button .bootstrap-select>.dropdown-toggle {
    width: 222px;
    background: #fff;
    padding-left: 25px;
    font-size: 20px;
    border-radius: 4px;
    outline: 0;
    border-color: #ccc;
}

.left_contact h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1d98d5;
    text-transform: uppercase;
}

.tablinks {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff;
    font-weight: 700;
    color: rgb(191, 191, 191);
}

.tablinks p {
    margin: 0px;
}

.tablinks:hover {
    background: #fff;
    border: 1px solid #1d98d5;
}

.tablinks.active {
    background: #1d98d5;
    color: #fff;
    border: 1px solid #fff;
}

.tablinks.active h3 {
    color: #fff;
}

.right_contact {
    padding-left: 65px;
    border-left: 3px solid #1d98d5;
    display: none;
}

.right_contact h3 {
    margin-top: 0;
    font-size: 37px;
    color: #1d98d5;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.right_contact p {
    font-size: 20px;
    color: rgb(192, 192, 192);
}

.mgt_45 {
    margin-top: 45px;
}

.right_contact img {
    margin-top: 55px;
}

.contact_map {
    margin-top: 60px;
}

.contact_map iframe {
    width: 100%;
    height: 610px;
}

.contact_register h3,
.news_bg h3,
.bg_dkn h3 {
    margin-bottom: 35px;
}

.contact_register p,
.news_bg p,
.bg_dkn p {
    font-size: 20px;
    color: #fff;
}

.contact_register a.btn_button {
    margin-top: 55px;
}

.bg_program_head:before {
    background: rgba(217, 218, 219, 0.7);
}

.program_item .item_program {
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 10px 0 rgba(72, 72, 72, 0.3), 0 0 14px 0 rgba(105, 105, 105, 0.22);
    -webkit-box-shadow: 0 2px 10px 0 rgba(72, 72, 72, 0.3), 0 0 14px 0 rgba(105, 105, 105, 0.22);
    box-shadow: 0 2px 10px 0 rgba(72, 72, 72, 0.3), 0 0 14px 0 rgba(105, 105, 105, 0.22);
    background: #fff;
}

.program_item .select_button {
    margin-top: 120px;
    margin-bottom: 65px;
}

.program_item .bootstrap-select.form-control {
    margin-right: 0;
    box-shadow: none;
}

.program_item .select_button .bootstrap-select>.dropdown-toggle,
.section_5 .select_button .bootstrap-select>.dropdown-toggle {
    width: 100%;
}

.padB30 {
    padding-bottom: 30px;
}

.page-node {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    width: 35px;
    height: 33px;
    background: #1d98d5;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    border: 1px solid #fff;
}

.page-node.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.page-node.current,
.page-node:hover {
    color: #1d98d5;
    background: #fff;
    border-color: #1d98d5;
}

.pagination_program {
    margin-bottom: 50px;
}

.content_article {
    margin-top: 115px;
    float: left;
    width: 100%;
}

.banner_article {
    margin-bottom: 60px;
}

.banner_article .owl-pagination {
    display: none;
}

.list_post_right>h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #1d97d5;
    margin-top: 0;
    margin-bottom: 60px;
}

.list_post_right .post-title {
    margin: 15px 0;
    display: block;
    font-size: 16px;
    color: #1d97d5;
    text-transform: uppercase;
}

.post-meta span {
    font-size: 20px;
    color: #3b3b3b;
}

.post-meta span i {
    padding-right: 5px;
}

.post-meta span:after {
    content: "|";
    padding: 0 5px;
}

.post-meta span:last-child:after {
    content: "";
    padding: 0;
}

.list_post_right ul li {
    margin-bottom: 35px;
}

.list_post_right ul li:last-child {
    margin-bottom: 0;
}

.list_post_right {
    margin-bottom: 60px;
}

.item_article {
    margin-bottom: 50px;
}

.item_article h3 {
    margin-top: 0;
}

.item_article h3 a,
.event_detail h3 {
    font-size: 20px;
    color: #1d97d5;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 20px;
}

.item_article h3 a:before,
.event_detail h3:before {
    background: #1d97d5;
}

.item_article .post-meta span {
    font-size: 20px;
}

.item_article .post-meta span i {
    padding-right: 30px;
}

.item_article .post-meta span:after {
    padding: 0 30px;
}

.item_article .post-meta {
    margin-bottom: 40px;
}

.item_article p {
    margin: 30px 0;
    font-size: 20px;
    color: #252525;
}

.btn_readmore {
    border: 1px solid #1d97d5;
    color: #1d97d5;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    background: transparent;
    border-radius: 5px;
    padding: 15px 30px;
}

.btn_readmore:hover {
    background: #1d97d5;
    color: #fff;
}

.news_bg {
    background: url(../images/bg_news.jpg) no-repeat scroll center center;
    margin-top: 30px;
}

.news_bg .test_text a.btn_button {
    border-color: #fff;
    color: #fff;
    background: none;
}

.news_bg .test_text a.btn_button:hover {
    border-color: #1d96d5;
    color: #1d96d5;
    background: #fff;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(51, 162, 217, 0.8);
    color: #fff;
    display: block;
    font-size: 2em;
    line-height: 50px;
    text-align: center;
}

.nbs-flexisel-nav-left {
    left: -10px;
}

.nbs-flexisel-nav-right {
    right: -10px;
}

.nbs-flexisel-nav-right:before {
    content: "\f105";
}

.nbs-flexisel-nav-left:before {
    content: "\f104";
}

.bg_dktt,
.bg_dktv {
    padding: 120px 0;
}

.bg_dktt .form_yola,
.bg_dktv .form_yola {
    width: 570px;
    float: right;
}

.bg_dktt .form_yola h3,
.bg_dktv .form_yola h3 {
    color: #1d98d5;
    margin-bottom: 35px;
}

.bg_dktv .form_yola h3,
.bg_dktv .form_yola p {
    color: #f7fffd;
}

.bg_dktt .form_yola p {
    color: #111111;
    font-size: 20px;
    margin-bottom: 60px;
}

.bg_dktt .form_yola .btn_button,
.bg_dktv .form_yola .btn_button {
    background: transparent;
    border-color: #1d97d6;
    color: #1d97d6;
    padding: 15px 80px;
    float: right;
}

.bg_dktt .form_yola .btn_button:hover {
    background: #fff;
}

.bg_dktv .form_yola .btn_button {
    border-color: #fff;
    color: #fff;
}

.bg_dktv .form_yola .btn_button:hover {
    background: #fff;
    color: #1d97d6;
}

.info-focus {
    text-align: center;
}

#program_slider .info-focus img {
    max-width: 258px;
}

.embed-responsive {
    margin: 15px 0px;
}

.info-focus .name,
.info-focus .skill {
    padding: 10px 0px 5px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.info-focus .skill {
    padding: 0px 0px 5px 0px;
    color: #1d97d5;
}

.info-focus h4 {
    width: 215px;
    margin: 15px auto;
    font-size: 20px;
    color: #1d97d5;
    font-weight: 500;
    height: 46px;
    overflow: hidden;
}

.box-partner {
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 80px;
}

.box-partner .nbs-flexisel-nav-left,
.box-partner .nbs-flexisel-nav-right {
    display: none;
}

#pagination {
    margin-bottom: 30px;
}

.timeline {
    margin-top: 30px;
    text-align: center;
}

.timeline .year {
    display: none;
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.timeline .year span {
    display: inline-block;
    padding-bottom: 6px;
}

.timeline .year:after {
    content: "";
    display: block;
    width: 80%;
    margin: auto;
    height: 1px;
    background: #1d98d5;
}

.timeline .year--end:before {
    content: "";
    display: block;
    width: 80%;
    margin: auto;
    height: 1px;
    background: #1d98d5;
}

.timeline .year--end:after {
    content: none;
}

.timeline .days {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.timeline .days .day {
    width: 100%;
    float: left;
}

.timeline .days .day .events {
    position: relative;
    float: left;
    border-right: 1px solid #1d98d5;
    padding: 0px 85px 0px 0px;
    text-align: left;
    width: 50%;
}

.timeline .days .day .events:before {
    content: "";
    width: 20px;
    height: 30px;
    background: transparent;
    position: absolute;
    right: -10px;
    top: 0px;
    z-index: 90;
}

.timeline .days .day .events p {
    padding-bottom: 30px;
}

.timeline .days .day .events:after {
    content: "";
    width: 50px;
    display: inline-block;
    height: 1px;
    background: #1d98d5;
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
}

.timeline .days .day .events .date {
    padding: 0 0px 15px 0px;
    text-align: left;
    color: #e84f16;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.timeline .days .day .events .day__img {
    margin-right: -30px;
    position: relative;
    overflow: hidden;
}

.timeline .days .day .events .day__img img {
    display: block;
    float: right;
}

.timeline .days .day .events .day__img .caption {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.timeline .days .day:nth-child(odd) .events {
    width: calc(50% + 1px);
    float: right;
    border-right: 0;
    border-left: 1px solid #1d98d5;
    text-align: left;
    padding-left: 85px;
    padding-right: 0px;
}

.timeline .days .day:first-child .events:before {
    content: "";
    width: 20px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: 90;
}

.timeline .days .day:nth-child(odd) .events:after {
    right: auto;
    left: 0;
}

.timeline .days .day:nth-child(odd) .events .date {
    left: auto;
    right: 100%;
    text-align: left;
}

.timeline .days .day:nth-child(odd) .events .day__img {
    margin-right: auto;
    margin-left: -30px;
}

.timeline .days .day:nth-child(odd) .events .day__img img {
    float: left;
}

.timeline .days .day:nth-child(odd) .events .day__img .caption {
    right: auto;
    left: 0;
}

.marB80 {
    margin-bottom: 80px;
}

.view-all {
    margin: 80px auto;
    width: 200px;
    text-align: center;
}

.view-all .btn_button {
    border-color: #1d98d5;
    color: #1d98d5;
    background: #fff;
}

.view-all .btn_button:hover {
    border-color: #fff;
    color: #fff;
    background: #1d98d5;
}

.section_1 {
    background: #9c2a8e;
}

.section_2 {
    background: #f7941c;
}

.section_3 {
    background: #009ade;
}

.section_5 {
    background: #e90d8c;
}

.section_2 h3,
.section_2 p,
.section_3 h3,
.section_3 p,
.section_5 h3 {
    color: #fff;
}

.section_2 h3:before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.section_3 h3:before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.section_4 h3:before {
    background: #252525;
    left: 50%;
    transform: translateX(-50%);
}

.section_5 h3:before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.arrow_buttom {
    position: relative;
    padding: 120px 0;
}

.arrow_buttom p {
    font-size: 20px;
}

.arrow_buttom:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 250px;
    line-height: 5px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    color: #fff;
    z-index: 3;
    background: transparent !important;
    position: absolute;
}

.section_1:after {
    color: #9c2a8e;
    ;
}

.section_2:after {
    color: #f7941c;
}

.section_3:after {
    color: #009ade;
}

.section_5:after {
    color: rgb(208, 1, 67);
}

.hot_yola {
    margin-top: 30px;
}

.hot_yola img {
    padding-bottom: 50px;
    height: 205px;
}

.mgt_30 {
    margin-top: -31px;
}

.section_3 .program_yola {
    margin-top: 70px;
    padding: 10px;
}

.section_3 .program_yola.color_1 {
    background: #9c2a8e;
}

.section_3 .program_yola.color_2 {
    background: #f7941c;
}

.section_3 .program_yola.color_3 {
    background: #e90d8c;
}

.section_3 .program_yola h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program_yola_content {
    background: #fff;
    padding: 25px;
    min-height: 375px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.section_3 .program_yola_content p {
    color: rgb(17, 17, 17) !important;
    font-size: 20px;
}

.pdl_15 {
    padding-left: 15px;
}

.section_5 .bootstrap-select.form-control {
    background: transparent;
    box-shadow: none;
}

.table_tkb {
    margin-top: 50px;
}

.table {
    margin-bottom: 0;
}

.table_tkb thead {
    background: #21acf2;
}

.table_tkb .table>thead>tr>th {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 15px 5px;
    border-bottom: 0;
    white-space: nowrap;
}

.table_tkb tbody {
    background: #98d9f9;
}

.table_tkb.tbl-pink tbody {
    background: #ffafdc;
}

.table_tkb.tbl-pink thead {
    background: #e52792;
}

.table_tkb tbody.labels {
    background: none;
}

.table_tkb.tbl-pink .btn_link {
    background: #e90d8c;
}

.table_tkb .table>tbody>tr>td {
    border: 0;
    font-size: 21px;
}

.table_tkb .table>tbody>tr:nth-child(even) {
    background: #fff;
}

.table_tkb .table>tbody>tr>td{
    border: 0;
    font-size: 20px;
    text-align: center;
    color: #333;
    padding: 15px 5px;
    font-size: 18px;
}


.table-mobile{
    display: none;
}
.table-mobile .table{
    border:1px solid #ccc;
}
.table-mobile  .table>tbody>tr>th{
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 15px 5px;
    border-top:none;
    border-bottom:none;
    white-space: nowrap;
    background: #21acf2;

}

.table-mobile  .table>tbody>tr>td {
    text-align: left;
    background: #fff;
    border:1px solid #ccc;
}
.table-mobile  .table>tbody>tr>td:first-child{
    background: #21acf2;
    color: #fff;
}

.table-mobile.tbl-pink  .table>tbody>tr>th{
    background: #e52792;
}
.table-mobile.tbl-pink .table>tbody>tr>td:first-child {
    background: #e52792;
}

.table_tkb tbody.labels {
    background: none;
}

.table_tkb.tbl-pink .btn_link, .table-mobile.tbl-pink .btn_link {
    background: #e90d8c;
}


.btn_link {
    font-size: 14px;
    background: #1d96d5;
    border-radius: 10px;
    padding: 8px 10px;
    color: #fff;
    display: block;
    max-width: 110px;
}

.btn_all {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px 30px;
    margin-top: 65px;
    font-weight: 500;
    cursor: pointer;
}

.btn_all:hover,
.btn_link:hover {
    background: #1d98d5;
    color: #fff;
}

.section_5:after {
    display: none;
}

.bg_dkn {
    padding: 90px 0;
}

a:focus {
    text-decoration: none;
}

.event_detail p {
    margin: 0;
}

.share_event {
    margin-top: 70px;
}

.share_event span {
    font-size: 30px;
    color: #1d96d5;
    margin-right: 60px;
    vertical-align: middle;
}

.share_event a {
    margin-left: 20px;
    display: inline-block;
}

.event_post_releated {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 110px;
}

.element.junior-hv,
.element.toefl-hv,
.element.jielts-hv,
.element.sat-hv,
.element.efl-hv,
.element.ielts-hv {
    height: 330px;
}

.element.junior-gv,
.element.toefl-gv,
.element.jielts-gv,
.element.sat-gv,
.element.efl-gv,
.element.ielts-gv {
    height: 530px;
}

.border-gv {
    border: 1px solid #00aeef;
    border-radius: 11px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.W20 {
    width: 30px;
    display: inline-block;
}

.element .text_item {
    padding: 0 5px;
}

.element .text_item h3 {
    margin: 5px 0px;
}

.gallery_student h2 {
    color: #ff0000;
    font-size: 40px;
    text-transform: uppercase;
    padding: 50px 0;
    margin: 0px;
    text-align: center;
}

h3.title-other {
    margin: 30px 0px;
    color: #ff0000;
}

.ls-new {
    margin-bottom: 30px;
}

.ls-new h4 {
    text-transform: uppercase;
    line-height: 1.4em;
    height: 46px;
    overflow: hidden;
}

.fixed-header {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
    margin: 0px !important;
}

.fixed-header .yola_menu {
    padding-top: 15px;
}

.box-icomenu {
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    right: 0px;
    top: -5px;
    cursor: pointer;
    display: none;
}

.flexcroll {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.flexcroll::-webkit-scrollbar {
    width: 12px;
}

.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(232, 79, 19, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(60, 60, 60, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(232, 79, 19, 0.5);
}

@media (max-width:1440px) {
    .register_ola {
        background-position: 100% !important;
    }
    .post-meta span {
        font-size: 18px;
    }
}

@media (max-width:1370px) {
    .about_text,
    .about_text_pro {
        padding-top: 80px;
    }
    .about_text_program {
        padding-top: 0px;
    }
}

@media (max-width:1024px) {
    .nav_header_bottom {
        margin-bottom: 0px;
    }
    .info_slider {
        top: 52%;
        transform: translateY(-50%);
        right: 42px;
    }
    .btn_button {
        font-size: 22px;
    }
    .subscribe-email {
        width: 100%;
    }
    .button_link {
        margin-top: 30px;
    }
    .about_text,
    .about_text_pro {
        padding-top: 20px;
    }
    .about_text_program {
        padding-top: 0px;
    }
    .element.junior-gv,
    .element.toefl-gv,
    .element.jielts-gv,
    .element.sat-gv,
    .element.efl-gv,
    .element.ielts-gv {
        width: 230px;
        height: 465px;
    }
    .register_ola {
        background-position: 70% !important;
    }
    .info_slider li a {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width:991px) {
    .table-mobile{
        display: block;
        margin-top: 30px;
    }
    .table-mobile .table{
        font-size: 16px;
    }
    .table-mobile .table > tbody > tr > th{
        font-size: 16px;
    }
    .info_number .number {
        padding: 35px 0;
        font-size: 45px;
        width: 130px;
        height: 130px;
    }
    .nav_header_bottom .navbar-nav li a {
        padding: 0 2px;
    }
    .table_tkb.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }
    .content_slider h3 {
        font-size: 45px;
    }
    .content_slider .line {
        margin: 18px 0;
    }
    .about_text,
    .about_text_pro {
        padding-left: 0;
    }
    .about_text_program {
        padding-left: 0;
    }
    .about_text h3 {
        font-size: 25px;
    }
    .about_text p {
        margin-bottom: 25px;
    }
    .about_text,
    .about_text_pro {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_text_program {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .item_article h3 a,
    .list_post_right>h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .list_post_right .post-title,
    .post-meta span {
        font-size: 18px;
    }
    .nav_header_bottom .navbar-nav li a {
        font-size: 14px;
    }
    .arrow_buttom p {
        font-size: 22px;
    }
    .arrow_buttom {
        padding: 60px 0;
    }
    .section_3 .program_yola_content p {
        font-size: 18px;
    }
    .table_tkb.table-responsive {
        border: 0;
    }
    .register_ola {
        background-position: 0% !important;
    }
    .form_yola {
        width: auto;
    }
    .btn_button {
        font-size: 18px;
        padding: 10px 30px;
    }
    .various {
        margin-bottom: 15px;
        display: block;
    }
    .footer-center {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .subscribe-email {
        margin-bottom: 15px;
    }
    .info_slider {
        right: 15px;
    }
}

@media (max-width:991px) and (min-width:767px) {
	
.text_item .btn_button:hover {
    background: #1d98d5;
    color: #fff;
}
}

@media (min-width:768px) {
.text_item .btn_button:hover {
    background: #1d98d5;
    color: #fff;
}
}

@media (max-width:767px) {

.text_item .btn_button:hover {
    background: #1d98d5;
    color: #fff;
}
    .color-blue .size-big {
        font-size: 80px;
    }
    h3.title-other {
        margin: 10px 0px;
    }
    .logo img {
        width: 80px;
    }
    .navbar-nav .open .dropdown-menu {
        max-height: 100px;
        overflow-y: scroll;
    }
    .scrollToTop {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .info_slider {
        top: 57%;
    }
    .ls-new h4 {
        height: auto;
        overflow: visible;
    }
    .bg_dktt,
    .bg_dktv {
        background: #c4d0de !important;
    }
    .follow_footer {
        position: absolute;
        left: 15px;
        top: 0px;
    }
    .timeline .days .day .events .date,
    .timeline .days .day:nth-child(2n+1) .events .date {
        text-align: center;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        left: 0;
        right: 0;
    }
    .timeline .days .day .events .date:before,
    .timeline .days .day:nth-child(2n+1) .events .date:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        width: 100px;
        height: 2px;
        background: #252525;
    }
    .timeline .days .day .events {
        width: 100%;
    }
    .timeline .days .day:nth-child(2n+1) .events,
    .timeline .days .day .events {
        width: 100%;
        float: none;
        border: none;
        padding: 0px;
    }
    .timeline .days .day:first-child .events::before {
        display: none;
    }
    .timeline .days .day .events::after {
        display: none;
    }
    .info-focus {
        margin-bottom: 30px;
    }
    .nav_header_bottom .navbar {
        position: absolute;
        width: 100%;
        right: 0px;
    }
    .title_text_event p,
    .title_text_number p {
        padding: 0;
    }
    .col-2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .form_yola {
        width: 100%;
        padding: 15px;
    }
    .img_item img,
    .item_event img,
    .item_event_center img {
        width: 100%;
    }
    .item_event {
        margin-bottom: 15px;
    }
    #show_chat {
        display: none;
    }
    .yola_menu {
        border: none;
    }
    .box-icomenu {
        display: block;
    }
    .nav_top_bar ul li a:after {
        padding: 0 10px;
    }
    .yola_menu {
        display: none;
    }
    .nav_header_bottom .navbar-nav li a {
        line-height: 40px;
    }
    .content_slider h3 {
        font-size: 20px;
    }
    .content_slider .line {
        margin: 10px 0;
    }
    .content_slider .info-slider {
        font-size: 14px;
        max-width: 350px;
    }
    .heading-container .heading-parallax .page-title h1,
    .title_contact {
        font-size: 22px;
    }
    .select_button>div {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .right_contact {
        padding-left: 0;
        border-left: 0;
    }
    .nav_top_bar ul li a {
        font-size: 10px;
    }
    #searchform.open {
        width: 300px;
    }
    .program_item .select_button {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .item_article h3 a {
        font-size: 20px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .item_article .post-meta span i {
        padding-right: 10px;
    }
    .item_article .post-meta span:after {
        padding: 0px 10px;
    }
    .bg_dktt .form_yola,
    .bg_dktv .form_yola {
        width: 100%;
    }
    .bg_dktt .form_yola .btn_button,
    .bg_dktv .form_yola .btn_button {
        width: 100%;
        float: none;
    }
    .btn_readmore {
        padding: 0 55px;
    }
    .item_article .post-meta span {
        font-size: 18px;
    }
    .title_text_number h3:before {
        left: 35%;
    }
    .section_3 h3:before,
    .section_4 h3:before,
    .section_5 h3:before {
        left: 50%;
    }
    .share_event span {
        margin-right: 15px;
    }
    .share_event a {
        margin-left: 10px;
    }
    .item_event_post {
        margin-bottom: 30px;
    }
    .about_text,
    .about_text_pro {
        padding-left: 15px;
    }
    .about_text_program {
        padding-left: 15px;
    }
    .bg_dktt,
    .bg_dktv,
    .register_ola,
    .comment_yola,
    .yola_program,
    .test_student,
    .event_yola,
    .number_yola {
        padding: 60px 0;
    }
    .form_yola h3,
    .title_text_program h3,
    .title_text_event h3,
    .title_text_number h3 {
        font-size: 35px;
    }
    .form_yola p {
        font-size: 18px;
    }
    .heading-container .heading-parallax .page-title h1 {
        margin-bottom: 15px;
    }
    .content_article,
    .contact_top {
        margin-top: 60px;
    }
    .item_article h3 a,
    .event_detail h3 {
        line-height: 30px;
        font-size: 20px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .list_post_right>h3,
    .test_text h3,
    .right_contact h3 {
        font-size: 30px;
    }
    .list_post_right .post-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .post-meta span,
    .contact_register p,
    .news_bg p,
    .bg_dkn p {
        font-size: 18px;
    }
    .test_text a.btn_button {
        margin-top: 30px;
    }
    .right_contact h3 {
        margin-bottom: 30px;
    }
    .right_contact p {
        font-size: 18px;
    }
    .footer-center {
        padding-top: 60px;
    }
    .program_yola_content {
        min-height: auto;
    }
    .button_link a {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .btn_all {
        margin: 30px 0px;
    }
    .tablinks {
        width: 50%;
        float: left;
    }
    #gallery .filters {
        margin-bottom: 30px;
        text-align: center;
    }
    #gallery .filters a {
        width: 180px;
    }
    .element,
    .element.big_img {
        width: 340px;
        height: 300px;
    }
    .element.junior-gv,
    .element.toefl-gv,
    .element.jielts-gv,
    .element.sat-gv,
    .element.efl-gv,
    .element.ielts-gv {
        width: 342px;
        height: 620px;
    }
    .banner_article .item {
        text-align: center;
    }
    .list_post_right ul li {
        text-align: center;
    }
    .facebook_fanpage {
        text-align: center;
    }
    .facebook_fanpage img {
        width: 100%;
    }
    .event_post_releated {
        margin-bottom: 30px;
    }
    #gallery .filters a:nth-of-type(3) {
        margin-right: 0px;
    }
    .nbs-flexisel-nav-left {
        left: 10px;
    }
    .nbs-flexisel-nav-right {
        right: 10px;
    }
    .textMaxLine {
        max-width: 100%;
    }
    .about_text,
    .about_text_pro {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .about_text_program {
        padding-top: 0px;
        padding-bottom: 35px;
    }
    .title_footer {
        margin-top: 35px;
    }
    .logo_footer img {
        display: block;
    }
    .logo_footer p {
        font-size: 20px;
        display: inline;
    }
    .nav_footer li,
    .contact_footer li {
        padding: 8px 10px;
        border-bottom: 1px solid #f2f2f2;
        display: block;
    }
    .copyright {
        text-align: center;
    }
    .copyright .text-right {
        text-align: center;
    }
    .copyright img {
        margin-left: 0px;
    }
    .gallery_student h2 {
        font-size: 22px;
        padding: 30px 0px;
    }
    .item_event_center .img_event img {
        width: auto!important;
        height: auto!important;
    }
}

@media (max-width:668px) {
	.img_item img,
.item_event img,
.item_event_center img {
	height:5em;
}
.splitext {
    font-size: 1.0em;
	    height: 5px;
}
    .content_slider {
        top: 80%;
    }
    .element,
    .element.big_img {
        width: 295px;
        height: 250px;
    }
    .element.junior-gv,
    .element.toefl-gv,
    .element.jielts-gv,
    .element.sat-gv,
    .element.efl-gv,
    .element.ielts-gv {
        width: 290px;
        height: 535px;
    }
    .post-meta {
        text-align: left;
    }
    .post-meta span {
        display: block;
    }
    .post-meta span::after {
        display: none;
    }
    .box-new .col-xs-6 {
        width: 100%;
        float: none;
    }
}

@media (max-width:414px) {
    .slidershow .owl-carousel {
        height: 200px;
    }
    .slidershow .owl-carousel img {
        height: 200px;
    }
    .content_slider {
        padding: 10px;
    }
    .content_slider .button_link a {
        padding: 5px;
        margin-right: 0px;
        font-size: 16px;
    }
    .btn_button,
    .btn_readmore {
        font-size: 16px;
        padding: 10px;
    }
    .register_ola {
        background-position: 0;
    }
    .form_yola h3,
    .title_text_program h3,
    .title_text_event h3,
    .title_text_number h3,
    .about_text h3 {
        font-size: 22px;
    }
    .program_item .col-xs-6 {
        width: 100%;
        float: none;
    }
    .tablinks {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .element,
    .element.big_img {
        width: auto;
        height: auto;
    }
    #gallery .filters a:last-child {
        margin-right: 10px;
    }
    .element.junior-hv,
    .element.toefl-hv,
    .element.jielts-hv,
    .element.sat-hv,
    .element.efl-hv,
    .element.ielts-hv {
        width: 100%;
        text-align: center;
    }
    .element.junior-gv,
    .element.toefl-gv,
    .element.jielts-gv,
    .element.sat-gv,
    .element.efl-gv,
    .element.ielts-gv {
        width: 98%;
        height: auto;
    }
    .select_button .pull-left {
        float: none;
        width: 100%;
    }
    .select_button .bootstrap-select>.dropdown-toggle {
        width: 100%;
    }
    .ls-new h4 {
        font-size: 14px;
    }
    .text_item h3 {
        align-items: flex-start;
    }
    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 320px;
    }
    .xdsoft_datetimepicker .xdsoft_label {
        padding: 5px 3px;
        font-size: 14px;
    }
    .xdsoft_datetimepicker .xdsoft_month {
        width: 100px;
        text-align: right;
    }
    .xdsoft_datetimepicker .xdsoft_year {
        width: 48px;
        margin-left: 5px;
    }
    .xdsoft_datetimepicker .xdsoft_calendar td,
    .xdsoft_datetimepicker .xdsoft_calendar th {
        height: 25px;
        font-size: 12px;
        width: 12.5%;
    }
    .radio-custom .text-right {
        text-align: left;
    }
    .radio-custom label {
        margin-left: 0px;
    }
    .content_contact .col-xs-4 {
        width: 100%;
        float: none;
    }
}

