/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*end reset*/
body {
    font-family: 'Source Sans Pro', sans-serif;
}

.wrap {
    width: 80%;
    margin: 0 auto;
}

.contact-info {
    float: left;
    margin-top: 9px;
    font-size: 17px;
    font-weight: bold;
}

.socialmedia-widget {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons {
    float: right;
}

    .social-icons li a {
        height: 40px;
        width: 40px;
        display: block;
        text-indent: -9999px;
        background: transparent url(../img/social-icons.png)/*tpa=http://laodongbacninh.com.vn/images/social-icons.png*/;
    }

.contact-info1 {
    font-weight: bold;
    color: #d63b37;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.social-icons li:first-child {
    border-left: 1px solid rgba(231, 231, 231, 0.73);
}

.social-icons ul li:first-child, ol li:first-child {
    margin-top: 0px;
}

.social-icons li {
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid rgba(231, 231, 231, 0.73);
    background: none;
    padding: 0px;
    margin: 0;
}

.social-icons a.facebook:hover {
    background-position: 0px bottom;
}

.social-icons a.facebook {
    background-position: 0px top;
}

.social-icons li a {
    height: 40px;
    width: 40px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/social-icons.png)/*tpa=http://laodongbacninh.com.vn/images/social-icons.png*/;
}

.social-icons a.twitter {
    background-position: -40px top;
}

    .social-icons a.twitter:hover {
        background-position: -40px bottom;
    }

.social-icons a.googleplus {
    background-position: -440px top;
}

    .social-icons a.googleplus:hover {
        background-position: -440px bottom;
    }

.social-icons a.pinterest {
    background-position: -480px top;
}

    .social-icons a.pinterest:hover {
        background-position: -480px bottom;
    }

.social-icons a.dribbble {
    background-position: -160px top;
}

    .social-icons a.dribbble:hover {
        background-position: -160px bottom;
    }

.social-iconst a.dribbble:hover {
    background-position: -160px bottom;
}

.social-icons a.vimeo {
    background-position: -120px top;
}

    .social-icons a.vimeo:hover {
        background-position: -120px bottom;
    }

.logo {
    float: left;
    /*padding: 21px 0px 0px 0px;*/
}

.top-nav {
    float: right;
}

    .top-nav ul li {
        display: inline-block;
        float: left;
    }

    .top-nav li.active > a, .top-nav li > a:hover {
        background: #ffcb08;
        color: #FFF;
    }

    .top-nav ul li a {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 0.875em;
        color: #FFF;
        padding: 30px;
        display: block;
        text-transform: uppercase;
    }

.header {
    background: #0066b3;
    border-bottom: 5px solid #ffcb08;
}
/*---start-content----*/
.top-grid {
    width: 14.5%;
    float: left;
    text-align: center;
    margin-right: 2%;
}

    .top-grid h3 {
        color: #313232;
        font-size: 1.73em;
    }

    .top-grid p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        line-height: 1.5em;
        margin: 0.5em auto 0.8em auto;
        width: 90%;
    }

    .top-grid img {
        display: inline-block;
        background: #EEE;
        padding: 5px;
    }

.button {
    color: #D63B37;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border: 1px solid #EEE;
    display: inline-block;
}

    .button:hover {
        background: #D63B37;
        color: #FFF;
    }

.top-grids {
    margin: 3em 0;
}

.last-topgrid {
    margin: 0;
}
/*---mid-grid-----*/
.mid-grids {
    background: #EEEEEE;
    padding: 3.5em 0 1em 0;
}

.mid-grid {
    width: 21.7%;
    float: left;
    margin: 3% 3% 3% 0;
}

    .mid-grid h3 {
        color: #D63B37;
        font-size: 1.2em;
        text-transform: uppercase;
        margin: 0.5em 0 0 0;
    }

    .mid-grid img {
        background: #FFF;
        padding: 5px;
        box-shadow: 0px 0px 1px #DDD;
        /*-webkit-filter: grayscale(100%);*/
        opacity: 5;
        transition: all 300ms !important;
        -webkit-transition: all 300ms !important;
        -moz-transition: all 300ms !important;
        width: 100%;
    }

        .mid-grid img:hover {
            opacity: 1;
        }

    .mid-grid p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        line-height: 1.5em;
        margin: 0.5em 0;
    }

.mid-button {
    color: #313232;
    background: url(arrow.png)/*tpa=http://laodongbacninh.com.vn/images/arrow.png*/ no-repeat 100% 50%;
    text-transform: uppercase;
    font-size: 0.875em;
    padding: 0px 8px 0px 0px;
}

    .mid-button:hover {
        background: url(arrow1.png)/*tpa=http://laodongbacninh.com.vn/images/arrow1.png*/ no-repeat 100% 50%;
    }

#last {
    margin: 0;
}
/*---start-p-sections----*/
.p-sections h3 {
    color: #313232;
    font-size: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0.5em;
}

.p-sections ul {
    float: left;
    width: 20%;
}

    .p-sections ul li:before {
        content: url(marker.png)/*tpa=http://laodongbacninh.com.vn/images/marker.png*/;
        padding-right: 12px;
        margin-bottom: 3px;
        display: inline-block;
    }

    .p-sections ul li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #D63B37;
    }

        .p-sections ul li a:hover {
            color: #313232;
        }

.p-sections {
    padding: 1.5em 0;
}
/*---box---*/
.gallery {
    float: left;
    width: 70%;
}

    .gallery h3 {
        color: #313232;
        font-size: 1.5em;
        font-family: 'Source Sans Pro', sans-serif;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #EEE;
        margin-bottom: 0.5em;
    }

    .gallery ul li {
        display: inline-block;
        width: 24.5%;
    }

    .gallery img {
        /*-webkit-filter: grayscale(100%);*/
        opacity: 5;
        transition: all 300ms !important;
        -webkit-transition: all 300ms !important;
        -moz-transition: all 300ms !important;
    }

        .gallery img:hover {
            opacity: 1;
            -webkit-filter: grayscale(0%);
            cursor: pointer;
        }

.terminals {
    float: right;
    width: 28%;
}

    .terminals h3 {
        color: #313232;
        font-size: 1.5em;
        font-family: 'Source Sans Pro', sans-serif;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #EEE;
        margin-bottom: 0.5em;
    }

    .terminals p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        line-height: 1.8em;
        margin: 0.5em 0;
    }

        .terminals p:before {
            content: url(quotes_alt.png)/*tpa=http://laodongbacninh.com.vn/images/quotes_alt.png*/;
            padding-right: 10px;
        }

    .terminals span {
        float: right;
        color: #D63B37;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 0.875em;
    }

        .terminals span a {
            font-family: 'Source Sans Pro', sans-serif;
            color: #3C3C3C;
            font-size: 1.2em;
            line-height: 1.8em;
            text-transform: uppercase;
            transition: 0.5s ease;
            -o-transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
        }

            .terminals span a:hover {
                color: #D63B37;
            }

.box {
    margin: 2em 0 1em 0;
}
/*----start-footer-----*/
.footer {
    background: #EEEEEE;
    padding: 2em 0;
    margin-top: 2.2em;
}

.footer-grid {
    float: left;
    width: 50%;
}

    .footer-grid ul li:before {
        content: url(marker1.png)/*tpa=http://laodongbacninh.com.vn/images/marker1.png*/;
        padding-right: 10px;
        margin-bottom: 0.5em;
        display: inline-block;
    }

    .footer-grid ul li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7em;
        color: #777;
        margin: 0.5em 0;
        text-transform: uppercase;
    }

        .footer-grid ul li a:hover {
            padding-left: 10px;
            color: #d63b37;
        }

    .footer-grid h3 {
        color: #313232;
        font-size: 1.2em;
        padding-bottom: 0.5em;
        text-transform: uppercase;
    }
/*---start-copy-right-----*/
.copy-right {
    padding: 1em 0;
    background: #0066b3;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    position: relative;
}

    .copy-right p {
        color: #FFF;
    }

        .copy-right p a {
            color: #ffdc78;
        }

            .copy-right p a:hover {
                color: #FFF;
            }
/*** move top **/
.scroll {
    width: 48px;
    height: 48px;
    border: none;
    display: block;
    text-indent: 100%;
    background: url(top-icon.png)/*tpa=http://laodongbacninh.com.vn/images/top-icon.png*/ no-repeat right top;
    position: absolute;
    right: 14px;
    bottom: 5px;
}

    .scroll:hover {
        opacity: 0.8;
    }
/*---start-about----*/
.banner {
    z-index:;
}

.top-head {
    margin-top: -300px;
}

.about-left {
    width: 70%;
    float: left;
}

    .about-left span {
        font-family: Arial, sans-serif;
        color: #D63B37;
        font-size: 0.875em;
        display: block;
        padding: 1em 0 0 0;
        line-height: 1.8em;
    }

    .about-left h2 {
        color: #313232;
        font-size: 1.5em;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
    }

    .about-left p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.8em;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

.about {
    margin-top: 2em;
}
/*----about-histore----*/
.about-histore {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

    .about-histore h3 {
        font-family: 'Source Sans Pro', sans-serif;
        padding: 15px 0px 15px 0px;
        margin-bottom: 13px;
        color: #313232;
        font-size: 1.5em;
        text-transform: uppercase;
    }

    .about-histore ul li span {
        color: #777;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        padding: 10px 12px;
        margin-bottom: 13px;
        float: left;
        background: #EEE;
    }

    .about-histore ul li p {
        font-size: 0.8125em;
        color: #777;
        line-height: 1.5em;
        font-family: Arial, sans-serif;
        padding: 0px 0px 20px 0px;
        float: right;
        width: 91%;
        border: none;
    }

        .about-histore ul li p label {
            color: #D63B37;
            display: block;
        }

.about-sidebar {
    float: right;
    width: 28%;
}

    .about-sidebar h3 {
        font-family: 'Source Sans Pro', sans-serif;
        padding: 15px 0px 15px 0px;
        margin-bottom: 13px;
        color: #313232;
        font-size: 1.5em;
        text-transform: uppercase;
    }

    .about-sidebar ul li a {
        display: block;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1em;
        color: #777;
        padding: 2px 0px 5px 0px;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

        .about-sidebar ul li a:hover {
            padding-left: 10px;
            color: #D63B37;
        }

    .about-sidebar ul li {
        border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
        background: url(marker1.png)/*tpa=http://laodongbacninh.com.vn/images/marker1.png*/ 0 19px no-repeat;
        padding: 9px 10px 8px 18px;
    }
/*---start-services----*/
.services-grid {
    width: 33%;
    float: left;
}

    .services-grid a {
        text-transform: uppercase;
        font-size: 1.2em;
        font-family: 'Source Sans Pro', sans-serif;
        color: #555;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        padding: 1em 0 0.5em 0;
        display: block;
    }

        .services-grid a:hover {
            color: #D63B37;
        }

    .services-grid p {
        font-size: 0.875em;
        color: rgba(85, 81, 81, 0.84);
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.8em;
    }

.services h3 {
    color: #313232;
    font-size: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

.services {
    margin-top: 2em;
}
/*-----pagenotfound------*/
.pagenotfound {
    text-align: center;
    padding: 4em 0 0 0;
}

    .pagenotfound h1 {
        font-size: 2em;
    }
/*----blog----*/
.blog {
    margin-top: 2em;
}

    .blog h4 {
        color: #313232;
        font-size: 1.5em;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
    }
/*  GRID OF Content with Image   ============================================================================= */
.image {
    clear: both;
    padding: 0px;
    margin: 0px;
    padding: 1.5% 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.grid {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

    .grid:first-child {
        margin-left: 0;
    }

.images_3_of_1 {
    width: 30.2%;
    position: relative;
}

    .images_3_of_1 span img {
        position: absolute;
        top: 0px;
        left: -2px;
    }

.span_2_of_3 {
    width: 68.1%;
}

.images_3_of_1 img {
    max-width: 100%;
    display: block;
}

.span_2_of_3 h3 a {
    font: 400 24px/28px 'Source Sans Pro', sans-serif;
    color: #626262;
    text-align: left;
    text-transform: uppercase;
}

.span_2_of_3 p {
    font: 400 15px/20px Arial;
    color: #9b9b9b;
    padding: 7px 0px;
}

.span_2_of_3 .button1 {
    margin-top: .3em;
    line-height: 1.9em;
}

    .span_2_of_3 .button1 a {
        color: #D63B37;
        font-size: 0.875em;
        text-transform: uppercase;
        padding: 1em 1.5em;
        border: 1px solid #EEE;
    }

        .span_2_of_3 .button1 a:hover {
            background: #D63B37;
            color: #fff;
            transition: all 0.3s;
        }

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 90%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
    .wrap {
        width: 95%;
    }

    .image {
        padding: 3%;
    }

    .grid {
        margin: 0;
    }

    .images_3_of_1 {
        width: 100%;
        padding: 2% 0 2% 0;
    }

    .span_2_of_3 {
        width: 100%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {

    .wrap {
        width: 95%;
    }

    .image {
        padding: 4%;
    }

    .grid {
        margin: 0;
    }

    .images_3_of_1 {
        width: 100%;
        padding: 2% 0 2% 0;
    }

    .span_2_of_3 {
        width: 100%;
    }
}
/*----artical-links---*/
.artical-links {
    padding: 10px 0px;
    border: 1px solid rgba(192, 192, 192, 0.22);
    border-left: none;
    margin-top: 5px;
    border-right: none;
}

    .artical-links ul li {
        display: inline-block;
    }

        .artical-links ul li:last-child {
            float: right;
        }

        .artical-links ul li img {
            vertical-align: middle;
            padding-right: 10px;
        }

        .artical-links ul li a {
            font: 400 14px/22px Arial;
            color: #cbcbc3;
            padding-left: 20px;
        }

            .artical-links ul li a:hover {
                text-decoration: underline;
            }
/*---single-page----*/

.single-page-top-patination ul li {
    display: inline-block;
}

    .single-page-top-patination ul li a {
        border-right: 1px solid rgba(192, 192, 192, 0.33);
        padding-right: 20px;
        color: #D63B37;
        font: 400 15px/22px Arial;
    }

        .single-page-top-patination ul li a:hover {
            text-decoration: underline;
        }

.single-page-top-patination p {
    font: 400 15px/22px Arial;
    color: #cbcbc3;
    padding-left: 20px;
}

.single-page-top-patination {
    padding: 15px 0px;
    border: 1px solid rgba(192, 192, 192, 0.22);
    border-left: none;
    margin-top: 20px;
    border-right: none;
}

.artical-content h3 {
    font: 400 24px/28px 'Source Sans Pro', sans-serif;
    color: #626262;
    text-align: left;
    text-transform: none;
    padding: 15px 0px;
    text-transform: uppercase;
}

.artical-content p {
    font: normal 15px/22px Arial,Helvetica,sans-serif;
    color: #9b9b9b;
    padding: 13px 0px;
}
/*----share-artical----*/
.share-artical h3 {
    font: 400 30px/28px 'Source Sans Pro', sans-serif;
    color: #626262;
    text-align: left;
    text-transform: none;
    padding: 17px 0px 28px 0px;
}

.share-artical ul li {
    display: inline-block;
    padding-right: 10px;
}

    .share-artical ul li img {
        vertical-align: text-top;
        padding-right: 7px;
    }

    .share-artical ul li a {
        font: 400 14px/22px Arial;
        color: #cbcbc3;
        padding-left: 20px;
    }

        .share-artical ul li a:hover {
            text-decoration: underline;
        }

.blog-top-patination ul li {
    display: inline-block;
}

    .blog-top-patination ul li a {
        border-right: 1px solid rgba(192, 192, 192, 0.33);
        padding-right: 20px;
        color: #D63B37;
        font: 400 15px/22px Arial;
    }

        .blog-top-patination ul li a:hover {
            text-decoration: underline;
        }

.blog-top-patination p {
    font: 400 15px/22px Arial;
    color: #cbcbc3;
    padding-left: 20px;
}

.blog-top-patination {
    padding: 15px 0px;
    border: 1px solid rgba(192, 192, 192, 0.22);
    border-left: none;
    margin-top: 20px;
    border-right: none;
}

.blog-bottom-paination ul li {
    display: inline-block;
}

.blog-bottom-paination {
    margin: 2em 0;
}

    .blog-bottom-paination li a {
        font: 400 12px/1.2em Arial;
        color: #5a5a5a;
        padding: 11px 18px;
        background: #fff;
        text-decoration: none;
        text-shadow: none;
        border: 1px solid #e9e9e9;
        margin-top: 16px;
    }

    .blog-bottom-paination li.active > a, .blog-bottom-paination li > a:hover {
        background: #D63B37;
        color: #fff;
    }
/*---comment-box----*/
.table-form {
    width: 100%;
}

    .table-form form input[type="text"] {
        border: 1px solid rgba(192, 192, 192, 0.22);
        outline: none;
        padding: 8px;
        margin-top: 23px;
        color: #cbcbc3;
        overflow: hidden;
        width: 40%;
        display: block;
    }

    .table-form textarea {
        padding: 8px;
        margin-top: 25px;
        outline: none;
        color: #cbcbc3;
        border: 1px solid rgba(192, 192, 192, 0.22);
        width: 70%;
        height: 100px;
        resize: none;
        font: 400 12px/1.2em Arial;
    }

    .table-form a {
        color: #D63B37;
        font-size: 0.875em;
        text-transform: uppercase;
        padding: 1em 1.5em;
        border: 1px solid #EEE;
        display: inline-block;
        margin-top: 0.5em;
    }

        .table-form a:hover {
            background: #D63B37;
            color: #fff;
            transition: all 0.3s;
        }

.artical-commentbox h3 {
    font: 400 30px/28px 'Source Sans Pro', sans-serif;
    color: #626262;
    text-align: left;
    text-transform: none;
    padding-top: 14px;
    margin-top: 15px;
}
/*  Contact Form  ============================================================================= */
.contact {
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

.span_2_of_3 {
    width: 63.1%;
    padding: 1.5%;
}

.span_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

    .span_2_of_3 h3,
    .span_1_of_3 h3 {
        font-family: 'Source Sans Pro', sans-serif;
        padding: 15px 0px;
        color: #313232;
        font-size: 1.5em;
        text-transform: uppercase;
    }

.contact-form {
    position: relative;
    padding-bottom: 30px;
}

    .contact-form div {
        padding: 5px 0;
    }

    .contact-form span {
        display: block;
        font-size: 0.875em;
        color: #454545;
        padding-bottom: 5px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .contact-form input[type="text"], .contact-form textarea {
        padding: 8px;
        display: block;
        width: 98%;
        border: none;
        outline: none;
        color: #313232;
        font-size: 0.8125em;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid rgba(192, 192, 192, 0.41);
        -webkit-appearance: none;
    }

    .contact-form textarea {
        resize: none;
        height: 120px;
    }

    .contact-form input[type="submit"] {
        font-family: 'Source Sans Pro', sans-serif;
        border: none;
        cursor: pointer;
        color: #D63B37;
        font-size: 0.875em;
        text-transform: uppercase;
        padding: 1em 1.5em;
        border: 1px solid #EEE;
        display: inline-block;
        background: #FFF;
        text-decoration: none;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

        .contact-form input[type="submit"]:hover {
            background: #D63B37;
            color: #FFF;
        }

        .contact-form input[type="submit"]:active {
            background: #D63B37;
            color: #FFF;
        }

.company_address {
}

    .company_address p {
        font-size: 0.875em;
        color: #6a6a6a;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }

        .company_address p span {
            text-decoration: underline;
            color: #454545;
            cursor: pointer;
        }

.map {
    margin-bottom: 15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 95%;
    }
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 97%;
    }
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 90%;
        padding: 5%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 90%;
        padding: 5%;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 92%;
    }
}

.contact-footer {
    border-top: 1px solid rgba(69, 69, 69, 0.13);
    padding: 28px 0px 0px 0px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
    .wrap {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .wrap {
        width: 90%;
    }

    .about-histore ul li p {
        width: 89.8%;
    }

    .services-grid {
        width: 24%;
        margin-right: 1%;
    }

    .span_2_of_3 {
        padding: 0 1.5%;
    }

        .span_2_of_3 h3 {
            padding: 0px;
        }

        .span_2_of_3 p {
            padding: 3px 0px 13px 0;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .wrap {
        width: 90%;
    }

    .about-histore ul li p {
        width: 86.8%;
    }

    .services-grid {
        width: 24%;
        margin-right: 1%;
    }

    .span_2_of_3 {
        padding: 0 1.5% 1.5% 0;
    }

        .span_2_of_3 h3 {
            padding: 0px;
        }

        .span_2_of_3 p {
            padding: 3px 0px 13px 0;
        }

    .top-nav ul li a {
        padding: 30px 20px;
    }

    .mid-grid {
        width: 31.3%;
        margin: 0 2% 1% 0;
    }

    #last {
        display: none;
    }

    .gallery ul li {
        width: 32.5%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .wrap {
        width: 90%;
    }

    .about-histore ul li p {
        width: 86.8%;
    }

    .services-grid {
        width: 24%;
        margin-right: 1%;
    }

    .span_2_of_3 {
        padding: 0 1.5% 1.5% 0;
    }

        .span_2_of_3 h3 {
            padding: 0px;
        }

        .span_2_of_3 p {
            padding: 3px 0px 13px 0;
        }

    .top-nav ul li a {
        padding: 30px 10px;
    }

    .mid-grid {
        width: 29%;
        margin: 0 4% 1% 0;
    }

    #last {
        display: none;
    }

    .gallery ul li {
        width: 24.5%;
    }

    .gallery {
        float: none;
        width: 100%;
    }

    .terminals {
        float: none;
        width: 100%;
        margin-top: 0.5em;
    }

    .about-left {
        width: 100%;
        float: none;
    }

    .about-sidebar {
        float: none;
        width: 100%;
    }

    .grid {
        display: block;
        float: none;
        margin: 0%;
    }

    .images_3_of_1 {
        width: 100%;
    }
}

.anh-dich-vu-khac{
    max-width: 90%;
}
.div-ten-cong-ty{
    float:left;
}
.div-ten-cong-ty h3{
    font-family: initial;
    font-size: 1.5em;
    color: #FFF;
    padding: 19px;
    display: block;
    text-transform: uppercase;
}
.anh-dich-vu-khac {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.anh-dich-vu-khac:hover  {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.h3t {
    color: #313232;
    font-size: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0.5em;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position:absolute;
    background-color: #0066b3;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
   
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ffd038}

.dropdown:hover .dropdown-content {
    display: block;
}

