@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400');

body{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Kanit', sans-serif;
    letter-spacing: 0.2px;
}

a{
    outline: none;
    color: #f58113;
}
a:hover{
    color: #a0560b;
    text-decoration: none;
}

header{
    background-image: url('../images/bg-header.jpg');
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}
header h1{
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
header ul li{
    display: inline-block;
}
header ul li::after{
    content: '/';
    margin-left: 10px;
    margin-right: 5px;
}
header ul li:last-child::after{
    content: '';
}
header ul li a{
    color: #fff;
    font-size: 13px;
}

footer{
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 30px;
    line-height: 18px;
}
footer span{
    display: block;
}

/* Utility */
.space{
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg{
    background: url('../images/bg.png');
}
.blue{
    color: #0088a7;
}
.orange{
    color: #f58113;
}
.more{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.more::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: '\f101';
    margin-left: 5px;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;    
}
.more:hover::after{
    margin-left: 10px;
}
.nowrap{
    white-space: nowrap;
}

/* Button */
.btn{
    padding: .5rem 2rem;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-primary{
    background-color: #f58113;
    border-color: #f58113;
}
.btn-primary:hover{
    background-color: #a0560b;
    border-color: #a0560b
}

/* Alert */
.alert{
    border: 0;
    color: #fff;
    font-weight: 400;
}
.alert-primary{
    background-color: #0088a7;
}
.alert-danger{
    background-color: #c00;
}

/* Headline */
.headline{
    font-weight: 300;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 28px;
}
.headline::before,
.headline::after{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 2px;
}
.headline::before{
    left: 0;
    width: 20px;
    background-color: #a0560b;
}
.headline::after{
    left: 30px;
    width: 90px;
    background-color: #f58113;
}
.headline-center{
    text-align: center;
    margin-bottom: 50px;
}
.headline-center h4{
    color: #0088a7;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Topbar */
.topbar{
    background-color: #0088a7;
    color: #fff;
    padding: 7px 0;
}
.topbar ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.topbar li{
    display: inline-block;
    margin-right: 25px;
}
.topbar i{
    margin-right: 5px;
    font-size: 12px;
}
.topbar a{
    color: #fff;
}
.topbar a:hover{
    color: #fff;
    text-decoration: underline;
}

/* Navbar */
.navbar{
    font-size: 15px;
}
.navbar a{
    color: #444;
}
.navbar a:hover,
.navbar .active a{
    color: #f58113;
}
.navbar .active a{
    font-weight: 400;
}
.navbar-brand img{
    height: 50px;
}
.navbar-nav{
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: .5rem;
    border-bottom: 1px dotted #ccc;
}
.navbar-toggle{
    outline: none;
}
button:focus{
    outline: none;
}

/* Home */
.home .tparrows{
    display: none;
}
.home .slider{
    color: #fff;
    text-align: center;
}
.home .slider .tp-caption{
    white-space: normal;
    padding: 20px;
    width: 320px;
}
.home .slider .slide-1 strong{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px !important;
}
.home .slider .slide-1 h2{
    color: #0088a7;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 26px !important;
}
.home .about .align-self-center{
    background: url('../images/bg.png');
    padding: 30px 0;
    margin-top: 50px;
    margin-bottom: -50px;
}
.home .about ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
} 
.home .about li{
    display: inline-block;
    margin: 0 5px;
}
.home .about i.fa-circle{
    color: #0088a7;
}
.home .about li strong{
    font-weight: 300;
    display: block;
    margin-top: 5px;
}
.home .tagline{
    background: url('../images/bg-shipping-cargo-top.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.home .tagline h3{
    text-shadow: 1px 1px 1px #666;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0;
}
.home .tagline h5{
    text-shadow: 1px 1px 1px #666;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}
.home .tagline strong{
    text-shadow: 1px 1px 1px #666;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}
.home .tagline .btn{
    margin-top: 20px;
}
.home .news figure{
    background-color: #fff;
}
.home .news .figure-img{
    width: 100%;
}
.home .news figcaption{
    padding: 20px;
}
.home .news strong{
    color: #0088a7;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.home .testimonial{
    background-color: #0088a7;
    color: #fff;
    position: relative;
}
.home .testimonial .fa-quote-left{
    display: none;
}
.home .testimonial .media-body{
    background-color: #0088a7;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 16px;
}
.home .testimonial span{
    text-align: right;
    display: block;
    font-size: 14px;
}
.home .testimonial span strong::before{
    content: '- ';
}
.home .testimonial .owl-dots{
    text-align: center;
    padding-bottom: 10px;
}
.home .testimonial .owl-dots button{
    background-color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 3px;
}
.home .testimonial .owl-dots button.active{
    background-color: #f58113;
}
.home .fb,
.home .line{
    padding-top: 20px;
}
.home .ticker-logo{
    padding-top: 50px;
}
.home .ticker-logo img{
    padding-right: 30px;
}

/* About */
.about .overview strong{
    color: #0088a7;
}
.about .overview p:last-child{
    margin-bottom: 0;
}
.about .tagline{
    background: url('../images/bg-shipping-port.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.about .tagline .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.about .tagline h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
}
.about .tagline h5{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 20px 0;
}
.about .why-us .align-items-center{
    margin-bottom: 30px;
}
.about .why-us .align-items-center:last-child{
    margin-bottom: 50px;
}
.about .why-us span{
    background-color: #0088a7;
    border-radius: 100%;
    padding: 30px;
    width: 110px;
    height: 110px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.about .why-us span i{
    font-size: 40px;
    position: relative;
    top: -5px;
}
.about .why-us span strong{
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.about .testimonial{
    background-color: #0088a7;
    color: #fff;
    position: relative;
}
.about .testimonial .fa-quote-left{
    display: none;
}
.about .testimonial .media-body{
    background-color: #0088a7;
    position: absolute;
    bottom: 0px;
    padding: 15px;
    font-size: 16px;
}
.about .testimonial span{
    text-align: right;
    display: block;
    font-size: 14px;
}
.about .testimonial span strong::before{
    content: '- ';
}
.about .testimonial .owl-dots{
    text-align: center;
    padding-bottom: 10px;
}
.about .testimonial .owl-dots button{
    background-color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 3px;
}
.about .testimonial .owl-dots button.active{
    background-color: #f58113;
}

/* Service */
.service .services .fa-ul{
    margin-bottom: 50px;
}
.service .services .row:nth-child(2) .fa-ul{
    margin-bottom: 0;    
}
.service .photo{
    text-align: center;
}
.service .photo .col-12:first-child img{
    margin: 30px 0 15px 0;
}
.service .fa-ul li{
    margin-bottom: 20px;
}
.service .fa-ul li span{
    color: #0088a7;
    font-size: 16px;
}
.service .ticker-logo{
    padding-top: 50px;
}
.service .ticker-logo img{
    padding-right: 30px;
}
.service .tagline{
    background: url('../images/bg-shipping-port.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.service .tagline .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.service .tagline h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
}
.service .tagline h5{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 20px 0;
}
.service .testimonial .owl-carousel{
    position: relative;
}
.service .testimonial .owl-nav{
    display: none;
}
.service .testimonial .quote{
    background-color: #0088a7;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-bottom: 20px;
}
.service .testimonial .quote:before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: #0088a7 transparent transparent transparent;
}
.service .testimonial .quote .fa-quote-left{
    display: none;
}
.service .testimonial .people{
    text-align: center;
    width: fit-content;
    margin: 30px auto 5px auto;
}
.service .testimonial .people div{
    width: 100px;
    height: 100px;
    border: 2px solid #f58113;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
}
.service .testimonial .people p{
    display: block;
    margin: 0;
}
.service .testimonial .people strong{
    font-size: 16px;
    color: #f58113;
    display: block;    
}

/* Portfolio */
.portfolio .gallery .thumb{
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    margin-left: 5px;
}
.portfolio .gallery a{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 10px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio .gallery .thumb:hover a{
    background-color: #000;
    border: 0;
    opacity: 0.7;
}
.portfolio .gallery .thumb i{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    color: #fff;
    font-size: 34px;  
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.portfolio .gallery .thumb .caption{
    opacity: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 18px;
    padding: 10px;
    background-color: #f58113;  
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.portfolio .gallery .thumb:hover i,
.portfolio .gallery .thumb:hover .caption{
    opacity: 1;
}

/* Faq */
.faq .accordion .card{
    border-radius: 5px;
}
.faq .accordion .card-header,
.faq .accordion .card-header.collapsed:hover{
    display: block;
    background-color: #0088a7;
    color: #fff;
    padding: 20px 20px 20px 50px;
    position: relative;
    cursor: pointer;
}
.faq .accordion .card-header:first-child{
    border-radius: 5px 5px 0 0;
}
.faq .accordion .card-header i{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
}
.faq .accordion .card-header h3{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.faq .accordion .card-header.collapsed{
    background-color: #fff;
    color: #444;
}
.faq .accordion .card-body{
    padding: 20px;
}

/* Contact */
.contact form .form-control{
    border-radius: 0;
    padding: 1rem .75rem;
    font-weight: 300;
}
.contact form .form-control:focus {
    box-shadow: 0 0 5px rgba(245, 129, 19, 0.5);
    border: 1px solid rgba(245, 129, 19, 0.5);
}
.contact form .form-control::placeholder{
    opacity: 1;
    color: #999;
    font-size: 14px;
    font-weight: 300;
}
.contact form .form-control:-ms-input-placeholder{
    color: #999;
    font-size: 14px;
    font-weight: 300;
}
.contact form .form-control::-ms-input-placeholder{
    color: #999;
    font-size: 14px;
    font-weight: 300;
}
.contact .box h3{
    background-color: #0088a7;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
.contact .box a{
    color: #f58113;    
}
.contact .box a:hover{
    text-decoration: underline;
}
.contact .box .fa-ul{
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin: 0;
}
.contact .box .fa-ul li{
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 18px;
}
.contact .box .fa-ul li:last-child{
    margin-bottom: 0;
}
.contact .box .fa-ul .fa-li{
    left: -5px;
    top: 5px;
    font-size: 18px;
    color: #0088a7;
}
.contact .box .fa-ul strong{
    display: block;
}
.contact iframe{
    margin-bottom: -7px;
}

/* Min width 480px */
@media(min-width: 480px){
    h1, h2, h3, h4, h5, h6{
        letter-spacing: 0.5px;
    }
    .home .slider .tp-caption{
        width: 480px;
    }
    .home .slider .slide-1 strong{
        font-size: 30px !important;
    }
    .home .slider .slide-1 h2{
        font-size: 38px !important;
        line-height: 36px !important;
    }
    .home .tagline h3{
        font-size: 30px;
        line-height: 30px;
        margin: 15px 0;
    }
    .home .tagline h5{
        font-size: 22px;
        line-height: 22px;
    }
    .home .tagline strong{
        font-size: 22px;
    }
    .home .testimonial img,
    .about .testimonial img{
        width: 170px;
    }
    .home .testimonial .media-body,
    .about .testimonial .media-body{
        position: static;
        padding: 20px;
    }
    .home .testimonial .owl-dots,
    .about .testimonial .owl-dots{
        display: block;
        position: absolute;
        bottom: 5px;
        left: 190px;
    }
    /* .service .testimonial .people{
        text-align: left;
    } */
    .about .tagline h3,
    .service .tagline h3{
        font-size: 32px;
        line-height: 34px;
    }
    .about .tagline h5,
    .service .tagline h5{
        font-size: 22px;
        line-height: 26px;
        margin: 20px 0 30px 0;
    }
    .service .testimonial .people p{
        display: inline-block;
        position: relative;
        margin: 0 0 0 15px;
        top: -35px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media(min-width: 576px){
    header{
        text-align: left;
    }  
    .home .slider .tp-caption{
        width: 576px;
    }
    .home .slider .slide-1 h2{
        font-size: 44px !important;
        line-height: 42px !important;
    }
    .home .about .align-self-center{
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    .home .about li{
        margin: 0 20px;
    }
    .home .about li strong{
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
    }
    .home .tagline h3{
        font-size: 36px;
        line-height: 36px;
        margin: 15px 0 20px 0;
    }
    .home .fb,
    .home .line{
        padding-top: 50px;
    }
    .about .why-us span{
        margin-bottom: 0;
    }
    .service .testimonial .owl-nav{
        font-size: 60px;
        display: block;
    }
    .service .testimonial .owl-prev,
    .service .testimonial .owl-next{
        position: absolute;
        top: 30px;
    }
    .service .testimonial .owl-prev{        
        left: 0px;
    }
    .service .testimonial .owl-next{
        right: 0px;
    }
    .service .testimonial .owl-nav .owl-prev:focus,
    .service .testimonial .owl-nav .owl-next:focus{
        outline: 0;
    }
    footer span{
        display: inline;
    }
}

/* Medium devices (tablets, 768px and up) */
@media(min-width: 768px){	
    .headline{
        margin-bottom: 38px;
    }
    .home .slider .tp-caption{
        width: 768px;
    }
    .home .slider .slide-1 h2{
        font-size: 48px !important;
        line-height: 46px !important;
    }
    .home .tagline h3{
        font-size: 30px;
        line-height: 30px;
    }
    .home .tagline h5{
        font-size: 24px;
        line-height: 24px;
    }
    .home .tagline strong{
        font-size: 24px;
    }
    .home .testimonial .fa-quote-left,
    .about .testimonial .fa-quote-left{
        position: absolute;
        font-size: 30px;
        top: 30px;
        left: 200px;
        display: block;
    }
    .home .testimonial .media-body,
    .about .testimonial .media-body{
        padding: 0;
        margin: 40px 30px 30px 80px;
        text-align: left;
    }
    .home .testimonial .owl-dots,
    .about .testimonial .owl-dots{
        left: 200px;
    }
    .service .photo .col-12:first-child img,
    .service .photo .col-12:last-child img{
        margin: 30px 0 0 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media(min-width: 992px){
    header{
        padding-top: 70px;
        padding-bottom: 70px;
    }  
    .space{
        padding-top: 100px;
        padding-bottom: 100px;
    }    
    .navbar-nav{
        border: none;
        margin-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        border: none;
    } 
    .home .slider .tp-caption{
        width: 992px;
    }
    .home .slider .slide-1 h2{
        font-size: 50px !important;
    }
    .home .tagline h3{
        font-size: 40px;
    }
    .home .tagline h5{
        font-size: 28px;
    }
    .home .tagline strong{
        font-size: 26px;
    }
    .home .fb,
    .home .line{
        padding-top: 0;
    }
    .home .ticker-logo,
    .service .ticker-logo{
        padding-top: 100px;
    }
    .about .testimonial .media{
        display: block;
    }
    .about .testimonial img{
        width: 100%;
    }
    .about .testimonial .fa-quote-left{
        display: none;
    }
    .about .testimonial .media-body{
        margin: 0;
        padding: 15px;
    }
    .about .testimonial .owl-dots{
        position: static;
        text-align: center;
        padding-bottom: 10px;
    }
    .about .tagline h3,
    .service .tagline h3{
        font-size: 40px;
        line-height: 40px;
    }
    .about .tagline h5,
    .service .tagline h5{
        font-size: 26px;
        line-height: 26px;
    }
    .service .photo .col-12:first-child img{
        margin: 70px 0 15px 0;
    }
    .service .photo .col-12:last-child img{
        margin: 0;
    }
    .service .testimonial .quote{
        padding: 40px 40px 40px 120px;
    }
    .service .testimonial .quote .fa-quote-left{
        display: block;
        position: absolute;
        top: 30px;
        left: 40px;
        font-size: 40px;
    }
    .service .testimonial .owl-prev,
    .service .testimonial .owl-next{
        top: 50px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media(min-width: 1200px){   
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: .8rem;
        padding-left: .8rem;
    }  
    .navbar-brand img{
        height: auto;
    }
    .home .slider .tp-caption{
        width: 1200px;
    }
    .home .about .align-self-center{
        margin-top: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .home .about ul::before{
        content: '';
        position: absolute;
        top: 0px;
        left: 15px;
        width: 2px;
        height: 100%;
        background-color: #0088a7;
    }
    .home .about ul{
        text-align: left;
    }
    .home .about li{
        position: relative;
        padding: 10px 30px;
    }
    .home .about li::before{
        content: '';
        position: absolute;
        left: -15px;
        top: 50%;
        width: 45px;
        height: 2px;
        background-color: #0088a7;
    }   
    .home .about li strong{
        font-size: 24px;
        display: inline-block;
        margin-top: 0;
        margin-left: 15px;
    }
    .home .tagline h3{
        font-size: 48px;
        line-height: 48px;
    }
    .home .tagline h5{
        font-size: 28px;
    }
    .home .tagline strong{
        font-size: 26px;
    }
    .home .testimonial .owl-dots{
        left: 200px;
    }
    .about .testimonial .media-body{
        position: relative;
        top: -30px;
        margin-bottom: -30px;
    }
    .about .tagline h3,
    .service .tagline h3{
        font-size: 48px;
        line-height: 48px;
    }
    .about .why-us .align-items-center{
        margin-bottom: 15px;
    }
    .about .why-us .align-items-center:last-child{
        margin-bottom: 0;
    }
    .service .testimonial .owl-prev{
        left: 20px;
    }
    .service .testimonial .owl-next{
        right: 20px;
    }
}