@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(multi-row-grid.css);
@import url(owl.carousel.css);
@import url(menu_bar.css);
@import url(slider-pro.css);
@import url(magnific-popup.css);
@import url(magiczoomplus.css);
@import url(settings.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mmenu.all.css);
/*

    1. Reset

    2. Header

    3. Content

    4. Footer

    */
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: 'tahoma';
    src: url(../fonts/tahoma.ttf) format("woff"); 
}
@font-face {
    font-family: 'tahoma bold';
    src: url(../fonts/tahomabd.ttf) format("woff"); 
}

/**
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; 
}

body {
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #000;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    clear: both; 
}

h1 {
    font-size: 2em;
    margin: 0.67em 0; 
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle; 
}

a {
    text-decoration: none;
    color: #333333; 
}

a:hover {
    color: #295474;
    text-decoration: none; 
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; 
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
}

*, *:before, *:after {
    box-sizing: border-box; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; 
}

ul {
    list-style: none;
    padding: 0; 
}

ul:after, section:after {
    content: '';
    clear: both;
    display: block; 
}

small {
    font-size: 80%; 
}
.abs-styl{
    position: absolute;
}
.rev-styl{
    position: relative;
}
.zindex-1{
    z-index: 1;
}
.zindex-2{
    z-index: 2;
}
.zindex-3{
    z-index: 3;
}
.zindex-4{
    z-index: 4;
}
.zindex-5{
    z-index: 5;
}
.zindex-9{
    z-index: 9;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mar-15{
    margin: 15px 0px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-bottom-15{
    margin-bottom: 15px;
}
.mar-left-15{
    margin-left: 15px;
}
.mar-right-15{
    margin-right: 15px;
}
.pad-15{
    padding: 15px 0px;
}
.pad-top-15{
    padding-top: 15px;
}
.pad-bottom-15{
    padding-bottom: 15px;
}
.pad-left-15{
    padding-left: 15px;
}
.pad-right-15{
    padding-right: 15px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #515151;
    position: relative;
}
.transition{
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.transition1{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s; 
}
.transition1-5{
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s; 
}
.transition2{
    transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s; 
}
.transition2-5{
    transition: all 2.5s ease-in-out 0s;
    -moz-transition: all 2.5s ease-in-out 0s;
    -o-transition: all 2.5s ease-in-out 0s;
    -webkit-transition: all 2.5s ease-in-out 0s;
    -ms-transition: all 2.5s ease-in-out 0s; 
}
.transition3{
    transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s; 
}
.transition3-5{
    transition: all 3.5s ease-in-out 0s;
    -moz-transition: all 3.5s ease-in-out 0s;
    -o-transition: all 3.5s ease-in-out 0s;
    -webkit-transition: all 3.5s ease-in-out 0s;
    -ms-transition: all 3.5s ease-in-out 0s; 
}
.transition4{
    transition: all 4s ease-in-out 0s;
    -moz-transition: all 4s ease-in-out 0s;
    -o-transition: all 4s ease-in-out 0s;
    -webkit-transition: all 4s ease-in-out 0s;
    -ms-transition: all 4s ease-in-out 0s; 
}
.mar-left{
    margin-left: -200px;
    opacity: 0;
}
.mar-right{
    margin-right: -200px;
    opacity: 0;
}
.mar-top{
    margin-top: -200px;
    opacity: 0;
}
.mar-bottom{
    margin-bottom: -200px;
    opacity: 0;
}
.abs-left{
    left: -500px;
    opacity: 0;
}
.abs-top{
    top: -500px;
    opacity: 0;
}
.abs-bottom{
    bottom: -500px;
    opacity: 0;
}
.abs-right{
    right: -500px;
    opacity: 0;
}



/*Banner slider index*/
.banner-slider-index{
    float: left;
    width: 100%;
}
.tp-banner-container{
    position: relative;
}
/*end slider*/

/**
* 2.0 - index
* -----------------------------------------------------------------------------
*/
.home{
    background: #295474;
}
.header-container {
    position: fixed;
    z-index: 9999999;
    width: 288px;
    float: left;
    background: transparent;
    min-height: 1000px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.z-99999999{
    width: 900px;
}
.box-color{
    padding: 0px;
}
.content-side-menu {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999999;
    padding-left: 288px;
}
.welcome-text {
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto Light', Arial, sans-serif;
    color: #868686;
    font-weight: 300;
    line-height: 34px;
}
.background-f4{
    background: #f4f4f4;
}
.contact-link {
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto Light', Arial, sans-serif;
    color: #868686;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
}
.layout-header-1{
    padding-top: 3px;
    padding-bottom: 3px;
}
.contact-link i {
    font-size: 15px;
    float: left;
    margin-top: 11px;
}
.contact-link p{
    margin-left: 30px;
}
.ac h2.lost-child{
    display: none;
}
.title-page h2.lost-child{
    display: block !important;
    font-family: 'quinchoscript personaluse';
}
.header-container .container{
    width: 101%;
    padding: 0px;
    float: left;
}
.header-container.show-scroll .container {
    overflow-y: scroll;
    overflow-x: hidden;
}
.header-container.show-scroll{
    overflow: hidden;
}
.header-social{
    float: right;
    width: 100%;
}
.header-social ul li {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0px 8px;
}
.header-social ul li:last-child a{
    margin-right: 0px;
}
.header-social ul li a {
    color: #000;
    font-size: 21px;
    text-align: left;
}
.header-social ul{
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.contact-link{
    float: right;
}
.logo img {
    width: 158px;
    margin: 35px 0px;
    margin-bottom: 10px;
}
.tp-leftarrow {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../images/next-copy-2.png) no-repeat top left !important;
    width:40px;
    height: 80px !important;
}
.tp-rightarrow {   
    z-index:100;
    cursor:pointer; 
    position:relative;  
    background:url(../images/next.png) no-repeat top left !important;   
    width:40px; 
    height: 80px !important;   
}
.main-content{
    float: left;
    width: 100%;
}
.footer{
    float: left;width: 100%;
}
/*menu*/
.main-menu {
    padding-left: 0px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.main-menu ul li a {
    font-size: 13px;
    font-family: Roboto;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 16px;
}
.main-menu ul li:hover>a, .main-menu ul li.active>a{
    color: #d7281f !important;
}
.main-menu ul li {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.box-menu-2 {
    width: 100%;
    position: absolute;
    left: 140%;
    background: #173144;
    min-width: 260px;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
    opacity: 0;
    visibility: hidden;
}
.mm-menu.mm-theme-dark {
    background: #173144;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8);
}
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
.main-menu ul li:hover .box-menu-2{
    visibility: visible;
    opacity: 1;
    left: 100%;
}
.box-menu-2.show-menu-2{
    visibility: visible !important;
    opacity: 1 !important;
    left: 100% !important;
}
.main-menu ul li:hover{
   background: rgba(37, 25, 32, 0.22);
}
.box-menu-3 {
    display: none;
    position: absolute;
    top: 0px;
    background: #173144;
    padding: 0px 0px;
    left: 100%;
    min-width: 240px;
    margin-left: 0px;
}
.menu-item-lv2, .menu-item-lv3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0px 15px;
    position: relative;
}
.menu-item-lv2:hover{
    background: rgba(37, 25, 32, 0.22);
}
.menu-item-lv2 a{
    margin: 0px;
    padding: 0px  !important;
}
.span-lv-1 {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
}
.span-lv-2 {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
}
.menu-item-lv2 a{
    margin: 0px !important;
    width: 100%; 
    float:left;
}
.menu-item-lv2:hover .box-menu-3{
    display: block;
}
.box-menu-2 .menu-item-lv2:last-child, .box-menu-2 .menu-item-lv3:last-child{
    margin-bottom: 0px !important;
    border-bottom: none;
}
.menu-item-lv2 a, .menu-item-lv3 a {
    color: #fff !important;
    border: none !important;
    text-align: left !important;
    font-size: 13px !important;
    padding: 13px 0px !important;
}
.menu-item-lv3:hover {
    background: #100f10;
}
.menu-address{
    color: #999999;
    font-family: 'tahoma';
    font-size: 16px;
    float: left;
    width: 288px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu-address ul li p {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    display: block;
    text-align: center;
    font-family: Roboto;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}
.menu-address ul li p i {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.menu-address ul li p a{
    color: #fff;
}
.menu-social{
    float: left;
    width: 288px;
    margin-top: 10px;
}
.menu-social ul li {
    width: 33px;
    height: 33px;
    text-align: center;
    background: transparent;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #47667d;
    padding: 3px;
    transform: rotate(45deg);
}
.menu-social ul li:hover{

}
.menu-social ul li:last-child{
    margin-right: 0px;
}
.menu-social ul li a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 3px;
    background: #263541;
}
.menu-social ul li a i{
    transform: rotate(-45deg);
}
.menu-social p {
    font-family: 'tahoma';
    color: #7a7a7a;
    font-size: 11px;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.menu-social h2{
    color: #949494;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.menu-social ul li:hover a{
    color: #fff;
}
.menu-social ul{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
/*end menu*/
.header-container .layout-header-3 {
    margin: 0px;
    width: 288px;
        background: #295474;
}
.logo{
    float: left;
    width: 288px;
    display: table;
}
.header-container ::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
}

.header-container ::-webkit-scrollbar
{
    width: 1px;
    background-color: transparent;
}

.header-container ::-webkit-scrollbar-thumb
{
    background-color: transparent;
    position: relative;
}
.icon-diamon {
    float: left;
    width: 288px;
    text-align: center;
}
.icon-diamon span {
    background: url(../images/icon-dot.png) center center no-repeat;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 3px;
}
.languages{
    text-align: center;
    margin: 7px 0px;
    float: left;
    width: 288px;
}
.cate-bottom-content{
    float: left;
    width: 100%;
}
.item-cate-index {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none;
}
.img-item-cate-index{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    cursor: pointer;
}
.img-item-cate-index:after {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.img-item-cate-index img{
    min-height: 100%;
    max-width: initial;
    max-height: 100%;
    min-width: 100%;
}
.content-wrap-index{
    position: relative;
    float: left;
    width: 100%;
}
.cate-bottom-content {
    float: left;
    width: 100%;
    position: relative;
    bottom: 0px;
}
.item-cate-index h2{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 15px;
    display: inline-block;
    padding: 0px 5px;
}
.item-cate-index h2 a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 12px 20px;
    /*white-space: nowrap;*/
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s; 
    border: 1px solid transparent;
}
/*.item-cate-index:hover h2 a {
    border: 1px solid #295474;
    background: #fff;
    color: #295474;
}*/
.item-cate-index:hover .img-item-cate-index:after{
    opacity: 0;
}
.copyright {
    background: #030304;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0px !important;
    overflow: hidden;
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s; 
}
.copyright p{
    color: #797878;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 12px;
}
.sp-arrow {
    position: absolute;
    display: block;
    width: 7px;
    height: 30px;
    cursor: pointer;
}
.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 40%;
    margin-top: -15px;
}
.owl-categories-index .owl-prev{
    position: absolute;
    left: 5px;
    top: 37%;
    width: 30px;
    height: 72px;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    background: url(../images/next-copy.png)  center center no-repeat;
}
.owl-categories-index .owl-next{
    position: absolute;
    right: 0px;
    top: 37%;
    width: 30px;
    height: 72px;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    background: url(../images/next.png)  center center no-repeat;
}

.cate-bottom-content {
    float: left;
    width: 100%;
    position: relative;
}
.logo-mobile{
    display: none;
}
.banner-list {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 130px;
}
.banner-list img{
    bottom: 0px;
    position: absolute;
}
.banner-list:after {
    background: rgba(0, 0, 0, 0.32);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
}
.breadcrumb {
    float: left;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    z-index: 999;
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
    bottom: 14px;
    padding: 0px 13%;
}
.breadcrumb .bor-brd a , .breadcrumb .bor-brd p, .breadcrumb .bor-brd span{
    float: left;
    margin-right: 9px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.breadcrumb .bor-brd a:hover{
    color: #444 !important
}
.content-list-duan{
    float: left;
    width: 100%;
    background: #2c2c2c;
    padding: 30px 0px;
    min-height: 670px;
}
.title-page{
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item-duan{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.img-item-duan{
    float: left;
    width: 100%;
    max-height: 250px;
    position: relative;
    overflow: hidden;
}
.img-item-duan img{
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
}
.title-item-duan{
    float: left;
    width: 100%;
    text-align: center;
}
.title-item-duan h2{
    margin-top: 13px;
    float: left;
    width: 100%;
}
.title-item-duan h2 a{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.content-news-tintuc .title-item-duan h2 a{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.paginate{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paginate ul li {
    display: inline-block;
    margin-right: 7px;
}
.paginate ul li a {
    border: 1px solid #827373;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
}
.paginate  .W3NPager{
    margin: 0 auto;
    width: 200px;
}
.paginate ul li a {
    border: 1px solid #827373;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 5px;
    display: inline-block;
    font-size: 13px;
}
.paginate ul li:last-child a img {
    width: 9px;
    padding-top: 0px;
    padding-left: 2px;
    margin-top: -3px;
}
.paginate ul li a:hover{
    color: #fff;
}
.paginate ul li.active a{
    background: #295474;
    color: #fff !important;
}
.paginate ul li.last, .paginate ul li.first{
    display: none;
}
.paginate ul li.next a, .paginate ul li.previous a {
    font-size: 22px;
    line-height: 24px;
    padding-top: 0px;
    display: inline-block;
}
.content-news-tintuc .paginate ul li a {
    border: 1px solid #827373;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #000;
    padding-top: 5px;
    display: inline-block;
    font-size: 13px;
}
.footer {
    float: left;
    width: 100%;
    background: #386f97;
    padding-bottom: 10px;
}
.owl-brand {
    margin: 0px 25px;
    margin-top: 5px;
    width: initial;
}
.item-owl-brand {
    float: left;
    width: 52px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    margin-top: 8px;
}
/*.item-owl-brand a{
    display: table-cell;
    vertical-align: middle;
}*/
.item-owl-brand a img{
    height: 45px;
}
.owl-brand .owl-prev{
    position: absolute;
    left: -35px;
    top: 25%;
    width: 30px;
    height: 72px;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    background: url(../images/next-copy.png)  center center no-repeat;
}
.owl-brand .owl-next{
    position: absolute;
    right: -35px;
    top: 25%;
    width: 30px;
    height: 72px;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    background: url(../images/next.png)  center center no-repeat;
}
.footer-brand h2 {
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid rgba(239, 234, 234, 0.19);
    padding-bottom: 10px;
    font-size: 17px;
    margin-top: 25px;
}
.info-footer {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.info-footer:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 80%;
    height: 2px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-top: 1px solid #316082;
    background: #3e7ba8;
}
.info-footer h2 {
    text-align: center;
    color: #fff;
    font-size: 21px;
    float: left;
    width: 100%;
    font-family: 'tahoma';
    margin-bottom: 5px;
    margin-top: 8px;
}
.info-footer p {
    color: #fff;
    font-size: 14px;
    margin-top: 7px !important;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px !important;
}
.info-footer a{
    font-weight: 600;
    color: #fff;
    margin-left: 3px;
}
.content-detail-duan h1 {
    font-size: 18px;
    color: #fff;
    font-family: 'tahoma';
    line-height: 23px;
}
.list-item-detail{
    float: left;
    width: 100%;
    padding: 60px 0;
}
.list-item-detail ul li{
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.relate-duan{
    float: left;
    width: 100%;
    padding-top: 60px;
}
.title-relate-duan{
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'tahoma';
}
.item-relate-duan {
    width: 100%;
    float: left;
    overflow: hidden;
}
.img-item-relate-duan{
    float: left;
    width: 100%;
}
.img-item-relate-duan img{
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: initial;
}
.owl-relate-duan .owl-item{
    padding: 0 10px;
}
.owl-relate-duan{
    margin: 0 -10px;
    width: initial;
}
.title-item-relate-duan{
    float: left;
    width: 100%;
}
.title-item-relate-duan h2 a{
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
}
.title-item-relate-duan h2 {
    float: left;
    width: 100%;
    margin-top: 12px;
    line-height: 20px;
}
.breadcrumb-content .breadcrumb{
    z-index: 99;
    border: none;
    position: relative;
    padding: 0px  !important;
}
.breadcrumb-content .breadcrumb .container{
    padding: 0px;
}
.breadcrumb-content .breadcrumb .container a, .breadcrumb-content .breadcrumb .container span{
    display: none;
}
.breadcrumb-content .breadcrumb .container a:hover{
    color: #fff !important;
}
.breadcrumb-content .breadcrumb .container a:last-child {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}
.content-detail-duan {
    color: #fff;
}
.home{
    top: 0px !important;
}
.bg-about-us .title-standard-about h1 {
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
        margin-bottom: 8px;
}
.bg-about-us .title-standard-about > span{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.ctn-about-inpage{
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #fff;
}
.ctn-about-inpage .container-ctn-about{
    margin: 0 auto;
    width: 80%;
}
.ctn-about-inpage p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.bg-about-us{
    min-height: 900px;
    display: table;
    float: left;
    width: 100%;
        background-attachment: fixed;
    background-size: 100% 100%;
}
.bg-about-us:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.21);
}
.about-us-inpage{
    padding: 60px 0px;
    position: relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
}
.bx-contact{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.form-contact{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.bx-contact h2{
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.bx-contact .sitecontact{
    float: left;
    width: 100%;
}
.bx-contact .sitecontact p{
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    font-family: tahoma;
}
.form-contact .form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 12px;
}
.form-contact .btn-primary {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding: 9px 15px 5px 15px;
    border-radius: 0px;
    float: left;
}
.form-contact .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    display: none;
}
.form-contact .col-sm-offset-2 {
    margin-left: 0px;
}
.form-contact textarea.form-control{
    min-height: 100px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #295474;
    border-color: #295474;
}
.album-page{
        float: left;
    width: 100%;
    background: #2c2c2c;
    padding: 30px 15%;
    min-height: 300px;
}
.album-page .container{
    padding: 0px;
}
.item-list-gallery{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.img-item-list-gallery{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
a[href^="tel"]{
    color:#fff;
    text-decoration:none;
}
.content-contact-page{
    padding: 0px 30px;
}
.img-item-list-gallery img{
    float: left;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
}
.btn-item-list-gallery{
    float: left;
    width: 100%;
}
.btn-item-list-gallery h2 a{
    color: #fff;
    font-size: 15px;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.btn-item-list-gallery h2 a:hover{
    text-decoration: underline;
}
.social-item-gallery {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    background: #2c2c2c;
    border-radius: 50%;
    padding-top: 12px;
    transform:scale(0);
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.item-gallery {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.img-item-gallery img{
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
}
.social-item-gallery .fa-search{
    font-size: 23px;
    color: #fff;
}
.item-gallery:hover .social-item-gallery{
    transform:scale(1);
}
.fancybox-opened {
    z-index: 99999999999999;
}
.fancybox-overlay {
    z-index: 999999999;
}
.content-news-tintuc {
    float: left;
    width: 100%;
    padding: 30px 15%;
    min-height: 700px;
}
.content-news-tintuc .breadcrumb-content .breadcrumb .container a:last-child {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}
.content-news-tintuc .breadcrumb-content .breadcrumb .container a:hover{
    color: #000 !important;
}
.list-news-tintuc{
    float: left;
    width: 100%;
}
.item-news-tintuc{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.img-item-tintuc{
    float: left;
    width: 300px;
    height: 170px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 12px;
}
.img-item-tintuc img{
    width: 100%;
}
.title-item-tintuc{}
.title-item-tintuc h2{
    clear: initial;
    margin-bottom: 12px;
}
.title-item-tintuc h2 a{
    font-size: 17px;
    color: #000;
    font-weight: 400;
}
.title-item-tintuc p{
    font-size: 14px;
}
.view-more{
    font-size: 13px;
    font-style: italic;
    position: absolute;
    right: 0px;
    bottom: 21px;
}
.content-detail-tintuc{
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.content-detail-tintuc h1{
    font-size: 20px;
}
.content-detail-tintuc .content-ck p{
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px !important;
}

.hot-new-left{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.hot-new-left > h2 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative;
}
.hot-new-left > h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 3px;
    width: 123px;
    background: #295474;
}
.item-hot-new-left{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.hot-new-left .item-hot-new-left:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.img-hot-new-left {
    float: left;
    width: 87px;
    height: 75px;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
}
.img-hot-new-left img{
    min-width: 100%;
    max-width: initial;
    min-height: 100%;
    max-height: 100%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.item-hot-new-left:hover img{
    transform:scale(1.1);
}
.title-hot-new-left h2 {
    clear: initial;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px;
    color: #8b0029;
}
.title-hot-new-left span{
    color: #8b0029;
    font-weight: 500;
}
.title-hot-new-left span i{
    margin-right: 7px;

}
.video-left{
    float: left;
    width: 100%;
}
.video-left h3{
    font-weight: 500;
    line-height: 23px;
}
.video-left a span{
    font-family: Lora;
    font-family: Arial, sans-serif;
    color: #737373;
    font-style: italic;
}
.video-left a{
    position: relative;
}
.btn-play-video-icon{
        height: 53px;
    width: 53px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url(../images/play-video-icon.png) no-repeat;
    margin: auto;
}
.social div{
    float: left;
    margin-right: 10px;
}
.video-left{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.video-left > h2 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative;
}
.video-left > h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 3px;
    width: 123px;
    background: #295474;
}
.gallery-img-detail{
    margin: 0px -5px;
}
.item-img-gallery {
    float: left;
    width: 33.33333%;
    padding: 5px;
    overflow: hidden;
}
.item-img-gallery a{
    float: left;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.item-img-gallery a img{
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.errorMessage{
    text-align: left;
    font-size: 11px;
    color: red;
}
.content-wrap{
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.show-box-footer .copyright{
    bottom: 0px !important;
}
.slider-pro p.sp-layer {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    white-space: normal !important;
    width: 80% !important;
    text-align: center;
    font-weight: 500;
}

.btn-item-video:after {
    content: "";
    position: absolute;
    background: url(../images/youtube.png) rgba(0, 0, 0, 0.25);
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    margin: auto;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.width-show-iframe{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 854px;
    height: 480px;
    z-index: 9999;
}
.show-iframe{
     position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 854px;
    height: 480px;
    z-index: 9999;
}
.overlay{
    float: left;
    width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform:scale(0);
    z-index: 999999;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
        background: rgba(0, 0, 0, 0.65);
}
.show-overlay{
    transform:scale(1);
    display: block;
}

.hide-video{
    opacity: 1;
}
.show-iframe iframe{
    width: 100%;
    height: 100%;
}
.show-video-index{
    position: fixed;
    z-index: 9999999;
}
.bt-menu-trigger {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 200;
    -webkit-transform: translateY(-100%) translateY(-20px);
    transform: translateY(-100%) translateY(-20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}
.bt-menu-trigger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt-menu-trigger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlay-btn{
    content: "";
    position: absolute;
    background: url(../images/play-trans.png) ;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.show-iframe iframe{
    width: 100%;
    height: 100%;
}
.z-9999{
    z-index: 999999;
}
.detail-project h1{
    margin-top: 0px;
}
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail{
    margin-left: 0px !important;
    max-width: 100% !important;
}
.slider-pro img.sp-image{
    height: 100% !important;
}
.height-bot{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.bg-page-1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.content-ck, .detail-project{
    font-size: 13.5px;
    font-family: 'Arial';
    line-height: 1.5;
}

.content-ck img, .detail-project img{
    margin-bottom: 10px;
}
.position{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
}

.info-job{
  width: 100%;
  display: inline-block;
  border: 2px solid #666;
  padding: 25px 30px;
  margin-bottom: 30px;
}

.info-job .title-info p{
  color: #666;
  font-family: 'Roboto';
  font-size: 14px;
}

.info-job .title-info p i{
  margin-right: 4px;
}

.info-job .title-info p:last-child{
  font-size: 16px;
  margin-top: 5px;
}

.detail-job>strong:first-child{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}

.detail-job{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.7;
}
.lhs h2{
    font-size: 20px;
    margin-bottom:10px;
}
.lhs table{
    width: 100%;
    margin-top:10px;
}
.lhs table th,.lhs table td{
    width: 50%;
    padding: 10px;
    font-size: 14px;
    border:1px solid #d8d8d8;
}