:root {
    --brand-blue: #25C5F3; /* xanh nhat logo*/
	--brand-dark: #282829; /* màu tối logo */
    --brand-dark-blue: #077FB7; /* xanh dam nen background */
    --brand-yellow: #E6AA00; /* mau vang cta */
    
    
    --text: #282829;
	
    --grey: #5f666d;
    --grey-light: #b0b0b0;
    --grey-lighter: #F2F3F4;
    --grey-lightest: #f4f5f9;
    
	--black: #000;
	--white: #fff;
	
    --border: #e6e8ea;
    --background: #f4f5f9;
	
    
    --line-height-text: 1.5;
    --line-height-heading: 1.25;
    
    --mouse-x: 0.5;
    --mouse-y: 0.5;
}

/* Typo ------------------------------------*/
html {scroll-behavior: smooth;}
body {
    font-family: Roboto,sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: var(--line-height-text);
    color: var(--text);
}

h1,.h1 {
    font-weight: 700;
    font-size: 40px;
}

h2,.h2 {
    font-weight: 600;
    font-size: 32px;
}

h3,.h3 {
    font-weight: 600;
    font-size: 24px;
}
h4,.h4 {
    font-weight: 600;
    font-size: 20px;
}
h5,.h5 {
    font-weight: 800;
    font-size: 18px;
}
h6,.h6 {
    font-weight: 500;
    font-size: 16px;
}

h1,.h1,h2,.h2,h3,.h3, h4,.h4,h5,.h5,h6,.h6 {
    line-height: var(--line-height-heading);
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 1rem;
}

a {color: var(--brand-dark-blue);}
a:hover, a:focus, a:active {color: var(--brand-blue);}
.is-underline {
    text-decoration: underline;
}
.badge-primary {
    background-color: var(--brand-blue);
}
.badge-secondary {
    background-color: var(--brand-dark-blue);
}
.badge-danger {
    background-color: var(--brand-yellow);
}
ul {
    padding-left: 1.5em;
}
ul li {
    
    line-height: var(--line-height-text);
}
.text-brand-01, .text-brand-blue, .text-blue {color: var(--brand-blue) !important;}
.text-brand-02, .text-brand-d-blue, .text-d-blue {color: var(--brand-dark-blue) !important;}
.text-brand-03, .text-yellow {color: var(--brand-yellow) !important;}
.bg-lightgray {
    background-color: var(--grey-lightest);
}
.bg-grey-lgr {
    background: var(--grey-lightest);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%); 
}

.bg-brand-01-gr{
    position: relative;
}
.bg-brand-01-gr::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: var(--brand-01);
    background: linear-gradient(180deg, #08529e 0%, var(--brand-01) 100%); 
}
.bg-brand-01-light-gr{
    position: relative;
}
.bg-brand-01-light-gr::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #cadcef;
    background: linear-gradient(to top,#cadcef 0%,rgba(202,220,239,0) 100%); 
}

.bg-brand-blue,
.bg-brand-01 {
    background-color: var(--brand-blue);
}
.bg-d-blue,
.bg-brand-d-blue,
.bg-brand-02 {
    background-color: var(--brand-dark-blue);
}

.bg-brand-dark {
    background-color: var(--brand-dark);
}
.bg-lightyellow{
    background-color: rgba(214, 178, 78, 0.1);
}
.bg-lightblue{
    background-color: rgba(37, 197, 243, 0.08);
}
.bg-right {background-position-x: right !important;}
.bg-left {background-position-x: left !important; }
.bg-center {background-position: center !important;}

.border-brand-blue,
.border-brand-01 {
    border: 1px solid var(--brand-blue);
}
.border-d-blue,
.border-brand-d-blue,
.border-brand-02 {
    border: 1px solid var(--brand-dark-blue);
}
.border-yellow,
.border-brand-yellow,
.border-brand-03 {
    border: 1px solid var(--brand-year);
}
.border-right{
    border-right: 1px solid var(--border);
}
.border-left{
    border-left: 1px solid var(--border);
}
.dark-bg {
	color: #fff;
}
h1.page-title {
    text-transform: uppercase;
}
small.sub-title {
    font-size: 68%;
}
.owl-carousel .owl-controls .owl-dots {
    text-align: center;
}
.owl-carousel .owl-controls .owl-dot {
    background: var(--brand-01);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    opacity: 0.5;
}
.owl-carousel .owl-controls .owl-dot.active {
    opacity: 1;
}
.btn {
	font-weight: 600;
	border-radius: 0.625rem;
}
.btn-link {
    color: var(--brand-dark-blue);
    text-decoration: underline;
}
.btn-white {
    background: var(--white);
    border-color: var(--grey-light);
    color: var(--text);
}
.btn-white:hover {
    background: var(--grey-lightest);
    border-color: var(--text);
}
.btn.text-left {
    text-align: left !important;
}
.btn-readmore:visited,
.btn-readmore {
    font-size: 16px;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 0.625rem;
    background: transparent none;
    color: var(--brand-dark-blue);
    border: 1px solid var(--brand-dark-blue);
    display: inline-block;
    position: relative;
    z-index: 0;
    transition-duration: 0.3s;
    text-decoration: none;
    text-align: center;
}
.btn-readmore.btn-sm {
    padding: 2px 8px;
    font-weight: normal;
}

/* .btn-readmore::after {
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
    transition-duration: 0.3s;
} */
.btn-readmore i {
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
    transition-duration: 0.3s;
}

.btn-readmore:focus,
.btn-readmore:hover {
    background: var(--brand-dark-blue);
    color: #fff;
    text-decoration: none;
}
.btn-full-width {
    width: 100%;
}
.btn-primary {
	color: #fff;
	background-color: var(--brand-dark-blue);
	border-color: var(--brand-dark-blue);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--brand-blue);
	border-color: var(--brand-blue);
}
.navbar-toggler.btn-primary {
    color: #fff !important;
}
.btn-warning {
	color: #fff;
	background-color: var(--brand-yellow);
	border-color: var(--brand-yellow);
}
.btn-cta {
	color: #fff;
	background-color: var(--brand-yellow);
	border-color: var(--brand-yellow);
}
.btn-cta:hover {
    color: #fff;
	background-color: transparent;
}
.btn-cta-o {
	color: var(--brand-yellow);
	background-color: transparent;
	border-color: var(--brand-yellow);
}
.btn-cta-o:hover {
    color: var(--brand-yellow);
	background-color: var(--grey-lightest);
	border-color: var(--brand-yellow);
}

.btn-cta-gray {
    display: inline-block;
    padding: 15px;
    color: #333;
    background-color: #eee;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}
.btn-cta-gray:hover {
    background-color: #eea236;
    color: #fff;
}
.btn.ir,
.btn.il {
	display: flex;
	align-items: center;
	gap: 1em;
}
.modal.fade.in .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}
.modal-content button.close {
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    width: 32px;
    height: 32px;
    z-index: 1;
    font-size: 30px;
    line-height: 30px;
    color: #222;
    background:#fff;
    border-radius: 50%;
    border: 1px solid #eee;
}
.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section.is-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section.is-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section.is-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.section-sep::before {
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--border);
	margin: 0 auto;
}
.section .section-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.section .section-header .section-title{
    margin-bottom: 0;
}
.overflow-hidden{
    overflow: hidden;
}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.top-50 {top: 50px;}
.top-100 {top: 100px;}
.top-150 {top: 150px;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--brand-03);
}
.cover-bg{
    background-size: cover;
    background-repeat: no-repeat;
}
.has-bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.has-bg-image.bg-fixed{
    background-attachment: fixed;
    background-position: center;
}
.has-bg-image.bg-scroll{
    background-attachment: scroll;
    background-position: center;
}
.has-bg-image.dark-bg::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
}
.has-bg-image.dark-bg.op-light::before {
    background-color: rgba(0,0,0,0.45);
}
.has-bg-image.dark-bg .inner{
    position: relative;
    z-index: 1;
}
.has-bg-image.dark-bg *{
    color: #fff !important;
}
.has-bg-image .container-xl {
	z-index: 1;
	position: relative;
}
.has-cover-image{
    overflow: hidden;
}
.has-cover-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
select option{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.form-control {
    font-size: 14px;
}
.form-control::placeholder {
	font-size: 14px;
}
.input-group .form-control {
    font-size: 1em;
}
.r-1-1 {
    aspect-ratio: 1 / 1;
}
.r-1-1::before {
  content: "";
  padding-top: 100%;
  float: left;
}
.r-fix {
    overflow: hidden;
}
.r-fix::after {
  display: block;
  content: "";
  clear: both;
}
.r-1-2 {
    aspect-ratio: 1 / 2;
}
.r-1-2::before {
  content: "";
  padding-top: 200%;
  float: left;
}
.r-2-1 {
    aspect-ratio: 2 / 1;
}
.r-2-1::before {
  content: "";
  padding-top: 50%;
  float: left;
}

.r-3-2 {
    aspect-ratio: 3 / 2;
}
.r-3-2::before {
  content: "";
  padding-top: 66.66%;
  float: left;
}
.r-3-4 {
    aspect-ratio: 3 / 4;
}
.r-3-4::before {
  content: "";
  padding-top: 25%;
  float: left;
}
.r-4-3 {
    aspect-ratio: 4 / 3;
}
.r-4-3::before {
  content: "";
  padding-top: 75%;
  float: left;
}

.r-16-9 {
    aspect-ratio: 16 / 9;
}
.r-16-9::before {
  content: "";
  padding-top: 56.25%;
  float: left;
}
.r-16-10 {
    aspect-ratio: 16 / 10;
}
.r-16-10::before {
  content: "";
  padding-top: 62.5%;
  float: left;
}
.fw-200 {font-weight:200;}
.fw-300 {font-weight:300;}
.fw-400 {font-weight:400;}
.fw-500 {font-weight:500;}
.fw-600 {font-weight:600;}
.fw-700 {font-weight:700;}
.title-1-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: var(--line-height-heading);        /* fallback */
   max-height: calc( var(--line-height-heading) * 1em);       /* fallback */
}
.title-2-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: var(--line-height-heading);        /* fallback */
   max-height: calc( var(--line-height-heading) * 2em);       /* fallback */
}
.text-2-lines-1-h2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( ( var(--line-height-text) * 2em ) + (var(--line-height-heading) * 2em) + 1em);       /* fallback */
}
.title-3-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-height: var(--line-height-heading);        /* fallback */
   max-height: calc( var(--line-height-heading) * 3em);       /* fallback */
}

.text-1-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 1em);       /* fallback */
}
.text-2-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 2em);       /* fallback */
}
.text-3-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 3em);       /* fallback */
}
.text-4-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 4em);       /* fallback */
}
.text-5-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 5em);       /* fallback */
}
.text-6-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 6; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 6em);       /* fallback */
}
.text-7-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 7; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 7em);       /* fallback */
}
.text-8-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 8; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 8em);       /* fallback */
}
.text-9-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 9; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 9em);       /* fallback */
}
.text-10-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 10; /* number of lines to show */
   line-height: var(--line-height-text);        /* fallback */
   max-height: calc( var(--line-height-text) * 10em);       /* fallback */
}
.title-orange-o {
    color: var(--brand-yellow);
	background-color: transparent;
	border-color: var(--brand-yellow);
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.title-blue-o {
    color: var(--brand-03);
	background-color: transparent;
	border-color: var(--brand-03);
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}
.divider {
	position: relative;
	width: 100%;
	padding: .5rem 0;
	line-height: 1px;
	text-align: center;
}
.divider::after {
	content: "";
	display: inherit;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--border);
}
.divider.is-dashed::after {
	border-bottom-style: dashed;
}
.divider span {
	background: var(--white);
	padding: 0 .5rem;
	font-size: .875rem;
	line-height: 1px;
	color: var(--grey);
}
.scrollable-h-nav-wrap {
    overflow: hidden;
}
.scrollable-h-nav {
	overflow-y: hidden;
	overflow-x: auto;
    width: 100%;
    scrollbar-color: #f8f8f8 #fefefe;
}
.scrollable-h-nav ul{
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.scrollable-h-nav.fixed-first ul li:first-child {
	padding-right: 1em;
	margin-right: 0;
	position: sticky;
	left: 0;
	z-index: 1;
	background: #fff;
}
.highlight {
    background: var(--grey-lightest);
    border-left: 3px solid var(--brand-yellow);
    padding: 1em 1em 1em 1.5em;
    font-weight: 600;
}
.overflow-scroll-y {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	height: 100%;
	padding-right: 4px;
}
.wm-title {
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	color: var(--grey-lighter);
	letter-spacing: 0.25rem;
	position: absolute;
	transform: translate(-50%, -50%);
	margin-left: 50%;
	text-align: center;
	z-index: 0;
	left: 0;
	top: 16px;
	user-select: none;
	white-space: nowrap;
}
.wm-title + .section-title {
	position: relative;
	z-index: 1;
}
.section-sub-title,
.section-title {
	font-weight: 800;
}
/*========== HEADER */
/* 
header#masthead {	
	z-index: 9999;
	width: 100%;
	padding: 0;
	transition: 0.5s all;
    position: var(--navbar-position);
    position: absolute;
    margin: 0;
	border-radius: 0;
	position: relative;
    box-shadow: 0px 2px 8px rgba(0,0,0,.2);
    background: #FFF;
    
}
header#masthead.is-overlay {
    position: fixed; 
	top: var(--wp-admin--admin-bar--height);
    padding: 20px 0;
}
header#masthead.transparent {
	background: transparent;
    box-shadow: none;
}
header#masthead.is-overlay.transparent::before {
	height: 165px;
	background-image: linear-gradient(to top,rgba(14,44,99,0) 0%,#0e2c63 93%,#0e2c63 100%);
	width: 100%;
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	pointer-events: none;
	transition: 0.5s all;
}
body:not(.project-template-single-project-tpl2) header#masthead.fixed-top{
    background: #FFF;
    padding: 0;
    position: fixed;
    top: var(--wp-admin--admin-bar--height);
}

header#masthead.fixed-top::before {
    display: none;
} 

header#masthead > div {
    z-index: 1;
} */
header#masthead {
	box-shadow: 1px 2px 4px rgba(0,0,0,.2);
}
.brand.logo {
    padding: 5px 0;
    /* display: inline-block; */
    float: left;
    text-decoration: none;
    max-width: 200px;
}
/* header#masthead .brand.logo img{
    transition: 1s all;
    height: 60px;
    width: auto;
}
header#masthead.is-overlay .brand.logo img{
    height: 70px;
}
header#masthead.fixed-top .brand.logo img{
    height: 50px;
} */

.header-top {
    margin: 5px 0 5px 0;
}
.header-top .widget {
    margin: 0;
}

.header-logo {
    padding-top: 15px;
}
div.asl_w .probox .promagnifier {
	border-radius: 4px !important;
	overflow: hidden;
}
div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {
	width: 18px !important;
}
/* --------- main menu */
.main-navigation {
}
.main-navigation.navbar-dark {
	background: var(--brand-dark-blue);
}
.main-navigation a {
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.fixed-top .main-navigation a {
    
}
.is-overlay.transparent .main-navigation a {
    
}
.fixed-top .main-navigation .navbar-nav > li.current-menu-item > a,
.fixed-top .main-navigation a:focus,
.fixed-top .main-navigation a:hover,
.main-navigation .navbar-nav > li.current-menu-item > a,
.main-navigation a:focus,
.main-navigation a:hover {
    color: var(--brand-yellow) !important;
}

.main-navigation .navbar-nav > li:last-child {
    margin-right: 0;
}
.main-navigation .navbar-nav > li:last-child::after {
    background: transparent;
}
.main-navigation .navbar-nav > li{
    margin-right: 3rem;
}
.main-navigation .navbar-nav > li > a {
    padding: 10px 15px;
	font-size: 18px;
	font-weight: normal;
}
.main-navigation .navbar-nav > li > a:focus,
.main-navigation .navbar-nav > li > a:hover {
    background: transparent none;
}
/* .main-navigation .navbar-nav > li.current-menu-item > a::before,
.main-navigation .navbar-nav > li:hover > a::before,
.main-navigation .navbar-nav > li > a:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: var(--brand-yellow);
    height: 2px;
    bottom: 10px;
} */
.main-navigation ul ul {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    width: auto;
    transform: translate3d(0,100px,0) scale(.6);
    opacity: 0;
    transition-property: opacity,transform;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-duration: .5s;
    border-radius: 0 0 10px 10px;
}
.main-navigation ul.nav > li.menu-item-has-children > a::after{
    content: "\f107";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    margin-left: 4px;
    font-size: 0.75rem;
	font-weight: 600;
    
}
.main-navigation ul.nav ul li.menu-item-has-children > a::after{
    content: "\f105";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    margin-left: 4px;
    float:right;
    font-size: 0.75rem;
    
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
.is-overlay.transparent .main-navigation ul ul li a,
.main-navigation ul ul li a{
    padding: 10px 15px;
    color: var(--brand-01);
    font-size: 14px;
    font-weight: 500;
}
.is-overlay.transparent .main-navigation ul ul li a:hover,
.main-navigation ul ul li a:hover{
    color: var(--brand-yellow);
}
.main-navigation ul ul a {
    min-width: 260px;
}

/*---------- header contact */
.header-contact {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-contact-info {
}

.header-contact-info .contact-item {
    display: inline-block;
    float: left;
    width: 50%;
    min-width: 250px;
    padding: 8px 5px;
}
.header-contact-info .contact-item > *{
    display: inline-block;
    font-weight: bold;
}
.header-contact-info .contact-item .contact-label{
    text-transform: uppercase;
    color: #d31145;
    /* width: 100px; */
    margin-right: 10px;
}
.header-contact-info .contact-item .contact-detail{
    color: #0062A6;
}

.header-right {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    
}

.header-quote-button {
    height: 48px;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 36px 0 18px;
    background: transparent none;
    color: #0062A6;
    text-transform: uppercase;
    border: 3px solid #0062A6;
    border-radius: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    transition-duration: 0.3s;
}
.header-quote-button:visited{
    color: #0062A6;
}
.header-quote-button::after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 1px;
    position: absolute;
    top: 0;
    right: 12px;
    transform: translateZ(0px);
    font-size: 28px;
    line-height: 42px;
}
.header-quote-button:focus,
.header-quote-button:hover {
    background: #0062A6;
    color: #fff;
}
.btn-animate:hover::after, .btn-animate:focus::after, .btn-animate:active::after {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: btn-default;
    animation-timing-function: ease-in-out;
}
.btn.btn-search-show {
    height: 48px;
    width: 48px;
    border-radius: 0;
    border: 2px solid #0062A6;
    background: #0062A6;
    color: #fff;
    transition-duration: 0.3s;
    margin-left: 20px;
}
.btn.btn-search-show:focus,
.btn.btn-search-show:hover {
    background: #fff;
    color: #0062A6;
}
@keyframes btn-default {
    16.65% {
        transform: translateX(6px);
    }
    33.3% {
        transform: translateX(-5px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0px);
    }
}

#dialog-search {
    top: 50px;
}
/* --------- scrollspy menu */
.scrollSpy {
    padding: 0;
    transition: all 0.3;
}
.scrollSpy .pro-navbar {
    border-bottom: 1px solid var(--border);
}
.scrollSpy .nav-item + .nav-item{
    margin-left: 10px;
}
.scrollSpy .nav-item a.nav-link {
    font-weight: 600;
    color: var(--brand-01);
}
.scrollSpy .nav-item a.nav-link.active,
.scrollSpy .nav-item a.nav-link:hover {
    color: var(--brand-yellow);
}
.scrollSpy.fixed-top {
    border-bottom: 1px solid var(--border);
}
.scrollSpy.fixed-top .pro-navbar{
    border-bottom: 0 none;
}
.scrollSpy.navbar.fixed-top {
    animation: .5s ease-in-out 0s 1 e;
    background: var(--background);
}
.admin-bar .navbar.fixed-top {
	top: var(--wp-admin--admin-bar--height);
}
.scrollSpy .navbar-nav a {
    padding-top: 20px;
    padding-bottom: 20px;
	display: block;
	font-weight: 600;
	line-height: 16px;
	position: relative;
	outline: none;
}
.scrollSpy .navbar-nav a.active::after {
	content: "";
	height: 0;
	border: 1px solid var(--brand-03);
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}
/* --------- sidebar canvas menu */
.open_menu {
	/* border: 0 none; */
	/* background: transparent none; */
	font-size: 16px;
	font-weight: bold;
	color: var(--white);
	display: inline-block;
	margin-right: 15px;
	background-color: var(--brand-dark-blue);
}
.open_menu .navbar-toggle{
    float: none;
    display: inline-block!important;
    margin-right: 0;
    background:transparent none;
    border: 0 none;
    vertical-align: middle;
}
.header-top .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.open_menu .navbar-toggle .icon-bar {
    background-color: var(--white);
}
.open_menu .navbar-toggle:hover .icon-bar {
    background-color: var(--white);
}
.sidebar-canvas {
    width: 250px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -250px;
    background: #FFF;
    -webkit-transition: right .3s ease 0s;
    -moz-transition: right .3s ease 0s;
    -ms-transition: right .3s ease 0s;
    -o-transition: right .3s ease 0s;
    transition: right .3s ease 0s;
}
.admin-bar .sidebar-canvas {
    top: 46px;
}
.sidebar-canvas.visible {
    right: 0;
}
.sidebar-canvas .close-canvas {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    z-index: 300;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: var(--brand-dark-blue);
}
.sidebar-canvas header {
    font-size: 14px;
    font-weight: bold;
    color: #0062A6;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #0062A6;
    z-index: 0;
}
.sidebar-canvas .close-canvas:hover {
    background-color: var(--brand-blue);
}
.sidebar-canvas nav#accordion-menu {
	padding: 10px 15px 40px 15px;
}
#accordion-menu, #accordion-menu ul, #accordion-menu ul li, #accordion-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    z-index: 0;
}
/* #accordion-menu a {
    color: #0062A6;
}
#accordion-menu a:hover {
    color: #d31145;
} */
#accordion-menu > ul > li {
    padding: 10px 30px 10px 0;
    border-bottom: 1px dashed #CCC;
}
#accordion-menu > ul > li > a {
    padding: 0;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    line-height: 150%;
    font-weight: bold;
    text-transform: uppercase;
}
#accordion-menu ul ul {
    display: none;
    padding: 5px 0 5px 10px;
}
#accordion-menu .holder {
    float: right;
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#accordion-menu .holder > i {
    color: #0062A6;
    font-size: 24px;
    line-height: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#accordion-menu > ul > li.open > .holder i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation: rotate180 2s;
}
#accordion-menu a:hover, li:hover > .holder, #accordion-menu > ul > li.open > a, #accordion-menu > ul > li.open > .holder i {
    /* color: #0062A6; */
}
#sidebar_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
#sidebar_overlay.visible {
    display: block;
    z-index: 900;
}
.site-breadcrumbs {
	padding: 0;
	background: var(--grey-lightest);
	font-weight: 400;
	font-size: 14px;
}
.site-breadcrumbs nav{
    padding: 10px 0;
}
.site-breadcrumbs p{
    margin-bottom: 0;
}
.site-breadcrumbs.in-banner {
    text-align:center;
    color: #fff;
	background: transparent;
}
.site-breadcrumbs.in-banner a{
    color: #fff;
    font-weight: 600;
}

/* --------- header banner */
.home-banner {
	padding: 6em 0;
	height: 655px;
	z-index: 1;
	background-attachment: fixed;
	max-height: calc(100vh);
}
.banner-area {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: calc(100vh);
    min-height: 120px;
}
.has-header-image {
    background-position: center;
    background-size: cover;    
    min-height: 350px;
}
.has-header-image::before {
    content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.banner-area .banner-text {
    padding-top: 2em;
}
.banner-text p{
    margin-bottom: 1em;
    font-weight: 500;
}
.mod-product-search {
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: 100%;
}
.mod-product-search .input-group-prepend {
	padding-right: 0;
}
.mod-product-search .input-group-prepend .input-group-text{
    background: #fff;
    color: #868686;
}
.mod-product-search  .form-control:focus {
    box-shadow: none;
}
.mod-product-search .search-input-keyword {
	border-left: 0 none;
	height: 46px !important;
}
.mod-product-search .btn.btn-search-submit {
	background-color: var(--brand-yellow);
	color: #fff;
    font-size: 18px;
}
.mod-product-search .btn.btn-search-submit:hover {
    background: #fad143;
}
.mod-product-search .product-search-result {
	background: #fff;
	padding: 0;
	/* border: 1px solid var(--brand-yellow);
    box-shadow: 2px 2px 3px var(--brand-yellow); */
    position: absolute;
    z-index: 1;
    width: 100%;
}
.mod-product-search .pre_list_search {
	list-style: none;
	margin: 0;
	overflow-y: auto;
	max-height: 300px;
    box-shadow: 2px 2px 3px var(--brand-yellow);
}
.mod-product-search .pre_list_search li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}
.mod-product-search .suggests {
    color: #fff;
    padding: 15px 0;
}
.mod-product-search .suggests ul {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
    margin: 0;
    padding: 0;
}
.mod-product-search .suggests ul li{
    margin: 0 0.5em 0.5em 0;
}
.mod-product-search .suggests a{
    color: #fff;
    padding: 3px 6px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 13px;
}
.mod-product-search .suggests a:hover{
    text-decoration: none;
    background: rgba(255,255,255,.85);
    color: var(--brand-yellow);
}
.pre_list_search li .s-p-detail {
    overflow: hidden;
}
.pre_list_search li .s-p-img {
	width: 85px;
	height: 50px;
	max-width: 100%;
	margin-right: 10px;
	float: left;
}
.pre_list_search li .s-p-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pre_list_search li .s-p-address {
	font-size: 12px;
	color: #555;
}
.pre_list_search li .s-p-address i.fa {
	color: #555;
}
/* --------- home slider */
.slider-area .metaslider {
    overflow: hidden;
    border-bottom: 5px solid #0062A6;
}
.slider-area .metaslider .flexslider{
    margin-bottom: 32px;
    border-bottom: 5px solid #d31145;
    border-radius: 0;
}
.home .metaslider .caption-wrap {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background: rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
}
.home .metaslider .caption-wrap .caption {
    text-align: center;
    flex: 1;
}
.home .metaslider .caption-wrap .caption h2{
    font-size: 40px;
}
.home .metaslider .caption-wrap .caption p{
    margin-bottom: 20px;
    font-size: 20px;
}
.home .metaslider .caption-wrap .caption a.btn{
    display: inline-block;
    margin: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.home .metaslider .caption-wrap .caption a.btn:visited{
    color: #fff;
}

/*============= Content area */
#primary {
    position: relative;
    z-index: 0;
}
.site-main {

    
}
.entry-content h2 {
    margin-bottom: 15px;
}

.less-more-content .inner {
    /* height: 72px; */
    overflow: hidden;
    transition: all 0.5s linear;
    position: relative;
}
.less-more-content:not(.is-expanded) .inner::after {
	content: "";
	height: 1.5rem;
	background: linear-gradient(180deg, rgba(0,0,0,0), #fff);
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
    z-index: 1;
}
.less-more-content .less-more-btn {
    font-weight: 600;
	font-size: 14px;
}
.less-more-content .less-more-btn .less{
    display: none;
}
.less-more-content .less-more-btn .more{
    display: block;
}
.less-more-content:not(.is-expanded) .inner p {
    /* margin-bottom: 0; */
}
.less-more-content.is-expanded .inner{
    height: auto !important;
    max-height: none !important;
    text-overflow: initial !important;
    -webkit-line-clamp: unset !important;
}
.less-more-content.is-expanded .less-more-btn .less{
    display: block;
}
.less-more-content.is-expanded .less-more-btn .more{
    display: none;
}
/*----------------- home page block content */

.section-border-bottom {
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
}
.block-info-boxes {
    padding-bottom: 40px;
}
.info-boxes {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-boxes .info-box{
    flex: 1;
    text-align: center;
    padding: 15px;
}
.info-boxes .info-box > *{
    display: block;
}
.info-boxes .info-box .info-box-icon{
    color: #0062A6;
    border: 2px solid #0062A6;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition-duration: 0.3s;
}
.info-boxes .info-box .info-box-text{
    text-transform: uppercase;
    color: #0062A6;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
}
.info-boxes .info-box a:hover .info-box-icon,
.info-boxes .info-box .info-box-icon:hover{
    background: #0062A6;
    color: #fff;
}

.block-carousel-boxes{
    padding-bottom: 40px;
}
.carousel-boxes{
    list-style: none;
    margin: 0;
    padding: 0;
}
.carousel-boxes .carousel-box {
    margin: 15px;
}
.carousel-boxes .carousel-box a{
    text-decoration: none;
    outline: none;
}
.carousel-boxes .carousel-box .carousel-box-image{
    display: block;
    background: #eee;
    border: 1px solid #0062A6;
    padding: 15px 15px 50px;
    position: relative;
    z-index: 0;
    transition-duration: 0.3s;
}
.carousel-boxes .carousel-box a.carousel-box-image:hover{
    background: #fff;
    border-color: #d31145;
}
.carousel-boxes .carousel-box .carousel-box-image img {
    max-width: 100px;
    margin: 5px auto;
    display: block;
}
.carousel-boxes .carousel-box .carousel-box-text-hover,
.carousel-boxes .carousel-box .carousel-box-text {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: block;
}
.carousel-boxes .carousel-box .carousel-box-text {
    color: #0062A6;
}
.carousel-boxes .carousel-box .carousel-box-text-hover {
    color: #d31145;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: none;
    transition-duration: 0.3s;
}
.carousel-boxes .carousel-box a.carousel-box-image:hover .carousel-box-text-hover {
    display: inline-block;
}

.block-carousel-testimonials {
    padding-bottom: 40px;
}
.block-carousel-testimonials .carousel-testimonials{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.block-carousel-testimonials .carousel-testimonials .carousel-testimonial{
}

.block-carousel-testimonials .carousel-testimonials blockquote{
    border: 0 none;
    padding: 1em;
    margin: 0 0 10px 0;
    
}
.block-carousel-testimonials .carousel-testimonials blockquote p{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    width: 75%;
    display: block;
    margin: 0 auto 15px;
}
.block-carousel-testimonials .carousel-testimonials cite{
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #0062A6;
}
.force-full-width {
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
}

.block-carousel-latestnews{
    padding-bottom: 20px;
}
.carousel-latestnews{
    list-style: none;
    margin: 0;
    padding: 0 30px;
}
.carousel-latestnews li{
    display: inline-block;
    padding: 15px;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	color: var(--brand-yellow);
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--brand-yellow);
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: var(--brand-yellow);
}
.owl-nav .owl-prev {
    left: -15px;
}
.owl-nav .owl-next {
    right: -15px;
}
.carousel-latestnews .owl-nav .owl-prev {
    left: -15px;
}
.carousel-latestnews .owl-nav .owl-next {
    right: -15px;
}
h1.entry-title {font-weight: 600;}
.entry-title a {
    text-decoration: none;
}
.entry-footer {
    padding: 10px 0;
}

.page-header-banner {
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.header-banner-overlay{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.25);
}
.header-banner-inner {
    padding: 2em;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);    
}
.page-header-banner .entry-title{
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 2px #000;
}
.single-post .post-thumbnail img {
    width: 100%;
}

/* ------ BLOG */
.cont-main{}
.cont-sidebar{}
/* .main-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 1024px) {
    .cont-main {
        margin-right: 24px;
        padding-right: 24px;
        border-right: 1px solid var(--border);
    }
    .cont-sidebar {
        border-bottom: 0;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 306px;
        -moz-box-flex: 0;
        flex: 0 0 306px;
        width: 306px;
        margin: 0;
    }
}
 */
.section .block-title {
    position: relative;
    display: inline-block;
}
.section .block-title::after {
	position: absolute;
	content: "";
	display: block;
	height: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--brand-yellow);
	bottom: -10px;
}
.section .block-title.is-highlight::after {
    border-color: var(--brand-yellow);
}
.section .block-title a:hover{
    text-decoration: none;
}
/* .blog article .entry-title {
	margin-bottom: 10px;
	line-height: 1.1;
	font-size: 24px;
} */

.entry-header .entry-meta {
    margin-bottom: 15px;
}
.entry-header .entry-meta > span,
.entry-footer .entry-meta > span,
.entry-footer > span {
    margin-right: 15px;
	font-size: 14px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 40%;
}

.nav-previous i {
    float: left;
    font-size: 20px;
    line-height: 32px;
    margin-right: 10px;
}
.nav-next i {
    float: right;
    font-size: 20px;
    line-height: 32px;
    margin-left: 10px;
}
.popular-tags {
	border-bottom: 1px solid var(--border);
	border-top: 1px solid var(--border);
	padding: 0.5rem 0 !important;
	margin: 1rem 0;
}
.popular-tags p{
    margin-bottom: 0;
    margin-right: 1em;
    display: inline-block;
    color: var(--danger);
}
.popular-tags.tags {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	justify-content: flex-start;
}
.tags .tag{
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    background-color: var(--grey-lightest);
    padding: 0.25rem 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    color: #686868;
}
.tags .tag + .tag{
    margin-left: 0.5em;
}

/*============= sidebar */
form.search-form {
	margin: 0;
}
#secondary{}
#secondary .info-boxes{
    display: block;
}
#secondary .info-boxes .info-box{
    text-align: left;
}
#secondary .info-boxes .info-box .info-box-icon{
    width: 60px;
    height: 60px;
}
#secondary .info-boxes .info-box .info-box-text{
    font-size: 14px;
}
#secondary .widget,
.sidebar .widget{
    margin-bottom: 2rem;
}
/* #secondary .widget.widget-last,
.sidebar .widget.widget-last {
	margin-bottom: 0;
} */

#secondary .widget-title,
.sidebar .widget-title {
}
.sidebar .widget.boxed .widget-title {
	border: 0 none !important;
	background: transparent !important;
	color: var(--text) !important;
	padding: 0 !important;
}
.newsletter-form-box {
	padding: 2em 15px;
	/* background-image: url(../img/backgorund-form-subscriber-mobile.png); */
	background-size: cover;
	border: 2px solid var(--primary);
	border-radius: 4px;
}
.wpp-list {
	list-style: none;
    padding: 0;
    margin: 0;
}
.wpp-list img{
    border-radius: 6px;
}
.widget.widget-featured-project {
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding-top: 30px;
	padding-bottom: 20px;
}
.widget-featured-project .projects .product-item {
	margin-bottom: 8px;
}
.widget-featured-project .projects .project.style-overlay {
	border-radius: 4px;
}
.widget-featured-project .project .entry-title {
    font-size: 16px;
}
.widget-featured-project .project .product-area{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: var(--line-height-text);
    max-height: calc( var(--line-height-text) * 2em);
}
/*============= footer area */
.grecaptcha-badge {
	visibility: hidden !important;
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% { margin-top: 0px; }
    40% { margin-top: -4px; }
    60% { margin-top: -2px; }
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% { margin-top: 0px; }
    40% { margin-top: -4px; }
    60% { margin-top: -2px; }
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% { margin-top: 0px; }
    40% { margin-top: -4px; }
    60% { margin-top: -2px; }
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% { margin-top:0px; }
    40% { margin-top: -4px; }
    60% { margin-top: -2px; }
}
#scrollUp {
	background: rgba(244, 245, 249, 0.5);
	width: 36px;
	height: 36px;
	color: var(--brand-yellow);
	font-size: 24px;
	bottom: 30px;
    right:24px;
	border-radius: 100%;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 6px 16px 4px rgba(33,33,33,.16);
	/* left: 50%;
	transform: translateX(-50%); */
	text-decoration: none;
}
#scrollUp i {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
}
#scrollUp:hover {
    background: var(--brand-yellow);
    color: #fff;
}
footer.site-footer {
	background: var(--brand-dark-blue);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-attachment: fixed;
}
.sub-footer {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar-footer {
    padding: 1em 0;
}
.sidebar-footer .widget-title{
    text-transform: uppercase;
    color: var(--brand-yellow);
}
.site-footer ul,
.sidebar-footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
/* .sidebar-footer ul.menu li::before {
  content: "\2022"; 
  color: var(--brand-yellow); 
  font-weight: bold;
  display: inline-block;
  width: 1em;
} */
.sidebar-footer ul li {
    margin-bottom: 5px;
}
.sidebar-footer ul li i {
    margin-right: 5px;
}
.site-footer a{
    color: #fff;
}
.site-footer ul li a,
.sidebar-footer ul li a{
    color: #fff;
}
.site-footer ul li a:hover,
.sidebar-footer ul li a:hover{
    color: var(--brand-yellow);
}
ul.footer-menu li {
    display: inline-block;
    margin-left: 10px;
}
.site-footer .form-control::placeholder{
    color: #ddd;
}
.site-footer .form-control {
    border-color: #fff;
    color: #fff;
    font-size: 15px;
}
.site-footer .form-control,
.site-footer .form-control:focus {
    background-color: transparent;
}
.contact-info ul,
.site-footer ul.info {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.contact-info ul li,
.site-footer ul.info li{
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 20px 0;
}
.site-footer ul.info li span{
    font-weight: 500;
}
.site-footer ul.socials {
	display: flex;
	list-style: none;
	margin: 0;
}
.site-footer ul.socials a {
	width: 36px;
	height: 36px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--brand-blue);
	transition: 0.3s all;
    font-size: 16px;
    text-decoration: none;
}
.site-footer ul.socials a i{
    margin: 0;
}
.site-footer ul.socials a:hover {
    color: #fff;
    background: var(--brand-yellow);
}
.site-footer .wpcf7 .wpcf7-submit {
	float: right;
	margin-right: 50px;
	margin-top: -34px;
	z-index: 1;
	position: relative;
}
.header-cta-mobile {
    padding: 15px 0;
}
.header-cta-mobile .header-quote-button {
    margin-right: 40px;
}
.blog article.post {

}

/* POSTS */
.item.post {}
.item.post .post-thumbnail {
	border-radius: 4px;
	overflow: hidden;
}
.item.post .post-thumbnail img {
    transition: all .5s linear;
}

.item.post:hover .post-thumbnail img {
    transform: scale3d(1.1,1.1,1);
}
.item.post .entry-footer {
	color: var(--grey-light);
	font-size: 14px;
    padding: 0;
}

/*cate list product */
#content {
}
.product-category-page .section.products-grid,
.product-archive .section.products-grid {
	background-color: rgba(214, 178, 78, 0.1);
}

/* .products article.product { */
.products .product {
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 0 15px;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	transition-duration: 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    border-radius: 8px;
    background-color: #fff;
}
.products .product:hover {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
.products.owl-carousel .owl-stage { display: flex; }
.products.owl-carousel .owl-item .product-item {
	height: calc(100% - 4px);
	padding: 2px;
} 

.pagination {
    justify-content: center;
}
.nav-links .page-numbers {
	padding: 0 15px;
	border: 1px solid #eee;
	background: #fff;
	color: #696969;
    font-weight: bold;
	outline: none;
	line-height: 36px;
	display: inline-block;
}
.nav-links .page-numbers:hover, 
.nav-links .page-numbers.current {
	background: var(--brand-dark-blue);
	border: 1px solid var(--brand-dark-blue);
	color: #fff;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
	color: #999;
}

.entry-title a {
    /* color: #383838; */
	color: var(--brand-dark-blue);
}
.entry-title a:hover {
	color: var(--brand-blue);
}

.modal-form-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.q2w3-widget-clone-sidebar-2 + .widget {
    
}
.gray-box {
    background: #eee;
    padding: 15px 25px;
}
.h3.heading-title {
    text-transform: uppercase;
}

.has-featured-bg {
    position: relative;
}
.featured-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}


/* if use owl carousel*/
.on_banner_carousel_wrapper {
/* 	position: absolute;
	right: -15px;
	left: auto; */
    /* max-width: 763px; */
    display: flex;
    justify-content: end;
}
.on_banner_carousel {
    width: 763px;
    max-width: 100%;
}
.on_banner_carousel .owl-stage {
	padding: 5px 0 2em;
}
.on_banner_carousel .owl-item {
    transition: all .1s linear;
    border-radius: 4px;
    overflow: hidden;

}
.on_banner_carousel .i-item {
    height: 400px;
    /* height: 452px;
    width: 340px; */
}
.on_banner_carousel .owl-item .i-item a{

}
.on_banner_carousel .owl-stage > .owl-item.active {
    /* -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1); */
    /* transform: scale(1.1); */
}
.on_banner_carousel .owl-stage > .owl-item.active + .owl-item.active {
    /* -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1); */
    transform: scale(0.8) translateX(-4%);
    /* margin-right: 0 !important; */
}
.on_banner_carousel .owl-stage > .owl-item.active + .owl-item.active + .owl-item.active {
    /* -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1); */
    transform: scale(0.8) translateX(-20%);
    /* margin-right: 0 !important; */
}

/* ------- POSTS */
body.search article.post{
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--border);
	margin-bottom: 15px;
}
.posts {}
.posts .post-item {}
.posts .post-item {}
.posts .post-item.style-rounded .post {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	border-radius: 8px;
    overflow: hidden;
}
.home .latest_news .posts.style-grid .post-item .post:hover {
    background: linear-gradient(-266deg,#03264a 0%,#0854a2 100%);
    color: #fff;
}
.home .latest_news .posts.style-grid .post-item .post:hover a{
    color: #fff;
}

.posts .post-title,
.latest_news .posts .post-title,
.latest_news .posts .entry-title {
	
	margin-bottom: 0;
	font-weight: 500;
    line-height: var(--line-height-heading);
}
.latest_news .posts .entry-title{
    font-size: 16px;
}
.posts .post-title,
.latest_news .posts .post-title {
    font-size: 14px;
}
.posts .entry-content,
.latest_news .posts .entry-content {
	font-size: 15px;
}
.latest_news .posts .post-item:not(.is-list-item) .post-title {
    /* text-align: justify; */
}
.posts .entry-title a,
.posts .post-title a,
.latest_news .posts .post-item:not(.style-cover) .post-title a{
    color: var(--text);
}
.posts .post-item.style-cover .post-title a {
    color: #fff;
}
.latest_news .posts .post-item.style-cover .post-title a:hover,
.latest_news .posts .post-item:not(.style-cover) .post-title a:hover,
.posts .post .entry-title a:hover,
.posts .post .post-title a:hover{
    color: var(--brand-01);
} 
.posts .post-item .entry-meta > span {
    margin-right: 1rem;
}
.posts .post-item .cat-links,
.posts .post-item .cat-links a,
.posts .post-item .byline,
.posts .post-item .posted-on {
	font-size: 12px;
	color: var(--grey-light);
}
.posts .post-item.style-cover .post{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
}

.posts .post-item .post .entry-thumbnail {
	overflow: hidden;
    display: block;
}
.posts.style-grid .post-item:not(.style-rounded) .post .entry-thumbnail {
	border-radius: 6px;
}
.posts .post-item:not(.style-cover):not(.is-list-item) .post:not(.list-item) .entry-thumbnail{
    margin-bottom: 10px;
    aspect-ratio: 16 / 10;
}
.posts .post-item.style-rounded .post .entry-body {
	padding: 5px 15px 15px;
}
.posts .post-item .post .readmore {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
}
.posts .post-item.style-cover .post .readmore {
    display: none;
}
.posts .post-item.style-cover .post .entry-body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 15px 15px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #05315eee 40%, #05315e 100%);
	color: #fff;
}
.posts .post-item.style-cover:not(.style-rounded) .post .entry-body {
    border-radius: 0 0 6px 6px;
}
.posts .post-item.style-cover .post .posted-on,
.posts .post-item.style-cover .post .entry-title a,
.posts .post-item.style-cover .post .entry-title {
    color: #fff;
}
.posts .post-item.style-cover {
	position: relative;
	overflow: hidden;
	/* border-radius: 4px;
	border: 1px solid var(--border); */
    height: 100%;
    width: 100%;
}
.posts .post-item.style-cover .entry-thumbnail {
	border: 0 none;
	height: 100%;
	width: 100%;
}
.posts .post-item.style-cover .entry-thumbnail img{
    object-fit: cover;
}
.posts .post .entry-thumbnail {
    background: #333;
}
.posts .post .entry-thumbnail img {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
.posts .post .entry-thumbnail:hover img {
    opacity: 0.85;
}
.posts .post-item .post .entry-thumbnail img {
    width: 100%;
}
.posts .post .entry-thumbnail.cover img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}
.posts .post-item.is-list-item {
}
.posts .post-item.is-list-item {
	margin-bottom: 15px;
}
.posts .post-item.is-list-item:last-child {
    margin-bottom: 0;
}
.posts .post-item.is-list-item .post{
    margin-bottom: 0;
    display: flex;
}
.posts .post-item.is-list-item .post .entry-thumbnail{
    display: block;
    width: 160px;
    height: 90px;
    margin: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    /* float: left;
    margin-right: 15px; */
}
.posts .post-item.is-list-item .post .entry-thumbnail img{
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}

.posts .post-item.is-list-item .post .entry-thumbnail:hover img {
  opacity: .86;
}
.posts .post-item.is-list-item .post .entry-thumbnail + .entry-body {
    padding-left: 15px;
}
.posts .post-item.is-list-item .post .entry-body{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.latest_news.layout-common .posts .post-item.is-list-item {
	margin-bottom: 0;
}
.latest_news.layout-common .posts .post-item.is-list-item + .is-list-item {
	border-top: 1px dashed var(--border);
	padding-top: 8px;
	margin-top: 8px;
}
.latest_news.layout-common .posts .post-item.is-list-item:last-child {
	margin-bottom: 0;
}
hr.dashed {
	border-bottom: 1px dashed var(--grey-light);
	background: transparent;
}
hr.dashed-orange {
	border-bottom: 1px dashed var(--brand-yellow);
	background: transparent;
}
.posts .post-item.big-item .post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.posts .post-item.big-item .post .entry-thumbnail {
	flex: 1;
}
.posts .post-item.big-item .post .post-title {
	font-size: 16px;
}

.posts .post.list-item {
    display: flex;
}
.posts .post.list-item .entry-body{
    overflow: hidden;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.posts .post-item .post.list-item .entry-thumbnail,
.posts .post.list-item .entry-thumbnail {
	display: block;
	width: 240px;
	height: 160px;
	margin: 0;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}
.featured_posts .posts .post-item.is-list-item .post {
    background-color: var(--background);
}
.featured_posts .posts .post-item.is-list-item .post .readmore{
    display: none;
}
.featured_posts .posts .post-item.is-list-item .post .entry-body {
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.featured_posts .posts .post-item .post .entry-body {
    border-radius: 0;
}
.featured_posts .posts .post-item.is-list-item .post .entry-thumbnail {
    width: 180px;
    height: 112px;
    border-radius: 0;
}
.featured_posts .posts .post-item .post .entry-thumbnail,
.featured_posts .posts .post-item .post .entry-thumbnail img{
    border-radius: 0;
}
.featured_posts .posts .post-item.is-list-item .post .posted-on {
    margin-bottom: 5px;
}
.featured_posts .posts .post .entry-title a {
	text-transform: uppercase;
	color: var(--brand-01);
	font-weight: 600;
}
.latest_news.layout-0 .posts .post-item.is-list-item .post .entry-body{
    justify-content: start;
}
.latest_news.layout-0 .posts .post-item.is-list-item .post .readmore{
    display: none;
}

/* ============ PAGES */
/*--- HOME */
.home-banner-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.home-banner-slider .parallax-bg {
    background-color: var(--brand-01);
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
}
.home-banner-slider .swiper-container {
/* 	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; */
}
.home-banner-slider .swiper-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: end;
	text-align: left;
    /* transition: all 0ms ease 0s; */
}
.home-banner-slider .swiper-slide .slide-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
}
/* .home-banner-slider .swiper-slide-active {
    transition: all 1000ms ease 0s;
} */
.home-banner-slider .swiper-slide .slide-content {
    width: 100%;
	background-image: linear-gradient(to top,#0d2f6a 0%,rgba(13,83,153,0) 100%);
    padding: 5em 0 3em;
    color: #FFF;
	text-align: left;
    position: relative;
    z-index: 1;
}
.home-banner-slider .swiper-slide  .slide-caption {
	font-size: 40px;
    line-height: 1.25;
    letter-spacing: -0.1rem;
	text-transform: uppercase;
	margin: 0;
    padding-left: 36px;
	position: relative;
}
.home-banner-slider .swiper-slide .slide-caption > i {
	position: absolute;
	left: 0;
	top: -12px;
    font-size: 32px;
    color: var(--brand-03);
}
.has-anim-bg-image {
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: 10% 5%;
    background-position: calc(max(0,(0.5 - var(--mouse-x))) * 100%) calc(max(0,(1 - var(--mouse-y))) * 100%);
}
.section.about {
	background-color: var(--brand-dark-blue);
}
.section.about .about-images .images-collage li {
    display: flex;
}
.section.about .about-images .images-collage li:first-child {
    align-items: start;
}
.section.about .about-images .images-collage li:last-child {
    align-items: end;
    margin-top: 100px;
}
.section.about .about-images .images-collage li:first-child .image{
    border-radius: 50px 0 0 0;
}
.section.about .about-images .images-collage li:last-child .image{
    border-radius: 0 0 50px 0;
    
}
.section.about .section-title{
    color: var(--brand-dark-blue);
}
.section.about .section-sub-title{
    color: var(--brand-dark-blue);
}

.about-content-boxes{}
.content-boxes-slider{
    position: relative;
    --swiper-navigation-size: 14px;
}
.content-boxes-slider .slider-container {
    overflow: hidden;   
}
.content-boxes-slider .item {
    position: relative;
}
.content-boxes-slider .slider_nav {
	position: absolute;
	z-index: 10;
	height: 36px;
	width: 36px;
	top: 36px;
	right: 0px;
	color: var(--white);
	background-color: var(--brand-yellow);
}
.content-boxes-slider .slider_nav:hover{
    color: #fff;
}

.content-boxes-slider::before {
	position: absolute;
	height: 1px;
	background-image: linear-gradient(to right,#cda234 0%,#e2c56d 100%);
	opacity: .6;
	content: "";
	right: 0;
	width: calc(calc(100vw - 1170px) / 2);
	top: 46px;
	transform: translateX(100%);
}
.content-boxes-slider .item::before {
	height: 1px;
	background-image: linear-gradient(to right,#cda234 0%,#e2c56d 100%);
	opacity: .6;
	content: "";
	position: absolute;
	left: 107px;
	z-index: 9;
	width: calc(100% - 125px);
	top: 46px;
}
.content-boxes-slider .item .icon {
	border-radius: 50%;
	position: relative;
	width: 88px;
	height: 88px;
	border: 2px solid #e4c160;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.content-boxes-slider .item .title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
	background-clip: text;
	-webkit-background-clip: text;
	color: var(--brand-yellow);
	/* background-image: linear-gradient(89deg,#ca9e2c 0%,#ca9e2d 1%,#e7ce7b 100%); */
}

.slider_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--brand-yellow);
	background-color: transparent;
	fill: var(--brand-yellow);
    color: var(--brand-yellow);
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 18px;
}
.sp-button-next,
.sp-button-prev {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}
.sp-button-prev {
    left: 0;
}
.sp-button-next {
    right: 0;
}
.slider_nav:hover {
	background: var(--brand-yellow);
	border-color: var(--brand-yellow);
    color: #fff;
	fill: #fff;
}
.section.about .core-values {
	/* margin-bottom: -50px;
	transform: translateY(50%);
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    position: relative;
    z-index: 1; */
    color: var(--brand-yellow);
    align-items: center;
}
.core-values .icon i{
    font-size: 3rem;
    color: var(--brand-yellow);
}
.section.featured-projects {
    /* padding-top: 10rem; */
}
.section.featured-projects .featured_projects{
    margin-bottom: 6rem;
}
.projects.carousel .product-item {
    transition: 0.5s all;
    overflow: hidden;
}

.projects.carousel.center-big .product-item {
    height: 100%;
    padding: 0;
    border-radius: 20px;
}
.projects.carousel.center-big .owl-item {
    opacity: .15;
    transition: all 0.5s ease;
}
.projects.carousel.center-big .owl-item.center.active {
    opacity: 1;
}
.projects.carousel.center-big .owl-nav .owl-next,
.projects.carousel.center-big .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
}
.projects.carousel.center-big .owl-nav .owl-prev {
    left: 50px;
}
.projects.carousel.center-big .owl-nav .owl-next {
    right: 50px;
}
.whyus-list-results {
	border-bottom: 6px solid #fcfbf6;
}
.whyus-list-results li{
    margin: 30px 0;
    position: relative;
}
/* .whyus-list-results li::after {
	width: 100px;
	height: 1px;
    display: inline-block;
	border-radius: 1px;
	background-color: var(--brand-yellow);
	content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
} */
.whyus-list-results .title{
    color: var(--brand-yellow) !important;
    line-height: 1;
}
.whyus-list-results .counter{
    font-size: 48px;
}
.whyus-list-results .title i{
    font-size: 25px;
    opacity: 0.5;
}

@media screen and (min-width:1200px) {
    .whyus .whyus-image {
        position: absolute;
        right: 0;
        text-align: right;
        padding: 0;
    }
}
.whyus .whyus-text {
    margin-bottom: 30px;
}
.whyus .whyus-list {
	overflow: hidden;
}
.whyus .whyus-list .icon i{
    font-size: 48px;
}
.whyus .whyus-list .title{
    /* text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer; 
    font-size: 15px;*/
    font-weight: 500;
}
.whyus .whyus-list .icon{
    margin-bottom: 15px;
}

.whyus .whyus-list li{
    margin: 0 0 30px 0;
	padding: 45px 30px 0;
    transition: all 0.5s linear;
    position: relative;
	text-align: center;
}


/* .whyus .whyus-list .text {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,1);
    padding: 1rem;
    color: var(--text) !important;
}
.whyus .whyus-list li:active .text,
.whyus .whyus-list li:hover .text {
    opacity: 1;
    z-index: 1;
} */
.whyus-list li::before {
	width: 100%;
	height: 2px;
	display: inline-block;
	background-color: var(--border);
	content: "";
	position: absolute;
	left: 15px;
	top: 8px;
}
.whyus-list li::after {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background-color: var(--brand-blue);
	content: "";
	position: absolute;
	left: 40%;
	top: 0px;
}
.whyus-list li:first-child::before {
	left: 70%;
}
.whyus-list li:first-child::after {
	left: 70%;
}
.whyus-list li:last-child::before {
	width: 20%;
}

.whyus-list li:last-child::after {
	left: 20%;
}

.whyus.has-bg-image.dark-bg::before {
	background-color: rgba(0,0,0,0.5);
}

@media screen and (min-width:1200px) {
    /* .section.whyus {
        padding-bottom: 430px;
    }
    .block-company-logos.layout-carousel {
        margin-top: -390px;
    } */
}
.block-services {}
.block-services .service-tabs{
	gap: 1rem;
}
.block-services .service-tabs .btn{
	border: 1px solid var(--text);
	color: var(--text);
	border-radius: 0.5rem
}
.mobile-s-header {
	margin: 0 -15px 10px;
}
.mobile-s-header,
.mobile-s-header:hover,
.block-services .service-tabs .btn.active{
	border: 0 none;
	background: var(--brand-dark-blue);
	background: linear-gradient(90deg,rgba(7, 127, 183, 1) 0%, rgba(37, 197, 243, 1) 100%);
	color: var(--white);
	box-shadow: none;
}
.mobile-s-header i,
.block-services .service-tabs .btn.active i{
	color: var(--white);
}
.mobile-s-header svg,
.block-services .service-tabs .btn.active svg{
	fill: var(--white);
}
.mobile-s-header img,
.block-services .service-tabs .btn.active img{
	filter: brightness(0) invert(1);
}
.block-services .tab-content-wrapper{
	border: 1px solid var(--text);
	border-radius: 0.625rem;
	overflow: hidden;
}
.block-services .service-i-image{
	background-position: center;
	background-size: cover;
	min-height: 380px;
	max-height: 560px;
	
}
.block-services .service-i-text{
	overflow-y: auto;
}
.block-services .service-i-text h3{
	font-size: 20px;
}
.block-services .service-i-text ul {
	list-style: none;
	padding-left: 0;
}
.block-services .service-i-text ul li {
	padding-bottom: 0.5rem;
}
.block-services .service-i-text ul li::before {
	font-family: "Font Awesome 6 Pro";
	content: "\f058";
	margin-right: 5px;
}
.faqs {
	position: relative;
}

.faqs-image {
	
}
.faq-item:not(:last-child){
	border-bottom: 1px solid var(--brand-dark-blue);
}
.faq-item-heading .btn{
	color: var(--brand-dark-blue);
}
.faq-item-heading button:focus,
.faq-item-heading button:active,
.faq-item-heading button {
	outline: none;
	box-shadow: none;
}
.faq-item-heading button i {
	font-size: 12px;
}
.faq-item-heading button[aria-expanded="false"] i::before {
	content: "\2b";
}
.faq-item-heading button[aria-expanded="true"] i::before {
	content: "\f068";
}

@media screen and (min-width:992px) {
    .faqs-image-wrapper {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		top: 0;
	}
}
@media screen and (max-width:991px) {
	.faqs-image {
		max-height: 250px;
	}
}
.our-steps {}
.our-steps .item {
	border: 1px solid var(--grey-lighter);
	border-radius: 1rem;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	padding: 1rem; 
}
.our-steps .item .stt {
	font-size: 80px;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 0 #ddd, -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd;
}
.block-company-logos.layout-row .image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fff; */
}
.block-company-logos.layout-row img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.block-company-logos.layout-row img:hover {
    -webkit-filter: none;
    filter: none;
}
.logo-list-container {
    --swiper-navigation-size: 20px;
    --swiper-navigation-sides-offset: -20px;
    position: relative;
	padding: 10px 60px;
	/* box-shadow: 0 3px 70px rgba(0,0,0,.1);
	border-radius: 10px;
	background-color: #fff;
	padding: 40px 80px; */
	/* margin-bottom: -220px; */
    /* height: 440px; */
}
.logo-list.carousel-grid {
    background-color: var(--background);
}
.logo-list.carousel-grid .swiper-slide {
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
	
	/* height: calc((100% - 20px) / 2) !important; */
	
}
.logo-list.carousel-grid .swiper-slide .item-wrapper {
	padding: 10px;
}
.logo-list.carousel-grid .swiper-slide .item {
	text-align: center;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-height: 100%;
	padding: 10px;
	border-radius: 1rem;
	border: 2px solid var(--grey-lighter);
}
.logo-list.carousel-grid .swiper-slide .item-inner {
}
.logo-list.carousel-grid .swiper-slide .item img {
	max-height: 100%;
	width: auto !important;
	max-width: 100%;
	filter: grayscale();
}
.logo-list.carousel-grid .swiper-slide .item:hover img {
	filter: none;
}
.logo-list-container .slider_nav {
    /* width: 44px;
    height: 44px;
    background-color: var(--brand-yellow);
    color: #fff; */
	color: var(--text);
	background: transparent;
    border-color: transparent;
	position: absolute;
}
.logo-list-container .slider_nav.button-prev {
	top: 50px;
	left: 0px;
}
.logo-list-container .slider_nav.button-next {
	bottom: 50px;
	right: 0px;
}
.logo-list-container .slider_nav:hover {
    color: var(--brand-yellow);
	background: transparent;
	border-color: transparent;
}

.block-company-logos .logo-scroller .item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-company-logos .logo-scroller .item img {
	max-width: 100%;
	max-height: 100%;
}

.about-core-values .core-values .item{
    display: flex;
}
.about-core-values .core-values .item-body{
    padding-left: 1.5em;
}
.about-core-values .core-values .icon {
	width: 100px;
	padding: 4px;
	border: 1px solid var(--border);
	height: 100px;
	flex-shrink: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-core-values .core-values .icon i{
    font-size: 68px;
}
.about-timelines {
	background-color: var(--brand-dark-blue);
}
.about-timelines .timeline {
	/* max-width: 830px; */
	margin: auto;
    position: relative;
    padding: 0 50px;
}
.about-timelines .timeline-dates::before {
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	width: calc(100% - 67px);
	content: "";
	left: 50%;
	transform: translate(-50%,19px);
}
.about-timelines .timeline-dates .item {
	text-align: center;
	height: 140px;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
.about-timelines .timeline-dates .item .year{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.about-timelines .timeline-dates .item .icon{
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.about-timelines .timeline-dates .swiper-slide-active .item .icon{
    /* font-size: 48px; */
    color: var(--brand-yellow);
}
.about-timelines .timeline-dates .swiper-slide-active .item .year{
    /* font-size: 30px; */
    color: var(--brand-yellow);
}
.about-timelines .timeline-dates .item .dot {
	width: 7px;
	height: 7px;
	background-color: #f6fcff;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s all;
}
.about-timelines .timeline-dates .swiper-slide.swiper-slide-active .item .dot {
	width: 9px;
	height: 9px;
	background-image: linear-gradient(89deg,#ca9e2c 0%,#ca9e2d 1%,#e7ce7b 100%);
	z-index: 0;
}
.about-timelines .timeline-dates .dot::before {
	z-index: -1;
	width: 19px;
	height: 19px;
	background-image: linear-gradient(89deg,#ca9e2c 0%,#ca9e2d 1%,#e7ce7b 100%);
	opacity: 0;
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 50%;
}
.about-timelines .timeline-dates .swiper-slide.swiper-slide-active {
	transition: 1s all;
}
.about-timelines .timeline-dates .swiper-slide.swiper-slide-active .item .dot::before {
	opacity: 0.5;
}
.timeline-buttons-container {
	position: absolute;
	top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	left: 0;
	right: 0;
	z-index: 2;
}
.csns-items-carousel-wrapper .slider_nav,
.about-timelines .slider_nav {
    background-color: var(--brand-yellow);
    background: linear-gradient(89deg,#ca9e2c 0%,#ca9e2d 1%,#e7ce7b 100%);
    color: #fff;
    fill: #fff;
}
.csns-items-carousel-wrapper .slider_nav:hover,
.about-timelines .slider_nav:hover {
    background: var(--brand-01);
}
.about-timelines .timeline-contents .swiper-slide {
	/* opacity: 0; */
    overflow: hidden;
    border-radius: 15px;
    transition: 1s all;
}
.about-timelines .timeline-contents .swiper-slide.swiper-slide-active {
	/* opacity: 1; */
}

.about-timelines .timeline-contents .item{
	min-height: 360px;
	display: -ms-flexbox !important;
	display: flex !important;
}

.about-timelines .timeline-contents .item .item-body{
    box-sizing: border-box;
}
.about-timelines .timeline-contents .item .item-image,
.about-timelines .timeline-contents .item .item-body{
    width: 50%;
}
@media screen and (max-width:575px) {
    .about-timelines .timeline {
        padding: 0;
    }
    .about-timelines .timeline-contents .item{
        flex-direction: column;
    }
    .about-timelines .timeline-contents .item .item-image,
    .about-timelines .timeline-contents .item .item-body{
        width: 100%;
    } 
}
.awards-carousel {
}
.awards-carousel .swiper-wrapper{
    padding: 30px 0;
}
.awards-carousel .swiper-slide{
}
.awards-carousel .swiper-slide .item-body {
	opacity: 0;
	transition: 0.5s all;
	background: rgba(255,255,255,.85);
	padding: 10px;
	margin-top: 20px;
	border-radius: 10px;
	background: linear-gradient(180deg, #fff, rgba(255,255,255,.5));
}
.awards-carousel .swiper-slide.swiper-slide-active .item-body{
    opacity: 1;
}
.page-template-page-contact {}
.contact-box {
	overflow: hidden;
	background: #fff;
    box-shadow: 0 18px 73px rgba(17,64,149,.15);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.contact-info i {
    margin-right: 8px;
}
.contact-info i,
.contact-info a {
    color: #fff;
}
.contact-info a:hover {
    
}
.page-template-page-contact .text ul {
	list-style: none;
	padding-left: 0;
    margin: 0;
}
.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info ul li:last-child{
    border-bottom: 0 none;
}

@media screen and (min-width:1200px) {
    .contact-maps {
        margin-top: -150px;
    }
}
.page-template-page-tuyendung {
    
}
.clns-items-carousel {
    max-width: max(320px, min(1100px, calc(100% - 400px)));
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.clns-items-carousel .swiper-slide .item{
	box-shadow: 0 2px 45px rgba(0,0,0,.08);
	border-radius: 10px;
	overflow: hidden;
    background: #fff;
}
.clns-items-carousel .swiper-slide .item-image{
    height: 550px;
}
.clns-items-carousel .swiper-slide .item .title {
    position: relative;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}
.clns-items-carousel .swiper-slide .item .title::before {
	width: 142px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--brand-yellow);
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
@media screen and (min-width:992px) {
    .clns-items-carousel .swiper-slide .item{
        display: flex;
        align-items: center;
    }
    .clns-items-carousel .swiper-slide .item-image{
        flex: 0 0 auto;
        width: 40%;
    }
}
@media screen and (max-width:991px) {
    .clns-items-carousel {
        max-width: calc(100% - 120px);
    }
    .clns-items-carousel .swiper-slide .item-image{
        height: 360px;
    }
}
@media screen and (min-width:576px) {
    .clns-items-carousel .sp-button-prev{
        left: -50px;
    }
    .clns-items-carousel .sp-button-next{
        right: -50px;
    }
}
@media screen and (max-width:575px) {
    
    .clns-items-carousel {
        max-width: calc(100% - 30px);
    }
    .clns-items-carousel .swiper-slide .item-image{
        height: 260px;
    }
}
.csns-items-carousel-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 16px;
}
@media screen and (min-width:1200px) {
    .section.tuyen-dung-csns {
        padding-top: 200px;
    }
}
@media screen and (min-width:992px) {
    .section.tuyen-dung-csns {
        padding-top: 150px;
    }
    .csns-items-carousel-wrapper {
        bottom: -240px;
    }
    .section.tuyen-dung-tttd {
        padding-top: 300px;
    }
}
.csns-items-carousel{
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.csns-items-carousel .sp-button-prev{
    left: -15px;
}
.csns-items-carousel .sp-button-next{
    right: -15px;
}
.csns-items-carousel .swiper-slide .group {
    display: flex;
}
.csns-items-carousel .swiper-slide .item {
	height: 450px;
    /* width: calc( 100% / 3); */
	position: relative;
	cursor: pointer;
	background: #000;
	transition: 1s all;
    
	display: flex;
	align-items: flex-end;
	
	box-sizing: border-box;
}
.csns-items-carousel .swiper-slide .item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
	transition: 0.5s all;
    opacity: 0.75;
}
.csns-items-carousel .swiper-slide .item-body {
    position: relative;
    z-index: 2;
    padding: 30px 30px 10px;
}
.csns-items-carousel .swiper-slide .item .title {
    transition: 0.5s all;
    color: #fff;
}

.csns-items-carousel .swiper-slide .item .text {
    max-height: 0;
    overflow: hidden;
}
.csns-items-carousel .swiper-slide.:hover {
	width: calc(33.3333% + 100px) !important;
}
.csns-items-carousel .swiper-slide.swiper-slide-prev:hover {
	width: calc(33.3333% + 100px) !important;
}
.csns-items-carousel .swiper-slide.swiper-slide-active:hover {
	width: calc(33.3333% + 100px) !important;
	margin-left: -50px;
}
.csns-items-carousel .swiper-slide.swiper-slide-next:hover {
	width: calc(33.3333% + 100px) !important;
	margin-left: -100px;
}
.csns-items-carousel .swiper-slide:hover .item,
.csns-items-carousel .swiper-slide .item:hover {
	background: #fff;
	/* flex: 0 0 auto;
    width: 50%; */
}
.csns-items-carousel .swiper-slide:hover .item .item-body,
.csns-items-carousel .swiper-slide .item:hover .item-body {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    
}
.csns-items-carousel .swiper-slide:hover .item .title,
.csns-items-carousel .swiper-slide .item:hover .title {
    color: var(--brand-yellow);
}
.csns-items-carousel .swiper-slide:hover .item .text,
.csns-items-carousel .swiper-slide .item:hover .text {
    max-height: none;
    /* transition: 0.3s;
    transition-delay: 1s; */
    /*overflow-y: auto; */
}
.box-white-rounded {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.tuyen-dung-tttd .item.box-white-rounded .item-body,
.tuyen-dung-tthd .item.box-white-rounded .item-body{
    text-align: center;
}
.item.box-white-rounded .item-body{
    padding: 15px;
}
.item.box-white-rounded .item-body .title{
    color: var(--brand-yellow);
}
.bang-tuyen-dung {}
.bang-tuyen-dung thead{
    background-color: var(--brand-01);
    color: #fff;
}
.recruit_form_box {
	box-shadow: 3px 3px 45px 6px rgba(38,81,158,.1);
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	padding: 55px 20px 30px;
}
.recruit_form_box .btn,
.recruit_form_box select,
.recruit_form_box input:not([type="file"]),
.recruit_form_box textarea {
	border-radius: 20px;
}

/* page dich vu */
.service-list {}
.service-list .col.item {
	padding-bottom: 30px;
}
.service-list .col.item .service {
	/* border: 1px solid var(--grey-lightest); */
	border-radius: 0.5rem;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 2px 4px -4px rgb(0 0 0 / .16),0 2px 4px rgb(0 0 0 / .23);
}

.service-list .service .entry-body{
	padding: 10px;
}
.service-list .col.item .service:hover {
	box-shadow: 0 5px 10px -4px rgb(0 0 0 / .16),0 5px 10px rgb(0 0 0 / .23);
}

.onepage_sections {}
.onepage_sections .block{}
.onepage_sections .block .block-title {
	text-align: center;
	text-transform: uppercase;
	color: var(--brand-03);
    position: relative;
    margin-bottom: 40px;
    display: block;
}
.onepage_sections .block .block-title::after {
	content: "";
	display: block;
	height: 0;
	width: 60px;
	border-bottom: 3px solid var(--brand-03);
	margin: 10px auto 24px;
	position: static;
}
.onepage_sections .block .content-cols{
    padding-left: 15px;
    padding-right: 15px;
}
.onepage_sections .block .content-cols .image{
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    
}
.onepage_sections .block .content-cols .image img{
    width: 100%;
    object-fit: cover;
}

body.page article.page .entry-header{
    text-align: center;
    padding: 2em 0;
}
body.page  article.page h1.page-title{
    color: var(--brand-03);
    display: inline-block;
    margin-bottom: 0;
}
body.page  article.page h1.page-title::after {
	content: "";
	display: block;
	height: 0;
	width: 60px;
	border-bottom: 3px solid var(--brand-03);
	margin: 10px auto 0;
	position: static;
}

/* page gioi thieu */
.page .scrollSpy .nav-item a.nav-link {
	text-transform: uppercase;
}
#gioi-thieu .blockquote {
    font-size: 2em;
    color: var(--brand-03);
    padding-left: 50px;
    line-height: 1.35;
    margin-left: 0;
    margin-right: 0;
    quotes: '\201c' '\201d';
    display: flex;
}
@media screen and (min-width:1200px) {
    #gioi-thieu .blockquote {
        float: left;
        width: 45%;
        display: flex;
        margin-right: 1.5em;
    }
}
#gioi-thieu .blockquote::before {
	content: open-quote;
	font-size: 2em;
	margin-left: -50px;
    margin-top: -30px;
}
#gioi-thieu .blockquote::after {
  content: close-quote;
  font-size: 2em;
  display: none;
}
.card-overlay {
    position: relative;
}
.card-overlay.has-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.card-overlay .inner {
	background-color: rgba(0,0,0,.35);
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
	padding: 3em 15px 15px;
	color: #fff;
	height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex;
	align-items: end;
}
.card-overlay .inner .title {
    border-left: 3px solid var(--brand-yellow);
    padding-left: 10px;
}
.card-overlay:hover .inner{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.image.full {
    overflow: hidden;
}
.image.full img {
    width: 100%;
    object-fit: cover;
}
.block-doi-tac {}
.block .block-doi-tac .block-title{
    color: var(--brand-yellow);
}
.block .block-doi-tac .block-title::after{
    border-color: var(--brand-yellow);
}
.block-doi-tac .logo-list.carousel{}
.block-doi-tac .logo-list.carousel img {
	height: 100px;
	width: auto;
	border: 1px solid var(--border);
	padding: 5px;
    margin: 0 auto;
	border-radius: 6px;
}
.block-doi-tac .logo-list.row .col {
    text-align: center;
    height: 100px;
    padding: 10px;
} 
.block-doi-tac .logo-list.row .col .inner {
    border: 1px solid var(--border);
    padding: 5px;
    height: 100%;
    width: 100%;
}
.block-doi-tac .logo-list.row .col img {
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

.animated-typed-js-shortcode {
	color: var(--brand-03);
}


/*------ Widget */
.sidebar-bottom {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color: var(--brand-01);
}
.widget.contact-info {
    line-height: 1.2;
    margin-bottom: 0;
}
.widget.contact-info ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.widget.contact-info ul li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    min-width: 200px;
}
.widget.contact-info p{
    margin-bottom: 0;
    font-size: 14px;
}
.widget.contact-info a{
    color: var(--brand-yellow);
    font-size: 16px;
    font-weight: 600;
}
.widget.contact-info i{
    float: left;
    font-size: 24px;
    margin-right: 10px;
}
ul.product-areas {
	list-style: none;
	font-size: 14px;
}
ul.product-areas li {
	padding: 5px 15px;
}
.sidebar .widget {
	border: 1px solid var(--border);
	padding: 1.5rem;
}
.sidebar .widget .widget-title {
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
.sidebar .widget .widget-title::before, 
.sidebar .widget .widget-title::after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 3px;
	background: var(--brand-blue);
}
.sidebar .widget .widget-title::after {
  inset-inline-start: 45px;
  width: 10px;
}
.sidebar .widget .widget-title::before {
	inset-inline-start: 0;
	width: 40px;
}
.related-service.widget .nav-tabs {
	border-bottom: 0 none;
}
.related-service.widget .nav-tabs li {
	margin-bottom: 0.5rem;
	background-color: var(--grey-lightest);
}
.related-service.widget .nav-tabs li:hover {
	background-color: var(--brand-d-blue);
	color: #fff;
}
.sidebar-blogtop {
}
.sidebar-blogtop .widget{
    margin-bottom: 0;
}
.sidebar-blogtop .sidebar-inner{
    border-bottom: 1px solid var(--border);
}
.menu-blog-menu-container {
	overflow-y: hidden;
	overflow-x: auto;
    scrollbar-color: #f8f8f8 #fefefe;
}
.sidebar-blogtop ul.menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.sidebar-blogtop ul.menu li{
    margin-right: 1em;

}
.sidebar-blogtop ul.menu li:first-child {
    padding-right: 1em;
    margin-right: 0;
	position: relative;
	position: sticky;
	left: 0;
	z-index: 1;
	background: #fff;
}
.sidebar-blogtop ul.menu li:first-child a {
    padding-right: 1em;
    position: relative;
}
.sidebar-blogtop ul.menu li:first-child a::before {
	content: "";
	position: absolute;
	top: 50%;
    right: 0;
    left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e6e8ea;
}
.sidebar-blogtop ul.menu li a{
    font-weight: 600;
    position: relative;
    display: block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
}
.sidebar-blogtop ul.menu li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: transparent;
	border-radius: 9999px;
}
.sidebar-blogtop ul.menu li.current-menu-item a{
    color: var(--brand-yellow);
}
.sidebar-blogtop ul.menu li.current-menu-item a::after {
	background: var(--brand-yellow);
}
.wpcf7-spinner {
    margin-right: 0;
}
.wpcf7 p {
    margin-bottom: 0;
}
div.wpcf7-mail-sent-ok {
    border: 0 none !important;
    text-align: center !important;
}

#ftwp-contents {
	border-style: dashed !important;
}

/*============================ MEDIA QUERY */

@media screen and (min-width:1400px) {
    .scrollSpy .nav-item + .nav-item{
        margin-left: 15px;
    }
}
@media screen and (max-width:1399px) {
    .scrollSpy .nav-item + .nav-item{
        margin-left: 10px;
    }
    .scrollSpy .nav-item .nav-link {
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width:1280px) {
    .scrollSpy .nav-item + .nav-item{
        margin-left: 8px;
    }
    .scrollSpy .nav-item .nav-link {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width:1200px) {
    body:not(.blog):not(.archive) .has-header-image {
        min-height: 550px;
        
    }
    .featured_project_carousel.owl-carousel .owl-controls .owl-dots {
        text-align: center;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    .featured_project_carousel.owl-carousel .owl-controls .owl-dot {
        background: #fff;
        margin: 5px;
    }
    .featured_project_carousel.owl-carousel .owl-controls .owl-dot.active {
        background: var(--brand-yellow);
    }
    .content-boxes-slider .item {
        padding-right: 90px;
    }
}
@media screen and (max-width:1199px) {
    .page-header-banner {
        min-height: 350px;
    }
    .main-navigation .container {
        width: 100%;
    }
    .main-navigation .navbar-nav > li {
        margin-right: 16px;
    }
    .content-boxes-slider .item {
        padding-right: 50px;
    }
}
@media screen and (min-width:992px) {
    .left-w-sidebar {
        border-right: 1px solid var(--border);
    }
	.project-investers .invester .card-image{
	}
    .content.text .alignleft,
    .content.text .alignright {
        max-width: 50%;
    }
    .header-spacer {
        height: 82px;
    }
    
	.project-utils-list {
		columns: 3;
	}
    .on_banner_carousel_wrapper {
        position: absolute;
        right: -15px;
        left: auto;
    }
    
    .product-category-page .section.products-grid,
    .product-archive .section.products-grid {
        margin-top: -100px;
    }
}
@media screen and (max-width:991px) {
    .brand.logo {
        max-width: 185px;
        padding-left: 15px;
    }
    .header-spacer {
        height: 55px;
    }
    .page-header-banner {
        min-height: 300px;
    }
    .header-contact-info .contact-item {
        text-align: center;
    }
    .header-contact {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-contact-info .contact-item {
        padding: 5px;
    }
    .info-boxes .info-box {
        flex: none;
        width: 50%;
    }
    .content.text .alignleft,
    .content.text .alignright {
        float: none;
    }
    .has-anim-bg-image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 10%;
        background-attachment: fixed;
    }
    .on_banner_carousel_wrapper .owl-stage-outer {
        margin-right: -15px;
    }
    .home-banner-slider .swiper-slide .slide-caption {
        font-size: 24px;
    }
	.block-services .tab-content-wrapper {
		border: 0 none;
	}
	#service_pills_tabContent .tab-pane.fade,
	#service_pills_tabContent .tab-pane{
		display: block !important;
		opacity: 1 !important;
	}
	.csns-items-carousel .swiper-slide .item-body {
		background-color: rgba(0,0,0,.35);
	}
	.csns-items-carousel .swiper-slide .item .text {
		max-height: none;
		color: #fff;
	}
}
@media screen and (max-width:768px) {
    .content-boxes-slider .swiper-button-next {
        display: flex !important;
    }
    .swiper-button-next, .swiper-button-prev {
        display: flex !important;
    }
}
@media screen and (max-width:782px) {
    header#masthead.is-overlay.fixed-top,
    header#masthead.fixed-top {
        top: 0;
    }
}
@media screen and (max-width:767px) {
    h1,.h1 {
        font-size: 30px;
    }

    h2,.h2 {
        font-size: 24px;
    }

    h3,.h3 {
        font-size: 20px;
    }

    h4,.h4 {
        font-size: 18px;
    }
    h5,.h5 {
        font-size: 16px;
    }

    .navbar-header {
        width: 100%;
    }
    header#masthead.fixed-top {
        top: 0;
    }
    .brand.logo {float: left;}
    .brand-slogan {float: right; clear: right; line-height: 1.25;}
    .has-header-image {
        min-height: 360px;
    }
    .sub-footer .subfooter_menu,
    .sub-footer .site-info {
        text-align: center;
    }
    
    .page-header-banner {
        min-height: 200px;
    }
    .carousel-boxes .carousel-box .carousel-box-text-hover {
        display: block;
    }
    .block-carousel-testimonials .carousel-testimonials blockquote p {
        width: 100%;
    }
    .header-right {
        text-align: center;
    }
    .header-contact-info .contact-item {
        text-align: center;
    }
    .metaslider .flexslider .slides img {
        height: auto;
        -moz-user-select: none;
        min-height: 320px;
        width: auto !important;
        max-width: none;
    }
    .widget ul.product-areas li {
        width: 33%;
    }
    .latest_news .posts .post-title,
    .latest_news .posts .entry-title {
        /* text-align: justify; */
    }
    .projects-list .filter-nav {
        width: 150%;
    }
    .posts .post-item.is-list-item-sm {
        /* margin-bottom: 15px; */
    }
    .posts .post-item.is-list-item-sm .post {
        margin-bottom: 0;
        display: flex;
    }
    .posts .post-item.is-list-item-sm .post .entry-thumbnail {
        display: block;
        width: 90px;
        height: 56px;
        margin: 0;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden;
        /* float: left; */
        /* margin-right: 15px; */
    }
    .posts .post-item.is-list-item-sm .post .entry-thumbnail + .entry-body {
        padding-left: 15px;
    }
    .posts .post-item.is-list-item-sm .post .entry-body {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .logo-list-container {
        padding: 15px 20px;
        margin: 0 8px !important;
    }
    .projects.carousel.center-big {
        padding: 0 15px;
    }
    .projects.carousel.center-big .owl-nav .owl-prev{
        left: 5px;
    }
    .projects.carousel.center-big .owl-nav .owl-next{
        right: 5px;
    }
    .projects.carousel.center-big .product-item {
        border-radius: 8px;
    }
	.home-about-text {
		background: rgba(255,255,255,.7);
		padding: 15px ;
	}
	.whyus-list-results .counter {
		font-size: 40px;
	}
	.header-right.on-mobile-menu .btn.btn-primary {
		display: block;
	}

}
@media screen and (max-width: 600px) {

}
@media screen and (min-width:576px) {

}
@media screen and (max-width:575px) {
    #scrollUp {
        bottom: 24px;
    }
    .banner-text p {
        margin-bottom: 1em;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .page .scrollSpy .nav-item {
        margin-left: 0;
    }
    .page .scrollSpy .nav-item + .nav-item{
        border-top: 1px solid var(--border);
    }
    .page .scrollSpy .nav-item a.nav-link {
        padding: 10px 15px;
    }
    .scrollSpy .navbar-nav a.active::after{
        /* display: none; */
    }
    .section.about .section-title {
        font-size: 28px;
    }
    .section.about .section-sub-title {
        font-size: 16px;
    }
    .dp-slider .dp_item {
        width: 300px;
    }
    .dp-slider .owl-item.active + .owl-item {
        transform: scale(0.8) translateX(-95%);
    }
    .dp-slider .owl-item.active + .owl-item.active + .owl-item {
        transform: scale(0.6) translateX(-200%);
    }
    .mobile-pro-filters{
        flex-wrap: wrap;
        border-top: 0 none;
    }
    .mobile-pro-filters .mod-product-search {
        width: 100%;
    }
    .projects-list .filter-nav .nav-item + .nav-item {
        margin-left: 10px;
    }
    .project-investers .media.invester {
    }
    .project-investers .media-body {
        
    }
    .project-investers .invester .card-image {
        width: 102px;
        height: 102px;
    }
    .project-why-list li {
        display: flex;
    }
    .project-why-list li .index-num{
        margin-right: 0.5em;
    }
    .widget ul.product-areas li {
        width: 50%;
    }
    .project-gallery .project-short-metas li i{
        font-size: 2rem;
    }
    .project-floor-plan .side-left-width,
    .project-floor-plan .side-left-width-o {
        width: 100%;
        position: static;
        padding-top: 0;
    }
    /* .sidebar-footer .wf1{
    }
    .sidebar-footer .mobile-collapse .widget-title{
        border-top: 1px solid rgba(255,255,255,.25);
        padding-top: 1.5em;
        margin-bottom: 0;
        cursor: pointer;
    }
    .sidebar-footer .mobile-collapse .widget-title i{
        float: right;
    }
    .sidebar-footer .mobile-collapse .widget-title i::after {
        content: '\f078';
        font-family: "Font Awesome 6 Pro", "Font Awesome 6", "FontAwesome";
        font-size: 10px;
    }
    .sidebar-footer .mobile-collapse .widget-title.open i::after {
        content: '\f077';
    }
    .sidebar-footer .mobile-collapse .widget-title + div {
        display: none;
        padding-top: 1em;
    }
    .sidebar-footer .mobile-collapse .widget-title.open + div {
        display: block;
    } */
    .on_banner_carousel .i-item {
        height: 320px;
    }
    .latest_news .post-item.is-list-item .posted-on {
        display: none;
    }
    .posts .post-item .post.list-item .entry-thumbnail,
    .posts .post.list-item .entry-thumbnail {
        width: 140px;
        height: 94px;
    }
    .section.about .about-images .images-collage {
        background-size: 150px;
    }
    .home-banner-slider .swiper-slide .slide-content {
        padding: 4em 0;
    }
    .home-banner-slider .swiper-slide .slide-caption {
        font-size: 16px;
    }
	
	.wm-title {
		font-size: 60px;
	}
	
}
@media screen and (max-width:390px) {
    
    .section.about .section-sub-title {
        font-weight: 600;
        font-size: 15px;
    }
    .dp-slider .dp_item {
        width: 280px;
    }
    .dp-slider .owl-item.active + .owl-item {
        transform: scale(0.8) translateX(-95%);
    }
    .dp-slider .owl-item.active + .owl-item.active + .owl-item {
        transform: scale(0.6) translateX(-200%);
    }

}
@media screen and (max-width:360px) {
    .banner-text p {
        margin-bottom: 1em;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .section.about .section-sub-title {
        font-weight: 600;
        font-size: 14px;
    }

}