/**
 * Global Style 
 */
  

@font-face {
    font-family: 'FtraLt';
    src: url('../fonts/FtraLt.ttf');
    src: url('../fonts/FtraLt.eot@') format('embedded-opentype'),
         url('../fonts/FtraLt.ttf') format('truetype');  
}
@font-face {
    font-family: 'FtraBd';
    src: url('../fonts/futura-md.ttf');
    src: url('../fonts/futura-md.eot@') format('embedded-opentype'),
         url('../fonts/futura-md.ttf') format('truetype');  
}


/*--- GLOBAL ---*/ 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*text-rendering: geometricPrecision;*/
}
body {
    background: #fff; 
    color: #666;
    line-height: 180%; 
    margin:0;
    padding:0;
}  

button:focus,
button:active,
button:hover
{
    outline:none!important;
    -webkit-appearance:none;
}
img {
    max-width:  100%;
    height: auto;
}
a {
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    color: #18295f; 
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #25c6a5;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
p {
    clear: both;
}
ul {
    margin:0;
}
p {
    margin: 0 0 5px; 
}
img {
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
} 
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
}
h4, .h4 {
    font-size: 15px;
}

iframe {
    max-width: 100%; 
    display: block;
}
select {
    outline: none!important;
}
input[type="text"], input[type="email"], input[type="number"], input[type="phone"], input[type="tel"], textarea { 
    padding: 2px 5px;
    border: 1px solid #ccc;
    color: #666;
    border-radius: 3px;
}
input[type="submit"], button, .button {
    border: none;
    background: #51d1b7;
    padding: 8px 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    cursor: pointer;
    font-family: Tahoma;
}
input[type="submit"]:hover, button:hover, .button:hover {
    background: #0393F9;
    color:#fff;
}


table {
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-spacing: 0;
}
table tr {
    border-bottom: 1px solid #ccc;
}
table th, table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    vertical-align: middle;
} 
tr.blue td, tr.blue th  {
    background: #deebf6;
}
tr.gray td {
    background: #f7f7f7;
}

.gallery img {
    transition: none;
    -webkit-transition: none;
} 
.fa {
    vertical-align: middle;    
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
} 
.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}  
.aligncenter {
	display: block;
	margin: 5px auto;
} 
img.alignnone {
	margin: 5px 0;
} 
.wp-caption-text {
    text-align: center!important;
    font-style: italic;
    margin: 7px 0 15px 0!important;
}
.wp-caption p {
    text-indent: 0!important;
}

.clear {
    clear: both;
} 
.clearfix:before, .clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.left {
    float: left;
}
.right {
    float: right;
}

/**
 * HEADER 
 */

#page-wrap {
    position: relative;
}
#header {  
    z-index: 10000;
    width:100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
    background: rgba(37, 198, 165, 0.98);
}
#header.sticky {
    position: fixed!important; 
    top:0;
    background: #18295f;
}  
.logo {
    float: left;
}
.logo, .navbar-nav {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}
.site-label {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 260px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 0;
    font-weight: normal;
    text-shadow: -1px 2px 3px #000;
}
.site-title {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
    text-shadow: -1px 2px 3px #000;
}
.main-header h1 {
    margin:0;
    padding: 0 0;
} 
#searchform {
    float: right;
    padding: 10px 0 0;
}
#searchform .search {
    border-radius: 0;
    width: 200px;
    padding-right: 25px;
    background: #fff url(../images/search-icon.png) no-repeat 98% center;
}

.content-static {
    font-size: 15px;
    line-height: 24px;
}
.content-static p {
    margin-bottom: 20px; 
    text-align: justify; 
    clear: none
}
.p-text-indent p { 
    text-indent: 40px;
}

.content-static ul {
    padding-left: 15px;
}
.content-static ul li { 
    margin-bottom: 0px;
}

/* Main Menu */
nav {
    font-family: FtraBd;
}
.navbar {
    margin-bottom:0;
    background-color: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle.collapsed {
    background-color: #fff;
    color: #25c6a5;
}
.navbar-default .navbar-nav>li {margin-left:1px;}
.navbar-default .navbar-nav>li:first-child {margin-left:0;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #1D3890
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #369481;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #1D3890
}
.navbar-default .navbar-nav>li.home-item>a {
    font-size: 0;
} 
.navbar-default .navbar-nav>li.home-item>a:before {
    content: "";
    font-size: 20px;
    font-family: "FontAwesome";
    vertical-align: middle;
    background: url(../images/bg_home-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color:#18295f;
    color: #000;
}

/**
 * MAIN 
 */
 
.tni-thumbnail { 
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin-bottom:10px;
}
.tni-thumbnail:hover { 
    opacity: 0.85;
}

.owl-controls .owl-nav [class*=owl-] {
    border: 1px solid #333;
    color: #fff;
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 21px;
    box-sizing: border-box; 
    font-size: 18px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(29, 56, 144, 0.71);
}
.owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #18295f;
}
.owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-dots .owl-dot { 
    margin: 0 1px;
}
.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ccc;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-radius: 50%;
}
.owl-dot.active span, .owl-dot:hover span {
    background: #18295f;
}

/* Revolution Slider */
#revSlider-wrap .tp-bullets.simplebullets.round .bullet {
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-radius: 50%;
    border: 1px solid #fff
    
}
#revSlider-wrap .tp-bullets.simplebullets.round .bullet:hover, #revSlider-wrap .tp-bullets.simplebullets.round .bullet.selected {
    background: rgba(71, 182, 75, 9);
    border: 1px solid rgba(255, 255, 255, 0.5) ;
}
.tp-rightarrow.default {
    
}

/* Posts Carousels */
h2.title-module {
    text-transform: uppercase;
    font-family: FtraBd;
    clear: both
}
.post-carousels-wrap h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 15px;
    font-family: Open Sans;
}
.post-carousels-wrap p {
    color: #666;
    margin-bottom:0;
}

.post-carousels-wrap .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
    margin-top: -15px;
}
.post-carousels-wrap .owl-controls .owl-next {
    right: 2px;
}
.post-carousels-wrap .owl-controls .owl-prev {
  left: 2px;
}


/* Video Embed */ 
.video-embed iframe {
    width: 100%;
    height: 270px;
}

/* Featured Carousels */
.featured-carousels {
    margin-top: 30px;
}
.featured-carousels h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
.featured-carousels h3 {
    margin: 0;
    padding: 10px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-family: FtraBd;
    font-size: 16px;
}
.featured-carousels p {
    padding: 10px 0;
}
.featured-carousels .owl-controls {
    text-align: center;
}
.featured-carousels .owl-controls .owl-nav [class*=owl-] {
    background: #ccc;   
    display: inline-block;
    zoom: 1;
    *display:inline;
    
}
.featured-carousels .owl-controls .owl-nav [class*=owl-]:hover {
    background: #18295f; 
}
.featured-carousels .owl-controls .owl-nav .owl-next {
    margin-left: 25px;
}
.featured-carousels .owl-controls .owl-nav .owl-prev {
    margin-right: 25px;
}
.featured-carousels .owl-controls .owl-dots {
    margin-top: -23px;
}
.featured-carousels .owl-controls .owl-dot {
    display: inline-block;
    zoom:1;
    *display: inline;
    float: none;
}

/**
 * ELEMENT STYLE HERE
 */
.box-1 h2 {
    border-left: 8px solid #51d1b7;
    padding: 7px 8px 3px;
    text-transform: uppercase;
    background-color: #eaeaea; 
}
.box-2 h2 {
    background: #51d1b7;
    color: #fff; 
    padding: 5px 10px;
    text-transform: uppercase;
}

.linh-vuc-hd ul {
    padding: 0;
    list-style: none; 
}
.linh-vuc-hd ul li {
    background: #51d1b7;
    color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
}
.linh-vuc-hd ul li .fa {
    margin-right: 5px;
    display: inline-block;
    overflow: hidden;
    width: 22px;
}

/* Latest posts */
marquee {
    padding: 10px;
    border: 1px solid #eaeaea;
}
.post-vertical-slider {
    padding:0;
    list-style: none;
    clear: both
}
.post-vertical-slider div { 
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea; 
}
.post-vertical-slider div .thumbnail-small {
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.post-vertical-slider div h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.post-vertical-slider div a {
    
}

/* Post Carousels */
.item { 
    position: relative;
}
.item .thumbnail, .item .thumbnail-small, .item .thumb {
    overflow: hidden;
    display: block; 
}
.tni-posts-carousels h3 {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
    background-color: #eaeaea;
    margin: 0;
    min-height: 74px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.tni-posts-carousels .item:hover h3 {
    background-color: #dadada;
}
.tni-posts-carousels .item img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    
}
.tni-posts-carousels .thumbnail-small:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Danh sách dự án */
.slider-dsda .item {
    position: relative;
}
.slider-dsda .item h3 {
    position: absolute;
    z-index: 100;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    margin: 0;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: normal;
    min-height: 46px;
    text-shadow: 0px 1px 1px #333;
    line-height: 18px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    text-transform: uppercase;
    
}
.slider-dsda .item:hover h3 {
    padding-bottom: 20px;
    background-color: rgba(0,0,0,.7);
}
.slider-dsda .item h3 a {
    color: #fff;
    
}
/* Gallery Carousels */
.tni-galleries h3 {
     
}
.tni-galleries h3 a {
     
}


/* --------------#End ELEMENT STYLE HERE-------------- */


/**
 * GALLERY PAGE
 */
.gallery-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-wrap .popup-gallery {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

/**
 * FOOTER 
 */
 
#footer {
    position: relative;
      margin-top: 50px;
}
.home #footer {
    margin-top: 0;
}
#footer ul {
    list-style: none;
}

.footer-top {
    position: relative;
    clear: both;
    overflow: hidden;
    height: auto;
}
.footer-top .overlay-wrap {
    background: rgba(0,0,0,0.35);
}
.footer-top  .container {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
}
.footer-top h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 5px rgba(51, 51, 51, 0.85);
}
.video-background {
    visibility: visible;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.footer-middle { 
    background: #51d1b7;
    background-size: 1551px auto;
    padding: 15px 0 15px 0;
    color: #fff;
}
.footer-middle h3 { 
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.footer-middle a {
    color: #fff;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.footer-middle a:hover {
    color: #25c6a5
}
.textwidget {
    line-height: 22px;
    text-align: justify;
}
.textwidget .aligncenter {
    margin: 0 auto 5px;
}
.widget_nav_menu .menu { 
    padding: 0; 
}
.widget_nav_menu .menu li {
    list-style: none;
}
.widget_nav_menu .menu a  { 
    padding: 0 0 5px 0;
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    background: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}  
.widget_nav_menu .menu a:hover {
    padding-left: 5px;
}
.list_info {
    padding:0;
}
.list_info a {
    display: block;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}
.list_info i {margin-right: 10px;}

.footer-bottom {
    background-color: #13214C;
    overflow: hidden;
    padding: 20px 0;
}
.slogan { 
    text-align: left;
    font-family: FtraLt;
    font-size: 20px;
    color: #fff;
    /*text-transform: uppercase;*/
}
.copyright { 
    color: #fff;
}
.copyright p {margin:0;text-align: right;}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: #25c6a5
}
.footer_menu {
    list-style: none;
    padding:0; 
}
.footer_menu li {
    display: inline-block;
}
.footer_menu li a {
    color: #fff;
    border-left: 1px solid #fff;
    line-height: 12px;
    padding: 0 5px;
    height: 12px;
    display: block;
}
.footer_menu li a:hover {
    color: #25c6a5;
} 
.footer_menu li:first-child a {
    border: none;
}
#scroll-top {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 1000;
    background: rgba(37, 198, 165, 0.8);
    color: #fff;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    bottom: 66px;
    right: 40px;
    line-height: 40px;
    font-weight: normal;
    border-radius: 50%;
}
#scroll-top:hover {
    background: #25c6a5;
}

/* Socials Widget */ 
.socials-icon {
    padding:0;
    margin-top: 15px;
}
.socials-icon li {
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom:1;
    margin-bottom: 5px;
}
.socials-icon li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.socials-icon li a:hover {
    background-color:#18295f;
}
.socials-icon .facebook {background-color: #3B579D; }
.socials-icon .twitter {background-color: #3ACAFF; }
.socials-icon .tumblr {background-color: #304E6C; }
.socials-icon .google-plus {background-color: #D11717; }
.socials-icon .pinterest {background-color: #CB2027; }
.socials-icon .linkedin {background-color: #007AB9; }
.socials-icon .youtube {background-color: #DD2C28; }
.socials-icon .vimeo {background-color: #1AB7EA; }
.socials-icon .rss {background-color: #FB7629; }

/* Newsletter */
.fs-newsletter .subtitle {margin-bottom:10px;text-shadow: 1px 1px 5px rgba(51, 51, 51, 0.85);}
.fs-newsletter-form .email {
    width: 80%;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.fs-newsletter-form .btn-subscribe {
    width: 20%;
    margin-left: -4px;
}

/**
 * PAGE
 */
 /*.image-popup-wrap a:before {
    content: "\f00e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }*/
.slider-inner-page, .page .rev_slider_wrapper {
    margin-bottom: 20px!important;
}
.home .rev_slider_wrapper {
    margin-bottom: 0!important;
}

.breadcrumb-wrap {
    background: none;
    height: auto;
    margin-bottom: 15px;
}
.breadcrumb {
    padding: 6px 10px!important;
    margin-bottom: 0;
    list-style: none;
    background-color: #eaeaea;
    border-radius: 0;
    margin-top: 15px;
    color: #18295f;
    text-shadow: none;
    font-size: small;
}

.breadcrumb>li+li:before {
    content: ""; 
    display: none;
}
.breadcrumb a {
    color: #18295f;
    text-shadow: none;
}
.breadcrumb>.active {
    color: #1D3890;
}
.breadcrumb a:hover {
    color: #25c6a5
}

.divider {
    margin:0 6px 0 4px;
}
.title-page {
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

.box_gioithieu p {
    color: #808080;
    text-align: justify;
    line-height: 22px;
}

/**
 * SIDEBAR
 */
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar h3 {
    margin: 0 0 10px;
    background-color: #18295f;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
}
.sidebar ul {
    padding-left: 20px;
}
.widget_recent_entries ul li {
    margin-top: 10px;
}
.widget_recent_entries ul li:first-child {
    margin-top:0;
}
.widget_recent_entries ul li .post-date {
    color: #999;
    font-size: small;
}
.widget_calendar caption {
    margin-bottom: 10px;
    color: #18295f
}
.widget_calendar th {
    color: #18295f
}
.widget_calendar td, .widget_calendar th {
    font-family: FtraBd;
}

.sidebar .widget_nav_menu .menu a {
    padding: 8px 0 8px 15px;
    background-position: 10px 46%;
    margin: 0;
    font-family: Roboto;
    font-size: 15px;
}
.sidebar .widget_nav_menu .menu a:hover{
    padding-left: 30px;
}
.sidebar .widget_nav_menu  .current_page_item a { 
    color: #25c6a5;
}

.sidebar .list-thong-bao {
    list-style: none;
    padding: 0;
}
.sidebar .list-thong-bao li {
    margin-bottom: 10px;
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
}
.sidebar .list-thong-bao li .thumbnail-small {
    width: 50px; 
    float: left;
    margin-right: 10px;
}
.sidebar .list-thong-bao li h4 {
    margin: 0;
    font-size: 14px;
    font-family: Roboto;
    line-height: 20px;
}
.sidebar .list-thong-bao li h4 a {
    
}
 
.accordion .accordion-title { 
    background-color: #eaeaea; 
    margin: 8px 0;
}
.accordion .accordion-title a {
    display: block;
    padding: 8px 10px;
}
.accordion .accordion-title .fa {
    float: left;
    margin-right: 10px;
}
.accordion-title .active .fa:before {
    content: "\f146";
}
.accordion .accordion-content {
    display: none;
    margin-bottom: 15px;
}
.accordion .accordion-content .alert {
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
} 
.accordion-content ul, .accordion-content ol {
    list-style: none;
    padding:0;
}
.accordion-content li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}
.accordion-content li .thumbnail-small {
    float: left;
    margin-right: 10px;
}
.accordion-content li a {
    font-weight: normal;
    line-height: 20px;
}

/**
 * ARCHIVE PAGE
 */
.grid .grid-content {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
}
.grid h3 {
    margin-top: 10px;
} 
.grid .head img {
    margin: 0 auto;
}
.grid .meta-info {
    padding: 6px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.grid .meta-info  .time {
    color: #999;
}
.grid .meta-info  .cat {
    float: right;
}
.post-item h3 a {
    color: #333;
    font-family: FtraBd;
}
.post-item h3 a:hover {
    color: #18295f
}
.pagination {
    text-align: center;
    clear: both;
    display: block;
}
.pagination>li>a, .pagination>li>span {
    float: none;
    display: inline-block;
    *display: inline;
    zoom:1;
    border-radius:0;
    border-color: #18295f;
    color: #18295f
    
}
.pagination li a:hover, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #18295f;
    border-color: #18295f;
    color: #fff;
}

/**
 * SINGLE
 */
.meta-info {
    margin: 15px 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}
.meta-info .divider {
    padding: 0 5px;
}
.grid .meta-info .divider {
    display: none;
}
.meta-info .time {
    color: #999;
    font-family: FtraBd;
    font-size: small;
}
.meta-info .fa {
    padding-bottom: 4px;
    color: #333;
}
.blog-content p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 25px;
}

/**
 * CONTACT PAGE
 */
.h2-first h2, .h3-first h3 {
    margin-top:0;
}
.justify {
    text-align: justify;
}
.wpcf7-form p{margin-bottom:5px;}
.wpcf7-form label {
    font-weight: normal; 
    color: #000;
    width: 100px;
    display: block;
}
.wpcf7-form .wpcf7-text {
    width: 100%;
}
.wpcf7-form .wpcf7-textarea {
    width: 100%;
    height: 150px;
}
.wpcf7-form span.xacminh {
    display: inline-block;
    zoom:1;
    *display: inline;
    width: 50%;
}
.wpcf7-form .wpcf7-captchar {
    width: 100%;
}
.wpcf7-form .wpcf7-captchac {
    display: inline-block;
    vertical-align: top;
    border: 1px dashed #ccc;
    padding: 2px;
    margin-left: 5px;
}
.wpcf7-submit {
    float: right;
}

/**
 * SEARCH
 */
#blog-list {
    padding:0;
    list-style: none;
}
#blog-list li {
    margin-bottom:20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#blog-list .thumbnail {
    margin-bottom: 12px;
}
#blog-list .no-thumbnail {
    
}
#blog-list .item-content {
    
}
#blog-list .item-content h3 {
    margin: 0 0 10px;
}
#blog-list .time {
    
}

/**
 * MOBILE SCREEN  
 */ 
 
@media only screen and (max-width: 570px) {
    .featured-carousels .owl-controls .owl-nav .owl-next {
        margin-left: 40px;
    }
    .featured-carousels .owl-controls .owl-nav .owl-prev {
        margin-right: 40px;
    }
    /**
     * FOOTER 
     */   
     .footer-top { 
        background-image: url(../images/video-bg.jpg);
        background-size: cover;
        text-align: center;
     }
     .footer-top .video-background {
        display: none;
     }
    /* Newsletter */
    .fs-newsletter-form .email {
        width: 70%;
    }
    .fs-newsletter-form .btn-subscribe {
        width: 30%;
    } 
} 
@media only screen and (min-width: 600px) and (max-width: 991px) {
    /**
     * HEADER 
     */
	.has-wpadmin-bar #header.sticky {
        top: 46px;
    }
}
@media only screen and (min-width: 768px) {
    .box_gioithieu h2 {
        margin-top:0;
        font-size: 28px;
    }
    
}
@media only screen and (max-width: 991px) {
    
    /**
     * HEADER 
     */ 
    .navbar-header {float: none}
	.navbar-header .logo {
        float: left;
        width: 115px;
        margin-left: 15px;
	}
    .site-label {
        margin-top: 10px;
    }
    .navbar-header .navbar-toggle {
        display: block;
        padding: 9px 12px;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 19px;
        border-color: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; 
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    #header.sticky .logo {
        width: 90px;
    }
    #header.sticky .navbar-toggle {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .navbar-nav {
        max-height: 470px;
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav .open .dropdown-menu {
        background: #fff
    } 
    .navbar-nav>li {
        float: none;
        clear: both;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        border-top: 1px solid #e7e7e7;
    }
    .navbar-nav .open .dropdown-menu>li:first-child>a {
        border-top: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    
    /**
     * FOOTER 
     */
    .footer-top {
        text-align: center;  
     } 
    .menu-footer-wrap {
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    .slogan {
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright {
        float: none;
        text-align: center;
    }
}

/**
 * TABLET SCREEN  
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    /**
     * HEADER 
     */
	.has-wpadmin-bar #header.sticky {
        top: 32px;
    }
} 

/**
 * PC SCREEN  
 */
@media only screen and (min-width: 992px) {
    /**
     * HEADER 
     */
    .home #header {
        /*position: absolute;*/
    } 
    .has-wpadmin-bar #header.sticky {
        top: 32px;
    }
    
    .navbar-header {
        width: 100%;
        background-repeat: no-repeat;
        background-position: right 70%;
        padding: 0 0 0;
    }
    .navbar-nav {
        padding-top: 0; 
        float: left!important;
    }
    .navbar-collapse { 
        background-color: rgba(0,0,0,.2);  
    }
    .navbar-nav .dropdown-menu {
        top: 100%;
        left: 0;
        min-width: 270px;
        background: #1D3890;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
        -moz-transition: opacity 0.2s, -moz-transform 0.5s;
        -ms-transition: opacity 0.2s, -ms-transform 0.5s;
        transition: opacity 0.2s, transform 0.5s;
        -webkit-transform: translate(0,40px);
        -moz-transform: translate(0,40px);
        -o-transform: translate(0,40px);
        -ms-transform: translate(0,40px);
        transform: translate(0,40px);
        opacity: 0;
        display: block;
        visibility: hidden;
        box-sizing: border-box;
        border-radius: 0;
        padding: 0;
        border: none;    
    }
    .navbar-nav > li.dropdown:hover .dropdown-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
    }
    .nav .dropdown-menu>li>a {
        color: #fff;
        border-top: 1px solid #0E2979; 
        white-space: normal;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; 
        padding: 6px 15px;
    }
    .nav .dropdown-menu>li:first-child>a {border-top:0;}
    .nav .dropdown-menu>li>a:hover {
        background-color: #18295f;
    }
    
    /**
     * FOOTER    
     */
    .footer-top .tni_widget_newsletter  {
        float: right;
    }
    .footer-top .TNI_WG_Socials  {
        float: left;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    /**
     * HEADER 
     */  
    .logo {
        display: block;
        width:  170px; 
    }
    #header.sticky .logo {
        width: 90px;
    }
    #header.sticky .navbar-nav {
        padding-top: 12px;
    }
    
    
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 15px
    }
    
    .dropdown-menu>li>a { 
        padding: 4px 20px;
        font-size: 13px;
    } 
}

/**
 * HIGH SOLUTION SCREEN  
 */
@media only screen and (min-width: 1200px) {
	
    /**
     * HEADER 
     */
    .logo {
        width: 190px;
        display: block;
        margin-top: 5px;
    }
    .sticky .logo {
        width: 90px;
    }
    .navbar-header {
        height: 130px
    }
    .navbar-nav {
        padding-top: 0;
    }
    .sticky .navbar-nav {
        padding-top: 7px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    
    /**
     * FOOTER 
     */
    .footer-top .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p { 
  font-size: 14px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.parallax-1 {
  background-image: url("../images/newyork-parallax.jpg");
  background-position: 50% 22%;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

