@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.otf");
}
    @font-face {
    font-family: "Roboto-Black";
    src: url("../fonts/Roboto-Black.otf");
}
    @font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.otf");
}
html, body {
    height: 100%;
    max-height: 100%;
    background: #fff;
}

html, body, p, br, table, td, tr, img, a, input, textarea, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    outline: none;
    line-height: 130%;
    color: #858181;
    font-size: 18px;
    font-family: Roboto-Regular;
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: 400
}

ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px
}

    ul li, ol li {
        margin-bottom: 3px
    }

    ol.deciaml {
        list-style-type: decimal;
        line-height: 20px
    }

p, .paragraph {
    margin-bottom: 20px
}

.paragraph {
    display: block;
    clear: both
}

a:link {
    color: #1d4486;
    text-decoration: none
}

a:visited {
    color: #1d4486
}

a:hover {
    color: #1d4486;
    text-decoration: underline
}

a:active {
    color: #1d4486
}

.center {
    text-align: center
}

.clear {
    clear: both;
    height: 0
}

h1 {
    font-size:40px;   
    color: #1d4486;
	font-family: "Roboto-Bold";
}

h2 {
    font-size:35px;    
    color: #1d4486;
	font-family: "Roboto-Bold";
}

h3 {
    font-family: "Roboto-Bold";
    color:  #8c8c8c;
	font-size:30px;    
}

.text_date {
    color: #1d4486;
    font-size: 13px;
    font-weight: 700;
    color: #900
}

.red {
    color: red
}

.small_text {
    font-size: 12px
}

.warning_txt, .deadline_txt {
    color: #1d4486
}

.sample_txt {
    color: #1f497d;
    font-size: 12px
}

.pagetitle {
    text-transform: uppercase;
    position: relative;
    color: #000;
    font-size: 2em;
    font-weight: 700;
}

.sectiontitle {
    color: #FFFFFF;
    font-weight: bold;  
    text-align: center;    
}


.body_title {
    color: #1d4486;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px
}

.section_title {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    font-style: italic;
}

.std_list {
    list-style-image: url(../images/bullet.jpg)
}

.button_wrapper {
    display: block;
    clear: both;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px
}

.contact_footer {
    clear: both;
    text-align: center
}

.wrapper_top {
    width: 100%;
    display: inline-block;
    padding: 10px 5%;
	position: relative;
    z-index: 9999;
	background:#FFF;
}

#wrapper_top_container {
    padding: 0 auto;
}

.top_logo {
    padding: 25px;
    height: auto;
    text-align: center
}

#logo_wrapper a {
    display: inline-block;
}

#logo_wrapper img {
    display: inline-block;
    margin: 0 auto;
    height: 100px;
}

.page_content {
	padding: 50px 0 60px;
}

.wrapper_footer {
    background-color: #2d2d2d;
    width: 100%;
    padding: 50px 0 30px;
    color: #fff;
}
.wrapper_footer_detail{
	padding: 350px 0 30px;
}

    .wrapper_footer p, .wrapper_footer h2, .wrapper_footer a {
        color: #a2a2a2;        
		font-family: Roboto-Regular;
		line-height: 30px;
    }

    .wrapper_footer h2 {
        font-size: 1.5em;
        font-weight: normal;
        text-transform: uppercase;
		color: #FFFFFF;
        font-family:Roboto-Bold;
    }
    .wrapper_footer p{
        color: #a2a2a2;
        font-family:Roboto-Regular;
        line-height: 30px;
    }

#wrapper_top_social {
	display: inline-block;
	width: 100%;
}

    
	
	#wrapper_top_social .social_entry, #navfooter_social .social_entry {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 3px;
}

#wrapper_top_social .social_entry a, #navfooter_social .social_entry a {
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

#wrapper_top_social .social_entry a, #navfooter_social .social_entry a {
    background: url(../img/footer/socials.png) no-repeat;
}
  /*
    #wrapper_top_social .social_entry a.icon_weibo, #navfooter_social .social_entry a.icon_weibo {
        background-position: 0 0;
    }
*/
    #wrapper_top_social .social_entry a.icon_facebook, #navfooter_social .social_entry a.icon_facebook {
        background-position: 0px 0px;
    }
    
    #wrapper_top_social .social_entry a.icon_twitter, #navfooter_social .social_entry a.icon_twitter {
        background-position: -34px 0px;
    }

    #wrapper_top_social .social_entry a.icon_linkedin, #navfooter_social .social_entry a.icon_linkedin {
        background-position: -76px 0px;
    }


    #wrapper_top_social .social_entry a.icon_youtube, #navfooter_social .social_entry a.icon_youtube {
        background-position: -119px 0px;
    }
  /*
    #wrapper_top_social .social_entry a.icon_flickr, #navfooter_social .social_entry a.icon_flickr {
        background-position: -195px -1px;
    }
    */
/*************menu*****************/
.wrapper_mainmenu {
    z-index: 999;
    margin-top: 20px;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
}

.navbar-brand {
    padding: 0;
    height: 35px;
    width: 45px;
    margin-top: 8px
}

.navbar-collapse.in {
    overflow-y: visible;
}
/*.navbar-header{background:url(../images/menu_bg.png) repeat-x scroll 0 0 #d7d7d7; }*/
.navbar-default {
    border: none;
    text-align: center;
    z-index: 9999
}

.navbar-nav > li > a {
    color: #848687;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: transparent;
    color: #5f5f5f;
}

.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
    color: #5f5f5f;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    /*background: #f0dba9;*/
    color: #6f7073
}

.navbar-default .navbar-nav > li > a {
    color: #6f7073;
	display: inline-block;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a {
        color: #5279a9;
		background: transparent;
    }
	
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #5279a9;
  background-color: transparent;
}
	
	

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
   
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
        /*background: #5279a9;*/
        color: #5279a9;
    }

.navbar-default, .dropdown-menu, .dropdown-menu .dropdown-menu {
    background: #fff;
	padding-top: 0;
	padding-top: 0;
}

    .dropdown-menu > li > a:focus {
       
        color: #5279a9;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
   
    color:#5279a9;
}

.navbar-nav li .dropdown-menu li:last-child {
    padding-bottom: 0
}

.navbar-default .navbar-nav {
}

ul.navbar-nav li {
    margin-bottom: 0
}

/*************slide*****************/
.wrapper_slideshow {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slier_box {
    margin-bottom: 50px;
    padding-top:120px;	
}

.slider_caption {
    bottom: 60px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    height: 90px;
    position: absolute;
    text-align: left;
    /*width: 850px;
    right: 130px;*/
	font-family: "Roboto-Regular";
    line-height: 120%;    
    text-align: center;
    text-transform: capitalize;
}

.slider_caption .caption_more{ font-size: 16px;}
    
    .slider_caption h2 {
        display: inline-block;
        color: #fff;
        font-size: 2em;
        line-height: 125%;
        margin-bottom: 10px;
		text-shadow: 0 5px 5px #7e827d,0 5px 5px #666864;
    }
    .slider_subtitle{
		color: #fff;
        font-size: 24px;
	}
    .slider_caption.caption1 {
        height: 50px;
        bottom: 70px
    }

    .slider_caption.caption3 {
        bottom: 80px
    }

.jssorb05 {
    position: absolute
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        width: 54px;
        height: 21px;
        background: url(../asset/jssor/images/d_blue.png) no-repeat;
        overflow: hidden;
        cursor: pointer
    }

    .jssorb05 div {
        background-position: -64px -8px
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -3px -8px
        }

    .jssorb05 .av {
        background-position: -3px -8px
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -3px -8px
    }

.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url(../asset/jssor/images/a12.png) center center no-repeat;
    overflow: hidden
}

.jssora22l {
    background-position: -10px -31px
}

.jssora22r {
    background-position: -70px -31px
}

.jssora22l:hover {
    background-position: -130px -31px
}

.jssora22r:hover {
    background-position: -190px -31px
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px
}

.jssora22l.jssora22lds {
    background-position: -10px -31px;
    opacity: .3;
    pointer-events: none
}

.jssora22r.jssora22rds {
    background-position: -70px -31px;
    opacity: .3;
    pointer-events: none
}

.clickhere_bt{padding: 50px 0}

.wrapper_content {
    background: #fff;
    margin: -300px auto;
    position: relative;
    width: 100%;
}

.copyright_mainbox {
    font-size: 14px;
    color: #a6a8ab
}

.social_mainbox {
    margin-bottom: 15px;
    margin-right: 20px;
}

.social_content a {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.icon_facebook {
    background-position: -8px -9px;
}


.icon_linkin {
    background-position: -67px -9px;
}

.icon_twitter {
    background-position: -121px -9px;
}

.icon_Instagram {
    background-position: -176px -9px;
}

.std_input {
    padding: 5px
}

.std_button {
    background: #f9f9f9;
    padding: 10px 35px;
    color: #58595b;
    border-color: #ccc #555 #555 #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background: -moz-linear-gradient(top, #fff, #e5e5e5);
    background: -o-linear-gradient(top, #fff, #e5e5e5);
    background: linear-gradient(top, #fff, #e5e5e5);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 5px 3px #c0c0c0;
    -moz-box-shadow: 3px 3px 5px 3px #c0c0c0;
    box-shadow: 3px 3px 5px 3px #c0c0c0;
}

    .std_button:hover {
        color: #0d74ba;
        text-decoration: none
    }

.table_style {
    background-color: #ef7e01;
    color: #111;
    font-weight: 400
}

table.table_style td {
    padding: 5px
}

table.table_style p {
    margin: 0
}

.std_table {
    background: #ef7e01 none repeat scroll 0 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px
}

    .std_table td, .std_table th {
        border: 1px solid #1d4486;
        padding: 5px
    }

    .std_table th {
        background: #1d4486;
        font-weight: bold;
        text-align: center;
        color: #fff
    }

    .std_table td {
        background: #fff none repeat scroll 0 0
    }

        .std_table td.std_table_th {
            background: #ddd none repeat scroll 0 0;
            color: #f07f00;
            font-weight: 700
        }

        .std_table td.table_title, .table_title {
            background-color: #dadad9;
            color: #1d4486;
            font-weight: 700
        }

        .std_table td.table_title {
            text-align: center
        }

.table_title.date, .table_title.time {
    width: 20%
}

.table_title.function, .table_title.venue {
    width: 30%
}

.agenda_table td {
    padding: 10px 0 10px 0;
}

.ul_class {
    list-style-image: url(../images/bullet_red-gray.png)
}

table.column_style, .std_table td.column_style, .std_table td.agenda_date {
    background-color: #eee;
    color: #1d4486;
    font-weight: 700;
    text-align: center
}
.sectiontitle_bg{padding:20px 0; background:#5279a9;text-transform: capitalize;}


.home_section {
    margin-bottom: 40px;
    display: block;
    clear: both;
}

    .home_section:last-child, .home_section#ourservices {
        margin-bottom: 0
    }

    .home_section#contactus_home {
        
        color: #fff;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: normal;
        padding: 30px 0;
        line-height: 150%;
    }
	
   
   
        .home_section#contactus_home a.button {
            border: 1px solid #fff;
            color: #fff;
            font-size: 1em;
            padding: 8px 20px;
            margin-top: 10px;
            display: inline-block;
        }

            .home_section#contactus_home a.button:hover {
                background: #fcf3dd;
                color: #bba162;
                text-decoration: inherit;
            }

		
.home_section#aboutus{
	margin-top: 10px;
}

.home_section#contact_home{
    margin-top: -5px;
}


#aboutus_container{margin:50px 20%}

.content_section {
    margin-bottom: 40px;
    display: block;
    clear: both;
}

    .content_section:last-child {
        margin-bottom: 0
    }

    .content_section.bg_blue {
        background: #0d74ba
    }

img.contact_icon {
    float: left;
    margin-right: 20px;
    margin-top: 5px
}

.border-bottom {
    border-bottom: 1px solid #1f82c4
}

.border-left {
    border-left: 1px solid #1f82c4
}

#contact_form {
    margin-top: 30px
}

.contactbanner {
    background-image: url(../images/bgstatic/contact.jpg);
    min-height: 414px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#contactbanner {
    background-image: url(../images/bgstatic/contact.jpg);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: 100% 100%;
    height: 420px;
}

#contactform {
    background: url(../images/bg/blue_trans.png) repeat;
    padding: 20px 20px 10px;
    margin-top: 0;
    margin-bottom: 50px
}

    #contactform label {
        color: #fff
    }

        #contactform label.form-check-label {
            font-size: 0.8em
        }

    #contactform h2 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff
    }

    .form-control{
        border-radius: 25px;
        height:40px;
    }

    #contactform .form-control {
        height: auto;
        font-size: 12px;
        padding: 3px 8px;
        width: 90%;
        
    }

        #contactform .form-control.has-feedback {
            padding-right: 0;
        }

#buttontop img {
    margin-top: 20px;
    border-color: #ccc #555 #555 #ccc;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5e5e5));
    background: -moz-linear-gradient(top,#fff,#e5e5e5);
    background: -o-linear-gradient(top,#fff,#e5e5e5);
    background: linear-gradient(top,#fff,#e5e5e5);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 5px 3px #686868;
    -moz-box-shadow: 3px 3px 5px 3px #686868;
    box-shadow: 0px 3px 5px 3px #686868;
    border-radius: 10px;
}

.form_section {
    display: inline-block;
    border-bottom: 1px dotted #fff;
    width: 100%;
    padding: 10px 0;
}

h2.form_headline {
    display: block
}

.checkbox_row {
    margin-bottom: 0
}

.form_section .form-check-label {
    font-weight: normal
}

.form_border {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.form-row.form_section.noborder {
    border: 0
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
    color: #fff;
}

.btn.btn-more {	
	background: #5279a9;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #08448f;
	border-radius: 25px;
}
.btn.btn-more:hover {
  background: #3165a6;
  color: #FFFFFF;
}

.btn.stdbutton {
	background: #5279a9;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #08448f;
	border-radius: 25px;
}

.btn.stdbutton:hover {
	background: #3165a6;
	color: #FFFFFF;
}

#transportationform .glyphicon-remove:before {
    content: ""
}

#transportationform .form-check .glyphicon-ok:before {
    content: "";
}

#transportationform .glyphicon-ok:before {
    content: "";
}

#transportationform .form-check .error.help-block {
    display: inline-block;
}

#transportationform .has-success .help-block {
    display: none
}

#transportationform .has-error .error.help-block {
    font-size: .8em;
}

.formwrapper {
    position: relative;
}

    .formwrapper .alert {
        margin-bottom: 0;
    }

    .formwrapper form {
        display: inline-block;
        padding: 0;
    }

.overlay {
    background: url(../images/bg/black_trans.png) repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

    .overlay img {
        text-align: center;
        margin: 5% auto 0;
    }



	
.P_services img{width:100%}

.services_entry {
	width: 380px;
	float: left;
}


.services_wrap_image {
	position: relative;
	text-align: center;
}

.services_wrap_image .desc {
    color: #fff;
    text-align: center;
    margin-top: 115px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

    .services_wrap_image .title {
        display: block;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .services_wrap_image .description {
        display: block;
        font-size: .8em;
        margin-bottom: 10px;
        line-height: 120%;
    }

    .services_wrap_image .learnmore {
        display: inline-block;
        font-size: .6em;
        padding: 1px 14px;
        border: 1px solid #fff;
        margin-top: 10px;
		font-weight: bold;
		background: #bba162;
    }

        .services_wrap_image .learnmore:hover {
            color: #907022;
        	border: 1px solid #907022;
			background: transparent;
        }

    .services_wrap_image a {
        display: inline-block;
    }

.services_image {
	z-index: 1;
}


.services_wrap_image .entry .desc.active {
 display:inline-block
}

.services_wrap_desc {
    background: url(../images/bg/black_trans.png) repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

    .services_wrap_desc img {
        text-align: center;
        margin: 20% auto 0;
    }

    .services_wrap_desc.active {
        background: transparent;
    }


        .services_wrap_desc.active .desc .title, .services_wrap_desc.active .desc .description, .services_wrap_desc.active .desc .learnmore {
            color: #fff;
        }

        .services_wrap_desc.active .desc .learnmore {
            border-color: #cfbe95;
            color: #cfbe95;
        }

.contact_home_info {
    text-align: center;
    font-family: Roboto-Regular;
    font-size:16px;
    padding: 50px 0 0px;
}

    .contact_home_info h3 {
        font-size: 1.3em;
        color: #040404;
    }

.contact_home_form {
    display: inline-block;
    padding: 40px 10% 30px;
    width: 100%;

}
.output_message{ text-align: center; color:#FF0000}

/*========about============*/
.sectiontitleBL{
	color: #625e5e;
    font-weight: bold;  
    text-align: center;
	padding:50px 0 0px;
}
#aboutusDetail_container{
	margin: 50px 10%;
}	
.Journey{
	padding: 50px 10%;
	margin-bottom:300px;
}
.jYear2008{
	padding-top:20px
}
.jdetail2008{
	padding-top:20px;
	font-size:17px;
}
.jdetail2017{
	padding-top:240px;
	font-size:17px;
}
.jYear2017{
	padding-top:50px
}
.jYear2024{
	padding-top:130px
}
.jdetail2024{
	padding-top:240px
	}
.time-line{
	background: url("../img/about/timeline.jpg") no-repeat;
	height:600px;
	width:55px;
	display: block;
}	
.time-line.year{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	z-index:99;
}

/*-------------services-----------------*/
.title{padding:20px 0; text-transform: uppercase;}
/*--------freight-----------------*/
.freight_title{text-align:center;padding:30px 0; }
.freight_des{
	padding:30px 10%;
	line-height:30px;	
}

.F-left img{width:100%;text-align:right}
.F-right img{width:100%;text-align:left}

.F-right .description{margin:40px 20% 0 10px}
.description h3{padding:10px 0}
.F-left .description{margin:40px 30px 0 20%}

/*---------inland--------*/
.details{
	padding:30px 10%;
	line-height:30px;
}
.paragraph{padding:5px 0}
/*-------------contact---------*/
.address{margin:20px 0 20px 15% }
.output_message{padding:20px 0}
.error{color:#F00; font-size:14px}


@media screen and (min-width: 1400px) {
    .wrapper_content {       
        margin: -370px auto;       
    }
	.slider_box{
		margin: -30px auto;      
	}
}
@media screen and (min-width: 1600px) {
    .wrapper_content {       
        margin: -370px auto;       
    }
	.slider_box{
		margin: -30px auto;      
	}
	.wrapper_footer { 
  		padding: 100px 0 30px;
	}
}
@media screen and (min-width: 1920px) {
    .wrapper_content {
    margin: -440px auto;
    }
    #aboutus_container {
        margin: 50px 30%;
    }
	.slider_box {        
        margin-top:-70px;	
    }
	.wrapper_footer {
	padding: 100px 0 30px;
	text-align: center;
	}    
	
}

   
/*@media screen and (min-width: 1100px) {
    .navbar-header {
        display: none
    }

    .maincontent, .content_footer, #navbar {
        margin: 0 auto
    }
	
    .navbar {
        margin: 0 auto;
        width: 100%;
    }
	
    .navbar-default .navbar-nav > li > a {
        color: #6b6c71
    }

    .navbar-nav > li > a {
        font-size: 11pt;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background: #6f9ec0;
        color: #fff
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: #6f9ec0;
        color: #fff;
    }

    .navbar-header {
        display: none
    }

    .mainmenu_entry {
        text-align: center
    }

    .dropdown-menu > li > a {
        border-bottom: 1px solid #fff;
        color: #6f7073;
        padding: 10px 20px;
        background: #f4f4f4
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #ccc
    }

    .dropdown-menu {
        padding: 0;
        border-radius: 0;
        border: 0;
        background: #f4f4f4
    }
	
    #navbar {
        display: inline-block !important
    }

    .email {
        position: absolute;
        color: #fff;
        bottom: 24px;
        right: 113px;
    }

        .email a {
            color: #fff;
            font-size: 28px;
        }

    .copyright_mainbox {
        text-align: left;
        margin: 25px 0 0 0;
    }

    .content_banner_footer .sep {
        display: inline-block
    }

    #whoweare {
        min-height: 440px;
    }

    #logo_wrapper img {
        max-width: 260px;
        margin-left: 55px;
    }

    .navbar-nav > li > a.parent_menu {
        padding: 16px 23px;
    }
}*/

@media screen and (min-width: 992px) {
    
}

@media screen and (max-width: 992px) {
    .nav.navbar-nav {
        width: 100%
    }

    .navbar-nav > li > a.parent_menu {
        padding: 16px 20px;
    }

    h2.section_title {
        font-size: 1.3em
    }

    #logo_wrapper img {
        max-width: 100%;
    }
}

/* Landscape tablets and medium desktops */
/*@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-header {
        display: none
    }

    #navbar .navbar-nav > li {
        display: inline;
        position: relative;
        float: left;
    }

        #navbar .navbar-nav > li:not(:first-child):before {
            content: " | ";
        }
		
    .navbar-nav > li > a {
        line-height: 20px;
        padding-bottom: 9px;
        padding-top: 9px
    }

    .dropdown-menu {
        border-radius: 0
    }

    .navbar-nav li {
        margin-bottom: 0
    }

    .email {
        position: absolute;
        bottom: 19px;
        right: 88px;
        font-size: 22px;
        color: #fff;
    }

        .email a {
            color: #fff;
            font-size: 22px;
        }

    .navbar-default .navbar-nav > li > a {
        font-size: .8em
    }
}*/

/* Portrait tablets and small desktops */
/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  
  	.wrapper_mainmenu {	
	  margin-top: 0px;
	  margin-left: 60px;
	}
    .navbar-header {
        display: none
    }

    .navbar-nav li {
        margin-bottom: 0;
    }

    .navbar-nav > li > a {
        color: #5279a9;
    }

    .dropdown-menu {
        border-radius: 0
    }



    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: transparent;
        color: #5279a9
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: transparent;
        color: #5279a9
    }

    .maincontent {
        margin-top: 30px;
    }
    .wrapper_content { 
  	margin: -200px auto 0px;
	}
    .slider_box {        
        margin-top:-70px;	
    }
    .email {
        position: absolute;
        bottom: 15px;
        right: 70px;
        font-size: 18px;
        color: #fff;
    }

        .email a {
            color: #fff;
            font-size: 18px;
        }
/*-----------home---------*/
.home_section#contact_home {
  margin-top: -5px;
  margin-bottom: 50px;
}		
		
/*-----------about-----------*/
.time-line{
	background: url("../img/about/timeline_s.jpg") no-repeat;
	width:55px;
    height:1000px;
	display: block;
}	
.Journey {
  padding: 50px 5% 0px;
  margin-bottom: 100px;
}
.jdetail2008 {
  padding-top: 20px;
  padding-left:30px;
}
.jdetail2017 {
  padding-top: 470px;
  font-size: 17px;
}
.jYear2017 {
  padding-top: 140px;
  padding-left:30px;
}
.jdetail2024 {
  padding-top: 310px;
  padding-left:30px;
}
/*========service=========*/

/*-----------Freight----------*/
.F-left h3{ text-align:center}
.F-left .description  {margin:40px 15% 0px }
.F-right h3{ text-align:center}	
.F-right .description {margin:40px 15% 0px }




.wrapper_footer {
	padding: 50px 0 30px;
	text-align: center;
}       
    /*
	.navbar-default .navbar-nav > li > a{color:#fff}
	.navbar-default,#mainmenu{background:#8e1127}
	.navbar-default{border:0}	
	*/
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 
	.wrapper_mainmenu {
	  z-index: 999;
	  margin-top: 30px;
	}
	.slider_box{
	 margin-top: -30px;
	}
    .navbar-nav li {
        margin-bottom: 0;
        background-color: #e7e7e7;
        margin-top: -10px;
        padding-bottom: 10px;
    }

    .navbar-nav > li > a {
        border-bottom: 1px solid #ccc;

    }
    .navbar-nav .open .dropdown-menu {
        margin-top: 10px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #6b6c71;
        display: block;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #ccc;
        color: #000
    }
	
    .dropdown-menu > li > a {
        border-bottom: 1px solid #ccc
    }

    #top_logo_entry_wrapper {
        width: 100%;
        float: inherit;
        text-align: left
    }

    #top_logo_entry_wrapper {
        display: none
    }

    .maincontent {
        margin-top: 20px;
    }

   
    .banner_footer_entry {
        margin: 0
    }

    .email {
        position: absolute;
        bottom: 15px;
        right: 63px;
        font-size: 16px;
        color: #fff;
    }

        .email a {
            color: #fff;
            font-size: 16px;
        }

    .navbar-nav li {
        text-align: left;
    }
/*=============home========*/
.home_section#contact_home {  
  margin-bottom: 100px;
}	
	/*========about=========*/
.Journey {
  padding: 50px 2%;
  margin-bottom: 100px;
}	
.jYear2008{
	padding-top:20px;
	font-size:18px;
}
.jdetail2008{
	padding-top:20px;
	padding-left:30px;
	font-size:15px;
}
.jdetail2017{
	padding-top:480px;
	font-size:15px;
}
.jYear2017{
	padding-top:50px;
	padding-left:30px;
	font-size:18px;
}
.jYear2024{
	padding-top:130px;	
	font-size:18px;
}
.jdetail2024{
	margin-top:80px;
	padding-left:30px;
	font-size:15px;
}


.time-line{
	background: url("../img/about/timeline_s.jpg") no-repeat;
	width:55px;
    height:1000px;
	display: block;
}	

/*========services============*/
    .services_entry {
        float: inherit;
        margin: 0 auto;
    }


}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .navbar-nav li {
        margin-bottom: 0;
        background-color: #FFFFFF;
        margin-top: -10px
    }
     
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color:transparent;
    }
    .slier_box {       
        padding-top:820px;	
    }
    .wrapper_content {       
        margin: -120px auto;
        
    }   
    .top_logo {
        width: 100%
    }

    #top_logo_entry_wrapper {
        width: 100%;
        float: inherit;
        text-align: left;
        display: none
    }

    .content_banner_footer .sep {
        display: none
    }

    .banner_footer_entry {
        width: 100%;
        margin: 0 0 15px
    }

    .maincontent {
        margin-top: 10px;
    }

    .email {
        position: absolute;
        bottom: 8px;
        right: 30px;
        font-size: 9px;
        color: #fff;
    }

        .email a {
            color: #fff;
            font-size: 9px;
        }
/*==========services==========*/
.services, .contact {margin-bottom: 120px;}

.F-left { text-align:left}
.F-left .description{margin:40px 10% 0px}
.F-right{ text-align:left}	
.F-right .description{margin:40px 10% 0px}		

/*==========contact==========*/
.address {
  margin: 20px 10% 20px;
}		
		
.wrapper_footer {
    padding: 40px 0 30px;
}	    
}

@media (max-width: 320px) {
    .email {
        position: absolute;
        bottom: 0px;
        right: 30px;
        font-size: 7px;
        color: #fff;
    }

        .email a {
            color: #fff;
            font-size: 7px;
        }
}

@media screen and (min-width: 1200px) {
	.wrapper_top {
		position: absolute;
	}

	#wrapper_top_container {
		margin: 0 auto;
    }
	
	#logo_wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	
	.wrapper_mainmenu {
		margin-top: 60px;	
	}
	
	#wrapper_top_social {
		margin-top: 60px;	
    }
	
    .navbar-header {
        display: none
    }
	
	#navbar .navbar-nav {
		float: inherit;
		display: inline-block;
	}

    #navbar .navbar-nav > li {
        display: inline;
        position: relative;
        float: left;
    }

        #navbar .navbar-nav > li:not(:first-child):before {
            content: " | ";
			display: inline-block;
        }
		
		#nav_wrapper .navbar-default .navbar-nav > li > a {
		  padding-bottom: 10px;
		  display: inline;
		  padding: 10px 5px;
		}
		
    .navbar-nav > li > a {
        line-height: 20px;
        padding-bottom: 9px;
        padding-top: 9px
    }

    .dropdown-menu {
        border-radius: 0
    }

    .navbar-nav li {
        margin-bottom: 0
    }

    .email {
        position: absolute;
        bottom: 19px;
        right: 88px;
        font-size: 22px;
        color: #fff;
    }

        .email a {
            color: #fff;
            font-size: 22px;
        }

    .navbar-default .navbar-nav > li > a {
        font-size: 1em;
		padding-left: 20px;
		padding-right: 20px;
    }
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background: transparent;	
	}
}