@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700&subset=latin,vietnamese);
#main-slider{
    display: none;
}
a,
a:visited {
    color: #005aa9;
}
body {
    font-family: font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.img-full-width {
    width: 100%;
    height: auto;
}
#main-nav {
    background: #fff;
    z-index: 99999!important;
    border: none;
    text-transform: uppercase;
    padding-top: 40px;
    border-radius: 0;
    background: #005AA9;
}
#main-nav.navbar-default .navbar-nav > li > a {
    color: #404041;
    font-weight: bold;
}
#main-nav.navbar-default .navbar-nav > li > a:hover,
#main-nav.navbar-default .navbar-nav > li.active > a {
    color: #005AA9;
}
.is-sticky #main-nav{
    background: #005AA9;
    padding-top: 40px;
}
#main-nav .navbar-brand {
    padding-top: 17px;
}
#main-nav .navbar-brand > img {
    display: inline-block;
    transition: all .25s ease;
    width: 50px;
}
#main-nav .navbar-nav > li > .dropdown-menu {
    position: relative;
    display: block;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:focus,
#main-nav .navbar-nav > .active > a:hover {
    background: none;
}
@media (min-width:767px){
    #main-nav li:hover ul {
        display: block;
    }
}

#slogan h1 {
    font-size: 24px;
    color: #005AA9;
}

@media only screen and (min-width: 320px) and (max-width: 480px){
    .post_content{
        margin-bottom: 20px
    }
    #slogan h1{
        font-size: 20px;
    }
     #main-nav{
        padding-bottom: 62px;
    }
    #xdi-navbar{
        margin-top: 62px;
    }
    #slogan{
        position: absolute;
        top: 0;
        width: calc(100% - 140px)!important;
        left: 80px;
        text-align: left;
        color: #fff;
        z-index: 99999999
    }
    #slogan h1{
        text-align: left;
        color: #fff;
    }

}
.is-sticky #slogan{
    z-index: 999999!important;
}
@media only screen and (min-width: 768px) {
    #main-slider .inner{
        bottom: 90px;
    }
    #main-slider .container{
        margin-bottom: -30px;
    }
    .post_list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .post_list .post_item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
    }
    .post_list .post_item .post_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .post_list .post_item .post_change_height {
        flex: 1 1 auto;
    }
    #main-nav{
        background: #fff;
    }
    .is-sticky #main-nav {
        padding-top: 65px;
        padding-bottom: 25px;
        background: #fff url(../images/shadow_bg.png) center bottom repeat-x;
    }
    #slogan h1{
        position: static;
        color: #005AA9;
        text-align: center;
        width: 100%;
    }
    .navbar-brand{
        width: 100%;
    }
    #main-nav {
        padding-top: 80px;
    }
    #main-nav .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
    #main-nav .navbar-nav > li > .dropdown-menu {
        display: none;
        background: #005AA9;
        width: auto;
        position: absolute;
    }
    #main-nav .navbar-nav > li > .dropdown-menu > li:last-child a {
        border: none;
    }
    #main-nav .navbar-nav > li > .dropdown-menu > li > a {
        color: #fff;
        border-bottom: 1px solid #6098c9;
        padding: 3px 0;
    }
    #main-nav .navbar-nav > li > .dropdown-menu > li > a:hover {
        background: #6098c9;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega > ul {
        padding-top: 7px;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega > ul > li {
        display: inline-block;
        /*float: left;*/
        /*width: 30%;*/
        
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 10px;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega:hover > a,
    #main-nav.navbar-default .navbar-nav > li.has-child:hover > a {
        background: #005aa9;
        color: #fff;
    }
    #main-nav.navbar-default .navbar-nav > li.has-child > ul > li {
        display: inline-block;
        margin: 4px 5px;
    }
    #main-nav.navbar-default .navbar-nav > li.has-child > ul > li a {
        border: none;
        padding: 3px;
    }
    .dropdown-toggle span.caret {
        display: none!important;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega > ul > li:nth-child(3n) {
        margin-right: 0;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega ul li > a {
        border: none;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega ul li > ul.dropdown-menu {
        position: static;
        background: none;
        border: none;
        box-shadow: none;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega ul li > ul.dropdown-menu li a {
        color: #fff;
        font-size: 11px;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega ul li > ul.dropdown-menu li a span {
        margin-left: -13px;
        margin-right: 5px;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega ul li > ul.dropdown-menu li {
        text-transform: initial;
    }
    #main-nav.navbar-default .navbar-nav > li.has-mega ul li > ul.dropdown-menu li a:hover {
        background: #6098c9;
    }
}
@media only screen and (min-width: 992px) {
    #main-nav {
        padding-top: 100px;
        text-align: center;
    }
    #main-slider .container {
        margin-bottom: 70px;
    }
    #main-slider .inner {
        bottom: -60px;
        /*bottom: 5px;*/
    }
    #main-nav .navbar-brand{
      padding-top: 0;
    }
    .is-sticky #main-nav .navbar-brand > img {
    transition: transform .35s ease;
    transform: scale(0.7);
    margin-top: -20px;
}
    #main-nav .navbar-brand > img {
        width: 100%;
        max-width: 118px;
        margin-top: -10px;
		margin-left: 70px;
    }
    #main-nav .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
    #main-nav .navbar-nav > li > .dropdown-menu {
        display: none;
        background: #005AA9;
        width: auto;
    }
    #main-nav .navbar-nav > li > .dropdown-menu > li:last-child a {
        border: none;
    }
    #main-nav .navbar-nav > li > .dropdown-menu > li > a {
        color: #fff;
        border-bottom: 1px solid #6098c9;
        padding: 3px 0;
    }
    #main-nav .navbar-nav > li > .dropdown-menu > li > a:hover {
        background: #6098c9;
    }
    
}
.mb15 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}
.txt_yl {
    color: #FDE429;
}
.color-primary {
    color: #005AA9;
}
#content {
    background: url(../images/shadow_bg.png) left top repeat-x;
    padding-top: 24px;
}
.navbar-brand {
    position: absolute;    
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}
.navbar-toggle {
    z-index: 3;
}
.container {
    max-width: 890px;
}
#main-slider {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: -24px;
    max-width: 1170px;
    margin: 0 auto;
}
#main-slider #showcase img {
    width: 100%;
    height: auto;
}
#main-slider .container{
    position: relative;
    margin: 10px auto 20px;
}
#main-slider .inner {
    width: 100%;
    background: #FDE429;
    padding: 12px 12px;
    height: 130px;
    left: 0;
    bottom: 0;
    position: relative;
}
#main-slider .showcase-thumbnail img {
    opacity: 0.7;
    transition: all ease 0.5s;
}
#main-slider .showcase-thumbnail.active img {
    opacity: 1;
}
#main-slider .showcase-thumbnail-restriction{
    margin-left: 0!important;
}
.showcase-thumbnail-button-backward{
    left: 0
}
#main-slider .inner .showcase-thumbnail {
    background: #fff;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    max-height: 104px;
    width: 165px;
}
#showcase, .showcase-content-container {
    width: 100%!important;
}

.showcase-thumbnail-restriction{
    width: 866px!important;
}
.showcase-thumbnail-wrapper{
    height: 104px;
    overflow: hidden;
}
.showcase-thumbnail-button-forward{
    right: 0;
}
.showcase-thumbnail-button-backward, .showcase-thumbnail-button-forward {
    background: #fde429 ;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 127px;
    padding: 38px 5px 0;
    position: absolute;
    top: 1px;
    z-index: 999;
}
.showcase-thumbnail-button-backward::after {
    content: "";
    cursor: pointer;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 30px;
}
.showcase-thumbnail-button-forward::after{
    content: "";
    cursor: pointer;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 30px;
}
.showcase-thumbnail-button-backward > span > span, .showcase-thumbnail-button-forward > span > span {
    display: inline-block;
    text-indent: -9999px;
}
.showcase-thumbnail-container:hover .showcase-thumbnail-button-backward, .showcase-thumbnail-container:hover .showcase-thumbnail-button-forward {
    display: block;
}
/*#main-slider .inner .showcase-thumbnail:nth-child(5n){
    margin-right: 0;
}*/
#main-slider #bx-pager .inner a img {
    width: 100%;
}
#introduction {
    margin-bottom: 14px;
}
#introduction .inner {
    background: #005AA9;
    color: #fff;
    padding: 24px;
}

#introduction .inner h2 {
    font-size: 20px;
    color: #FDE429;
    margin-top: 0;
}
#introduction .inner p {
    font-size: 13px;
}

.post_list .post_item .post_thumbnail {
    margin-bottom: 20px;
}
.post_list .post_item .post_thumbnail img {
    width: 100%;
    height: auto;
}
.post_list .post_item .post_meta .post_title h2,
.styled_title {
    color: #005AA9;
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}
.post_list .post_item.lagel_update .post_meta .post_title h2 {
    font-size: 16px;
}
.post_list .post_item .post_meta .post_title span {
    display: block;
    height: 3px;
    width: 46px;
    background: #FDE429;
}
.post_list .post_item .post_meta .post_time {
    font-size: 12px;
}
.post_list .post_item .post_desc {
    margin-bottom: 18px;
    max-height: 118px;
    overflow: hidden;
}
.post_list .post_item a.read_more {
    display: block;
    background: #FDE429 url("../images/Icon_Read More.png") 75px center no-repeat;
    color: #005AA9;
    font-size: 12px;
    width: 87px;
    padding: 5px 8px;
}
.post_meta .post_title h2 {
    color: #005AA9;
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 5px;
}
.post_meta .post_title span {
    display: block;
    height: 3px;
    width: 46px;
    background: #FDE429;
}
.post_meta .post_time {
    font-size: 12px;
}

.navbar-toggle{
    background: #fff;
    border: none;
    border-radius: 0;
    color: #005AA9
}
.navbar-header{
    padding-bottom: 30px;
    background: #005AA9;;
}
#xdi-navbar{
    background: #FFF;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #005AA9;
}

#footer {
    background: #005AA9;
    color: #fff;
    margin-top: 40px;
    font-size: 11px;
    line-height: 1.6;
}
#footer a {
    color: #fff;
}
#footer .txt_yl {
    font-size: 20px;
}
#footer h3 {
    font-size: 20px;
}
#footer .ft_widget h3 {
    border-bottom: 1px solid #6098c9;
    padding-bottom: 16px;
    display: inline-block;
    padding-right: 30px;
}
#footer .ft_widget .recent_post .meta {
    font-size: 9px;
    display: block;
    background: transparent url("../images/Icon_Clock.png") left center no-repeat;
    padding: 2px 0 2px 15px;
}
#footer .ft_widget .extra_links li {
    display: inline-block;
    width: 50%;
    float: left;
}
#footer form {
    position: relative;
}
#footer form input[type="email"] {
    padding: 5px 7px;
    height: 23px;
    display: block;
    width: 100%;
    padding-right: 28px;
    color: #404041;
}
#footer form input[type="submit"] {
    position: absolute;
    display: block;
    height: 21px;
    width: 25px;
    background: #FDE429 url("../images/icon_mail.png") center center no-repeat;
    border: none;
    top: 1px;
    right: 0;
    color: transparent;
}
#footer .social_list {
    text-align: right;
}
#footer .social_list li {
    display: inline-block;
}
#footer .social_list li a {
    display: inline-block;
    width: 22px;
    height: 24px;
    color: transparent;
}
#footer .social_list li a.fb {
    background: url("../images/Icon_Face.png") center center no-repeat;
}
#footer .social_list li a.tw {
    background: url("../images/Icon_Twitter.png") center center no-repeat;
}
#footer .social_list li a.gp {
    background: url("../images/Icon_Plus.png") center center no-repeat;
}
#carousel_wrap {
    background: #404041;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 27px;
    padding-bottom: 65px;
    position: relative;
}
#carousel_wrap .bx-wrapper .bx-viewport {
    background: #404041;
}
#carousel_wrap ul {
    padding-left: 0;
}
#carousel_wrap ul p {
    color: #fff;
    margin-top: 5px;
}
#carousel_wrap h3,
#carousel_wrap h3 a {
    color: #FDE429;
    margin-top: 0;
    margin-bottom: 50px;
}
#carousel_wrap .prev,
#carousel_wrap .next {
    position: absolute;
    left: 50%;
    width: 31px;
    height: 32px;
    cursor: pointer;
    margin-left: -15px;
}
#carousel_wrap .prev {
    top: 62px;
    background: transparent url("../images/Icon_next1.png") left top no-repeat;
}
#carousel_wrap .next {
    background: transparent url("../images/Icon_next2.png") left top no-repeat;
    bottom: 20px !important;
    top: auto;
}
.company_presentation {
    background: #FDE429 url("../images/Icon1.png") 25px center no-repeat;
    color: #005AA9;
    font-size: 12px;
    padding: 8px 25px 8px 52px;
    margin-bottom: 16px;
}
.post_about {
    margin-bottom: 20px;
}
.post_about li {
    background: #E6E7E8;
    border-bottom: 1px solid #fff;
    padding: 16px 24px;
    font-size: 14px;
}
.post_about li.heading {
    background: #404041;
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
    padding: 12px 4px;
    border: none;
}
.post_about li.heading.active {
    background: #005AA9;
}
.post_about li.active {
    border-left: 2px solid #005AA9;
}
.post_about li.active a {
    color: #005AA9;
}
.post_about li:last-child {
    border-bottom: none;
}
.post_about li a {
    color: #404041;
    display: block;
}
.social_share {
    background: #E6E7E8;
    padding: 8px 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.social_share ul {
    margin-bottom: 0;
}
.social_share li {
    display: inline-block;
    margin-right: 10px;
}
.social_share li:last-child {
    margin-right: 0;
}
.social_share li.email {
    background: url("../images/Icon_Mail2.png") left center no-repeat;
    padding-left: 18px;
}
.social_share li.print {
    background: url("../images/Icon_Print.png") left center no-repeat;
    padding-left: 22px;
}
#qa_form .form-control {
    border-radius: 0;
    background: #DBDCDE;
    padding: 10px 7px;
    color: #404041;
    height: 38px
}
#qa_form textarea.form-control {
    height: 91px
}
#qa_form .button {
    height: 38px;
    background: #005AA9;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 10px;
}
#qa_form .button.btn_send {
    background-image: url('../images/icon_send.png');
    background-position: 80% center;
    background-repeat: no-repeat;
    padding-right: 30px;
    color: #FDE429
}
.the_post_list a h3 {
    font-size: 16px;
}
.spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pagination > span,
.pagination a {
    display: inline-block;
    padding: 4px 7px;
    background: #e6e7e8;
    color: #404041;
}

.heading_cat {} .heading_cat > div > div a {
    color: #fff;
    display: block;
    background: #404041;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}
.post_list .post_item .post_thumbnail img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
     /*height: 100%; */
    /*width: auto;*/
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post_list .post_item .post_thumbnail {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
}
.post_list .post_item .post_content {
    width: 100%;
}
.post_title {
    min-height: 80px;
    width: 100%;
    font-weight: bold;
}
.post_title h2{
  font-weight: bold;
}
.post_single .post_thumbnail {
    max-height: 226px;
    overflow: hidden;
    position: relative;
}
.post_single .post_thumbnail img {}
.showcase-content{
    width: 100%!important;
}
/*.showcase-thumbnail-caption, .showcase-caption{
    display: none!important;
}*/
.post_content img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    #introduction img{
        margin-bottom: 20px;
    }
}


/*--DOng 16-7 -*/
div#main-slider #showcase {
    overflow: inherit;
}




.cfi-featured-image img {
    max-width: 100%;
    height: auto;
}
/*--DOng 16-7 -*/

.breadcrumbs{
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
}
.breadcrumbs i.glyphicon{
    padding-left: 5px;
    padding-right: 5px;
}

.post_cate_desc.nobg h2{
    color: #005AA9;
    font-weight: bold;
    text-align: left !important;
}
.post_cate_desc.nobg {
    background: #fff;
}
.carousel ul li {
  display: table;
}
/* search-sidebar*/
.srch-bar {
    width:100%;
    padding-right: 0;
    position:relative;
    margin: 0 0 15px;
}
.srch-bar input{
    height:35px;
    padding:3px;
    width:100%
}
.butt-sr{
    border: 1px solid #1081b9;
    background: #1081b9;
    color:#fff;
    font-size: 17px;
    line-height: 33px;
    text-align:center;
    width: 32px;
    height: 31px;
    position:absolute;
    top: 2px;
    right: 2px;
}

.butt-sr:hover {
    opacity: 0.8;
}
/* end */
@media screen and (max-width:1140px){
    #main-slider #showcase .showcase-content img{
        width: auto;
        height: 450px;
        max-width: none;
        margin: 0 auto;
        display: block;
    }
    #main-slider .container{
        margin:0 auto !important;
    }
}
@media screen and (max-width:900px){
    #main-slider #showcase .showcase-content img{
        width: auto;
        height: 370px;
        max-width: none;
        margin: 0 auto;
        display: block;
    }
    #main-slider .container{
        margin:-90px auto 0 !important;
    }
}