/*-----------------------------------------------------------------------------------*/
/*	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
/*-----------------------------------------------------------------------------------*/

.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:16px;
	font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    
}

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
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* Top Banner
/*-----------------------------------------------------------------------------------*/
.content{
    margin-top:3px;
    width:100%;
    height:auto;
   
}

.banner{ 
text-align:center;
background:rgba(255, 255, 255);
padding-bottom: 12px;	
width:100%;
 
    animation-duration: 5s;
    
    animation-fill-mode: both;

}
.banner img{ 
text-align:center;
width:100%;
    height:80%;

}
 .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
/*-----------------------------------------------------------------------------------*/
.top
{
  background:rgb(255,255,255);
  width: 99%;
  height:128px;
  text-align:center;
  margin: auto;
 
}
.logotrang
{
  	width:489px;
	height:122px;
	vertical-align: middle;
	display:inline-block;
	animation-name: bung;
    animation-duration: 3s;
     animation-delay:3s;
     animation-fill-mode:backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite; /*Thừa hưởng giá trị thuộc tính từ phần tử cha*/
}
.menutop
{
    
	width:689px;
	height:99px;
   
	display:inline-block;

}
.menutop ul{
	display:inline-block;
	vertical-align: middle;
	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;
}

.wrap
{
 width: 1199px;   
 margin:auto;
 
}
.bentrong{
    
	
	width: 99%;
	display:inline-block;
	margin-top:8px;
	margin-left:6px;
	padding-bottom:12px;

}
.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 ;
	background: url(/L9.jpg) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
	width:98px;
	height:98px;
   
}
.tieuchi
{
    display:inline-block;
 
    width: 1199px;   
    height:auto;
}
.tieuchi1
{
   display:inline-block;
   width:588px; 
   height:188px;
   border:solid 1px #DADADA;
   vertical-align: middle;
}
.tieuchi2
{
   display:inline-block;
   width:588px; 
   height:188px;
   border:solid 1px #DADADA;
   vertical-align: middle;
}

.tieuchi2 img
{
vertical-align: middle;
}
.kinhnghiem li{
 
  display:inline-block;
  margin-left:8px;
  vertical-align: middle;
  font-size: 16px;
  font-family: times;
}


.phanhoi
{
  margin-top:36px;
  width:100%;  
  height:auto;
  display:inline-block;
}
.anhph
{
  width:588px; 
   height:288px; 
   background: #CCFFFF ;
    display:inline-block;
   margin-top:6px;
   text-align:center;
   vertical-align: top;
}
.anhph img
{
  width:38px; 
   height:38px; 
  
   margin-top:6px;
  
}
.anhphtr
{
  width:558px; 
   height:218px; 
   background: #FFCC99 ;
    display:inline-block;
   margin:6px;
   	-webkit-box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	box-shadow: 1px 2px 3px 0px #999;
}
.kinhnghiem{
 
  margin-left:16px;
  width: 558px;
  height:158px;
  animation-name: kinhnghiem;
  animation-duration: 6s;
  display:inline-block;
  background:#ffffff;
  text-align:center;
}

       @-webkit-keyframes kinhnghiem {
           
 
  from {
    opacity: 0;
    transform: translateY(800px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
    
        
            0% {
               opacity: 0;
               -webkit-transform: translateX(-800px);
            }
            60% {
               opacity: 1;
               -webkit-transform: translateX(30px);
            }
            80% {
               -webkit-transform: translateX(-10px);
            }
            100% {
               -webkit-transform: translateX(0);
            }
         }
         

 
 @keyframes bung{86%{transform:scale(1.0)}18%{transform:scale(0.6)}}
.pagelayer-animation-pulse:hover,
.pagelayer-anim-par:hover .pagelayer-animation-pulse{
animation-name: pagelayer-animation-pulse;
animation-duration: 6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
        
              
         .menucontent {
        	vertical-align:top;
	width:379px;
	height:288px;
	margin-left: 8px;
	display:inline-block;
            -webkit-animation-duration: 6s;
            animation-duration: 6s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
         
         @-webkit-keyframes menucontent {
            0% {
               opacity: 0;
               -webkit-transform: translateX(2000px);
            }
            60% {
               opacity: 1;
               -webkit-transform: translateX(-30px);
            }
            80% {
               -webkit-transform: translateX(10px);
            }
            100% {
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes menucontent {
            0% {
               opacity: 0;
               transform: translateX(2000px);
            }
            60% {
               opacity: 1;
               transform: translateX(-30px);
            }
            80% {
               transform: translateX(10px);
            }
            100% {
               transform: translateX(0);
            }
         }
         
         .menucontent {
            -webkit-animation-name: menucontent;
            animation-name: menucontent;
         }
         
.anh img{
  
  width: 100%;
  height:100%;
 
}
.noidung{
	
    
	width:386px;
	height:126px;
   
}
.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;
	background:#E0FFFF;
}
.tplDonHang .title {
	color:#E84B39;
	
	font-size:16px;
	font-weight:bold;
	padding:2px 0 0 2px;
}

.tplDonHang li {
	margin-left:5px;
	margin-top:2px;
	width:100%;
	font-size:15px;
	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:26px;
	margin-right:26px;
    font-size:15px;
    min-height:836px;
}	
/*-----------------------------------------------------------------------------------*/
/* Content Ben Phai
/*-----------------------------------------------------------------------------------*/
.menucontent2{
	vertical-align:top;
	width:379px;
	height:288px;
	margin-left: 8px;
	display:inline-block;
	background:#97FFFF;
   -webkit-animation-name: menucontent2;
            animation-name: menucontent2;

        
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
          @-webkit-keyframes menucontent2 {
            0% {
               opacity: 0;
               -webkit-transform: translateY(2000px);
            }
            60% {
               opacity: 1;
               -webkit-transform: translateY(-30px);
            }
            80% {
               -webkit-transform: translateY(10px);
            }
            100% {
               -webkit-transform: translateY(0);
            }
         }
         
         @keyframes menucontent2 {
            0% {
               opacity: 0;
               transform: translateY(2000px);
            }
            60% {
               opacity: 1;
               transform: translateY(-30px);
            }
            80% {
               transform: translateY(10px);
            }
            100% {
               transform: translateY(0);
            }
         }
.menucontent3{
	vertical-align:top;
	width:379px;
	height:288px;
	margin-left: 8px;
	display:inline-block;
	background:#97FFFF;
   -webkit-animation-name: menucontent3;
            animation-name: menucontent3;

        
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
         
         @-webkit-keyframes menucontent3 {
              0% {
               opacity: 0;
               -webkit-transform: translateX(-1800px);
            }
            60% {
               opacity: 1;
               -webkit-transform: translateX(30px);
            }
            80% {
               -webkit-transform: translateX(-10px);
            }
            100% {
               -webkit-transform: translateX(0);
            }
         }
         
         

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

	padding:9px;
	
}
.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%;
	display:inline-block;
background: linear-gradient(0deg, rgba(46,195,174,1) 3%, rgba(0,255,255,1) 89%, rgba(255 255 0) 89%); 
}
.footercontent{
    display:inline-block;
	width: 68%;
	margin-top:8px;
    float: center;
	
}
.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}