/*
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=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face{font-family:"Gilroy";font-weight:400;src:url(fonts/SVN-Gilroy-Regular.otf) format("opentype")}
@font-face{font-family:"Gilroy";font-weight:500;src:url(fonts/SVN-Gilroy-Medium.otf) format("opentype")}
@font-face{font-family:"Gilroy";font-weight:600;src:url(fonts/SVN-Gilroy-SemiBold.otf) format("opentype")}
:root{
	--primary-color: #c6980d;
	--linear: linear-gradient(to right,#4ba0e8,#6fbf52);
	--second-color: #ED2624;
	--font-title:'Barlow Condensed', sans-serif;
}
body{
	margin:0;
	font-family: 'Arsenal', 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);}
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
	.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) {
	body .footer {
    background-size: cover;
}
	.footer-widget {
    margin-bottom: 25px;
}
	.primery-menu .language {
    padding: 26px 10px;
}
	.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;
	}
	body .number-counter-item .icon {
		width: 60%;
		padding: 15px;
	}
div#wrapper-navbar {
    min-height: 92px;
}
	.header .top-header {
		padding: 4px 0;
	}
	a.logo img {
		height: 55px;
		width: auto;
	}
	.header .middle-header {
		padding: 4px 0;
	}
	.search-icon {
		margin-right: 30px;
	}
	.hotline-mobi .website-alo-phone {
		width: 70px;
		height: 70px;
	}
	.hotline-mobi .website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle {
		display: none;
	}
	.hotline-mobi .website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
		width: 30px;
		height: 30px;
		top: 25px;
		left: 18px;
	}
	.hotline-mobi .website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
		width: 50px;
		height: 50px;
		top: 15px;
		left: 8px;
	}
	.hotline-mobi .website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa {
		font-size: 12px;
		line-height: 15px;
		text-align: center;
	}
	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: 35px;
		text-align: center;
		line-height: 35px;
	}
	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) {

	div#wrapper-navbar {
		min-height: 100px;
	}
.south-title .title {
    font-size: 38px;
    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: 15px 6px;
		color: #000;
		font-size: 16px;
		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%;
		visibility: hidden;
		width: 230px;
		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;
	}
	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;
	}
	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 20px;
	}
	.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.facebook {
	background-color: #4267B2;
}
.social-icon a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	color: white;
}
.social-icon a.google {
	background-color: #db4437;
}
.social-icon a.youtube {
	background-color: #FF0000;
}
a.zalo {
	background-color: #008FE5;
	font-size: 14px;
}
.box_hotline h1 {
	font-size: 28px;
	text-shadow: 1px 1px black;
	font-weight: 700;
}
a.gotop {
	position: fixed;
	right: -55px;
	bottom: 45px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	z-index: 9;
	background-color: var(--second-color);
	color: white;
	box-shadow: 0 0 10px #0000007d;
}
.wt-separator-outer {
	overflow: hidden;
}
.wt-separator.style-square {
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
	background-image: url(/wp-content/uploads/2023/08/favicon.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 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-weight: 700;
    letter-spacing: 0.5px;
}
.footer-widget .widget-title:before{
	width: 65px;
	height: 2px;
	background: var(--second-color);
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
}
.footer-widget .wt-separator-outer {
	margin-bottom: 10px;
}
.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: 20px;
}
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: #888;
	font-size: 13px;
	-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: 16px;
}
.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: #008e02;
	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: 8px;
}
.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%);
}
.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 .title {
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-title);
    color: #333;
    letter-spacing: 2px;
}
.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%;
}
.inner-box .lower-part {
	padding: 30px 30px 22px;
	background-color: #f9f9f9;
	border-bottom: 6px solid #034ea2;
}
.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;
}
.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: #497bc6;
	color: white;
	border-color: #497bc6;
}
.sanpham-item-content {
    background-color: #ebebeb;
    padding: 8px 20px;
}
.sanpham-item-content .title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 3px;
}
.sanpham-item-content .meta-sanpham p {
	font-size: 12px;
	margin-bottom: 2px;
}
.sanpham-item .thumbnail {
	background: #e2e2e2;
	position:relative;
	overflow:hidden;
}
.sanpham-item .thumbnail a:first-child {
    position: relative;
    padding-top: 100%;
    display: block;
}
.sanpham-item .thumbnail a:first-child 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: 8px;
}

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 {
	max-width: 320px;
}
.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:first-child {
	background-color: var(--primary-color);
}

.sumary.product-sumary .action >a:last-child {
	background-color: var(--second-color);
}
.number-counter-item .icon {
	margin: auto;
	padding: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: var(--primary-color);
}
.number-counter-item .icon img {
	filter: invert(1);
}
.number-counter-item .inner-number {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	color: #fff;
}
.number-counter-item .number-count {
	font-size: 42px;
}
.number-counter-item .title {
	font-size: 17px;
	color: #fff;
}
.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;
}
.csmh .title_icon_3 .bottom h5 {
	margin-bottom: 5px;
}
.portfolio-item-inner .thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	max-width: none;
}
.portfolio-item-inner .thumbnail {
	position: relative;
	display: block;
	padding-top: 70%;
	overflow: hidden;
}
.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;
}
#wrapper-footer-full {
    background-color: rgb(0 0 0 / 68%);
}
.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.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;
}
.service-card.style7 .service-info p{
	opacity: 0;
	visibility: hidden;
	color: #fff;
	margin: 0 8px;
	overflow: hidden;
	transform: translateY(70%);
	font-size: 18px;
	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 #7662a5 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 #ec2025 !important;
    box-shadow: 0 0 0 3em #ec2025 inset;
    color: #fff !important;
    transition: all .4sease-in-out;
}
.wpb_content_element.img-rouded {
	border-radius: 15px;
	overflow: hidden;
}
.wpb_text_column.wpb_content_element.wrap-text-product {
	color: #333;
	letter-spacing: 2px;
	position: relative;
	font-weight: 600;
	margin-bottom: 0;
}
.section-tab-product ul.nav li {
	border-bottom: 2px solid #e8e8e8;
}
.section-tab-product .nav-link {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px;
	line-height: 50px;
	background: #fff url(/wp-content/uploads/2022/12/menu-active-bg.png) no-repeat center bottom;
    text-transform: uppercase;
}
.section-tab-product .nav-link.active,.section-tab-product .nav-link:hover {
	color: #fff;
	background-color: var(--primary-color);
	text-decoration: none;
}
.service-item {
	position: relative;
	cursor: default;
    margin-bottom: 35px;
}
.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;
}
.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);
    text-shadow: 2px 3px rgb(0 0 0 / 64%);
}
.service-item-content {
	background-color: var(--primary-color);
	position: absolute;
	bottom: 0;
	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;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
}
.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;
}
.vc_custom_heading.title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.footer {
    background-position: center center;
    background-size: 100%;
}
.language .gtranslate_wrapper {
    display: flex;
    align-items: center;
}
.language a.glink {
    margin-right: 16px;
    display: flex;
}
.news-grid .featured--2 .box-image {
    margin-bottom: 18px;
    aspect-ratio: 8 / 6;
    position: relative;
    overflow: hidden;
}
.news-grid .featured--2 .box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news--item:hover .box-image img,.small-listing-item:hover .thumbnail img{
    transform: scale(1.04);
}
.small-listing-item {
    margin-bottom: 15px;
}
.small-listing-item .post-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.news-grid .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;    gap: 15px;
}

.news-grid .meta span.gdlr-core-head {
    margin-right: 6px;
}
.featured--2 .post-title {
    font-family: var(--font-title);
}
.news-grid .meta span {
    font-size: 14px;
    color: #929292;
    display: flex;
    align-items: center;
}
.news-grid .meta a {
    color: currentColor;
}
a.btn.btn-style-1 {
    background: linear-gradient(90deg, #8559A6, #aa0066, #5A64AB);
    color: #fff;
    border-radius: 22px;
    padding: 6px 30px;
}