﻿body {
    padding:0px;
    background:rgba(203, 235, 251, 0.93);
    font-family:Helvetica;
    font-size:13px;
    width:99.7%;
    margin:0 auto;
}

a{
    text-decoration:none;
}

a:hover{
    color:#fe6332;
}


/*ĐỊNH DẠNG HOSTLINE VÀ HIỂN THỊ ĐĂNG KÝ*/
.dinhdangnophosoonline {
    color: #fff;
    height: 220px;
    line-height: 22px;
    text-align: justify;
    position: fixed;
    padding: 0px;
    /*top:0px;*/
    bottom: -50px;
    left: 20px;
    width: 190px;
    z-index: 8000;
}


/* làm nút điện thoại run */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:500;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color:#ff6a00;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-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);
  }
}

@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}


/*ĐỊNH DẠNG FORM GỬI YÊU CẦU*/  
.dinhdangformdangky {
    position:fixed;        
    background:rgba(233, 237, 245, 0.90);            
    color:#fff;
    height: 330px;
    line-height:22px;
    text-align:justify;
    position:fixed;
    padding:0px;
            /*top:0px;*/
            bottom:110px;
            right: 50px;
            width: 500px;   
            z-index:9000;    
}


.dinhdangdangkyhoc
{
    font-family:Helvetica;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    padding-bottom:10px;
    color:#183882;
}

/*ĐỊNH DẠNG NÚT YÊU CẦU RUNG*/
.dinhdangdangnhap {
    position: fixed;
    /*background:#04396C;  */
    color: #fff;
    height: 150px;
    line-height: 22px;
    text-align: justify;
    padding: 0px;
    /*top:0px;*/
    bottom: 10px;
    right: 20px;
    width: 190px;
    z-index: 8000;
}

.hotline-phone-ring-thu {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  right: 0;
  bottom: 0;
  display: block;
  top:-88px;
  left:-85px;
}

.hotline-bar-right {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding:0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: -10px;
  bottom: 37px;
  top:90px;/*ĐỊNH KHOẢNG CÁCH GIỮA HÌNH VÀ DÒNG YÊU CẦU*/
}

.hotline-bar-right > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 0px;
  line-height: 40px;
  font-family: Arial;
}

.hotline-bar-right > a:hover,
.hotline-bar-right > a:active {
  color: #fff;
}

/* định dạng vòng tròng to lên, nhỏ lại bên ngoài*/
.hotline-phone-ring-circle-thu {
	width: 85px;
  height: 85px;
  /*top: 10px;
  left: 10px;*/
  bottom:-65px;
  right:-25px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

/* dinh dạng nền to len nhỏ lại*/
.hotline-phone-ring-circle-fill-thu {
    width: 55px;
    height: 55px;
    /*top: 25px;
  left: 25px;*/
    bottom: -51px;
    right: -11px;
    position: absolute;
    background-color: #ff6a00;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*dịnh dạng vị trí ảnh */

.hotline-phone-ring-img-circle-thu {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  /*top: 37px;
  left: 37px;*/
  bottom:-40px;
  right:0px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ĐỊNH DẠNG CHUNG */
.clear{
    clear:both;
}

/* ĐỊNH DẠNG BANNER */
#banner
{   
    position:fixed;
    z-index:9000;
    height:135px;
    width:100%;
    border:#808080 1px solid;
    top:0px;
    left:0px;
    background-image: url("/BANNER/banner.png"); 
    background-repeat: no-repeat;
    background-size: cover;
}

/* định dạng menu*/
.nav-main { /* định dạng tổng thể menu*/
  font-family:Helvetica;
  font-size:13px;
  font-weight:bold;
  color:white;
  
  height: 30px;
  /*background-color:#ff6a00; /* #E6DFDF ĐỊNH DẠNG MÀU NỀN CHO MENU*/
  display: block;
  box-shadow: 0px 0px 0px #ff0000; /*Đổ bóng cho menu*/
  position:absolute; /*fixed; Cho menu cố định 1 vị trí với top và left*/
  top:65px; /*Nằm trên cùng*/
  left:560px; /*Nằm sát bên trái*/
  z-index: 1; /*Hiển thị lớp trên cùng. LƯU Ý Z-INDEX NÀO CÓ GIÁ TRỊ CAO HƠN SẼ HIỂN THỊ LÊN TRÊN CÙNG*/
  margin-top:10px; 
}

.nav-main>ul{
    display: flex;
    margin:0;/* THAY GÌ DÙNG *{margin:0 padding:0} SẼ LÀM ẢNH HƯỞNG CẢ FORM, THÌ DÙNG TRONG ĐÂY CHỈ ĐỊNH DANG CHO MENU*/
    padding:0;
    height:30px;
}

.nav-main> ul li{
    list-style: none; /* bỏ dấu chấm mặc định của li */
    /* kẻ đường bên trái và bên phải của li*/
    /*border-right: 1px solid #808080;*/    
    width:auto;/*Độ dài từng menu*/
    text-align:center;
    height:30px;    
    padding:23px 8px 0 8px; /* dinh dang khoan cach giua cac menu*/
}

.nav-main> ul li:hover{
     background:rgba(255, 255, 255, 0.46);
     height:40px;/* độ cao khi rê chuột lên*/
     border-left:none;
     /*border-right: 1px solid #ccc;*/
     
}

.nav-main> ul li a{
    display: block;
    padding: 0 0px;
    line-height: 30px; /* độ cao menu*/
    color:white;
    text-decoration: none; 
    white-space: nowrap; /*Cho chữ trong menu không bị wrap*/
     
}

.nav-main ul li:first-child {
    border-left: none; /* bỏ đường kè trái của phần tử đầu tiên */
    
}

.nav-main ul li:last-child {
    border-right: none; /* bỏ đường kè phải của phần tử cuối cùng */
    
}
.nav-main> ul li:first-child a{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    
}

/* định dạng tất cả các thẻ a khi hover lên, kể cả mày chữ và màu nền */
.nav-main ul li:hover>a{
    /*background:#ff0000;*/    
    color:#023374;
    
}

/*menu con*/
/*Ẩn các menu con cấp 1,2,3*/
.nav-main li ul{
    display: none;
    min-width: 180px; /*độ rộng cho menu con thẻ ul*/
    position: absolute;
    padding-left:0px;/*canh độ lệch của menu con*/
    padding-top:10px;/* khoản cách menu cha và con*/
}

.nav-main li>ul li{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background:#fff;/*màu nền cho menu con thẻ li*/
    text-align: left;
    font-family:Helvetica;
    font-size:10pt;
    font-weight:normal;
    padding:2px 0 2px 5px;    
}

/*định dạng độ cao, màu cho từng menu con cho menu con khi xổ ra*/
.nav-main li>ul li:hover{
    height:30px;
    background:#f5faff; /* màu nền khi rê chuột lên menu con*/
    font-size:11pt;/*đổi kích thước chữ khi rê chuột lên menu con*/
}

.nav-main li>ul li a{
    font-size:11pt;
    height:30px;
    margin-left:15px;/*canh trái cho dòng chữ trong menu*/
    color:#023374; /*định dạng màu cho dòng chữ menu con*/
}

.nav-main li>ul li a:hover{
   color:#ff0000; /*định dạng màu cho dòng chữ menu con*/
}

.nav-main li>ul li:first-child a{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.nav-main li>ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav-main li>ul li:last-child a{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*khi hover thì hiện menu con*/
.nav-main  li:hover > ul{
    display:  block;
}

/*Hiển thị menu con cấp 2,3,4 bên cạnh phải*/
.nav-main > ul li > ul li >ul{
    margin-left:181px;
    margin-top: -42px;/*độ lệch trên xuống của menu cấp 2,3*/
}


/*ĐỊNH DẠNG CONTEN*/
#conten{
    position:relative;
    margin-top:135px;
    font-size:13pt;
    width:100%;
}

/*ĐỊNH DẠNG CÁC SLIDE QUẢN CÁO*/
.KHOI_HINH
{
    position:relative;
    width:100%;
    height:500px;   
}

.slideshow-container{ /* CÁC SLIDE*/
  width:100%;
    height:500px;
    overflow:hidden; /*ĐỂ CÁC HÌNH, CÁC SLIDER XẾP CHỒNG LÊN NHAU. HÌNH ĐẦU TIÊN ĐƯỢC HIỆN LÊN TRÊN CÙNG*/
}


.KHOI_HINH img
{
    position:absolute;/*định dạng này để làm cho hình tự động thu nhỏ theo kích thước do mình chỉ định, để không bị che khuất bởi khung. Ví dụ hình cao 800. nhưng khung 600 nếu ta không làm vậy thì hình sẽ bị che mất 200*/
    width:100%;
    height:600px;
}

.mySlides 
{    
    /* CÓ ĐỊNH DẠNG NÀY VÀO LÀM CHO HÌNH DƯỚI NỔI LÊN TRÊN CÙNG VÀ CÁC HÌNH KHÔNG ẨN ĐI NHƯ overflow:hidden*/
    /*position:absolute; làm cho hình không còn ăn theo định dạng chiều rộng, cao mà ăn theo kích thước thật của hình*/   
    top:0px;
    left:0px;
    /*LÀM CHO TẤT CẢ CÁC HÌNH ẨN HẾT ĐI
    opacity:0;
    overflow:hidden;*/
    display:none; /* cho các slide ẩn đi*/
}

.mySlides.ACTIVE{
    /* CHO SLIDE ĐẦU HIỆN LÊN
    opacity:1;
    overflow:visible;*/
    display:block;
}

.mySlides .hienlen
{
    opacity:1;
    transition: 0.5s;
}

.NUT-TRAI-PHAI /* VIẾT VẦY LÀ CHỈ ĐẾN 01 TÊN 01 THẺ. Ờ ĐÂY LÀ CHỈ ĐẾN THẺ SPAN*/
{
    color:white;
    font-size:40pt;
    opacity:0.5;
}

.NUT-TRAI-PHAI .nutpvr /* VIẾT VẦY LÀ CHỈ ĐẾN 01 TÊN 01 ĐỐI TƯỢNG. Ờ ĐÂY LÀ CHỈ ĐẾN ĐỐI TƯỢNG CÓ TÊN LÀ BTNPRV */
{
    position:absolute;
    top:40%;
    left:0px;
    list-style:none; /* ẨN CÁC NÚT TRÒN */
    z-index:10; /*Z-INDEX CÀNG LỚN THÌ CÀNG HIỆN LÊN TRÊN*/
    cursor:pointer; /*NGHĨ LÀ KHI RÊ TRỎ VÀO HIỆN HÌNH NGÓN TAY*/
}

.NUT-TRAI-PHAI .nutnext /* VIẾT VẦY LÀ CHỈ ĐẾN 01 TÊN 01 ĐỐI TƯỢNG. Ờ ĐÂY LÀ CHỈ ĐẾN ĐỐI TƯỢNG CÓ TÊN LÀ BTnnext */
{
    position:absolute;
    top:40%;
    right:0px;
    list-style:none; /* ẨN CÁC NÚT TRÒN */
    z-index:10; /*Z-INDEX CÀNG LỚN THÌ CÀNG HIỆN LÊN TRÊN*/
    cursor:pointer; /*NGHĨ LÀ KHI RÊ TRỎ VÀO HIỆN HÌNH NGÓN TAY*/
}

.Cacnut
{
    float:right;
    right:200px;
    position:absolute;
    bottom:50px;
}

.Cacnut ul /* VIẾT VẦY LÀ CHỈ ĐẾN 01 TÊN 01 THẺ. Ờ ĐÂY LÀ CHỈ ĐẾN THẺ UL*/ 
{
    position:absolute;
    z-index:10;
    width:160px;
    bottom:10%; /* CANH LỀ DƯỚI CÁCH LÊN*/   
    left:50%; margin-left:-80px;  /*ĐOẠN NÀY CẢNH GIỮA LEFT QUA 50% THÌ BỊ LỆNH VÀ KHÔNG VÀO CHÍNH GIỮA. ĐỂ VÀO GIỮA TA MAGIN-LEFT (TRỪ BỚT) 1/2 CHIỀU RỘNG ĐI (Ở ĐÂY CHIỀU RỘNG WIDTH = 100, THÌ TRỪ 1/2 LÀ MAGIN-LEFT=-50PX */
    display:flex; justify-content:space-between;/* ĐOẠN NÀY LÀM CÁC NÚT TRÒN NẰM CÀNG NGANH*/
}

.Cacnut ul li /* VIẾT VẦY LÀ CHỈ ĐẾN 01 TÊN 01 THẺ CON BÊN TRONG 1 CẤP. Ờ ĐÂY LÀ CHỈ ĐẾN THẺ LI TRONG UL*/ 
{
   width:20px;
   height:20px;
   background:white;
   opacity:0.5;
   list-style: none;/* ẨN HẾT CÁC NÚT*/
   border-radius:50%;/* LÀM BO TRÒN CÁC NÚT*/
   cursor:pointer;
   transition:0.2s;
}

/* Định dạng nội dung Caption */
.text {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
  bottom:100px;
  /*left:50px;*/
  background-color:rgba(187, 187, 187, 0.37);
  height:30px;
  width:600px;

  animation:chaytext 3s forwards;/*tốc độ chạy của dòng chữ*/
}

@-webkit-keyframes chaytext {/* ĐOẠN NÀY ĐỊNH DẠNG HIỆU ỨNG KHI XUẤT HIỆN*/
  from {
      opacity:0;
      left:-10px;
  } 
  to {opacity:1;left:100px;}
}

/* ĐỊNH DẠNG 03 TAP QUẢNG CÁO*/
.dinhdang03tapquangcao
{
    position:relative;
    width:90%;    
    margin:0 auto;
    margin-top:-10px;
    padding-left:70px;
    text-align:center;
}

.dinhdang03tapquangcao a
{
    text-decoration:none;
    color:black;
    font-family:Verdana;
    line-height:25px;
}

.dinhdang03tapquangcao a:hover
{
    text-decoration:none;
    color:#ff6a00;
}

/* ĐỊNH DẠNG 03 TAP QUẢNG CÁO -> DINH DANG TỔNG THỂ TỪNG TAP*/
.dinhdangtongthetungtap{
    position:relative;
    width:30%;
    float:left;
    margin-right:30px;
    background:#fff;
    background-color:#fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
}

.dinhdangtongthetungtap:hover
{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
           -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
           box-shadow: 0 0 10px #dddddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*border: 1px solid #ff6a00;*/
}

.dinhdangnutmuitenxemchitiet
{
    opacity:0.2;
}

.dinhdangtongthetungtap:hover .dinhdangnutmuitenxemchitiet
{
    opacity:1;
}

.dinhdangtieude03tapquangcao
{
    padding-top:20px;
    background:#fff;
    height:40px;
    font-family:Helvetica;
    font-size:18px;
    font-weight:bold;
}

.dinhdangtieude03tapquangcao a
{
    font-family:Verdana;    
    font-weight:bold;
}

/*định dạng trong gridview quảng cáo*/
.dinhdangnoidung03tapquangcao
{
    height:360px;
}

.dinhdangnoidung03tapquangcao img
{
    max-width:100%;
    max-height:100%;
    min-width:100%;
    min-height:100%;
}

.dinhdangnoidung03tapquangcao a
{
    font-family:Helvetica;
    font-size:11pt;
    font-weight:bold;
}

/* ĐỊNH DẠNG CHO NGÀNH NGHỀ ĐÀO TẠO*/
.dinhdangnganhnghedaptao
{
    width:85%;
    margin:0 auto;
    background:#fff;
    margin-top:480px;
    padding-top:20px;
}

.tieudenganhnghe
{
    font-family:Helvetica;
    font-size:18px;
    text-decoration:none;
    font-weight:bold;
    color:#ff6a00;
    line-height:30px;
    padding:5px;
}

.tieudenganhnghe:hover
{
   color:black;
}

.nganhnghe a
{
    font-family:Helvetica;
    font-size:17px;
    text-decoration:none;
    color:black;    
}

.nganhnghe a:hover
{
   color:#04041d;
   background:#fe6332;
   padding:5px;
   text-decoration:none;
}

.dinhdanhviennganhnghdaotao 
{
     /*margin:2px;*/
     width:100%;
     margin-top:20px;
       background-color:#fff;
    -webkit-box-shadow: 0 4px 8px -6px black;
       -moz-box-shadow: 0 4px 8px -6px black;
            box-shadow: 0 4px 8px -6px black;
}

.backgroundnganhngheKT
{
    background-image:url("/images/01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundnganhngheCNTT
{
    background-image:url("/images/02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundnganhngheDT
{
    background-image:url("/images/03.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*ĐỊNH DẠNG TUYỂN SINH*/
.dinhdangtuyensinh
{
    padding-top:10px;
    width:85%;
    margin:0 auto;
    background:#f5faff;
    left: 0px;
    height: 1100px;
    -webkit-box-shadow: 0 4px 8px -6px black;
    -moz-box-shadow: 0 4px 8px -6px black;
    box-shadow: 0 4px 8px -6px black;
}

/*ĐỊNH DẠNG TIÊU ĐỀ NGÀNH NGHỀ*/
.tieudenganhnghe
{
    font-family:Helvetica;
    font-size:18px;
    text-decoration:none;
    font-weight:bold;
    color:#ff6a00;
    line-height:30px;
    padding:5px;
}

.tieudenganhnghe:hover
{
   color:#fe6332;
   text-decoration:none;    
}

.dinhdanglienket a{   
    text-decoration:none;
    color:black;
    font-size:10pt;
    font-family:Verdana;
    line-height:20px;
    text-align:justify;
}

    .dinhdanglienket a:hover {
        text-decoration: none;
        color: #ff6a00;
    }

    .dinhdanglienket img{
        width:100%;
        height:100px;
    }

/* ĐỊNH DẠNG LIEN KET TRONG GRD DANH SACH TUYEN SINH */
.dinhdanglienkettrongdanhsachtuyensinh a
{
    font-family:Helvetica;
    font-size:10pt;
    text-decoration:none;
    color:black;    
}

.dinhdanglienkettrongdanhsachtuyensinh a:hover
{
   color:#04041d;
   background:#fe6332;
   padding:5px;
}

/*ĐỊNH DẠNG DANH SÁCH BÊN TUYỂN SINH*/
.noidunglienkettuyensinh
{
    line-height:25px;
}
.noidunglienkettuyensinh a
{
    text-decoration:none;
    font-family:Helvetica;
    font-size:16px;
    color:black;    
}

.noidunglienkettuyensinh a:hover {
    color:#fe6332;
}

.dinhdangngaydang
{
    width:65px;
    height:60px;
    /*-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ff6a00;*/
    /*border-bottom-right-radius:50px chỉ bo tròn góc phải*/
    border-radius:50px;
    background:#fe6332;
    text-align:center;
    font-family:Helvetica;
    padding-top:5px;
}

.dinhdangvideohoatdong{
    width:85%;
    margin:0 auto;
    background:white;
}

/*ĐỊNH DẠNG CHÂN TRANG*/
.dinhdangchantrang
{   
    position:relative;
    margin-top:10px; 
    width:100%;
    /*border-top:solid 1px #ff0000;*/
    /*background:#e13c08;*/
    background:#183882;    
    font-family:Helvetica;
    font-size:11pt;
    padding-top:30px;
    line-height:30px;
    color:#fff;    
    z-index:8000;
}

.dinhdangchantrang_1
{   
    position:relative;
    margin-top:340px; 
    width:100%;
    /*border-top:solid 1px #ff0000;*/
    /*background:#e13c08;*/
    background:#183882;    
    font-family:Helvetica;
    font-size:11pt;
    padding-top:30px;
    line-height:30px;
    color:#fff;
    z-index:8000;
}

.dinhdanganhtrongdatalistlienketngoai img{
    max-width:150px;
    max-height:50px;
    min-height:50px;
    border-radius:8px;
}


/*ĐỊNH DẠNG THÊM TRANG MASTER 2*/
.dinhdangbanner_2 /*master 2 - BANNER 2*/
{
    position:absolute;
    top:135px;
    width:100%;
    background:url("/banner/banner_2.png"),no-repeat, center;  
    background-size: cover;
    height:180px;
    z-index:8000;
}

.noidung /*master 2*/
{
    position:relative;
    top:327px;
    width:83%;
    padding:5px;
    margin:0 auto;
    background:#fff;
    border-radius:5px;
}

/*ĐỊNH DẠNG CÁC LIÊN KẾT TRÊN BANNER 2*/
.dinhdangtrangchucaccap
{
    width: auto;
    float:left;    
    padding: 0px 10px 0px 10px;
}

.dinhdangtrangchucaccap a
{
    text-decoration:none;
    font-family:Helvetica;
    font-size:15px;
    color:#fff;
}

.dinhdangtrangchucaccap a:hover
{
    color:#fe6332;
}


.dinhdangmenucaccap
{
    width: auto;
    float:left;
    border-left:solid 1px #e9edf5;
    padding: 0px 10px 0px 10px;
}

.dinhdangmenucaccap a
{
    text-decoration:none;
    font-family:Helvetica;
    font-size:15px;
    color:#fff;
}

.dinhdangmenucaccap a:hover
{
    color:#fe6332;
}

.linkopacity{
filter:alpha(opacity=50);
-moz-opacity: 1.5;
/*opacity: 1.5;*/
-khtml-opacity: 1.5;
background:#1b387c;
height:30px;
width:100%;
padding-top:13px;
padding-left:10px;
border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
   
}

.linkopacity a
{
     font-family:Helvetica;
    color:#fff;
    font-size:16px;
    font-weight:bolder;
    text-decoration:none;
}

.linkopacity a:hover
{
    color:#1b387c;
}

.linkopacity:hover{
filter:alpha(opacity=50);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; 
background:#ff0000;

}

/*ĐỊNH DẠNG KHUNG TUYỂN DỤNG*/
.dinhdangtuyendung_master_1{
    border:solid 1px #183882;
    background:rgba(220, 250, 227, 0.22);
}

.dinhdangtuyendung_master_1 a
{
    text-align:justify;
    text-decoration:none;
    font-family:Helvetica;
    font-size:12pt;
    color:black;
}

.dinhdangtuyendung_master_1 a:hover {
    color:#ff0000;
}

/*ĐỊNH DẠNG HÌNH ẢNH TRONG KHUNG TUYỂN DỤNG*/
.dinhdanghinhchotrangtonghopdidong1 img
{
    max-width:110px;
   max-height:90px;
   min-width:110px;
   min-height:90px;
   float:left;
   padding:3px;
}


/*ĐỊNH DẠNG TỔNG HỢP 1*/
.hinhtonghop
{
    max-width:200px;
    max-height:180px;
    min-height:180px;
    min-width:180px;
}

.tieudetintonghop a
{
    font-family:Helvetica;
    font-size:22px;
    text-decoration:none;
    color:black;
    font-weight:bold;
}

.tieudetintonghop a:hover
{
    color:#ff6a00;
}

.ngaytonghop
{
    font-family:Helvetica;
    font-size:20pt;
    color:#4078b8;
    background:#e9edf5;
    text-align:center;
    padding:5px 0 5px 0;
}

.thangnamtonghop
{
    font-family:Helvetica;
    font-size:8pt;
    color:#fff;
    background:#fe6332;
    text-align:center;
    height:15pt;
    padding-top:7px;
}

.dinhdanghinhchotrangtonghop1 img
{
    max-width:220px;
   max-height:180px;
    min-width:220px;
   min-height:180px;
}

.xemchitiet a
{
    font-family:Helvetica;
    font-size:13px;
    text-decoration:none;
    color:black;
    font-weight:bold;
    opacity:0.3;
}

.xemchitiet a:hover
{
    color:#ff6a00;
    opacity:1;
}

/*ĐỊNH DẠNG CHI TIẾT 1*/
.bailienquan a
{
    font-family:Helvetica;
    font-size:16px;
    text-decoration:none;
    color:black;
    font-weight:normal;
}

.bailienquan a:hover
{
    color:#ff6a00;
}

/*ĐỊNH DẠNG TRANG MASTER 2*/
/*ĐỊNH DẠNG CHO TRANG TONG HỢP 2*/
.dinhdanghinhchotrangtonghop2 img
{
    max-width:358px;
   max-height:274px;
   min-width:358px;
   min-height:274px;
   position:relative;
}

.tieudetintonghop2 a
{
    font-family:Verdana;
    font-size:16px;
    text-decoration:none;
    color:black;
    font-weight:bold;
}

.tieudetintonghop2 a:hover
{
    color:#ff6a00;
}


/*ĐỊNH DẠNG TRANG ĐĂNG KÝ HOC*/
.dinhdangtongthedangky
{
    position:relative;
    background:#ceecfb;
    z-index:8500;
}

.dinhdangcotthem{
    float:left;
    width:48%;
    background:#fff;
    border-radius:5px;
    -webkit-box-shadow: 0 4px 8px -6px black;
    -moz-box-shadow: 0 4px 8px -6px black;
    box-shadow: 0 4px 8px -6px black;
}

.dinhdangcotdanhsachthem{
    float:left;
    width:50%;
}

.dinhdangdocaochotextboxcacformthem
{
    height:20px;
    border-style:none;
    background:#fff;
    font-size:13pt;
}

.dinhdangdropbox{
    height:25px;
}

.dinhdanggrd{
    font-size:10pt;
}

/*ĐỊNH DẠNG ĐĂNG KÝ THÀNH VIÊN*/
.dinhdangdangkythanhvien{    
    position:relative;
    width:80%;
    margin:0 auto;
    margin-top:145px;
    background:#fff;
    border-radius:5px;
}