﻿/********Dbvuong********/

body {
    font-family: 'Arial', sans-serif;
    color: #504b44;
}

@font-face {
    font-family: 'HelveticaNeueCondensed';
    src: url('fonts/HelveticaNeueCondensed.html') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UTM HelvetIn';
    src: url('fonts/UTM%20HelvetIns.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.ellipsis {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

header {
    height: 100px;
}

.logo img {
    width: 220px;
}

form#search-box input.form-control {
    width: 200px;
    border: none;
    height: 20px;
    box-shadow: none;
    font-size: 11px;
    color: #d9d9d8;
}

form#search-box span.input-group-btn button.btn.btn-default {
    border: none;
    margin-left: -35px;
    height: 20px;
    z-index: 2;
    background: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

form#search-box span.input-group-btn button.btn.btn-default:hover {
    background: none;
}

form#search-box .input-group {
    border: solid 1px #c1bcb5;
    -ms-border-radius: 1px;
    border-radius: 1px;
}

form#search-box i.fa.fa-search {
    display: block;
    margin-top: -4px;
    color: #C1BCB5;
}

.social {
    margin-top: 5px;
    border-right: solid 1px #c1bcb5;
}

.social a {
    width: 25px;
    height: 25px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #c1bcb5;
    float: left;
    margin-right: 10px;
    text-align: center;
    padding: 5px 0px !important;
}

.social a i {
    color: #fff;
    display: block;
    font-size: 17px;
    /*margin: 6px 0 0 7px;*/
}

.header .col-md-5 ul.nav.navbar-nav {
    padding: 25px 0;
    float: right;
}

.language {
    padding-left: 10px;
    top: 5px;
}

.language select {
    border: none;
    outline: none;
}

a.logo {
    margin-top: 10px;
    display: block;
    padding-left: 15px;
}

nav.navbar.navbar-default {
    background: #699fce;
    /*border-bottom: solid 3px #fdc22f;*/
    border-radius: 0px;
    border-right: none;
    border-left: none;
    min-height: 40px;
}

.flexslider {
    margin: 0px;
    border: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
}

ul.nav.navbar-nav li {
    /*margin-left: -2px;*/
    height: 100%;
    /*padding-top: 5px;*/
    transition: all 0.4s;
}

.navbar {
    margin-bottom: 0px;
}

#home-slide {
    position: relative;
}

#home-slide ul.flex-direction-nav {
    display: none;
}

/*.Slider .flexslider .slides img {height: 570px;}*/
#home-slide h1.text-slide {
    color: #fff;
    text-align: center;
    /*margin-top: -11%;*/
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'UTM HelvetIn';
}

#home-slide .flex-control-nav {
    z-index: 2;
    bottom: 58px !important;
}

a.flex-active {
    background: #fff !important;
}

.des-slide {
    height: 95px;
    /*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, #fff 100%);text-align: center;*/
    background-color: #fff;
    padding: 25px 15px;
    /*-webkit-box-shadow: 0px -1px 10px 0px rgba(66,63,66,1);
    -moz-box-shadow: 0px -1px 10px 0px rgba(66,63,66,1);
    box-shadow: 0px -1px 10px 0px rgba(66,63,66,1);*/
    display: -webkit-inline-box;
    /*margin: 0 149px;*/
    background-repeat: no-repeat;
    background-position: -6px 0px;
    position: relative;
    line-height: 2;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    /*width: 80%;*/
    margin: auto;
}

.des-slide p {
    color: #000;
    font-size: 12px;
}

.sum {
    text-align: center;
    margin-top: 46px;
    /*position: absolute;*/
}

.main {
    padding: 40px 0px 40px 0px;
}

.item-field {
    position: relative;
}

.main-top .title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    text-align: center;

    /*position: absolute;
    top: 0px;
    left: 25px;
    text-shadow: 2px 2px #000;*/
}

.main-top .title h2 a {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.main-img {
    position: relative;
}

.main-img img {
    width: 100%;
    height: 200px;
    transition: all 0.4s;
}

.main-top .description {
    position: absolute;
    bottom: -10px;
    padding: 5px 9px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 10px 15px 10px 0px;
    min-height: 60px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    width: 100%;

}

.main-top .description p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

div#partner-carousel {
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}

div#partner-carousel .slides img {
    height: 155px;
    border-bottom: solid 3px #fdc335;
}

div#partner-carousel ol.flex-control-nav.flex-control-paging {
    display: none;
}

.main-top {
    padding: 25px 0;
    /*box-shadow: 0px 5px 5px rgba(0,0,0,0.2),0px -5px 5px rgba(0,0,0,0.2);*/
    position: relative;
    z-index: 999;
    background-color: #f8f6f3;
    /*box-shadow: 2px -1px 24px 0px rgba(0,0,0,.5);*/
    margin-top: -5px;
}

div#partner-carousel ul.slides li {
    margin-right: 30px;
}

.flex-direction-nav a:before {
    display: none;
}

i.fa.fa-angle-left, i.fa.fa-angle-right {
    font-size: 35px;
    color: #ccc;
    opacity: 1;
    margin-top: 2px;
}

.flex-direction-nav .flex-prev {
    left: 20px;
    opacity: 1;
}

.flex-direction-nav .flex-next {
    right: 20px;
    opacity: 1;
}

.flexslider:hover .flex-prev {
    left: 20px !important;
}

.flexslider:hover .flex-next {
    right: 20px !important;
}

.main-title span {
    font-size: 13.75px;
    color: #fff;
    /*padding-left: 10px;*/
}

.main-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-bottom: 5px solid #fdc335;
    /*padding: 5px 0px;*/
    padding: 5px 0px 5px 10px;
}

.activity ul li {
    list-style: none;
    border-top: solid 1px #ccc;
    padding: 15px 0;
}

.main-bottom .activity ul li {
    padding: 15px 0 15px 0px;
}

.activity ul {
    padding: 0px;
}

.activity ul li a {
    color: #000;
    font-size: 12px;
}

.activity ul li a:hover, .top-footer ul li a:hover, .list-video a:hover {
    text-decoration: none;
}

.list-video a {
    color: #000;
    padding-left: 10px;
}

.list-video li {
    margin-bottom: 13px
}

/*.list-video {
    padding: 5px 0;
}*/

.main-bottom h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px 12px 0px;
}

.title-video {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.list-video a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background: url('img/arrow.png') no-repeat;
    background-position: 0 1px;
    float: left;
    padding-left: 20px;
    display: inline-block;
}

.about p {
    color: #000;
    font-size: 13px;
    padding-top: 10px;
    text-align: justify;
}

.main-bottom img {
    width: 100%;
}

.footer {
    background: #504b44;
}

.top-footer ul li {
    list-style: none;
}

.top-footer ul {
    padding: 0px;
}

.top-footer ul li a {
    color: #fff;
    font-size: 13px;
}

.top-footer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.top-footer {
    padding-top: 25px;
}

.top-footer .col-md-3 {
    border-left: solid 1px #736f69;
    height: 175px;
}

.bottom-footer a, .bottom-footer {
    color: #fff;
    font-size: 12px;
    /*border-right: solid 2px #736f69;
    padding: 0px 10px 0px 4px;*/
}

.bottom-footer p {
    color: #fff;
    font-size: 13px;
}

.bottom-footer .footer-menu li { /*float: left;*/
    display: inline-block;
}

.bottom-footer .footer-menu li a {
    border-right: solid 2px #e4e4e4;
    padding: 0px 8px
}

.bottom-footer .footer-menu li:first-child a {
    padding-left: 0px;
}

.bottom-footer .footer-menu li:last-child a {
    border-right: none;
}

.bottom-footer {
    background: #353535;
    padding: 15px 0 12px 0px;
}

.bottom-footer.col-md-12 .col-md-8 {
    padding-left: 0px;
}

.footer-social a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c1bcb5;
    display: block;
    margin-right: 5px;
    float: left;
    border: none;
}

.footer-social {
    display: inline-block;
    margin-left: 10px;
}

.footer-social i.fa.fa-twitter, .footer-social i.fa.fa-pinterest-p, .footer-social i.fa.fa-facebook, .footer-social i.fa.fa-linkedin-square {
    color: #353535;
    display: block;
    margin-top: 3px;
    font-size: 9px;
}

.top-footer.col-md-12 {
    padding-bottom: 20px;
}

.main-img img {
    -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.item-field:hover .title h2 a {
    opacity: 1;
}

.item-field:hover .description {

    opacity: 1;
}

/*.main-bottom .col-md-4 {
    padding-top: 20px;
    padding-bottom: 30px;
}*/

.social a:hover {
    background-color: #fdc22f !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*************************New************/
#Subheader {
    /*background-image: url("img/subheader.png");
    background-position: -100px -100px;*/
    height: 100%;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

div#Subheader {
    height: 100px;
}

/*.new .col-left {
    padding-right: 0px;
}*/

.title-hot a {
    font-size: 18px;
    font-weight: bold;
    color: #fdc22f;
    text-decoration: none;
    line-height: 1.3;
}

.sum-hot p {
    color: #e1d4c2;
    font-size: 14px;
    line-height: 1.5;
}

.date-new .col-md-3 {
    padding: 15px 0px;
    border-bottom: solid 1px #4d4c4a;;
    width: 17%;
    margin-right: 15px;
    min-height: 85px;
    /*max-height: 135px;*/
}

.date-new .col-md-3 a {
    width: 45px;
    height: 45px;
    background-color: #9f978c;
    display: block;
    color: #fff;
}

.date-new .col-md-3 a p {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}

.date-new .col-md-3 a span {
    font-size: 30px;
    display: block;
    margin-left: 5px;
    margin-top: -15px;
    font-weight: bold;
}

.date-new .col-md-9 {
    padding: 10px 10px 0px;
    border-bottom: solid 1px #c5bcab;
    display: -webkit-box;
    /*min-height: 135px;
    max-height: 135px;*/
    min-height: 85px;
    overflow: hidden;
}

.date-new .col-md-9 a {
    font-size: 14px;
    font-weight: bold;
    max-height: 76px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.text-crop-4 {
    display: -webkit-box;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 4;
    line-height: x;
    max-height: x *4;
    -moz-box-orient: vertical;
}

.img-new img {
    min-height: 155px;
    max-height: 155px;
}

.list-new .col-md-4 {
    /*height: 270px;*/
    /*padding-right: 0px;*/
    margin-bottom: 35px;
}

.list-new .col-md-4:hover .date-new .col-md-3 a {
    background-color: #fdc22f;
}

/*.list-new.col-md-12 {
    padding: 30px 0;
}*/

.date-new .col-md-3 a:hover {
    text-decoration: none;
}

.project-right h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0px;
    margin-bottom: 5px;
}

.project-right h3 a {
    color: #504b44;
    text-decoration: none;
}

.project-right .col-md-8 {
    padding: 0px;
}

.project-right .col-md-8 p {
    font-size: 11px;
}

.list-pro.col-md-12 {
    padding: 15px 0px;
    border-bottom: solid 1px #cccccc;
}

.list-pro.col-md-12:last-child {
    border-bottom: none;
}

.project-right a.btn.btn-default {
    padding: 10px 82px;
    margin-top: -3px;
    background-color: #9f978c;
    color: #fff;
    font-size: 11px;
    background-image: none;
    -ms-text-shadow: none;
    text-shadow: none;
}

.title-pj {
    position: relative;
}

.title-pj h2 {
    margin-top: -5px;
    position: relative;
    background: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #504b44;
    padding-right: 10px;
    z-index: 2;
}

.title-pj .line {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #699fce;
    top: 32%;
    left: 0px;
    z-index: 1;
}

.about-right {
    padding-top: 30px;
}

.about-right img {
    padding-bottom: 10px;
}

.about-right p {
    line-height: 1.5;
    font-size: 14px;
}

.about-right a {
    color: #9f978c;
    font-size: 14px;
}

.about-right a:hover {
    text-decoration: none;
}

/*************************New-Detail************/
.article-top.col-md-12 .col-md-4 {
    height: 335px;;
    background-color: #504b44;
    padding: 30px;
}

.article-top.col-md-12 .col-md-4 p {
    color: #e1d4c2;
    font-size: 14px;
}

.article-top.col-md-12 .col-md-8 {
    padding-left: 0px;
    height: 335px;
}

.article-top.col-md-12 h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}

.description {
    /*text-align: justify;*/
    margin-bottom: 10px;
}

.author .col-md-12 {
    background-color: #f0eae2;
    border: solid 1px #ccc;
    padding: 0 35px;
}

.date-create p {
    color: #999999;
    font-size: 12px;
}

.date-create {
    padding: 20px 0px 30px 0px;
}

.new .featured {
    background: #504b44;
    /*padding: 20px 30px;*/
    min-height: 335px;
}

.description img {
    margin: 10px 0;
}

/*************************Contact************/
#contact.main-content {
    margin-top: 0px;
}

.send-question h2 {
    font-size: 18px;
}

.send-question h5 {
    border-bottom: 1px solid #cccccc;
    margin-top: 2px;
}

.send-question p {
    font-size: 11px;
    color: #990000;
}

.question h3 {
    font-size: 14px;
    font-weight: bold;
}

.question h3 span {
    color: #ffcc5d;
}

.question input {
    height: 40px;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dce2e8;
    box-shadow: none;
    outline: none;
}

.question select {
    height: 40px;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dce2e8;
    box-shadow: none;
    outline: none;
    padding-left: 15px;
}

textarea.form-control {
    background-color: #f7f7f7;
}

.content-messages h3 {
    font-size: 14px;
    font-weight: bold;
}

.txt-area {
    height: 180px;
    width: 100%;
    background-color: #f7f7f7;
    box-shadow: none;
    border: 1px solid #dce2e8;
    outline: none;
}

.captcha {
    height: 75px;
    width: 100%;
    background-color: #ececec;
    margin-top: 10px;
}

.send-question .btn.btn-default {
    margin-top: 15px;
    margin-bottom: 45px;
    padding: 10px 57px;
    color: #000;
    background-color: #ffcc33;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    border-radius: 0%;
    -ms-text-shadow: none;
    text-shadow: none;
    background-image: none;
}

.info-contact h4 {
    margin-top: 25px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

.info-contact p {
    font-size: 14px;
    margin-bottom: 10px;
}

.info-contact p i {
    line-height: 1.4;
    margin-right: 8px;
}

.map {
    margin-top: 30px;
    height: 380px;
}

/*.send-question1 {
    margin-top: 27px;
}*/

.captcha form a img {
    float: right;
    margin-top: 6px;
    margin-right: 9px;
}

.captcha form input {
    margin-left: 18px;
    margin-top: 34px;
    transform: scale(1.5);
}

.www {
    margin-bottom: 45px;
}

/*************************Project************/
.main-project {
    margin-top: 25px;
}

.menu-project ul li {
    margin-bottom: 12px;
    margin-right: 22px;
}

.menu-project ul li a {
    font-size: 14px;
    color: #000;
    list-style: none;
}

.menu-project ul li a:hover {
    font-size: 14px;
    color: #e3b65d;
    list-style: none;
    text-decoration: none;
    box-shadow: none;
}

.menu-project ul li img {
    margin-right: 5px;
}

.menu-project ul li.field {
    margin-left: 0px;
    /*margin-right: 52px;*/
}

.menu-project ul li.active {
    color: #e3b65d;
    position: relative;
}

.menu-project ul li.active a {
    color: #e3b65d;
    text-decoration: none;
    list-style: none;
}

.menu-project ul li ul li {
    display: none;
}

.menu-project ul li.active ul li {
    display: block;
    position: absolute;
    margin-left: -22px;
}

.menu-project .nav.nav-tabs {
    border-bottom: 1px solid #504b44;
}

.project-top {
    margin-top: 30px;
}

.img-top-left {
    width: 100%;
    height: 230px;
}

.project-top .col-md-6 {
    padding-left: 0px;
    padding-right: 2px;
}

.project-middle {
    margin-top: 75px;
}

.project-middle .col-md-6 {
    padding-left: 0px;
    padding-right: 2px;
}

.project-foot {
    margin-top: 30px;
    margin-bottom: 135px;
}

.project-foot .col-md-6 {
    padding-left: 0px;
    padding-right: 2px;
}

.img-top-left img {
    width: 100%;
    height: 100%;
}

.img-top-center {
    height: 230px;
}

.img-top-center .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.img-top-center img {
    width: 100%;
    height: 100%;
}

.project-top .row, .project-middle .row, .project-foot .row {
    margin-left: 0px;
}

.content-project-top {
    /*margin-left: 30px;*/
    /*margin-right: 250px;*/
    margin-bottom: 60px;
    margin-top: 30px;
}

.content-project-top span {
    font-size: 18px;
    font-weight: bold;
}

.project-list-pro.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-top: 15px;
    border-bottom: solid 1px #9f978c;
}

.content-project-top p {
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 15px;
    /*text-align: justify;*/
}

.content-project-top div {
    display: inline-block;
}

.line-border-left {
    border-top: 1px solid #504b44;
    width: 45px;
    float: left;
    display: block;
}

.line-border-right {
    border-top: 1px solid #c5bbae;
    width: 215px;
    float: left;
    display: block;
    margin-left: 5px;
}

.project-list-pro.col-md-12 p {
    margin-top: 8px;
}

.project-list-pro .col-md-4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.project-about-right {
    padding-top: 30px;
}

.project-about-right img {
    padding-bottom: 10px;
    margin-top: 25px;
}

.project-about-right p {
    line-height: 1.5;
    font-size: 14px;
}

.project-about-right a {
    color: #9f978c;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}

.project-about-right a:hover {
    text-decoration: none;
}

.project-title-pj h2 {
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: 80px 8px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.video1 img {
    height: 145px;
    width: 100%;
}

.video1-title {
    margin-top: 15px;
    margin-bottom: 25px;
    border-left: 1px solid #9f978c;
}

.video1-title p {
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.zoom {
    width: 400px;
    height: 220px;
    padding: 10px;
    margin: -220px 13px 0px 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.4s;
}

.zoom:hover {
    transition: all 0.4s;
    opacity: 1;
    position: absolute;
}

.zoom .icon-zom {
    text-align: center;
    display: block;
    margin-top: 70px;
    color: #fdc22f;
    font-size: 40px;
}

.text-crop-2 {
    display: -webkit-box;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    line-height: x;
    max-height: x *2;
    -moz-box-orient: vertical;
}

.text-crop-4 {
    display: -webkit-box;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 4;
    line-height: x;
    max-height: x *4;
    -moz-box-orient: vertical;
}

.main-bottom h3 a {
    color: #3b3732;
    text-decoration: none;
}

.thumb {
    max-height: 335px;
}

.thumb img {
    min-height: 335px;
    max-height: 335px;
    width: 100%;
}

.article-top h1 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: bold;
}

.content-project-top a, .summary a {
    color: #504b44;
    text-decoration: none;

}

.content-project-top a:hover, .summary a:hover {
    text-decoration: none;
}

.video img {
    margin-bottom: 5px;
}

.areas {
    margin-left: -5px;
}

.info-contact {
    text-align: justify;
}

.paddright0 {
    padding-right: 0px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0px;
}

.question .form-control:focus, .question select:focus {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.paddright0 {
    padding-right: 0px;
}

h3.title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-bottom: 5px;
    font-family: 'UTM HelvetIn';
    color: #999999;
    margin-top: 0;
}

.yellow {
    color: #ffc962;
}

/*breadcrumb*/
.breadcrumb {
    background-color: transparent;
}

#Subheader .breadcrumb li, #Subheader .breadcrumb li a {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4;
    text-shadow: 1px 2px 4px #716F6F;
}

.fa-clock-o {
    padding-right: 5px;
}

.list-pro p {
    margin-bottom: 0;
    color: #504b44;
}

/*introduction*/
.mart {
    color: #504b44;
    margin-bottom: 30px;
}

.mart-mid {
    background-color: #f2f2f2;
    margin-top: 24px;
    font-size: 13px;
}

/*.mart-mid .row {
    margin-right: -15px;
}*/

.mart-text {
    margin-top: 30px;
    margin-left: 20px;
    text-align: justify;
    margin-right: -10px;
    line-height: 1.3;
}

.mart-text-two {
    margin-top: 66px;
    margin-left: -45px;
    margin-right: 20px;
    text-align: justify;
    line-height: 1.3;
}

.mart-title {
    font-size: 24px;
    color: #fdb500;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.mart-content .list-inline > li {
    padding-right: 30px;
}

/*.mart-content img {
    margin-right: 5px;
}*/

.mart-content p {
    margin: 0 0 15px;
}

.mart-content ul {
    margin-bottom: 20px;
}

.adverd img {
    max-width: 100%;
    height: auto;
}

.info {
    /*background-color: #fff;8 */
    /* background-image: url("img/abana.jpg");*/
    -webkit-box-shadow: inset 0 0 12px rgba(66, 63, 66, 1);
    box-shadow: inset 0 0 12px rgba(66, 63, 66, 1);
    padding: 27px 20px 12px;
    text-align: justify;
    font-size: 13px;
    color: #504b44;
    margin-bottom: 40px;
}

.info-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.info p {
    margin: 0 0 10px;
}

.adverd {
    margin-bottom: 30px;
}

.divider {
    height: 1px;
    width: 80px;
    color: #fff;
    background-color: #000;
    margin-bottom: 12px
}

/*video*/

#video .list-new.col-md-12 {
    padding: 0px;
}

/*faq*/
a.down.pull-right {
    width: 20px;
    height: 20px;
    border: solid 2px #ccc;
    border-radius: 50%;
    text-align: center;
    color: #ccc;
    font-size: 13px;
    margin-top: 25px;
}

.fix.col-md-1.no-padding {
    width: 5%;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

a.number:hover {
    text-decoration: none;
}

a.number {
    color: #000;
    background: #fec12b;
    border-radius: 3px;
    padding: 8px 12px;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    width: 30px;
    height: 30px;
}

.col-md-10.ques h2 {
    font-size: 14px;
    font-weight: bold;
}

.col-md-12.border {
    border-bottom: solid 1px #f0f0f0;
    padding: 10px;
}

.bore .col-md-11.no-padding {
    width: 95%;
}

.bore .col-md-11.no-padding .col-md-2 {
    padding-right: 0px;
}

.ques h2 {
    margin-top: 25px;
}

/******** linh vuc**************/

#Subheaderfield .breadcrumbfield h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 10px;
}

#Subheaderfield .breadcrumbfield {
    background-image: url("img/subheaderfield.html");
    background-position: -100px -100px;
    height: 100%;
    border-radius: 0px;
}

div#Subheaderfield {
    height: 100px;
}

.project-top-field {
    margin-top: 0px;
}

.project-top-field .row, .project-middle .row, .project-foot .row {
    margin-left: 0px;
}

.project-top-field .col-md-6 {
    padding-left: 0px;
    padding-right: 2px;
}

.line-border-left-field {
    border-top: 1px solid #504b44;
    width: 45px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    display: block;
}

.line-border-right-field {
    border-top: 1px solid #c5bbae;
    width: 215px;
    position: absolute;
    bottom: -10px;
    left: 45px;
    display: block;
    margin-left: 5px;
}

.content-project-top-field {
    width: 100%;
    padding-left: 30px;
    margin-right: 250px;
    margin-bottom: 25px;
}

.content-project-top-field span {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.content-project-top-field p {
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.project-top-field .row {
    padding-bottom: 30px;
}

.images.thumbnail {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    border-radius: 0;
}

.images.thumbnail img {
    max-height: 100%;
    max-width: 100%;
}

.project-list-pro .sub-logo {
    padding-left: 5px;
    font-weight: bold;
    padding: 10px;
}

.field-right h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px;
}

.field-right .col-md-8 {
    padding: 0px;
}

.field-right .col-md-8 p {
    font-size: 11px;
}

.field-right a.btn.btn-default {
    padding: 10px 82px;
    margin-top: -3px;
    background-color: #9f978c;
    color: #fff;
    font-size: 11px;
}

.project-top-field .col-md-12 .row {
    padding-bottom: 0px;
}

.project-top-field .col-md-12 .row img {
    width: 100%;
}

.project-top-field .col-md-12 {
    padding-left: 15px;
    padding-right: 0px;
}

.field {
    margin-bottom: 30px;
}

.field-right .project-list-pro {
    margin-bottom: 17px;
}

.content-project-top-field a {
    text-decoration: none;
    color: #504b44;
}

.paddright {
    padding-right: 0px;
}

.trademark .title-pj {
    margin-bottom: 10px;
}

/******Menu sub*******/
/******Menu sub*******/
/*
.child:hover .sub-menu ul {
    width: 1501px;
    left: -652px;
    transition: all 0.4s;
}
.child ul{
    list-style: none;
}
    #bs-example-navbar-collapse-1 .nav.navbar-nav li:focus, .nav.navbar-nav li:hover .sub-menu ul {
    z-index: 9999;
}
.sub-menu { transition: all 0.4s;}
.sub-menu ul li a{
  text-transform: none!important;
      text-decoration: none;
}
.sub-menu ul{background: #f9ad2e; position: absolute; width: 801%;left: -200%; height: 35px; display:inline-flex;top:55px;list-style: none;border: none;outline: none;box-shadow: none;z-index: -100;}
.sub-menu ul li a{margin-top: 2px;left: 100px; color: black!important}
.sub-menu ul li{padding-top:7px!important}
.sub-menu ul li:first-child{margin-left: 375px}
*/

/*div#bs-example-navbar-collapse-1 ul.nav.navbar-nav li a {color:#fff; font-size: 12px;text-transform: uppercase;padding:0px 38px;}
div#bs-example-navbar-collapse-1 {height: 55px !important;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav {height: 100%;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav li:hover {background: #fdc22f;transition:all 0.4s;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav .active {background: #fdc22f;transition: all 0.4s;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav .active a { background: none; box-shadow: none;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav li:first-child a { padding: 0px 20px;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav li:hover a {border-right: solid 1px #fdc22f !important;transition:all 0.4s;}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav li:last-child a{border-right: none !important;}*/

.main-navigation.nav.navbar-nav > li {
    margin-left: 0px;
    padding-top: 0px;
}

.main-navigation.nav.navbar-nav > li > a {
    margin-top: 0px;
    padding: 10px 42px;
    color: #fff;
    position: relative;
    font-size: 14px;
    text-transform: uppercase
}

.main-navigation.nav.navbar-nav > li:first-child > a {
    padding: 10px 42px
}

.main-navigation.nav.navbar-nav > li > a:hover,
.main-navigation.nav.navbar-nav > li:hover > a,
.main-navigation.nav.navbar-nav > li > a:hover,
.main-navigation.nav.navbar-nav > li.active > a,
.navbar-default .navbar-nav.main-navigation > .active > a {
    color: #3b3732;

    -webkit-transition: all 0.4s;
}

.main-navigation.nav.navbar-nav > li:last-child > a:after, .main-navigation.nav.navbar-nav > li > a:hover:after {
    display: none
}

.main-navigation.nav.navbar-nav > li > a:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: -1px;
    top: 40%
}

.main-navigation.nav.navbar-nav > li > a:hover:after,
.main-navigation.nav.navbar-nav > li:hover > a:after,
.navbar-default .navbar-nav.main-navigation > .active > a:after {
    right: 1px;
    display: none
}

.main-navigation.nav.navbar-nav > li.child {
    position: static
}

.main-navigation.nav.navbar-nav > li .sub-menu {
    padding: 0px 0px 0px 10%;
    margin: 0px; /*text-align: center*/;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 1000;
    background-color: #d9edf7;
    /*background-color: rgba(0,0,0,0.5);*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    transition: visibility 0s, opacity 0.4s linear;
    -ms-opacity: 1;
    opacity: 0;

}

.main-navigation.nav.navbar-nav > li.child:hover .sub-menu {
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
}

.main-navigation.nav.navbar-nav > li .sub-menu.direction-nav {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.main-navigation.nav.navbar-nav > li .sub-menu.direction-nav li a {
    color: #fff;
}

.main-navigation.nav.navbar-nav > li .sub-menu li a {
    color: #3b3732;
    padding: 0px 20px;
    font-size: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

/*.main-navigation.nav.navbar-nav > li .sub-menu li a:hover {*/
/*text-decoration: none;*/
/*color: #fff;*/
/*}*/

.main-navigation.nav.navbar-nav > li .sub-menu li {
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/;
    margin: 0px;
    line-height: 35px;
}

.main-navigation.nav.navbar-nav > li .sub-menu li:last-child a {
    border-right: none;
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav {
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
    text-align: left;
    z-index: 900;
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav ul {
    padding: 0px;
    margin: 0px
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav li a {
    padding: 0px;
    text-decoration: none
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav li a:hover {
    text-decoration: none;
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav li.separator .fa,
.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav li.separator .fa:before {
    font-size: 13px; /*color: #3b3732*/
    color: #fff
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav li.direction-next {
    margin-right: 30px;
}

.main-navigation.nav.navbar-nav > li.child .sub-menu.direction-nav li.direction-prev {
}

.language .dropdown-menu {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px !important;
    /*background: none;*/
}

.language .dropdown-menu > li > a {
    padding: 5px 20px;
}

.language .dropdown-menu > .active > a, .language .dropdown-menu > .active > a:hover, .language .dropdown-menu > .active > a:focus {
    background-color: #504b44;
    background-image: none;
}

.language .dropdown:hover .dropdown-menu {
    top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: block;
    border: none;
    transition: all 0.4s;
}

/******area*******/

.sub-logo a, #search-result a {
    color: #504b44;
    text-decoration: none;
}

/******sitemap*******/

.logo-slide {
    margin-bottom: 60px;
}

.level2 {
    padding-left: 0;
}

.logo-slide .owl-carousel .owl-item img {
    width: inherit;
}

@
*.logo-slide .thumbnail img {
    height: 100%;
}

*@
.logo-slide .thumbnail {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 13px;
    height: 100px;
}

/*************************fix footer************/
.middle-footer {
    padding: 10px 0px;
    border-bottom: 1px solid #a6a6a6;
    background-color: #353535;
}

.input-search-footer .col-md-8 .input-group .form-control {
    height: 30px;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    /*color: #858585;*/
    color: #fff;
    background-color: #4a4a4a;
    border: none;
}

.input-search-footer .col-md-4 p {
    font-size: 12px;
    color: #fff;
    float: right;
    margin-bottom: 0px;
    padding-top: 8px;
}

.input-search-footer .col-md-8 .input-group .input-group-btn .btn.btn-default {
    border-radius: 0;
    text-align: center;
    padding: 0px 0px;
    margin-left: 5px;
    background: #504b44;
    border: none;
    color: #fff;
    outline: none;
    padding: 5px 20px;
    text-shadow: none;
    text-transform: uppercase;
}

.middle-footer .container .col-md-7 {
    padding-right: 0px;
}

.input-search-footer .col-md-8 .input-group {
    padding-top: 2px;
}

.middle-footer .container .col-md-5 .footer-social a {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c1bcb5;
    display: block;
    margin-right: 10px;
    float: left;
    border: none;
}

.middle-footer .container .col-md-5 .footer-social {
    display: inline-block;
    margin-left: 0px;
    margin-top: 8px;
}

.middle-footer .container .col-md-5 .footer-social i.fa.fa-twitter, .middle-footer .container .col-md-5 .footer-social i.fa.fa-pinterest-p, .fa-google, .fa-youtube, .middle-footer .container .col-md-5 .footer-social i.fa.fa-facebook, .middle-footer .container .col-md-5 .footer-social i.fa.fa-linkedin-square {
    color: #353535;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

.container-fluid {
    padding: 0;
}

/*************************Customer CHIENDAICA************/
.owl-product {
    position: relative;
    overflow: hidden;
    max-height: 156px;
}

.owl-product .img-thumbnail {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.logo-pages {
    margin: 0px;
    display: block;
}

.header .navbar-nav {
    float: right;
    margin: 27px 0px 20px 0px;
}

.language .color-black {
    padding: 3px 0px;
    color: #000;
}

.language .color-black:hover, .language .color-black:focus, .language.open .color-black, .language.open .color-black:hover, .language.open .color-black:focus {
    background-color: #fff;
}

.list-icon img {
    margin-right: 6px;
}

.owl-item-project {
    padding: 0px 1px;
    position: relative;
}

.owl-item-project .hover-img {
    position: absolute;
    background-color: rgba(80, 75, 68, 0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    text-align: center;
    transition: all .3s ease-in-out;

}

.owl-item-project:hover .hover-img {
    opacity: 1;
    transform: scale(1);
}

.owl-item-project .hover-img span {
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    color: #fdc22f;
    font-size: 30px;
    line-height: 70px;
    position: absolute;
    top: 30%;
    left: 41%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.owl-item-project .img-thumbnail {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    min-height: 180px;
    overflow: hidden;
}

.fb_iframe_widget iframe {
    margin-top: -5px;
    display: block;
    width: 100%;
    z-index: 999;
}

.new {
    background-color: #504b45;
    overflow: hidden
}

.grid {
    float: left;
}

.grid-col-8 {
    width: 66.66666667%;
    position: relative;
}

.grid-col-4 {
    width: 33.33333333%;
    position: relative;
}

.summary-article {
    padding: 20px 20px 15px;
}

a:hover {
    color: #fdc22f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

#resgister.btn.btn-default:hover {
    color: #fdc22f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.mart-content img {
    margin-right: 5px;
}

.mart-content li a {
    color: #504b44;
}

.mart-content ul {
    list-style: none;
}

.list-project {
    background-color: #f8f8f8;
    padding: 5px;
}

.list-project ul {
    margin-bottom: 0px;
}

.list-project ul li a {
    font-size: 12px;
    color: #000;
}

.list-project ul li a:hover {
    color: #fdc22f;
}

.list-project ul li .fa {
    margin-right: 3px;
}

.menu-project ul li.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("img/tri-angle11.png") #f8f8f8;
    bottom: -16px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 11px;
    height: 11px;

}

.banner img {
    max-width: 100%;
}

.mainbottom {
    background-color: #efefef;;
}

.logo-slide .thumbnail {

    background-color: transparent;

}

/* partner */
.partner-img {
    border: 1px solid #e8e8e8;
    min-height: 170px;
    text-align: center;
}

.group {
    margin-bottom: 30px;
    font-size: 13px;
}

.group .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #504b44;
}

.group .title {
    margin-bottom: 5px;
}

.group .title:hover {
    color: #fdc22f;
}

.partner-img {
    margin-bottom: 15px;
}

.thumbnail-inner {
    border: 1px solid #e8e8e8;
    min-height: 170px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.thumbnail-inner img {
    max-height: 100%;
    max-width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.thumbnail-inner {
    overflow: hidden;
}

.thumbnail-inner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumbnail-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.flex-direction-nav .flex-next {
    right: 0px;
    opacity: 1;
    background-color: #000;
    text-align: center;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    display: none;
    background-color: #000;
    text-align: center;

}

.flex-direction-nav .flex-next, {
    right: 0px;

}

.flex-direction-nav .flex-prev {
    left: 0px;
}

#about-slide.flexslider:hover .flex-next {
    right: 0px !important;
}

#about-slide.flexslider:hover .flex-prev {
    left: 0px !important;
}

#about-slide.fa.fa-angle-left, i.fa.fa-angle-right {
    color: #fff;
    margin-top: 2px;
}

.trademark .thumbnail {
    border: 0px;

}

.images.thumbnail {
    opacity: 1;
}

.project-list-pro:hover .images.thumbnail {
    opacity: 1;
}

.project-list-pro:hover .sub-logo {
    opacity: 1;
    color: #fff;
    webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.project-list-pro:hover .sub-logo a {

    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.project-list-pro .sub-logo a {

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sub-logo {
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 97%;
    color: #fff;
}

.field-right .project-list-pro {
    position: relative;
}

.trademark a:hover {
    color: #fff;
}

.tick {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.white {
    opacity: 0;
}

#about-slide .flex-control-nav {
    z-index: 99;
    bottom: 5px;
}

/* introduction*/
.bg-about {

    background-image: url("img/bg-introduction.html");

}

.project-list-pro .images a img {
    opacity: 0.5;
}

.breakcrumb-partner .breadcrumb {
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
}

.breakcrumb-partner .breadcrumb a {
    text-decoration: none;
    color: #504b44;

}

.breakcrumb-partner .breadcrumb > .active {
    color: #777;

}

.breakcrumb-partner .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    font-family: FontAwesome;
    content: "\f101";
}

.prject-title {
    margin-bottom: 10px;
}

.prject-title a, .summary a {
    color: #504b44;
    text-decoration: none;
}

.prject-title span {
    font-size: 18px;
    font-weight: bold;
}

/* sitemap */
#sitemap ul {
    list-style: none;
}

#sitemap hr {
    margin: 0px;

}

.level2 {
    padding-left: 0px;
}

.level2 a {

    text-indent: 20px;
}

#sitemap a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fdc22f;
}

#sitemap a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;

}

/* Navfix*/
.menu-scroll {
    position: fixed !important;
    top: 0px;
    z-index: 1000;
    min-width: 100%;
}

#nav-fix .header {
    background-color: #fff;
}

.prject-title img {
    vertical-align: initial;
}

.white-space {
    padding: 10px;
}

/*.fancybox-overlay {
    z-index: 999999999999;
}
div.mce-tinymce-inline{
	z-index: 99999999 !important;
}*/

.breakcrumb-partner {
    border-bottom: 1px solid #ddd;
    margin-top: -29px;
    margin-bottom: 10px;
}

#partner.breakcrumb-partner {
    border-bottom: 1px solid #ddd;
    margin-top: -19px;
    margin-bottom: 10px;
}

.menu-project-en ul li {
    margin-left: 5px;
}

.menu-project-en ul li a, .menu-project-en ul li a:hover {
    font-size: 13px;
}

.menu-project-en ul li img {
    margin-right: 2px;
}

/*align justify*/
.mart-content, .field .content-project-top-field p, .content-project-top p, .partner-text, .description {
    text-align: justify;
}

.scrollToTop {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    background: url('arrow_up.html') no-repeat 0px 20px;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop {
    z-index: 9999999999;
    background: url('../img/top1.png');
    width: 40px;
    height: 40px;
    padding-top: 5px;
}

.scrollToTop .fa {
    color: #fdc22f;
}

form#search-box .input-group {

    position: relative;
}

#search-box .error-label.error {
    position: absolute;
    top: 25px;
    left: 0px;
    color: #F53838;
    font-size: 10px;
}

/*.thumbnail-field-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.thumbnail-field-img  img {
    -webkit-transform: scale(1);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.thumbnail-field-img:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/

.logo-pages p {
    margin: 0px;
}

.kb-field-empty {
    display: none !important;
}

.vjs-default-skin .vjs-big-play-button {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.box-slider {
    position: absolute;
    bottom: -37px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.Slider {
    margin-bottom: 37px;
}

/*video*/
.vjs-default-skin .vjs-big-play-button {
    font-size: 1em;
}

.yotube-play-btn {
    background-image: url("img/lightbox-play.png");
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    /*top: 35%;
    left: 45%;*/
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-repeat: no-repeat;
}

.search-title {
    font-weight: 400;
    font-size: 18px;
}

.search-sum {
    font-size: 12px;
    margin-top: 10px;
    height: 35px;
}

#search-result ul {
    list-style: none;
    padding-left: 0;
}

.youtube-thumbnail-boder {
    position: relative;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn-default:focus {
    outline: none;
}

#pagination a {
    padding: 5px 10px;
    background-color: #9f978c;
    color: #fff;
}

#pagination .current {
    background-color: #fdc22f;
    padding: 5px 10px;
}

.sum-hot {
    max-height: 250px;
    overflow: hidden;
    text-align: justify;
    word-spacing: -1px;
}

.news-default.sum-hot {
    max-height: 170px;
}

.video-right.project-right img {
    width: 100%;
}

#html5-watermark {
    display: none !important;
}

#twitter-widget-0 {
    margin-left: -35px;
}

.title-pages {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #EAEAEA;
  padding: 0 0 6px 0;*/
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.description table {
    border: none;
}

.description table td {
    padding: 20px;
}

.title-products {
    margin: 20px 0px;
}

.slogan {
    padding-top: 30px;
}

.slogan a {
    color: #28348d;
    font-size: 25px;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
}

.slogan a span {
    color: #ca2633
}

.title-a {
    color: #504b44;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.img-partner a {
    width: 233px;
    height: 91px;
}

.img-partner a img {
    width: 100%;
    height: 91px;
}

/*doan sua menu*/
.navbar-inverse {
    background-image: linear-gradient(to bottom, #699fce 0%, #699fce 100%);
}

.navbar-inverse {
    background-color: #699fce;
    border-color: #699fce;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
}
.logo-pages {
    margin-top:-10px;

}

ul.nav.navbar-nav > li {
    padding: 7px 15px;
}

@media (max-width: 767px){

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}
.dropdown-menu{
    /*left: 25px;*/
}
.navbar{
    min-height: 40px;
}
.navbar-nav > li > .normal{
    width: 100%;
    background: rgba(203, 227, 249, 0.81);
}
.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
li.normal:hover{
    background: #447ebd;
}
li.dropdown.child.normal:hover ul.dropdown-menu.sub-menu{
    display: block;
}