@charset "UTF-8";

/* CSS Document 
primary-color: #123f6d;
secondary-color: #ab8a2f;

*/

/*ol,
ul,
dl {
	margin-top: 22px;
}

ol ol, ol ul, ul ol, ul ul {
	margin-top: 0;
}*/

input, textarea {
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid #f3f3f3;
    padding-left: 15px;
    color: #b9b9b9;
    font-size: 1.2rem;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.si_floatRight {float:right;}
.si_floatLeft {float:left;}
.si_clearRight {clear:right;}
.si_clearLeft {clear:left;}
.si_clearBoth {clear:both;}
.si_center {text-align:center;}
.si_left {text-align:left;}
.si_right {text-align:right;}
.si_top {vertical-align:top; display:table-cell;}
.si_bottom {vertical-align:bottom; display:table-cell;}
.si_justify {text-align:justify;}
.si_textCapitalize {text-transform:capitalize;}
.si_textUppercase {text-transform:uppercase;}
.si_textBold {font-weight:bold;}

.si_marginTop {margin-top:2em;}
.si_marginBottom {margin-bottom:1em;}
.si_marginLeft {margin-left:1em;}
.si_marginRight {margin-right:1em;}

.si_marginTop0 {margin-top:0;}
.si_marginBottom0 {margin-bottom:0;}
.si_marginLeft0 {margin-left:0;}
.si_marginRight0 {margin-right:0;}

.si_paddingLeft0 {padding-left:0;}
.si_paddingRight0 {padding-right:0;}


.margintop35 {
	margin-top:35px;
}

.marginbottom30 {
		margin-bottom:30px;
	}
	
.margintop50 {
	margin-top:50px;
}
.margintop80 {
	margin-top: 80px;
}

.margintop70 {
	margin-top: 70px;
}

.marginbottom50 {
		margin-bottom:50px;
	}

.marginbottom70 {
		margin-bottom:70px;
	}
	
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    color: #333333;
    line-height: 3.0rem;
}

.overlay {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    opacity: 0;
    right: 0;
    bottom: 0;
    transition: opacity 1s ease-in-out;
    height: 0px;
}

/*.overlay {
    top: 110px;
}*/

.overlay.hover {
    opacity: 1;
    height: 100vh;
}

.carousel {
	opacity: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}

hr {
  margin: 0px!important;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 900;
	text-transform: uppercase;
}
h1 {
	font-size: 5.5rem;
}
h1 span {
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
}
h2 {
	font-weight: 700;
	font-size: 3.2rem;
}

h2 span {
	font-weight: 700;
	font-size: 3.2rem;
	text-transform: capitalize;
}

.main-title {
	margin: 50px 0 20px 0;
	text-transform:capitalize;
}


/*.main-title:after {
    content: '';
    background-image: url(/images/divider-line.png);
    height: 3px;
    position: absolute;
    bottom: 0;
    top: 100px;
    background-repeat: no-repeat;
    width: 100%;
    left: 45%;
}*/

.section-title-divider {
    background: url(/images/divider-line.png);
    width: 80px;
    height: 3px;
    text-align: center;
    margin: 24px auto 44px auto;
}
h3 {
	font-weight: 400;
	font-size: 2.2rem;
}

h3 span {
	color: #c40000;
	text-transform: capitalize;
	font-size: 2.2rem;
	font-weight: 700;
}

h4 {
    font-size: 1.7rem;
    font-weight: initial;
    letter-spacing: 3px;
}

.info h4 {
    font-size: 1.2rem;
    line-height: 17px;
}

.info p {
	font-weight: 600;
	margin: 0 0 5px 0;
}

p {
    display: block;
    margin-bottom: 2.5rem;
}

a {
    color: #bbb;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

#wrapper {
    position: relative;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    /*max-width: 1400px;*/
}

.logo2 {
    /*display: block;
    width: 100%;
    margin: 17px 0;*/
    padding: 15px 10px 15px;
    z-index: 9999;
    min-height: 80px;
    position: absolute;
    top: 0;
}

.row:after, .container:after{
    clear: both;
}

.bg-lightBlue {
    background-color: #1240a4;
}
.bg-blue {
    background-color: #002981;
}
.color-lightBlue {
    color: #bbc9e8;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.slick-prev, .slick-next {
	z-index: 999;
}

/* Header */

header {
    /*top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    display: block;*/
    height: 100px;
    background-color: #fff;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    position: sticky;
}

/*.mobile-toggle span.lines {
    display: inline-block;
    zoom: 1;
    *display: inline;
}*/

/*.navbar-toggler {
		position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    font-size: 2rem;
  }*/

.logo {
    display: block;
    text-indent: -9999px;
    width: 160px;
    height: 65px;
    background: url(/images/logo.png) no-repeat center left;
    background-size: 100% 75px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition!important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/*.mainmenu ul li a {
    line-height: 80px;
}*/

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    text-transform: capitalize;
    padding: 12px 32px;
    display: block !important;
    font-size: 1.5rem;
}

.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover {
    color: red;
    outline: 0;
    text-decoration: none;
}


/*==========Sub Menu=v==========*/
/*
.mainmenu .collapse ul > li:hover > a {
    background: #4CAF50;
}

.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #4CAF50;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #4CAF50;
}*/

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: #f5f5f5;
    font-size: 1.4rem;
}

.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
    background: #002981;
}
.mainmenu .collapse ul ul ul.dropdown-menu li a {
    color: #bbc9e8;
}
.mainmenu .collapse ul ul ul.dropdown-menu li:hover a {
    color: #fff;
    text-decoration: none;
}

.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64B5F6;
}



/*email form*/
#form-container {
  cursor: pointer;
  color: #FFF;
  z-index: 1000;
  position: fixed;
  margin: 0 auto;
  /* left: 0; */
  right: 0;
  top: 10vh; /*25vh*/
  /* bottom: 5vh; */
  overflow: hidden;
  /* border-radius: 50%; */
  width: 60px;
  max-width: 60px;
  height: 60px;
  text-align: center;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
  -webkit-transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

#form-container a {
    position: absolute;
    z-index: 9999999;
    background: #fe0000;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#form-container img {
    position: absolute;
    top: 16px;
    left: 8px;
}

#form-container h2 {
    color: #333333;
    padding: 0;
    font-size: 17px;
    padding: 30px 0 5px 30px;
    line-height: 30px;
    text-align: left;	
}

#form-container.expand {
  cursor: auto;
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);*/
  border-radius: 0;
  width: 388px;
  height: 600px; /*492*/
  max-width: 610px;
  padding: 0;
  /*-webkit-transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
  transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;*/
}

#form-close {
  cursor: pointer;
  right: 20px;
    top: 0px;
    position: absolute;
}

#form-container.expand .icon::before {
	color: #c0c0c0;
}

.icon::before {
  cursor: pointer;
  font-size: 30px;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  color:#ffffff;
}

.icon:hover::before {
  -webkit-animation: wiggle 0.2s linear infinite;
          animation: wiggle 0.2s linear infinite;
}

fa-envelope::before {
  display: block;
}

.fa-close::before {
  display: none;
}

.expandfa-envelope::before {
  display: none;
  color:#000000
}

.expand.fa-close::before {
  display: block;
  -webkit-animation: none;
          animation: none;
}

#form-content {
  /*-webkit-transform: translateY(150%);
          transform: translateY(150%);*/
  width: 100%;
  opacity: 0;
  text-align: left;
  -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f5f5f5;
  float: right;
  max-width: 328px;
}
#form-content.expand {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  float: right;
/*  width: 328px;*/
  max-width: 328px;
  width: 100%;
  height: 100%;
  right: 0;
}
#form-content form {
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}

#form-head {
  font-size: 17px;
  padding: 0;
  margin: 0 20px;
  color: #000000;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
#form-head h1, #form-head p {
  padding: 0;
  margin: 0;
}
#form-head .pre {
  display: block;
}
#form-head .post {
  display: none;
}

.form-submitted#form-head {
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
}
.form-submitted#form-head .pre {
  display: none;
}
.form-submitted#form-head .post {
  display: block;
}

.input {
  background: transparent;
  display: block;
  height: 48px;
  width: 100%;
  margin: 15px 0;
  padding: 0 15px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-size: 12px;
  color: #999999;  
  border: 1px solid #dddddd;      
}

.input.message {
    height: 118px;
    padding-top: 15px;
    margin:0;
}

input.input.submit {
        background: #fe0000;
    color: #fff;
/*    width: 100%;
    margin: 0;*/
    padding: 0;
    position: absolute;
/*    bottom: 0;
    left: 0;*/
    display: block;
    border: none;
    text-transform: uppercase;
    /*height: 40px;*/
    max-width: 328px;
    width: 100%;
    right: 0;
    margin: 40px 0 0 0;
}

.social-media {
	position: relative;
}

#form-container .social-media a{
	    background: none;
    display: inline-block;
    position: relative;
    float: left;
}

#form-container .social-media img {
	position: relative;
}
/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
    text-decoration: none;
    height: 100px;
}



.mainmenu .collapse ul ul li:hover {
    background-color: #002981;
}
.mainmenu .collapse ul ul li:hover > a {
    color: #fff;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover> ul {
        display: block;
        position: absolute;
        min-width: 265px;
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul li {
        /*position: relative;*/
    }
    .dropdown {
        position: initial;
        font-weight: bold;
    }
    .navbar-nav > .dropdown {
        position: relative;
    }   
    .mainmenu .collapse ul ul li:hover> ul {
        display: block;
        height: 100%;
        min-height: 315px;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px
    }

.hr-text {
	font-size: initial;
}    
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 42px;
}
.carousel-control-prev-icon {
    background-image: url("/images/icon-prev.png");
}
.carousel-control-next-icon {
    background-image: url("/images/icon-next.png");
}

#gkeBanner .carousel-caption {
    bottom: 30%;
}
#gkeBanner .carousel-caption h2 {
    font-weight: 900;
    font-size: 5.5rem;
}
#gkeBanner .carousel-caption .sub-title {
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: 4px;
}
#gkeBanner .carousel-caption h2 span {
    display: block;
    font-size: 2.2rem;
    font-weight: 400 !important;
    text-transform: initial;
    padding-top: 10px;
}
#gkeBanner .carousel-indicators {
    bottom: 20%;
}



/*.home-about-wrap .about,
.home-about-wrap .latest-news {
    padding: 50px;
}*/


.moveUp-100 {
    margin-top: -100px;
}


nav ul{
    list-style: none;
    margin-top: 0;
}



.navigation-wrapper {
    position: relative;
}
  
.mobile-toggle {
    position: fixed;
    top: 10px;
    right: -100%;
    width: 37px;
    height: 37px;
    margin: 10px 7.5px;
    cursor: pointer;
    /* transition: all 0.5s ease; */
    /* background-color: #3a3a38; */
    background-color: #da253b;
    z-index: 1;
}

/* About Us */
.subpage-banner {
	background-image: url("/images/banner-about-gke.jpg");
	background-size: cover;
	min-height: 350px;
}
.subpage-title {
	color: #fff;
}
.home-about-wrap {
    z-index: 1;
    position: relative;
    background-image: url(/images/bg-vision-mission.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about {
    margin: 150px 0;
}

.home-about-wrap .vision-mission {
    margin: 50px auto 0 auto;
    padding: 0 40px;

}

.home-about-wrap .home-latest-news {
    margin: 50px auto;
    padding: 0 40px;
}

#mission { display: none; }
#vision-mission_tab_content {
	padding: 16px;
	display: block;
}

#vision-mission_toggle .active {
	color: #333;
	position: relative;
	margin-bottom: 45px;
}

#vision-mission_toggle .active:after {
	background-image: url(/images/divider-line.png);
	background-repeat: no-repeat;
	width: 100%;
	content:'';
	position: absolute;
	height: 3px;
	bottom:0;
	left: 15px;
	top: 65px;
}

.our-vision-bg {
    background-image: url(/images/bg-our-vision.jpg);
    background-size: cover;
    height: 100%;
    background-position: right;
}

.ci-our-vision {
    padding: 40px;
     color: #fff;
}

.our-mission-bg {
    background-image: url(/images/bg-our-mission.jpg);
    background-size: cover;
}

.ci-our-mission {
    padding: 40px;
    color: #fff;
}

.ci-core-values-wrap {
    background-image: url(/images/bg-core-value.jpg);
    min-height: 700px;
}

.core-values h3 {
    padding: 15px 0 0 0;
}

/* home-news */

#slider {
    overflow: hidden;
}
.corp_newsContainer {
  max-width: 1000px;
  margin: 0 auto;
}
.news-slide {
    display: block;
    position: relative;
    /*overflow: hidden;*/
}

.ir_news {
    padding: 20px 0;
    list-style: none;
}

.news-list h4 {
	font-size: 1.8rem;
	font-weight: 600;
}

.news-date {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.news-date span {
    display: block;
    text-transform: uppercase;
    color: #333333;
    line-height: 39px;
}
span.news-day {
    font-weight: 300;
    font-size: 60px;
    color: #333333;
}
span.news-month {
    padding-left: 8px;
    font-size: 14px;
    letter-spacing: 2px;
}
.ir_newsTitle {
    float: left;
    /*margin: 0;
    padding: 0;*/
    text-align: left;
}
.ir_newsTitle a {
    color: #333333;
    line-height: 19px;
    margin: 0;
    padding: 0;
}
.si_fixed::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.news-slide .slick-dots li button:before {
	font-size: 12px;
	left: 5px;
}

.news-slide .slick-dots {
	    bottom: 17px;
	    left: -74px;
}

.news-slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*.news-list:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}*/

.invert {
	filter: invert(100%);
}

.news-list h4 img {
	filter: invert(100%);
	padding-right: 25px;
}

/*.slick-next:before {
	background-image: url(/images/icon-next.png);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 999;
}

.slick-prev:before {
	background-image: url(/images/icon-prev.png);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 999;
}*/

/* CSR*/
  
.csr-give-blood {
	background: #f1f1f1;
}

.csr-give-blood-content {
    padding: 40px;
}

csr-donations {
	background: #f8f8f8;
}

.csr-volunteering {
	background: #f8f8f8;
}

.csr-volunteering-content {
    padding: 40px;
}

/* Our Business */

.supply_chain_solutions .slick-prev {
	left: 15px;
}

.supply_chain_solutions .slick-next {
	right: 23px;
}

#freight .subpage-banner {
  background-image: url(/images/banner-freight.jpg);
  background-size: cover;
}

#warehousing .subpage-banner {
  background-image: url(/images/banner-warehousing-logistics.jpg);
  background-size: cover;
}

#transportation .subpage-banner {
  background-image: url(/images/banner-transportation.jpg);
  background-size: cover;
}

#marine-logistics-and-chemical-warehousing .subpage-banner {
  background-image: url(/images/banner-marine-logistics.jpg);
  background-size: cover;
}

#port-management .subpage-banner {
  background-image: url(/images/banner-port-management.jpg);
  background-size: cover;
}

#strategic-investment .subpage-banner {
  background-image: url(/images/banner-strategic-investment.jpg);
  background-size: cover;
}

#agriculture .subpage-banner {
  background-image: url(/images/banner-agriculture_may_2023.jpg);
  background-size: cover;
}

#registered-contact .subpage-banner,
#business-contact .subpage-banner {
  background-image: url(/images/banner-contact-us.jpg);
  background-size: cover;
}

.supply_chain_solutions .subpage-banner {
	min-height: 350px;
}

    
.our-business {
    margin: 100px 0;
}

.business-intro {
	font-size: 22px;
	text-align: center;
}

.home-our-business-wrap {
	background: #fff;
}

#disclaimer .subpage-banner {
	background-image: url(/images/banner-disclaimer.jpg);
	background-size: cover;
	min-height: 350px;
  }
  
.disclaimer-content {
  margin: 100px 0;
/*	 margin: 50px 0 30px 0;*/
}

#sitemap .subpage-banner {
	background-image: url(/images/banner-sitemap.jpg);
	background-size: cover;
	min-height: 350px;
  }
  
.sitemap-content {
  margin: 100px 0;
/*	 margin: 50px 0;*/
}

.sitemap-content h3 {
	padding-bottom: 15px;
	text-transform: capitalize;
}

.sitemap-content a{
	color: #4e4e4e;
}

.sitemap-content .cat {
	color: #002981;
	padding: 10px 0;
}

.sitemap-content .sub-cat {
	color: #2082ce;
}


/* Timeline */
.warehouse-timeline-wrap {
		position: relative;
    background-image: url(/images/bg-our-business-warehousing-logistics.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.our-business-warehousing {
    color: #fff;
    padding: 40px;
    text-align: justify;
    z-index: 999;
}

.our-business-warehousing h2, .our-business-freight h2, .our-business-express-logistics h2, .our-business-marine-logistics h2, .our-business-port-services h2, .our-business-strategic-investment h2 {
	letter-spacing :3px;
}

.our-business-warehousing-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}

.freight-timeline-wrap {
		position: relative;
    background-image: url(/images/bg-our-business-freight.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.our-business-freight {
    color: #fff;
    padding: 40px;
    text-align: justify;
    z-index: 999;
}

.our-business-freight-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}


.express-logistics-timeline-wrap {
		position: relative;
    background-image: url(/images/bg-express-logistics.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.our-business-express-logistics {
    color: #fff;
    padding: 40px;
    text-align: justify;
    z-index: 999;
}

.our-business-express-logistics p {
	text-align: justify;
}

.our-business-express-logistics-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}


.marine-logistics-timeline-wrap {
		position: relative;
    background-image: url(/images/bg-marine-logistics-chemical-warehousing.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.our-business-marine-logistics {
    color: #fff;
    padding: 40px;
    z-index: 999;
}

.our-business-marine-logistics p{
    text-align: justify;
}

.our-business-marine-logistics-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}

.marine-intro {
	/*margin: 50px 0;*/
	text-align: justify;
}

.port-services-timeline-wrap {
		position: relative;
    background-image: url(/images/bg-port-service-mgt.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.our-business-port-services {
    color: #fff;
    padding: 40px;
    z-index: 999;
}

.our-business-port-services p{ 
	text-align: justify;
}

.our-business-port-services-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}

.strategic-investment-timeline-wrap {
		position: relative;
    background-image: url(/images/bg-strategic-investment-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.our-business-strategic-investment {
    color: #fff;
    padding: 40px;
    z-index: 999;
}

.our-business-strategic-investment p {
    text-align: justify;
  }
  	
.our-business-strategic-investment-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}

.timeline {
    margin: 150px 0;
    position: relative;
}

.bg-black {
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}

/*.our-business-warehousing {
    color: #fff;
    padding: 40px;
    text-align: justify;
    z-index: 999;
}

.our-business-warehousing-divider {
	border-bottom: 1px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}*/

.vertical-slider .slick-dots {
    position: absolute;
    right: 100px;
    list-style: none;
    text-align: center;
    margin: 0px 20px;
    padding: 0 1% 0 1.5%;
    border-left: 1px solid #ffffff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
		width: 0;
		top: 80px;
		bottom: 80px;
}

.vertical-slider .slick-dots li {
	margin: 0;
	font-size: 0;
}

.vertical-slider .slick-dots li button:before {
	font-size: 29px;
	color: #ffffff;
	opacity: 1;
	left: -49px;
	position: relative;
}
.vertical-slider .slick-dots li.slick-active button {
	position: absolute;
    left: 0;
    width: max-content;
    height: max-content;
}

.vertical-slider .slick-active span {
    right: 103px;
    position: absolute;
    background: #fe0000;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 50px;
        top: -13px;
        width: max-content;
    font-size: 12px;
     text-transform: uppercase;
}


.vertical-slider .slick-dots li.slick-active button#slick-slide-control00:before {
		color: transparent;
    font-size: 62px;
    content: ''; 
    background-image: url(/images/icon-warehousing-logistics.png);
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 50px;
    background-position: center;
    border: 6px solid #8c251e;
    left: -65px;
    top: -26px;
    width: 74px;
    height: 74px;
    position: absolute;
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control01:before {
    color: transparent;
    font-size: 62px;
    content: ''; 
    background-image: url(/images/icon-freight.png);
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 50px;
    background-position: center;
    border: 6px solid #8c251e;
    left: -65px;
    top: -26px;
    width: 74px;
    height: 74px;
    position: absolute;
   
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control02:before {
    color: transparent;
    font-size: 62px;
    content: ''; 
    background-image: url(/images/icon-express-logistics.png);
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 50px;
    background-position: center;
    border: 6px solid #8c251e;
    left: -65px;
    top: -26px;
    width: 74px;
    height: 74px;
    position: absolute;
   
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control03:before {
    color: transparent;
    font-size: 62px;
    content: ''; 
    background-image: url(/images/icon-marine-logistics-chemical-warehousing.png);
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 50px;
    background-position: center;
    border: 6px solid #8c251e;
    left: -65px;
    top: -26px;
    width: 74px;
    height: 74px;
    position: absolute;
   
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control04:before {
    color: transparent;
    font-size: 62px;
    content: ''; 
    background-image: url(/images/icon-port-service-mgt.png);
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 50px;
    background-position: center;
    border: 6px solid #8c251e;
    left: -65px;
    top: -26px;
    width: 74px;
    height: 74px;
    position: absolute;
   
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control05:before {
    color: transparent;
    font-size: 62px;
    content: ''; 
    background-image: url(/images/icon-strategic-investment.png);
    background-repeat: no-repeat;
    background-color: #fe0000;
    border-radius: 50px;
    background-position: center;
    border: 6px solid #8c251e;
    left: -65px;
    top: -26px;
    width: 74px;
    height: 74px;
    position: absolute;
   
}

.vertical-slider.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    margin: 0;
    padding: 0;
}

.vertical-slider .slick-dots li img:nth-child(1) {
    display: block;  
    background-image:url(/images/icon-warehousing-logistics.png);
}  

.vertical-slider .slick-dots li img:nth-child(2) {
    display: none;   
}

.vertical-slider .slick-dots li.slick-active img:nth-child(1) {
    background-image:url(/images/icon-warehousing-logistics.png);   
}

.vertical-slider .slick-dots li.slick-active img:nth-child(2) {
    display: block;  
}

.vertical-slider .slick-dots li button {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-align: right;
}
/*Business Page*/
.warehousing-services-wrap {
		position: relative;
    background-image: url(/images/bg-warehousing-logistics-content.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.our-warehousing-services {
    color: #fff;
    padding: 40px;
}

.our-warehousing-services h2, .freight-services h2 {
	letter-spacing: 5px;
}

.our-warehousing-services ul li {
    list-style: none;
    margin-left: -6px;
}

.our-warehousing-services ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: red;
    margin-left: -30px;
}

/*freight*/
.freight-services-air-wrap {
		position: relative;
    background-image: url(/images/bg-freight-air.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.freight-services-road-wrap {
		position: relative;
    background-image: url(/images/bg-freight-road.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.freight-services-sea-wrap {
		position: relative;
    background-image: url(/images/bg-freight-sea.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.freight-services {
    color: #fff;
    padding: 40px;
}
.freight-services ul li {
    list-style: none;
    margin-left: -6px;
}

.freight-services ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: red;
    margin-left: -30px;
}


.supply-chain-divider {
	border-bottom: 2px solid #d10707;
	width: 44px;
	margin-top: 34px;
	margin-bottom: 34px;
}

.competent-services {
    background-color: #ed7b1e;    
    padding: 30px 35px;
    width: 100%;
    color: #fff;
    height: 272px;
}

.competent-services h3 {
	font-size: 26px;
	font-weight: 700;
	padding: 10px 0;
}

.extensive-service-range {
	background-color: #4283c5;
	padding: 30px 35px;
    width: 100%;
    color: #fff;
    height: 272px;
}

.extensive-service-range h3 {
	font-size: 26px;
	font-weight: 700;
	padding: 10px 0;
}

.worldwide-network-agents {
	background-color: #8f8f8f;
	padding: 30px 35px;
    width: 100%;
    color: #fff;
    height: 272px;
}

.worldwide-network-agents h3 {
	font-size: 26px;
	font-weight: 700;
	padding: 10px 0;
}

/*Transportation*/

.transportation-services-transport-wrap {
		position: relative;
    background-image: url(/images/bg-transportation-services.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
}


.transportation-services-project-wrap {
		position: relative;
    background-image: url(/images/bg-transpotation-project-logistics.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
}


.transportation-services-additional-wrap {
		position: relative;
    background-image: url(/images/bg-transpotation-additional-services.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
}
.transportation-services {
    color: #fff;
    padding: 40px;
}
.transportation-services ul li {
    list-style: none;
    margin-left: -6px;
}

.transportation-services ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: red;
    margin-left: -30px;
}

.our-equipment-resources-wrap {
	background-color: #f5f5f5;
}

.goals {
	padding: 0 30px 0 15px;
}

.goals p {
    margin-top: 22px;
}

.objectives {
	padding: 0 0 0 50px;
}

.descriptions {
    padding: 0 35px;
}


.content-all ul {
  padding-left: 31px!important;
}


.content-all ul, .objectives ul, .marine-paint-content ul, .operational-capacity-content ul, .marine-equipment-content ul, .transports-key-points ul, .our-equipment-resources-wrap ul {
	padding-left: 15px;
	color: #a5a5a5;
	margin-top: 22px;
}

.content-all ul li span, .objectives ul li span, .marine-paint-content ul li span, .operational-capacity-content ul li span, .marine-equipment-content ul li span, .transports-key-points ul li span,  .our-equipment-resources-wrap ul li span {
	color: #333;
}

/*Marine Logistics*/
.marine-logistics-and-chemical-wrap {
		position: relative;
    background-image: url(/images/bg-marine-logistics.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
  }
  
.dominant-marine-paint-solutions {
	/*background: #f1f1f1;*/
}
.marine-paint-content {
    /*padding: 40px;*/
}

.marine-equipment-resources {
	/*background: #f1f1f1;*/
	margin-bottom: 30px;
	width: 100%;
}

.marine-equipment-content {
    /*padding: 40px;*/
}

.operational-capacity {
	/*background: #f8f8f8;*/
	width: 100%;
}

.operational-capacity-content {
    /*padding: 40px;*/
}

/*port management*/	

.port-management-wrap {
		position: relative;
    background-image: url(/images/bg-port-management.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
  }



.port-management-services {
    color: #fff;
    padding: 40px;
}

.port-management-services h2 {
	letter-spacing: 5px;
}

.port-management-services ul li {
    list-style: none;
    margin-left: -6px;
}

.port-management-services ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: red;
    margin-left: -30px;
}

/*strategic investment*/	

.strategic-investment-expansion-wrap {
		position: relative;
    background-image: url(/images/bg-strategic-investment.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
  }
  




.strategic-investment-expansion {
    color: #fff;
    padding: 40px;
}

.strategic-investment-expansion h2 {
	letter-spacing: 5px;
}

.strategic-investment-expansion ul li {
    list-style: none;
    margin-left: -6px;
}

.strategic-investment-expansion ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: red;
    margin-left: -30px;
}
  
 /**************agriculture*************/

  
  .agriculture-wrap {
		position: relative;
    background-image: url(/images/bg-agriculture_2023.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 696px;
  } 
  
  
/*Email Alert*/
::-webkit-input-placeholder {
  color: #b3b3b3;
}
.home-email-wrap {
		position: relative;
    background-image: url(/images/bg-email-alerts.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.email-alerts {
    margin: 150px 0;
}

.email-alerts-wrap {
    background: #fff;
    position: relative;
    margin: auto;
}

.email-form-symbol-wrap {
    background-color: rgba(0, 41, 129,0.7);
    width: 95px;
    height: 95px;
    position: absolute;
    top: calc(100% - 120%);
    left: calc(100% - 59%);
    justify-content: center;
    align-items: center;
}

.email-form-symbol-wrap .white-bg {
	}
	
	
.email-symbol-inner {
    height: 85px;
    width: 85px;
    position: absolute;
    background: #002981;
    top: 5px;
    left: 5px;
    justify-content: center;
    align-items: center;
}
.email-form-symbol {
    position: absolute;
    text-align: center;
    top: calc(100% - 65px);
    left: calc(100% - 68px);
}
.email-input-group {
	width: 100%;
	
}

.email-input-group form {
		width: 100%;
	}
	
.email-input {
	position:relative;
	width: 100%;
	height: 52px;
  border: 1px solid #f3f3f3;
  padding-left: 15px;
  color: #b9b9b9;
  font-size: 1.2rem;
}
.email-submit {
	position: absolute;
	right: 36px;
	width: 60px;
    background-image: url(/images/icon-arrow.png);
    background-color: #d10707;
    background-repeat: no-repeat;
    background-position: center;
    height: 52px;
    border: none;
    font-size: 16px;
}
.form-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 20px;
  }

.form-wrap h4 {
	font-weight: 600;
	padding-top: 16px;
}

.form-wrap p {
	font-size: 1.6rem;
}

/*Contact*/

.contact-us .subpage-banner {
	 background-image: url(/images/banner-contact-us.jpg);
    background-size: cover;
    min-height: 350px;
}
/*.contact-address-wrap {
    margin: 100px 0;
}*/

.contact-address {
	font-size: 22px;
	text-align: center;
}

.contact-address span {
	font-size: 18px;
}

.company-address-wrap {
	background: #fff;
}


.business-contact-wrap {
    position: relative;
    background-image: url(/images/bg-business-contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}	

.business-contact-wrap h4 {
	color: #fff;
	text-align: center;
	position: relative;
	margin: 50px auto;
	font-size: 2.2rem;
	
}

.business-contact-list {
	background: #fff;
	padding: 70px;
}

.business-contact-list row2 {
	margin-top: 10px;
}

.business-contact-list h3 {
	padding: 10px 0;
	
}

.contact-tel {background: url(/images/icon-phone.png) no-repeat left center; padding-left: 33px; line-height: 33px;}

.contact-fax {background: url(/images/icon-fax.png) no-repeat left center; padding-left: 33px; line-height: 33px;}

.contact-email {background: url(/images/icon-email.png) no-repeat left center; padding-left: 33px; line-height: 33px; margin-bottom: 40px;}

.bonus-scheme h3, .company-transport h3, .benefits h3, .company-events h3, .lunch h3, .fun h3 {
	padding: 15px 0 0 0;
}

.registered-contact-wrap {
	 margin: 100px 0;
}

.registered-contact-map {
  margin-bottom: -9.5px;
}

.registered-contact {
	padding: 0 70px;
}

.registered-contact-form input, .registered-contact-form textarea {
	margin-bottom: 32px;
	background: #f6f7f8;
	font-size: 17px;
}

.registered-contact-form textarea {
 	min-height: 235px;
}

#submit {
    width: 33%;
    text-align: center;
    margin: 0 33.33%;
    color: #fff;
    background: #04287f;
    text-transform: uppercase;
}


/*Career*/

.career .subpage-banner {
	  background-image: url(/images/banner-careers.jpg);
    background-size: cover;
    min-height: 350px;
}

.home-career-wrap {
		position: relative;
    background-image: url(/images/bg-careers.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.career-contact {
    margin: 78px 0;
}
.interest {
	color: #ffffff;
}

.find-out-more {
    border: 1px solid #ffffff;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
        margin-top: 15px;
}

.career-welfare-wrap {
	/*margin-bottom: 100px;*/
}

.career-opportunities-content-wrap {
	background: #f5f5f5;
}

.career-opportunities-content {
	padding: 100px 0;
}



/*Welfare*/
.bonus-scheme-bg, .company-transport-bg, .benefits-bg, .events-bg, .lunch-bg, .fun-bg {
	background: #f6f6f6;
	margin-bottom: 32px;
}

.bonus-scheme-bg, .company-transport-bg, .lunch-bg, .fun-bg {
	height: 193px;
}

.benefits-bg, .events-bg {
	min-height: 336px;
}

.bonus-scheme, .company-transport, .benefits, .company-events, .lunch, .fun {
	padding: 30px 0 30px 40px;
}



.bonus-scheme ul, .company-transport ul, .benefits ul, .company-events ul, .lunch ul, .fun ul, .goals-objectives-wrap ul, .descriptions ul {
	padding-left: 15px;
	color: #a5a5a5;
}

.bonus-scheme ul li span, .company-transport ul li span, .benefits ul li span, .company-events ul li span, .lunch ul li span, .fun ul li span, .goals-objectives-wrap ul li span{
	color: #333;
}


/*bod*/
.bod-about-wrap {
		background-color: #002981;
}


.bod-slider {
    margin: 60px 0;
    width:100%;
}


/* bod gallery */
.bod-toggle-wrap {
    margin: 50px 0;
}

.info {
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  height: 105px;
}
.drt-contents { 
  position: relative; 
  cursor: pointer;
  background: #2d61cf;
}

.drt-contents:hover {
	background: #c40000;
}

.tabcontent {
    display: none;   
}

.tabcontent.active {
    display: block;
    text-align: justify;
}

.tabcontent h4 {
	font-weight: bold;
	font-size: 32px;
	text-transform: capitalize;
	/*margin: 1rem 0;*/
}
.tablinks.active .drt-contents .info {
	background: #c40000;
}

.bod-title {
	font-size: 22px;
	display:block;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f054';
    top: calc(100% - 100px);
    font-size: 50px;
  }

.slick-prev:before
{
    content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
}

:focus {
	outline: none;
}

/*bod inline-style*/    
/*#bod .slider {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#bod .slick-slide img {
	width: 100%;
}

#bod .info {
	width: 100%;
}

#bod .slick-prev, .slick-next {
	top: 79%;
}

#bod .drt-contents {
	margin: 0 10px;
}

#bod .tablinks.active .drt-contents .info:after {
    position: relative;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    color: #c40000;
    font-weight: 700;
    font-size: 30px;
    top: 5px;
    margin: 0;
    padding: 0;
}

#bod .slick-dots li button {
	width: 15px;
	height: 15px;
}
	
#bod .slick-dots li button:before {
	font-size: 12px;
	color: #ffffff;
	opacity: .25;
	background: #ffffff;
	width: 15px;
	height: 15px;
}

#bod .slick-dots li.slick-active button:before {
	color: #ffffff;
	opacity: 1;
	background: #ffffff;
	width: 15px;
	height: 15px;
}*/

/*management*/

#management hr:last-child {
    display: none;
}

.about-management {
    margin-bottom: 50px;
}
/* profile */

.profile-intro {
	/*margin: 50px 0;*/
	text-align: justify;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
}

article {
	text-align: justify;
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	 -webkit-column-gap: 4em;
   -moz-column-gap: 4em;
   column-gap: 4em;
   margin: 50px 0;        
}

article p {
	margin-bottom: 2.5rem;
}

.img-responsive {
    width: 100%;
    height: auto;
}


/*Awards*/

.addui-Tabs .addui-Tabs-tabHolder {
  display: flex;
}

.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  /*text-align: center;
  padding: 8px 16px;*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  color: #9a9a9a;
  padding-left: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}

.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab.addui-Tabs-active {
  padding-bottom: 15px;
  font-weight: 600;
  color: #333;
  border-bottom: 4px solid #c40000;
}

.addui-Tabs .addui-Tabs-content {
  display: none;
}

.addui-Tabs .addui-Tabs-content.addui-Tabs-active {
  display: block;
  padding: 50px 0;
  padding-left: 0;
}
.certs-wrapper {
    position: relative;
    width: 100%;
    float: left;
    display: inherit;
}
.certs {
	width: 263px;
	height:369px;	
	float: left;
	border: 1px solid #dfdfdf;
	margin: 1em 0;
	position: relative;
	display: inline-block;
}

.certs img {
	width: auto;
	height: auto;
	vertical-align: middle;
	max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.certs p {
	text-align: center;
}

.awards-logo-wrapper {
    position: relative;
    width: 100%;
    float: left;
    display: inherit;
}

.awards-logo-bg {
    /*background: #fafafa;*/
    /*background: -moz-linear-gradient(left, #fafafa 51%, #f9f9f9 98%);
    background: -webkit-linear-gradient(left, #fafafa 51%,#f9f9f9 98%);
    background: linear-gradient(to right, #fafafa 51%,#f9f9f9 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f9f9f9',GradientType=1 );*/
    /*padding: 40px 20px;*/
    margin-bottom: 20px;
        margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


.awards-logo {  
    height: 83px;
    float: left;
    margin: 1em 0;
    position: relative;
    display: inline-block;
}

.awards-logo img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hr-text {
  text-align: center;
    height: 16px;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    margin-bottom: 16px;   
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px; 
  }

.hr-text:first-line {
    background-color: white;  
  }

.hr-text {
    display: flex;
    align-items: center;
    text-align: center;
}
.hr-text::before, .hr-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 22px;
}
.hr-text::before {
    margin-right: .25em;
}
.hr-text::after {
    margin-left: .25em;
}

.acquired-certs {
    letter-spacing: 5px;
}



/* footer */
.copy {
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0;
}
.disclaimer {
	color: #999999;
	font-size: 12px;
	margin-bottom: 0;
}
.disclaimer a {
	color: #002981;
	margin: auto 10px;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    padding: 7px 10px 10px 10px; 
    background: #002981; 
}

#back-to-top { 
	color: #fff; 
	bottom: 35px; 
	display: none; 
	font-size: 30px; 
	}

#back-to-top.show {
    opacity: 1;
}

#footer-wrap {
    position: relative;
    padding: 30px 0px 50px;
    font-size: 1.2rem;
    background: #fff;
}

/*.banner-overlay {
	background: #000;
	z-index: 9999;
	opacity: .75;
}*/


/* Responsive */

@media only screen and (min-width: 992px) {
    #gkeBanner .carousel-item {
        width: 100%;
        max-height: 750px !important;
    }
    .dropdown-toggle::after {        
        content: none;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1100px) and (orientation: landscape) {}

@media screen and (max-width: 991px) {
	header {
		height: 80px;
		position: sticky;
		z-index: 9999;
	}
.goals, .objectives, .descriptions {
	padding: 0 15px;
}

.subpage-banner {
	min-height: 220px;
}

.supply_chain_solutions .subpage-banner {
	min-height: 220px;
}

.supply-chain-slider img {
	height: 300px;
	width: auto;
}

.slick-prev, .slick-next {
	top: 40%;
}

.contact-us .subpage-banner {
    min-height: 220px;
}

.career .subpage-banner {
	min-height: 220px;
}
.career-descriptions {
	margin-top: 40px;
}
	
#disclaimer .subpage-banner {
	min-height: 220px;
  }

#sitemap .subpage-banner {
	min-height: 220px;
  }
    	
.email-input-group form {
	width: 100%;
}

.mainmenu {height: 80px; }
	
.navbar-light .navbar-toggler {
    /*margin-top: 8px;*/
}
	    
.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
}

.navbar-collapse {
    width: 100%;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #f5f5f5;
    padding: 30px 0;
    /*max-height: 550px;*/
    overflow-y: auto;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: transparent;
    border-top: transparent;
}

#gkeBanner .carousel-caption {
	bottom: 20%;
}
#gkeBanner .carousel-caption .sub-title {
	font-size: 1.4rem;
	letter-spacing: 4px;
}

#gkeBanner .carousel-caption h2 {
	font-size: 2.4rem;
}

#gkeBanner .carousel-caption h2 span {
	font-size: 1.4rem;
}

#gkeBanner .carousel-indicators {
		bottom: 0;
}

.carousel-item img {
	height: 300px;
/*	width: auto !important;*/
}

#form-container {
	width: 46px;
	height: 46px;
	top: 15vh;
	position: fixed;
	/*right: 35px;*/
}

/*#home #form-container {
	right: 25px;
}*/

#form-container img {
	width:30px;
	height: auto;
	top: 14px;
}

#form-container a {
	width: 46px;
	height: 46px;
}

#form-container.expand {
	width: 361px;
}

#form-content.expand,
#form-content,
input.input.submit {
  /*	width: 316px;*/
  max-width: 316px;
}

#form-container h2 {
	padding: 30px 0 5px 30px;
}

header .img-responsive {
    width: 110px;
    top: 2px;
    position: relative;
}

.news-list h4 img {
	filter: invert(100%);
	padding-right: 25px;
}

/*.ir_newsTitle a {
	font-size: 13px;
}*/

.news-date span {
	padding-top: 5px;
}

.slick-dots {
	    margin: 0 -6px;
	  }

.about, .our-business {
    margin: 100px 0;
}
	  
/*bod*/
.tabcontent img, .tabcontent h4,  .tabcontent .bod-title {
	display: none;
}

.info {
	padding: 15px;
}

.home-about-wrap .vision-mission {
		margin: 50px auto 0 auto;
  	padding: 0 15px;
}

.home-about-wrap .home-latest-news {
	padding: 0 15px;
}

#vision-mission_toggle .active:after {
	top: 55px;
}   

.margintop80 {
    margin-top:70px;
}

.news-slide .slick-dots {
    bottom: 0px;
    left: -12px;
}

.vertical-slider .slick-dots li button:before {
	left: -20px;
	font-size: 17px;
	top: -7px;
}

.vertical-slider .slick-dots {
	margin: 0px 30px;
	right: 10px;
}

.vertical-slider p {
	font-size: 12px;
}

.vertical-slider .slick-active span {
	font-size:12px;
	right: 81px;
    position: absolute;
    background: #fe0000;
    padding: 10px;
    color: #ffffff;
    border-radius: 50px;
        top: -20px;
        width: max-content;
        display: none;
	}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control00:before {
	left: -38px;
	background-size: 34px auto;
	width: 62px;
	height: 62px;
}


.vertical-slider .slick-dots li.slick-active button#slick-slide-control01:before {
	left: -38px;
	background-size: 34px auto;
	width: 62px;
	height: 62px;
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control02:before {
	left: -38px;
	background-size: 34px auto;
	width: 62px;
	height: 62px;
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control03:before {
	left: -38px;
	background-size: 34px auto;
	width: 62px;
	height: 62px;
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control04:before {
	left: -38px;
	background-size: 34px auto;
	width: 62px;
	height: 62px;
}

.vertical-slider .slick-dots li.slick-active button#slick-slide-control05:before {
	left: -38px;
	background-size: 34px auto;
	width: 62px;
	height: 62px;
}

h1 {
	font-size: 4rem;
	line-height: 44px;
}

h1 span {
	font-size: 2.0rem;
}

h2 span {
	font-size: 2.4rem;
}

.slick-prev, .slick-next {
	top: 45%;
}

.our-business-marine-logistics, .our-business-warehousing, .our-business-freight, .our-business-express-logistics, .our-business-port-services, .our-business-strategic-investment  {
	padding: 40px 60px 40px 20px;
}

.our-business-marine-logistics h2, .our-business-warehousing h2, .our-business-freight h2, .our-business-express-logistics h2, .our-business-port-services h2, .our-business-strategic-investment h2 {
	font-size: 2.8rem;
}


.news-list h4 {
	font-size: 1.8rem;
	font-weight: 600;
}

.email-form-symbol-wrap {
    left: calc(100% - 62%);
}

.addui-Tabs .addui-Tabs-tabHolder {
	    display: initial;
	  }
.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab {
		/*width: 50%;
    display: inline-block;
    float: left;*/
    padding-bottom: 18px;
    margin-bottom: 20px;
    text-align: center;
  	}

.certs {
	margin: 10px 40px;
	display: block;
	position: relative;
}

.certs img {
    width: 100%;
}

.cert-description {
	margin: 20px 0;
	position: relative;
}
.cert-description p {
	display: block;
	postion: relative;
	text-align: center;	
	}
.freight-service-diagram {
	width: 100%;
}

.supply_chain_solutions .timeline {.slick-prev, .slick-next
	margin: 100px 0;
}


.our-equipment-resources-slider.marginbottom70 {
	margin-bottom: 0;
}

.descriptions {
	padding-top: 30px;
}

.our-equipment-resources {
	margin-top: 50px;
}

.bonus-scheme-bg, .company-transport-bg, .lunch-bg, .fun-bg {
	height: auto;
}

.benefits-bg, .events-bg {
	height: auto;
}

.business-contact-list {
	padding: 40px;
}

.contact-address-wrap {
    margin: 0;
}

.registered-contact {
  padding: 0 15px;
}

.sitemap-content {
  margin: 50px 0;
}

.disclaimer-content {
  margin: 50px 0 30px 0;
}

.hr-text {
    font-size: initial;
}

}

@media screen and (max-width: 600px) {
	.mainmenu a, .navbar-default .navbar-nav>li>a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    
    
}

.bonus-scheme, .company-transport, .benefits, .company-events, .lunch, .fun {
	padding: 30px 40px 30px 40px;
}	
	}

@media screen and (max-width: 420px) {}

