:root {
	--c1: #00443d;
	--c2: #0f6758;
	--c3: #55a82a;
	--c4: #9eec8e;
}

body {
	background: var(--c2) url(../images/bg-contact.jpg) no-repeat top center;
	background-size: 100% auto;
	font-family: 'BaiJamjuree-Regular';
}
header,
main,
footer {
	overflow: hidden;
}

a:hover,
a:focus {
    outline: none;
    color: var(--c4);
    text-decoration: none;
}

img.img-cover {
	height: initial;
	object-fit: cover;
}

.header {
	padding-bottom: 70px;
}

.logo {
	padding: 10px 0;
	text-align: center;
	background: url(../images/bg-logo.png) no-repeat bottom center;
}

.box-hotline {
	padding-top: 30px;
}
.box-hotline a {
	color: white;
	font-size: 18px;
	font-weight: 700;
}
.box-hotline a:hover {
	color: var(--c4);
}
.box-hotline a .fa {
    top: 4px;
	font-size: 26px;
    margin-right: 5px;
	position: relative;
}
.button-menu {
	float: right;
	overflow: hidden;
	padding-top: 35px;
}
.button-menu a {
	display: block;
	position: relative;
	padding-left: 20px;
}
.button-menu a span {
	width: 40px;
	height: 4px;
	display: block;
	background: white;
}
.button-menu a span.line0 {
	margin-bottom: 8px;
}
.button-menu a span.line1 {
	margin-left: -20px;
}
.button-menu a:hover span {
	background-image: linear-gradient(to right, var(--c3), var(--c4));
}
.box-title {
	color: white;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.box-title h1 {
	font-size: 34px;
	margin: 0 0 50px;
}

.footer {
	color: white;
	padding: 20px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	background: var(--c1);
}

.box-sidebar {
	display: inline-flex;
}
.box-sidebar .items {
	display: flex;
}
.box-sidebar .items li a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	position: relative;
}
.box-sidebar .items li a.active::before,
.box-sidebar .items li a.active::after {
	content: '';
	z-index: 10;
	height: 2px;
	position: absolute;
	background: var(--c3);
    background-image: linear-gradient(to right, var(--c3), var(--c4));
}
.box-sidebar .items li a.active::before {
	top: 0;
	left: 0;
	right: 20px;
}
.box-sidebar .items li a.active::after {
	right: 0;
	bottom: 0;
	left: 20px;
}
.box-sidebar .items li a.active .left,
.box-sidebar .items li a.active .right {
	width: 2px;
	height: 30px;
	position: absolute;
}
.box-sidebar .items li a.active .left {
	top: 0;
	left: 0;
	background: var(--c3);
}
.box-sidebar .items li a.active .left::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 23px;
    background: var(--c3);
    top: 29px;
    -moz-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transform: skew(46deg, 0deg);
    left: 10px;
}
.box-sidebar .items li a.active .right {
	right: 0;
	bottom: 0;
	background: var(--c4);
}
.box-sidebar .items li a.active .right::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 23px;
    background: var(--c4);
    bottom: 29px;
    -moz-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transform: skew(46deg, 0deg);
    right: 10px;
}
.box-sidebar .items li a.active,
.box-sidebar .items li a:hover {
	color: var(--c4);
	overflow: hidden;
}

.list-item {
	margin-bottom: 40px;
}

.news {
	margin-bottom: 20px;
}
.news .inner {
	position: relative;
	background: var(--c1);
}
.news .img {
	padding-top: 65%;
	position: relative;
}
.news .img a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.news .img img {
	height: 100%;
	object-fit: cover;
}
.news .txt {
	color: white;
	padding: 20px;
}
.news .title {
	height: 72px;
	font-size: 18px;
	overflow: hidden;
	margin: 0 0 10px;
	line-height: 24px;
	text-transform: uppercase;
}

.single-content {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 60px;
}

.single-content .img {
	text-align: center;
	margin-bottom: 20px;
}

.entry {
	color: white;
	margin-bottom: 30px;
}
.entry *,
.entry p {
	font-size: 16px;
}

.entry-meta {
	text-align: center;
	margin-bottom: 20px;
}
.entry-meta li {
	padding: 0 10px;
	font-size: 16px;
	color: var(--c4);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.entry-meta li:not(.last)::after {
	content: '/';
	color: var(--c4);
	position: absolute;
	left: calc(100% - 3px);
}
.entry-title {
	color: white;
	font-size: 34px;
	margin: 0 0 20px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.comment-title {
	color: white;
	font-size: 26px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
}
.comment-title::before {
    left: 0;
    top: 7px;
    z-index: 1;
    width: 4px;
    content: '';
    height: 24px;
    position: absolute;
    background: var(--c3);
    background-image: linear-gradient(to top, var(--c3), var(--c4));
}
.box-related .owl-prev,
.box-related .owl-next {
	top: 50%;
	color: white;
	font-size: 50px;
	position: absolute;
	transform: translate(0, -50%);
}
.box-related .owl-prev {
	left: -35px;
}
.box-related .owl-next {
	right: -35px;
}
.box-related .owl-prev:hover,
.box-related .owl-next:hover {
	color: var(--c4);
}
.box-share {
	overflow: hidden;
	margin-bottom: 40px;
}
.box-share ul {
	float: right;
}
.box-share ul li {
	display: inline-flex;
}

.list-large {
	width: 100%;
	display: flex;
}
.list-large .news {
	width: 50%;
}
.list-large .news:not(:last-child) {
	margin-right: 20px;
}
.list-large .news .img img {
	height: 390px;
}
.list-large .news .txt {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	padding: 20px 40px;
	background: linear-gradient(to top, black, transparent);
}
.list-large .news .title {
	font-size: 26px;
	height: initial;
	font-weight: 700;
	line-height: 1.4;
}
.list-large .news .meta {
	color: var(--c4);
}

@media screen and (max-width: 1200px)
{
	.news .txt {
		padding: 15px;
	}
	.news .title {
		font-size: 16px;
	}
	.list-large .news .title {
		font-size: 24px;
	}
	.list-large .news .txt {
		padding: 15px;
	}
	.list-large .news .img img {
		height: 300px;
	}
}

@media screen and (max-width: 992px)
{
	.box-sidebar:not(.toogle) {
		display: none;
	}
	.list-large .news .title {
		font-size: 20px;
	}
	.list-large .news .img img {
		height: 250px;
	}
	.list-large .news .txt {
		padding: 15px;
	}
	.news .img img {
		height: 160px;
		min-height: 160px;
	}
	.single-content {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.entry-title {
		font-size: 30px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 767px)
{
	.button-mmenu {
		top: 35px;
		padding: 0;
		right: 10px;
		position: absolute;
	}
	.button-mmenu .button-menu {
		float: none;
		padding-top: 0;
	}
	.box-title {
		margin: 0;
	}
	.list-large {
		display: block;
	}
	.list-large .news {
		width: 100%;
	}
	.list-large .news:not(:last-child) {
		margin: 0 0 10px;
	}
}