/*
Theme Name: Southteam
Theme URI: https://southteam.vn
Author: South93
Author URI: https://southteam.vn
Description: Đây là Theme được phát triển bởi đội ngũ South Team, dựa trên nền tảng Bootstrap và FontAwesome
Version: 20.20

...and now go out and play!
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&display=swap');
:root{
	--primary-color: #1d2646;
	--linear: linear-gradient(to right,#08507d,#cc0037);
	--second-color: #D82729;
	--font-title: 'Oswald', sans-serif;
}
body{
	margin:0;
	font-family: 'Manrope', sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff
}
.text-primary,.text-primary a{color:var(--primary-color)!important}
.btn-primary{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}
.btn-primary:hover{color:#fff;background-color:var(--second-color);border-color:var(--second-color)}
.bg-primary{background-color:var(--primary-color)!important}.bg-second{background-color:var(--second-color)!important}
.text-oswald,.title {font-family: var(--font-title);}
a {
    color: var(--primary-color);
}
@media (max-width: 575.98px) {
	.menu-about ul.menu-link li {
    margin-bottom: 1px;
    width: 100%;
}
}
@media (max-width: 767.98px) {
	.prague-loader .prague-loader-wrapper .prague-loader-bar {
    width: 100%;
    height: 125px;
    font-size: 82px;
    letter-spacing: 8px;
}
	.owl-nav {
		display:none;
	}
	.flex-bg .title {
		font-size: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 2;
	}
}
@media (max-width: 991.98px) {
.top-right .language .wpml-ls-item a {
    margin-left: 6px;
    padding: 3px 5px;
}
	.top-header ul li{
    font-size: 14px;
}
	.primery-menu .logo {
    padding: 8px;
}
	body .section-tab-product .nav-link {
		padding: 0 5px;
	}
	body .wpb_text_column.wpb_content_element.wrap-text-product {
		font-size: 14px;
		width: 100% !important;
	}
	body .title_icon_3 {
		padding: 15px;
		margin-bottom: 5px;
	}

div#wrapper-navbar {
    min-height: 92px;
}
	.header .top-header {
		padding: 4px 0;
	}
	a.logo img {
		height: 65px;
		width: auto;
	}
	.header .middle-header {
		padding: 4px 0;
	}
	.search-icon {
		margin-right: 30px;
	}

	li.menu-item i.submenu-opened:before {
		content: "\f0d8";
	}

	.middle-header {
		padding: 15px 0;
		box-shadow: 0 0 15px #00000036;
	}
	ul#main-menu li a {
		color: #000;
		font-weight: 600;
		display: block;
		border-bottom: 1px solid #efefef;
		padding: 8px 10px;
    text-transform: capitalize;
	}
li.menu-item-has-children >i.fa {
    right: 0px;
    top: 0px;
    color: #8c8c8c;
    position: absolute;
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
	a.mobile-menu {
		width: 32px;
		height: 18px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: inline-block;
	}
	a.mobile-menu span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: var(--primary-color);
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	a.mobile-menu span:nth-child(1) {
		top: 0px;
	}
	a.mobile-menu span:nth-child(2), a.mobile span:nth-child(3) {
		top: 7px;
	}
	a.mobile-menu span:nth-child(4) {
		top: 14px;
	}
	a.mobile-menu.display span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	a.mobile-menu.display span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	a.mobile-menu.display span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 7px;
	}
	a.mobile-menu.display span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.header .primery-menu {
		position: fixed;
		width: 250px;
		left: -250px;
		background-color: #ffffff;
		height: 100%;
		z-index: 999;
		top: 0;
		overflow: auto;
	}
	.header .primery-menu.display {
		left: 0;
	}
	.panel-overlay {
		background-color: rgba(0, 0, 0, 0.6);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		display: none;
	}
	.panel-overlay.display {
		display: block;
	}
	li.menu-item ul.sub-menu {
		display: none;
		-webkit-transition: unset;
		-moz-transition: unset;
		-o-transition: unset;
		transition: unset;
		padding-left: 0px;
		list-style: none;
	}
	ul#main-menu li ul.sub-menu a {
		padding-left: 18px;
	}
}
@media (max-width: 1199.98px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	.south-title.text-left {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.hidden-dots .owl-dots,.hidden-nav .owl-nav {
		display: none;
	}
}
@media (min-width: 992px) {
ul.cat-filter li {
    margin: 0px 10px;
}
	div#wrapper-navbar {
		min-height: 100px;
	}
	.south-title .title {
		font-size: 32px;
		margin-bottom: 0;
	}
	.news-item-content .title {
		height: 52px;
	}

	.owl-controls .owl-nav .owl-next {
		right: -15px;
	}
	.owl-controls .owl-nav .owl-prev {
		left: -15px;
	}
	ul#main-menu ul.sub-menu ul.sub-menu {
		right: -201px;
		margin-top: -3px;
		top:0;
	}
	ul#main-menu li ul.sub-menu li a {
		padding: 8px 15px;
		text-transform: capitalize;
		font-size: 16px;
	}
	ul#main-menu li ul.sub-menu li a:hover {
		background-color: #f9f9f9;
	}
	ul.sub-menu {
		padding-left: 12px;
	}
	ul#main-menu li.menu-item.menu-item-gtranslate a {
		padding: 10px 15px;
	}

	ul#main-menu .menu-item-has-children:before {
		content: "\f0dd";
		font-family: Fontawesome;
		top: 60%;
		position: absolute;
		right: 5px;
		margin-top: -15px;
		color:#333;font-size:12px;
	}
	ul#main-menu ul.sub-menu .menu-item-has-children:before {
		content:"\f0da";
	}
	ul#main-menu li a {
		padding: 8px 8px;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
	}
	ul#main-menu li {
		display: inline-block;
	}
	ul#main-menu ul.sub-menu {
		font-weight: 500;
		position: absolute;
		z-index: 3;
		top: 100%;
		    width: max-content;
    max-width: 255px;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		opacity: 0;
		background-color: transparent;
		-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
		-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
		box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
		overflow: visible;height: 0;
	}
	ul#main-menu ul.sub-menu > li {
		display: block;
		background-color: #fff;
		visibility: hidden;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}

	ul#main-menu li.menu-item-has-children:hover > .sub-menu > li {
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
		transition-delay: 0ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(2) {
		transition-delay: 50ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(3) {
		transition-delay: 100ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(4) {
		transition-delay: 150ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(5) {
		transition-delay: 200ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(6) {
		transition-delay: 250ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(7) {
		transition-delay: 300ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(8) {
		transition-delay: 350ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(9) {
		transition-delay: 400ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(10) {
		transition-delay: 450ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu {
		border-top: 3px solid;
		visibility: visible;
		max-height: 2000px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;height: auto;
	}
	ul#main-menu .sub-menu > li + li {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
}
@media (min-width: 1200px) {
	ul#main-menu li a {
		padding: 8px 16px;font-size: 15px;
	}
	.container {
		max-width: 1200px;
	}
}
* {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a:hover {
	color: #4e228f;
	text-decoration: none;
}
ul#main-menu li.menu-item-has-children {
	position: relative;
}
.social-icon a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid;
}
.social-icon a:hover {
    background-color: #fff;
    color: var(--primary-color);
}
.social-icon a:last-child {
    margin-right: 0;
}

.social-icon a {
    margin-right: 5px;
}
a.gotop {
	position: fixed;
	right: -55px;
	bottom: 45px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 9;
	background-color: var(--primary-color);
	color: white;
	box-shadow: 0 0 10px #0000007d;
}
.wt-separator-outer {
	overflow: hidden;
}
.wt-separator.style-square {
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	background-image: url(img/logistics.png);background-size: 100%;
}

.wt-separator .separator-left, .wt-separator .separator-right {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 2px;
	margin-top: -1px;
}
.wt-separator .separator-left {
	left: -80px;
}
.wt-separator .separator-right {
	right: -80px;
}
.border-img.wpb_single_image  img {
	border: 8px solid #003882;
	height: 420px;
}
.news-grid .news-thumb img {
	height: 235px;
}
.news-item .news-thumb {
	position: relative;
}

.published-date {
	position: absolute;
	bottom: 0;
	width: 115px;
	font-size: 14px;
	background-color: #ed1d24;
	color: white;
	padding: 6px;
}
.news-item-inner:hover {
	box-shadow: 0 0 15px #00000040;    background-color: white;
}
/*
*  STYLE 2
*/

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--primary-color);
}
.primery-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.footer-widget {
    margin-bottom: 20px;
}
.footer-widget a, .footer-widget p,.footer-widget {
	color: #fff;
	font-size: 15px;
}
.footer-widget .widget-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: var(--font-title);
    font-weight: bold;
}
.footer-widget .widget-title:before{
	width: 100px;
	height: 2px;
	background:rgb(255 255 255 / 46%);
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-widget .wt-separator-outer {
	margin-bottom: 10px;
}
.footer-widget ul.menu ul.sub-menu {
    display: none;
}
.post-list .item img {
	width: 75px;
	margin-right: 10px;
}
aside.widget .widget-title {
	text-align: center;
	background-color: var(--primary-color);;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 0;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
}
.post-list .item {
	border-bottom: 1px solid #e3e3e3;
}
aside.widget {
	margin-bottom:35px;
}
aside.widget .textwidget {
	padding: 10px;
	background-color: white;
}
.contact-info .vc_column-inner > .wpb_wrapper {
	padding: 30px 15px;
	border: 1px solid #eaeaea;
}
.contact-info .item i.fa {
	line-height: 65px;
	width: 65px;
	text-align: center;
	color: white;
	margin-right: 15px;
}
#wrap {
	padding: 25px;
	border: 1px solid #ebebeb;
	background: #fff;
}
#wrap #top {
	margin: 0 -25px;
	position: relative;
}
#wrap #top:before {
	content: "";
	border-left: 2px solid #faac1c;
	margin-left: -1px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
#wrap:hover h5 a, #wrap:hover {
	color: #fff;
}

#wrap:hover {
	background: #faac1c;
	border-color: #faac1c;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}
span.transaction, h5.transaction a {
	color: #000000;
}
.tg-service {
	text-align: center;
	position: relative;
	margin: 5px;
}
.animate_line:after, .animate_line:before {
	content: "";
	height: 4px;
	width: 0px;
	position: absolute;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: -1;
}

.animate_line:before {
	right: -5px;
	top: -5px;
}
.tg-service .tg-border-topleft {
	padding: 30px;
	position: relative;
	z-index: 2;
	height: 242px;
	background: #fff;
}
.tg-displaytable {
	width: 100%;
	height: 100%;
	display: table;
}
.tg-displaytablecell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.tg-service i {
	display: block;
	padding: 0 0 15px;
}
.tg-service h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.animate_line:hover:after, .animate_line:hover:before {
	width: 50%;
	height: 50%;
	background: #ffbc13;
}
.animate_line:after {
	left: -5px;
	bottom: -5px;
}
.strong {
	font-weight:bold;
}
.post-list .item img {
	width: 75px;
	margin-right: 6px;
}
.item i.fa {
	line-height: 65px;
	width: 65px;
	text-align: center;
	color: white;
	margin-right: 15px;
}
.text-strock-white {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-strock-black {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.aligncenter {
	display:block;
}
.bg-overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.48);
	display: block !important;
	left: 0;
	z-index: 1;
	top: 0;
}
div.block-connectus p[class*="fa-"] {
	padding-left: 50px;
	position: relative;margin-bottom: 16px;
}
div.block-connectus p[class*="fa-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	display: inline-block;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	color: var(--primary-color);
	font-size: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: #fff;
}
.footer-widget ul.menu {
	padding-left: 0;
	list-style: none;
}
.footer-widget ul.menu li {
	position: relative;margin-bottom: 10px;
}
.footer-widget ul.menu > li:last-child {
    margin-bottom: 0;
}
.footer-widget ul.menu li:before {content: '\f105';font-family: Fontawesome;margin-right: 5px;color: #fff;}

.owl-nav .owl-next {
	right: 0px;
	position: absolute;
	top: 50%;
}
.owl-nav .owl-prev {
	left: 0px;
	position: absolute;
	top: 50%;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev,.owl-carousel.owl-theme .owl-nav button.owl-next  {
	font-size: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background-color: var(--primary-color);
	border-radius: 50%;
	margin-top: -20px;
}
.owl-nav div:hover {
	box-shadow: 0 0 15px #0000003b;
}
.owl-nav .owl-next:before {
	content: "\f054";
	font-family: Fontawesome;
	font-size: 13px;
	color: white;
}
.owl-nav .owl-prev:before {
	content: "\f053";
	font-family: Fontawesome;
	font-size: 13px;
	color: white;
}
.owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #676767;
	margin: 1px;
	border-radius: 50%;
}
.owl-dot {
	display: inline-block;
	margin: 2px;
	border: 1px solid #6f6f6f;
	border-radius: 50%;
}
.owl-dot.active span {
	background-color: var(--primary-color);
}
.owl-dots {
	text-align: center;
}
.owl-nav button span {
	display: none;
}
.owl-carousel.owl-theme .owl-nav button {
	width: 35px;
	height: 35px;
	background-color: var(--primary-color);
	margin-top: -17.5px;
}

.top-header * {
	color: white;
	font-size: 14px;
}
.top-header {
	background-color: var(--primary-color);
	padding: 12px;
}
.header-title {
	clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 90px), 50% calc(100% - 45px), 0% calc(100% - 90px));
	padding-bottom: 40px;
	-webkit-clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 90px), 50% calc(100% - 45px), 0% calc(100% - 90px));
	position: relative;
	overflow: hidden;
}
.middle-header {
	padding: 10px 0;
	border-bottom: 1px dashed #e7e7e7;
	background-color: white;
}
.flag img {
	width: 22px;
	height: 15px;
}
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-form-control {
	height: 50px;
}
.header-search {
	padding: 35px;
}
.header-search button#searchsubmit {
	background-color: transparent;
	border: 0;
	margin-left: -36px;
	position: relative;
}
.header-search {
	position: absolute;
	width: 100%;
	padding: 35px 0;
	background-color: white;
	z-index: 2;
	display: none;
	opacity: 0;
}
.search-form .field.form-control {
	border-radius: 22px;
}
.search-form {
	max-width: 550px;
	margin: auto;
}
a.click-search {
	color: var(--second-color);
}
.header-search.active {
	display: block;
	opacity: 1;
}
a.click-search.active i:before {
	content: "\e646";
}
.header-breadcrumb p {
	margin-bottom: 0;
}
.header-breadcrumb * {
	color: white;
}
.widget--action--fixed {
	position: fixed;
	bottom: 25px;
	left: 5px;
	width: 50px;
	z-index: 1;
}
.widget--action--fixed>a.widget--action--item {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	border: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-bottom: 10px;
}
a.widget--action--item.click--hotline {
	background-image: url(img/widget_icon_click_to_call.svg);
	background-color: #509600;
}
a.widget--action--item.click--zalo {
	background-image: url(img/widget_icon_zalo.svg);
	background-color: #0068ff;
}
a.widget--action--item.click--messenger {
	background-image: url(img/widget_icon_messenger.svg);
	background-color: #0084ff;
}
.widget--action--fixed>a.widget--action--item:hover {
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.widget--action--fixed>a.widget--action--item span {
    position: absolute;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0px 20px 0 50px;
    right: 113%;
    z-index: -1;
    font-size: 15px;
}
.widget--action--fixed>a.widget--action--item:hover span {
    right: auto;
    left: 0;
}
a.widget--action--item.click--hotline span {
    background-color: #509600;
}
a.widget--action--item.click--zalo span{
    background-color: #0068ff;
}
a.widget--action--item.click--messenger span{
	background-color: #0084ff;
}
.news-item-content {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 0 0 4px 4px;
	background-color: white;
}
.news-item {
	margin-bottom: 35px;
}
.news-item-content .excerpt {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #999;
	margin-bottom: 15px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
}
.news-item-content .title {
	text-transform: capitalize;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 20px;
    font-weight: 700;
}
.title a {
	color: #333;
}
.title a:hover {
	color: var(--primary-color);
}
ul.pagination li.page-item .page-link {
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #003882;
	background-color: transparent;
	border-radius: 50%;
	line-height: 30px;
	font-weight: 600;
	color: #003882;
	padding: 0;
}

ul.pagination li.page-item.active .page-link,ul.pagination li.page-item .page-link:hover {
	background-color: #003882;
	color: white;
}
ul.pagination li.page-item + li.page-item {
	margin-left: 8px;
}
.news-item-content .meta span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #a7a7a7;
	padding-right: 15px;
}
.news-item-content .meta span a{
	color: #a7a7a7;
}
.news-item-content .meta span a+a:before{
	content: ', ';
}
.news-item-content .meta {
	display: flex;
	margin-bottom: 5px;
}
.news-item-content .meta span i {
	margin-right: 5px;
}
.news-carousel .news-item {
	margin-bottom: 0;
}
.south-title {
    margin-bottom: 5px;
}
.south-title .title {
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-title);
	color: #333;
}
.south-title .title span {
	color: var(--primary-color);
}
.south-title .title_link,.read-more {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2px;
	position: relative;
}
.south-title .title_link:hover ,.read-more:hover{
	color: #034ea2;
}
.south-title .title_link:before,.read-more:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	transition: left .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);
	margin-top: .25rem;
	background: #034ea2;
}
.south-title .title_link.active:before, .south-title .title_link:hover:before,.read-more:hover:before {
	width: 100%;
}
.featured-inner .lower-part {
	padding: 30px 30px 22px;
	background-color: #f9f9f9;
	border-bottom: 6px solid #034ea2;position: relative;
}
.featured-inner .icon {
    position: absolute;
    top: -50px;
    z-index: 1;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px rgb(0 0 0 / 19%);
}
.inner-most .image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lower-part .title {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #034ea2;
	margin-bottom: 12px;
}
.more-link .read-more {
	color: #ed2024;
}
.lower-part .text {margin-bottom: 20px;font-size: 16px;line-height: 1.8;color: #777;}
.inner-most:hover:after {
	width: 100%;
}

.inner-most {
	position: relative;
	overflow: hidden;
}

.inner-most:after {content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 6px;background-color: #ed2024;-webkit-transition: all 500ms ease-out;-moz-transition: all 500ms ease-out;-o-transition: all 500ms ease-out;transition: all 500ms ease-out;}
.inner-most:hover .image-box img {
	transform: scale(1.08);
}
.inner-most .image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 8/5;
}
.dt-sc-team-details {
	padding: 20px 15px;
	text-align: center;
	background-color: #f9f9f9;
}
.dt-sc-team-details .name {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
}
.dt-sc-team-details .position {
	font-weight: 400;
	font-size: 14px;
	color: #034ea2;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dt-sc-team-thumb {
	position:relative;
	overflow:hidden;
}
.dt-sc-team-thumb .overlay-border {
	position: absolute;
	top: 100%;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	border: 7px solid #034ea2;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
}
.team-member:hover .overlay-border  {
	top: 0px;
}
.overlay-border {
	display: flex;
	align-items: center;
}
ul.team-social-bar {
	list-style: none;
	margin: 0;
	display: flex;
	padding: 8px 18px;
	justify-content: center;
	width: 100%;
}
ul.team-social-bar li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	border: 1px solid;
	color: white;
}

ul.team-social-bar li a:hover {
	background-color: white;
	color: #034ea2;
}
.title_icon_3 {
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	padding: 35px 10px;
	margin-bottom: 35px;
	box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 5%);
	position: relative;
}
.title_icon_thumb img {
	width: 70px;
}
.title_icon_thumb {
	flex: 0 0 25%;
	padding: 15px;
	border-radius: 50%;
	border: 1px dashed lightgray;
}
.title_icon_3 .bottom {
	flex: 0 0 75%;
	padding-left: 15px;
}
.title_icon_3 .transaction {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
	color: #333;
    font-weight: 700;
}
.title_icon_3 .text {
	margin-bottom: 0;
	color: #949494;
	font-size: 13px;
	line-height: 1.2;
}
.title_icon_3:after {
	content: "";
	height: 100%;
	width: 0;
	background-color:var(--primary-color);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-webkit-transform-origin: left;
	-o-transform-origin: left;
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;   transition-delay: 80ms;
}
.title_icon_3:hover:after{
	width: 100%;
	left: 0;
	right: auto;
	transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-webkit-transform-origin: right;
	-o-transform-origin: right;    transition-delay: 0ms;
}
.title_icon_3 * {
	z-index: 1;
	position: relative;
}
.title_icon_3:hover .bottom * {
	color: white;
}

.title_icon_3:hover .title_icon_thumb img {
	filter: brightness(0) invert(1);
}

aside.widget ul.menu {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

aside.widget ul.menu li a {
	display: block;
	padding: 5px 15px;
	border: 1px solid #333;
	color: #333;
	margin-bottom: 2px;
}
aside.widget ul.menu li a:hover {
	background-color: #333;
	color: white;
	border-color: #333;
}
.sanpham-item-content {
    background-color: #fff;
    padding: 16px 20px;
    text-align: center;
}
.sanpham-item-inner {
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}
.meta-sanpham a {
    font-style: italic;
    color: var(--primary-color);
}
.sanpham-item-content .title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
   margin-top: 5px;
}
.sanpham-item-content .meta-sanpham p {
	font-size: 12px;
	margin-bottom: 2px;
}
.sanpham-item .thumbnail {
	background: #e2e2e2;
	position:relative;
	overflow:hidden;
}
.sanpham-item {
    margin-bottom: 30px;
}
.sanpham-item .thumbnail a.thumb {
    position: relative;
    padding-top: 133%;
    display: block;
}
.sanpham-item .thumbnail a.thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.sanpham-item .thumbnail:before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
}
.sanpham-item-inner:hover .thumbnail:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
}
.sanpham-item-inner:hover img {
	transform: rotate(3deg) scale(1.08);
}
.thumbnail .overlay {
	color: white;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgb(0 0 0 / 48%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	font-size: 22px;
}

.sanpham-item-inner:hover a.overlay {
	opacity: 1;
}
.top-right .language a {
    margin-left: 12px;
    padding: 2px 5px;
}
header.header.fixed .middle-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
li.danhmuc-list-item.menu-item {
	position: relative;
}

li.danhmuc-list-item.menu-item i {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7c7c7c;
}
.danhmuc-list ul.sub-menu {
	display: none;
	list-style: none;
}

.sumary.product-sumary .action  a {
	display: block;
	text-align: center;
	padding: 10px 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	border-radius: 7px;
}

.sumary.product-sumary .action a.hotline {
	background-color: var(--primary-color);
}

.sumary.product-sumary .action a.request{
	background-color: var(--second-color);
}
.number-counter-item {
    padding: 25px 35px;
    outline: 1px solid rgb(255 255 255 / 63%);
    text-align: center;
    outline-offset: -15px;
}
.number-counter-item .title {
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.number-counter-item:hover {
    background:  var(--primary-color);
    transform: translateY(-10px);
}
.inner-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff
}

.inner-number .number-count {
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 700
}

.inner-box-number .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}
.inner-box {
    padding: 20px 0;
}
.inner-box .icon img {
    filter: brightness(0) invert(1);
}
.inner-box-number .icon {
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 25px;
    display: inline-block
}

.inner-box-number .icon:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 70px;
    margin-left: -35px;
    background-color: var(--primary-color)
}
.portfolio-item-inner .title {
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
    font-weight: 700;
}
.portfolio-item-inner .thumbnail:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
}
.portfolio-item-inner:hover .thumbnail:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
}
.news-item-inner .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news-item-inner .thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 70%;
	background-color: white;
	border-bottom: 1px dashed #dbdbdb;
}
ul#main-menu >li.current-menu-item > a,ul#main-menu >li.current-menu-parent > a, ul#main-menu > li.menu-item:hover > a{
	color: var(--primary-color);
}
.img-service {
	width: 30%;
	margin: auto;
}
.desc-service{
	font-size: 14px;
	color: #6f6f6f;
}
.lhmh a span {
	color: #d23131;
	font-size: 18px;
	font-weight: bold;
}
.lhmh a {
	color: #333;
}
.csmh .title_icon_3 {
	padding: 5px;
	margin-bottom: 10px;
	box-shadow: none;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
    border: 1px dashed rgb(0 0 0 / 10%);
}
.csmh .title_icon_3 .bottom h5 {
	margin-bottom: 5px;
}
.portfolio-item-inner .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-item-content {
    padding: 12px 8px;
}
.portfolio-item-inner .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 8/5;
    width: 100%;
    height: 100%;
}
.related-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	text-align: left;
	color: #333;
	display: block;
}

.related-title:before {
	width: 15%;
	height: 2px;
	background: #498258;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
}
.related-wrap ul li {
	list-style-type: none;
	padding-left: 15px;
	position: relative;
	line-height: 1;
	padding-bottom: 10px;
}
.related-wrap ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	position: absolute;
	left: 4px;
	top: 1px;
	color: #498258;
}
.related-wrap ul li a {
	color: #333;
}
.footer {
    background-image: url(img/bg-footer.png);
    background-position: center;
    background-size: contain;
    background-color: var(--primary-color);
}
#wrapper-footer-full {
    background-color: rgb(0 0 0 / 0%);
}
.footer-widget .danhmuc-list ul {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.thumb-taxonomy {
	padding: 5px;
	border: 1px solid lightgray;
	border-radius: 10px;
}
.thumb-taxonomy:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.thumb-taxonomy a {
	position: relative;
	padding-top: 80%;
	overflow: hidden;
	display: block;
}
.thumb-taxonomy a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100% !important;
	height: auto !important;
	max-width: none;
}
.content-category a {
	text-align: center;
	color: #333;
	margin-top: 5px;
	display: block;
	font-weight: 700;
}
.service-card.style7 {
	position: relative;
	border-radius: 10px;
	padding-top: 130%;
	overflow: hidden;
}
.service-card.style7:before,.service-card.style7:after {
	position: absolute;
	top: 20px;
	width: calc(100% - 70px);
	height: calc(100% - 40px);
	content: "";
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.service-card.style7:before {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	left: 0;
}
.service-card.style7:hover:before {
	left: 20px;
	visibility: visible;
	opacity: 1;
}
.service-card.style7:after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	right: 0;
}
.service-card.style7:hover:after {
	right: 20px;
	visibility: visible;
	opacity: 1;
}
.service-card.style7 img {
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	max-width: none;
}
.service-card.style7 .service-info {
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 86, 0.75)), color-stop(73%, rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 40, 86, 0.75) 0%, rgba(0, 0, 0, 0) 73%);
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.service-card {
    margin-bottom: 30px;
}
.service-card.style7:hover .service-info h3 {
	margin: 8px;
}
.service-card.style7 .service-info h3 {
    margin: -10px -5px 8px;
    position: relative;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-transform: uppercase;
    font-family: var(--font-title); text-transform:uppercase;letter-spacing:1.5px;
}
.service-card.style7 .service-info p{
	opacity: 0;
	visibility: hidden;
	color: #fff;
	margin: 0 8px;
	overflow: hidden;
	transform: translateY(70%);
	font-size: 16px;
	position: absolute;
}
.service-card.style7:hover .service-info p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 300ms;
	position: relative;
}
.south-title-1 {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fd963b;
}
.vc_custom_heading.btn-view-more a:hover {
	background-color: #fff;
	box-shadow: 0 0 0 0 #127bca inset;
	color: #374981 !important;
	opacity: 1;
}
.vc_custom_heading.btn-view-more a {
	display: inline-block;
	padding: 10px 30px;
	font-size: 17px;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #127bca !important;
	box-shadow: 0 0 0 3em #127bca inset;
	color: #fff !important;
	transition: all .4s ease-in-out;
}
.wpb_content_element.img-rouded {
	border-radius: 10px;
	overflow: hidden;
}
.wpb_text_column.wpb_content_element.wrap-text-product {
	color: #333;
	letter-spacing: 2px;
	position: relative;
	font-weight: 600;
	margin-bottom: 0;
}
.service-item {
    position: relative;
    cursor: default;
    margin-bottom: 30px;
}

.service-item:hover {
	transform: translateY(-20px);
}
.service-item a {
	position: relative;
	display: block;
}
.service-item-media {
	position: relative;
	overflow: hidden;
	padding-top: 110%;
}
.service-item-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: filter 0.3s;
	transition: filter 0.3s;
}

.service-item-number {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 30px;
	font-size: 80px;
	letter-spacing: -0.03em;
	font-weight: 700;
	margin-top: -0.7em;
	color: #fff;
	font-family: var(--font-title);
}
.service-item-content {
	background-color: #121c22;
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	padding: 30px 35px 30px 35px;
	-webkit-transition: background-color 0.3s, bottom 0.3s;
	transition: background-color 0.3s, bottom 0.3s;
	color: #fff;
}
.service-item:hover .service-item-content {
	bottom: 0;
}
.service-item-excerpt {
	font-size: 16px;
	font-weight: 400;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s, margin 0.3s;
	transition: height 0.3s, margin 0.3s;
}
.service-item-content .service-post-title {
    padding: 0 30px 0 0;
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--font-title);
    letter-spacing: 1.5px;
    font-weight: bold;
}
.service-item-content .service-post-title i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotateZ(-45deg);
}
.service-item:hover .service-post-title i{
	transform: translateY(-50%) rotateZ(45deg);
}
.service-item:hover .service-item-excerpt {
	height: 100px;
	margin-top: 15px;
}
.sumary.product-sumary .title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
}
.sumary.product-sumary .meta-product {
    padding: 10px 0;
}
.sumary.product-sumary .meta-product p {
    margin-bottom: 3px;
}
.product-media a {
    display: block;
    color: #337ab7;
}
.product-media a i {
    padding-right: 10px;
}

.widget-list-item {
    margin: 10px 0;
}
.widget-list-item .meta {
    font-size: 12px;
}
.widget-list-item .title {
    font-size: 16px;
    font-weight: 600;
}
.wrap-ttlh.wpb_column {
    padding: 20px 20px 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 lightgrey;
}
div#slider {
    margin-bottom: 15px;
}
.flex-direction-nav a.flex-next:before {
    content: "\e649";
}

.flex-direction-nav a:before {
    font-family: themify;
    font-size: 28px;
    display: inline-block;
    content: "\e64a";
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 23%);
    font-weight: 700;
}
.slides .thumb {
    max-height: 525px;
    text-align: center;
    background-color: #f9f9f9;
}
.flexslider .slides .thumb img {
    max-height: 525px;
    width: auto;
    display: inline-block;
}
div#carousel ul.slides li.flex-active-slide {
    border-color: var(--primary-color);
}
div#carousel ul.slides li {
    border: 3px solid transparent;
}
.portfolio-item-inner {
    margin-bottom: 25px;
}
a.octf-btn.octf-btn-dark {
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 15px 36px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    outline: 1px solid white;
    outline-offset: -5px;
}
a.octf-btn.octf-btn-dark:hover {
    background-color: #000;
}
.cat-item .thumbnail {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}
.cat-item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cat-item .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(255 255 255 / 51%);
}
.wpcf7-form-control.wpcf7-submit {
    height: 50px;
    background-color: var(--second-color);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.news--grid--item.big-block .title,
.listing--blog--item .title {
    font-family: var(--font-title);
}
.post-meta a, .post-meta span {
    color: var(--primary-color);
}
.post-meta span i {
    font-size: 13px;
    margin-right: 6px;
}
.news--grid--item.big-block {
    margin-bottom: 30px;
}
.listing--blog--item .desc,.news--grid--item--content.box-text .desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    color: #444;
}
.news--grid--item--thumb.box-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.news--grid--item--thumb.box-image img,
.listing--blog--item .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.listing--blog--item {
    margin-bottom: 20px;
}
.listing--blog--item .thumbnail {
    aspect-ratio: 8/5;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.post-meta span.date {
    margin-left: 15px;
}
.news--grid--item:hover .box-image img,
.listing--blog--item:hover .thumbnail img{
    transform: scale(1.1);
}
ul.cat-filter {
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.cat-filter li {
    display: inline-block;
}

ul.cat-filter li a {
    display: block;
    color: #424242;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 0;
    position: relative;
}

ul.cat-filter li a:after {
    position: absolute;
    bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
    content: '';
    width: 100%;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
ul.cat-filter li a:hover:after,ul.cat-filter li.active a:after {
    border-color: #333;
}
.menu-about ul.menu-link,
div.widget.widget_nav_menu ul.menu {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

.menu-about ul.menu-link li,
div.widget.widget_nav_menu ul.menu li.menu-item {
    display: inline-block;
    margin: 5px;
}
.menu-about ul.menu-link li a,div.widget.widget_nav_menu ul.menu li.menu-item a {
    display: block;
    padding: 10px 12px;
    background-color: transparent;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid;
    border-radius: 8px;
}
.menu-about ul.menu-link li a img {
    width: 20px;
    margin-right: 5px;
    filter: invert(25%) sepia(28%) saturate(2466%) hue-rotate(172deg) brightness(93%) contrast(98%);
}
.menu-about ul.menu-link li.active a,
.menu-about ul.menu-link li:hover a,
div.widget.widget_nav_menu ul.menu li.menu-item:hover a,div.widget.widget_nav_menu ul.menu li.menu-item.current-menu-item a {
    background-color: var(--primary-color);color: #fff;
}
.menu-about ul.menu-link li.active a img,
.menu-about ul.menu-link li:hover a img{
    filter: brightness(0) invert(1);
}
.prague-loader {
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
}
.prague-loader.is-loaded {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    visibility: hidden;
}
.prague-loader.is-loaded .prague-loader-wrapper {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.prague-loader .prague-loader-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform .6s linear;
    transition: -webkit-transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear,
	-webkit-transform .6s linear;
}
.prague-loader .prague-loader-bar {
    display: inline-block;
    position: relative;
    top: 50%;
    overflow: hidden;
    vertical-align: middle;
    width: 58%;
    height: 250px;
    font-size: 165px;
    letter-spacing: 26px;
    font-family: var(--font-title);
    font-weight: 800;
    color: #fff;
    -webkit-transition: -webkit-transform 0s linear;
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
    transition: transform 0s linear, -webkit-transform 0s linear;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
    z-index: 2;
}
.prague-loader .prague-loader-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--primary-color);
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-animation: loading 2s linear infinite forwards;
    animation: loading 2s linear infinite forwards;
}
@keyframes loading {
0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
}
30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
}
100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
}
	}
@keyframes animationFramesFive{0%{transform:translateY(0)}25%{transform:translateY(-40px)}50%{transform:translateY(0)}75%{transform:translateY(40px)}100%{transform:translateY(0)}}
.vc_custom_heading.title {
    color: var(--primary-color);
    font-weight: 600;
}
.top-header .language .wpml-ls {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}
.language ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.middle-header .logo img {
    max-height: 65px;
    width: auto;
}