/*
Theme Name: MixColors
Theme URI: http://mixcolors.vn
Author: MixColors
Author URI: http://mixcolors.vn
Description: Our 2017 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
Tags: html, css, wordpress, woocommrece, responsive, tablet, mobile, mixcolors, good seo
*/

* {
	box-sizing:border-box;
}
body {
	background:#f1f1f1;
}
a {
	text-decoration:none;
}
.cat-list {
	letter-spacing:-0.3em;
	text-align:center;
	max-width: 1200px;
    margin: 0 auto;
}
.cat-list li {
	display:inline-block;
	letter-spacing:normal;
	text-align:center;
	padding:15px;
	vertical-align:top;
	width:20%;
}
.cat-list li a {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
}
.cat-list li img {
	width: 100px;
    display: block;
    margin: 0 auto;
}
.cat-list li a:hover {
	color:#ed900e;
}
#header {
	text-align:center;
	padding:20px 10px;
	background:#0900bb;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
}
#header h1 {
	font-size:30px;
	padding-left:280px;
}
.home #header h1 {
	padding:0;
}
#header .btn {
	position: absolute;
    top: 4px;
    right: 5px;
    height: 35px;
    padding: 5px;
}
.sidebar {
	position:fixed;
	top:0;
	padding-top:20px;
	bottom:0;
	left:0;
	width:280px;
	background:#fff;
	border-right:1px solid #ccc;
	overflow:auto;
	padding-bottom:30px;
}
.sidebar-logo {
	width:140px;
	margin:0 auto;
	display:block;
}
.sidebar ul {
	padding-top:20px;
}
.sidebar ul li {
	position:relative;
}
.sidebar ul li a{
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	display:block;
	border-bottom:1px dotted #ccc;
	font-size:13px;
}
.sidebar ul li.active > a {
	color:#ed900e;
	font-weight:bold;
}
.sidebar ul li a img {
	width:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.sidebar ul li .expl {
	position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
	cursor:pointer;
}
.sidebar ul li ul {
	padding:0;
	display:none;
}
.sidebar ul li ul li a {
	padding-left:35px;
}
#content {
	margin-left:280px;
	padding:30px;
}
.table {
	border:1px solid #ccc;;
}
.table th,.table td {
	border:none;
	padding:10px;
	text-align:left;
	border-bottom: 1px solid #ccc;
    font-size: 14px;
	background:#fff;
}
.table th {
	background: #545454;
    color: #fff;
    font-size: 12px;
	padding:15px 10px;
}
.table tr:nth-child(2n) td{
	background:#f6f6f6;
}
.text-center {
	text-align:center !Important;
}
.select2-container .select2-selection--single {
	height:38px;
	border-radius:0;
	border:1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:38px;
}
.select2-container {
	width:180px !Important;
	vertical-align: top;
}
.form-field {
	height:38px;
	border-radius:0;
	border:1px solid #ccc;
	width:350px;
	padding:10px;
}
.btn {
	border: none;
	background: #d36134;
    background: linear-gradient(#ed735a,#ae3a27);
    background: -webkit-linear-gradient(#ed735a,#ae3a27);
    background: -moz-linear-gradient(#ed735a,#ae3a27);
    color: #fff;
    padding: 7.7px 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    min-width: 125px;
	height:38px;
    display: inline-block;
    text-align: center;
}
.btn i {
	margin-right:3px;
}
.pagi-custom {
	text-align:right;
}
.pagi-custom span,.pagi-custom a {
	display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
	text-decoration:none;
	color:#000;
	font-size:14px;
}
.pagi-custom span {
	background:#545454;
	color:#fff;
}
p.staticvdown {
    margin-bottom: 4%;
}
.pdfemb-download {
    background-color: hsla(0,0%,0%,.12);
    background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
    background-clip: padding-box;
    border: 1px solid hsla(0,0%,0%,.35) !Important;
    border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
    box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05);
    -webkit-transition-property: background-color, border-color, box-shadow;
    -webkit-transition-duration: 150ms;
    -webkit-transition-timing-function: ease;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease;
    min-width: 16px;
    padding: 2px 6px 0;
    width: auto;
    border-radius: 2px;
    color: hsla(0,0%,100%,.8);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
    margin: 4px 2px 4px 0;
    float: left;
}
div.pdfemb-toolbar div.pdfemb-poweredby {
	padding:0;
	margin:0;
}
.pdfemb-download:before {
    content: url(images/toolbarButton-download.png);
}
.cprinft:before {
   display:none;
}
.cprinft {
	color: #fff !Important;
    font-size: 16px;
    height: 24px;
}
div.pdfemb-inner-div {
	display:block !Important;
}
.home-header {
	padding:20px 0;
}
.home-header h2 {
    font-size: 20px;
    color: #ff0000;
    margin: 0;
}
#header .logo {
	width: 120px;
    position: absolute;
    display: block;
    top: 14px;
    left: 0;
}
#header h1 span {
	color:#0df808;
	display:block;
}
.mcs-content-text h2 {
	font-size:18px;
}
#header h1 {
	font-size:0;
}
#header h1 span {
	font-size:30px;
}
.home #header h1 {
	font-size:30px;
}
@media print {
   #header,.sidebar,.staticvdown {
	   display:none;
   }
   #content {
	   margin-left:0;
   }
}


/*viết thêm Duy 13/05/2023*/
.qrcode-single {
	display: inline-block;
	position: absolute;
	top: -22px;
	right: 0px;
	width: 20%;
	text-align: center;
	z-index: 99;
}

.qrcode-single .wpkqcg_qrcode_wrapper img{
	width: 50% !important;
}
#content{
	position: relative;
}

.bars{
	display: none;
}
.cat-list li span{
	display: inline-block;
	margin: 5px auto;

}

.linkxempdf img {
    width: 40%;
    display: block;
    margin: auto;
}

.linkxempdf {
    text-align: center;
}
.linkxempdf a {
    font-size: 17px;
    margin: 4px;
    display: inline-block;
    font-weight: bold;
}

.linkxempdf span{
	display: inline-block;
	margin: 5px auto;
}

.muiten b {
    display: block;
}

.muiten {
  
 position: absolute;
    left: -22%;
    top: 35%;
}

.mcs-content-text h2{
	-o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    width: 75%;
    display: inline-block;
    margin-bottom: 10px;
}

.mcs-content-text{
	position: relative;
}