/*
 * @use
 *  use with ../libs/Bootstrap_Nav_Walker.php
 * @param
 *  $menu-id                     : ID of your menu element
 *  $bg-color (optional)         : background color of your navigation menu (default is transparent)
 *  $link-color (optional)       : color of link (default is inherit)
 *  $link-hover-color (optional) : color of link when hover (default is inherit)
 *  $active-color (optional)     : color of active menu item (default is $link-hover-color)
 *  $break-point (optional)      : break point of navigation menu to transfer to mobile view.
**/
html {
    font-size: 62.5%;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.full-height {
    height: 100%;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #fff;
    text-decoration: none;
}

.site-wrapper {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
}

.site-content {
    padding-top: 109px;
}

.loading-slider {
    height: 200px;
    overflow: hidden;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

#blog-sidebar.fixed {
    position: fixed;
    right: 0;
    left: 0;
    width: 900px;
    margin: auto;
}

#blog-sidebar.fixed .sidebar-inner {
    float: right;
}

.main-banner {
    height: 207px;
}

.main-banner table {
    width: 100%;
    height: 100%;
}

.main-banner tr, .main-banner td {
    text-align: left;
    vertical-align: bottom;
}

.main-banner .breadcrumbs {
    background-color: rgba(0, 0, 0, 0.38);
    padding: 8px;
    color: #fff;
    display: inline-block;
    margin: 21px 0;
    font-size: 13px;
    font-size: 1.3rem;
}

.main-banner .breadcrumbs a {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
    top: 0;
    z-index: 99999;
    min-height: 147px;
    left: 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
}

.site-header.fixed {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    min-height: 100px;
}

.site-header.fixed .logo-main img {
    height: 75px;
    width: auto;
}

.site-header.fixed .logo-main .logo-mini {
    display: inline-block;
}

.site-header.fixed .logo-main .full-logo {
    display: none;
}

.site-header.fixed .logo-main {
    margin-top: 13px;
}

.site-header.fixed .nav-wrapper {
    padding-top: 23px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header.fixed .main-navigation .menu li ul.dropdown-menu {
    padding-top: 32px;
}

@media only screen and (max-width: 1279px) {
    .site-header {
        min-height: 100px;
    }

    .site-header .logo-main {
        margin-top: 13px;
    }

    .site-header .nav-wrapper {
        padding-top: 0;
    }

    .site-header.fixed {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        min-height: 100px;
    }

    .site-header.fixed .logo-main img {
        height: 52px;
        width: auto;
    }

    .site-header.fixed .logo-main .logo-mini {
        display: inline-block;
    }

    .site-header.fixed .logo-main .full-logo {
        display: none;
    }

    .site-header.fixed .logo-main {
        margin-top: 13px;
    }

    .site-header.fixed .nav-wrapper {
        padding-top: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .site-header.fixed .main-navigation .menu li ul.dropdown-menu {
        padding-top: 32px;
    }
}

.site-header .modal-dialog {
    width: 100%;
    max-width: 1073px;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    color: #000;
    border-radius: 0;
}

.site-header .modal-dialog .modal-content {
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    height: 100%;
    width: auto;
}

.site-header .modal-dialog .modal-content table {
    width: 100%;
    height: 100%;
}

.site-header .modal-dialog .modal-content tr, .site-header .modal-dialog .modal-content td {
    text-align: center;
    vertical-align: middle;
}

.site-header .login-container {
    display: table;
}

@media only screen and (max-width: 768px) {
    .site-header .login-container {
        display: block;
    }
}

.site-header .login-container-inner {
    display: table-row;
}

@media only screen and (max-width: 768px) {
    .site-header .login-container-inner {
        display: block;
    }
}

.site-header .login-container-inner .login-content {
    padding: 15px;
    display: table-cell;
    width: 50%;
    background-color: #fff;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .site-header .login-container-inner .login-content {
        width: 100%;
        display: block;
    }
}

.site-header .login-container-inner .login-content input[type=text], .site-header .login-container-inner .login-content input[type=email], .site-header .login-container-inner .login-content textarea {
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    height: 51px;
    background-color: #EEEEEE;
    font-size: 14px;
    font-size: 1.4rem;
}

.site-header .login-container-inner .login-content input[type=text]::-webkit-input-placeholder, .site-header .login-container-inner .login-content input[type=email]::-webkit-input-placeholder, .site-header .login-container-inner .login-content textarea::-webkit-input-placeholder {
    font-weight: 800;
    color: #000;
}

.site-header .login-container-inner .login-content input[type=text]:-moz-placeholder, .site-header .login-container-inner .login-content input[type=email]:-moz-placeholder, .site-header .login-container-inner .login-content textarea:-moz-placeholder {
    font-weight: 800;
    color: #000;
}

.site-header .login-container-inner .login-content input[type=text]:-moz-placeholder, .site-header .login-container-inner .login-content input[type=email]:-moz-placeholder, .site-header .login-container-inner .login-content textarea:-moz-placeholder {
    font-weight: 800;
    color: #000;
}

.site-header .login-container-inner .login-content input[type=text]:-ms-input-placeholder, .site-header .login-container-inner .login-content input[type=email]:-ms-input-placeholder, .site-header .login-container-inner .login-content textarea:-ms-input-placeholder {
    font-weight: 800;
    color: #000;
}

.site-header .login-container-inner .login-content textarea {
    height: 101px;
    padding: 10px 10px;
}

.site-header .login-container-inner .login-content input[type=submit] {
    width: 100%;
    font-family: "Raleway";
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    background: #3f6cb0;
    padding: 13px 80px 13px 80px;
    border-radius: 3px;
    text-decoration: none;
    border: 0;
}

.site-header .login-container-inner .login-content input[type=submit]:hover {
    background: #5188db;
    background-image: -webkit-linear-gradient(top, #5188db, #3f6cb0);
    background-image: linear-gradient(to bottom, #5188db, #3f6cb0);
    text-decoration: none;
}

.site-header .login-container-inner .login-content-inner {
    max-width: 354px;
    margin: auto;
    text-align: left;
}

.site-header .login-container-inner .login-image {
    display: table-cell;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .site-header .login-container-inner .login-image {
        width: 100%;
        display: none;
    }
}

.site-header .login-container-inner .login-title {
    padding-bottom: 15px;
}

.site-header .login-container-inner .login-description {
    padding-bottom: 15px;
}

.header-container {
    max-width: 1345px;
    padding: 10px;
    margin: auto;
}

.inner-header {
    position: relative;
}

.logo-main {
    float: left;
    margin-top: 24px;
    position: relative;
    display: inline-block;
}

.logo-main h1 {
    position: absolute;
    z-index: -1;
    left: -99999em;
    top: 0;
}

.logo-main .logo-mini {
    display: none;
}

.logo-main .full-logo {
    display: inline-block;
}

.logo-main img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1023px) {
    .logo-main {
        position: absolute;
        z-index: 100;
    }

    .logo-main img {
        max-width: 162px;
        height: auto;
    }
}

.header-contact {
    min-width: 183px;
}

.header-contact .site-phone-number h1 {
    margin: 21px 0 0 0;
}

.header-contact .site-email {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.1em;
}

.nav-wrapper {
    padding-top: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1023px) {
    .nav-wrapper {
        padding-top: 15px;
    }
}

.main-navigation {
    float: left;
    font-family: Raleway;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .main-navigation {
        float: none;
    }

    .main-navigation .navbar-toggle {
        float: right;
    }
}

.social-icon {
    float: right;
    padding-left: 15px;
    padding-top: 7px;
    font-size: 18px;
    font-size: 1.8rem;
}

.social-icon .social-item {
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
}

.social-icon .social-item:hover a {
    color: #436FAC;
}

@media only screen and (max-width: 1270px) {
    .social-icon {
        float: none;
        text-align: right;
    }

    .social-icon .social-item {
        display: inline-block;
        float: none;
    }
}

.social-icon a {
    color: #000;
    line-height: 1.8em;
}

.search-wrapper {
    float: right;
}

.search-wrapper button {
    border: 0;
    background-color: transparent;
}

.search-wrapper button:focus {
    outline: none;
}

.search-wrapper button .fa.fa-search {
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1270px) {
    .search-wrapper {
        float: none;
        text-align: right;
        display: inline-block;
    }
}

.main-navigation .navbar-default .de-active a {
    color: #000 !important;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.main-navigation {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    background: "transparent";
}

.main-navigation .navbar {
    min-height: 0;
    margin: 0;
    border: 0;
    position: static;
}

.main-navigation .navbar-default {
    border-radius: 0;
    background-color: transparent;
}

.main-navigation .navbar-default .navbar-collapse, .main-navigation .navbar-default .navbar-form {
    border: 0;
    padding: 0;
}

.main-navigation .nav > li {
    position: relative;
}

.main-navigation a, .main-navigation .navbar-default .navbar-nav > li > a {
    color: #000;
    display: block;
    padding: 15px 20px 15px 20px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 4px;
}

@media only screen and (max-width: 1370px) {
    .main-navigation a, .main-navigation .navbar-default .navbar-nav > li > a {
        padding: 15px 10px 15px 10px;
    }
}

.main-navigation .navbar-default .navbar-nav > li.special-link a {
    color: #fff !important;
    background-color: #436FAC;
    font-weight: 800;
}

.main-navigation .navbar-default .navbar-nav > li.special-link:hover a {
    background: #6a88f5;
    background-image: -webkit-linear-gradient(top, #6a88f5, #436fac);
    background-image: linear-gradient(to bottom, #6a88f5, #436fac);
    text-decoration: none;
}

.main-navigation a:hover, .main-navigation .navbar-default .navbar-nav > li > a:hover, .main-navigation .navbar-default .navbar-nav > li.current-menu-parent > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #436FAC;
}

.main-navigation .menu {
    width: 100%;
}

.main-navigation .menu > li {
    padding: 0 0;
}

.main-navigation .menu > li:first-child {
    margin-left: 0;
}

.main-navigation .menu > li.current-menu-parent a, .main-navigation .menu > li:hover a, .main-navigation .menu > li.current-menu-item a {
    color: #436FAC;
}

.main-navigation .menu li ul.dropdown-menu {
    background: "transparent";
    border: none;
    padding: 0;
    padding-top: 42px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    left: 0;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 600;
}

@media only screen and (min-width: 1279px) {
    .main-navigation .menu li ul.dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        width: auto;
    }
}

.main-navigation .menu li ul.dropdown-menu li > a {
    color: #000;
    padding: 5px 15px 5px 20px;
    position: relative;
    white-space: nowrap;
    border-left: 5px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.main-navigation .menu li ul.dropdown-menu li:hover > a, .main-navigation .menu li ul.dropdown-menu li.current-menu-item > a {
    color: #436FAC;
    border-left: 5px solid #436FAC;
}

.main-navigation .menu li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s;
}

.main-navigation .menu li ul li {
    float: none;
}

.main-navigation .menu li ul li a {
    display: block;
    padding: 15px 26px 15px 27px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000;
}

.main-navigation .menu li ul li a:hover, .main-navigation .menu li ul li.current-menu-item a {
    background: #fff;
}

.main-navigation .navbar-toggle {
    float: right;
    margin: 15px 0 10px 0;
    padding: 8px 5px;
}

.main-navigation .navbar-default .navbar-toggle .icon-bar {
    background: #436FAC;
}

.main-navigation .navbar-default .navbar-toggle:hover, .main-navigation .navbar-default .navbar-toggle:focus {
    background: transparent;
}

@media only screen and (min-width: 0) and (max-width: 1278px) {
    .main-navigation {
        float: none;
    }

    .main-navigation .navbar-nav {
        margin: 0;
        background-color: "transparent";
        position: relative;
        z-index: 1000;
    }

    .main-navigation .nav > li {
        position: relative;
    }

    .main-navigation a, .main-navigation .navbar-default .navbar-nav > li > a {
        color: #000;
        padding: 10px 0 10px 0px;
    }

    .main-navigation .navbar-default .navbar-nav > li.special-link > a {
        padding: 10px;
    }

    .main-navigation .menu {
        box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.75);
    }

    .main-navigation .menu > li {
        margin-left: 0;
        clear: both;
        border: 0;
        text-align: right;
    }

    .main-navigation .menu > li:first-child a {
        padding: 10px 0 10px 0px;
    }

    .main-navigation .menu > li > ul {
        box-shadow: none;
    }

    .main-navigation .menu li ul.dropdown-menu {
        position: relative;
        border: 0;
        padding: 0 0 0 0px;
        background: transparent;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .main-navigation .menu li ul.dropdown-menu.collapsing {
        display: block;
    }

    .main-navigation .menu li ul.dropdown-menu.collapse {
        display: none;
    }

    .main-navigation .menu li ul.dropdown-menu.collapse.in {
        display: block;
    }

    .main-navigation .menu li ul.dropdown-menu li a {
        padding-left: 20px;
        border: none;
        color: #000;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .main-navigation .menu li ul.dropdown-menu li.current-menu-item a {
        color: #436FAC;
    }

    .main-navigation .menu li.dropdown {
        position: relative;
    }

    .main-navigation .menu li.dropdown:before {
        content: "";
        clear: both;
    }

    .main-navigation .menu li.dropdown i.fa {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        line-height: 40px;
        padding: 0 10px;
        cursor: pointer;
    }
}

.page-template-tmpl_home .site-content {
    padding-top: 0;
}

.main-slider {
    padding-top: 147px;
    overflow: hidden;
    position: relative;
    height: 100vh;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1279px) {
    .main-slider {
        padding-top: 85px;
    }
}

.main-slider .slider-item {
    height: 100%;
}

.main-slider .slider-image, .main-slider .main-banner {
    height: 100%;
}

.main-slider .slider-item-image {
    background-size: cover !important;
}

.main-slider .bx-wrapper, .main-slider .bx-viewport, .main-slider .carousel {
    height: 100%;
    min-height: 100%;
}

.main-slider .bx-wrapper {
    margin: 0;
}

.main-slider .bx-wrapper .bx-viewport {
    box-shadow: 0;
    border: 0;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
}

.main-slider .intro-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.main-slider .intro-wrapper table {
    height: 100%;
    width: 100%;
}

.main-slider .intro-wrapper tr, .main-slider .intro-wrapper td {
    text-align: center;
    vertical-align: middle;
}

.main-slider .slider-item-intro {
    padding: 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.main-slider .slider-item-intro .slider-heading {
    font-weight: 800;
    font-size: 20px;
    font-size: 2rem;
}

.main-slider .slider-item-intro .slider-content {
    font-size: 66px;
    font-size: 6.6rem;
    font-weight: 800;
    line-height: 1.1em;
}

@media only screen and (max-width: 480px) {
    .main-slider .slider-item-intro .slider-heading {
        font-size: 20px;
        font-size: 2rem;
    }

    .main-slider .slider-item-intro .slider-content {
        font-size: 40px;
        font-size: 4rem;
    }
}

.main-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 55px;
    height: 55px;
    text-indent: 0;
    z-index: 9999;
    background: #fff;
    display: table;
}

.main-slider .bx-wrapper .bx-controls-direction a i.fa {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-size: 3rem;
}

.main-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

.main-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.main-slider video {
    width: 100%;
    height: auto;
}

.parallax-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.4rem;
    height: 100%;
}

.content-slide-post {
    min-height: 700px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.left-content {
    width: 35%;
    float: left;
    min-height: 700px;
}

@media only screen and (max-width: 1024px) {
    .left-content {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .left-content {
        width: 100%;
        float: none;
        min-height: 500px;
    }
}

.right-content {
    width: 65%;
    float: left;
    min-height: 700px;
}

@media only screen and (max-width: 1024px) {
    .right-content {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .right-content {
        width: 100%;
        float: none;
    }
}

.post-slider-wrapper {
    width: 100%;
    max-width: 389px;
    float: right;
}

@media only screen and (max-width: 768px) {
    .post-slider-wrapper {
        float: none;
        margin: auto;
    }
}

.post-slider {
    margin: 91px auto 20px auto;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
}

.post-slider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 154px;
    height: 1px;
    border-top: 2px solid #cacaca;
}

.post-slider .slider-item {
    padding-right: 15px;
    font-size: 21px;
    font-size: 2.1rem;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: white;
    background: -webkit-linear-gradient(left, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.post-slider .slider-item.slick-active {
    color: #436FAC;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.post-slider .slider-item.slick-active + .slider-item {
    position: relative;
}

.post-slider .slider-item.slick-active + .slider-item:before {
    content: " ";
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 59%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 59%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.post-slider .slick-prev, .post-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 13px;
    height: 44px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.post-slider .slick-prev:before, .post-slider .slick-next:before {
    display: none;
}

.post-slider .slick-prev {
    background: url(../img/post-prev.png) center no-repeat;
}

@media only screen and (max-width: 480px) {
    .post-slider .slick-prev {
        left: -16px;
    }
}

.post-slider .slick-next {
    background: url(../img/post-next.png) center no-repeat;
}

@media only screen and (max-width: 480px) {
    .post-slider .slick-next {
        right: -16px;
    }
}

.post-view {
    margin: auto;
}

.post-left-slider-wrapper .post-view {
    max-width: 260px;
}

.post-left-slider-wrapper .post-slider {
    max-width: 260px;
}

.post-right-slider-wrapper .post-view {
    max-width: 260px;
}

.post-right-slider-wrapper .post-slider {
    max-width: 260px;
}

.content-slider .bx-wrapper {
    margin: 0;
}

.content-slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
}

.content-slider-item {
    height: 700px;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.content-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 13px;
    height: 44px;
    text-indent: -9999px;
    z-index: 9999;
}

.content-slider .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/prev_arrow.png) center no-repeat;
}

.content-slider .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/next_arrow.png) center no-repeat;
}

.content-slider .bx-pager {
    position: absolute;
    bottom: 31px;
    right: 0;
    left: 0;
}

.content-slider .bx-pager-item a.bx-pager-link {
    display: inline-block;
    width: 16px;
    height: 25px;
    margin: 0 8px;
    background: url(../img/pager-normal.png) center no-repeat;
}

.content-slider .bx-pager-item a.bx-pager-link.active, .content-slider .bx-pager-item a.bx-pager-link:hover {
    background: url(../img/pager-active.png) center no-repeat;
}

.content-left-slider .bx-wrapper {
    margin: 0;
}

.content-left-slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
}

.content-left-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 13px;
    height: 44px;
    text-indent: -9999px;
    z-index: 9999;
}

.content-left-slider .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/prev_arrow.png) center no-repeat;
}

.content-left-slider .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/next_arrow.png) center no-repeat;
}

.content-left-slider .slider-intro {
    background-color: #fff;
    position: absolute;
    top: 18%;
    right: 0;
    padding: 15px;
}

.content-left-slider .slider-intro .intro-heading {
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #dab357;
}

.content-left-slider .slider-intro .intro-content {
    font-size: 13px;
    font-size: 1.3rem;
    color: transparent;
}

.content-left-slider .slider-item {
    height: 562px;
    background-size: cover !important;
}

.content-left-slider #slider-pager .owl-item a {
    display: block;
    height: 138px;
    background-size: cover !important;
}

.content-left-slider #slider-pager .owl-controls {
    position: absolute;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.content-left-slider #slider-pager .owl-controls .owl-buttons div {
    width: 17px;
    height: 32px;
    display: block;
    padding: 0;
    color: transparent;
    margin: 0;
    font-size: 12px;
    border-radius: 0;
    filter: Alpha(Opacity=1);
    opacity: 1;
    overflow: hidden;
}

.content-left-slider #slider-pager .owl-controls .owl-prev {
    background: url("../img/pager-arrow-prev.png") center no-repeat;
    color: transparent;
    float: left;
}

.content-left-slider #slider-pager .owl-controls .owl-next {
    background: url("../img/pager-arrow-next.png") center no-repeat;
    color: transparent;
    float: right;
}

.event-block {
    background-size: cover !important;
    color: #fff;
    padding: 54px 0;
}

.event-block .event-heading {
    text-align: center;
    padding: 20px 20px 20px 20px;
}

.event-block .event-heading h3 {
    display: inline-block;
    position: relative;
    color: #dab357;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Gotham";
    padding: 0 0 19px 0;
    margin: 0 0 0 0;
}

.event-block .event-heading h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 153px;
    height: 1px;
    border-top: 1px solid transparent;
    right: 0;
    left: 0;
    margin: auto;
}

.event-block .event-intro {
    text-align: center;
    font-family: "Tinos";
    padding: 0 0 34px 0;
}

.event-slider {
    padding-bottom: 30px;
}

.event-slider .slider-item-image img {
    width: 100%;
    height: auto;
}

.event-slider .slider-item-content {
    padding: 19px 12px;
}

.event-slider .slider-item-title {
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #dab357;
    font-family: Gotham;
    line-height: 1.2em;
}

.event-slider .slider-item-excerpt {
    font-family: "Gotham Book";
    line-height: 17px;
}

.event-slider .slider-item .popup-post {
    display: block;
    padding: 0 12px;
    color: #fff;
}

.event-slider .slider-item .popup-post:hover {
    color: #dab357;
}

.event-slider .owl-controls {
    position: absolute;
    height: 44px;
    top: 73px;
    right: -89px;
    left: -89px;
    margin: auto;
}

@media only screen and (max-width: 1279px) {
    .event-slider .owl-controls {
        right: -20px;
        left: -20px;
    }
}

@media only screen and (max-width: 800px) {
    .event-slider .owl-controls {
        right: 0px;
        left: 0px;
    }
}

.event-slider .owl-controls .owl-buttons div {
    width: 13px;
    height: 44px;
    display: block;
    padding: 0;
    color: transparent;
    margin: 0;
    font-size: 12px;
    border-radius: 0;
    filter: Alpha(Opacity=1);
    opacity: 1;
    overflow: hidden;
}

.event-slider .owl-controls .owl-buttons .owl-prev {
    background: url("../img/prev_arrow.png") center no-repeat;
    color: transparent;
    float: left;
}

.event-slider .owl-controls .owl-buttons .owl-next {
    background: url("../img/next_arrow.png") center no-repeat;
    color: transparent;
    float: right;
}

.acf-map {
    height: 344px;
    position: relative;
    z-index: 10;
}

.map-block {
    position: relative;
}

.map-block .map-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.map-block .map-title table {
    height: 100%;
    width: 100%;
}

.map-block .map-title tr, .map-block .map-title td {
    text-align: center;
    vertical-align: middle;
}

.map-block .map-title .container {
    height: 100%;
}

.contact-block {
    padding: 27px 0;
}

.contact-heading {
    text-align: center;
}

.contact-heading h2 {
    display: inline-block;
    color: #000;
    font-family: Gotham;
    position: relative;
    padding-bottom: 14px;
}

.contact-heading h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 84px;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    right: 0;
    left: 0;
    margin: auto;
}

.contact-intro {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    color: #c1c1c1;
    font-family: 'Tinos', serif;
    padding: 13px 0;
}

.contact-address {
    text-align: center;
    line-height: 1.5em;
}

.contact-wrapper {
    padding: 48px 0 29px 0;
}

.form-wrapper .nav-tabs {
    border: 0;
}

.form-wrapper .nav-tabs > li.active > a, .form-wrapper .nav-tabs > li.active > a:hover, .form-wrapper .nav-tabs > li.active > a:focus, .form-wrapper .nav-tabs > li > a:hover {
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}

.form-wrapper .nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: Gotham;
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding: 0;
    padding-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-wrapper .nav-tabs > li + li {
    border-left: 1px solid #000;
    padding-left: 10px;
}

.form-wrapper input[type=text], .form-wrapper input[type=email] {
    width: 100%;
    height: 40px;
    padding-left: 8px;
    margin-top: 10px;
    font-family: 'Tinos', serif;
}

.form-wrapper input[type=text]:focus, .form-wrapper input[type=email]:focus {
    outline: none;
}

.form-wrapper input[type=text]::-webkit-input-placeholder, .form-wrapper input[type=email]::-webkit-input-placeholder {
    font-style: italic;
}

.form-wrapper input[type=text]:-moz-placeholder, .form-wrapper input[type=email]:-moz-placeholder {
    font-style: italic;
}

.form-wrapper input[type=text]:-moz-placeholder, .form-wrapper input[type=email]:-moz-placeholder {
    font-style: italic;
}

.form-wrapper input[type=text]:-ms-input-placeholder, .form-wrapper input[type=email]:-ms-input-placeholder {
    font-style: italic;
}

.form-wrapper textarea {
    width: 100%;
    height: 148px;
    padding: 8px;
    margin-top: 10px;
}

.form-wrapper textarea:focus {
    outline: none;
}

.form-wrapper textarea::-webkit-input-placeholder {
    font-style: italic;
}

.form-wrapper textarea:-moz-placeholder {
    font-style: italic;
}

.form-wrapper textarea:-moz-placeholder {
    font-style: italic;
}

.form-wrapper textarea:-ms-input-placeholder {
    font-style: italic;
}

.form-wrapper .submit-wrapper {
    text-align: right;
    padding-bottom: 20px;
}

.form-wrapper p {
    margin: 0;
}

.form-wrapper input[type="submit"] {
    display: inline-block;
    border: 0;
    border-radius: 0px;
    font-family: Gotham;
    font-size: 14px;
    background: #436FAC;
    padding: 6px 40px 6px 40px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.form-wrapper input[type="submit"]:hover {
    background: #f03c3c;
    background-image: -webkit-linear-gradient(top, #f03c3c, #ce0000);
    background-image: linear-gradient(to bottom, #f03c3c, #ce0000);
    text-decoration: none;
}

.form-wrapper div.wpcf7 img.ajax-loader {
    display: none;
}

.intro-block {
    padding-bottom: 64px;
}

.intro-block .intro-heading {
    text-align: center;
    padding: 35px 0 15px 0;
}

.intro-block .intro-heading h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 800;
}

.intro-block .intro-text {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
}

.intro-block .image-item {
    text-align: center;
    height: auto;
    padding-top: 35px;
}

.intro-block .image-item img {
    max-width: 100%;
    height: auto;
}

.intro-block .content-item {
    padding-top: 35px;
    line-height: 1.7em;
    font-size: 13px;
    font-size: 1.3rem;
}

.intro-block .content-item p {
    margin-bottom: 15px;
}

.banner-block {
    min-height: 373px;
    text-align: center;
    padding: 79px 0 66px 0;
    color: #fff;
    background-attachment: fixed !important;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
}

.banner-block h1 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    font-weight: 800;
}

.banner-block .container {
    position: relative;
    z-index: 100;
}

.banner-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.multi-slide-block {
    position: relative;
    min-height: 373px;
    text-align: center;
    padding: 45px 0 0px 0;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}

.multi-slide-block h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 800;
    margin: 20px 0 36px 0;
}

.multi-slide-block .intro-text {
    padding-bottom: 42px;
    line-height: 1.5em;
}

.multi-slide-block .gallery-slider .slider-item-image {
    height: 304px;
}

.multi-slide-block .owl-controls {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 55px;
}

.multi-slide-block .owl-controls .owl-buttons div {
    color: #000;
    display: table;
    width: 55px;
    height: 55px;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 18px;
    border-radius: 0;
    background: #fff;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.multi-slide-block .owl-controls .owl-buttons div i.fa {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.multi-slide-block .owl-controls .owl-buttons div.owl-prev {
    float: left;
}

.multi-slide-block .owl-controls .owl-buttons div.owl-next {
    float: right;
}

.content_3_columns {
    position: relative;
    text-align: center;
    padding: 45px 0 45px 0;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}

.content_3_columns h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 800;
    margin: 20px 0 36px 0;
}

.content_3_columns .intro-text {
    padding-bottom: 42px;
    line-height: 1.5em;
}

.content_3_columns .column-content .content-item {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
}

.content_3_columns .column-content .content-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.content_3_columns .column-content .content-item .item-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #000;
}

.content_3_columns .column-content .content-item .item-content {
    color: #333333;
    line-height: 1.5em;
}

.content_4_block {
    font-size: 18px;
    font-size: 1.8rem;
}

.content_4_block .content-item {
    padding: 92px 0 30px 0;
    color: #fff;
    min-height: 479px;
    position: relative;
}

.content_4_block .content-item .item-back-ground {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.content_4_block .content-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 11;
}

.content_4_block .content-item:hover .item-back-ground {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.content_4_block .content-item:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content_4_block .content-wrapper {
    max-width: 440px;
    margin: auto;
    padding: 15px;
    position: relative;
    z-index: 100;
}

.content_4_block .content-wrapper .item-title {
    margin: 20px 0 34px 0;
}

.content_4_block .content-wrapper .item-title h2 {
    font-weight: 800;
    color: #fff;
}

.content_4_block .content-wrapper ul {
    padding-left: 0;
    line-height: 1.7em;
}

.content_4_block .content-wrapper ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.content_4_block .content-wrapper ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.content_4_block .item-link {
    padding: 25px 15px 0 15px;
    max-width: 550px;
    position: absolute;
    bottom: 49px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: right;
    z-index: 100;
}

.content_4_block .item-link a {
    font-family: "Raleway";
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    background: #3f6cb0;
    padding: 13px 36px 13px 36px;
    border-radius: 3px;
    text-decoration: none;
}

.content_4_block .item-link a:hover {
    background: #5188db;
    background-image: -webkit-linear-gradient(top, #5188db, #3f6cb0);
    background-image: linear-gradient(to bottom, #5188db, #3f6cb0);
    text-decoration: none;
}

.content_link {
    position: relative;
    min-height: 373px;
    text-align: center;
    padding: 45px 0 45px 0;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}

.content_link h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 800;
    margin: 20px 0 36px 0;
}

.content_link .intro-text {
    padding-bottom: 42px;
    line-height: 1.5em;
}

.content_link .list-wrapper {
    max-width: 1000px;
    margin: auto;
}

.content_link .content-item {
    padding: 0 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 300px;
}

.content_link .content-item table {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content_link .content-item tr, .content_link .content-item td {
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content_link .content-item .inner {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content_link .content-item .item-image {
    padding-bottom: 20px;
}

.content_link .content-item .item-title {
    font-weight: 800;
    padding-bottom: 20px;
}

.content_link .content-item .item-link {
    margin: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content_link .content-item .item-link a {
    opacity: 0;
    font-family: "Raleway";
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    background: #3f6cb0;
    padding: 10px 40px 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content_link .content-item:hover {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
}

.content_link .content-item:hover .item-link {
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content_link .content-item:hover .item-link a {
    opacity: 1;
}

.item-social-icon {
    font-size: 18px;
    font-size: 1.8rem;
}

.item-social-icon .social-item {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
}

.item-social-icon .social-item:hover a {
    color: #436FAC;
}

.item-social-icon a {
    color: #000;
    line-height: 1.8em;
}

.page-contact {
    padding: 30px 0;
}

.contact-map {
    overflow: hidden;
    height: 201px;
}

.acf-map {
    width: 100%;
    height: 231px;
    -webkit-transform: translateY(-30px) !important;
    -ms-transform: translateY(-30px) !important;
    transform: translateY(-30px) !important;
}

.acf-map-contact-page {
    width: 100%;
    height: 294px;
}

.contact-form-wrapper p {
    margin-bottom: 13px;
}

.contact-form-wrapper input[type=text], .contact-form-wrapper input[type=email], .contact-form-wrapper textarea {
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    height: 51px;
    background-color: #EEEEEE;
    font-size: 14px;
    font-size: 1.4rem;
}

.contact-form-wrapper input[type=text]::-webkit-input-placeholder, .contact-form-wrapper input[type=email]::-webkit-input-placeholder, .contact-form-wrapper textarea::-webkit-input-placeholder {
    font-weight: 800;
    color: #000;
}

.contact-form-wrapper input[type=text]:-moz-placeholder, .contact-form-wrapper input[type=email]:-moz-placeholder, .contact-form-wrapper textarea:-moz-placeholder {
    font-weight: 800;
    color: #000;
}

.contact-form-wrapper input[type=text]:-moz-placeholder, .contact-form-wrapper input[type=email]:-moz-placeholder, .contact-form-wrapper textarea:-moz-placeholder {
    font-weight: 800;
    color: #000;
}

.contact-form-wrapper input[type=text]:-ms-input-placeholder, .contact-form-wrapper input[type=email]:-ms-input-placeholder, .contact-form-wrapper textarea:-ms-input-placeholder {
    font-weight: 800;
    color: #000;
}

.contact-form-wrapper textarea {
    height: 101px;
    padding: 10px 10px;
}

.contact-form-wrapper input[type=submit] {
    font-family: "Raleway";
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    background: #3f6cb0;
    padding: 13px 80px 13px 80px;
    border-radius: 3px;
    text-decoration: none;
    border: 0;
}

.contact-form-wrapper input[type=submit]:hover {
    background: #5188db;
    background-image: -webkit-linear-gradient(top, #5188db, #3f6cb0);
    background-image: linear-gradient(to bottom, #5188db, #3f6cb0);
    text-decoration: none;
}

.info-list .info-item {
    position: relative;
    padding: 15px 15px 15px 30px;
}

.info-list .info-item i.fa {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 20px;
}

.incoterms-intro-wrapper .content-item {
    text-align: left;
}

.incoterms-intro-wrapper .content-item h3:first-child {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.incoterm-table {
    padding: 30px 0;
    overflow: auto;
    font-size: 13px;
    font-size: 1.3rem;
}

.incoterm-table table {
    width: 100%;
}

.incoterm-table table tr, .incoterm-table table th, .incoterm-table table td {
    text-align: center;
    vertical-align: middle;
}

.incoterm-table table tr {
    border-top: 1px solid #DDDDDD;
}

.incoterm-table table td + td, .incoterm-table table th + th {
    border-left: 1px solid #DDDDDD;
}

.incoterm-table table thead tr {
    border: 0;
}

.incoterm-table table th {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
}

.incoterm-table table td {
    padding: 10px 0;
}

.incoterm-table table .cell-0 {
    text-align: left;
}

.incoterm-table .item-orange {
    color: #FF9326;
}

.incoterm-table .item-green {
    color: #00B259;
}

.incoterm-group-table {
    padding: 30px 0;
    overflow: auto;
    font-size: 13px;
    font-size: 1.3rem;
}

.incoterm-group-table table {
    width: 100%;
    text-align: left;
}

.incoterm-group-table table tr {
    border-top: 1px solid #DDDDDD;
}

.incoterm-group-table table td + td, .incoterm-group-table table th + th {
    border-left: 1px solid #DDDDDD;
}

.incoterm-group-table table thead tr {
    border: 0;
}

.incoterm-group-table table th {
    font-weight: 400;
    font-size: 25px;
    font-size: 2.5rem;
}

.incoterm-group-table table td, .incoterm-group-table table th {
    padding: 10px 15px;
}

.incoterm-group-table table .cell-0 {
    text-align: left;
    padding-left: 0;
}

.item-orange {
    color: #FF9326;
}

.item-green {
    color: #00B259;
}

.incoterm-guide {
    text-align: left;
    padding: 20px 0;
    font-size: 25px;
    font-size: 2.5rem;
}

.incoterm-guide span {
    padding-right: 15px;
}

.incoterm-guide i.fa {
    padding-right: 10px;
    font-size: 16px;
}

.the-heading {
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 800;
    padding: 20px 0;
}

.group-representation {
    overflow: auto;
    padding: 20px 0;
}

.group-representation-item {
    display: table;
    margin-bottom: 5px;
}

.group-representation-item-row {
    display: table-row;
}

.group-representation-item-label {
    display: table-cell;
    width: 56px;
    height: 56px;
    background-color: #FF9326;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.group-representation-item-text {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    text-align: left;
}

.group-final {
    overflow: auto;
    padding: 20px 0;
}

.group-final-item {
    padding: 5px;
    height: 130px;
    margin-bottom: 5px;
    width: 100%;
    display: table;
}

.group-final-item.even {
    background-color: #3C69B0;
}

.group-final-item.odd {
    background-color: #FF9326;
}

.group-final-item-row {
    display: table-row;
}

.group-final-item-label {
    display: table-cell;
    width: 130px;
    height: 56px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.group-final-item-text {
    background-color: #fff;
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
}

.container-list-item {
    padding: 15px 0 25px 0;
    border-top: 1px solid #DDDDDD;
}

.container-list-item {
    position: relative;
}

.container-list-item .content-toggle {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 49px;
    width: 49px;
    cursor: pointer;
    background: url("../img/plus.png") center no-repeat #130C26;
    border-radius: 4px;
}

.container-list-item .content-toggle.active {
    background: url("../img/sub.png") center no-repeat #F79000;
}

.container-list-item-heading {
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 800;
    padding: 10px 0;
    padding-right: 120px;
}

.container-list-item-intro {
    text-align: left;
    padding-bottom: 15px;
    padding-right: 120px;
}

.container-list-item-content {
    display: none;
}

.main-table {
    width: 100%;
    height: 249px;
    text-align: center;
    font-size: 13px;
}

.main-table tr, .main-table td {
    vertical-align: middle;
}

.main-table tr {
    border-top: 1px solid #DDDDDD;
}

.main-table tr:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.main-table td {
    border-left: 1px solid #DDDDDD;
}

.main-table td:last-child {
    border-right: 1px solid #DDDDDD;
}

.main-table .image-cell {
    width: 391px;
}

.main-table td {
    height: 41px;
}

.main-table .child-table {
    width: 100%;
    height: 100%;
}

.main-table .child-table tr {
    border-top: 1px solid #DDDDDD;
}

.main-table .child-table tr:first-child {
    border-top: 0;
}

.main-table .child-table td {
    border-left: 1px solid #DDDDDD;
    padding: 0 10px;
    width: 70px;
}

.main-table .child-table .heading-blue {
    color: #fff;
    background-color: #3A67B1;
    width: 166px;
    height: 82px;
    font-weight: 600;
}

.main-table .child-table .heading-orange {
    color: #fff;
    background-color: #F79000;
    width: 166px;
    height: 82px;
    font-weight: 600;
}

.services-list {
    padding: 30px 0;
}

.services-list .service-item {
    padding: 30px 0 10px 0;
}

.services-list .service-item .image-thumbnail {
    padding-bottom: 20px;
}

.services-list .service-item .service-title h2 {
    margin: 0 0 20px 0;
}

.services-list .service-item ul {
    padding-left: 0;
    line-height: 1.7em;
}

.services-list .service-item ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.services-list .service-item ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.single-service-container {
    text-align: center;
}

.single-service-container .single-service-title {
    padding-top: 15px;
}

.single-service-container .single-service-content {
    padding: 20px 0;
    max-width: 730px;
    margin: auto;
}

.single-service-container .list-item {
    padding: 20px 15px;
    text-align: left;
}

.single-service-container .list-item-title {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 0;
}

.single-service-container .list-item:nth-child(3n+1) {
    clear: left;
}

@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

.site-footer {
    border-top: 1px solid #DDDDDD;
    text-align: center;
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
}

.site-footer .copyright-text {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
}

.site-footer .scroll-btn-full-area-title-header {
    border: 0 none !important;
    top: -38px;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
    z-index: 5;
    cursor: pointer;
    color: #000;
    font-size: 18px;
}

.site-footer .scroll-btn-full-area-title-header i.animated-opacity {
    -webkit-animation: 0.35s ease 0s alternate none infinite running bounceArrow;
    animation: 0.35s ease 0s alternate none infinite running bounceArrow;
    color: #000;
    font-size: 20px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tracking-form-wrapper {
    background: #f3f3f3;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 20px 0;
}

.tracking-form-wrapper form {
    margin: 0;
}

.tracking-form-wrapper input[type=submit] {
    font-family: "Raleway";
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    background: #3f6cb0;
    padding: 13px 80px 13px 80px;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
}

.tracking-form-wrapper input[type=text], .tracking-form-wrapper input[type=email], .tracking-form-wrapper textarea {
    width: 100%;
    padding: 0 10px;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    height: 51px;
    background-color: #f3f3f3;
    font-size: 16px;
}

.tracking-form-wrapper select {
    background: #f3f3f3;
    border-radius: 4px;
    padding: 10px;
    border: 0;
    font-size: 16px;
}

.tracking-input-group {
    display: flex;
}

.tracking-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #F5F7FA;
    border-radius: 4px;
    text-align: left;
}

.tracking-step {
    margin: 20px 0;
}

.tracking-step-item {
    display: flex;
    justify-content: center;
    position: relative;
}

.stage {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.icon-wrapper:last-child {
    margin-right: 0;
}

.icon-wrapper {
    margin-right: 8px;
}

.spin-container {
    margin: 10px 0;
}

.col {
    width: 20%;
}

.d-flex-gap-small {
    gap: 8px;
}


.solid {
    border-color: #00508e;
}

.timeline-divider {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: 'Raleway', Arial, sans-serif;
    border-block-start: 5px solid rgba(5, 5, 5, 0.06);
    z-index: 0;
    position: absolute;
    border-top-width: 2px;
    border-radius: 20px;
}

.timeline-divider-horizontal {
    display: flex;
    clear: both;
    width: 80%;
    min-width: 80%;
    margin: 24px 0;
}

.left {
    left: 60%;
}

.tail {
    z-index: 0;
    position: absolute;
    border-top-width: 2px;
    border-block-start: 5px solid rgb(67 111 172);
}

.fgs-divider-horizontal {
    display: flex;
    clear: both;
    width: 100%;
    min-width: 100%;
    margin: 24px 0;
}

.fgs-divider {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: 'Raleway', Arial, sans-serif;
    border-block-start: 1px solid rgba(5, 5, 5, 0.06);
}

.title-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
}

.spin-container {
    position: relative;
    transition: opacity 0.3s;
    background: #f6f8fa;
    border-radius: 5px;
}

.flex-justify-space-between {
    justify-content: space-between;
}


.timeline-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.timeline-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    background: white;
    border: 2px solid #e0e0e0;
}

.timeline-step.completed .timeline-icon {
    background: #ff6b35;
    border-color: #ff6b35;
}

.timeline-step.current .timeline-icon {
    background: white;
    border-color: #ff6b35;
    border-width: 3px;
}

.timeline-step.completed .timeline-icon::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.timeline-step.current .timeline-icon::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff6b35;
    border-radius: 50%;
}

.timeline-label {
    text-align: center;
    font-size: 14px;
    color: #666;
    max-width: 120px;
}

.timeline-step.completed .timeline-label {
    color: #333;
    font-weight: 500;
}

.timeline-step.current .timeline-label {
    color: #ff6b35;
    font-weight: 600;
}

.timeline-progress {
    position: absolute;
    top: 20px;
    left: 0;
    height: 2px;
    background: #ff6b35;
    z-index: 1;
    transition: width 0.5s ease;
}

.controls {
    text-align: center;
    margin-top: 30px;
}

.btn {
    background: #ff6b35;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    font-size: 14px;
}

.btn:hover {
    background: #e55a2b;
}

.btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}


.route-status {
    text-align: center;
    width: fit-content;
    padding: 2px 10px;
    background: #f2f9ff;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 4px;
}

.route-leg-text {
    font-size: 12px;
    color: #333;
}

.time-container {
    color: #436FAC;
}

.button-search {
    color: #fff;
    background-color: #436FAC;
    font-weight: 800;
    border: 0;
    border-radius: 4px;
    min-width: 200px;
    min-height: 40px;
}

.button-search:hover {
    opacity: 0.8;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}


.d-flex-col {
    display: flex;
    flex-direction: column;
}

.tracking-step > div {
    min-height: 270px;
    background: #fff;
    padding: 46px 10px;
    margin-bottom: 24px;
}


@media only screen and (max-width: 1279px) {
    .col {
        flex: 1 1 100%;
    }

    .tracking-input-group {
        display: flex;
        flex-direction: column;
    }

    .tracking-info-block {
        margin-bottom: 10px;
    }

    .tracking-step > div > div > .d-flex {
        flex-direction: column;
    }

    .tracking-step > div > div > .d-flex > .col {
        align-content: center;
        text-align: left;
    }

    .tracking-step-item .fgs-divider {
        transform: rotate(90deg);
    }

    .tracking-step > div {
        min-height: 270px;
        background: #fff;
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .route-leg-text {
        padding: 5px 10px;
        background: #eee;
        border-radius: 4px;
        font-size: 12px;
    }

    .tracking-step > div > div > .d-flex > .col {
        width: 100%;
        padding: 40px 10px;
    }

    .tracking-step > div > div {
        display: flex;
    }

    .tracking-step > div > div > .d-flex:nth-child(1) {
        width: 30%;
    }

    .tracking-step > div > div > .d-flex:nth-child(1) > .col {
        justify-items: right;
    }


    .tracking-step > div > div > .d-flex:nth-child(2) {
        width: 80px;
    }

    .tracking-step > div > div > .d-flex:nth-child(3) {
        width: 50%;
    }

    .timeline-divider.timeline-divider-horizontal.tail {
        z-index: 0;
        position: absolute;
        border-block-start: 5px solid rgb(67 111 172);
    }

    .timeline-divider.left {
        left: 0;
    }

    .timeline-divider-horizontal {
        display: flex;
        clear: both;
        top: 100px;
        rotate: 90deg;
        width: 100%;
        min-width: 100%;
        margin: -12px 0;
    }

    .timeline-divider {
        box-sizing: border-box;
        padding: 0;
        color: rgba(0, 0, 0, 0.88);
        font-size: 14px;
        line-height: 1.5714285714285714;
        list-style: none;
        font-family: 'Raleway', Arial, sans-serif;
        border-block-start: 5px solid rgba(5, 5, 5, 0.06);
        z-index: 0;
        position: absolute;

        border-radius: 20px;
    }

    .stage {
        top: 85px;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
    }

    .timeline-content {
        flex: 1 1 0px;
        align-content: center;
        padding-top: 0px;
    }
}