body {
    font-family: 'Kanit', sans-serif;
}

@media (max-width: 992px){
    #nav-item-link{
        margin-right: 0;
    }
    .nav-link.dropdown-toggle{
        padding-bottom: 0px;
    }
}

.tile-light ul li a:hover{
    color: #213363;
}

#cookie-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255,255,255,1.0);
    width: 420px;
    max-width: calc( 100% - 70px );
    padding: 15px;
    z-index: 999;
    /*border-radius: 6px;*/
    box-shadow: -2px -2px 10px #eee;
    border: 2px solid #e3e3e3;
    display:none;
}
#cookie-message p {
    margin: 0;
    padding: 10px 0 5px 0;
}
#cookie-message h4 {
    margin: 0;
    padding: 0;
}
#cookie-message a {
    display: block;
}
#cookie-message span {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    font-size: 33px;
}
#cookie-message span:hover {
    color: #ccc;
}

/* Navigation */
.navbar-brand {
    padding: 10px 0;
}
.navbar-brand h1 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 900;
    color: #354169;
    letter-spacing: -1.84px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.navbar-brand h1 span {
    color: #2582BC;
}
.navbar-brand p {
    font-size: 19px;
    color: #354169;
    line-height: 37px;
    letter-spacing: -0.27px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(37, 130, 188, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
    border-radius: 10px;
    border-color: #2582BC;
    padding: 6px 8px;
}

a.nav-link {
    color: #005695!important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-item:first-of-type .nav-link::before {
    content: unset;
    color: transparent;
    position: relative;
    left: -8px;
}
a.nav-link:hover {
    background: #005695;
    color: #fff!important;
}
a.nav-link:hover::before {
    color: transparent;
}
.dropdown:hover .dropdown-toggle {
    background-color: #005695;
    color: #fff!important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: inherit;
    vertical-align: unset;
    content: "";
    border: unset;
}
.navbar-nav {
    padding-top: 12px;
}
.navbar-nav .dropdown-item {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    text-decoration: none;
    background: #354169;
    color: #fff!important;
}
.nav-link.dropdown-toggle:hover {
    background: unset;
    color: #005695!important;
}
.nav-link.dropdown-toggle:hover {
    background: #005695;
    color: #fff!important;
}
.navbar-nav li:hover > .dropdown-menu {
    display: block;
}
.nav-link.dropdown-toggle {
    padding-bottom: 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.dropdown-menu {
    margin-top: 0;
    border: unset;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 0px 0px 4px 4px;
    border-top-left-radius: 0;
    background: #005695;
}
.dropdown-item.active {
    background-color: unset;
    font-weight: 500;
}
.nav-item .btn {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Helpers */
.btn {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-dark {
    background-color: #354169;
    color: #fff;
}
.btn-primary {
    background-color: #21C9FD;
    border-color: #21C9FD;
    color: #fff;
}
.btn-primary:hover {
    background-color: #21b9ed;
    border-color: #21b9ed;
    color: #e3e3e3;
}
.btn-link:hover b {
    color: #ffffff;
    text-decoration: underline;
}
/* Homepage */
.ht-hero {
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 680px;
    position: relative;
}
#homepageCarousel .ht-hero-inner {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px 26%;
    color: #fff;
}
#homepageCarousel .ht-hero-inner span {
    font-weight: 300;
    line-height: 33px;
    font-size: 22px;
    padding: 0;
    letter-spacing: -0.28px;
    margin-top: 145px;
    display: block;
    margin-bottom: 6px;
    font-style: italic;
    color: #21C9FD;
}
#homepageCarousel .ht-hero-inner h1 {
    max-width: 520px;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -0.9px;
    line-height: 72px;
    display: block;
    margin-bottom: 20px;
}
.tile-light ul{
    margin: 0;
    padding: 0;
}

.list-item-bullet{
    font-weight: bold;
    font-size: 20px;
    color: #2582BC;
}
#homepageCarousel .ht-hero-inner .btn-primary {
    font-size: 16px;
    padding: 13px 32px;
}
#homepageCarousel .ht-hero-inner .btn-link {
    color: #fff;
    font-size: 22px;
}
#homepageCarousel .ht-hero-inner .btn-link:hover {
    text-decoration: none;
    /*color: #ddd;*/
}
#homepageCarousel .ht-hero-inner .btn-link i {
    font-size: 33px;
    display: inline;
    vertical-align: middle;
}
#pageCarousel .ht-hero-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10,10,10,.3);
}
#pageCarousel .ht-hero-inner h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 54px;
    padding: 32px 0;
}

section.ht-tiles {
    background-color: #F8F8F8;
    padding-top: 64px;
    padding-bottom: 96px;
}
section h5 {
    color: #005695;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 34px;
    text-transform: uppercase;
}
section h4 {
    color: #005695;
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 42px;
    text-transform: uppercase;
}
.ht-tile {
    padding: 38px 28px;
    color: #fff;
    border-radius: 10px;
}

.ht-tile h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.41px;
    line-height: 40px;
}

.tile-dark {
    background-color: #000;
    background-image: url(/images/road_icon_o45.svg);
    background-size: 169px 92px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) calc(100% + 15px);
}
.tile-dark h3 span {
    color: #2582BC;
}

.tile-grey {
    background-color: #393939;
    background-image: url(/images/road_icon_o45.svg);
    background-size: 169px 92px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) calc(100% + 15px);
}
.tile-dark h3 span {
    color: #2582BC;
}
.tile-blue {
    background-color: #2582BC;
    background-image: url(/images/road_icon_o45.svg);
    background-size: 169px 92px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) calc(100% + 15px);
}
.tile-light {
    background-color: #ffffff;
    background-image: url(/images/road_icon_o45.svg);
    background-size: 169px 92px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) calc(100% + 15px);
    color: #213363;
}
.tile-light h3, .tile-light p {
    color: #213363;
}
.tile-light h3 span {
    color: #2582BC;
}
.tile-light ul {
    margin: 20px 0px 30px 20px;
}

.tile-light li{
    font-size: 27px;
    list-style-type: disc;
    color: #213363
}

.tile-light ul li a {
    vertical-align: text-bottom;
    font-size: 20px;
    font-weight: 800;
    color: #2582BC;
}
.ht-tile .btn {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 14px 18px;
    letter-spacing: -0.15px;
}
.ht-tile .btn::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    float: right;
    margin-left: 32px;
}

.ht-cta-1 {
    padding-top: 90px;
    padding-bottom: 164px;
    background-size: cover;
    background-repeat: no-repeat;
}
.ht-box-transparent {
    background-color: rgba(0,0,0, .45);
    padding: 47px 51px;
    border-radius: 10px;
}

#no-landing{
    display: none;
}

.ht-cta-1 p {
    font-size: 22px;
    line-height: 30px;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.65);
    margin-top: 13px;
    color: #ffffff;
}
.ht-cta-1 p a {
    font-weight: bold;
    text-decoration: underline;
    display: block;
    color: #21C9FD;
    font-size: 26px;
    line-height: 30px;
}
.ht-cta-1 h5 {
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.65);
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.ht-cta-1 h5 span {
}
.ht-cta-1 h5 span.green {
    color: #498E58;
}
.ht-cta-1 .btn::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    margin-left: 20px;
}
.ht-cta-1 .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 15px 20px 15px 20px;
}
.ht-usps {
    padding-top: 112px;
    padding-bottom: 159px;
}
.ht-usps img {
    vertical-align: top;
    margin-right: 20px;
}
.usp-details {
    max-width: 70%;
    /*color: #fff;*/
}
.ht-usps img, .usp-details {
    display: inline-block;
}
.ht-usps i {
    font-size: 42px;
    line-height: 42px;
    margin-right: 29px;
    color: #21C9FD;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 8px;
}
.usp-details h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #005695;
}
.usp-details p {
    font-size: 18px;
    line-height: 26px;
}
.ht-cta-2 .container {
    padding: 100px 15px;
}
.ht-cta-2 p {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 48px;
    color: #213363;
}
.ht-cta-2 a {
    color: #2582BC;
    font-weight: 800;
    text-decoration: underline;
    display: inline-block;
}
.ht-cta-2 a:hover {
    /*text-decoration: none;*/
    color: #374266;
}
.ht-link-small {
    font-size: 14px;
    line-height: 40px;
    color: #21C9FD;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}
.ht-articles {
    background-color: #F8F8F8;
    padding-top: 141px;
    padding-bottom: 90px;
}
.ht-articles-overview {
    padding-top: 32px;
    padding-bottom: 205px;
}
.ht-news-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px 30px;
}
.ht-news-card span.date {
    color: #213363;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 16px;
}
.ht-news-card h6 {
    color: #005695;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}
.ht-news-card img {
    border-radius: 10px;
}
.ht-news-card p {
    font-size: 16px;
    line-height: 26px;
    margin: 19px 0;
}
.ht-news-card .btn {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.18px;
    font-weight: bold;
    padding: 14px 19px;
}
.ht-news-card .btn::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    margin-left: 25px;
    vertical-align: middle;
}
#trucker-img{
    background-repeat: no-repeat;
    height: 396px;
    background-position: center top;
}

.text-sm-right {
    text-align: right!important;
    max-width: 40%;
}
.ht-body {
    padding-top: 77px;
    padding-bottom: 94px;
}
.ht-body p, .ht-body ul {
    font-size: 16px;
    line-height: 24px;
}
.ht-body h1, .ht-body h2, .ht-body h3, .ht-body h4, .ht-body h5, .ht-body h6 {
    text-transform: uppercase;
    font-weight: 800;
    color: #005695;
    margin-bottom: 26px;
}
.text-center{
    text-align: center!important;
}

#map {
    min-height: 300px;
}
.ht-footer {
    background-color: #005695;
    padding-top: 75px;
    padding-bottom: 90px;
}
.ht-footer h5 {
    color: #21C9FD;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.ht-footer p {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 50px;
}
.ht-footer a {
    display: block;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 50px;
}
.ht-footer a span {
    display: inline-block;
    width: 60px;
    vertical-align: -webkit-baseline-middle;
    color: #2582BC;
    margin-top: -5px;
}
.ht-footer span i {
    font-size: 32px;
    color: #21C9FD;
    line-height: 50px;
}
.ht-footer section.ht-footer-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
section.ht-footer-section .language-picker a {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}
.ht-dropdown-menu {
    border: unset;
    border-radius: 0px;
    padding: 28px 33px;
    margin-left: 30px;
    margin-top: 14px;
    box-shadow: 0 2px 20px 0 rgba(25,25,25,0.24);
    max-height: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    background-color: #ffffff;
}
.ht-dropdown-menu:before {
    position: absolute;
    left: calc(50% - 12px);
    top: -8px;
    content: '\A';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid #fff;
}
.ht-dropdown-menu.show {
    max-height: 750px;
    opacity: 1;
    transition: opacity .8s ease;
    visibility: visible;
}
.language-picker {
    padding: 0;
    color: #ffffff;
}
.dropup .ht-dropdown-menu {
    margin: 0 0 16px -30px;
}
.dropup .ht-dropdown-menu:before {
    transform: rotate(180deg);
    top: unset;
    bottom: -8px;
}
.ht-dropdown-menu li a {
    color: #000000;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    letter-spacing: -0.01px;
    line-height: 36px;
    margin: 0;
}
.ht-dropdown-menu li a {
    text-decoration: none;
}
.ht-dropdown-menu li.active a {
    text-decoration: dashed;
}
.dropup .dropdown-toggle::after {
    content: unset;
}
span.kvk {
    font-size: 23px;
    font-weight: 800;
    font-family: 'Exo', sans-serif;
}

.bg-blue {
    background-color: #213363;
    color: #fff;
}
.bg-gray {
    background-color: #F1F1F1;
    color: #213363;
}

/* socialmediafooter */

.ht-social-link {
    font-size: 24px;
    background-color: #21C9FD;
    color: white;
    padding: 5px 7px;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
}
.ht-social-link i {
    vertical-align: middle;
    line-height: 38px;
    font-size: 28px;
}

.ht-social-link:hover {
    background-color: #20c2f5;
    color: #ffffff;
}

.ht-socials{
    margin: 20px 0px 40px 0px
}

.ht-footer-link{
    color: #213363;
    font-size: 18px;
}

#disclaimer-bar{
    margin: 0px 10px;
}

/*inputs*/
/*.form-style-6{*/
/*font: 95% Arial, Helvetica, sans-serif;*/
/*max-width: 400px;*/
/*margin: 10px auto;*/
/*padding: 16px;*/
/*background: #F7F7F7;*/
/*}*/
/*.form-style-6 h1{*/
/*background: #43D1AF;*/
/*padding: 20px 0;*/
/*font-size: 140%;*/
/*font-weight: 300;*/
/*text-align: center;*/
/*color: #fff;*/
/*margin: -16px -16px 16px -16px;*/
/*}*/
.contact h1 {
    padding: 20px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
.contact h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}
.contact table a {
    font-weight: 600;
    color: #2582BC;
}
.contact table a:hover {
    color: #374266;
}
label {
    text-transform: uppercase;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="tel"],
textarea,
select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus
{
    box-shadow: 0 0 5px #2582BC;
    padding: 3%;
    border: 1px solid #2582BC;
}

/* submenu */

.sub-menu h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    line-height: 42px;
    color: #213363;
    margin-bottom: 10px;
}

.sub-menu ul {
    list-style-type: none;
    padding: 0;
}

.sub-menu a {
    vertical-align: text-bottom;
    font-size: 20px;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
    color: #2582BC;
}
section.ht-employees {
    padding-bottom: 112px;
}
section.ht-employees img {
    border-radius: 10px;
    margin-bottom: 16px;
}
section.ht-employees h3 {
    font-weight: bold;
    color: #005695;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
}
section.ht-employees p {
    font-size: 16px;
    line-height: 20px;
}
.ht-roadmap-section {
    position: relative;
    text-align: right;
}
.ht-roadmap-section::after {
    display: block;
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    border: 5px solid #005695;
    border-radius: 100%;
    right: -17px;
    top: 0;
    background-color: #FFFFFF;
}
.ht-roadmap-section::before {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    border-left: solid 4px #005695;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: -1;
}
.ht-svg-cover {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    fill: red;
    z-index: 0;
    max-height: 100%;
}
.ht-svg-contain {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    fill: red;
    z-index: 0;
    max-height: 266px;
    max-width: 706px;
}
.ht-page-header .ht-hero-inner {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px 21%;
    color: #fff;
}
.ht-page-header .ht-hero-inner h1 span {
    display: block;
    margin-left: 60px;
}
.ht-page-header .ht-hero-inner h1 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -0.9px;
    line-height: 72px;
    display: block;
    margin-bottom: 20px;
    font-style: italic;
    padding-top: 173px;
}

@media (max-width: 1034px) {

}
@media (max-width: 989.98px) {
    .footer-right{
        margin-top: 55px;
    }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

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

}
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 8px;
    }
    a.nav-link {

    }
    .nav-item .btn {
        display: block;
        text-align: left;
        padding: 8px 16px;
    }
}
@media (max-width: 767.98px) {
    #pageCarousel .ht-hero-inner h1 {
        padding-left: 0;
        font-size: 38px;
    }
    #homepageCarousel .ht-hero-inner {
        left: 0;
        padding: 0;
        padding-left: 20px;
        clip-path: unset;
    }
    #homepageCarousel .ht-hero-inner span {
        margin-top: 90px;
    }
    #homepageCarousel .ht-hero-inner h1 {
        font-size: 52px;
        line-height: 62px;
    }
    .ht-hero {
        min-height: 415px;
    }
    .navbar-collapse {
        padding-bottom: 18px;
    }

    .ht-roadmap-section {
        text-align: left;
    }
    .ht-roadmap-section::after {
        left: -17px;
        top: unset;
        bottom: -42px;
        background-color: #FFFFFF;
    }
    /*.ht-roadmap-section:last-of-type::after {*/
    /*    content: unset;*/
    /*}*/
    .ht-roadmap-section:nth-child(even)::after {
        bottom: unset;
        top:0;
    }
    .ht-roadmap-section::before {
        left: 2px;
    }
    .ht-roadmap-nosection::before {
        display: block;
        position: absolute;
        content: '';
        width: 6px;
        border-left: solid 4px #005695;
        left: 2px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .ht-page-header .ht-hero-inner h1 {
        padding-top: 50px;
    }
    .ht-page-header .ht-hero-inner {
        padding: 20px 4%;
    }

}
@media (max-width: 1505px) {
    .ht-tile .btn::after {
        margin-left: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ht-tile {
        padding: 15px;
    }
}