body{
    overflow-x: hidden !important;
}

header .navbar-expand-lg .navbar-nav .nav-link.bp-sec .section-header {
    margin-bottom: 60px;
}

.bp-sec .img-bp {
    padding: 15px 0;
}

.tcm-about .unit-logo.lg-logo img {
    width: 300px;
}

.tcm-sec .row .col-lg-4 {
    display: flex;
    align-items: center
}
.energy-unit .unit-logo.lg-logo img {
    width: 300px;
}

.energy-partners {
    background: #f3f3f3;
    padding: 70px 0;
    margin: 50px 0;
}

.energy-partners .row {
    margin-top: 70px;
}

.energy-partners .row .box-partner {
    margin: 15px;
    text-align: center
}

.en-solutions .one-app {
    margin-top: 60px;
}

.en-solutions .one-app .app-content {
    margin-top: 30px
}

.en-solutions .one-app .app-content h5 {
    position: relative;
    color: #0079c2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
}

.en-solutions .one-app .app-content h5:before {
    content: '';
    display: block;
    bottom: -11px;
    position: absolute;
    left: 0;
    background: #d5b20f;
    width: 125px;
    height: 3px;
}

.en-solutions .one-app .app-content p {
    color: #727272;
    margin-bottom: 0;
}

.appsolution {
    padding: 70px 0
}

.appsolution .section-header {
    margin-bottom: 50px;
}

.appsolution-slide .item {
    cursor: -webkit-grab;
}

.about-page .about-txt {
    background: url(../images/about-bg.jpg);
    background-size: cover;
    padding: 0;
}

.about-page .about-nums {
    margin-top: 0;
}

.business-unit {
    margin: 20px 0 50px;
}

.business-unit .unitbus {
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center
}

.business-unit .unitbus img {
    width: 100px;
}

.business-unit .unitbus h3 {
    text-transform: uppercase;
    font-size: 34px;
    margin: 30px 0 20px;
    letter-spacing: 1px
}
.business-unit .unitbus2 h3 {
    color: #1fa8fb
}

.business-unit .unitbus1 {
    background: url(../images/business/business-section1.jpg);
}
.business-unit .unitbus2 {
    background: url(../images/business/business-section2.jpg);
    margin-top: 20px;
}

.business-unit .unitbus1 p span {
    color: #0079c2;
    font-size: 30px;
    font-weight: 600;
}

.business-unit .unitbus p {
    font-size: 21px;
}

.leadership .section-header {
    margin-bottom: 30px;
}

.leadership p{
    color: #727272
}

.leadership .row {
    margin-top: 60px;
    margin-bottom: 40px
}

.leadership .row .text-leader h3 span {
    color: #0079c2
}

.leadership .row .text-leader h3 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.leadership .row .text-leader h3:before {
    content: '';
    display: block;
    bottom: -11px;
    position: absolute;
    left: 0;
    background: #d5b20f;
    width: 125px;
    height: 3px;
}

.leadership .row .text-leader p {
    font-size: 19px;
}

.turbo-unit {
    /* padding: 10px; */
}

.turboAuthorized {
    background: url('../images/turbo/turbo-sub-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 70px 0 150px;
    position: relative;
}
.turboAuthorized.marine{
    background: url('../images/marine/marine.jpg') no-repeat center center;
}
.turboAuthorized h1.title-span {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    margin-bottom: 145px;
}
.turboAuthorized h1.title-span span {
    color: #0079c2
}

.turboAuthorized .timeline {
	height: 20px;
	list-style: none;
	text-align: justify;
    color: #fff;
    padding: 0 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
}

.turboAuthorized .timeline:after {display: inline-block; content: ""; width: 100%;}

.turboAuthorized .timeline li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F2BB13;
	text-align: center;
	line-height: 1.2;
	position: relative;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.turboAuthorized .timeline li:before {
	display: inline-block;
    content: attr(data-year);
    font-weight: 500;
	font-size: 26px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.turboAuthorized .timeline li:nth-child(odd):before {
	top: -40px;
}
.turboAuthorized .timeline li:nth-child(even):before {
	bottom: -40px;
}

.turboAuthorized .timeline li:after {
	display: inline-block;
	content: attr(data-text);
	font-size: 16px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.turboAuthorized .timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	-webkit-transform: translate(-50%, 100%);
	   -moz-transform: translate(-50%, 100%);
	    -ms-transform: translate(-50%, 100%);
	     -o-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
}
.turboAuthorized .timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	     -o-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}

.turbo-brands {
    padding-bottom: 3rem;
}

.turbo-brands .brands-details {
    margin-top: 50px
}

.turbo-brands .brands-details .one-brand {
    margin-bottom: 60px
}

.turbo-brands .brands-details .one-brand:last-child {
    margin-bottom: 0;
}

.turbo-brands .brands-details .one-brand .brand-logo {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.turbo-brands .brands-details .one-brand .brand-logo img {
    width: 150px
}
.turbo-brands.marine .brands-details .one-brand .brand-logo img{
    height: 75px;
    width: auto;
}

.turbo-brands .brands-details .one-brand .brand-text a {
    text-decoration: underline
}

.turbo-brands .brands-details .one-brand .brand-text h4
{
    color: #0079c2
}
.turbo-brands .brands-details .one-brand .brand-logo h4 {
    color: #0079c2;
    margin-left: 20px;
}

.caar-unit .unit-logo {
    margin-bottom: 10px;
    padding-top: 0;
}

.caar-unit .unit-logo img {
    width: 400px;
}

.caar-unit .section-header {
    margin-bottom: 40px
}

.caar-unit .about-features {
    margin: 40px 0;
}

.caar-unit .about-features h4 {
    margin-bottom: 40px;
}

.caar-unit .about-features .one-feat {
    text-align: center
}

.caar-unit .about-features .one-feat img {
    height: 100px;
}

.caar-unit .about-features .one-feat h6 {
    margin: 15px 0 10px;
    color: #0079c2;
    font-weight: 600;
}

.caar-unit .about-features .one-feat p {
    color: #727272
}

.our-lineup {
    background: url('../images/hyundai/hyundai-sub-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.yutong-lineup {
    background: url('../images/yutong/sec-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.our-lineup h2 {
    color: #0079c2;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
}

.our-lineup h2 span {
    color: #fff;
    text-transform: uppercase
}

.our-lineup .lineup-slide .item {
    color: #fff;
    text-align: center
}

.our-lineup .lineup-slide .item img {
    height: 88px;
    width: auto;
    margin: auto;
}

.our-lineup .lineup-slide .item span {
    font-size: 25px;
    display: block;
    margin-top: 13px;
}

.our-lineup .lineup-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-lineup .lineup-slide .owl-nav {
    position: absolute;
    width: 100%;
    top: 13%;
}

.our-lineup .lineup-slide.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 50px;
    outline: none;
    position: absolute;
    padding: 0;
    margin: 0;
    height: auto;
}

.our-lineup .lineup-slide .owl-nav .owl-prev {
    left: -35px;
}
.our-lineup .lineup-slide .owl-nav .owl-next {
    right: -35px;
}

.our-trucks {
    padding: 20px 0
}

.our-trucks .section-header {
    margin-bottom: 30px
}

.our-trucks .truck-inner .truck-title {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.our-trucks .truck-inner .truck-title h4 {
    color: #0079c2;

}

.our-trucks .truck-inner .one-truck {
    margin-bottom: 40px;
}

.our-trucks .truck-inner .one-truck span {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.our-trucks .truck-inner .one-truck img {
    width: 330px
}

.ml7 {
  position: relative;
  font-weight: 900;
  font-size: 3.7em;
}
.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.boxs-automotive {
    padding-bottom: 40px;
}

.boxs-automotive .auto-box {
    padding: 30px;
    border: 1px solid #dcdcdc;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .boxs-automotive .auto-box {
        text-align: center;
        margin-bottom: 70px;
    }
}

.boxs-automotive .auto-box .img-motive {

}

.boxs-automotive .auto-box .img-motive img{

}

.boxs-automotive .auto-box .text-motive {

margin-top: 15px;

text-align: center;
margin-bottom: 0;
}

.boxs-automotive .auto-box .text-motive h3 {

font-size: 20px;

text-transform: uppercase;

/* text-align: center; */
}

.boxs-automotive .auto-box .text-motive p {

color: #575757;

font-size: 16px;
}

.boxs-automotive .auto-box .button-motive {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
}

.boxs-automotive .auto-box .button-motive a {
    background: #0079c2;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none
}

.popup-online {
    position: fixed;
    top: auto;
    left: auto;
    bottom: -100%;
    right: 5%;
    max-width: 400px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -7px rgba(0, 0, 0, 0.1);
}

.popup-animate {
    -webkit-animation: popup .5s ease-out .5s  forwards; /* Safari 4.0 - 8.0 */
    animation: popup .5s ease-out .5s forwards;
}

@keyframes popup {
    from {bottom: -100%;}
    to  {bottom: 5%;}
  }

  .popup-dismiss{
    animation: popupDismiss .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
  }
  @keyframes popupDismiss{
    0% {bottom: 5%; opacity: 1;}
    100%  {bottom: 25%; opacity: 0;}
  }

.popup-online .popup-on-img {
    
}

.popup-online .popup-on-img img {
    height: 200px;
    overflow: hidden;
    /* position: relative; */
    object-fit: cover;
    width: 100%;
}

.popup-online .popup-on-img h5 {
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0;
    padding: 16px 24px;
}

.popup-online .popup-on-img button {
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.popup-online .popup-on-img button i{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    font-size: 13px;
}

.popup-online .popup-on-img {
    
}

.popup-online .popup-on-actions {
    border-top: 1px solid #dcdcdc;
    padding: 16px 24px;
    text-align: left;
}

.popup-online .popup-on-actions input {
    cursor: pointer;
    color: #0079c2;
    padding: 8px 25px;
    font-size: 14px;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.popup-online .popup-on-actions input.bg-blue {
    
    background: #0079c2;
    color: #fff;
}

.splitting .char {
    animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(60ms * var(--char-index));
  }
  
  @keyframes slide-in {
    from {
      transform: translateY(-1em) rotate(-.5turn) scale(0.5);
      opacity: 0;
    }
  }

  .about-unit .about-links .one-box {
      text-align: center
  }

  .about-unit .about-links .one-box .link p:nth-child(2) {
      opacity: 0;
      visibility: hidden
  }

  .about-unit .about-links .one-box:hover .link p:nth-child(2) {
    opacity: 1;
    visibility: visible
  }

  .about-unit .about-links .one-box .link {
    height: 100%;
  }
  .one-box {
    width: 218px;
    max-width: 218px;
  }

  .about-unit .alkan-boxes.about-links .one-box {
      padding: 0;
  }

  .about-unit .about-links .one-box img {
    margin-right: 15px;
    position: absolute;
    left: 25px;
}

.about-unit .about-links .one-box .link {
    max-width: 50%;
    margin-left: 30px;
}

.about-unit .alkan-boxes.about-links .one-box p {
    font-size: 16px !important;
}

/* Bus Travel */

.bus-travel {
    padding: 70px 0
}
.bus-travel .logo-place {
    text-align: center;
}

.bus-travel .logo-place img {
    width: 300px
}

.bus-travel .logo-place .icons-det {
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.bus-travel .logo-place .icons-det a {
    margin: 0 10px;
    text-decoration: none
}
.bus-travel .logo-place .icons-det a p{
    display: none;
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.bus-travel .logo-place .icons-det a:hover p{
    display: block;
}
.bus-travel .logo-place .icons-det a img {
    width: 27px;
}

.bus-travel .text-place p {
    color: #727272;
    font-size: 17px;
}  

.transfer-serv {
    background: url('../images/bustravel/sec-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

.newTravel.section-title {
text-align: center;
margin-bottom: 60px;
}

.newTravel.section-title h2 {
    font-size: 30px;
    color: #0079c2;
    display: inline-block;
    text-transform: uppercase;
}

.newTravel.section-title h2 span{
    text-transform: capitalize;
    position: relative;
    color: #0e324c;
}

.newTravel.section-title h2 span:before {
    content: '';
    display: block;
    background: #d5b20f;
    position: absolute;
    width: 100%;
    height: 8px;
    left: 20px;
    bottom: -8px;
}

.newTravel.section-title h2 span:after {
    content: '';
    display: block;
    background: url('../images/bustravel/title-ic.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 45px;
    height: 45px;
    right: -46px;
    top: 0
}

.one-service .img-place {
    width: 100px;
    height: 100px;
    background: #0079c2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    margin-right: 30px;
}

.one-service .img-place img {
    width: 48px;
}

.one-service {
    display: flex;
    margin: 20px;
}

.one-service .text-place {

}

.one-service .text-place h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.one-service .text-place p {
    margin: 0;
}

.services-scope {
    padding: 70px 0;
}

.services-scope .section-title p {
    color: #939598;
    margin-top: 20px;
    text-align: left;
    font-size: 20px;
}

.scope-box {
    display: flex;
}

.scope-box .text-place.scope01 {
    background: #021e2f;
    color: #fff;
}

.scope-box .text-place.scope02 {
    background: #f5f5f5;
    color: #021e2f;
}

.scope-box .text-place.scope03 {
    background: #1d6c9c;
    color: #fff;
}

.scope-box .text-place.scope04 {
    background: #f5f5f5;
    color: #021e2f;
}

.scope-box .text-place.scope03.left:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #1d6c9c;
    left: 100%;
    top: 40px;
    z-index: 1;
}

.scope-box .text-place {
    position: relative;
    padding: 40px;
    min-width: 33%;
}

.scope-box .text-place.left:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #021e2f;
    left: 100%;
    top: 40px;
}

.scope-box .text-place.right:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 20px 30px;
    border-color: transparent #f5f5f5 transparent transparent ;
    right: 100%;
    top: 40px;
}

.scope-box .text-place h5 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.scope-box .text-place ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.scope-box .text-place ul li img {
    width: 10px;
    margin-right: 10px;
}

.scope-box .img-place img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .bus-travel .logo-place {
        margin: 20px;
    }
    .services-scope .section-title p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .scope-box {
        display: block;
    }
    .scope-box .text-place:after {
        display: none !important
    }
}

.yutong-lineup,
.yutong-lineup.our-lineup h2 {
    color: #fff
}

.our-lineup .yutong-slide .owl-nav {
    position: absolute;
    width: 100%;
    top: 13%;
}

.our-lineup .yutong-slide.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 50px;
    outline: none;
    position: absolute;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 0;
}

.our-lineup .yutong-slide .owl-nav .owl-prev {
    left: -35px;
}
.our-lineup .yutong-slide .owl-nav .owl-next {
    right: -35px;
}

.our-lineup .yutong-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-lineup .yutong-slide .item {
    margin: auto;
    text-align: center;
}

.yutong-unit .unit-logo.lg-logo img {
    width: 170px
}

.yutong-unit .unit-logo {
    padding: 0;
}

.about-unit .about-links .one-box {
    margin: 0;
}

.one-box {
    height: 100%;
    position: relative;
    white-space: nowrap;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 5px !important;
}

.one-box .rotate-text {
    position: static;
    border: 0;
    margin: 0;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: #f3f3f3;
    color: #000;
    transform-origin: bottom;
    bottom: 0;
    transition: .5s;
    -webkit-transform: perspective(500px) rotateX(90deg);
    -moz-transform: perspective(500px) rotateX(90deg);
    -o-transform: perspective(500px) rotateX(90deg);
    transform: perspective(500px) rotateX(90deg);
    transform: none;
    visibility: hidden;
    opacity: 0;
    white-space: initial;
}

.one-box:hover .rotate-text {
    visibility: visible;
    opacity: 1;
}

.one-box .rotate-text .text-inner {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transform: none;
}

.one-box .rotate-text .text-inner span {
    word-break: break-word;
}

.det-titled {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    padding: 20px 0;
    justify-content: center;
}

.det-titled img {
    position: static !important;
    height: 33px !important;
    width: auto !important;
}

.det-titled span {
    color: #0079c2;
    font-weight: 500;
}


@media only screen and (max-width: 767px) {
    .about-unit .about-links .one-box {
        margin: 10px auto !important;
    }
    .one-box:hover .rotate-text,
    .one-box .rotate-text {
        transform: none;
    }
    .one-box .rotate-text .text-inner {
        transform: none;
    }
    .boxes-wrapper {
        display: block;
    }
}

@media only screen and (min-width:767px) and (max-width:991px) {
    .about-unit .about-links .one-box {
        margin: 10px auto !important;
    }
    .one-box:hover .rotate-text,
    .one-box .rotate-text {
        transform: none;
    }
    .one-box .rotate-text .text-inner {
        transform: none;
    }
}

.boxes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    width: 100%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .boxes-wrapper {
        display: block;
    }
    .about-unit .about-links .one-box:last-child {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width:500px) and (max-width:991px) {
    .about-unit .alkan-boxes.about-links .one-box {
        width: 247px;
        flex-basis: inherit;
    }
    .boxes-wrapper {
        display: flex;
    }
}

.our-lineup .yutong-slide .item h3 {
    font-size: 23px;
    margin: 0;
}

.our-lineup .yutong-slide .item h3 span {
    color: #067de8;
    font-weight: 700;
    font-size: 23px;
    display: inline-block;
    text-transform: capitalize
}

.our-lineup .yutong-slide .item span {
    font-size: 20px;
    display: block;
}

.our-lineup .yutong-slide .item span.stars img {
    width: 15px;
    margin-right: 6px;
    
}

.our-lineup .yutong-slide .item span.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
}

header .navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 11px;
    margin-left: 8px;
}

.yamaha-slide .item img {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.yamaha-slide .item h3 {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 20px;
}

.our-lineup .yamaha-slide .owl-nav {
    position: absolute;
    width: 100%;
    top: 13%;
}

.our-lineup .yamaha-slide.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 50px;
    outline: none;
    position: absolute;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 0;
}

.our-lineup .yamaha-slide .owl-nav .owl-prev {
    left: -35px;
}
.our-lineup .yamaha-slide .owl-nav .owl-next {
    right: -35px;
}

.our-lineup .yamaha-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-lineup .yamaha-slide .item {
    margin: auto;
    text-align: center;
}

.our-lineup.yamaha-lineup {
    padding: 100px 0;
}

.yamaha-lineup {
    background: none;
}

.jobs-unit {
    padding: 70px 0;
}

.jobs-unit h3 {
    color: #0e324c;
}

.jobs-unit .sub-title {
    color: #727272;
}

.job-boxes .job-box {
    border: 1px solid #b7b7b7;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.job-boxes .job-box:last-child {
    margin-bottom: 0 !important
}

.job-boxes .job-box a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #0079c2;
}

.job-boxes .job-box a:hover {
    color: #0470b1
}

.job-boxes .job-box .text-side a {
    display: block;
    font-weight: 500;
}

.job-boxes .job-box .text-side span {
    color: #727272;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.job-boxes .job-box .action-side a {
    font-size: 14px;
    font-weight: 500;
    color: #0079c2
}

.job-boxes .job-box .action-side a img {
    margin-left: 5px;
    width: 17px;
}

@media only screen and (max-width:430px) {
    .job-boxes .job-box {
        display: block
    }
    .job-boxes .job-box .action-side {
        margin-top: 20px;
    }
}

.job-details ul {
    margin-bottom: 40px;
}

.job-details ul li {
    color: #727272;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
}

.job-details ul li:last-child {
    margin-bottom: 0;
}

.job-details .custom-file-input:lang(en)~.custom-file-label::after {
    content: '';
    background: url(../images/careers/attachment.png) no-repeat;
    width: 15px;
    height: 23px;
    background-size: contain;
}

.job-details .custom-file-label::after {
    top: 13px;
    border: none;
    border-radius: 0;
}

.job-details .form-area .custom-file-label,
.job-details .form-area select,
.job-details .form-area input{
    padding: 13px 18px;
    border-radius: 0;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
    height: auto;
}

.job-details .form-area .custom-file-label,
.job-details .form-area .custom-file-input,
.job-details .form-area select {
    cursor: pointer;
}

.job-details .apply-area h3 {
    margin-bottom: 20px;
}

.job-details .form-area .btn-submit {
    text-align: right
}

.job-details .form-area .btn-submit button {
    background: #0079c2;
    border: none;
    color: #fff;
    padding: 12px 60px;
    cursor: pointer;
}

.about-unit .about-links .one-box {
    display: block
}

.about-unit .about-links .one-box {
    background: transparent;
}

@media only screen and (max-width:991px) {
    .about-unit .one-box .rotate-text {
        visibility: visible;
        opacity: 1;
    }
}

.about .about-nums p.number {
    font-size: 55px;
}

.about .about-nums p {
    font-size: 19px;
}

.section-header {
    font-size: 30px;
}

.bus-units .units-map .map-txt p {
    line-height: 1.5
}

.news .news-carousel .item-txt h3 {
    font-size: 24px;
    line-height: 1.5;
}

.contact p {
    font-size: 17px;
}

footer .top-footer .logo a {
    padding-left: 0;
}

footer .top-footer a {
    font-size: 14px;
}

footer p {
    margin-bottom: 4px;
}

.about .about-txt .section-header {
    font-size: 30px;
}

.leadership .row .text-leader p {
    font-size: 17px;
}

.leadership .row .text-leader h3 {
    font-size: 27px;
}

.vis-mis h3::after {
    width: 100%;
}

.vis-mis h3 {
    display: inline-block;
}

.vis-mis p {
    text-align: left;
    font-size: 17px;
}

.vis-mis .row {
    align-items: center
}

/* .vis-mis .vis h3,
.vis-mis .vis p {
    padding-left: 
} */

.vis-mis .vis .col-md-6:last-child {
    padding-left: 50px;
}

.vis-mis .mis .col-md-6:first-child {
    padding-right: 50px;
}

.left-side p {
    font-size: 17px;
    text-align: left;
}

.engMoh {
    float: right;
    margin-left: 2rem;
}

.breadcrumb a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    font-size: 20px;
}

header .top-links .flex-grid .flex-item {
    font-size: 14px;
}

@media only screen and (max-width:767px) {
    .engMoh {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

header .navbar .dropdown-item:focus {
    background: transparent;
    color: #0371b5
}

.yamaha-slide .item a {
    display: block;
    text-decoration: none;
}

.box-style {
    background: #f3f3f3;
    /* padding: 30px; */
    /* display: flex; */
    cursor: pointer;
    margin: 0 5px !important;
    width: 250px;
    height: fit-content;
    width: 220px;
    max-width: 220px;
}

.box-style a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 22px 0px;
    /* align-items: center; */
    text-decoration: none !important;
}
.box-style .box-icon {
    margin-right: 20px;
}
.box-style .box-icon img {
    width: auto;
    height: 30px;
}
.box-style:hover .box-text h4 {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out;
    font-weight: 500;
}
.box-style:hover .box-text p {
    opacity: 1;
    display: block;
    visibility: visible;
    position: relative;
    color: #333;
}
.box-style .box-text h4 {
    margin: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #0079c2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.box-style .box-text {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.box-style .box-text p {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    word-break: break-all;
    font-size: 12px;
}

.boxes-wrapper {
    margin-top: 35px;
}
.our-lineup h2.section-header{
    color: #0e324c;
}
.our-lineup h2.section-header span{
    color: #0079c2;
}
.our-lineup.yamaha-lineup{
    padding: 0;
}
.our-lineup .yamaha-slide .owl-nav{
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
}
.yamaha-slide .item{
    position: relative;
    transition: all 0.35s ease-in-out;
    top: 0;
}
.yamaha-slide.owl-carousel .owl-stage-outer{
    padding-top: 50px;
}
.yamaha-slide .item:hover{
    top: -50px;
}
.yamaha-slide .item h3{
    position: absolute;
    max-width: 100%;
    font-size: 30px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.yamaha-slide .item .overlay{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}
.yamaha-slide .item:hover .overlay{
    opacity: 1;
}
.yamaha-slide .item .overlay a{
    color: #fff;
    border: 3px solid #fff;
    padding: 8px 15px;
    width: 200px;
    margin: 8px 0;
    font-size: 15px;
    transition: all 0.35s ease-in-out;
    z-index: 1;
}
.yamaha-slide .item .overlay a:hover{
    background: #fff;
    color: #021e2f;
}
@media(max-width: 991px){
    .yamaha-intro.intro .brd-crmp{
        bottom: 10%;
    }
    .yamaha-slide .item h3{
        font-size: 25px;
    }
    .yamaha-slide .item .overlay a{
        font-size: 15px;
    }
}

@media(max-width: 767px){
    .yamaha-intro.intro .brd-crmp{
        bottom: 0%;
    }
    .yamaha-intro .breadcrumb a, .yamaha-intro .breadcrumb-item.active, .yamaha-intro .breadcrumb-item+.breadcrumb-item::before{
        font-size: 15px;
    }
    .yamaha-intro .owl-theme .owl-nav [class*=owl-] i {
        font-size: 20px;
    }
    .our-lineup .yamaha-slide .owl-nav{
        width: 80%;
    }
}
@media(max-width: 575px){
    .yamaha-intro.intro .brd-crmp{
        position: static;
        background: #000;
    }
}

.brd-alkan {
    display: flex;
    align-items: flex-end;
    left: 8%;
    bottom: 12% !important;
}

.brd-alkan .bread-img {
    border: 5px solid #fff;
    padding: 10px;
}

.brd-alkan .bread-img img {
    width: 150px;
}

.aalkan-unit {
    margin-top: 30px
}

.aalkan-unit .box-about .txt-box p {
    margin: 0;
    padding: 20px;
    font-size: 18px;
}

.section-header {
    padding-top: 30px;
}
.about-unit .unit-logo {
    padding-top: 1em;
}

@media (max-width: 767px) {
    .brd-alkan .bread-img {
        border: 1px solid #fff;
        padding: 3px;
    }
    .brd-alkan .bread-img img {
        width: 50px;
    }
    .brd-alkan {
        align-items: center;
    }
    .brd-alkan .breadcrumb {
        margin-bottom: 0
    }
    .brd-alkan .breadcrumb .breadcrumb-item,
    .brd-alkan .breadcrumb a, 
    .brd-alkan .breadcrumb-item.active, 
    .brd-alkan .breadcrumb-item+.breadcrumb-item::before {
        font-size: 15px;
    }
}

.news-unit {
    margin: 80px 0;
}

.news-unit .post-box {
    border: 1px solid #aaa;
    padding: 20px;
    margin-bottom: 30px;
}

.news-unit .post-box a {
    display: block
}

.news-unit .post-box .post-img a {

}

.news-unit .post-box .post-txt {

}

.news-unit .post-box .post-txt a {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #0079c2;
}

.news-unit .post-box .post-txt span {
    color: #959ea5;
    font-weight: 500;
    font-size: 14px;
}

.news-unit .post-box .post-txt p {
    margin: 0;
    margin-top: 10px;
}

.news-unit .post-box .post-txt p a {
    color: #0079c2;
    text-decoration: underline;
    font-size: 16px;
}

@media (max-width: 991px) {
    .news-unit .post-box .post-img {
        margin-bottom: 15px;
    }
}

.post-details .container{
    width: 55%;
}

.post-details .post-details-txt {
    margin-top: 20px;
}

.post-details .post-details-txt h4 {
    color: #0079c2
}

.post-details .post-details-txt span {
    margin-bottom: 20px;
    display: block
}

@media (max-width: 600px) {
    .post-details .post-details-txt h4 {
        font-size: 20px;
    }

    .post-details .container{
        width: 100%;
    }
}

.post-det-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    
}

.post-det-slider {
    display: flex !important;
    align-items: center
}

.post-det-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.post-det-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}

@media (max-width: 767px) {
    .post-details .container {
        width: 100%;
    }
}

.locate-page h2 {
    font-size: 30px;
}

.feat-locatus {
    margin: 70px 0;
}

.feat-locatus .locateus-box {
    align-items: center;
    display: flex;
    justify-content: center;
}

.feat-locatus .locateus-box img {
    height: 50px;
}

.feat-locatus .locateus-box span {
    font-size: 23px;
    margin-left: 15px;
}

.locate-page .locations {
    margin-top: 0;
    height: 694.8px !important;
    overflow-y: scroll;
}

.locate-page .locations .one-location {
    margin: 0 0 20px;
}

.location-details .title {
    display: flex;
    justify-content: space-between;
}

.location-details .title p img {
    display: none !important
}

.location-details {
    width: 100%
}

@media (max-width: 767px) {
    .feat-locatus .locateus-box {
        margin-bottom: 30px;
        justify-content: initial;
    }
    .locate-page .locations .one-location .location-link {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .feat-locatus .locateus-box span {
        font-size: 18px;
    }
}

.brd-crmp-news {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 2;
}

.map-box {
    display: flex;
    justify-content: center;
}
.map-box #world-map {
    margin-right: 0;
    margin-left: 0;
}

.colors-country {
    margin-left: 45px;
    margin-top: 50px;
}

.colors-country p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.colors-country p:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 100%;
    background: #efcb71
}

/* .colors-country p:nth-child(1):before {background: #efcb71}
.colors-country p:nth-child(2):before {background: #7030A0}
.colors-country p:nth-child(3):before {background: #9c7d45}
.colors-country p:nth-child(4):before {background: #953735}
.colors-country p:nth-child(5):before {background: #FE0101}
.colors-country p:nth-child(6):before {background: #F79646}
.colors-country p:nth-child(7):before {background: #FFC000}
.colors-country p:nth-child(8):before {background: #82ffe0}
.colors-country p:nth-child(9):before {background: #8FFF92}
.colors-country p:nth-child(10):before {background: #558ED5}
.colors-country p:nth-child(11):before {background: #1eb53a}
.colors-country p:nth-child(12):before {background: #1F497D}
.colors-country p:nth-child(13):before {background: #4BAFC8}
.colors-country p:nth-child(14):before {background: #d1469b}
.colors-country p:nth-child(15):before {background: #db5c4b}
.colors-country p:nth-child(16):before {background: #26a59a} */

@media only screen and (max-width: 767px) {
    .colors-country {
        display: none
    }
}

.prod-jpg .product-line {
    margin: 15px
}

.unit-products.prod-jpg .products .one-product img {
    width: auto
}

.dropdown.show .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-item.dropdown.show .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.3);
    color: #d5b20f !important;
    font-weight: normal !important
}

.dropdown-menu {
    margin: 0px;
}

header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: #d5b20f !important;
    font-weight: normal !important;
}

.nav-item.dropdown.show .dropdown-item:hover {
    color: #d5b20f !important;
}

.navbar.sticky .nav-item.dropdown.show .dropdown-toggle {
    background: transparent !important
}

.padd-btt30 {
    padding-bottom: 30px
}

footer a:hover {
    color: #d5b20f;
}

footer .links p {
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

footer .links p:before {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    background: #0079c2;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .4;
}

footer .top-footer a {
    padding-left: 0;
}

.intro {
    height: auto;
    overflow: hidden;
}

.about-page .about-txt {
    background: #fff !important;
}

.philo p {
    text-align: left !important;
}

.philo .one-philo p {
    text-align: center !important;
}

.news-unit .post-box .post-txt p,
.news-unit .post-box .post-txt p a {
    display: inline-block;
}

.news-unit .post-box .post-txt p a {
    font-weight: 400
}

footer .logo img {
    width: 160px;
}



footer .bot-footer a {
    text-decoration: underline
}

.location-details .title p img:nth-child(1),
.location-details .title p img:nth-child(2) {
    display: inline-block !important;
    margin-left: 0 !important;
}

.location-details .title p {
    display: flex;
    align-items: center
}

.location-details .title p img:nth-child(2) {
    width: 32px !important
}

body {
    font-family: 'Roboto', sans-serif !important;
}

header .top-links .flex-grid .flex-item.fb-ic i {
    line-height: 25px;
}

.section-header,
.about-unit .section-header {
    padding-top: 0 !important;
}

.about-unit {
    padding: 30px 0!important;
}
.philo,
.about-page .about-txt {
    padding: 30px 0!important;
}

.about .about-txt .txt {
    padding: 0 !important;
}

.about .about-txt p:last-child {
    margin-bottom: 0 !important;
}

.about .blue-strip {
    margin: 1rem 0;
}

.about .about-txt p {
    margin-top: 0;
    margin-bottom: .5rem
}

.section-header {
    margin-bottom: 2rem;
}

.founder-philo {
    padding: 30px 0;
}

.left-side p:last-child {
    margin: 0
}


.en-solutions,
.appsolution,
.jobs-unit,
.contact,
.locate-unit,
.news-unit,
.unit-partners,
.mapVector,
.bus-travel,
.transfer-serv,
.services-scope,
.leadership,
.vis-mis {
    padding: 30px 0 !important;
}
.unit-partners,
.philo .one-philo p {
    margin-bottom: 0 !important
}

.leadership .row {
    margin-top: 60px;
    margin-bottom: 0;
}
.energy-partners,
.aalkan-unit {
    margin-top: 0;
}

.news-unit {
    margin: 0
}

.news-unit .post-box:last-child {
    margin-bottom: 0
}

.contact-details {
    margin-top: 30px;
}

.breadcrumb a:hover,
header .top-links .flex-grid .flex-item:hover {
    color: #d5b20f;
}

.intro .brd-crmp {
    bottom: 12%;
}

.breadcrumb {
    margin-bottom: 0
}

/* Backgrounds */

.hyundaitrucks-bg {
    background: url('../images/backgrounds/Trucks-range.jpg') no-repeat center center;
    
}

.hyundaiBuses-bg {
    background: url('../images/backgrounds/BUS-Lineup.jpg') no-repeat center 90%;
}

.hyundaiPurpose-bg {
    background: url('../images/backgrounds/Hyundai-Special-CV.png') no-repeat 33% 20%;
}

.turboOilSupply-bg {
    background: url('../images/turbo-oil-supply/2.jpg') no-repeat center center;
}
.hyundaitrucks-bg,
.hyundaiBuses-bg,
.hyundaiPurpose-bg,
.turboOilSupply-bg
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.philo-leftAligned .section-header {
    text-align: left !important
}

.philo-leftAligned .section-header:after {
    left: 0;
    transform: none;
}

.img-companies {
    margin-top: 20px;
}

/* ******************** Careers ********** */
section.jobs-unit .hr {
    padding: 50px 0;
}
section.jobs-unit .col-hr-box {
    margin-bottom: 50px;
}
section.jobs-unit .hr-box {
    display: flex;
}

section.jobs-unit .hr-box  .img-hr {
    margin-right: 14px;
}
section.jobs-unit .hr-box  .img-hr img {
    height: 50px;
    margin-top: -14px;
}
section.jobs-unit .hr-box .desc h4 {
    font-weight: 500;
}
section.jobs-unit .hr-box .desc p {
    color: #727272;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 576px) {
    section.jobs-unit .hr-box .img-hr img {
        height: 36px;
        margin-top: -7px;
    }
    section.jobs-unit .hr-box .desc h4 {
        font-size: 18px;
    }
    section.jobs-unit .hr-box .desc p {
        font-size: 12px;
    }
    .intro {
        height: auto;
    }
    section.jobs-unit .hr {
        padding: 12px 0;
    }
section.jobs-unit .col-hr-box {
    margin-bottom: 20px;
}

}

/* *********alkan holding******** */
.intro .brd-crmp.brd-alkan.brd-alkan-fix {
    bottom: -4% !important;
}
.intro .brd-crmp.brd-alkan.brd-alkan-fix .bread-img {
    position: relative;
    margin-right: 17px;
    background-color: transparent;
    border: 1px solid #000;
    border: 1px solid #fff!important;
    border-radius: 9px;
}
.brd-crmp.brd-alkan.brd-alkan-fix .breadcrumb {
    margin-bottom: 31px;
}
.alkan-holding-textand-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.alkan-holding-textand-img p {
    font-size: 15px !important;
    margin-top: 0 !important;
}
.alkan-holding-textand-img img {
     width : 167px;
}
.unit-partners.pt-5 .units-img {
    text-align: center;
}
.unit-partners.pt-5 .units-img img {
    width: 90%;
}
.mapVector .map-box .colors-country h4 {
    text-indent: -10px;
    color: #0079c2;
}
.mapVector .map-box .map-img {
    text-align: center;
    width: 70%;
}

.mapVector .map-box .map-img img  {
    max-width: 86%;
}
.mapVector {
    background-color: #fff;
    margin-bottom: 30px;
}
.mapVector .map-box .colors-country h4 {
    font-size: 20px;
}


@media only screen and (max-width: 576px) {
    .alkan-holding-textand-img {
        margin-top: 46px;
    }
    .about-unit.aalkan-unit .about-txt .img-box {
        text-align: center;
    }
    .about-unit.aalkan-unit .about-txt .img-box img {
         max-width: 50%;
    }
    .alkan-holding-textand-img p {
        padding-left: 0 !important;
    }
    .aalkan-unit .box-about .txt-box p {
        font-size: 14px;
    }
    .section-header,   
    .mapVector .section-header  {
        font-size: 23px;
    }
    .unit-partners.pt-5 .units-img {
        text-align: center;
    }
    .unit-partners.pt-5 .units-img img {
        width: 80%;
    }
    .map-box {
        flex-direction: column;
    }
    .colors-country {
        display: block;
        margin-bottom: 30px;
    }
    .mapVector .map-box .colors-country h4 {
        font-size: 19px;
    }
    .mapVector .map-box .map-img {
        margin: auto;
    }
    .brd-crmp.brd-alkan.brd-alkan-fix .breadcrumb {
        margin-bottom: 0px;
    }
    .intro .brd-crmp.brd-alkan.brd-alkan-fix {
        bottom: -9% !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 991px) {
    .about-unit.aalkan-unit .about-txt .img-box {
        text-align: center;
    }
    .alkan-holding-textand-img {
        margin-top: 46px;
    }
    .alkan-holding-textand-img p {
        padding-left: 0 !important;
    }
    .unit-partners.pt-5 .units-img {
        text-align: center;
    }
    .unit-partners.pt-5 .units-img img {
        width: 90%;
    }
    .mapVector .map-box .colors-country h4 {
        font-size: 18px;
    }
    .mapVector .map-box .map-img {
        text-align: center;
        width: 69%;
    }
}
@media only screen and (max-width: 767px) {
    .map-box {
    flex-direction: column;
 }
 .colors-country {
    display: block;
    margin-bottom: 30px;
 }
}

/* October 27 */
.about-unit .unit-logo.unit-renault img {
    width: 200px;
}

.section-header a {
    text-decoration: none;
    color: #0e324c;
}
.section-header a span {
    color: #0079c2;
}
.turboAuthorized h1.title-span {
    font-size: 35px;
}
.turboAuthorized .timeline li:after {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    header .top-links .flex-grid {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
        justify-content: unset;
    }
    header .top-links #demo-2 {
        width: 40%;
        margin-top: 0;
        display: none;
    }
    header .top-links .flex-grid .flex-item {
        font-size: 12px;
    }
    header .top-links .flex-grid .flex-item.fb-ic i {
        line-height: unset;
    }
    header .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
    }
    .mouse-wrapper {
        display: none;
    }
    .hero-intro .txt h2 span {
        font-size: 30px;
    }
    .nav-item.dropdown.show .dropdown-toggle {
        background: transparent;
    }
    .dropdown.show .dropdown-menu {
        background-color: transparent;
    }
    .bus-units .units-icons .unit-txt p {
        font-size: 12px;
    }
    .unit-img img {
        width: 50px;
    }
    .bus-units .units-icons .one-unit {
        width: auto;
    }
    .bus-units .units-icons .col-sm-6 {
        width: 50%;
    }
    footer .top-footer .logo a {
        padding-left: 0;
        text-align: center;
    }
    footer .top-footer .col {
        flex-basis: 100%;
        padding: 0 5%;
        display: flex;
    }
    footer .top-footer .links:first-of-type {
        width: 50%;
        margin-right: 10px;
    }
    footer .top-footer a {
        font-size: 12px;
    }
    footer .top-footer .logo {
        width: 100%;
    }
    .breadcrumb .breadcrumb-item,
    .breadcrumb a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
        font-size: 12px;
    }
    .intro .brd-crmp {
        bottom: 5%;
    }
    .about-unit .about-txt ul {
        padding: 0;
    }
    .box-style .box-text {
        display: none;
    }
    .box-style {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .boxes-wrapper {
        display: flex;
    }
    .box-style .box-icon {
        margin: 0;
    }
    .box-style .box-icon img {
        width: auto;
        height: 25px;
    }
    .box-style a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .tcm-unit img,
    .hyundai-unit img {
        width: 150px !important;
    }
    .newTravel.section-title h2 {
        font-size: 17px;
    }
    .newTravel.section-title h2 span:after {
        width: 42px;
        height: 24px;
    }
    .one-service {
        display: block;
        text-align: center;
    }
    .one-service .img-place {
        margin: auto;
        margin-bottom: 20px;
    }
    .scope-inner .scope-box:nth-child(3),
    .scope-inner .scope-box:nth-child(1) {
        display: flex;
        flex-direction: column-reverse;
    }
    .locateUs-map {
        margin-top: 30px;
    }
    .feat-locatus .locateus-box img {
        height: auto;
        width: 37px;
    }
    .feat-locatus {
        margin: 70px 0 10px;
    }
    .vis-mis .vis .col-md-6:last-child {
        padding-left: 15px;
    }
    .vis-mis .mis .col-md-6:first-child {
        padding-right: 15px;
    }
    .philo .one-philo p {
        font-size: 11px;
    }
    .philo .one-philo img {
        height: 50px;
        width: auto;
        max-width: none;
    }
    .leadership .section-header {
        text-align: left !important;
    }
    .leadership .section-header:after {
        left: 0;
        transform: none;
    }
    .contact .contact-details .one-info img {
        max-height: 25px;
    }
}

.unit-partners .one-partner {
    padding: 15px 0;
}

.section-header span {
    color: #0e324c !important;
}

.breadcrumb {
    flex-wrap: nowrap;
}

.intro {
    //height: 230px;
}

.boxs-automotive .auto-box .button-motive a {
    padding: 10px 20px;
    font-size: 13px;
}

.boxs-automotive .auto-box .button-motive {
    bottom: -20px;
}

.brd-alkan .bread-img img {
    width: 115px;
}

.intro .brd-crmp {
    left: 0;
}

.unit-partners.pt-5 .units-img img {
    width: 100% !important;
}

.mapVector .map-box .map-img img {
    max-width: 100%;
}

.colors-country {
    margin-right: 45px;
}

.brd-crmp-inner {
    display: flex;
    align-items: flex-end;
}

.breadcrumb {
    padding-left: 0;
}

.alkanhold-bbg,
.battioni-bbg,
.bomag-bbg,
.bustravel-bbg,
.construction-bbg,
.founder-bbg,
.komatsu-bbg,
.careers-bbg,
.commercial-bbg,
.cummins-bbg,
.handling-bbg,
.locations-bbg
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* .alkanhold-bbg {
    background: url('../images/imgbbg/Alkan-holding.jpg') no-repeat center center;
}

.battioni-bbg {
    background: url('../images/imgbbg/BP.jpg') no-repeat center center;
}

.bomag-bbg {
    background: url('../images/imgbbg/Bomag.jpg') no-repeat center center;
}

.bustravel-bbg {
    background: url('../images/imgbbg/BusTravel.jpg') no-repeat center center;
}

.construction-bbg {
    background: url('../images/imgbbg/Construction.jpg') no-repeat center center;
}

.founder-bbg {
    background: url('../images/imgbbg/FounderPhilosophy.jpg') no-repeat center center;
}

.hyundai-bbg {
    background: url('../images/imgbbg/Hyundai.jpg') no-repeat center center;
}

.komatsu-bbg {
    background: url('../images/imgbbg/Komatsu.jpg') no-repeat center center;
}

.marine-bbg {
    background: url('../images/imgbbg/MarineLeisure.jpg') no-repeat center center;
}

.news-bbg {
    background: url('../images/imgbbg/news&events.jpg') no-repeat center center;
}

.power-bbg {
    background: url('../images/imgbbg/PowerSystems.jpg') no-repeat center center;
}

.careers-bbg {
    background: url('../images/imgbbg/careers.jpg') no-repeat center center;
}

.commercial-bbg {
    background: url('../images/imgbbg/commercial-bg.jpg') no-repeat center center;
}

.cummins-bbg {
    background: url('../images/imgbbg/cummins.jpg') no-repeat center center;
}

.handling-bbg {
    background: url('../images/imgbbg/HandlingMaterials.jpg') no-repeat center center;
}

.locations-bbg {
    background: url('../images/imgbbg/locations.jpg') no-repeat center center;
} */
 
.img-companies img {
    max-width: 100%;
    margin: 13px;
    border: 1px solid #f1f1f1;
    padding: 15px;
}

.shell-brand {

}

.shell-brand img {
    width: auto !important;
    height: 70px;
}

.shell-brand p {
    margin-bottom: 5px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.about .about-txt .blue-strip p {
    color: #1d81de;
}

.about .blue-strip {
    padding: 0;
    background: transparent;
}