/*
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=Imperial+Script&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Oswald:wght@200..700&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: #FBB24B;
	--linear: linear-gradient(to right,#cc0037,#cf372d);
	--second-color: #0098DA;
	--font-title: 'Oswald', sans-serif;
}
body{
	margin:0;
	font-family: 'Niramit', 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) {
		.header-banner .site-text .sitetitle {
    font-size: 15px;
}
	.header-banner .site-text .tagline {
    font-size: 20px;
}
}
@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) {
	.top-header ul li{
    font-size: 16px;
}
	.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 {
		max-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: 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) {
	.hidden-dots .owl-dots,.hidden-nav .owl-nav {
		display: none;
	}
}
@media (min-width: 992px) {
	.bottom-header .click-search {
    color: #fff;
}
.bottom-header {
    background-color: var(--second-color);
}

	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: 10px 15px;
		text-transform: capitalize;
		font-size: 16px;
	}
    ul#main-menu li ul.sub-menu li a:hover {
        color: var(--primary-color);
    }
	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: 10px;
        margin-top: -17px;
        color: #efefef;
        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: #fff;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
	}
	ul#main-menu li {
		display: inline-block; position:relative;
	}
	ul#main-menu >li.menu-item:after {
    content: '';
    width: 2px;
    height: 100%;
    background: linear-gradient(to right, #15bafb 50%, #018ec6 50%);
    position: absolute;
    top: 0;
}
	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: #02adf2;
		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: 14px 22px;
	}
	.container {
		max-width: 1220px;
	}
}
* {
	-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: 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: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	background-image: url(img/gear.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: 20px;
    color: #fff;
    font-family: var(--font-title);
    font-weight: bold;
    letter-spacing: 2px;
}
.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;
}
.tg-displaytable .icon {
    margin-bottom: 12px;
}
.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;    font-size: 22px;
}
.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;
}
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: 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: #222;
    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;
	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 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
    margin-top: 10px;    margin-bottom: 8px;
}
.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 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.title_icon_thumb {
    flex: 0 0 70px;
}
.title_icon_thumb img {
    max-height: 52px;
    width: auto;
}
.title_icon_3 .transaction {
    font-weight: 700;
    font-size: 18px;
}
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: 16px;
}

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 {
    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 {
	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;
}
.footer {
    background-image: url(img/bg-footer.png);
    background-position: center;
    background-size: contain;
    background-color: var(--second-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.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;
}
.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 #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;
}
.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: var(--second-color);
	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-image: linear-gradient(90deg, #6e0028 0%, #cf372d 50%, #6e0028) !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.header-info-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    font-size: 15px;
}
.header-info-box span.icon {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 5%);
    border-radius: 50%;
    color: var(--second-color);
    font-size: 20px;
}
.header-info-box .infor-box span.label {
    display: block;
    font-weight: 600;
}
.header-infor {
    gap: 25px;
    justify-content: end;
}
.infor-box span.value {
    color: #b60000;
    font-size: 22px;
    font-weight: bold;
    font-family: var(--font-title);
}
figure.effect-apollo:hover .thumbnail img,figure.effect-bubba:hover .thumbnail img {
    transform: scale(1.05);
}
figure.effect-apollo .thumbnail {
    position: relative;
    overflow: hidden;
}
figure.effect-apollo figcaption {
    padding: 15px 0;
}
figure.effect-bubba .thumbnail {
    display: flex;
    align-items: center;
    border: 1px solid var(--second-color);
    position: relative;
    overflow: hidden;
    aspect-ratio: 8/5;
}
figure.effect-bubba .thumbnail a {
    display: block;
    padding: 8px;
    height: 100%;
    width: 100%;
}
figure.effect-bubba .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

figure.effect-bubba figcaption {
    text-align: center;
    padding: 15px 0;
}

figure.effect-bubba figcaption .title {
    color: var(--second-color);
    text-transform: uppercase;
    font-size: 19px;
}

figure.effect-bubba figcaption .desc {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #999;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}
figure.effect-bubba figcaption a.view-more {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid;
    color: var(--second-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
figure.effect-bubba figcaption .view-more:hover {
    background-color: var(--second-color);
    color: #fff;
}
section.slider {
    margin-bottom: 15px;
}
.language .gtranslate_wrapper {
    display: flex;
	align-items: center;
    gap: 10px;
}
.site-text {
    text-align: center;
}

.site-text .sitetitle {
    margin-bottom: 2px;
    font-family: var(--font-title);
    background: linear-gradient(#FFB041, #fbb24b, #dd9e44);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.site-text .tagline {
    color: var(--second-color);
    font-size: 32px;
    font-family: "Imperial Script", cursive;
    margin-bottom: 0;
}
.header-banner.en,
.translated-ltr .header-banner.vi{
    display: none;
}
.translated-ltr .header-banner.en{
    display: block;
}
.translated-ltr .site-text .sitetitle {
        font-size: 35px;
}