@font-face {
  font-family: arial;
  src: url("../fonts/arial.ttf");
}
@font-face {
  font-family: ArialBold;
  src: url("../fonts/ArialBold.ttf");
}

@font-face {
  font-family: "MyriadPro-Regular_4";
  src: url("../fonts/MyriadPro-Regular_4.otf");
}
@font-face {
  font-family: "Geneva";
  src: url("../fonts/Geneva.dfont");
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman.ttf");
}

body {
  background: #EEF2F2;
  font-family: "arial";
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
b {
}
.visible {
}
/*
menu
*/
.wrapper {
  
}
.navbar-brand {
  padding: 0;
  height: 110px;
}
.navbar-default {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.navbar-brand > img {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/*
slider
*/
.slider {
  position: relative;
}
.slider .bg {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.71);
}
.slider .info {
  padding: 0;
  position: absolute;
  top: -35px;
  right: 20px;
}
.slider .info .header {
  background: url("../images/bg-header-info.png") no-repeat center;
  background-size: cover;
  display: table;
  padding: 15px 20px;
}
.slider .info .header h3 {
  color: #fff;
  font-family: "ArialBold";
  margin: 0;
  padding: 0;
}
.slider .info .body {
  background: #dc2e3a;
  padding: 10px;
}
.slider .info .body ul li {
  color: #fff;
  font-family: "ArialBold";
  margin-bottom: 10px;
}
.slider .info .body ul li .phone {
  text-shadow: 2px 2px #000000;
  font-family: "ArialBold";
  font-size: 18px;
  color: #fff;
}
.slider .title {
  color: #fff;
  font-size: 20px;
  font-family: "Geneva";
  position: absolute;
  bottom: 20%;
  right: 5%;
  width: 51%;
}
/*
feature
*/
.feature {
  margin-top: 50px;
}
.feature h1.title {
  text-align: center;
  font-family: "Times New Roman";
}
/*
program
*/

/*
"program-detail
*/
.program-detail {
  padding:  50px;
}
.program-detail h1.title {
  text-align: center;
  color: #ee1d51;
  font-family: "Times New Roman";
}
.program-detail h3.title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  font-family: "Times New Roman";
}
.program-detail ul.nav-tabs {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dab064;
}
.program-detail ul li {
  display: list-item;
  background: transparent;
  padding: 5px 12px;
  color: #000;
  margin: 0 3px;
}
.program-detail ul li:first-child a {
  padding-left: 0;
}
.program-detail ul li:last-child a {
  padding-right: 0;
}
.program-detail .nav-tabs > li > a {
  color: #000;
  text-align: center;
  font-family: "Geneva";
}
.program-detail .nav-tabs > li > a:hover,
.program-detail .nav-tabs > li > a:focus {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ee1d51;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: transparent;
  color: #ee1d51;
  border: 0;
  border-radius: 0;
}
/*
*/
.program-detail {
  display: none;
}
.program-detail.active {
  display: block;
}
.program-detail .tab-content {
  font-family: initial;
  min-height: 500px;
}
.program-detail .tab-content h1 {
  color: #E6BB23;
  font-family: "MyriadPro-Regular_4";
  font-weight: bold;
  text-align: center;
}
.program-detail .tab-content h2 {
  color: #E6BB23;
  font-family: "MyriadPro-Regular_4";
  margin-top:0;
  text-align: center;
}
.program-detail .tab-content h4 {
  color: #E6BB23;
  margin-top: 25px;
  font-family: "MyriadPro-Regular_4";
  font-weight: bold;
}
.program-detail .tab-content h4 span{
  color:#000;
}
.program-detail .tab-content table{
  font-size:14px;
  font-family: "MyriadPro-Regular_4";
}
.program-detail .tab-content p {
  color: #000;
  font-family: "MyriadPro-Regular_4";
  font-size: 18px;
}
.program-detail .tab-content a {
  color: #000;
}
.program-detail .tab-content a:hover {
  text-decoration: none;
}
.program-detail .tab-content .level1 {
  display: block;
  padding-left: 15px;
}
.program-detail .tab-content .level1 li {
  display: list-item;
  position: relative;
  padding: 0;
  margin-top: 15px;
  list-style: none;
  font-size: 18px;
  font-family: "MyriadPro-Regular_4";
}
.program-detail .tab-content .level1 li span {
  color: #ee1d51;
  font-weight: bold;
}
.program-detail .tab-content .level1 li::after {
  content: " ";
  background: url("../images/point.png") no-repeat center;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 5px;
}
.program-detail .tab-content .level2 {
  display: block;
}
.program-detail .tab-content .level2 li {
  display: list-item;
  list-style: disc;
  font-family: "MyriadPro-Regular_4";
}
.program-detail .tab-content .level2 li::after{
  content: "";
  display: none;
}
#quoc-te-dieu-kien p,#quoc-te-dieu-kien h1, #quoc-te-dieu-kien h2{
  color:#ef7305;
}
#quoc-te-chi-phi h1, #quoc-te-chi-phi h2, #quoc-te-chi-phi p,#quoc-te-chi-phi h4,#quoc-te-chi-phi .note{
  color:#e52a28;
}
#quoc-te-chi-phi .note{
 
   font-family: "MyriadPro-Regular_4";
  font-size: 18px;
}
#quoc-te-ho-so p, #quoc-te-ho-so h1, #quoc-te-ho-so h2, #quoc-te-ho-so h4,.program-detail .tab-content #quoc-te-ho-so .level1 li{
  color:#951773;
}
#dai-hoc-thoi-gian h1,#dai-hoc-thoi-gian h2, #dai-hoc-thoi-gian h4{
  color:#36A9B2;
}
#dai-hoc-thoi-gian h4 span{
  color:#36A9B2;
  font-weight:200;
}
.program-detail  .tab-content #quoc-te-ho-so .level1 li::after{
  display:none;
}
#dai-hoc-lien-he h1,#dai-hoc-lien-he h2, #dai-hoc-lien-he h4{
  color:#BBBF33;
}
#dai-hoc-lien-he ul li{
  list-style: none;
  position: relative;
  color:#BBBF33;
  margin-bottom: 5px;
  font-family: "MyriadPro-Regular_4";
  font-size: 16px;
}
#dai-hoc-lien-he ul li::after{
  content:" ";
  position: absolute;
  top:3px;
  left:0;
  width: 20px;
  height: 20px;

}
#dai-hoc-lien-he ul li.location::after{
   background: url('../images/location.png') no-repeat center;
   background-size:contain;
}
#dai-hoc-lien-he ul li.phone::after{
  background: url('../images/phone.png') no-repeat center;
  background-size:contain;
}
#dai-hoc-lien-he ul li.email::after{
  background: url('../images/email.png') no-repeat center;
  background-size:contain;
}
#dai-hoc-lien-he ul li.link::after{
  background: url('../images/fb.png') no-repeat center;
  background-size:contain;
}
#dai-hoc-lien-he h4.hotline{
  color:#E4175E;
}
#dai-hoc-lien-he .hotline ul{
  list-style: none;
}
#dai-hoc-lien-he .hotline ul li,#dai-hoc-lien-he .hotline ul li a{
  color:#E4175E;
}
.program-detail .tab-content #dai-hoc-lien-he .level1 li::after{
  display:none;

}
/*
footer
*/
.t3-footer {
  margin-top: 100px;
}
footer {
  display: block;
}
footer p {
  margin: 0 0 12px;
  line-height: 20px;
}
.t3-footer > .container {
  background-color: #111111;
  color: #999999;
  font-size: 12px;
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
.t3-copyright {
  padding-top: 48px;
  margin-top: 48px;
  border-top: double 3px rgba(255, 255, 255, 0.3);
}
.t3-footer .logo {
  float: none !important;
  display: block;
  background: #222222;
  padding: 24px;
  position: relative;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module-title {
  display: inline-block;
  background: #cc0000;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 12px;
  line-height: normal;
}
.t3-spotlight .nav > li {
  line-height: normal;
}
.t3-spotlight .t3-module .module-title {
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 12px;
}
.t3-spotlight .nav > li > a {
  text-transform: uppercase;
  color: #999999;
  padding: 6px 0;
}
.t3-spotlight .nav > li > a:hover,
.t3-spotlight .nav > li > a:active,
.t3-spotlight .nav > li > a:focus {
  background: none;
  color: #fff;
}
.t3-copyright {
  padding-top: 48px;
  margin-top: 48px;
  border-top: double 3px rgba(255, 255, 255, 0.3);
}
.copyright {
  margin-bottom: 24px;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (min-width: 1199px) {
  .t3-footer .logo {
    padding-left: 40px;
    margin-left: -35px;
  }
  .t3-footer .logo:before {
    border-right: 20px solid #cc0000;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
  }
}

/*====================================


====================================*/
.slider.daihoc .info {
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  width: 240px;
}
.slider.daihoc .info .header {
  background: transparent;
}
.slider.daihoc .info .univer-logo {
  width: 100%;
}
.slider.daihoc .title {
  left: 0%;
    width: 70%;
    text-align: left;
    background: rgba(130, 127, 127, 0.42);
    /* padding-right: 50px; */
    padding-left: 50px;
}
.slider.daihoc .title p{
  padding-top: 10px;
  font-size: 35px;
  letter-spacing: 3px;
}
.slider.daihoc .title h1{
  padding: 0px 5px 5px 5px; 
  font-size: 45px;
  font-weight: bold;
}
.slider.daihoc .phone {
  position: absolute;
  right: 35%;
  width: 30%;
  text-align: center;
  bottom: -5%;
}
/*
program
*/
.program{
  position: relative;
  width: 640px;
  margin: auto;
  margin-top: 70px;
  min-height: 672px;
  border: none;
}
.program .item{
  cursor: pointer;
  transition: 1s all;
  list-style: none;
  width: 40%;
}
.program .item a{
  padding: 0;
  margin: 0;
}
.program .item.active{
  transform: scale(1.2);
  z-index: 9999;
}
.program .item:hover{
  transform: scale(1.2);
  background: transparent;
  border:0;
  z-index: 9999;
}
.program.nav-tabs>li>a:hover{
  background: transparent;
  border:0;
}
.program .one{
  position: absolute;
  left: 30%;
  top: 0;
}
.program .two{
  position: absolute;
    right: 0;
    top: 16%;
}
.program .three{
  position: absolute;
  right: 0;
  bottom: 18%;
}
.program .four{
  position: absolute;
  bottom: 2%;
  left: 30%;
}
.program .five{
  position: absolute;
  left: 0;
  bottom: 18%;
}
.program .six{
  position: absolute;
  left: 0;
  top: 16%;
}
.program .center{
  position: absolute;
  top: 36%;
  left: 34%;
  width: 35%;
}
/*
*/
.program-detail.daihoc h3.title {
  color: #ee1d51;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: "Times New Roman";
}
.program-detail.daihoc h1.title {
  text-align: center;
  color: #2f7d3d;
  font-family: "Times New Roman";
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.program-detail.daihoc ul li {
  padding: 5px 30px;
}
.program-detail.daihoc hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(134, 134, 134, 0.07);
  box-shadow: 0px 2px 8px rgba(43, 43, 43, 0.35);
}
.program-detail.daihoc ul.nav-tabs {
  margin-top: 30px;
}
.program-detail.daihoc p.title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: "Times New Roman";
  font-size: 20px;
}
.backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  padding: 5px 10px;
  transform: rotate(-90deg);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.backtotop:hover{
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .navbar-brand{
    height: 50px;
  }
  .slider.daihoc .title {
    position: relative;
    width: 100%;
  }
  .slider.daihoc .phone {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    bottom: auto;
  }
  .program-detail{
    padding: 10px;
  }
  .program-detail.daihoc h3.title{
    font-size: 16px;
  }
  .program-detail.daihoc h1.title{
    font-size: 20px;
  }
}
