/*
	SkyApp Bootstrap Sass Theme
	Author: Tam Vo Laive
	Version: 0.0.1
*/
/* BASE - Base styles, variables, mixins, etc */
/* Font Colors */
/* Background Colors */
/* Mixins */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=vietnamese");

.clearfix {
    clear: both;
}

body {
    font-family: Arial, sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #02710b;
}

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

input, textarea, button, select {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

iframe {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

img {
    max-width: 100%;
}

.images {
    display: block;
    overflow: hidden;
}

.images img {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.images img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: scale(1.1) rotate(-1.5deg) !important;
    -o-transform: scale(1.1) rotate(-1.5deg) !important;
    transform: scale(1.1) rotate(-1.5deg) !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
}

.images2 {
    display: block;
    overflow: hidden;
}

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

.bordered {
    border: 1px solid #efefef;
}

/*------------------------- Breadcrumb -------------------------*/
.breadcrumb-container {
    margin-bottom: 15px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 6px 0;
}

.breadcrumb > li > a, .breadcrumb > li.active, .breadcrumb > li + li:before {
    font-size: .8em;
}

.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: "\f101";
}

.breadcrumb > li.active {
    font-weight: 300;
}

.breadcrumb > li > a {
    font-weight: 700;
}

/*------------------------- article-content -------------------------*/
.article-content {
    color: #333;
}

.article-content h1, .article-content h2, .article-content h3, .article-content p {
    margin-bottom: 20px;
}

.article-content p {
    text-align: justify;
}

.article-content h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #333333;
    margin-top: 20px;
}

.article-content h2 a {
    color: #333;
}

.article-content h3 {
    font-size: 14px;
    font-weight: 500;
}

.article-content a {
    color: #337ab7;
}

.article-content a:hover {
    color: #337ab7;
}

.article-content img {
    max-width: 100%;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.article-content img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*------------------------- Col -------------------------*/
.col5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 20%;
}

/*------------------------- Row -------------------------*/
/*row0*/
.row0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row0 > div, .row0 > li {
    padding-left: 0px;
    padding-right: 0px;
}

/*row5*/
.row5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.row5 > div, .row5 > li {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

/*row10*/
.row10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row10 > div, .row10 > li {
    padding-left: 5px;
    padding-right: 5px;
}

/*row15*/
.row15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row15 > div, .row15 > li {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/*row20*/
.row20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row20 > div, .row20 > li {
    padding-left: 10px;
    padding-right: 10px;
}

/*row25*/
.row25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.row25 > div, .row25 > li {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

/*------------------------- Topcontrol -------------------------*/
#topcontrol {
    z-index: 2;
    /*background: #FF8500 url(../images/separate.png) no-repeat center -410px;*/
    background: #8b4804;
    color: #ffffff;
    width: 35px;
    height: 35px;
    /*text-indent: -99999px;*/
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
    /*custom*/
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    z-index: 99999999999;
}

#topcontrol:hover {
    background: #592e03;
}

#topcontrol a {
    color: #fff;
    outline: none;
}

/**
* GMAP *
**/
.map iframe,
.map #map_canvas2,
.map {
    display: block !important;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
}

.contact-address address {
    line-height: 2.1em;
}

.contact-address h5 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 7.5px;
}

.contact-form textarea {
    height: 117px;
}

.input-group {
    margin-bottom: 7.5px;
}

.input-group-addon {
    border-radius: 0;
}

/*------------------------- Bootstrap Clearfix (Clearing Bootstrap 3 columns) -------------------------*/
/* Mobile */
@media screen and (max-width: 767px) {
    /* Column clear fix */
    .col-xs-1:nth-child(12n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(3n+1), .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Tablet  */
@media (min-width: 767px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Medium Desktop  */
@media (min-width: 992px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Large Desktop  */
@media (min-width: 1200px) {
    /* Column clear fix */
    .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

/* MODULES - Individual site components */
/* Sections */
.read-more {
    background: #8b4804;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    color: #fff;
    float: right;
}

.read-more:hover {
    background: #592e03;
    color: #fff;
}

.about-news {
    margin-top: 30px;
}

.about-news p {
    margin-bottom: 0;
}

.title-main {
    position: relative;
    margin: 25px 0 20px;
    border-bottom: 1px solid #02710b;
}

.title-main .title {
    font-family: 'Roboto', sans-serif;
    color: #02710b;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.title-main.title-mtp {
    margin: 0 0 10px;
}

.title-main-2 {
    border: none;
    margin: 15px 0 10px;
}

.title-main-2 .title {
    font-size: 20px;
}

.filter {
    position: absolute;
    top: 0;
    right: 0;
}

.filter label {
    margin-right: 10px;
}

.boxmain-list {
    margin-top: 10px;
}

.boxmain-list a {
    font-size: 16px;
    font-weight: bold;
}

.boxmain-list a .fa {
    color: #8b4804;
    margin-right: 10px;
}

.list-default li {
    padding: 3.5px 0;
}

.list-default li a {
    color: #333;
}

.list-default li a .fa {
    color: #337ab7;
}

.list-default li a:hover {
    color: #02710b;
}

.list-default li a:hover .fa {
    color: #02710b;
}

.thumbnail {
    padding: 0;
    border: none;
}

.thumbnail .caption {
    padding: 0;
}

.thumbnail .caption h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 5px;
}

.thumbnail .images2 {
    position: relative;
}

.thumbnail .images2 img {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.thumbnail .images2 span i {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 60px;
    color: #e62118;
    background-position: 0 -160px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -25px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    margin: -25px 0 0 -25px;
}

.thumbnail:hover .images img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: scale(1.1) rotate(-1.5deg) !important;
    -o-transform: scale(1.1) rotate(-1.5deg) !important;
    transform: scale(1.1) rotate(-1.5deg) !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
}

.thumbnail:hover h3 a {
    color: #02710b;
}

.thumbnail:hover .images2 img {
    opacity: 0.65 !important;
    -moz-opacity: 0.65 !important;
    -khtml-opacity: 0.65 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65) !important;
    filter: alpha(opacity=65) !important;
    -webkit-backface-visibility: hidden;
}

.thumbnail:hover .images2 span i {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 4;
}

.carosel-main {
    margin-left: -15px;
    margin-right: -15px;
}

.carosel-main .thumbnail {
    position: relative;
    margin: 0 15px;
}

.owl-theme-nav .owl-controls {
    position: absolute;
    right: 15px;
    top: -50px;
}

.owl-theme-nav .owl-controls .owl-next, .owl-theme-nav .owl-controls .owl-prev {
    display: inline;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

.owl-theme-nav .owl-controls .owl-prev:hover, .owl-theme-nav .owl-controls .owl-next:hover {
    opacity: 1;
}

.owl-theme-nav .owl-controls i {
    background: #8b4804;
    color: #ffffff;
    color: #fff;
    font-size: 19px;
    margin-left: 4px;
    margin-top: -1px;
    text-align: center;
    width: 18px;
}

.vticker1 ul li, .vticker2 ul li {
    margin-bottom: 5px !important;
}

.vticker1 .text-bold, .vticker2 .text-bold {
    color: #02710b;
}

.text-bold {
    font-weight: bold;
}

.vticker1 ul li p strong, .vticker2 ul li p strong {
    float: right;
}

.question-user {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.question-user .fa {
    color: #337ab7;
    margin-right: 5px;
}

.callout {
    margin-top: 30px !important;
    background: #02710b;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.callout input.lg {
    padding: 0 10px;
    text-indent: 25px;
    margin: 0;
    height: 34px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    color: #8b8b8b;
    border: 1px solid #fff;
    outline: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.callout p {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    margin: 18px 0 0 0;
    color: #fff;
}

.callout .form.contact {
    padding: 15px 0 15px 0;
    margin: 0;
    position: relative;
}

.callout .form.contact .input-group {
    margin-bottom: 0 !important;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.callout .form.contact .input-group i {
    color: #8b8b8b;
    font-size: 14px;
    position: absolute;
    line-height: 32px;
    left: 12px;
}

.callout .form.contact .input-group span.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    min-width: 80px;
}

.callout .form.contact .input-group button.submit {
    width: 100%;
    height: 34px;
    background: #8b4804;
    border: 0;
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    outline: none;
    font-weight: 300;
}

.callout .form.contact .input-group button.submit:hover {
    background: #592e03;
}

ul.social-media {
    list-style: none;
    padding: 0;
}

ul.social-media li {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
}

ul.social-media li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #02710b;
    border-radius: 15px;
    display: inline-block;
    float: left;
    color: #333;
    text-align: center;
}

ul.social-media li a:hover {
    background: #02710b;
    border-color: #02710b;
    color: #fff;
}

ul.social-media li:last-child {
    margin-right: 0;
}

.contact-form .read-more {
    float: none;
    height: 34px;
    line-height: 34px;
}

.btn-main {
    background: #337ab7;
    color: #fff;
    border: 1px solid #337ab7;
}

/* list */
.list-item {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

.list-item .media > .pull-left {
    padding-right: 30px;
    max-width: 293px;
}

.list-item .media .media-heading {
    font-size: 14px;
    font-weight: bold;
}

.list-item .media p {
    line-height: 24px;
}

.list-item .readmore {
    position: absolute;
    bottom: 15px;
    right: 0;
}

/* pagination
=============================*/
.pagination {
    margin: 15px 0 0 0;
}

.pagination > li > a, .pagination > li > span {
    color: #02710b;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #02710b;
    color: #ffffff;
    border: 1px solid #02710b;
    color: #fff;
}

.article-content .nav-tabs {
    margin-top: 20px;
}

.article-content .nav-tabs li a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #555;
}

.article-content .nav-tabs li a:hover {
    color: #337ab7;
}

.article-content .nav-tabs > li.active > a, .article-content .nav-tabs .nav-tabs > li.active > a:focus, .article-content .nav-tabs .nav-tabs > li.active > a:hover {
    color: #337ab7;
}

.article-content .tab-content .tab-pane {
    margin: 20px 0;
}

.tier1 h3 {
    font-size: 20px;
    font-weight: bold;
}

.tier1 .list-detail li {
    padding: 7.5px 0;
    font-size: 18px;
}

.tier1 > .row:last-child {
    margin-top: 40px;
}

/* LAYOUTS - Page layout styles */
.right {
    float: right !important;
}

.container-wrapper {
    background: #fff;
    z-index: 5;
}

/**
*** NAV BAR ***
*/
.navigation {
    height: 92px;
    border-top: 4px solid #337ab7;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 99999999999;
}

.navigation .navbar-brand img {
    position: relative;
    top: 3px;
}

.navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-top: 4px solid #337ab7;
    width: 100%;
    height: 75px;
}

.navigation .navbar-default {
    padding: 0;
    margin: 0;
}

.navigation.fixed .navbar-default ul.navbar-nav {
    height: 75px;
    margin: 0;
    padding: 0;
}

.navigation.fixed .navbar-default ul.navbar-nav li {
    height: 77px;
}

.navigation.fixed .navbar-default ul.navbar-nav li a {
    height: 75px;
    line-height: 75px;
}

.navigation .navbar-brand {
    margin-top: -19px;
}

.navigation.fixed .navbar-brand {
    margin-top: 0;
}

.navigation.fixed .navbar-brand img {
    max-height: 60px;
    top: -11px;
}

.navigation .navbar-default {
    height: 87px;
    background: none;
    border: 0;
}

.navigation .navbar-default ul.navbar-nav {
    height: 87px;
}

.navigation .navbar-default ul.navbar-nav li {
    height: 87px;
}

.navigation .navbar-default ul.navbar-nav li a {
    height: 87px;
    padding: 0 18px;
    line-height: 87px;
    margin-top: 1px;
    font-family: 18px;
    font-family: "Roboto", Arial, sans-serif;
    color: #868686;
    font-weight: 300;
}

.navigation .navbar-default ul.navbar-nav li a:hover {
    color: #i;
}

.navigation .navbar-default ul.navbar-nav li.active a,
.navigation .navbar-default ul.navbar-nav li:hover a {
    background: transparent;
    color: #337ab7;
}

.navigation .navbar-default .search-icon-wrapper i {
    width: 41px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    float: right;
}

.navigation .navbar-form {
    position: relative;
    padding-left: 0;
}

.navigation .navbar-form i.fa {
    font-size: 14px;
    color: #868686;
    padding: 20px 10px;
    cursor: pointer;
    line-height: 30px;
    z-index: 99;
    position: absolute;
}

.navigation .navbar-form i.fa-times {
    font-size: 21px;
    z-index: 100;
    display: none;
}

.navigation.fixed .navbar-form i.fa {
    padding: 12px 10px;
}

.navigation .search-field {
    width: 100%;
    height: 115px;
    background: rgba(110, 191, 243, 0.95);
    position: relative;
    padding: 0;
    margin: 0;
    top: -8px;
    display: none;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
}

.navigation.fixed .search-field {
    top: -7px;
}

.navigation .search-field input {
    background: transparent;
    border: 0;
    font-size: 55px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    color: #fff;
    width: 100%;
    outline: none;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 115px;
    font-size: 33px;
    line-height: 35px;
    padding: 0;
}

.navigation .search-field ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccebff;
}

.navigation .search-field :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccebff;
}

.navigation .search-field ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccebff;
}

.navigation .search-field :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccebff;
}

.navigation .navbar-default ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    top: 87px;
    left: 10px;
    border-top: 3px solid #337ab7;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.navigation .navbar-default ul.dropdown-menu .sub-menu
.navigation.fixed .navbar-default ul.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.navigation.fixed .navbar-default ul.dropdown-menu {
    margin-top: -17px;
}

.navigation .navbar-default ul.dropdown-menu li,
.navigation.fixed .navbar-default ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    height: 40px;
}

.navigation .navbar-default ul.dropdown-menu li a,
.navigation.fixed .navbar-default ul.dropdown-menu li a {
    background: #404040 !important;
    border: 1px solid #595959 !important;
    border-top: 1px solid #404040 !important;
    border-bottom: 1px solid #595959 !important;
    height: 0;
    padding: 19px 10px 19px 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    font-family: "Roboto", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 0;
}

.navigation .navbar-default ul.dropdown-menu li:hover a,
.navigation.fixed .navbar-default ul.dropdown-menu li:hover a {
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    color: #fff !important;
}

/* .navigation .navbar-default ul.dropdown-menu li:first-child:hover a,
.navigation.fixed .navbar-default ul.dropdown-menu li:first-child:hover a {
	border-top:1px solid #337ab7 !important;
} */
.navigation .navbar-default ul i.fa {
    margin-left: 8px;
}

.dropdown.h:hover .dropdown-menu {
    display: block;
}

#nav-begins {
    display: block;
    height: 0;
}

/** FUlL DROPDOWN **/
.navigation ul.navbar-nav li.dropdown.full {
    position: relative;
}

.navigation ul.navbar-nav li.dropdown.full section {
    position: absolute;
    margin-left: -547px;
    top: 77px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding-bottom: 0;
    background: transparent;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.1);
}

.navigation.fixed ul.navbar-nav li.dropdown.full section {
    top: 65px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper {
    top: 0;
    border-top: 3px solid #337ab7;
    width: 100%;
    position: relative;
    height: 300px;
    margin: 0;
    padding: 0;
    display: block;
    background: #404040;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .clear-wrapper {
    float: left;
    height: 100%;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper {
    background: #337ab7;
    width: 368px;
    /* Golden Ratio, 3% padding-left */
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    position: relative;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
    display: inline-block;
    width: 245px;
    height: 180px;
    position: relative;
    top: 30px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper article strong {
    position: relative;
    top: 0;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper span.divider {
    position: absolute;
    height: 180px;
    top: 40px;
    width: 1px;
    background: #595959;
    display: inline-block;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    height: 0;
    position: relative;
    left: 0;
    top: 0;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li {
    padding: 0;
    margin: 0 0 2px 0;
    left: auto;
    height: auto;
    position: relative;
    left: 0;
    float: none;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a {
    color: rgba(255, 255, 255, 0.55);
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 0;
    height: 29px;
    display: block;
    font-size: 13px;
    line-height: 29px;
    position: relative;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper strong {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 100;
    font-family: "Roboto", Arial, sans-serif;
    padding: 0 0 0 29px;
    margin: 20px 0 5px 0;
    display: block;
    float: none;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper p {
    margin: 10px 0 0 30px;
    padding: 0;
    line-height: 21px;
    width: 310px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper p a {
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
    color: #fff;
    line-height: 21px;
    font-weight: 100;
    outline: none;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a i {
    padding: 0 10px 0 0;
    margin: 0;
}

/** Adjusted icons **/
.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a i.fa-moon-o {
    padding-right: 11px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a:hover {
    color: #337ab7;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper {
    height: 150px;
    width: 310px;
    margin: 0 0 0 29px;
    padding: 0;
    display: block;
    overflow: hidden;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav a,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a {
    background: rgba(64, 64, 64, 0) !important;
    height: 100% !important;
    top: -1px;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav a i,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a i {
    color: rgba(255, 255, 255, 0);
    font-size: 14px;
    line-height: 0;
    top: 50%;
    position: relative;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper:hover .nivo-directionNav a,
.content-section.slider-with-text .nivo-wrapper:hover .nivo-directionNav a {
    background: rgba(64, 64, 64, 0.2) !important;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper:hover .nivo-directionNav a i,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a i {
    color: rgba(255, 255, 255, 0.9);
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav:hover a,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav:hover a {
    background: rgba(64, 64, 64, 0.4) !important;
}

section.content-section .row.no-heading {
    margin-top: 23px;
}

/** MINI NAVIGATION **/
.navigation ul.mini {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
    position: absolute;
    display: none;
    overflow: scroll;
    height: 209px;
    width: 100%;
    outline: none;
    background: #f9f8f8;
}

.navigation.fixed ul.mini {
    height: 209px;
}

.navigation ul.mini li {
    text-decoration: none;
    border-top: 1px solid #efefef;
    position: relative;
    outline: none;
    padding: 0;
    margin: 0;
}

.navigation ul.mini li:last-child {
    border-bottom: 1px solid #efefef;
}

.navigation ul.mini li.sub ul li:first-child {
    border-top: 0;
    margin-top: 0;
}

.navigation ul.mini li.sub ul li:last-child {
    border-bottom: 0;
}

.navigation ul.mini li a {
    width: 100%;
    color: #868686;
    display: block;
    outline: none;
    line-height: 34px;
    text-indent: 15px;
    height: 34px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
}

.navigation ul.mini li.sub ul {
    list-style: none;
    border-top: 1px solid #efefef;
    padding: 0 0 0 20px;
    display: none;
    margin-bottom: 0;
}

.navigation ul.mini li.sub.hidden {
    border-bottom: 0;
}

.navigation ul.mini li i.fa {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #acacac;
    cursor: pointer;
    padding: 12px 15px 12px 24px;
}

.navigation ul.mini li a:hover,
.navigation ul.mini li a.active,
.navigation ul.mini li a:active,
.navigation ul.mini li:hover i.fa {
    color: #43acef;
}

/* navigation - submenu */
.navigation .dropdown .submenu {
    display: none !important;
}

.navigation .dropdown:hover > .dropdown-menu > li:hover .submenu {
    display: block !important;
}

.navigation .dropdown:hover > .dropdown-menu > li {
    position: relative;
}

.navigation .submenu {
    top: -3px !important;
    left: 100% !important;
    border-radius: 0 !important;
    background: none !important;
}

.navigation .navbar-default ul.dropdown-menu li:hover a, .navigation.fixed .navbar-default ul.dropdown-menu li:hover a {
    background: #404040 !important;
    border: 1px solid #595959 !important;
    border-top: 1px solid #404040 !important;
    border-bottom: 1px solid #595959 !important;
    color: rgba(255, 255, 255, 0.65) !important;
}

.navigation .navbar-default ul.dropdown-menu li:hover > a, .navigation.fixed .navbar-default ul.dropdown-menu li:hover > a {
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    color: #fff !important;
}

.navigation.fixed .navbar-default ul.dropdown-menu ul.submenu {
    margin-top: 0 !important;
}

.flag {
    background: url(../images/bg-sprite-flags.png) no-repeat 0 100px;
    vertical-align: -4px;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    speak: none;
}

.flag-18 {
    width: 27px;
    height: 18px;
    vertical-align: text-top;
}

.flag-18-en {
    background-position: 0 0px;
}

.flag-18-vi {
    background-position: -32px -0px;
}

#footer {
    padding-bottom: 20px;
}

#footer .viewtraffic {
    text-align: center;
}

#footer h5 {
    margin: 30px 0 15px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

#footer h5 i {
    margin-right: 5px;
}

#footer h5:hover i {
    color: #02710b;
}

#footer address {
    line-height: 30px;
}

#footer address p i {
    width: 15px;
}

#footer .copyright {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1199px) {
    .navigation ul.navbar-nav li.dropdown.full section {
        margin-left: -352px;
    }

    .navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
        width: 195px;
    }

    .navigation ul.mini {
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
    }

    .navigation .navbar-default ul.navbar-nav > li > a {
        padding: 0 10px;
    }

    .navigation .navbar-default ul.navbar-nav > li > a i.fa {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .navigation ul.navbar-nav li.dropdown.full section {
        margin-left: -131px;
    }

    .navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
        width: 245px;
    }

    .navigation ul.navbar-nav li.dropdown.full .color-wrapper {
        display: none;
    }

    .navigation ul.navbar-nav li.dropdown.full section .clear-wrapper {
        width: 100%;
    }

    .navbar .navbar-brand img {
        max-width: 90px;
    }

    .navbar .navbar-header {
        width: 100%;
    }

    .navbar .navbar-toggle {
        display: block;
    }

    .navigation .navbar-toggle {
        margin-top: 24px;
        border: none;
    }

    .navigation.fixed .navbar-toggle {
        margin-top: 19px;
    }

    .navigation .navbar-toggle i {
        color: #868686;
        font-size: 14px;
    }

    .navigation .navbar-toggle:hover,
    .navigation .navbar-toggle:active {
        background: none;
    }

    .navigation .navbar-toggle:hover i,
    .navigation .navbar-toggle:active i {
        color: #337ab7;
    }

    .navbar .navbar-nav {
        display: none;
    }

    .navbar .navbar-brand {
        float: none;
    }

    .navbar .navbar-brand img {
        top: 14px;
        left: 50%;
        margin: -35px 0 0 -50px;
        text-align: center;
    }

    .navigation.fixed .navbar-brand img {
        margin-top: -7px;
    }

    .navigation .navbar-collapse {
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
    }

    .navigation .container {
        position: relative;
    }

    .navigation .navbar-form {
        position: absolute;
        left: 5%;
        border: 0;
        top: 0;
        padding: 0;
    }

    .navigation .navbar-form i.fa {
        font-size: 14px;
    }

    .navigation .search-field {
        width: 100%;
        height: 85px;
        background: rgba(110, 191, 243, 0.95);
        position: relative;
        padding: 0;
        margin: 0;
        top: 19px;
        display: none;
    }

    .navigation.fixed .search-field {
        top: 15px;
    }

    .navigation .search-field input {
        font-size: 35px;
        height: 85px;
    }

    #footer .viewtraffic {
        text-align: left;
    }

    #footer .copyright {
        text-align: left;
    }

    .collout-text p {
        text-align: left;
    }
}

@media (max-width: 768px) {

    .list-item .media > .pull-left {
        padding-right: 0;
        max-width: inherit;
        display: block;
        float: inherit !important;
        margin-bottom: 20px;
    }

    .list-item .media > .pull-left > img {
        width: 100%;
    }
}

@media (max-width: 541px) {
    .col-xs-6 {
        width: 100%;
    }
}

.box_face {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.box_face li {
    float: left;
    margin: 0 5px;
}

/*# sourceMappingURL=style.css.map */
