@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

body {
    background: #004a80;
    font: 12px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #404040;
    height: 0px !important;
}

.google {
    background: #004a80;
}

.twitter {
    background: #004a80;
}
 
.facebook {
    background: #004a80;
}

.pinterest {
    background: #004a80;
}

.linkedin {
    background: #004a80;
    
}


a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

    a:focus {
        text-decoration: none;
        background: none;
        outline: none;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
        outline: none;
    }

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}

p {
    margin-bottom: 18px;
    line-height: 30px;
}

h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    height: auto;
    position: relative;
    top: 0;
    z-index: 10;
}

    h1.navbar-brand_ a {
        display: inline-block;
    }

        h1.navbar-brand_ a img {
            width: 100%;
        }

.search h1 {
    font-size: 16px !important;
    margin-top: 0px !important;
    color: #6c6969;
}

h2 {
    font: 300 41px/1em 'Roboto Condensed';
    margin: 0 0 63px 0;
    color: #404040;
}

    h2.indent {
        margin: 0 0 17px 0;
    }

    h2 span {
        color: #1399bc;
    }

h3 {
    font: bold 18px/21px 'Roboto Condensed';
    margin: 0 0 17px 0;
    color: #1399bc;
}

h4 {
    font: 22px/25px 'Roboto Condensed';
    margin: 0 0 32px 0;
    text-transform: uppercase;
    color: #e1331c;
}

h5 {
    font: bold 18px/21px 'Roboto Condensed';
    margin: 0 0 17px 0;
    color: #d8301f;
}

h6 {
    font-size: 15px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    color: #1399bc;
}

.extra-wrap {
    overflow: hidden;
    margin-top: 17px;
}

.content {
    padding: 0;
    background: #dddddd;
}

    .content.indent {
        padding: 63px 0 0 0;
        background: #f5f5f5;
    }

.main {
    width: 1230px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

header {
    position: relative;
    margin: 0;
    z-index: 0;
    background: #dddddd;
}

    header .box {
        float: right;
        width: 70%;
    }

.info_list {
    padding: 17px;
    margin: 6px -25px 0 0;
    list-style: none;
    float: right;
    overflow: hidden;
}

    .info_list li {
        float: left;
        margin-left: 28px;
        min-width: 215px;
    }

        .info_list li span {
            color: #004a80;
            font-size: 38px;
            float: left;
            margin-right: 17px;
            margin-top: 12px;
        }

        .info_list li p {
            color: #9e0b0f;
            font-size: 21px;
        }


        .info_list li:first-child span {
            font-size: 36px;
        }

nav.tm_navbar {
    position: relative;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    min-height: 0;
    background: #004a80;
}

    nav.tm_navbar ul.nav {
        float: left;
    }

.service {
    border-top: 3px #9e0b0f solid;  
    background: white;
    /*border-bottom: 1px solid #b3a8a8;
    border-left: 1px solid #b3a8a8;
    border-right: 1px solid #b3a8a8;*/
    padding-right: 0px;
    padding-left: 0px;
        padding-bottom: 16px;
}

.write {
    color: #004a80;
    font-size: 13px;
    text-align: center;
}

.images {
    margin-top: 15px;
}

.title-service {
    height: 37px;
    background: #9e0b0f;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    text-align:center;
}

.fortmat {
    color: white;
    text-align: center;
    font-size: 21px;
    margin-left: 25px;
}

nav.tm_navbar .nav li {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    float: left;
}

    nav.tm_navbar .nav li:first-child {
        margin: 0;
    }

    nav.tm_navbar .nav li:last-child {
        padding: 0;
        background: none;
    }

    nav.tm_navbar .nav li a {
        position: relative;
        padding: 0 20px;
       
        color: whitesmoke;
        text-transform: uppercase;
        background: none;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
                height: 50px;
    line-height: 50px;
    font-size: 15px;
    }

        nav.tm_navbar .nav li a i {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: #9e0b0f;
            z-index: -1;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

        nav.tm_navbar .nav li a:before {
            content: '';
            position: absolute;
            top: -6px;
            left: 0;
            width: 100%;
            height: 0;
            background: #9e0b0f;
            display: block;
            -webkit-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        nav.tm_navbar .nav li a:after {
            content: '';
            position: absolute;
            top: -6px;
            right: -6px;
            width: 6px;
            height: 6px;
            background: url(../img/tr.png) no-repeat;
            display: block;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    nav.tm_navbar .nav li.active > a {
        color: #ffffff;
        background: none;
        line-height: 50px;
    }

        nav.tm_navbar .nav li.active > a i {
            height: 100%;
        }

        nav.tm_navbar .nav li.active > a:before {
            height: 6px;
        }

        nav.tm_navbar .nav li.active > a:after {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    nav.tm_navbar .nav li.active > span {
        color: #ffffff;
    }

    nav.tm_navbar .nav li:hover > a {
        color: #ffffff;
        background: none;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        nav.tm_navbar .nav li:hover > a i {
            height: 100%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transition-delay: 0.13s;
            transition-delay: 0.13s;
        }

        nav.tm_navbar .nav li:hover > a:before {
            height: 6px;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

        nav.tm_navbar .nav li:hover > a:after {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

    nav.tm_navbar .nav li:hover > span {
        color: #ffffff;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

nav.tm_navbar .sfHover > a {
    color: #ffffff;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    nav.tm_navbar .sfHover > a i {
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.13s;
        transition-delay: 0.13s;
    }

    nav.tm_navbar .sfHover > a:before {
        height: 6px;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    nav.tm_navbar .sfHover > a:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

nav.tm_navbar .sfHover > span {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .nav li span {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    color: #9e0b0f;
    font-size: 10px;
    z-index: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 235px;
    left: 0;
    top: 51px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    border-radius: 0;
    padding: 0px 0;
    margin: 0;
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

    nav.tm_navbar .sub-menu > ul li {
        background: none;
        border: none;
        width: auto;
        float: none;
        margin: 0 !important;
        padding: 0;
        display: block;
    }

        nav.tm_navbar .sub-menu > ul li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

        nav.tm_navbar .sub-menu > ul li a {
            padding: 0 32px;
            margin: 0;
            float: none;
            display: block;
            font: 300 14px/39px 'Lato';
            color: #2c2c2c;
            letter-spacing: 0;
            background: transparent;
            text-transform: none;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
                display: none;
            }

        nav.tm_navbar .sub-menu > ul li span {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 12px;
            left: auto;
            width: auto !important;
            color: #9e0b0f;
            font-size: 14px;
            background: none;
        }

        nav.tm_navbar .sub-menu > ul li a:hover {
            text-decoration: none;
            color: #ffffff !important;
            background: #9e0b0f !important;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
            -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
            box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
        }

        nav.tm_navbar .sub-menu > ul li.sfHover > a {
            text-decoration: none;
            color: #ffffff !important;
            background: #9e0b0f !important;
            -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
            box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
        }

nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 235px;
    left: 100%;
    top: -15px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    border-radius: 0;
    padding: 15px 0;
    margin: 0 0 0 2px;
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

    nav.tm_navbar .sub-menu ul ul li a {
        padding: 0 32px;
        margin: 0;
        float: none;
        display: block;
        font: 300 14px/39px 'Lato';
        color: #2c2c2c;
        letter-spacing: 0;
        background: transparent;
        text-transform: none;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: #9e0b0f !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
}

.select-menu {
    display: none !important;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    z-index: 20;
    color: #333;
    font-size: 37px;
}

    #toTop:hover {
        outline: none;
        color: #1399bc;
    }


.follow_icon_team {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .follow_icon_team li {
        float: left;
        margin-left: 5px;
    }

        .follow_icon_team li:first-child {
            margin: 0;
        }

        .follow_icon_team li a {
            border-radius: 100%;
            width: 23px;
            height: 23px;
            text-align: center;
            line-height: 22px;
            font-size: 12px;
            color: #ffffff;
            background: #1399bc;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .follow_icon_team li a:hover {
                color: #ffffff;
                background: #dc4637;
            }

.who-box {
    position: relative;
}

    .who-box .col-lg-4 {
        margin-bottom: 62px;
    }

.thumb-box1 {
    padding: 30px 0 50px 0;
    overflow: hidden;
}

.thumb-box2 {
    overflow: hidden;
    padding: 7px 0 5px 0;
    background: #f5f5f5;
}

    .thumb-box2 .description {
        font: 300 22px/26px 'Roboto Condensed';
        color: #7c7b7a;
        margin-bottom: 67px;
    }

    .thumb-box2 .services_box .box {
        float: left;
        width: 25%;
        border-left: 1px solid #e0e0e0;
        background: #ffffff;
        text-align: center;
        overflow: hidden;
        -webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
        box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    }

        .thumb-box2 .services_box .box:first-child {
            border-left: none;
        }

        .thumb-box2 .services_box .box strong {
            font: bold 24px/83px 'Roboto Condensed';
            text-transform: uppercase;
            color: #ffffff;
            display: block;
            margin-bottom: 20px;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.32);
        }

        .thumb-box2 .services_box .box.box1 {
            border-radius: 6px 0 0 6px;
        }

            .thumb-box2 .services_box .box.box1 strong {
                background: url(../img/pattern1.png) repeat-x;
            }

        .thumb-box2 .services_box .box.box2 strong {
            background: url(../img/pattern2.png) repeat-x;
        }

        .thumb-box2 .services_box .box.box3 strong {
            background: url(../img/pattern3.png) repeat-x;
        }

        .thumb-box2 .services_box .box.box4 {
            border-radius: 0 6px 6px 0;
        }

            .thumb-box2 .services_box .box.box4 strong {
                background: url(../img/pattern4.png) repeat-x;
            }

    .thumb-box2 .services_box figure {
        height: 217px;
        vertical-align: middle;
        margin-bottom: 14px;
    }

    .thumb-box2 .services_box .caption {
        padding: 0 40px 38px 40px;
    }

        .thumb-box2 .services_box .caption p {
            color: #999;
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 21px;
        }

.thumb-box3 {
    padding: 15px 0 60px 0;
    overflow: hidden;
}

    .thumb-box3 h2 {
        margin: 0 0 13px 0;
    }

.thumb-box4 {
    background: #ffffff;
    padding: 15px 0 0px 0;
    overflow: hidden;
}

    .thumb-box4 figure {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .thumb-box4 figure img {
            width: 100%;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
        }

        .thumb-box4 figure a {
            cursor: url('../img/cursor1.png') 32 32,crosshair;
        }

            .thumb-box4 figure a:hover i {
                -webkit-transform: translateY(0) translateX(0) scale(1);
                transform: translateY(0) translateX(0) scale(1);
                -webkit-transition: all 0.35s;
                -o-transition: all 0.35s;
                transition: all 0.35s;
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .thumb-box4 figure a:hover strong {
                color: #ffffff;
                text-shadow: 0 0 0 rgba(255,255,255,0.5);
                -webkit-transform: rotateY(0);
                -ms-transform: rotateY(0);
                transform: rotateY(0);
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }

            .thumb-box4 figure a:hover img {
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                -webkit-transform: scale3d(1.02,1.02,1.02);
                transform: scale3d(1.02,1.02,1.02);
            }

        .thumb-box4 figure i {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 2;
            padding: 0;
            top: 0;
            left: 0;
            display: block;
            text-align: center;
            background: #1399bc;
            background: rgba(19,153,188,0.8);
            font-weight: normal;
            -webkit-transform: translateY(0) translateX(0) scale(0.25);
            transform: translateY(0) translateX(0) scale(0.25);
            -webkit-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .thumb-box4 figure strong {
            color: #ffffff;
            font: 300 20px/1em 'Roboto Condensed';
            margin: -10px 0 0 0;
            padding: 0 10px;
            display: block;
            height: 86px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transform: rotateY(-180deg);
            -ms-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            color: transparent;
            text-transform: capitalize;
            text-shadow: 0 0 20px rgba(255,255,255,0.5);
        }

.thumb-box5 {
    padding: 65px 0 58px 0;
    overflow: hidden;
}

.thumb-box6 {
    padding: 0px 0 5px 0;
    background:#dddddd;
}

.thumb-box7 {
    background: #ffffff;
    padding: 65px 0 28px 0;
    overflow: hidden;
}

.thumb-box8 {
    padding: 65px 0 0 0;
    overflow: hidden;
}

    .thumb-box8 .col-lg-3, .thumb-box8 .col-lg-4, .thumb-box8 .col-lg-5 {
        margin-bottom: 26px;
    }

.serv_box {
    margin-bottom: 64px;
}

    .serv_box span {
        float: left;
        color: #1399bc;
        margin-right: 13px;
        width: 55px;
        font-size: 48px;
    }

.thumb-box9 {
    background: #ffffff;
    padding: 65px 0 0 0;
    overflow: hidden;
}

    .thumb-box9.indent {
        padding-bottom: 30px;
    }

.thumb-box10 {
    overflow: hidden;
    padding: 132px 0 113px 0;
    background-size: cover;
    background-position: 100% 0;
    background-image: url(../img/bg_pic.jpg);
    background-attachment: fixed;
}

    .thumb-box10 strong {
        color: #ffffff;
        text-transform: uppercase;
        font: bold 62px/56px 'Roboto Condensed';
        display: block;
        margin-bottom: 26px;
    }

    .thumb-box10 p {
        color: #ffffff;
        font: bold 17px/22px 'Roboto Condensed';
        text-transform: uppercase;
    }

.thumb-box11 {
    padding: 65px 0 58px 0;
    overflow: hidden;
    background: #e9e9e9;
}

.thumb-box12 {
    padding: 65px 0 35px 0;
    overflow: hidden;
}

.thumb-box13 {
    padding: 0 0 0 0;
    overflow: hidden;
}

    .thumb-box13 .col-lg-6 {
        margin-bottom: 44px;
    }

.thumb-box14 {
    padding: 65px 0 44px 0;
    overflow: hidden;
    background: #e9e9e9;
}

.thumb-box15 {
    padding: 65px 0 0 0;
    overflow: hidden;
}

    .thumb-box15 .col-lg-3, .thumb-box15 .col-lg-6 {
        margin-bottom: 58px;
    }

.thumb-pad1 {
    margin: 0 0 36px 0;
}

    .thumb-pad1 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        overflow: hidden;
        background: none;
        text-align: center;
    }

        .thumb-pad1 .thumbnail .caption {
            padding: 0 40px;
            margin: 0;
            overflow: hidden;
        }

            .thumb-pad1 .thumbnail .caption a {
                font: 900 24px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #ffffff;
                margin-bottom: 14px;
                display: inline-block;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                .thumb-pad1 .thumbnail .caption a:hover {
                    color: #ff9800;
                }

            .thumb-pad1 .thumbnail .caption p {
                color: #ffffff;
            }

    .thumb-pad1 figure {
        margin: 0 0 25px 0;
        padding: 0;
        position: relative;
    }

        .thumb-pad1 figure img {
            border-radius: 100%;
        }

.thumb-pad2 {
    margin: 0 0 30px 0;
    padding: 0 0 39px 0;
    background: #e9e9e9;
}

    .thumb-pad2 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

    .thumb-pad2 figure {
        margin: 0;
    }

        .thumb-pad2 figure img {
            width: 100%;
        }

    .thumb-pad2 .thumbnail .caption {
        padding: 36px 15px 0 25px;
    }

.thumb-pad2-1 {
    margin: 0 0 29px 0;
}

    .thumb-pad2-1 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

    .thumb-pad2-1 figure {
        margin: 0 0 16px 0;
    }

        .thumb-pad2-1 figure img {
            border-radius: 15px;
            width: 100%;
        }

    .thumb-pad2-1 .thumbnail .caption {
        padding: 0 20px;
        overflow: hidden;
    }

        .thumb-pad2-1 .thumbnail .caption a {
            font: 12px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #404040;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .thumb-pad2-1 .thumbnail .caption a:hover {
                color: #ff5722;
            }

.thumb-pad3 {
    margin: 0;
    overflow: hidden;
    text-align: left;
}

    .thumb-pad3 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad3 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad3 .thumbnail .caption strong {
                font: 900 24px/34px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #ffffff;
                display: block;
                margin-bottom: 7px;
            }

            .thumb-pad3 .thumbnail .caption .date {
                font: bold 18px/22px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #ffffff;
                margin-bottom: 19px;
            }

                .thumb-pad3 .thumbnail .caption .date a {
                    color: #ffffff;
                    -webkit-transition: all 0.25s;
                    -o-transition: all 0.25s;
                    transition: all 0.25s;
                }

                    .thumb-pad3 .thumbnail .caption .date a:hover {
                        color: #ff9800;
                    }

            .thumb-pad3 .thumbnail .caption p {
                color: #ffffff;
            }

    .thumb-pad3 figure {
        margin: 0 30px 0 0;
        float: left;
    }

        .thumb-pad3 figure img {
            border-radius: 100%;
        }

.thumb-pad3-1 {
    margin: 0;
    padding: 0 70px 20px 70px;
    text-align: left;
}

    .thumb-pad3-1 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        overflow: hidden;
    }

        .thumb-pad3-1 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad3-1 .thumbnail .caption .lnk {
                font: 800 16px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #333;
            }

                .thumb-pad3-1 .thumbnail .caption .lnk img {
                    margin: -5px 11px 0 0;
                    float: left;
                }

                .thumb-pad3-1 .thumbnail .caption .lnk a {
                    color: #333;
                }

    .thumb-pad3-1 figure {
        margin: 0 42px 0 0;
        float: left;
    }

.thumb-pad4 {
    margin: 0;
    padding: 0 0 2px 0;
    overflow: hidden;
    text-align: left;
}

    .thumb-pad4 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad4 .thumbnail .caption {
            padding: 0;
        }

    .thumb-pad4 figure {
        margin: 0 0 36px 0;
    }

        .thumb-pad4 figure img {
            width: 100%;
        }

.thumb-pad5 {
    margin: 0 0 60px 0;
    overflow: hidden;
}

    .thumb-pad5 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad5 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad5 .thumbnail .caption a {
                font: 900 24px/1em 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
                color: #413734;
            }

                .thumb-pad5 .thumbnail .caption a:hover {
                    color: #ff5722;
                }

            .thumb-pad5 .thumbnail .caption p {
                margin: 17px 0 0 0;
            }

    .thumb-pad5 figure {
        margin: 0 30px 0 0;
        float: left;
    }

        .thumb-pad5 figure img {
            width: 100%;
            border-radius: 15px;
        }

.thumb-pad6 {
    overflow: hidden;
    padding: 0;
}

    .thumb-pad6 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: none;
    }

        .thumb-pad6 .thumbnail .caption {
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad6 .thumbnail .caption p {
                font-size: 14px;
                line-height: 22px;
            }

        .thumb-pad6 .thumbnail figure {
            margin: 0 30px 0 0;
            float: left;
        }

.thumb-pad7 {
    margin: 0 0 0 0;
}

    .thumb-pad7 .list5 {
        padding: 12px 0 10px 0;
    }

    .thumb-pad7 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad7 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

    .thumb-pad7 figure {
        margin: 0 30px 0 0;
        float: left;
    }

        .thumb-pad7 figure img {
            width: 100%;
        }

    .thumb-pad7.indent figure {
        margin: 0 30px 0 0;
        float: left;
    }

.thumb-pad8 {
    margin: 0 0 0 0;
}

    .thumb-pad8 .list5 {
        padding: 12px 0 10px 0;
    }

    .thumb-pad8 .thumbnail {
        position: relative;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad8 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

    .thumb-pad8 figure {
        margin: 0 30px 0 0;
        float: left;
    }

        .thumb-pad8 figure img {
            width: 100%;
        }

.btn-default.btn1 {
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 13px 'Roboto Condensed';
    margin: 0;
    border-radius: 0;
    color: #dc4637;
    letter-spacing: 4px;
    background: none;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn1:after {
        font-family: 'FontAwesome';
        font-size: 17px;
        content: '\f0a9';
        float: right;
        margin-left: 4px;
    }

    .btn-default.btn1:hover {
        color: #424242;
        background: none;
        text-decoration: none;
    }

.btn-default.btn2 {
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 13px 'Roboto Condensed';
    margin: 0;
    border-radius: 0;
    color: #1399bc;
    letter-spacing: 4px;
    background: none;
    text-transform: uppercase;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn2:after {
        font-family: 'FontAwesome';
        font-size: 17px;
        content: '\f0a9';
        float: right;
        margin-left: 4px;
    }

    .btn-default.btn2:hover {
        color: #424242;
        background: none;
        text-decoration: none;
    }

.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 900 18px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    background: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn3:hover {
        color: #ff9800;
        background: none;
        text-decoration: none;
    }

.btn-default.btn4 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 50px;
    font: 16px/56px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn4:hover {
        color: #ffffff;
        background: #e6512e;
        border-color: #e6512e;
        text-decoration: none;
    }

.btn-default.btn5 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: 16px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    border-radius: 0;
    color: #e6512e;
    background: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn5:hover {
        color: #111;
        background: none;
        text-decoration: none;
    }

.btn-default.btn6 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 32px;
    font: 18px/53px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    background: #e6512e;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .btn-default.btn6:hover {
        color: #ffffff;
        background: #3b9842;
        text-decoration: none;
    }

.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list1 li {
        font-size: 12px;
        line-height: 1.428571429;
        margin: 0 0 19px 0;
        padding: 0 0 17px 0;
        border-bottom: 1px solid #dcdcdc;
    }

        .list1 li:last-child {
            border-bottom: none;
        }

        .list1 li strong {
            color: #646464;
            font-weight: 400;
        }

            .list1 li strong span {
                color: #1399bc;
                font-weight: bold;
            }

        .list1 li p {
            font-style: italic;
            color: #000000;
            margin-bottom: 0;
        }

        .list1 li time {
            font: 11px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #646464;
        }

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list2 li {
        font-size: 12px;
        line-height: 1.428571429;
        margin: 0 0 18px 0;
        padding: 0 0 18px 0;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
    }

        .list2 li figure {
            float: left;
            margin: 0 20px 0 0;
        }

        .list2 li p {
            font-style: italic;
            font-weight: bold;
            color: #000000;
            margin-bottom: 0;
        }

        .list2 li time {
            font: 11px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #646464;
        }

        .list2 li:last-child {
            border-bottom: none;
        }

.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .list3 li {
        font-size: 12px;
        line-height: 1.428571429;
        margin: 0 0 15px 32px;
        display: inline-block;
    }

        .list3 li a {
            display: block;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .list3 li a:hover {
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

        .list3 li:first-child {
            margin-left: 0;
        }

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list4 li {
        font-size: 12px;
        line-height: 1.428571429;
        margin-bottom: 20px;
        padding-bottom: 17px;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
    }

        .list4 li .badge {
            float: left;
            margin-right: 26px;
            font: bold 36px/1em 'Roboto Condensed';
            color: #1399bc;
            background: none;
            border-radius: 0;
        }

        .list4 li p {
            margin-bottom: 0;
        }

        .list4 li:last-child {
            border-bottom: none;
        }

.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list5.indent {
        padding: 10px 0;
    }

    .list5 li {
        font-size: 12px;
        line-height: 1.428571429;
        margin: 0 0 13px 0;
        padding-left: 18px;
        position: relative;
    }

        .list5 li:before {
            content: '\f0da';
            font-family: 'FontAwesome';
            color: #1399bc;
            font-size: 12px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .list5 li a {
            font: bold italic 12px/18px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #404040;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .list5 li a:hover {
                color: #1399bc;
            }

.list6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list6 > li {
        font-size: 12px;
        line-height: 1.428571429;
        margin: 0 0 9px 0;
    }

        .list6 > li strong {
            font: 800 60px/1em 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #111;
            float: left;
            margin-right: 23px;
        }

        .list6 > li a {
            color: #e6512e;
            margin-top: 20px;
            display: inline-block;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .list6 > li a:hover {
                color: #111;
            }

        .list6 > li .caption {
            overflow: hidden;
            padding: 15px 0 0 0;
            width: 100%;
        }

.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list7 li {
        font-size: 12px;
        line-height: 1.428571429;
        overflow: hidden;
        margin-bottom: 19px;
        padding-bottom: 0;
        border-bottom: 1px solid #dcdcdc;
    }

        .list7 li:last-child {
            border-bottom: none;
        }

.list8 {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list8 li {
        font-size: 12px;
        line-height: 1.428571429;
        margin: 0 0 60px 0;
    }

        .list8 li p {
            margin-bottom: 0;
        }

.errorBox {
    overflow: hidden;
    padding: 50px 0 269px 0;
    background: url(../img/bg_pic2.jpg) no-repeat;
    background-size: cover;
}

    .errorBox strong {
        font: bold 160px/1em 'Roboto Condensed';
        color: #ffffff;
        display: block;
    }

    .errorBox span {
        font: bold 62px/1em 'Roboto Condensed';
        color: #ffffff;
        display: block;
        margin-bottom: 30px;
    }

    .errorBox p {
        color: #ffffff;
        text-transform: uppercase;
        font: bold 14px/24px 'Roboto Condensed';
    }

.nav-tabs {
    margin-bottom: 0;
    border: none;
    margin-top: 20px;
}

    .nav-tabs li {
        width: 173px;
        line-height: 50px;
        position: relative;
        border-right: 1px solid #ffffff;
    }

        .nav-tabs li:before {
            content: '';
            width: 100%;
            height: 3px;
            background: transparent;
            position: absolute;
            left: 0;
            top: -3px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .nav-tabs li:after {
            content: '';
            width: 1px;
            height: 3px;
            background: transparent;
            position: absolute;
            right: 0;
            top: -3px;
        }

        .nav-tabs li:first-child a {
            background: #1399bc;
            border: 3px dashed #f7f7f7;
        }

        .nav-tabs li:first-child + li a {
            background: #1399bc;
            border: 3px dashed #f7f7f7;
        }

        .nav-tabs li:first-child + li + li a {
            background: #58c3b3;
        }

        .nav-tabs li:last-child > em {
            display: none;
        }

        .nav-tabs li a {
            filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
            font: 14px/35px 'Roboto Condensed';
            color: #ffffff;
            margin-right: 0;
            padding: 0;
            border-radius: 0;
            text-transform: none;
            position: relative;
            height: 35px;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-align: center;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .nav-tabs li a:hover {
                background: #e9e9e9 !important;
                color: #000000 !important;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .nav-tabs li a:focus {
                outline: none;
            }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
        background: #e9e9e9 !important;
        color: #000000 !important;
    }

    .nav-tabs > .active:before {
        background: #e9e9e9;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

.tab-content {
    padding: 25px 32px 0px 32px;
    background: #ffffff;
    margin: 0 !important;
    border: none;
}

    .tab-content .tab-pane {
        overflow: hidden;
    }

        .tab-content .tab-pane figure {
            float: left;
            margin-right: 24px;
        }

        .tab-content .tab-pane strong {
            font: 15px/18px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            display: block;
            margin-bottom: 19px;
        }

.list_carousel1.responsive {
    width: auto;
    padding: 0;
    margin: 0px -15px;
    position: relative;
}

.list_carousel1 #foo1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    cursor: default;
}

    .list_carousel1 #foo1 > li {
        padding: 0 15px;
        float: left;
        text-align: center;
        cursor: default;
    }

        .list_carousel1 #foo1 > li figure {
            position: relative;
            overflow: hidden;
        }

            .list_carousel1 #foo1 > li figure img {
                width: 100%;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                -webkit-transform: scale3d(1,1,1);
                transform: scale3d(1,1,1);
            }

            .list_carousel1 #foo1 > li figure a {
                cursor: url('../img/cursor.png') 22 22,crosshair;
            }

                .list_carousel1 #foo1 > li figure a:hover i {
                    -webkit-transform: translateY(0) translateX(0) scale(1);
                    transform: translateY(0) translateX(0) scale(1);
                    -webkit-transition: all 0.35s;
                    -o-transition: all 0.35s;
                    transition: all 0.35s;
                    opacity: 0.5;
                    filter: alpha(opacity=50);
                }

                .list_carousel1 #foo1 > li figure a:hover img {
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    -webkit-transform: scale3d(1.02,1.02,1.02);
                    transform: scale3d(1.02,1.02,1.02);
                }

                .list_carousel1 #foo1 > li figure a i {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 10;
                    padding: 0;
                    top: 0;
                    left: 0;
                    display: block;
                    text-align: center;
                    background: #dc4637;
                    font-weight: normal;
                    -webkit-transform: translateY(0) translateX(0) scale(0.25);
                    transform: translateY(0) translateX(0) scale(0.25);
                    -webkit-transition: all 0.35s;
                    -o-transition: all 0.35s;
                    transition: all 0.35s;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

.list_carousel1.responsive .caroufredsel_wrapper {
    cursor: default !important;
}

.foo-btn {
    position: relative;
    padding: 0 0 5px 0;
    float: right;
}

.pagination {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

    .pagination a {
        position: relative;
        z-index: 1;
        width: 9px;
        height: 9px;
        padding: 0 !important;
        margin: 0 0 0 4px;
        display: inline-block;
        background: #7c7b7a !important;
        border: none !important;
        border-radius: 100%;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .pagination a > span {
            padding: 0 !important;
            border: none !important;
        }

        .pagination a:first-child {
            margin-left: 0;
        }

        .pagination a:hover {
            background: #dc4637 !important;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        .pagination a.selected {
            background: #dc4637 !important;
        }

        .pagination a span {
            display: none;
        }

.list_carousel1.responsive #foo2 {
    cursor: default !important;
    margin-bottom: 3px !important;
}

.list_carousel1 .carousel1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    cursor: default;
}

    .list_carousel1 .carousel1 > li {
        padding: 0 15px;
        float: left;
        cursor: default;
    }

        .list_carousel1 .carousel1 > li figure {
            margin: 0 19px 0 0;
            float: left;
        }

        .list_carousel1 .carousel1 > li .extra-wrap {
            padding: 8px 0 0 0;
        }

        .list_carousel1 .carousel1 > li p {
            margin-top: 8px;
        }

.list_btn1 .prev, .list_btn1 .next {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
}

.list_btn1 {
    text-align: right;
}

    .list_btn1 .next {
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        .list_btn1 .next:after {
            content: '\f105';
            font-family: 'FontAwesome';
            color: #808080;
            font-size: 36px;
        }

        .list_btn1 .next:hover:after {
            color: #dc4637;
        }

    .list_btn1 .prev:after {
        content: '\f104';
        font-family: 'FontAwesome';
        color: #808080;
        font-size: 36px;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .list_btn1 .prev:hover:after {
        color: #dc4637;
    }

#search-404 {
    position: relative;
    margin: 0;
    overflow: hidden;
}

    #search-404 a {
        position: absolute;
        top: 6px;
        right: 17px;
        display: inline-block;
    }

        #search-404 a:after {
            color: #1399bc;
            font-size: 25px;
            font-family: 'FontAwesome';
            content: '\f002';
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

        #search-404 a:hover:after {
            color: #dc4637;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

    #search-404 input {
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        margin: 0;
        width: 100%;
        outline: none;
        border: 1px solid #e7eff3;
        background: #e7eff3;
        font: 14px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 18px;
        color: #404040;
        padding: 12px 45px 12px 14px;
        height: 46px;
        border-radius: 0;
        resize: none;
    }

#search {
    position: relative;
    margin: 35px;
    float: right;
    height: 3px;
}

#search1 {
    position: relative;
    height: 3px;
    margin-left: 10px;
    margin-top: 16px;
}

#search a {
    position: absolute;
    top: -2px;
    right: 3px;
}

    #search a:after {
        content: '\f002';
        font-family: FontAwesome;
        font-size: 27px;
        color: #b5b5b5;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    #search a:hover:after {
        color: #1399bc;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }


.mg-top {
    margin-top: 10px;
}
.margin-top-13 {
    margin-top: 13px;
}
.padding-left-2 {
    padding-left: 2px;
    padding-right: 0px;
}

#search input {
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0px;
    width: 225px;
    outline: none;
    border: 1px solid #c5c5c5;
    background: none;
    font: 12px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    color: #404040;
    padding: 16px 53px 16px 14px;
    height: 31px;
    border-radius: 0;
    resize: none;
}

#search-button {
    background: #1399bc;
    border: 1px solid #1399bc;
    color: #fff;
    width: 64px;
    text-align: center;
    right: 0;
    font-size: 14px;
    line-height: 18px;
}

.content_map {
    position: relative;
    height: 375px;
}

    .content_map.indent {
        height: 420px;
        margin-bottom: 88px;
    }

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    #map-canvas img {
        max-width: none !important;
    }

.gm-style-iw {
    color: #333;
}

.gm-wrapper {
    margin-left: 0;
}

.info {
    margin-bottom: 50px;
}

    .info p {
        margin-bottom: 0;
    }

        .info p span {
            display: inline-block;
            width: 100px;
        }

        .info p a {
            color: #1399bc;
            text-decoration: none;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .info p a:hover {
                color: #404040;
                text-decoration: none;
            }

    .info h4 {
        padding: 15px 0 0 0;
    }

.mail {
    color: #1399bc;
    font: 12px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .mail:hover {
        color: #404040;
        text-decoration: none;
    }

footer {
    padding: 0 0 0px 0;
    overflow: hidden;
}

    footer p {
        font: 12px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 18px;
        color: #999;
      text-align: center;
    margin-top: 10px;
    }

        footer p a {
            color: #999;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            footer p a:hover {
                color: #1399bc;
            }

    footer figure {
        margin-bottom: 30px;
    }

    footer .privacy {
        color: #ffffff;
    }

        footer .privacy a {
            color: #ffffff;
        }

            footer .privacy a:hover {
                color: #ffffff;
            }

    footer em {
        font-style: normal;
    }

    footer .box {
        background: #dddddd;
    }

        footer .box .ic {
            font-size: 17px;
            color: #ffffff;
            font-style: normal;
            display: block;
            padding-bottom: 11px;
            border-bottom: 1px solid #5d5d5d;
            margin-bottom: 13px;
        }

    footer .info_foo p {
        margin-bottom: 0;
    }

        footer .info_foo p span {
            width: 70px;
            display: inline-block;
        }

        footer .info_foo p i {
            color: #ffffff;
        }

        footer .info_foo p a {
            color: #ffffff;
        }

            footer .info_foo p a:hover {
                color: #1399bc;
            }

        footer .info_foo p.info_mail {
            margin-top: 18px;
        }

    footer .list {
        padding: 0;
        margin: 0;
        list-style: none;
        padding-top: 5px;
        font-size: 14px;
        color: #024c80;
    }

        footer .list li {
            margin-bottom: 7px;
        }

            footer .list li i {
                color: #024c80;
                -webkit-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

            footer .list li a:hover {
                color: #1399bc;
            }

.foo_menu {
    padding: 33px 0 0 0;
    margin: 0;
    list-style: none;
}

    .foo_menu li {
        margin: 0 0 0 42px;
        position: relative;
        float: left;
    }

        .foo_menu li:first-child {
            margin: 0;
        }

            .foo_menu li:first-child:after {
                display: none;
            }

        .foo_menu li:after, .foo_menu li:focus {
            content: '';
            position: absolute;
            top: 3px;
            left: -21px;
            width: 1px;
            height: 11px;
            background: #999;
        }

        .foo_menu li a {
            color: #999;
            font: 12px 'Arial',"Helvetica Neue",Helvetica,Arial,sans-serif;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            .foo_menu li a:hover {
                color: #1399bc;
            }

        .foo_menu li.active a {
            color: #1399bc;
        }

@media (max-width: 1270px) {
    .main {
        margin: 0;
        width: 100%;
    }

    .thumb-box2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1219px) {
    header {
        text-align: center;
    }

        header h1.navbar-brand_ {
            float: none;
            margin-bottom: 30px;
        }

        header .box {
            float: none;
            width: 100%;
        }

            header .box #search {
                float: none;
                display: inline-block;
                margin-bottom: 30px;
            }

                header .box #search input {
                    width: 300px;
                }

            header .box .info_list {
                float: none;
                margin: 0;
            }

                header .box .info_list li {
                    margin: 0;
                    float: none;
                }

                    header .box .info_list li span {
                        margin: 0 10px 0 0;
                        float: none;
                    }

    .thumb-box2 .services_box .caption {
        padding: 0 20px 20px 20px;
    }

    .errorBox {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #toTop {
        display: none !important;
    }

    header {
        text-align: center;
    }

        header h1.navbar-brand_ {
            float: none;
            margin-bottom: 30px;
        }

        header .box {
            float: none;
            width: 100%;
        }

            header .box #search {
                float: none;
                display: inline-block;
                margin-bottom: 30px;
            }

                header .box #search input {
                    width: 300px;
                }

            header .box .info_list {
                float: none;
                margin: 0;
            }

                header .box .info_list li {
                    margin: 0;
                    float: none;
                }

                    header .box .info_list li span {
                        margin: 0 10px 0 0;
                        float: none;
                    }

    nav.tm_navbar {
        text-align: center;
    }

        nav.tm_navbar ul.nav {
            float: none;
            display: inline-block;
        }

    .follow_icon {
        float: none;
        padding: 25px 0;
    }

    .thumb-box2 .services_box .box {
        width: 50%;
        margin-bottom: 15px;
    }

        .thumb-box2 .services_box .box.box1 {
            border-radius: 6px 0 0 6px;
        }

        .thumb-box2 .services_box .box.box2 {
            border-radius: 0 6px 6px 0;
        }

        .thumb-box2 .services_box .box.box3 {
            border-radius: 0 0 0 6px;
        }

        .thumb-box2 .services_box .box.box4 {
            border-radius: 0 0 6px 0;
        }

    .thumb-pad7 figure {
        margin: 0 0 30px 0;
        float: none;
    }

    .foo_menu {
        margin-bottom: 50px;
    }

    .thumb-pad8 figure {
        margin: 0 0 30px 0;
        float: none;
    }

    .errorBox {
        padding: 50px 0;
    }

    .foo_icon_box {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    #toTop {
        display: none !important;
    }

    nav.tm_navbar {
        padding: 0;
        float: none;
        margin: 0;
        text-align: center;
        display: block;
    }

        nav.tm_navbar .nav {
            display: none !important;
        }

    h2 {
        font-size: 30px;
    }

    .select-menu {
        display: inline-block !important;
        padding: 4px 4px 4px 0;
        margin: 30px 0 0 0;
        width: 100%;
        border: 1px solid #9e0b0f;
        background: #9e0b0f;
        color: #ffffff;
        cursor: pointer;
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
    }

    .content_map {
        height: 300px !important;
    }

    header {
        text-align: center;
    }

        header h1.navbar-brand_ {
            float: none;
            margin-bottom: 30px;
        }

        header .box {
            float: none;
            width: 100%;
        }

            header .box #search {
                float: none;
                display: inline-block;
                margin-bottom: 30px;
            }

                header .box #search input {
                    width: 300px;
                }

            header .box .info_list {
                float: none;
                margin: 0;
            }

                header .box .info_list li {
                    margin: 0;
                    float: none;
                }

                    header .box .info_list li span {
                        margin: 0 10px 0 0;
                        float: none;
                    }

    .follow_icon {
        float: none;
        padding: 25px 0;
    }

    .thumb-box2 .services_box .box {
        width: 50%;
        margin-bottom: 15px;
    }

        .thumb-box2 .services_box .box.box1 {
            border-radius: 6px 0 0 6px;
        }

        .thumb-box2 .services_box .box.box2 {
            border-radius: 0 6px 6px 0;
        }

        .thumb-box2 .services_box .box.box3 {
            border-radius: 0 0 0 6px;
        }

        .thumb-box2 .services_box .box.box4 {
            border-radius: 0 0 6px 0;
        }

    .foo_menu {
        display: none;
    }

    .content_map {
        height: 250px !important;
    }

    .thumb-box5 .col-lg-3 {
        margin-bottom: 40px;
    }

    .thumb-pad4 figure {
        margin: 0 30px 0 0;
        float: left;
    }

    .thumb-box8 .col-lg-3, .thumb-box8 .col-lg-4, .thumb-box8 .col-lg-5 {
        margin-bottom: 40px;
    }

    .thumb-pad7 figure {
        margin: 0 0 30px 0;
        float: none;
    }

    .thumb-box10 {
        padding: 70px 0;
    }

        .thumb-box10 strong {
            font-size: 30px;
            line-height: 1em;
        }

    .thumb-box12 .col-lg-4 {
        margin-bottom: 30px;
    }

    .thumb-pad8 figure {
        margin: 0 0 30px 0;
        float: none;
    }

    .errorBox {
        padding: 50px 0;
    }

        .errorBox strong {
            font-size: 100px;
        }

        .errorBox span {
            font-size: 40px;
        }

    footer {
        text-align: center;
    }

        footer .list {
            margin-bottom: 40px;
        }

        footer .pull-left, footer .pull-right {
            float: none !important;
        }

        footer .foo_icon_box {
            padding-top: 40px;
        }
}

@media (max-width: 626px) {
    .nav-tabs li {
        border: none;
        width: 100%;
        float: none;
    }

    .thumb-pad4 figure {
        margin: 0 0 30px 0;
        float: none;
    }
}

@media (max-width: 560px) {
    .thumb-box2 .services_box .box {
        width: 100%;
        margin-bottom: 15px;
    }

        .thumb-box2 .services_box .box.box1 {
            border-radius: 6px;
        }

        .thumb-box2 .services_box .box.box2 {
            border-radius: 6px;
        }

        .thumb-box2 .services_box .box.box3 {
            border-radius: 6px;
        }

        .thumb-box2 .services_box .box.box4 {
            border-radius: 6px;
        }

    .tab-content .tab-pane .extra-wrap {
        overflow: visible;
    }

    .thumb-pad7.indent figure {
        margin: 0 0 30px 0;
        float: none;
    }
}

@media (max-width: 480px) {
    /*.col-xs-6 {
        width: 100%;
        float: none;
    }*/

    header .box #search input {
        width: 285px;
    }

    .tab-content .tab-pane {
        text-align: center;
    }

        .tab-content .tab-pane figure {
            float: none;
            margin: 0 0 30px 0;
        }

    .thumb-pad6 {
        text-align: center;
    }

        .thumb-pad6 .caption {
            overflow: visible;
        }

        .thumb-pad6 .thumbnail figure {
            margin: 0 0 30px 0;
            float: none;
        }

    .list_carousel1 .carousel1 > li {
        text-align: center;
    }

        .list_carousel1 .carousel1 > li figure {
            margin: 0 0 20px 0;
            float: none;
        }
}

@media (max-width: 320px) {
    /*.col-xs-4 {
        width: 100%;
        float: none;
    }*/

    /*.col-xs-6 {
        width: 100%;
        float: none;
    }*/
}

.pading-bottom-15 {
    padding-bottom: 15px;
}

.block-white h2 {
    border-bottom: 1px solid #004a80;
    padding: 5px 5px 8px 5px;
    margin-bottom: 0;
    font-weight: normal;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    background: #004a80;
}

.block-white ul {
    padding: 0;
    margin: 0;
}

    .block-white ul li {
        padding: 12px;
        list-style: none;
        border-bottom: 1px solid #b3a8a8;
    }

    .block-white ul .list-st-angle li {
        padding: 5px 5px 5px 10px;
        list-style: none;
        margin-bottom: 0;
        vertical-align: middle;
        min-height: 44px;
    }

    .block-white ul li:nth-of-type(1) {
        border-top: 0;
    }

    .block-white ul li a i.radius {
        width: 30px;
        padding: 8px 6px;
        background: #014b80;
        color: #fff;
        border-radius: 100%;
        margin-right: 18px;
        text-align: center;
    }

    .block-white ul li a i.right {
        float: right;
        margin-top: 2px;
        font-size: 20px;
        color: #014b80;
    }
/*.block-white input, .block-white input:focus{
            border: 1px solid #f8b45a;
        }*/
.block-white input::-webkit-input-placeholder {
    color: #333;
}

.block-white a {
    color: #014b80 !important;
    font-size: 15px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/*.block-white a:after {
        font-family: 'FontAwesome';
        font-size: 17px;
        content: '\f0a9';
        float: right;
        margin-left: 4px;
    }*/

.h-w-img {
    width: 80px;
    height: 80px;
}

.thumb-box4 h2 {
    border-bottom: 1px solid #1399bc !important;
    padding: 5px 5px 8px 5px;
    margin-bottom: 0;
    font-weight: normal;
    color: #1399bc;
    font-size: 25px;
    text-align: center;
}

.h-w-ig2 {
    width: 270px;
    height: 268px;
}

.tt-icon {
    position: relative;
    color: #ffffff;
    padding: 9px 0 8px 75px;
    text-transform: uppercase;
    background: #024c80;
}

    /*.tt-icon:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #16a7cd;
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
    }*/

    .tt-icon .icon, .tt-icon .icon:before {
        background: #024c80;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 32px;
    }

        .tt-icon .icon:before {
            content: "";
            -webkit-transform: skew(-30deg);
            -moz-transform: skew(-30deg);
            -ms-transform: skew(-30deg);
            -o-transform: skew(-30deg);
            transform: skew(-30deg);
            left: 15px;
        }

        .tt-icon .icon img {
            position: absolute;
            top: 0;
            right: 0;
            margin: auto;
        }

.thumb-box4 .tt-icon {
    text-transform: none;
}

    .thumb-box4 .tt-icon:before {
        height: 2px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .thumb-box4.tt-icon {
        font-size: 14px;
    }
}

.tt-sp span {
    background-color: #1399bc;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

.md-text-right {
    text-align: right;
}

.tt-sp {
    border-bottom: 2px solid #1399bc;
    line-height: 30px;
    margin-bottom: 10px;
}

.form-group select {
    width: 357px !important;
    height: 28px;
}

.btn-primary {
    background: #1399bc !important;
    border-color: #1399bc;
}

.h_w_KH {
    width: 79px;
    height: 52px;
}

.form-mail .form-ctrl {
    width: 100%;
}

.form-mail .form-ctrl, .form-mail .submit {
    display: table-cell;
    vertical-align: top;
}

.form-mail {
    display: table;
    width: 100%;
    margin-top: -38px;
    margin-bottom: 40px;
}

    .form-mail .form-ctrl, .form-mail .submit {
        display: table-cell;
        vertical-align: top;
    }

    .form-mail .form-ctrl {
        width: 100%;
    }

    .form-mail .ipt-text, .form-mail .btn {
        height: 40px;
        border: none;
        box-shadow: none;
    }

    .form-mail .btn {
        margin: 0;
        vertical-align: middle;
        line-height: 20px;
        border-radius: 0 30px 30px 0;
    }

    .form-mail .ipt-text {
        border-radius: 30px 0 0 30px;
        border: 1px solid #12b8e3;
        width: 100%;
    }

@media (min-width: 768px) {
    .form-mail {
        width: 630px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -37px;
    }

        .form-mail .ipt-text, .form-mail .btn {
            height: 40px;
        }

        .form-mail .btn {
            line-height: 40px;
            padding: 0 30px;
            font-weight: 600;
            font-size: 15px;
        }

        .form-mail .ipt-text {
            width: 100%;
        }
}

.tt-df {
    color: #16a7cd;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 8px;
    border-bottom: 1px dotted #16a7cd;
}

.theend {
    margin-bottom: -26px;
    margin-top: -28px;
}

.tab1 {
    background: white;
    /*border: 1px #b3a8a8 solid;*/
    margin-top: 4px;
    padding-left: 1px !important;
    padding-right: 2px !important;
}

.tab2 {
    background: white;
    /*border: 1px #b3a8a8 solid;*/  
        height: 363px;
}

.btn-search {
    border: none;
    box-shadow: 0 -2px 0 #9e0b0f inset;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    padding: 8px 17px;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(to bottom,#9e0b0f 0,#9e0b0f 100%);
   
}
.Search-btn {
border : 1px  #b3a8a8 solid;
    height: 30px;
    width: 100%;
}
.padding-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.endfooter {
    position: relative;
    min-height: 1px;
    padding-left: 1px !important;
    padding-right: 0px !important;
}

.img-icon {
    width: 30px;
    height: 28px;
    color: white;
    background: #024c80;
        padding-top: 5px;
}

.Customer {
    background: white;
    border-bottom: 1px solid #999999;
}

.mg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.filter {
    background: #014b80;
}

.istrong {
    color: white;
    font-size: 16px;
    margin-left: 25px;
}

.pd-top {
    padding-top: 10px;
}

.btn-search1 {
   
    background: #9e0c10;
    color: white;
    border: 1px #9d0c11 solid;
}
.btn-search2 {
   background: green;
    border: 1px green solid;
   color: white;
}

.text-center{
    text-align:center;
}

.padding-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-45 {
    padding-bottom: 45px !important;
}
.padding-right-45 {
   padding-right: 45px !important;
}
.margin-top-20{
    margin-top:20px !important;
}
.padding-left-5 {
    padding-left: 5px;
    padding-right: 0px;
}
.padding-right-5 {
    padding-right: 5px;
    padding-left: 0px;
}
.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.margin-top-30{
    margin-top:30px !important;
}
.margin-top-30{
    margin-top:30px !important;
}
.margin-top-10{
    margin-top:10px !important;
}
.margin-top-35{
    margin-top:35px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px
}
.margin-bottom-5 {
    margin-bottom: 5px
}
.color-blue {
    color: #024c80;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-15 {
    font-size: 15px;
}
.boder-2 {
        border: 2px #ddd solid;
}
.boder-top-2 {
 border-top:    2px #dddddd solid;
}
.width-15{
    width: 15%
}
.bacground-sv-blue {
        background: #cce2f5;
}
.background-gray {
    background: #dddddd;
}
.margin-0 {
    margin-left: 0px !important;
    margin-right: 0px!important
}
.margin-left-30 {
    margin-left: 30px!important
}
.margin-right-15 {
    margin-right: 15px;
}
.color-red {
    color: red;
}
.maxwidth-100 {
    width: 100%
}
.boder-0 {
    border: 0px!important
}
.owl_client_list {
    padding: 0 20px;
}

.mb30 {
    margin-bottom: 30px;
}
.owl_client_list .client {
    padding: 0 10px;
}

.owl_client_list .client {
    padding: 0 7px;
}
.client {
  
    text-align: center;
    font-size: 20px;  
    width: 100%;
}
.boder-bottom-blue-1 {
  border-bottom: 1px solid #024c80;
}
.boder-1 {
    border: 1px solid #cccccc
}
.padding-2-right {
    padding-right: 2px;
}
.margin-left-15 {
    margin-left: 15px;
}
.boder-3-right {
    border-right: 3px solid #dddddd;
}
.margin-top-15 {
    margin-top: 15px
}
.boder-right-5 {
    border-right: 5px solid #dddddd;
}
.boder-left-5{
    border-left: 5px solid #dddddd;
}
.img-icon-service {
    width: 30px;
    height: 28px;
    color: white;

}

