

/*****************************************      WRAP          */
#wrapDTCK{
    margin: 0 auto;
    background: url("../images/source/pattern_40.gif") repeat scroll #282828;
    height: auto;
    max-width: 1000px;
    min-width: 320px;
    width: 100%;
    display: block;
}
/*
///////////////////////// CONTENT DTCK
*/
#contentDTCK{
    width: 98%;
    display: block;
    margin: 0 auto;
}

#wrapFeedBackDTCK{
    margin: 0 auto;
    background:#282828;
    height: auto;
    max-width: 980px;
    width: 100%;
    display: block;
}

#wrap-screen{
    display: block;
    width: 100%;

}



/*              HEADER              */
#headerDTCK{
    height: 200px;
    width: 100%;
    background:url("../images/bg/bg.png") repeat-y scroll 0 0 #00306e;
    display: block;
}

/*
///////////////////////////// FOOTER
*/
#footerDTCK{
    max-width: 980px;
    min-width: 320px;
    width: 100%;
    height: auto;
    background-size: 100%;
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}
#footerDTCK .tip-chuky{
    width: 315px;
    height: 60px;
}

#footerDTCK .tip-chuky .text-tip{
    height:60px;
    border-radius: 5px;
    padding: 5px;
    background: #000;
    text-align:left;
    width:220px;
    border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333;
    display: none;
    color:#fff;
    font-size:0.8em;
    text-indent:0;
}


#footerDTCK .tip-chuky .text-tip img{
    float: left;
    margin-right: 15px;
}

#footerDTCK .tip-chuky .text-tip ul{
    float: left;
}

#footerDTCK .tip-chuky .text-tip ul li{
    color: #FFF;
    font-size: 12px;
    margin: 5px 0;
}

#footerDTCK .tip-chuky:hover .text-tip{
    display:block;
    position:absolute;
    top: 50px;
    left:10px;
    margin:-40px;
    z-index:9999;
    -moz-animation: texttip .25s linear;
    -webkit-animation:texttip .25s linear;
}

@-moz-keyframes texttip {
    0%  { -moz-transform:scale(0,0); opacity:0;}
    50% { -moz-transform:scale(1.2,1.2); opacity:0.3; }
    75% { -moz-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -moz-transform:scale(1,1); opacity:1;}
}


@-webkit-keyframes texttip {
    0%  { -webkit-transform:scale(0,0); opacity:0;}
    50% { -webkit-transform:scale(1.2,1.2); opacity:0.3; }
    75% { -webkit-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -webkit-transform:scale(1,1); opacity:1;}
}


#footerDTCK .tip-chuky:hover{
    cursor: pointer;
}



/*FACEBOOK*/

.fb-footer{
    display: block;
}
.wrap-fb{
    position: fixed;
    left: 0;
    top: 150px;
    width: 60px;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    .wrap-fb{
        display: none;
    }
    .fb-footer{
        display: block;
    }
}


/* TIN LIEN QUAN*/
.wrap-tinlienquan {
    margin-left: 20px;
    margin-bottom: 25px;

}
.wrap-tinlienquan p.tinlienquan{
    color: #68DDFF;
    font-weight: bold;
    font-size: 14px;
}
.wrap-tinlienquan ul li{
    list-style: disc;
}
.wrap-tinlienquan ul li {
    margin: 5px 10px;
}
.wrap-tinlienquan ul li a{
    color: #68DDFF;
}

.wrap-tinlienquan ul li a:hover{
    color: #68DDFF;
    font-weight: bold;
}

.wrap-tacgia{
    width: 100%;
    margin-left: 20px;
    position: relative;
}
.wrap-tacgia:hover{
    cursor: pointer;
}
.wrap-tacgia p.tacgia{
    font-size: 14px;
    color: #68DDFF;
}
.wrap-tacgia p.tacgia span{
    color: #68DDFF;
    font-weight: bold;
}


