/*
Theme Name: PVESER THEME
Theme URI: http://pveser.com
Author: PVESER THEME
Author URI: http://pveser.com
Description: WordPress Theme Develope By PVESER
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
.cta {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:99999;
}
.ctaitem {
	float:left;
	border-left:1px solid #fff;
	text-align:center;
	padding: 5px 0;
}
.ctaitem:nth-child(1) {
	border-left: 0;
}
.ctaitem a {
	color: #fff;
	display:block;
	font-size:14px;
}
.ctaitem img {
	max-height:40px;
	margin-bottom:5px;
}
img {
	max-width:100%!important;
}
table {
	max-width:100%!important;
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.slide .owl-carousel .owl-stage-outer {
	float:left;
/* 	display:none; */
}
.wp-pagenavi a, .wp-pagenavi span {
	float:left;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
	max-width:100%!important;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
	max-width:100%!important;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 13px;
  padding: 5px 20px;
  text-align: left;
  background: #f9f5f5c9;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Montserrat", FontAwesome, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0 auto;
  background: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
  transition: all 0.3s;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #0291d6;
}
ul {
  margin: 0;
  list-style: none;
}
/*=================back to top====================*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffb016;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
#return-to-top i {
  z-index: 9999;
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* ============================== Menu =============================== */
.menu-site {
  line-height: 42px;
  webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.menu-box .main-menu > li {
  display: inline-block;
  float: left;
}
.menu-box .main-menu > li > a {
  display: block;
  padding: 20px 5px;
  font-size: 14.5px;
  font-weight: bold;
  color: #0c6fb8;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}
.menu-box .main-menu > li:hover,
.menu-box .main-menu > li.current-menu-item {
  background-color: #0c6fb8;
  z-index: 99999;
  color: #fff;
}
.menu-box .main-menu > li:hover ul {
  border-top: 5px solid #358dfa;
}
.menu-box .main-menu > li:hover ul > li > ul {
  margin-left: 12px;
}
.menu-box .main-menu > li:hover > a,
.menu-box .main-menu > li.current-menu-item > a {
  color: white;
}
.menu-box .main-menu > li > a:hover {
  color: white !important;
}
.menu-box .main-menu li {
  position: relative;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.menu-box .main-menu > li.menu-item-has-children > a > i {
  display: inline-block;
  margin-left: 7px;
}
.main-menu .sub-menu {
  display: none;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}
.main-menu .sub-menu li a {
  display: block;
  padding: 7px 15px;
  color: white;
  font-weight: bold;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}

.main-menu .sub-menu li:first-child {
  border: none;
}
.main-menu .sub-menu li.menu-item-has-children > a > i {
  display: inline-block;
  float: right;
}
.main-menu .sub-menu li:hover > a,
.main-menu .sub-menu li.current-menu-item > a {
  background-color: #21345a;
  color: white;
}
.bg-popup-kh {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  margin-bottom: 0;
}
.breadcrumb {
  padding: 8px 0;
}
.wp-pagenavi span.current {
  border: none;
  background-color: #0c6fb8;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 14px;
}

@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .menu-box .main-menu .sub-menu {
    position: absolute;
    width: 230px;
    z-index: 99;
  }
  .menu-box .main-menu .sub-menu {
    background-color: #0c6fb8;
  }
  .main-menu > li > .sub-menu {
    top: 100%;
    left: 40px;
  }
  .main-menu .sub-menu .sub-menu {
    top: -1px;
    left: 100%;
  }
}
@media screen and (max-width: 991px) {
  .menu-site {
    text-align: right;
  }
  .menu-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow: hidden;
  }
  .menu-box .bg-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 98;
  }
  .menu-box .main-menu {
    position: relative;
    z-index: 99;
    text-align: left;
    width: 300px;
    max-width: 95%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    background-color: #004e88;
  }
  .menu-box .btn-hide-menu {
    position: relative;
    z-index: 99;
    color: #fff;
  }
  .menu-box .main-menu > li {
    display: block;
    width: 100%;
    border-bottom: #ccc thin solid;
  }
  .menu-box .main-menu > li > span {
    display: none;
  }
  .menu-box .main-menu > li > a {
    padding: 7px 10px;
  }
  .main-menu li:hover > a,
  .main-menu li.current-menu-item > a {
    background-color: #0291d6;
    color: #fff;
  }
  .main-menu > li.menu-item-has-children > a > i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-menu .sub-menu {
    padding-left: 10px;
  }
  .main-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
  }
  .main-menu li.menu-item-has-children > a > i {
    position: absolute;
    display: inline-block;
    padding: 10px 12px;
    top: 10px;
    right: 0;
    margin: 0 !important;
  }
  .menu-site {
    webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  .menu-box .main-menu > li > a {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    color: #91b3cc;
    font-size: 14px;
  }

  .menu-box .main-menu li {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  .main-menu .sub-menu {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    background-color: white;
  }
  .main-menu .sub-menu li a {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    color: #337ab7;
    border-top: 1px solid #ccc;
  }
}
/* cây thư mục */
.thumuc {
  color: red;
  padding: 50px 0;
}
.thumuc ul li {
  padding: 5px 0;
  font-size: 12px;
  position: relative;
  padding-left: 28px;
}
.thumuc ul li:before {
  content: "";
  border-top: 1px solid red;
  width: 25px;
  position: absolute;
  top: 12px;
  left: 0;
}
.thumuc ul {
  position: relative;
  overflow: hidden;
}
.thumuc ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid red;
  position: absolute;
  left: 0px;
  bottom: 100%;
  margin-bottom: -12px;
}
.thumuc ul .treeview-item > a:after {
  content: "\f196";
  position: absolute;
  top: 3px;
  left: 6px;
  z-index: 999;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
.thumuc ul li a {
  color: red;
}
/* ========================================= */
.email-top-page {
  background: url(assets/imgs/icon-email-top.png) no-repeat left;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  padding: 2px 0px 2px 30px;
}
.email-top-page:hover {
  color: white;
}
.top-menu {
  background-color: #0c6fbc;
  height: 42px;
  display: flex;
  color: white;
  padding-top: 7px;
  align-items: center;
}

.top-menu2 {
  height: 82px;
  background-color: white;
}
.container-top {
  overflow: hidden;
}
.logo {
  width: 181px;
  max-width: 100%;
}
.phone {
  height: 82px;
  color: #fff !important;
  background-image: url(assets/imgs/bg-hotline-bar.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 31px;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  margin-left: -35px;
  padding-left: 26px;
}

.slide {
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
.about {
  background-image: url(assets/imgs/bg-about-home.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #333;
	background-position: bottom;
  padding: 30px 0;
}
.title-about {
  font-family: "Nunito", sans-serif;
  min-height: 55px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  padding-bottom: 15px;
}
.title-about b {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  display: block;
  color: #0c6fb8;
  font-size: 30px;
  line-height: 52px;
}
.btn-buido {
  background: #0c6fb8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  margin-top: 8px;
}
.khoahoc {
  background-color: #f4f4f4;
}
.bg-khoahoc:before {
  content: "";
  position: absolute;
  background-image: url(assets/imgs/bg-khoahoc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #0c6fbc;
  height: 520px;
  width: 1000px;
  left: -330px;
}
.khoahoc-slide .thumbnail {
  min-height: 470px;
}
.view-more-course-home {
  display: inline-block;
  background: url(assets/imgs/view-more-course-home.png) no-repeat;
  width: 195px;
  height: 53px;
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  padding-right: 10px;
  color: #424242;
  text-shadow: none;
  font-weight: bold;
  text-transform: none;
}
.bg-khoahoc h2 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  display: block;
  color: white;
  text-transform: uppercase;
  line-height: normal;
  font-size: 36px;
  padding-top: 23px;
  padding-bottom: 15px;
  text-shadow: 2px 2px #1e7ec6;
}
.owl-carousel.owl-theme.khoahoc-slide.owl-loaded.owl-drag {
  margin-top: 30px;
}
.khoahoc-slide h3 {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 8px 0px;
  font-size: 16px;
}
.khoahoc-slide h3 a {
  color: #187bc4;
  font-weight: bold;
}
.khoa-left {
  width: 22%;
  position: relative;
}
.khoahoc-right {
  width: 77%;
}
.thumbnail {
  border: none;
  border-radius: unset;
  padding: 15px;
  box-shadow: 0px 0px 10px #ccc;
}
.khoahoc-slide .owl-dots {
  position: absolute;
  bottom: 105px;
  left: -269px;
}
.khoahoc-slide .owl-dots .owl-dot span {
  background-color: transparent !important;
  border: 2px solid white;
  padding: 4px;
}
.khoahoc-slide .owl-dots .owl-dot.active span,
.khoahoc-slide .owl-dots .owl-dot:hover span {
  background-color: #fbaf1a !important;
  padding: 4px;
}
.lich-khaigiang {
  background-image: url(assets/imgs/bg-lich-khai-giang.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: white;
  padding: 50px 70px;
}
.lich-khaigiang a {
  color: #0c6fb8;
}
.table-lich-khai-giang {
  max-width: 1027px;
  background: #fff;
  width: 100%;
  border-left: solid 1px #7c7c7c;
  border-top: solid 1px #7c7c7c;
  display: table;
  color: #333;
}
.table-lich-khai-giang .table-row {
  display: table-row;
}
.table-lich-khai-giang .stt.th,
.table-lich-khai-giang .lich.th {
  background: #0c6fbc;
  text-align: center;
}
.table-lich-khai-giang .stt {
  display: table-cell;
  width: 58px;
  text-align: center;
  border-right: solid 1px #7c7c7c;
  border-bottom: solid 1px #7c7c7c;
  padding: 10px;
  font-weight: bold;
}
.table-lich-khai-giang .th {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.table-lich-khai-giang .lich-name {
  width: 60%;
  display: table-cell;
  border-right: solid 1px #7c7c7c;
  border-bottom: solid 1px #7c7c7c;
  padding: 10px;
  font-family: "Nunito", sans-serif;
  color: #0c6fb8;
  font-weight: bold;
}
.table-lich-khai-giang .lich-name.th {
  background: #fbaf1a;
  color: #fff;
  text-align: center;
}
.table-lich-khai-giang .lich {
  width: 300px;
  max-width: 30%;
  display: table-cell;
  border-right: solid 1px #7c7c7c;
  border-bottom: solid 1px #7c7c7c;
  padding: 10px;
  text-align: center;
}
.table-lich-khai-giang .lich-name a {
  color: #0c6fb8;
  font-weight: bold;
}
.giangvien {
  background-image: url(assets/imgs/bg-giang-vien-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: white;
  padding: 15px 0px;
}
.giangvien-mobile {
  background-color: #ebebeb;
  padding: 15px 0px;
}
.giangvien h2.title-about a {
  color: white;
}
.giangvien h2.title-about {
  padding-top: 25px;
}
.gv {
  background-color: #0c6fb8;
  padding: 5px 25px;
}
.image-giang-vien-home {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.image-giang-vien-home .img {
  border: solid 2px #fbaf1a;
  position: absolute;
  width: 270px;
  height: 270px;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}
.image-giang-vien-home .img1 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
p.text-center.text-gv {
  color: white;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 2px;
}
.giangvien p.text-center {
  color: white;
}

.new .thumbnail {
  padding: 0px;
  border: none;
  border-radius: unset;
  /* padding: 15px; */
  box-shadow: none;
  background: transparent;
}
.new h3 {
  color: #005fa5;
  font-family: "Nunito", sans-serif;
  margin: 0px;
  padding: 8px 0px;
  font-weight: bold;
  font-size: 17px;
  padding-top: 17px;
	height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.new-buido {
  padding-top: 25px;
}
.new-buido h2.title-about a {
  color: #0d70b8;
}
.new-slide1 .title-about a {
  color: #0d70b8;
}
.new-slide1 {
  background-image: url(assets/imgs/new-slide.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
}
.anh-new {
  width: 135px;
  position: relative;
  height: 1px;
  padding-top: 135px;
  margin: 0 auto;
}
.anh-new img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.new-slide1 h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.new-slide1 h2 {
  padding-left: 25px;
}
.new-slide1 .qq {
  text-align: center;
  display: block;
  margin-bottom: 5px;
  color: #5e5e5e;
}
.new-slide p {
  padding: 0px 30px;
  font-style: italic;
  color: #5e5e5e;
}
.xem-new {
  width: 100%;
}
.new-slide {
  position: relative;
}
.new-slide .owl-nav .owl-prev {
  position: absolute;
  top: 10%;
  left: 0px;
  font-size: 50px !important;
  color: #0d70b8 !important;
}
.new-slide .owl-nav .owl-next {
  position: absolute;
  top: 10%;
  right: 0px;
  font-size: 50px !important;
  color: #0d70b8 !important;
}
.new-slide .owl-nav [class*="owl-"]:hover {
  background: none !important;
}
.flex-container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: box;
  display: flexbox;
  flex: 1 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-newsletter-form {
  background: #ffffff;
  height: 39px;
}
.txt-newsletter {
  height: 39px;
  width: calc(100% - 226px);
  margin: 0px;
  padding: 0px 5px;
  display: block;
  border: none;
  color: #333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.btn-submit-newsletter {
  background-image: url("assets/imgs/bg-btn-newsletter.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 226px;
  height: 39px;
  display: block;
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
.copyright {
  background: #0c6fb8;
  padding-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  margin-top: 55px;
}

.copyright .container p {
  font-weight: bold;
  margin-top: 3px;
  font-size: 16px;
}
.footer {
  background-color: #004e88;
  padding-top: 25px;
  color: white;
}
.logo-footer {
  padding-bottom: 10px;
  padding-left: 15px;
}
.footer-1 p {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border-top: 1px solid #0c6fb8;
  padding-top: 10px;
  margin-top: 25px;
  margin-bottom: 0;
}
.footer h4,
.footer span {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.line-title-footer {
  width: 33px;
  height: 2px;
  background: #fbaf1a;
  margin-bottom: 25px;
}
.smofooter .fa {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 5px;
  border: solid 2px #fafcfd;
}
.footer ul > li > a {
  color: white;
}

.menu-site a.icon-menubar {
  background: url(assets/imgs/icon-bars.png) no-repeat center;
  width: 60px;
  height: 66px;
  display: inline-block;
  text-align: right;
}
.logo img {
  max-width: 150%;
}
.content-tv ol li ol li {
  margin-left: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .khoahoc {
    height: unset;
  }
  .lich-khaigiang {
    height: unset;
  }
  .copyright {
    padding-bottom: 15px;
  }
  .giangvien {
    height: 350px;
  }
  .giangvien p.text-center,
  p.text-center.text-gv {
    color: #464646;
  }
  .giangvien p.text-center {
    font-size: 13px;
  }
  .btn-submit-newsletter {
    width: 150px;
  }
  .txt-newsletter {
    width: calc(100% - 165px);
  }
  #return-to-top {
    bottom: 60px;
  }

  .image-giang-vien-home .img {
    width: 218px;
    height: 218px;
  }
  .image-giang-vien-home img {
    width: 100%;
  }
  .col-xs-6.col-sm-4.col-md-4.buido-gv {
    margin-bottom: 20px;
  }
  .news-item:nth-child(2n + 1) {
    clear: both;
  }
  .news-item img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .search-box-header {
    display: flex;
    align-items: center;
  }
}

.search-box-mobile {
  display: none;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 30px 0;
  }

  .s006 form .inner-form .input-field input {
    height: auto !important;
  }
  .khoahoc {
    height: unset;
  }
  .copyright {
    padding-bottom: 15px;
  }
  .btn-submit-newsletter {
    width: 150px;
  }
  .txt-newsletter {
    width: calc(100% - 165px);
  }
  .lich-khaigiang {
    height: unset;
    padding: 50px 10px;
  }
  .phone {
    padding-left: 5px;
    padding-top: 23px;
    margin-left: 0;
    text-align: right;
    padding-right: 10px;
  }
  .giangvien p.text-center,
  p.text-center.text-gv {
    color: #464646;
  }
  .lich-khaigiang a {
    color: #ff9800;
  }
  .hide-on-mobile {
    display: none;
  }
  .b-drop {
    width: 100% !important;
  }
  .news-item-home img {
    float: left;
    width: 30%;
  }
  .news-item-home .caption1 {
    float: left;
    width: 70%;
    padding-left: 15px;
  }
  .news-item-home {
    overflow: hidden;
    margin: 10px 0;
  }
  .title-about {
    min-height: 40px;
  }
  .new h3 {
    padding: 0;
  }
  #return-to-top {
    bottom: 60px;
  }
  .image-giang-vien-home .img {
    width: 150px;
    height: 150px;
  }
  .top-menu2 .container-top .row {
    display: flex;
    align-items: center;
  }
  .anh-new {
    margin-bottom: 15px;
  }
  .footer span {
    margin-top: 30px;
  }
  .content-tv h1.page-name {
    text-align: left;
  }
  .content-tv ol li ol li {
    margin-left: 15px;
  }
  .thumbnail-bd,
  .thumbnail-img {
    height: 240px !important;
  }
  .khoahoc .row .col-xs-6 .thumbnail {
    min-height: 555px;
  }
  .icon-fixed ul li img {
    width: 50px;
  }
  .giangvien-mobile .row .col-md-3:nth-child(2n + 1) {
    clear: both;
  }
  .content-tv h1.page-name2 {
    text-align: left;
  }
  .image-giang-vien-home .img {
    left: 3px;
  }
  p.text-center.text-gv {
    margin-top: 0;
  }
  .buido-gv {
    display: flex;
    flex-wrap: wrap;
  }
  .buido-gv {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .khoahoc-slide .owl-dots {
    position: absolute;
    bottom: 125px;
  }
  .bg-khoahoc h2 {
    font-size: 31px;
  }
}

.buido1 {
  width: 16.66666667%;
  float: left;
}
.buido2 {
  width: 66.66666667%;
  float: left;
}
/* ============================ */
.crumb.hidden-xs.hidden-sm {
  background-color: #f5f5f5;
  height: 36px;
  margin-bottom: 15px;
}
.title-menu-left {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  background: #102243;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
}
.title-menu-left:after {
  background-image: url(assets/imgs/right-title-left.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 100%;
  content: "";
  right: -10px;
  top: 0px;
  position: absolute;
}
.title-menu-left:before {
  content: "";
  left: -1000px;
  width: 1000px;
  background: #102243;
  height: 100%;
  top: 0px;
  position: absolute;
}
.title-menu-left a {
  color: #fff;
  text-decoration: none;
}
.item-info-cn {
  color: #6a6a6a;
  position: relative;
  padding-left: 25px;
  min-height: 30px;
  margin-bottom: 5px;
}
.item-info-cn .fa {
  color: #d6272e;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 18px;
}
.bd-left {
  padding: 15px;
}
.page-name {
  padding: 15px 0px;
  margin: 0px;
  font-size: 30px;
  color: #404040;
  font-weight: normal;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-tv {
  margin-top: 30px;
  line-height: 22px;
  text-align: justify;
}
.content-tv .thumbnail {
  border: none;
  border-radius: unset;
  padding: 0px;
  box-shadow: none;
  min-height: 250px;
}

.content-tv .thumbnail h3,
.content-tv .thumbnail span,
.content-tv .thumbnail h2 {
  font-size: 16px;
  font-weight: 600;
  padding: 11px 0px;
  line-height: 22px;
  margin: 0px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
}

.title-other-article {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  color: #3f3f3f;
  font-size: 16px;
}
.title-other-article a {
  position: relative;
  color: #3f3f3f !important;
}
.title-other-article a:after {
  position: absolute;
  width: 1500px;
  top: 50%;
  border-bottom: solid 1px #e4e4e4;
  left: 105%;
  content: "";
}
.paging {
  clear: both;
  padding-top: 10px;
  padding-bottom: 25px;
}
.clicked {
  padding: 5px;
  margin: 2px;
  color: #ff0000;
  border: solid 1px #ff0000;
}
.page {
  border: solid 1px #eee;
  padding: 5px;
  margin: 2px;
  text-decoration: none;
  color: #333;
}
.page:hover {
  color: #ff0000;
}
.khoahoc-bd,
.dkkhoahoc {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.khoahoc-bd .title,
.dkkhoahoc .title {
  background: #0c6fb8;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 10px 40px 10px;
  display: inline-block;
  width: 85%;
  margin-left: 10px;
  position: relative;
  margin-bottom: -70px;
  color: #fff;
}
.khoahoc-bd .descr,
.dkkhoahoc .descr {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: inline-block;
  left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.khoahoc-bd .descr .vientren {
  background: url(assets/imgs/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 35px;
}
.khoahoc-bd .descr .vienduoi,
.dkkhoahoc .descr .vienduoi {
  background: #f0f0f0;
  box-shadow: 2px 2px 2px 0px #fafafa;
  -webkit-box-shadow: 2px 2px 2px 0px #fafafa;
  -moz-box-shadow: 2px 2px 2px 0px #fafafa;
}
.khoahoc-bd .descr .vienduoi ul,
.dkkhoahoc .descr .vienduoi ul {
  margin: 0px 15px;
  padding: 0px;
}
.khoahoc-bd ul li {
  list-style: none;
  border-bottom: dashed 1px #ccc;
}
.khoahoc-bd ul li a {
  color: #5e5e5e;
  padding: 13px 0px;
  display: block;
}
.khoahoc-bd ul li:last-child {
  border-bottom: none 0px;
}
.dkkhoahoc .descr .vientren {
  background: url(assets/imgs/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 35px;
}
.dkkhoahoc .descr .vienduoi ul {
  padding: 0px;
}
.dkkhoahoc .descr .vienduoi ul li {
  padding: 5px 15px;
}
.dkkhoahoc ul li {
  list-style: none;
}
.dkkhoahoc .descr .vienduoi ul li input {
  line-height: 30px;
  max-width: 100%;
  width: 100%;
}
.dkkhoahoc .descr .vienduoi ul li select {
  padding: 6px 0px;
  width: 100%;
  color: #333;
}
.button2 {
  background-color: #0c6fb8;
  padding: 8px 10px;
  text-align: center;
  min-width: 90px;
  display: inline-block;
  color: #fff;
  margin: 15px 0px;
}
.listnews .bd-l {
  width: 100px;
  float: left;
  margin-right: 5px;
}
.listnews .bd-r {
  float: left;
  width: 60%;
}

.bd-r a {
  color: #3f3f3f !important;
}
.listnews {
  margin-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.bar-bd .title-other-article {
  padding-top: 25px;
}
.table-lichkhaigiang {
  border-collapse: collapse;
  color: #333;
}
.table-lichkhaigiang th.name {
  width: calc(100% - 520px);
}
.table-lichkhaigiang th {
  background: #fbaf1a;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  border: solid 2px #fff;
  width: 130px;
  font-weight: bold;
}
.table-lichkhaigiang td.name {
  text-align: left;
  color: #004e88;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}
.table-lichkhaigiang td {
  background: #e8e8e8;
  border: solid 2px #fff;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-dangky {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-dangky {
  display: inline-block;
  margin: 25px 0px;
  padding: 5px 55px;
}
.btn-bv {
  display: inline-block;
  margin: 25px 0px;
}
.table-lichkhaigiang td.name a {
  color: #004e88;
  font-weight: bold;
  font-size: 14px;
}
.ratings {
  font-size: 20px;
  display: inline-block;
  float: right;
  text-align: center;
  position: relative;
  margin-top: 6px;
}
.ratings .tello-star {
  background: url(assets/imgs/sao.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.ratings .tello-star-empty {
  background: url(assets/imgs/no-sao.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.ratings a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.ratings span {
  font-size: 12px;
  position: absolute;
  left: 0px;
}
.more h4.title-other-article,
.more p.title-other-article {
  padding: 15px;
}
.flex-container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: box;
  display: flexbox;
  flex: 1 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menusubname {
  background: #0c6fbc;
  color: #fff;
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 10px;
  width: 25%;
  text-align: center;
}
.b-drop {
  background: #ebebeb;
  width: 75%;
  padding: 8px 10px;
  position: relative;
}
.b-drop .fa {
  float: right;
  color: #0c6fb8;
}
.b-drop .dropl {
  left: 0px;
  top: 100%;
  width: 100%;
  position: absolute;
  background: #ebebeb;
  border-top: solid 2px #fff;
  display: none;
  padding: 5px;
}
.b-drop .dropl a {
  display: block;
  padding: 4px;
  border-bottom: solid 1px #fff;
  color: #333;
}
.bui-giangvien .image-giang-vien-home {
  margin-bottom: 80px;
}
.bui-giangvien .image-giang-vien-home p.text-center.text-gv {
  color: green;
}
h1.gv-title {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #0c6fb8;
  font-weight: bold;
}
h2.gv-title {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #5e5e5e;
  font-weight: bold;
}
.maincontent {
  margin-bottom: 25px;
}
.content-t .title {
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.content-t .thumbnail {
  padding: 0px;
}
.content-t .thumbnail h3 a {
  color: #005fa5;
  font-size: 20px;
}
.content-t .thumbnail h3 {
  margin-top: 0px;
  min-height: 44px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}
/* ================== */
.pop-reg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.pop-reg .pop-reg-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: auto;
  max-height: 95%;
  max-width: 95%;
  background: #fff;
  box-shadow: 0px 0px 10px #333;
  z-index: 999999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pop-reg .title {
  background: #0c6fbc;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
}
.breg {
  height: calc(100% - 42px);
  overflow: auto;
  padding: 20px;
}
.pop-reg .close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fbaf1a;
  float: right;
  opacity: 1;
  color: #333;
}
.footer a,
.bd-fi {
  color: white;
}
.flex-container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: box;
  display: flexbox;
  flex: 1 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: -webkit-left;
}
.breg .item {
  margin-bottom: 15px;
}
.cell-1-3 {
  float: left;
  width: 31%;
}
.breg .item {
  margin-bottom: 15px;
}

.cell-2-3 {
  float: left;
  width: 66.66%;
}
.breg .item input,
.breg .item textarea,
.breg .item select {
  width: 100%;
  padding: 0px 5px;
}
.btn-reg-course {
  padding: 8px 30px !important;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #0c6fbc;
  text-transform: uppercase;
}
.btn-send {
  background: #dd1920;
  color: #fff;
}
.wpcf7-textarea {
  height: 120px;
}
.dkkhoahoc .cell-1-3 {
  display: none;
}
.dkkhoahoc .cell-2-3,
.dkkhoahoc .wpcf7-form-control {
  width: 100%;
}
.dkkhoahoc .ghichu {
  display: none;
}
.dkkhoahoc .cell-2-3 {
  margin-bottom: 10px;
}
.dkkhoahoc .cell-2-3 input,
.dkkhoahoc .cell-2-3 select {
  height: fit-content;
}
.dkkhoahoc #regformleft {
  padding: 0px 10px !important;
}

.s006 form {
  width: 100%;
  max-width: 790px;
}
.s006 form .inner-form {
  width: 100%;
  padding-bottom: 7px;
}
.s006 form .inner-form .input-field {
  /*height: 70px;*/
  width: 100%;
  position: relative;
}
.s006 form .inner-form .input-field .btn-search {
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.s006 form .inner-form .input-field input {
  height: 80%;
  width: 100%;
  background: transparent;
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 32px 10px 50px;
  font-size: 12px;
  color: #666;
  border-radius: 34px;
}
.search-box-header {
  position: relative;
}
.search-click {
  cursor: pointer;
}
.search-input {
  display: none;
}
.search-hide {
  float: left;
  cursor: pointer;
  display: none;
  font-size: 18px;
}
.thumbnail-img {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 200px;
}
.thumbnail-bd {
  background-color: #e2e2e2;
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}
.thumbnail-bd h3.title {
  font-size: 15px;
  color: #0c6fb8;
  padding: 5px 0px;
  margin: 0px;
}
.thumbnail-bd h3.title a {
  color: #0c6fb8;
}
.thumbnail-bd .thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.thumbnail-bd .caption {
  float: left;
  width: 50%;
  padding: 5px;
}
.content-tv .thumbnail img {
  width: 100%;
}
.more .col-xs-6 .thumbnail .caption {
  padding: 9px 0;
}
.form-contact-hh h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.form-contact-hh form input {
  border: none;
  border-radius: 0;
  height: auto;
  background: #f4f4f4;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-contact-hh form textarea {
  border: none;
  border-radius: 0;
  background: #f4f4f4;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-contact-hh form .btn-send {
  box-shadow: none;
  border: none;
  width: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb li a,
.breadcrumb li {
  color: #767676 !important;
  font-size: 13px;
}
.s006 form .inner-form {
  width: 100%;
  padding-bottom: 7px;
  position: relative;
}

.s006 form .inner-form .input-field {
  width: 100%;
  position: relative;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 99;
  transition: 0.4s;
}
.content-t .row .col-md-4:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 767px) {
  .content-tv iframe {
    width: 100% !important;
  }
  .late-news-hh .col-xs-6:nth-child(3n + 1) {
    clear: both;
  }
  .image-giang-vien-home .img1 {
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
}

#rc-imageselect {
  width: 100%;
  transform: scale(0.91);
  -webkit-transform: scale(0.91);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/*@media screen and (max-height: 575px){*/
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.91);
  -webkit-transform: scale(0.91);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/*}*/
.wpdiscuz-ftb-left {
  display: none;
}
.akismet_comment_form_privacy_notice {
  display: none;
}
.wpdiscuz-front-actions {
  display: none;
}
.wc-comment-link {
  display: none;
}
ul#menu-main-menu a {
  font-size: 14px;
}
ul#menu-main-menu a {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  padding-left: 6px;
  padding-right: 6px;
}
.bd-fixs {
  margin: 0px !important;
  padding: 0px !important;
}

.sitemap > ul > li ul {
  margin-left: 20px;
}

.list-khoahoc .row {
  js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.list-khoahoc .row .col-md-4 {
  display: flex;
}
.list-khoahoc .row .col-md-4 .thumbnail {
  width: 100%;
}

.icon-fixed ul li .ring {
  position: relative;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@-moz-keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}

.icon-fixed {
  position: fixed;
  left: 20px;
  top: 60%;
  z-index: 999;
}
.icon-fixed ul li {
  list-style-type: none;
  padding: 7px 0;
}
.content-tv h1.page-name2 {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 35px;
  color: #5e5e5e;
  font-weight: bold;
}
.content-tv h1.page-name {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 35px;
  color: #5e5e5e;
  font-weight: bold;
}
.content-tv h2 {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #5e5e5e;
  font-weight: bold;
}
.content-tv h3 {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #5e5e5e;
  font-weight: bold;
}
.content-tv h4 {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #5e5e5e;
  font-weight: bold;
}
.content-tv h5 {
  font-family: Nunito-Bold, Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #5e5e5e;
  font-weight: bold;
}
.content-tv a {
  color: #0c6fbc;
}
.content-tv a:hover {
  text-decoration: underline;
}
.content-tv ul {
  list-style: unset;
  padding-left: 40px;
}
.btn {
  color: white !important;
}
.bar-bd {
  color: #515151 !important;
}
.bar-bd,
.title-other-article {
  color: #515151 !important;
}
.content-tv .thumbnail h2 a {
  color: #222;
}
a.page.larger {
  color: #222;
}
a.last {
  color: #222 !important;
}
/*Thank You CSS*/
.posion-container {
  padding: 10% 0px;
}
.text-thank-you.text-center {
  padding: 30px;
}
.btn-return a {
  color: #fff;
  padding: 15px 18px;
  border-radius: 24px;
  background: #0c6fbc;
}
@media (max-width: 1300px) {
  ul#menu-main-menu a {
    font-size: 17px;
  }
}

.hoc-phi .col-md-2 {
  display: none !important;
}
@media (max-width: 768px) {
	body {
		overflow-x:hidden!important;
	}
	.owl-carousel .owl-stage-outer {
		float:inherit!important;
		display:block;
	}
}
@media (max-width: 356px) {
  .col-xs-6.col-sm-4.col-md-4.buido-gv {
    width: 100% !important;
  }
  .image-giang-vien-home .img {
    left: 50%;
    transform: translateX(-50%);
  }
  .image-giang-vien-home {
    position: relative;
    padding-top: 69%;
  }
}
