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

...and now go out and play!
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face{font-family:"Gilroy";font-weight:400;src:url(fonts/SVN-Gilroy-Regular.otf) format("opentype")}
@font-face{font-family:"Gilroy";font-weight:500;src:url(fonts/SVN-Gilroy-Medium.otf) format("opentype")}
@font-face{font-family:"Gilroy";font-weight:700;src:url(fonts/SVN-Gilroy-SemiBold.otf) format("opentype")}
:root{
	--primary-color: #ed3237;
	--linear: linear-gradient(90deg, #50b948 0%, #3bbded 50%, #3bbded 100%);
	--second-color: #7e7e7e;
	--font-title: "Montserrat", serif;
}
body{
	margin:0;
	font-family: "Montserrat", serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff}
	.text-primary,.text-primary a{color:var(--primary-color)!important}
	.btn-primary{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}
	.btn-primary:hover{color:#fff;background-color:#1460ae;border-color:#1460ae}
	.bg-primary{background-color:var(--primary-color)!important}.bg-second{background-color:var(--second-color)!important}
.text-barlow,.title {
	font-family: var(--font-title);
}
a {
    color: var(--primary-color);
}
@media (max-width: 575.98px) {
   }
@media (max-width: 767.98px) {

  }
@media (max-width: 991.98px) {
	body .navigation .nav-menu >div {
    padding: 0 40px;
}
	body .navigation .nav-menu {
    width: 100%;
    top: 100px;
    text-align: right;
}
	body nav.navigation .logo {
    width: 160px;
    height: auto;
    left: 15px;
}
	body section#timeline {
		flex-wrap: wrap;
	}
	body .tl-item{
		width: 50% !important;
	}
	body .tl-item:hover {
		width: 50% !important;
	}
	body .tl-item:last-child{
		width: 100% !important;
	}
	img.logo-white {
    display: none;
}
    i.fa.submenu-opened:before {
    content: "\f068";
}
.middle-header {
    padding: 5px 0;
    box-shadow: 0 0 15px #00000036;
}
	.middle-header ul.sub-menu {
    list-style: none;
    padding-left: 0;
    background-color: #f9f9f9;
}
ul#main-menu li a {
    color: #000;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding: 10px 12px;
}
.header .primery-menu {
    position: fixed;
    width: 250px;
    left: -250px;
    background-color: #ffffff;
    height: 100%;
    z-index: 999;
    top: 0;
    overflow: auto;
}
.header .primery-menu.display {
    left: 0;
}
.panel-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    display: none;
}
.panel-overlay.display {
    display: block;
}
    ul.sub-menu {
    display: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
   }
@media (max-width: 1199.98px) {
}
@media (min-width: 576px) {
     }
  @media (min-width: 768px) {
	.default-service-column.listing  figure.image-box {
		  -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	  }
	  .default-service-column.listing .inner-most {
    display: flex;
    align-items: center;
}
	  .default-service-column.listing .content {
    text-align: left;
}
     }
@media (min-width: 992px) {
	    .style-col-2 ul.list-check {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
	.primery-menu li.menu-item-has-children i {
    display: none;
}
    header.header.fixed .middle-header {
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: 0 0 8px rgb(0 0 0 / 18%);
    }
	.top-header {
    background: rgb(24 54 80 / 27%);
    padding: 8px 0;
}
	header.header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.top-header i {
    color: var(--primary-color);
}
.top-header * {
    color: #dfdfdf;
}
	.top-left {
    font-size: 14px;
}
		.owl-controls .owl-nav .owl-next {
    right: -15px;
}
	.owl-controls .owl-nav .owl-prev {
    left: -15px;
}
    ul#main-menu ul.sub-menu ul.sub-menu {
    right: -236px;
    margin-top: -3px;
    top:0;
}
   .primery-menu ul.menu li.menu-item ul.sub-menu li a {
        padding: 10px 10px;
        text-align: left;
        font-size: 13px;
        color: #222;
        text-transform: capitalize;
    }
    ul#main-menu li ul.sub-menu li a:hover {
        background-color: #6d6d6d;
        color: #fff;
    }
ul.sub-menu {
    padding-left: 25px;
}

    .primery-menu ul.menu .menu-item-has-children:before {
        content: "\f0dd";
        font-family: Fontawesome;
        top: 50%;
        position: absolute;
        right: -6px;
        margin-top: -10px;
        color: #2e2e2e;
        font-size: 10px;
    }
.primery-menu ul.menu  ul.sub-menu .menu-item-has-children:before {
   content:"\f0da";
}
.primery-menu ul.menu li.menu-item a{
        padding: 5px 5px;
        color: #2f2f2f;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
    }
	.primery-menu ul.menu > li.menu-item:after {
	content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transform: scale3d(0, 1, 1);        transition: all .5s ease-in-out;
	}
	   .primery-menu ul.menu > li.menu-item:hover:after{
        transform: scale3d(1, 1, 1);
    }
  .primery-menu ul.menu > li.menu-item {
    display: inline-block;
	position: relative;
	margin: 0 12px;
}
ul#main-menu ul.sub-menu {
    font-weight: 500;
    position: absolute;
    z-index: 3;
    top: 100%;
    visibility: hidden;
    width: 235px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: transparent;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    overflow: visible;
     }
ul#main-menu ul.sub-menu > li.menu-item {
    display: block;
    background-color: #183650;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
	   background-color: rgba(255, 255, 255, 1);
      margin: 0;
        border-bottom: 1px solid #557591;
        border-left: 5px solid var(--primary-color);
}

ul#main-menu li.menu-item-has-children:hover > .sub-menu > li {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(2) {
    transition-delay: 50ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(3) {
    transition-delay: 100ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(4) {
    transition-delay: 150ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(5) {
    transition-delay: 200ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(6) {
    transition-delay: 250ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(7) {
    transition-delay: 300ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(8) {
    transition-delay: 350ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(9) {
    transition-delay: 400ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(10) {
    transition-delay: 450ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    max-height: 2000px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
}
  .primery-menu ul.menu > li.current-menu-item > a, 
.primery-menu ul.menu > li.menu-item:hover > a, 
.primery-menu ul.menu > li.menu-item:hover:before, 
.primery-menu ul.menu > li.current-menu-item:before {
        color: var(--primary-color);
    }
 @media (min-width: 1200px) {
     .container {
    max-width: 1200px;
}
    }
@media (min-width: 1600px) {
.container-fluid {
    padding-right: 3vw;
    padding-left: 3vw;
}
}
* {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a:hover {
    color: #4e228f;
    text-decoration: none;
}
ul#main-menu li.menu-item-has-children {
    position: relative;
}
.social-icon a {
    display: inline-block;
    text-align: center;
    color: #fafafa;
    font-size: 18px;
    margin-right: 15px;
}

/*-------------------------------------------- Hotline -----------------------------------------*/
.widget--action--fixed {
    position: fixed;
    bottom: 25px;
    left: 5px;
    width: 50px;
    z-index: 1;
}
.widget--action--fixed>a.widget--action--item {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-bottom: 10px;
}
.widget--action--fixed>a.widget--action--item:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
a.widget--action--item.click--hotline {
    background-image: url(img/widget_icon_click_to_call.svg);
    background-color: #509600;
}
a.widget--action--item.click--zalo {
    background-image: url(img/widget_icon_zalo.svg);
    background-color: #0068ff;
}
a.widget--action--item.click--messenger {
    background-image: url(img/widget_icon_messenger.svg);
    background-color: #0084ff;
}
a.widget--action--item.click--whatsapp {
    background-image: url(img/WhatsApp_On.svg);
    background-color: #0084ff;
}
/*------------------------------------------------ End Hotline-------------------------------*/
a.gotop {
    position: fixed;
    right: -55px;
    bottom: 45px;
    height: 42px;
    width: 42px;
    z-index: 9;
    background-color: var(--second-color);
    color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid transparent;
}
a.gotop:hover {
    border-color: var(--primary-color);
}
.wt-separator-outer {
    overflow: hidden;
}
.wt-separator.style-square {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background-image: url(/wp-content/uploads/2025/02/morris-favicon.png);
    background-size: 100%;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 2px;
}
.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}
.wt-separator .separator-left {
    left: -80px;
}
.wt-separator .separator-right {
    right: -80px;
}
.border-img.wpb_single_image  img {
    border: 8px solid #003882;
    height: 420px;
}
.news-grid .news-thumb img {
    height: 235px;
}
.news-item .news-thumb {
    position: relative;
}

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

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

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

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

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

.primery-menu::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.footer-widget a, .footer-widget p,.footer-widget {
    color: #f5f5f5;
}
.footer-widget .widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--font-title);
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
}

.footer-widget .widget-title:before {
    content: "";
    border-bottom: 2px solid var(--primary-color);
    position: absolute;
    display: block;
    width: 70px;
    bottom: 0;
}
.footer-widget {
    margin-bottom: 35px;
}
.footer-widget .wt-separator-outer {
    margin-bottom: 10px;
}
.post-list .item img {
    width: 75px;
    margin-right: 10px;
}
aside.widget .widget-title {
    color: #183650;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 26px;
    font-family: var(--font-title);
    position: relative;
    font-weight: 600;
}
aside.widget h3.widget-title:before {
    content: '';
    bottom: 0;
    border-bottom: 3px solid var(--primary-color);
    width: 50px;
    display: block;
    margin-bottom: 26px;
    border-radius: 2px;
}
.post-list .item {
    border-bottom: 1px solid #e3e3e3;
}
aside.widget {
    margin-bottom:35px;
}
aside.widget .textwidget {
    padding: 10px;
    background-color: white;
}
.contact-info .vc_column-inner > .wpb_wrapper {
    padding: 30px 15px;
    border: 1px solid #eaeaea;
}

#wrap {
    padding: 25px;
    border: 1px solid #ebebeb;
    background: #fff;
}
#wrap #top {
    margin: 0 -25px;
    position: relative;
}
#wrap #top:before {
    content: "";
    border-left: 2px solid #faac1c;
    margin-left: -1px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
 #wrap:hover h5 a, #wrap:hover {
    color: #fff;
}

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

.animate_line:before {
    right: -5px;
    top: -5px;
}
.tg-service .tg-border-topleft {
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 242px;
    background: #fff;
}
.tg-displaytable {
    width: 100%;
    height: 100%;
    display: table;
}
.tg-displaytablecell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.tg-service i {
    display: block;
    padding: 0 0 15px;
}
.tg-service h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #ffbc13;
}
.animate_line:after {
    left: -5px;
    bottom: -5px;
}
.strong {
	font-weight:bold;
}
.post-list .item img {
    width: 75px;
    margin-right: 6px;
}
.icon-title-2 i.fa {
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: white;
    margin-right: 15px;
    font-size: 22px;
    border-radius: 6px;
}
.text-strock-white {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-strock-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.aligncenter {
	display:block;
}
.bg-overlay:before {
    content: '';
        position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    display: block !important;
    left: 0;
    z-index: 0;
    top: 0;
}
div.block-connectus p[class*="lnr-"] {
    padding-left: 60px;
    position: relative;margin-bottom: 35px;
}
div.block-connectus p:first-child {
    margin-bottom: 22px;
}
div.block-connectus p[class*="lnr-"]:before {
    font-family: 'Linearicons-Free';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 0;
    color: #fff;
  font-size: 20px;
    background: rgb(255 255 255 / 15%);
    width: 46px;
    height: 46px;
}
.footer-widget ul.menu {
    padding-left: 0;
    list-style: none;
}
.footer-widget ul.menu li {
    position: relative;margin-bottom: 12px;
}
.footer-widget ul.menu li:before {content: '\f105';font-family: Fontawesome;margin-right: 5px;color: #f5f5f5;}

.owl-nav .owl-next {
    right: 0px;
    position: absolute;
    top: 50%;
}
.owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 50%;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev,.owl-carousel.owl-theme .owl-nav button.owl-next  {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-top: -20px;
}
.owl-nav div:hover {
    box-shadow: 0 0 15px #0000003b;
}
.owl-nav .owl-next:before {
    content: "\f054";
    font-family: Fontawesome;
    font-size: 13px;
    color: white;
}
.owl-nav .owl-prev:before {
    content: "\f053";
    font-family: Fontawesome;
    font-size: 13px;
    color: white;
}
.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #676767;
    margin: 1px;
    border-radius: 50%;
}
.owl-dot {
    display: inline-block;
    margin: 2px;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
}
.owl-dot.active span {
    background-color: var(--primary-color);
}
.owl-dots {
    text-align: center;
}
.owl-nav button span {
    display: none;
}
.owl-carousel.owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #0098da;
    margin-top: -17.5px;
}
.hidden-dots .owl-dots,.hidden-nav .owl-nav {
    display: none;
}
.vc_custom_heading.title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 2px;    color: var(--primary-color);
}
.title-sv{
	font-weight: 900;
	color: #183650;
	font-size: 38px;
}
.icon-title-2 .title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
#wrapper-footer-full, #wrapper-static-hero,.top-footer {
    background-color: rgb(0 0 0 / 85%);
}
.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subscribes {
    position: relative;
}
form.wpcf7-form .wpcf7-spinner {
    position: absolute;
}
.subscribes  form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    border-radius: 0;
}
.subscribes .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    display: flex;
    width: 55px;
    border-radius: 0;
    background-color: transparent;
    font-size: 0;
    outline: unset;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/plan.svg);
    background-size: 26px;
}
.top-footer .sep {    padding-top: 3vw;
    border-bottom: 1px solid rgb(255 255 255 / 23%);
}
.language a {
    margin-left: 22px;
}
.service-item {
    margin-bottom: 35px;
    position: relative;
}
.service-item-content {
    padding: 25px 8%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.title a {
    color: currentColor;
}
.service-item-content .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
.service-item-content .excerpt {
    margin-bottom: 15px;
    font-size: 16px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden; color:#fff;
}
.service-item:hover {
    box-shadow: 0 10px 28px rgb(0 0 0 / 10%), 0 8px 8px rgb(0 0 0 / 7%);
    border-color: transparent;
}
.service-item:hover .box-image img {
    transform: scale(1.15),translate(-50%,-50%);
}
.service-item .box-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    aspect-ratio: 3 / 4;
}
.service-item .box-image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services .icon-wrap .icon {
    filter: brightness(0) invert(1);
    max-width: 40px;
}
.services .icon-wrap {
    position: absolute;
    top: 0;
    padding: 5%;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-grid .service-item .box-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 8px;
}
.icon-wrap .number {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.box-image:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
}
.box-image a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.39));
    top: 0;
    opacity: .5;
}
.services-carousel .box-image a:after {
    background: rgb(0 0 0 / 58%);
}
.services-carousel .service-item {
    margin-bottom: 0;
}
.box-image:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
}
.box-image:hover a:after {
    opacity: 1;
}
.news--item{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
	min-height: 300px;
}
.news_thumbnail {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.news_content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 33px 37px 25px;
}
.news_thumbnail .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: #34ccff;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
}
.news_thumbnail .date .day {
    font-size: 30px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 5px;
}
.news_thumbnail a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.news_thumbnail a img {
	position: absolute;
	width: auto !important;
	max-width: none;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.news_content p {
    font-size: 14px;
}
.news_content h4 {
    font-size: 20px;
    font-weight: 600;
}
.meta > span:not(:last-child) {
    margin-right: 20px;
}
.meta span {
    color: #838383;
}
.blog-item--thumb {position: relative;overflow: hidden;}
.news--item:hover .blog-item--thumb img,.portfolio-item-inner:hover .thumbnail img {transform: scale(1.05);}
.news--item.grid-style .meta {justify-content: space-between;margin: 5px 0;}
.grid-style .new-item-content {
    padding: 25px 15px;
    border-bottom: 2px solid #003179;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
    background-color: #fff;
}
.news--item.grid-style .excerpt {
    margin-bottom: 10px;
}
a.view-more:hover {
    color: #0077d4;
}
a.view-more {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 14px;
}
.flex-bg .title {
    font-family: var(--font-title);
}
.widget-list-item {border-bottom: 1px solid #e6e6e6;padding-bottom: 20px;margin-bottom: 20px;}
.widget-list-item .title {
    font-family: var(--font-title);
    margin-bottom: 4px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
}
.south-button {
    display: flex;
}
a.octf-btn.octf-btn-dark {
    color: #fff;
    background: var(--primary-color);
    display: flex;
    padding: 12px 30px;
    position: relative;
    border: 1px solid var(--primary-color);
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    gap: 12px;border-radius:6px;
}
.octf-btn.octf-btn-dark:before, .octf-btn.octf-btn-dark:after {
    background: var(--primary-color);
}
.octf-btn:not(.no-line):before, .octf-btn:not(.no-line):after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.octf-btn:before {
    width: calc(100% + 2px);
    height: 1px;
    bottom: -6px;
    left: 10px;
}
.octf-btn:after {
    width: 1px;
    height: calc(100% + 2px);
    top: 10px;
    right: -6px;
}
.octf-btn.octf-btn-dark:hover, .octf-btn.octf-btn-dark:focus {
    background: #fff;
    color: #183650;
    border-color: #183650;
}
.octf-btn:hover:before, .octf-btn:active:before, .octf-btn:focus:before {
    width: 0;
}
.octf-btn:hover:after, .octf-btn:active:after, .octf-btn:focus:after {
    height: 0;
}
.gallery-carousel .style-carousel-5 .gallery-item-carousel {
    padding: 10px 15px;
    background-color: white;
    box-shadow: 0 0 8px rgb(0 0 0 / 4%);
    border-radius: 5px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-carousel .style-carousel-5 .owl-item .gallery-item-carousel img {
    max-height: 100%;
    width: auto;
}
.recruitment-item-content .meta span {
    margin: 0;
}
.meta i {
    margin-right: 8px;
}
.recruitment-item-content {padding: 25px 15px;border: 1px solid #f1f1f1;}
.recruitment-item-content .title {margin-bottom: 15px;}
.wpcf7 .wpcf7-form label {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}
.recruitment-item {
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
}
a.action.viewmore {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
a.action.viewmore i {margin-left: 5px;}
.footer-widget {
    margin-bottom: 35px;
}
.footer-widget .wpcf7 .wpcf7-form-control {
    border-radius: 0;    margin-bottom: 8px;
}
.footer-widget .wpcf7  span.wpcf7-spinner {
    position: absolute;
}
.footer-widget .wpcf7 .wpcf7-submit {
    background-color: var(--primary-color);
    color: white;
    border: 0;
    padding: 5px 10px;
}
.header-breadcrumb p {
    margin-bottom: 0;
}
.header-breadcrumb * {
    color: #d3d3d3;
}
.banner-home {
    position: relative;
    color: #183650;
    margin-bottom: 25px;
    text-align: center;
}
.banner-home .icon {
    filter: invert(1);
	margin: auto;
}
.banner-home .text {
    overflow: hidden;
    padding-top: 20px;
}
.banner-home .text .value {
	font-size: 28px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: bold;
}
.banner-home .text .title {
    font-size: 16px;
    line-height: 22px;
}
.banner-home.flex-wrap .text .title{
	font-size: 16px;
}
.banner-home.flex-wrap .icon {
    filter: none;
}
.sep-white .bg-primary {
    background: white !important;
}
.sep-white .wt-separator.style-square {
    border-color: white;
}
.font-small {
    font-size: 14px;
}
.text-desc {
    padding: 5px 10px 20px 15px !important;
}
.btn-request {
    padding: 10px 10px;
    display: block;
    width: 100%;
    border: 2px solid #34ccff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    background: transparent;
    color: white;
    border-radius: 30px;
}
.btn-request:hover {
    color: white !important;
    background: #34ccff;
}
.faq-wrap .card-header {
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.faq-wrap .card:not(:first-child) .card-header {
    margin-top: -1px;
}
.btn-faq {
	color: #fff;
    background: #34ccff;
    outline: none !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 20px !important;
	border-radius: 0;
}
.btn.btn-faq.collapsed {
    background: transparent;
    color: #183650;
}
#right-sidebar .widget_nav_menu {
    padding: 40px 30px 36px;
    border: 3px solid var(--primary-color);
}
#right-sidebar .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#right-sidebar .widget_nav_menu ul li {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    line-height: 20px;
}
#right-sidebar .widget_nav_menu ul li a {
    color: #183650;
    font-weight: 700;
    font-size: 14px;
}
#right-sidebar .widget_nav_menu ul li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    font-family: 'FontAwesome';
}
#right-sidebar .widget_nav_menu ul li a:hover {
    color: #34ccff;
}
.dt-sc-single-hexagon {
	width: 150px;
    height: 100px;
    margin: 55px auto;
    border-left: 3px solid;
    border-right: 3px solid;
    background: #fff;
    display: block;
    position: relative;
    border-color: #1874c1;
	transform: rotate(90deg);
}
.dt-sc-single-hexagon:before, .dt-sc-single-hexagon:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 105px;
	height: 105px;
	transform: scaleY(.5774) rotate(-45deg);
	background-color: inherit;
	left: 19.934px;
}
.dt-sc-single-hexagon:before {
	top: -53.066px;
	border-top: 4.2426px solid;
	border-right: 4.2426px solid;
	border-bottom: 0;
	border-left: 0;
	border-color: #1874c1;
}
.dt-sc-single-hexagon:after{
	bottom: -53.066px;
	border-bottom: 4.2426px solid;
	border-left: 4.2426px solid;
	border-top: 0;
	border-right: 0;
	border-color: #1874c1;
}
.dt-sc-single-hexagon .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 85px;
	height: 85px;
    text-align: center;
    z-index: 9;
    color: rgba(0,0,0,.4);
	transform: rotate(-90deg);
}
.carrer-wrap {
    display: flex;
    justify-content: center;
}
.top.carrer-wrap{
	margin-top: 90px;
	margin-bottom: 10px;
}
.bot.carrer-wrap {
    margin-bottom: 10px;
}
#hex2 {
    width: 150px;
    height: 150px;
}
.hexagon-wrapper {
    text-align: center;
    position: relative;
    display: block;
}
#color2 {
    background-color: #1460ae;
}
.hexagon {
    height: 100%;
    width: calc(100% * 0.57735);
    display: inline-block;
}
.hexagon:before,.hexagon:after {
    position: absolute;
    top: 0;
    right: calc((100% / 2) - ((100% * 0.57735) / 2));
    background-color: inherit;
    height: inherit;
    width: inherit;
    content: '';
    transform: rotateZ(60deg);
}
.hexagon:after {
    transform: rotateZ(-60deg);
}
.company {
    width: 150px;
    height: 150px;
    margin: auto;
}
.content-company {
    width: 150px;
    height: 150px;
}
.company h2 {
    width: 150px;
    height: 150px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    color: white;
    padding: 5px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -30px;
}
.top .hexagon-wrapper:nth-child(even),.bot .hexagon-wrapper:nth-child(even) {
    margin-top: -80px;
    margin-right: -10px;
    margin-left: -10px;
}
.bot .hexagon-wrapper:nth-child(even) {
	margin-top: 80px ;
}
.table_toggle {
    display: block;
    padding: 5px 10px;
    background-color: #e6e6e6;
    color: #003399;
    cursor: pointer;
    text-align: center;
}
.carrier_schedule_table_inner {
    max-height: 296px;
    overflow: hidden;
	-webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}
.carrier_schedule_table_inner.show {
    max-height: 2000px;
}
span.readmore-toggle b.closed {
    display: none;
}
.table_toggle.active span.readmore-toggle b.open {
    display: none;
}
.table_toggle.active span.readmore-toggle b.closed {
    display: block;
}
.ui-datepicker {
    background-color: #003399;
    text-align: center;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 15px 10px;
    background-color: #00246b;
}
.ui-datepicker .ui-datepicker-prev {
    left: 15px;
    position: absolute;
    cursor: pointer;
    background-color:#ffa200;
    padding: 1px 7px;
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-next {
    right: 15px;
    position: absolute;
    cursor: pointer;
    background-color: #ffa200;
    padding: 1px 7px;
    font-size: 12px;
}
.ui-datepicker table {
    width: 300px;
    border-collapse: collapse;
    margin: 0px auto;
}
.ui-datepicker td a {
    display: block;
    text-decoration: none;
    color: white;
}
.ui-state-default {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.ui-datepicker td {
    border: 0;
    padding: 5px;
}
.ui-corner-all span {
    color: white;
}
td.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 0.3;
}
.text-culture h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
	color: #1460ae;
}
.text-culture h6 {
    font-size: 22px;
    font-weight: 700;
}
.text-culture p {
    font-size: 17px;
}
.text-culture {
    margin-bottom: 30px;
}
.wrap-box .vc_column-inner {
    padding: 25px !important;
}
.wrap-box {
    max-width: 55%;
    background: hsla(0,0%,100%,.8);
    margin: 60px 0;
}
.effect-apollo p {
    font-size: 13px;
}
.effect-apollo h2 {
    font-size: 24px;
}
.effect-apollo a {
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.effect-apollo {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 20px 25px 60px;
    height: 100%;
    position: relative;
}
.vc_row-o-equal-height .vc_column-inner .wpb_wrapper {
    height: 100%;
}
.vc_row-o-equal-height .vc_column-inner .wpb_wrapper .grid-banner {
    height: 100%;
}
.team .banner-home .icon {
    filter: none;
    text-align: center;
    margin-bottom: 15px; 
}
.team .banner-home .icon img {
    width: auto;
    height: 100%;
}
.team .banner-home .text {
    padding: 0;
}
.team .banner-home{
	align-items: center;
}
.have-table td {
    border: 1px solid lightgray;
    text-align: center;
}
.desc h5 {
    font-size: 26px;
    font-weight: bold;
    color: #1b65b1;
}
a.btn-brochure:hover {
    background: #34ccff;
    color: white;
}
a.btn-brochure {
    display: block;
    padding: 15px 42px;
    border-radius: 50px;
    border: 2px solid #34ccff;
    color: #183650;
    text-align: center;
}
.widget_media_gallery .gallery-item {
    padding: 3px;
    margin-bottom: 0px;
}
section#timeline {
    display: flex;
    background-color: #031625;
}
section#timeline:hover .tl-item{
	width: 18%;
}
.tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 20%;
    height: 400px;
    min-height: 400px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after{
	transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
}
.tl-item:after{
	opacity: 0.15;
    background: #19416e;
    transition: opacity 0.5s ease;
}
.tl-item:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-item:hover{
	width: 28% !important;
}
.tl-item:hover:after{
	opacity: 0;
}
.tl-item:hover:before{
	opacity: 0.6;
     transform: translate3d(0, 0, 0) translateY(0);
     transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
      opacity: 1;
      transform: translateY(-50%);
      transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
      filter: grayscale(0);
}
.tl-content {
	transform: translate3d(0, 0, 0) translateY(25px);
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 15px;
	font-size: 15px;
	top: 60%;
	opacity: 0;
}
.tl-year .text-head {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

.south-title .title {
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #d56568 0%, #931418 50%, #110001 100%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    line-height: 1.5;
}
.default-service-column {
    margin-bottom: 30px;
}
.inner-box {
    text-align: center;
    padding: 20px;
    box-shadow: 0 10px 50px rgb(0 0 0 / 4%);
    border-radius: 15px;
}
.default-service-column .inner-box:hover {
    box-shadow: 0 10px 50px rgb(0 0 0 / 14%);
}
.inner-box .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}
.inner-box .desc {
    color: #818181;
}
.news-grid {
    margin-bottom: 20px;
    background: white;    border-radius: 10px;
}
.news-listing .thumbnail  {
	display: flex;
	position: relative;
	overflow: hidden;
	max-height: 350px;
	justify-content: center;
	align-items: center;
}
.news-grid-content .view-more {
	margin-top: 25px;
}
.news-grid .thumbnail {
    padding-top: 65%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.news-grid .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-listing .thumbnail:hover img,.news-grid .thumbnail:hover img {
	transform: scale(1.06);
}
.news-listing-content .meta *,.news-grid-content .meta * {
	color: #333;
}
.news-listing-content .meta > span, .news-grid-content .meta > span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.news-listing-content .meta span.meta-info,.news-grid-content .meta span.meta-info {
	display: inline-block;
	margin-right: 25px;
}
.news-listing-content .meta .gdlr-core-head,.news-grid-content .meta .gdlr-core-head {
	margin-right: 1px;
}
.news-listing-content .meta {
	margin-bottom: 25px;
	margin-bottom: 12px;
}
.news-listing-content .excerpt {
	letter-spacing: 2px;
	line-height: 1.8;
	color: #555;
}
.news-grid-content .meta {
    margin-bottom: 6px;
}
.news-grid .news-grid-content .title {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.news-grid .news-grid-content {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 9%);
}
.news-grid .news-grid-content .excerpt {
	color: #555;
	font-size: 14px;
}
.news-grid-content .view-more.gdlr-core-button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 10px 33px;
    display: inline-block;
    -webkit-appearance: none;
    background-color: #000000;
    color: white;
}
.news-grid-content .view-more.gdlr-core-button i {
    margin-left: 10px;
}
.number-counter-item {
    padding: 20px;
    text-align: center;
}
.number-counter-item {border-radius: 12px;box-shadow: 0 0 20px rgb(0 0 0 / 8%);}
.inner-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    -webkit-text-fill-color: #fff;
    line-height: 1;
    letter-spacing: .2rem;
    overflow: hidden;
    font-family: "Gilroy";
}
.inner-number .number-count {
    margin-bottom: 0;
    font-size: 78px;
    font-weight: bold;
}
.inner-box-number .title {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-top: 15px;
}
.inner-number span {
    font-size: 32px;
    font-weight: 700;
}
.inner-box-number .icon {
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 25px;
    display: inline-block;
}

.tracking .title {
    font-weight: bold;
    text-transform: uppercase;
}
.middle-header {
    background-color: rgb(255 255 255 / 80%);
    padding: 12px 0;
}
.top-header .language .wpml-ls {
    margin-bottom: 0;
    padding: 0;
}
.top-header .language .wpml-ls ul li a{
    padding: 0;
}
.language ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.header-menu .icon-search a {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50%;
}
.header-menu .icon-search a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.header-menu .icon-language .icon {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.header-menu .icon-menu .icon {
    font-size: 30px;
}
.header-action {
    display: flex;
    align-items: center;
    justify-content: end;    gap: 20px;
}
.header-action .icon-language {
    margin: 0 5px;    position: relative;
}
.header-action .icon-language::before {
    content: "";
    width: 1px;
    height: 20px;
    top: 3px;
    left: -19px;
    position: absolute;
    background-color: #003768;
}
.header .search-form.active {
    opacity: 1;
    width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}
.icon-search .active > i:before {
    content: "\e870";
}
.header .search-form {
    position: absolute;
    right: 55px;
    top: 70px;
    display: block;
    width: 0;
    opacity: 0;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
    z-index: 2;
}
.header .search-form input.form-control {
    padding: 10px 20px;
    height: auto;
    border-radius: 25px;
}

.search-form button#searchsubmit {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border: 0;
    color: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50%;
}
.header-title:after {
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 80%);
    height: 30%;
}
.header-title {
    position: relative;
    overflow: hidden;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid var(--primary-color);
    min-height: 55px;
    color: var(--primary-color);
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/preloader.svg);
}
.preloader img {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px); 
	width: 56px;
	    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}
.navigation.show {
    pointer-events: auto;
    visibility: visible;opacity: 1;
}
.navigation {
    width: 100%;
    min-height: 100vh;
    right: 0;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    z-index: 80;    height: 100%;
    top: 0;opacity: 0;
}
.navigation>.background {
    background: url(/wp-content/uploads/2025/02/slider_bg01.jpg) no-repeat center center / cover;
}

.navigation>.background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.navigation.show .background {opacity: 1; }
nav.navigation .logo {
    position: absolute;
    width: 36vw;
    z-index: 2;
    top: 1vw;
    left: 1vw;
    display: flex;
    align-items: self-start;
    justify-content: center;
    height: 100%;
}
.navigation.show .logo {
    animation-name: clipPathScale;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
@keyframes clipPathScale {
0% {
    transform: scale(1.5);
    clip-path: circle(0 at 50% 50%);
}
100% {
    transform: none;
    clip-path: circle(150% at 50% 50%);
}
}
.icon-menu .icon.active i:before {
    content: "\e870";
}
.navclose {
    position: absolute;
    top: 41px;
    right: 4vw;
    z-index: 2; transition:unset;
}

.navclose a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 31px;
    border: 1px solid #fff;
    gap: 15px;
    border-radius: 25px;
}

.navclose span {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
}
.navclose a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
nav.navigation .logo svg {
    fill: #33a3dc;
}
.navigation>.background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}
.navigation .nav-menu {
    position: absolute;
    width: auto;
    display: block;
    top: 80px;
    right: 0;
    z-index: 1;
}
.background video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navigation .nav-menu >div {
    padding: 0 5vw 30px 10vw;
}
.navigation .nav-menu .menu li.menu-item a {
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 0 1px 1px rgb(0 0 0 / 29%);
    text-transform: uppercase;
    font-weight: 700;
}
.navigation .nav-menu .menu li.menu-item {
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #fff;
    margin: 1vh 0;    position: relative;opacity: 0;
        transition-duration: 1s;
        transform: translate3d(0, 100px, 0);
}
.navigation .nav-menu ul.sub-menu {
    display: none;
    padding-right: 25px;
    border-right: 1px solid rgb(255 255 255 / 38%);list-style:none;padding-left:0;
}

.navigation .nav-menu .menu li.menu-item ul.sub-menu li.menu-item a {
    font-size: 1.5rem;
}
.navigation .nav-menu .menu li.menu-item-has-children i {
    top: 14px;
    position: absolute;
    right: -25px;
}
.navigation.show .nav-menu ul.menu li.menu-item {
    opacity:1;
    transform: translateZ(0);
}
.navigation ul.menu > li:nth-child(1) {
    transition-delay: 100ms;
}
.navigation ul.menu > li:nth-child(2) {
    transition-delay: 150ms;
}
.navigation ul.menu > li:nth-child(3) {
    transition-delay: 200ms;
}
.navigation ul.menu > li:nth-child(4) {
    transition-delay: 250ms;
}
.navigation ul.menu > li:nth-child(5) {
    transition-delay: 300ms;
}
.navigation ul.menu > li:nth-child(6) {
    transition-delay: 350ms;
}
.navigation ul.menu > li:nth-child(7) {
    transition-delay: 400ms;
}
.navigation ul.menu > li:nth-child(8) {
    transition-delay: 450ms;
}
.navigation ul.menu > li:nth-child(9) {
    transition-delay: 500ms;
}
.navigation ul.menu > li:nth-child(10) {
    transition-delay: 550ms;
}
.header-title .flex-bg {
    position: relative;
    z-index: 1;
}
.vc_custom_heading.sub-title, .south-title .sub-title {
    font-family: var(--font-title);
    color: var(--second-color);
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.vc_custom_heading.sub-title span,.south-title .sub-title span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.vc_custom_heading.sub-title span:before,.vc_custom_heading.sub-title span:after,
.south-title .sub-title span:before,.south-title .sub-title span:after{
    width: 40px;
    height: 3px;
    position: absolute;
    top: 50%;
    background-color: var(--second-color);
    display: inline-block;
    content: '';
    right: 100%;    margin-top: -2px;
}
.vc_custom_heading.sub-title[style~="left"] span,.south-title.text-left .sub-title span{
    padding-left: 0;
}
.vc_custom_heading.sub-title span:after,
.south-title .sub-title span:after{
    left: 100%;
}
ul.list-check {
    list-style: none;
    padding-left: 0;
}
ul.list-check li {
    display: block;
    margin-bottom: 15px;
    text-align: justify;
}
ul.list-check li i {
    margin-right: 12px;
    color: var(--primary-color);
}
.social-icon a {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 5px;
}
.rs-addon-services .services-inner {
    padding: 40px 30px;
    overflow: hidden;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}
.content_part .media_wrap {
    padding: 30px 0px 0px 0px;
    border-top: 1px solid var(--primary-color);
    display: inline-block;
}
.content_part .media_wrap img {
    max-height: 50px;
    width: auto;
}
.services-title {
    margin: 16px 0px 5px 0px;
}
.services-title .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.rs-addon-services {
    position: relative; margin-bottom:30px;
}
.rs-addon-services .numbering {
    border-radius: 50% 50% 50% 50%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    bottom: -60px;
    top: unset;
    position: absolute;
    right: -60px;
    left: unset;
    border: 1px solid rgb(0 0 0 / 8%);    background-color: #fff;
    z-index: 1;
}
.rs-addon-services.rs-addon-2 .numbering {
    right: unset;
    left: -60px;
}
.rs-addon-services.rs-addon-3 .numbering {
    bottom: unset;
    top: -60px;
}
.rs-addon-services.rs-addon-4 .numbering {
    bottom: unset;
    top: -60px;
    right: unset;
    left: -60px;
}
.services-inner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgb(0 0 0 / 8%);    background-color: #fff;
    z-index: -1;
}
.econ-logo {
    position: absolute;
    top: calc(50% - 44px);
    left: calc(50% - 30px);
    z-index: 1;
}
.econ-logo img {
    max-height: 60px;
    width: auto;
}
.e-confull {
    position: relative;
}
.branch-list {
    height: 450px;
    overflow-y: scroll;
}
.branch-item .inner {
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 12px;
}
.branch-item {
    margin-bottom: 15px;    cursor: pointer;
}
.branch-item .inner .title {
    font-weight: bold;
    color: var(--primary-color);    font-size:20px;
}

.branch-item-info >div {
    margin-top: 6px;
}
.branch-item-info >div i {
    margin-right: 4px;
    color: var(--primary-color);
}
.map-iframe iframe {
    width: 100%;
}
.system-list-item .title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
    padding: 8px 15px;
    background-color: rgb(255 255 255 / 11%);
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.system-list-item .branch-item-info {
    display: none;
    padding: 10px 5px;
    background-color: rgb(255 255 255 / 12%);
    font-size: 14px;
    border-radius: 5px;    margin-top: 2px;    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.system-list-item.active .branch-item-info {
    display: block;
}
.system-list-item .title i {
    font-size: 13px;
}
.system-list-item.active .title i:before {
	    content: "\e882";
}
.system-list-item {
    margin-bottom: 3px;
}
.gallery-carousel {
    margin-bottom: 15px;
}
.top-footer .wpcf7-response-output {
    color: #fff;
}
.news-carousel .news-grid {
    margin-bottom: 0;
}