/*-----------------------------------------------------------------------------------*/
/*	1.	Text - Color
/*-----------------------------------------------------------------------------------*/



.menucontent3 h2 {
background: rgba(211,232,237,1);
background: -moz-linear-gradient(top, rgba(211,232,237,1) 5%, rgba(211,232,237,1) 24%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(5%, rgba(211,232,237,1)), color-stop(24%, rgba(211,232,237,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(top, rgba(211,232,237,1) 5%, rgba(211,232,237,1) 24%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(top, rgba(211,232,237,1) 5%, rgba(211,232,237,1) 24%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(top, rgba(211,232,237,1) 5%, rgba(211,232,237,1) 24%, rgba(134,174,204,1) 100%);
background: linear-gradient(to bottom, rgba(211,232,237,1) 5%, rgba(211,232,237,1) 24%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e8ed', endColorstr='#86aecc', GradientType=0 );
}

/*-----------------------------------------------------------------------------------*/
/* Border Radius
/*-----------------------------------------------------------------------------------*/
.button, .button2, .pagi a, .chitietsp a, .menutop ul li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/* Box Shadow
/*-----------------------------------------------------------------------------------*/

.wrap,.button, .pagi a, .text, .chitietsp a, .menutop ul li, .space {
	-webkit-box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	box-shadow: 1px 2px 3px 0px #999;
}
/*-----------------------------------------------------------------------------------*/
/* Icon
/*-----------------------------------------------------------------------------------*/
.iCon1 {
	background-image: url(/lib/img/arrow/icon-search.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px 0 2px 25px;
}
.iCon2, .tplStst p span, .tplNews p span {
	background-image: url(/lib/img/arrow/hd.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 25px;
}
.arrow1, .tplNews2 ul li {
	background-image: url(/lib/img/arrow/red-arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;	
}

body{
	margin:0;
	padding:0;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/lib/img/bg/anh-nen.png) ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
    
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
div, p, h1, h2, h3, h4, hr, form, ul, li {
	margin:0;
	padding: 0;
	line-height:1.6em;
}
h1{
   font-size:22px; 
}
*{
	outline:none;
}
* a {
	outline:none;
	text-decoration:none;
}
img {
	vertical-align: middle;
	border:0;
}
select{
	border:solid 1px #DADADA;	
}
input, textarea {
	border:solid 1px #DADADA;
	outline:none;
}
.goimua {    
    height: 33px;
	font-size:18px;
	color:red;
	font-family:sans-serif;
    position: relative ;
	border-radius: 58px 58px 58px 58px;
    -moz-border-radius: 58px 58px 58px 58px;
    -webkit-border-radius: 58px 58px 58px 58px;
    border: 0px solid #000000;
    background:#FFFF00;
    position: absolute;
	right: 8px;
	padding-left:5px;
	padding-right:5px;
	position: fixed ;
    bottom:  38px ; }
    

.clear, .cl {
	clear:both;
}
.textBold, .tB, .tplMenuTop ul li a, .tplStst p, .tplNews p.title, .tplNews a.cat, .tpBgst p {
	font-weight:bold;
}
.tCenter {
	text-align:center;
}
.curPoint, .tplSearchTop .searchSubmit {
	cursor:pointer;
}
.button {
	padding:5px 10px;
	color:#FFF;
	border:none;
	cursor:pointer;
	font-weight:bold;
	background:#CC3300;
	border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
}
.button:hover
{
 	background:#3399FF; 
 	
}

.button2 {
	padding:5px 10px;
	color:#FFF;
	border:none;
	cursor:pointer;
}
.tTitle{
	font-size:16px;
	font-weight:bold;
	color:#E84B39;
	background:#6699FF;
    	
	padding:5px;
}


/*-----------------------------------------------------------------------------------*/
/* Phan trang
/*-----------------------------------------------------------------------------------*/
.pagi{
	text-align:center;	
	margin:1px 0;

	
}
.pagi a{
	padding:2px 8px;	
	margin:0 3px;
	display:inline-block;
	
	background:rgba(0, 255, 255);
}

.giasp{
    color:red;
	font-size: 18px;
}
.chitietsp{
	text-align:center;	

}
.chitietsp a{
	padding:0px 3px;	

	display:inline-block;
	background:rgba(0, 255, 255);
	
}
/*-----------------------------------------------------------------------------------*/
/* All
/*-----------------------------------------------------------------------------------*/
.wrap{
	
	width:1200px; 
	margin:auto;
	margin-bottom:8px;
    background:#99FFFF;
}
/*-----------------------------------------------------------------------------------*/
/* Top Banner
/*-----------------------------------------------------------------------------------*/
.content{
    margin-top:3px;
}

.banner{ 
text-align:center;
padding-bottom: 12px;	
}

 .bentrong , .bentrong h2 {
	border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border: 0px solid #000000;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu
/*-----------------------------------------------------------------------------------*/
.menutop
{
    
	width: 1189px;
	height:52px;
	text-align:center;
	padding-top: 9px;
}
.menutop ul{
	
	display:inline-block;
	font-family: times,arial,Tahoma, sans-serif;
}
.menutop ul li{
	display:inline-block;
	background:#CCFF00;
	text-align:center;
	
}
.menutop ul li:hover{
	background:rgba(193, 255, 193);
}
.menutop a{
	color:#008080;
	font-weight:bold;
	display:block;
	padding: 3px 11px;
	font-size: 19px;
}

.sub-menu{
    display:none;
}
.chuchay{
    display:none;
}
#sub1{
    vertical-align:top;
    
}
.sub img
{
    display:none;
   
     
}
.sub
{
    
   	background:#FFFF00;
    width:99px;
	height:39px; 
	
}
span#sub:hover img
{
    display:block;
    position: fixed;
    top: 18px;
    right:18px;	
     max-width:100%; 
}

ul#sub li
{
    width:156px;
    
} 


/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.content{
	
	padding:3px;
}

.bentrong{
    
	vertical-align:top;
	width: 99%;
	display:inline-block;
	margin-top:8px;
	margin-left:6px;
	padding-bottom:12px;
	background:rgba(193, 255, 193);
}
.bentrong p{
    padding-top:3px;
}

.dethi{
   
   width:286px; 
   height:938px;
   display:inline-block;
   
}
.dscauhoi ul li{
   width:268px; 
   height:86px;
   display:inline-block;
   margin-bottom:5px;
}
.video-container {
    display:inline-block;
    width:888px;
    
}
.play{
    width:888px; 
   height:88px;
   background:#111111;
   
}
.anh{
	overflow: hidden !important;
	width:100%;
	height:166px;
   
}
.anh img{
  
  width: auto;
  max-height:166px;
 
}
.bentrong h2{
	background:rgba(0, 255, 255);
	margin: 6 6 6 6px;
	font-size:22px;
	text-align:center;
	color:red;
}
.bentrong h3{
	font-size:16px;
	text-align:center;
	color:blue;
}

/*-----------------------------------------------------------------------------------*/
/*	Template Don Hang
/*-----------------------------------------------------------------------------------*/
.tplDonHang {
	overflow: hidden;
	margin-left:1px;
	
}
.tplDonHang .title {
	color:#E84B39;
	font-size:15px;
	font-weight:bold;
	padding:2px 0 0 2px;
}

.tplDonHang li {
	margin:0px 0 0 6px ;
	width:100%;
	font-size:13px;
	border-bottom:solid 1px #DADADA;
	display:inline-block;
}
/*-----------------------------------------------------------------------------------*/
/*	Template News
/*-----------------------------------------------------------------------------------*/
.tplNews{
	
	width: 99%;
	
}

.tplNews li , .tplNews2 ul li{
	margin-left:3px;
	padding:3.8999px;
   	font-size:15px;
   	border-bottom:solid 1px #DADADA;
}

.tplNews2{
	
	background:rgba(193, 255, 193);
	width: 100%;
    min-height:836px;	
}
.baiviet{
	
	width: 100%;
	background:rgba(193, 255, 193);
	min-height:836px;
	}
.noidungbai{
	
	text-align:justify;
	margin-left:9px;
	margin-right:9px;
    font-size:15px;
    min-height:836px;
}	
/*-----------------------------------------------------------------------------------*/
/* Content Ben Phai
/*-----------------------------------------------------------------------------------*/

.menucontent{
	vertical-align:top;
	width:389px;
	height:236px;
	margin-left: 3px;
	display:inline-block;
	background:#97FFFF;

}

.menucontent1{
    display:inline-block;
	margin-top: 9px;

	padding:2px;
	
}
.menucontent h2{
	color: #0066CC ;
	font-size: 18px;
	text-align: center;
	background:rgba(0, 255, 255);
}
.listmenu a{
	font-family: arial;
	font-size:15px;
	display:inline-block;
	margin-left: 6px;
	
}
.listmenu li{
	border-bottom:solid 1px #DADADA;
	padding:3.8999px;
	display:inline-block;
	width:382px;
}

.menucontent .menucontent .listmenu .selected a{
	color: #008080;
	font-weight: bold;
	
}
/*-----------------------------------------------------------------------------------*/
/*	Template Detail Sim
/*-----------------------------------------------------------------------------------*/
.dthang {
	margin:3px;
	display:inline-block;
	width: 99%;
	overflow: hidden;
	text-align:center;
	background:rgba(193, 255, 193);
	
}
.dthang5 {
	display:inline-block;
	text-align:center;
	margin:6px;
	padding:5px;
	width : 568px;
	overflow: hidden;
	border: 1px solid #8c8c8c;
}
.dthang5 li{
    margin-top:6px;
    margin-bottom:6px;
}
.dta1{
  padding:2px;  
}
.dthang5 img {
    
    height: 428px;
	width : auto;
   
	
}

.tieudesp
{
    width:100%;
	color: red;
	font-weight: bold;
	font-size:19px;
	text-align:center;
}
/*-----------------------------------------------------------------------------------*/
/*	Detail sim contact
/*-----------------------------------------------------------------------------------*/
.tplContact{
	vertical-align:top;
	display:inline-block;
	margin:8px;
	border: 1px solid #8c8c8c;
	width: 558px;
	
	text-align:left;
}

.binhluan{
    background:#33CCFF;
    margin-top:8px;
}

.tplContact p {
	font-size:16px;
	font-weight:bold;
	color:#E84B39;
	padding:5px;
}
.tplContact li {
	display:inline-block;
	width:259px;
	margin:5px 0;
	padding:0 0 0 8px;
}
.tplContact li span {
	color:#F00;
}
.tplContact li.text {
	display:inline-block;
	
	width:239px;
}

.dattc{
	vertical-align:top;
	display:inline-block;
	margin:8px;
	
	width: 558px;
}


.dtc li {
	display:inline-block;
	width:100%;
	margin:5px 0;
	padding:0 0 0 8px;
}

/*-----------------------------------------------------------------------------------*/
/*	Fotter
/*-----------------------------------------------------------------------------------*/
.footer{
	margin-top:16px;
	text-align:center;
	width: 100%;
background: linear-gradient(0deg, rgba(46,195,174,1) 3%, rgba(0,255,255,1) 89%, rgba(255 255 0) 89%); 
}
.footercontent{

	width: 96%;
	margin-top:8px;
	margin-left:8px;
	
}
.zalo{height:79px;position:relative;position:absolute;position:fixed;left:58px;bottom:36px;}
.fbook{height:79px;position:relative;position:absolute;position:fixed;right:58px;bottom:36px;}

.space{
    height: 39px;
    width: 69%;
    background: #39e500;
    text-align: center;
    
}

.diemlb{
	position: relative;
    float: center;
    right: 5px;
    padding: 3px;
    height: 8px;
    width: 8px;
    line-height: 8px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}
.lb5{
	background: #008e2c;
	width: 20px;
}
.lb4{
	background: #39e500;
	width: 20px;
}
.lb3{
	background: #c2e500;
	width: 20px;
}
.lb2{
	background: #e56a00;
	width: 20px;
}
.lb1{
	background: #e50000;
	width: 20px;
}
.lb0{
	background: #f00;
	width: 20px;
}


.video-wrapper {
			position: relative;
		}

		.video-wrapper > video {
			width: 100%;
			vertical-align: middle;
		}

		.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
			
		}

		.video-overlay-play-button {
			box-sizing: border-box;
			width: 100%;
			height: 100%;
			padding: 10px calc(50% - 50px);
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			opacity: 0.72;
			cursor: pointer;
			background-image: linear-gradient(transparent, #000);
			transition: opacity 450ms;
		}

		.video-overlay-play-button:hover {
			opacity: 1;
		}

		.video-overlay-play-button.is-hidden {
			display: none;
		}
	.box_img .id_play{
		opacity:0;
		-webkit-transition: opacity 1200ms, visibility 1200ms;
		transition: opacity 1200ms, visibility 1200ms;
	}
	.box_img:hover .id_play{
		opacity:1;
		 -webkit-transition: opacity 1200ms, visibility 1200ms;
		 transition: opacity 1200ms, visibility 1200ms;
	}
	.modal-dialog{
		width:900px!important;
	}
.progress {
    height: 5px;
    margin-bottom: 0px!important;
    overflow: hidden;
    background-color: #f5f5f5;
	
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.hide{
	display:none;
}
.show{
	display:block;
}
.flag{
	margin-top: -33px;
 
    margin-left: 545px;
   
     width:30px;
}
.flag img{

     width:30px;
}
.box-diem{
	width: 100px;
    display: flex;
	height: 10px;
	background: #000;
	
}
.diem{
	width: 20px;
    display: flex;
}
.topbar_cauhoi {
    height: 40px;
    background: #00FFFF;
    text-align: center;
    font: 400 14px/40px arial;
    color: #333;
  
    margin-bottom: 10px;
}
.width_common {
    width: 100%;
    float: left;
}
.topbar_cauhoi .tg_lambai {
   
    left: 10px;
    top: 12px;
    font: 700 14px arial;
}
.topbar_cauhoi p {
    vertical-align: middle;
    display: inline-block;
    font: 400 14px/40px arial;
}
.ul{
    overflow: hidden;
    height: 28px;
    background: #00FFFF;
    padding: 2px 2px;
    border-radius: 5px;
	cursor: pointer;
}
ul{
	padding: 0;
    margin: 0!important;
}
.selectVD{
	background: #00cdff;
}

* html .cell {display:inline}