/*
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.22

...and now go out and play!
*/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700&family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;900&display=swap');
body{
	margin:0;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff}
	.text-primary,.text-primary a{color:#003882!important}
	.btn-primary{color:#fff;background-color:#003882;border-color:#003882}
	.btn-primary:hover{color:#fff;background-color:#1676cd;border-color:#1676cd}
	.bg-primary{background-color:#003882!important}
.text-play{
	font-family: 'Play', sans-serif;
}
h2,h3,h4,h5 {
	font-family: 'Play', sans-serif; font-weight:700;
}
@media (max-width: 575.98px) {
	.logo img {
    max-height: 55px;
    width: auto;
}
	body .widget--action--fixed>a.widget--action--item {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
}
	body .widget--action--fixed {
    bottom: 0px;
}
   }
@media (max-width: 767.98px) {

  }
@media (max-width: 991.98px) {
	.single .header-title .title {
    font-size: 20px;
}
	a.mobile-menu {
    margin-left: 15px;
}
    i.fa.submenu-opened:before {
    content: "\f068";
}

.middle-header {
    padding: 5px 0;
    box-shadow: 0 0 15px #00000036;
}
    ul#main-menu li a {
    color: #000;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid darkgrey;
    padding: 5px;
}
li.menu-item-has-children >i.fa {
    right: 0px;
    top: 0px;
    color: black;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
    a.mobile-menu {
    width: 32px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}
a.mobile-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #003882;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a.mobile-menu span:nth-child(1) {
    top: 0px;
}
a.mobile-menu span:nth-child(2), a.mobile span:nth-child(3) {
    top: 7px;
}
a.mobile-menu span:nth-child(4) {
    top: 14px;
}
a.mobile-menu.display span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
a.mobile-menu.display span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.mobile-menu.display span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}
a.mobile-menu.display span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.header .primery-menu {
    position: fixed;
    width: 250px;
    left: -250px;
    background-color: #ffffff;
    height: 100%;
    z-index: 999;
    top: 0;
    overflow: auto;
}
.header .primery-menu.display {
    left: 0;
}
.panel-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 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) {
     }
@media (min-width: 992px) {
		.owl-controls .owl-nav .owl-next {
    right: -15px;
}
	.owl-controls .owl-nav .owl-prev {
    left: -15px;
}
    ul#main-menu ul.sub-menu ul.sub-menu {
    right: -201px;
    margin-top: -3px;
    top:0;
}
ul#main-menu li ul.sub-menu li a {
    padding: 8px 15px;
	text-transform: capitalize;
}
ul.sub-menu {
    padding-left: 25px;
}
    ul#main-menu li.menu-item.menu-item-gtranslate a {
    padding: 10px 15px;
}

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

ul#main-menu li.menu-item-has-children:hover > .sub-menu > li {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(2) {
    transition-delay: 50ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(3) {
    transition-delay: 100ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(4) {
    transition-delay: 150ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(5) {
    transition-delay: 200ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(6) {
    transition-delay: 250ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(7) {
    transition-delay: 300ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(8) {
    transition-delay: 350ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(9) {
    transition-delay: 400ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(10) {
    transition-delay: 450ms;
}
ul#main-menu li.menu-item-has-children:hover > .sub-menu {
    border-top: 3px solid;
    visibility: visible;
    max-height: 2000px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
ul#main-menu .sub-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
}
 @media (min-width: 1200px) {
     .container {
    max-width: 1200px;
}
	 .header-search {
    margin-left: 25px;
}
    }
* {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a:hover {
    color: #4e228f;
    text-decoration: none;
}
ul#main-menu li.menu-item-has-children {
    position: relative;
}
.social-icon a.facebook {
    background-color: #4267B2;
}
.social-icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: white;
}
.social-icon a.google {
    background-color: #db4437;
}
.social-icon a.youtube {
    background-color: #FF0000;
}
a.zalo {
    background-color: #008FE5;
    font-size: 14px;
}
.box_hotline h1 {
    font-size: 28px;
    text-shadow: 1px 1px black;
    font-weight: 700;
}
/*-------------------------------------------- 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;
}
.widget--action--fixed>a.widget--action--item span {
    position: absolute;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0px 20px 0 50px;
    right: 113%;
    z-index: -1;
    font-size: 15px;
}
.widget--action--fixed>a.widget--action--item:hover span {
    right: auto;
    left: 0;
}

a.widget--action--item.click--hotline span {
    background-color: #509600;
}
a.widget--action--item.click--zalo span{
    background-color: #0068ff;
}
a.widget--action--item.click--messenger span{
	background-color: #0084ff;
}
/*------------------------------------------------ End Hotline-------------------------------*/
a.gotop {
    position: fixed;
    right: -55px;
    bottom: 45px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 9;
    background-color: #0098da;
    color: white;
    box-shadow: 0 0 10px #0000007d;
}
.wt-separator-outer {
    overflow: hidden;
}
.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #d62513;
    display: inline-block;
    position: relative;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}
.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-item .news-item-inner .news-thumb img {
    height: 100%;
    width: auto;
    max-width: fit-content;
}
.news-item .news-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}
.news-item .news-thumb a {
    display: block;
    height: 100%;
}
.news-item-inner {
    background-color: white;
}
.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: #003882;
}
.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 {
    color: #f5f5f5;
}
.footer-widget h3.widget-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 23px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}
.footer-widget .wt-separator-outer {
    margin-bottom: 10px;
}
.post-list .item img {
    width: 75px;
    margin-right: 10px;
}
aside.widget h3.widget-title {
    text-align: center;
    background-color: #060247;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 0;
}
.post-list .item {
    border-bottom: 1px solid #e3e3e3;
}
aside.widget {
    margin-bottom:35px;
}
aside.widget .textwidget {
    padding: 10px;
    background-color: white;
}
#wrap {
    padding: 25px;
    border: 1px solid #ebebeb;
    background: #fff;
}
#wrap #top {
    margin: 0 -25px;
    position: relative;
}
#wrap #top:before {
    content: "";
    border-left: 2px solid #faac1c;
    margin-left: -1px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
 #wrap:hover h5 a, #wrap:hover {
    color: #fff;
}

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

.animate_line:before {
    right: -5px;
    top: -5px;
}
.tg-service .tg-border-topleft {
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 242px;
    background: #fff;
}
.tg-displaytable {
    width: 100%;
    height: 100%;
    display: table;
}
.tg-displaytablecell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.tg-service i {
    display: block;
    padding: 0 0 15px;
}
.tg-service h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #ffbc13;
}
.animate_line:after {
    left: -5px;
    bottom: -5px;
}
.strong {
	font-weight:bold;
}
.post-list .item img {
    width: 75px;
    margin-right: 6px;
}
 .item i.fa {
    line-height: 65px;
    width: 65px;
    text-align: center;
    color: white;
    margin-right: 15px;
}
.text-strock-white {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-strock-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.aligncenter {
	display:block;
}
.bg-overlay:before {
    content: '';
        position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    display: block !important;
    left: 0;
    z-index: 0;
    top: 0;
}
div.block-connectus p[class*="fa-"] {
    padding-left: 50px;
    position: relative;
}
div.block-connectus p[class*="fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    color: #888;
    font-size: 13px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
}
.footer-widget ul.menu {
    padding-left: 0;
    list-style: none;
}
.footer-widget ul.menu li {
    position: relative;
}
.footer-widget ul.menu li:before {
    content: "\f178";
    font-family: Fontawesome;
    margin-right: 5px;
    color: #f5f5f5;
    font-size: 14px;
}
.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: #25aae1;
    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: #0098da;
}
.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;
}
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #050046e0;
    padding: 70px 0 50px;
    background-image: url(/wp-content/uploads/2022/03/art-tr-log.webp);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.middle-header {
    padding: 8px 0;
}
.top-header {
    background-color: #34ccff;
}
.top-header li {
    border-right: 1px solid rgb(255 255 255 / 36%);
    padding: 6px 12px;
}
.top-header * {
    font-size: 16px;
    color: white;
    font-weight: 300;
}
.social-pages a {
    margin-left: 18px;
}
a.click-search {
    color: #050246;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-size: 18px;
}
aside.widget ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

aside.widget ul.menu li a {
    display: block;
    padding: 6px 10px;
    border: 1px solid #050246;
    color: #050246;
    margin-top: 2px;
}

aside.widget ul.menu li a:hover,aside.widget ul.menu .current-menu-item> a {
    color: white;
    background-color: #35ccff;
}
.news-content {
    padding: 15px 10px;
    background-color: #fff;
}

.news-content .title {
    font-size: 20px;
}

.news-content .title a {
    color: #050246;
}

.news-content .meta {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #8d8d8d;
}
.news-content .view-more {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 15px 26px;
    background-color: #008eff;
    display: inline-block;
    margin-left: auto;
    height: 50px;
    margin-right: -10px;
    margin-bottom: -15px;
}
.news-content .view-more:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 50px solid #008eff;
    border-left: 16px solid transparent;
}
.service-carousel-item .thumbnail {
    position: relative;
    overflow: hidden;
}

.service-carousel-item .thumbnail:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: rgba(0, 0, 0, 0.55);
}
.service-carousel-item:hover .thumbnail:before {
    background-color: rgba(0, 0, 0, 0.75);
}
.service-carousel-item .thumbnail {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-carousel-item .thumbnail img {
    height: 100%;
    width: auto !important;
    max-width: fit-content;
}

.service-carousel-item {
    border-right: 1px solid #8a8a8a;
}
.ft-case-study-text.headline.pera-content {
    padding: 35px;
    position: absolute;
    bottom: -10px;
}

.service-carousel-item .title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 25px 0px 25px;
}

.service-carousel-item .title a,.service-carousel-item * {
    color: #fff;
}
.service-carousel-item .more-btn {
    left: 60px;
    color: #fff;
    width: 45px;
    height: 45px;
    bottom: 40px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-carousel-item .more-btn:hover {
    background-color: #fff;
}
.service-carousel-item .more-btn:hover i{
    color: #050246;
}
.pera-content .excerpt {
    opacity: 0;
}
.service-carousel-item:hover .pera-content .excerpt {
    opacity: 1;
}
.service-carousel-item:hover .ft-case-study-text.headline.pera-content {
    bottom: 90px;
}
.south-button .octf-btn {
    display: inline-block;
    padding: 8px 20px;
    color: #050246;
    border: 1px solid;
}

.south-button .octf-btn:hover {
    background-color: #050246;
    color: white;
}
.tw-company-approch-inner {
    position: relative;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(5 0 70 / 22%);
    z-index: 1;
    background-image: url(/wp-content/uploads/2022/03/waves.png);
    background-position: right bottom;
    background-repeat: no-repeat;
	overflow: hidden;
}
.tw-company-years {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}
.tw-company-years .light {
    position: relative;
    margin-right: 60px;
    display: inline-flex;
}
.tw-company-years .light h1 {
    font-size: 200px;
    line-height: 0.75;
    display: inline-table;
    color: #0b2f44;
    margin: 0px;
	font-weight: 900;
}
.tw-company-years img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    mix-blend-mode: lighten;
    transform: translateY(-50%);
}
.tw-company-years .tw-company-info {
    max-width: 500px;
}
.tw-company-years .tw-company-info span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
	font-family: "Oswald", sans-serif;
    color: #0b2f44;
}
.counter-outer-two {
    position: relative;
}
.counter-outer-two .tw-counter-media {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.counter-outer-two .tw-counter-media img {
    height: 70px;
}
.counter-outer-two .icon-content {
    overflow: hidden;
    padding-left: 100px;
}
.counter-outer-two .tw-count-number {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
	color: #d51e0c;
}
.counter-outer-two .icon-content-info {
    font-weight: 600;
    color: #0b2f44;
	font-size: 20px;
    margin-bottom: 0px;
}
.exp-au {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mask-outline {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.mask-outline h1 {
    font-size: 200px;
    margin-bottom: 0;
    line-height: 1;
	font-weight: 700;
	font-family: "Poppins", cursive;
}
.tw-company-info-1 {
    font-size: 25px;
    font-weight: 700;
}
.single-brand-logo {
    height: 130px;
    line-height: 130px;
    background-color: #fff;
    margin-top: 30px;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(51 51 51 / 6%);
    box-shadow: 0px 16px 32px 0px rgb(51 51 51 / 6%);
    text-align: center;
}
.single-brand-logo img {
    display: inline-block;
	width: 50%;
    margin: auto;
    align-items: center;
}
.row [class*="header-job"] i {
    color: #145c8a;
    font-size: 15px;
    margin-right: 10px;
    width: 15px;
}
.card-post-recruitment .badge {
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.search-form input#s {
    border: 0;
    height: 42px;
    line-height: 24px;
    background-image: radial-gradient(circle at 0 100%,#000 1px,transparent 1px);
    background-size: 2px 2px;
    background-position: bottom left;
    background-repeat: repeat-x;
}

.search-form #searchsubmit {
    background-color: transparent;
    border: none;
    line-height: 32px;
    width: 45px;
    color: #333;
    height: 38px;
    margin-left: -35px;
    z-index: 1;
}
.search-form {
    max-width: 550px;
    margin: auto;
}
.header-search.display {
    display: block;
}
.header-search {
    background-color: #FFF;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    border-top: 1px solid #f7f7f7;
}
.header .click-search.display i:before {
    content: "\e646";
}
.header-breadcrumb p {margin-bottom: 0;}
.header-breadcrumb * {color: #c3c3c3;}