html, body {
	font-size: 13px;
}

.wrapper {
	width: 100vw;
	padding-right: calc((100vw - 960px)/2);
	padding-left: calc((100vw - 960px)/2);
	background: #fff;
	padding-top: 25px;
}

.header {
	background: #eee;
	padding-left: calc((100vw - 960px)/2);
	padding-right: calc((100vw - 960px)/2);
	border-bottom: solid 1px #ccc;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	width: 100vw;
}

.header .menu ul {
	list-style: none;
	display: flex;
}

.header .menu ul li {
	/* padding-left: 6px; */
	text-align: center;
	/* padding-right: 6px; */
}

.header .menu a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.header .menu a:hover {
	color: #2a8db2;
}

.header .menu .menu-main {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	align-content: center;
	align-items: center;
	text-align: center;
	border: solid 1px #ccc;
}

.header .menu .menu-main li::after {
	content: '|';
	color: #ccc;
}

.header .menu .menu-main li:last-child::after {
	content: '' !important;
}

.header .page-title {
	font-size: 36px;
	font-weight: 600;
}

.header .menu .menu-main li a {
	padding: 6px 12px;
}

.box-title {
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #ccc;
	background: #2a8bd2;
	border-radius: 5px;
	padding: 3px 6px;
	color: #fff;
}

.box-content {
    border: solid 1px #ccc;
	border-radius: 9px;
	padding: 12px;
	margin-top: 6px;
}

.box-category li {
	list-style: none;
}

.box-category li a {
	text-decoration: none;
	color: #000;
}

.box-category li a:hover {
	color: #2a8db2;
}

.page-category {
	
}

.page-title {
    font-size: 24px;
	font-weight: 800;
	color: #2a8bd2;
	text-transform: uppercase;
	text-align: center;
}

.box-category .menu-category {
	width: 100%;
	padding-left: 0px !important;
	border: solid 1px #ccc;
	margin-top: 10px;
}

.box-category ul.menu-category > li {
	border-top: solid 1px #ccc;
	padding: 0px;
	min-height: 25px;
}

.box-category ul.menu-category > li:hover {
	opacity: 0.6;
	color: #580e0e;
}

.box-category ul.menu-category > li > a {
	cursor: pointer;
}

.box-category .menu-category > li::before {
	content: '+ ';
}

.box-category .menu-category > li.active::before {
	content: '- ';
}

.box-category .menu-category > li > ul {
	display: none;
	width: 100%;
	padding: 0px;
}

.box-category .menu-category > li > ul > li {
	height: 25px;
	padding-left: 9px;
	padding-top: 1px;
	background: #eee;
}

.box-category .menu-category > li.active > ul {
	display: block;
}

.box-category .sub-menu > li {
	border-top: solid 1px #ccc;
}

.form-search {
	border: solid 1px #ccc;
	padding: 12px;
	margin-bottom: 20px;
	background: #eee;
	border-radius: 6px;
}

.form-search input, button, select {
	border: solid 1px #ccc;
	font-size: 13px;
	border-radius: 3px;
	padding: 3px 12px;
}

.form-search button:hover {
	background: #ccc;
	border: solid 1px #fff;
}

#slider {
	height: 260px;
	border: solid 1px #ccc;
}

.col-main-left {
    width: 260px;
}

.col-main-right {
    width: calc(960px - 241px);
}

.nivo-directionNav a {
	display: none;
}

.nivoSlider:hover > .nivo-directionNav a {
	display: block;
}

.nivo-directionNav i {
    font-size: 28px;
}

.nivo-controlNav a {
	border: solid 1px #ccc;
	border-radius: 12px;
	padding: 3px 8px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	color: #000;
}

.nivo-controlNav a.active {
	background: #eee;
}

.slider-wrapper {
	position: relative;	
}

.nivo-controlNav {
	top: 80%;
	left: 40%;
	position: absolute;
	z-index: 100;
}

.box-img {
	border: solid 1px #ccc;
	border-radius: 6px;
	height: 180px;
	margin-bottom: 6px;
}

.box-img .img {
	width: 100%;
	height: 120px;
	padding: 3px;
}

.box-img .img img {
	width: 100%;
	height: 120px;
}

.box-img .title {
	padding: 3px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	height: 40px;
}

.box-img .title a {
	text-decoration: none;
}

.box-img .img:hover img {
	opacity: 0.6;
}

.footer {
	border: solid 1px #ccc;
	padding: 24px;
	background: #eee;
	margin-top: 12px;
}

.footer .title {
	font-size: 18px;
	font-weight: 800;
	color: #2a8bd2;
	text-transform: uppercase;
}

.footer > div {
	text-align: center;
	padding: 1px;
}

.col-left {
    width: 240px;
}

.col-right {
    width: 700px;
    margin-left: 20px;
}

.row-col {
    display: flex;
    width: 100%;
}

.row-page {
    margin: auto;
}

.box-news .box-img {
    margin-top: 6px;
}

.box-detail {
    margin-top: 6px;
}

.box-detail .box-title a {
    color: #fff;
    text-decoration: none;
}

.box-detail .title {
    font-size: 18px;
    font-weight: 600;
}

.box-detail .content {
    padding-top: 6px;
}

.box-page {
    margin-top: 6px;
}

.box-visit {
    margin-top: 6px;
}

