@charset "utf-8";
/* CSS Document */
/*Style chung */
* {
    margin: 0;padding:0}
img{border:0;max-width: 100%;
	height: auto
}
@font-face {
  font-family: 'SVN-Desire';
  font-style: normal;
  font-weight: 250;
  src: url(font/SVN-Desire.ttf)
}
@font-face {
  font-family: 'SFUBodoniBoldCondensed';
  font-style: normal;
  font-weight: 250;
  src: url(font/SFUBodoniBoldCondensed.TTF)
}

@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 250;
  src: url(font/Roboto-Light.ttf)
}
@font-face {
  font-family: 'Roboto-Medium_0';
  font-style: normal;
  font-weight: 250;
  src: url(font/Roboto-Medium_0.ttf)
}

@font-face {
  font-family: 'Roboto-MediumItalic_0';
  font-style: normal;
  font-weight: 250;
  src: url(font/Roboto-MediumItalic_0.ttf)
}
@font-face {
  font-family: 'Roboto-Thin';
  font-style: normal;
  font-weight: 250;
  src: url(font/Roboto-Thin.ttf)
}
.full-wrap{width:300px;height:250px;position:relative}
.clear{clear:both}



/*Start quy chuẩn header,footer và like fb*/
.fixheader{width:100%;z-index:15;background:#3b3b3b;position:fixed;height:44px}
.logo-img{max-width:180px;margin:0 auto}
.logo-mobile{display:none}

.backhome{max-width:166px;float:left;position:absolute;top:0}
.backhome-mobile{display:none}
.footer{width:100%;background:#3b3b3b;bottom:0px;z-index:290;color:#FFFFFF;font-size:25px;margin-top:-10px;display:block;float:left;z-index:9999}
.footext{width:96%;margin:0 auto;color:#FFFFFF;padding-left:2%;padding-right:2%;height:50px;margin-top:6px;z-index:10000;font-family: 'SFUBodoniBoldCondensed';text-align:center}
.logofoot{max-width:120px;float:left;margin-top:5px;padding-left:5px}
.seotag a{color:#FFFFFF;text-decoration:none;font-family:'Roboto-Thin';font-size:20px;margin-right:10px;float:left;padding-top:9px;margin-left:10px}
.author{float:right;font-family:'SFUBodoniBoldCondensed';font-size:27px;font-weight:300}

.like-block{float:right;margin-top: 11px;margin-right: 8px;}
.like-fb-mobile{display:none}
.footer-mobile{display:none}
/*End quy chuẩn header và like fb*/

/* End Style chung */

.Emag-content{width:100%;background:url(images/main-back.jpg) no-repeat;padding-bottom:10px;padding-top:95px}
.close-banner-1{max-width:24px;position:absolute;top:2px;right:2px;cursor:pointer}
.loichuc>p {
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-style: italic;
    color: #585858;
    font-size: 18px;
    line-height: 22px;
	vertical-align:central;
	text-align:justify
}
.nguoichuc>p {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 55px;
    font-size: 12px;
    color: #a2a2a2;
    text-align: right;
}




.owl-nav > div {
        width: 17px;
        height: 80px;

    }
	.owl-nav > div.owl-prev {
        background: url(images/bg_nav_left.png) no-repeat;
        position: absolute;
        left: 1px;
        top: 40%;
		background-size:100%
    }

    .owl-nav > div.owl-prev:hover {
        background: url(images/bg_nav_left_active.png) no-repeat;
		background-size:100%
    }

    .owl-nav > div.owl-next:hover {
        background: url(images/bg_nav_right_active.png) no-repeat;
		background-size:100%
    }

    .owl-nav > div.owl-next {
        background: url(images/bg_nav_right.png) no-repeat;
        position: absolute;
        right: 1px;
        top: 40%;
		background-size:100%
    }
