#top-menu{
	height: 62px;	
}.lightmenu {
	height:62px;
	background: transparent;
	background:url(../images/bg-menu.png) repeat-x;
	background-position: bottom;
	clear:both;
}
.lightBlue, .lightGreen, .lightPink, .lightRed {
	position: relative;
	height: 53px;
	float:left;
     padding-left: 0;
}
.lightBlue li, .lightGreen li, .lightPink li, .lightRed li {
	float: left;
	list-style: none;
	padding: 0px 5px;
	height:62px;
	background-image:url(../images/sep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:4px;
}
.lightBlue li.back {
	background-image:url(../images/blue.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
     transition: all 0.2s;
}

.lightGreen li.back {
	background-image:url(../images/green.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}a.button {
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: #f14a29;
	background-image: url(../images/a-button.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0px 8px 0px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
a.button:hover{
	background-color: #009bdf;
}

.lightPink li.back {
	background-image:url(../images/pink.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightRed li.back {
	background-image:url(../images/red.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightBlue li a, .lightGreen li a, .lightPink li a, .lightRed li a {
	font-size: 16px ;
	font-family:"Myriad Pro", sans-serif;
	font-weight: normal;
	text-decoration: none;	
	padding:0px 7px;
	color: black;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	top:17px;
	height: 30px;
	position: relative;
	overflow: hidden;
     line-height: 35px;
}
.lightBlue .current a, .lightGreen .current a, .lightPink .current a, .lightRed .current a {
	color: #f14a29;
}

.lightBlue li a:hover, .lightGreen li a:hover, .lightPink li a:hover, .lightRed li a:hover {
	color:#f14a29;
}
.lightBlue .current ul a
{
    color:Black;    
}
.lightmenu ul li ul{display: none;
     padding: 0;}

.lightmenu ul li:hover ul {display: block;
position: absolute;
top: 52px;
width: 250px;
z-index:99999;}
	.lightmenu ul li ul li a {float: none;
     font-size: 12pt;color: black;
	text-align: left;
	margin-top: -10px;
}
.lightmenu ul li ul li {background-color:#fff; width: 100%;background-image: none;height: 34px;
padding: 0px}
	.lightmenu ul li ul li a:hover {color: #b41105;}
.searchbox {
	width:197px;
	float:right;
	margin-right:-7px;
}
@media(min-width: 729px) {
.vientrang {
	background:#fff;padding:1px 10px 10px 10px; margin-top:10px
}
}

.searchbox input.lightsearch {
	background: url(../images/lightsearch.png) no-repeat;
	border: 0;
	width: 170px; /* width of text-display area */
	padding: 2px 5px 2px 24px;
	font-size: 11px;
	color: #575757;
	margin-top:26px;
	height: 19px; /* height of text-display area */
}

.lightmenu ul ul li {
    z-index: 9;
}
.lightmenu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    left: 0;
    visibility: hidden;
    width: 200px;
	margin: 0px 0 0 -4px;
    padding: 0; 
    top:-10px;  
}
.lightmenu ul ul {
	  z-index: 12;     
      margin: 10px 0 0 0;    
}
.lightmenu li:hover>div {
    visibility: visible;
}

.lightmenu ul ul li {
    background: none;
    padding: 0;
}
.lightmenu ul ul a {
    padding: 0px;
    height: auto;
    float: none;
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 250px;
    margin: 0 8px;
    text-transform: none;
}  

.lightmenu li.current ul a {
    background:none;
}
.lightmenu ul ul a:hover {
    background:none;
    color:Red;
}

/* menu::level3 */
.lightmenu ul ul div {
    width: 200px;
    padding: 0;
    margin: -52px 0 0 195px !important;
}
.lightmenu ul ul ul {
    padding: 10px 4px 0 4px;	
}
.lightmenu ul ul div li {
    position:relative;
    top:-10px;
}

/* menu::level4 */
.lightmenu ul ul ul div {
    width: 200px;
    padding: 0;
    margin: -52px 0 0 197px !important;
}
.lightmenu ul ul ul ul {
    padding: 10px 4px 0 4px;	
}
.lightmenu ul ul ul div li {
    position:relative;
    top:-10px;
}

#top-content{
    width: 100%;
	margin-bottom:30px;
}
.box-cl {
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dotted red;
    text-align: justify;
}
.f-cl{margin-right: 0px;}
.box-cl h2 {
	font-size: 20px;
	padding: 0;
	color: #333;
	text-shadow: 1px 1px 1px #CCC;
	margin: 0 0 2px 0;
}
.box-cl .tagline {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin-bottom: 30px;
}
.box-cl img {
	float: left;
	margin-right: 15px;
}
.box-cl .nd p span{
	color: rgb(0, 0, 0); font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; line-height: 24px; text-align: justify;
	font-size:15px;
}
.box-cl .nd p strong{
	margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); line-height: 24px; text-align: justify;
}
.anh_wtm_m img {
    max-width: 100%;
}
.post_left_f {width:350px;} .post_right_f {padding-left:10px;}
.text .post_left {width: 300px;}
.post_left .text_post_1{margin-bottom:10px; margin-top:20px;}
.post_left .text_post_2{margin-bottom:2px; margin-top:2px;clear:both;font-size: 14px;}
.post_left .text_post_hr{margin:10px 0px;}
.text_post_1  .t_p_1{font-weight:bold; font-size:22px; color:#3C7BBA;}
.text_post_2  .t_p_2{font-weight:bold; width: 120px; display:inline-block;}
.text_post_2  .t_p_21{color:#D40D1D; font-weight: bold;}
.post_left .text_post_3{font-weight: normal;margin: 10px 0px;line-height: 18px;font-size: 14px;}

.ul_da > li figure {
    position: relative;
    height: 270px
}

.item .overplay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(73, 137, 222, 0.6);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
     color: white;
    padding: 10px;
    text-align: left;
     display: none;
}
.ul_da > li .overplay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
}
.upper-footer a {
     color: white;
}
.item:hover .overplay {
    opacity: 1;
}
.lft-content {
    float: left;
    width: calc(100% - 300px);
    padding-left: 25px;
}
.rgt-category {
    float: right;
    margin-bottom: 40px;
    margin-right: -10px;
}
.rgt-category .category {
    background: url(../images/nav.png) no-repeat;
    height: 50px;
    padding: 11px 0px 0px 0px;
    color: #fff;
    font-size: 12pt;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
}
.rgt-category .categories-list {
    list-style: none;
    padding: 0;
}.categories-list.dt li, .categories-list.dt li:hover {
    list-style: none;
	background:none;
    padding: 0;
}
.rgt-category .cate{margin-left: 30px;text-align: justify;margin-bottom: -10px;}
.rgt-category .cate img{width: 70px;float: left; margin: 0px 5px 5px 0px;}
.rgt-category .cate h3 a{
	color: #f14a29;
	padding: 5px 0px;
	font-size: 13px;
	clear: both;
	display: block;
}
.rgt-category .cate h3 a:hover{color: rgb(6, 120, 226);}
.rgt-category .cate .cate-desc{
	height: 44px;
	overflow: hidden;
}
.rgt-category .cate .doi-tac{
	width: 200px;
	margin-bottom: 20px;
}
#middle_subpage{
	height: 80px;
}
#middle_subpage h2,#middle_subpage h1{
	color: #fff;
	padding-top: 15px;
	font-size: 18pt;
	padding-left: 20px;
}
#middle_subpage h2 a,#middle_subpage h1 a{
    color:#009bdf;
}
#middle_subpage h2 a:hover,#middle_subpage h1 a:hover{
    color:#f14a29;
}
.cate-pro{
	width: 312px;
	height: 200px;
	float: left;
	position: relative;
	margin: 30px 0px;
	text-align: center;
	overflow: hidden;
}
.cate-pro img{width: 280px;border-radius:10px;}
.cate-pro img:hover{}
.cate-pro h2 a{
	color: red;
	font-size: 13pt;
}
.desc-pro {
    width: calc(100% - 320px);
    float: left;
    height: 187px;
    margin: 30px 0px;
    position: relative;
    text-align: justify;
}
.desc-pro .desc{
	overflow: hidden;
	height: 128px;
}
.desc-pro h2 a{ 	
	color:#f14a29;
	font-size: 15pt;
}
.desc-pro h2 a:hover{
	color: rgb(6, 120, 226);
}

.desc-pro .btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.fix-lft{margin-left: 0px;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; 
     border-bottom: 1px solid #eaeaea;} /* close commented backslash hack */
a.btn2 {
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: #f14a29;
	background-image: url(../images/a-button.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0px 8px 0px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	display: block;
	right: 10px;
	bottom: 0px;
	float: right;
     line-height: 2;
}

a.btn2:hover{
	background-color: #009bdf;
}
.rgt-category .cate .doi-tac {
    width: 200px;
    margin-bottom: 10px;
    transform: scale(0.8);
}
.block_doitac{
	text-align: center;
	
}
.block_doitac ul li{
	min-height: 105px;
}
.box-category {
    background: url(../images/nav2.png) -3px 0px no-repeat;
    height: 65px;
    padding: 27px 0px 0px 80px;
    width: 244px;
    color: #fff;
    font-size: 13pt;
    text-transform: uppercase;
}
.categories-list li {
    background: url(../images/li.png) 5px 8px no-repeat;
    background-size: 2%;
}
.categories-list li:hover{
	background: url(../images/li2.png) 5px 12px no-repeat;
	background-size: 2%;
}
.categories-list li a{
	font-size: 16px;
	color: #009bdf;
	padding-left: 16px;
}
.categories-list li a:hover{
	color: #f14a29;
}
#middle_subpage {
    height: 40px;
    color: #fff;
     font-size: 18pt;
}
#middle_subpage a {
    color: #009bdf;
}
#middle_subpage a:hover {
    color: #f14a29;
}
#middle_subpage h2,#middle_subpage h1{
	color: #fff;
	padding-top: 5px;
	font-size: 12pt;
     padding-left: 0;
}
#middle_subpage h2 a,#middle_subpage h1 a{
    color:#009bdf;
}
#middle_subpage h2 a:hover,#middle_subpage h1 a:hover{
    color:#f14a29;
}
.h-content .btn {
    background-color: #3695c1;
    color: yellow;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}
.h-content .btn:hover {
    background-color: #009bdf !important;
}
.calus {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.calus span {
    color: #026fae;
    font-weight: bold;
    font-size: 16px;
    background: yellow;
    padding: 4px 12px;
    border-radius: 10px;
}

@media(max-width:600px) {
.lft-content {
    float: none;
    width: 100%;
	margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.rgt-category {
    float: none;
    width: 250px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 80px;
}
.cate-pro{
    width: 100%;
    float: none;
	margin: 10px 0px;
}
.desc-pro {
    width: auto;
    float: none;
    height: auto;
    margin: 10px 0px;
	padding:0 10px;
}.desc-pro .desc {
    height: auto;
}a.btn2 {
	margin-bottom: 20px;
}.list-sub-cats {
    position: static !important;
    padding: 0 10px;
}.list-sub-cats li {
    margin-bottom: 3px;
     width: calc(50% - 2px);
}.calus {
    position: static;
    margin-top: 20px;
    text-align: right;
}
.navbar-nav li {
      border-top: 1px solid #282b2f;
    padding: 0 10px;
}
.navbar-collapse {
     margin-top: 15px;
    margin-bottom: 10px;
    background: #3c4146;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: #343a40;
}
.navbar-nav .dropdown-menu li {
      border-top: none;
}
.navbar-nav .dropdown-menu li a {
    color: #fff;
}

}
.page main .container {
    padding: 25px 30px;
}
main .container {
    background: #fff;
    padding: 5px 10px;
}.home .container, .archive .container {
    background: none !important;
}
.post-type-archive-news .container #main-content {
    background: #fff !important;
}

