
@font-face {
    font-family: hjManga6;
    src: url(../fonts/hj%20Manga6.ttf);
}
@font-face {
    font-family: hjManga8;
    src: url(../fonts/hj%20Manga8.ttf);
}
@font-face {
    font-family: UTMTalling;
    src: url(../fonts/UTM%20Talling.ttf);
}
@font-face {
    font-family: UTMTallingBold;
    src: url(../fonts/UTM%20TallingBold.ttf);
}
.bgTabHover{
    background: #ee5306;
    border: 1px solid #fff;
    border-radius: 5px;
}
.bgTab{
    background: #1f78ee;
    border: 1px solid #fff;
    border-radius: 5px;
}

#group-HN,
#group-HCM{
    display: none;
}

#tab{
    width: 100%;
    padding-left: 40px;
    float: left;
}
#tab:hover{
    cursor: pointer;
}
#tab p{
    text-align: center;
    padding: 5px;
}
#tab .tab-all{
    width: 100px;
    text-align: center;
    display: inline-block;
    margin: 5px;
}
#tab .tab-all:hover{
    background: #ee5306;

}
#tab .tab-HN{
    width: 100px;
    text-align: center;
    display: inline-block;
    margin: 5px;
}
#tab .tab-HN:hover{
    background: #ee5306;

}
#tab .tab-HCM{
    width: 100px;
    text-align: center;
    display: inline-block;
    margin: 5px;
}
#tab .tab-HCM:hover{
    background: #ee5306;

}



.button{
    width: 110px;
    height: 56px;
    background: url('../images/bg/bc1.png') no-repeat;
    text-align: center;
    margin: 0 auto;
}
.button:hover{
    width: 110px;
    height: 56px;
    background: url('../images/bg/bc2.png') no-repeat;
}
.text-mieuta{
    font-family: hjManga8;
    font-size: 24px;
    padding: 10px;
    word-wrap: break-word;
    text-align: justify;
    line-height: 30px;
}
.text-mieuta2{
    font-family: hjManga8;
    font-size: 30px;
    padding: 10px;
    color: #29b2ca;
}
.thongtinduan{
    margin-top: 10px;
    width: 100%;
    height: auto;

}
.thongtinduan ul{
    display: none;
    text-align: left;
    padding-left: 15px;
    list-style: inherit;

}
.thongtinduan ul li{
    color:#1eff4e;
    list-style: inherit;

}
.thongtinduan ul li a{
    color:#FFF;


}
.thongtinduan ul li a:hover{
    color: #ee7e0c;
}

.text-thontin-them{
    font-family: hjManga8;
    font-size: 24px;
    padding: 10px;
    word-wrap: break-word;
    text-align: left;
    line-height: 30px;
    color:#1eff4e;
}
.text-thontin-them:hover{
    color: #ee7e0c;
}

div.text-mieuta ul li{
    color:#1eff4e;
}


.box-show-1,
.box-show-2,
.box-show-3,
.box-show-4,
.box-show-5,
.box-show-6,
.box-show-7,
.box-show-8,
.box-show-9,
.box-show-10,
.box-show-11,
.box-show-12,
.box-show-13,
.box-show-14,
.box-show-15,
.box-show-16,
.box-show-17,
.box-show-18,
.box-show-19,
.box-show-20,
.box-show-21,
.box-show-22,
.box-show-23,
.box-show-24,
.box-show-25,
.box-show-26,
.box-show-27,
.box-show-28,
.box-show-29,
.box-show-30,
.box-show-31,
.box-show-32,
.box-show-33,
.box-show-34

{
    display: inline-block;
    width: 300px;
    height: auto;
    position: relative;
    margin: 20px 10px;
    overflow: hidden;
    opacity: 0;
    top: 50px;
    text-align: center;
}
.ck-top{
    position: absolute;
    top:50px;
}
.ck-bottom{
    position: absolute;
    top:50px;
}


.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8{

}




.boxNV {
    width: 300px;
    height: auto;
    position: relative;
    background-color: rgba(79, 111, 184, 0.76);
    background: #00306e scroll 0 0;
    display: inline-block;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #fff;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
    border-radius: 15px;
    text-align: center;

}

.boxNV:hover {
    background: rgba(255,255,255,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.boxNV .wrap-info{
    text-align: center;
    padding: 10px;
}
.boxNV .wrap-info p{
    text-align: center;
}
p.name{
    color: #fbfffd;
    text-shadow:#06000a;
    font-family: hjManga6;
    font-size: 20px;
}
p.chuc-danh{
    color: #52ff51;
}
.wrap-info img{
    height: 200px;
    border-radius: 50%;
    -webkit-transition:border-radius 1s;
    transition:border-radius 1s;
}

.boxNV:hover img{
    border-radius: 15px;
}


.boxNV svg {
    position: absolute;
    top: 0;
    left: 0;
}

.boxNV svg line {
    stroke-width: 3;
    stroke: #ecf0f1;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.boxNV:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.boxNV svg line.top,
.boxNV svg line.bottom {
    stroke-dasharray: 330 240;
}

.boxNV svg line.left,
.boxNV svg line.right {
    stroke-dasharray: 490 400;
}

.boxNV:hover svg line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.boxNV:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
}

.boxNV:hover svg line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}

.boxNV:hover svg line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}




/* iPhone 4 ----------- */
/*MOBILE*/
@media all and (max-width: 599px){


}




/*TABLET*/
@media all and (min-width: 600px) and (max-width:800px){

}