﻿@font-face {
    font-family: font1;
    src: url(../fonts/Futural.TTF);
}

@font-face {
    font-family: font2;
    src: url(../fonts/FuturalBold.TTF);
}

html, body {
    height: 100%;
}
body {
    overflow-x: hidden;
    font-family: font1;
    font-size: 15px;
}
.fontArial{
    font-family: arial;
}
* {
    font-size: 15px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.fa {
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding: 0 10px;
    font-size: 12px;
    text-align: justify;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.container {
    padding: 0;
    max-width: 1000px;
    z-index: 1;
    position: relative;
}
#page{
    height: 100%; position: absolute;top: 0;    width: 100%;
}
.carousel-controlleft1, .carousel-controlright1 {
    position: absolute;
    top: 45%;
    background-repeat: no-repeat;
    width: 40px;
    height: 77px;
    z-index: 20;
    opacity: 0.8;
}
.carousel-controlleft1{
    left: 0 !important;
}

.carousel-controlleft1 {
    background-image: url('img/prev.png');
    left: 244px;
}

.carousel-controlleft1:hover {
    background-image: url('img/prev1.png');
    opacity: 1;
}

.carousel-controlright1 {
    background-image: url('img/next.png');
    right: 0;
}

.carousel-controlright1:hover {
    background-image: url('img/next1.png');
    opacity: 1;
}

.logo {
    max-width: 215px;
    margin: 0 auto;
}

.box1 {
    position: fixed;
    width: 245px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #ececec;
    /*background: #BDB9AE;*/
}
#barLeft{
    padding-top: 15px;
}
.box2, .container-page {
    padding: 0 5px;
}
.box3 {
    width: 100%;
}

.box4 {
    margin: 10px;
}

.box4 a {
    font-size: 12px;
}

.box5 {
    margin-top: 20px;
}

.box5 li a {
    padding-left: 90px;
    text-transform: uppercase;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
    background-image: url('img/line.png');
    background-position: 12px;
    background-repeat: no-repeat;
}

.box5 a.active {
    font-weight: bold;
    background-image: url('img/line.png');
    background-position: 12px;
    background-repeat: no-repeat;
}

.box6 {
    font-size: 28px;
    text-align: justify;
    padding: 15px 100px; /* font-family: Arial;  */
    font-weight: bold;
}

.box7 {
    text-align: justify;
    padding: 10px 100px;
}

.box8 a {
    padding: 5px 10px;
    background: #e8e8e8;
    margin: 10px auto;
    width: 100px;
    display: block;
    text-align: center;
}

.box9 a {
    display: block;
    float: left;
    padding: 10px;
    text-transform: uppercase;
}

.box9 a:hover, .box9 a:focus {
    text-decoration: none;
    background: #ccc;
    color: #fff; /* font-family: Arial;  */
    font-weight: bold;
}

.box9 h2 {
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    position: relative;
    width: 145px;
    margin: 0 auto;
}

.q1 {
    height: 250px;
    background-size: cover;
    border: 1px solid #fff;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    float: left;
    background-repeat: no-repeat;
}

.q1:hover {
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-filter: grayscale(0%);
    -moz-filter: none;
    -o-filter: none;
    filter: url(none.html);
    filter: none;
}

.q1 {
    position: relative;
    background-position: center;
}

.q1 .details {
    background-color: rgba(55, 55, 55, 0.44);
    color: #fff;
    line-height: 12px;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition: opacity;
    transition-timing-function: ease-in;
    transition-duration: 0.5s;
    text-align: right;
    padding: 10px 10px 0 10px;
    visibility: hidden;
}

.q1:hover .details {
    visibility: visible;
    opacity: 1;
}

.Image_Wrapper {
    position: relative;
}

.Image_Wrapper .details {
    background-color: rgba(55, 55, 55, 0.44);
    line-height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    width: 101%;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition: opacity;
    transition-timing-function: ease-in;
    transition-duration: 0.5s;
    text-align: right;
    padding: 10px 20px 0 10px; /*visibility: hidden; */
}

/*
.Image_Wrapper:hover .details
{
    visibility: visible;
    opacity: 1;
}
*/
.a0 {
    width: 30%;
}

.a1 {
    width: 35%;
}

.a2 {
    width: 35%;
}

.a3 {
    width: 40%;
}

.a4 {
    width: 27%;
}

.a5 {
    width: 33%;
}

.a6 {
    width: 26%;
}

.a7 {
    width: 41%;
}

.a8 {
    width: 33%;
}

.box10,.footer {
    overflow: hidden;
    background: #c5c5c5;
    margin-top: 50px;
}

.box12 p {
    margin-bottom: 5px;
}


.box11 h2 {
    text-transform: uppercase;
    font-size: 23px;
}

#carousel .item {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

#carousel .item:hover {
    -webkit-filter: grayscale(0%);
    filter: none;
}

.nav .collapse a {
    padding-left: 100px;
}

.box13 {
    position: absolute;
    top: 15px;
    right: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    -ms-transition: 0.5s Ease;
    transition: 0.5s Ease;
    cursor: pointer;
}

.box13:hover {
    -webkit-transform: scale(1.20, 1.20);
    -moz-transform: scale(1.20, 1.20);
    -o-transform: scale(1.20, 1.20);
    -ms-transform: scale(1.20, 1.20);
    transform: scale(1.20, 1.20);
}

.left {
    left: 0 !important;
    overflow: hidden;
}

.carousel-fade .carousel-inner  {
    position: relative;
}
.mask{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,.25);
}
.logoFix{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 540px;
    height: 350px;
    max-width: 60% !important;
    display: table-cell;
    z-index: 12;
}
.logoFix img{
    display: block;
    width: 100%;
    max-height: 100%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.carousel-fade .carousel-inner .item {
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-duration: 0.5s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-duration: 0.5s;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0.7;
    z-index: 20;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-duration: 0.5s;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-duration: 0.5s;
}

.carousel-fade .carousel-control {
    z-index: 200;
}

.carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}

.box14 {
    padding-left: 15px;
}

.box14 img {
    max-width: 270px;
}

.bold {
    font-weight: bold;
}

.box15 {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.box15 a {
    font-size: 12px;
    margin-bottom: 10px;
}

.box15 a:hover {
    color: #000;
}

.box15 img {
    border-right: 1px solid #6C6C6C;
    padding: 0 5px;
}

.box15 a:nth-child(7) img {
    border-right: 0px;
}

.box16 {
    font-size: 27px;
    background-color: #ccc;
    color: #fff;
    padding: 0 5px;
}

.nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box18 {
    width: 20%;
    height: 300px;
    overflow: hidden;
    float: left;
    border: 1px solid #fff;
    position: relative;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.box18:hover {
    z-index: 2;
    -webkit-filter: grayscale(0%);
    filter: none;
}

.box19 {
    position: absolute;
    width: 100%;
    padding: 5px;
    bottom: 0;
    width: 100%;
    background-color: rgba(55, 55, 55, 0.44);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.box20 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    left: 0;
    z-index: 99;
}

.box21 ,.contentFooter{
    padding: 30px 0 0 30px;
}
.logoFooter{
    margin-right: 5px;
}
.contentFooter .company{
    margin-top: 0;
}
.box5 .in li a {
    padding: 2px 5px 2px 100px;
    font-size: 13px;
}

.headerMobiles {
    display: none;
}

.box23 {
    border: 1px solid #fff;
}

.box24 {
}

.box24 h3 {
    margin: 10px;
    text-align: center;
}

.box25 {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

#detailpro {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 250px;
    background: rgba(0, 0, 0, 0.37);
    color: #fff;
    padding: 10px;
    font-family: font1;
}
#detailpro p{
    margin-bottom: 3px;
}
/***** Slider  *****/
.FullScreen{
    display: none
}
/***** Home *****/
.blockBox{
    position: relative;
}
.heading-box{
    padding: 50px 0;
    display: block;
    width: 100%;
    position: relative;
}
.heading-box h1,
.heading-box h2 {
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    color: #404040;
    /* font-weight: bold; */
    position: relative;
    width: 180px;
    font-family: arial;
    margin: 0 auto;
}
.lineHead{
    border-bottom: 1px solid #2b2b2b;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
}
.item-list{
    display: block;
    position: relative;
}
.item-child{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.item-child img{
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.item-child img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.item-child .item-infor{
    font-family: Arial;
    text-transform: uppercase;
    font-size: 42px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 15%;
    text-align: center;
    max-width: 60% !important;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    text-shadow: 3px 3px 3px #9c9c9c;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}
.item-child:hover .item-infor{
    opacity: 1;
}


/****** Page *****/
.content{
    text-align: justify;
    font-size: 13px;
    font-family: Arial;
    line-height: 24px;
    padding: 0 10px;
}
.content img,
.content table{
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
}

/****** Footer *****/
.company{
    font-size: 16px;
    font-weight: bold;
}
.address{
    font-size: 12px;
}
@media screen and (min-width: 1025px) {
    .content{
        min-height: 300px;
        padding-left: 0;
        margin-top: 15px
    }
    #menu{
        display: none;
    }
    .box2, .container-page {
        margin-left: 250px;
    }
    .itemPro{
        filter: grayscale(100%); /* Current draft standard */
        -webkit-filter: grayscale(100%); /* New WebKit */
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
        filter: url(resources.svg#desaturate); /* Gecko */
        filter: gray; /* IE */
        -webkit-filter: grayscale(1); /* Old WebKit */
    }
}
@media screen and (max-width: 1024px) {
    .carousel-inner .item{
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
    }
    #detailpro  {
        width: auto;
        background: rgba(0, 0, 0, 0.2);
    }
    #detailpro p {
        font-size: 11px;
        font-family: Arial;
    }
    .item-child .item-infor{
        font-size: 23px !important;
    }
    .company{
        font-size: 23px !important;
    }
    .item-child img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%) !important;
    }
    .item-child .item-infor{
        opacity: 1 !important;
    }
    #controls-wrapper {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}
@media screen and (max-width: 1000px) {
    .box1 {
        display: none !important;
    }

    .box2 {
        margin-left: 0;
    }

    .carousel-controlleft1 {
        left: 0;
    }

    .box21,.contentFooter {
        padding:5px 20px 0 20px;
        padding-top: 5px;
    }

    .headerMobiles {
        display: block;
    }

    .headerMobiles img {
        height: 50px;
        margin: 5px auto;
        display: block;
    }

    .headerMobiles i {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 20px;
    }

    .box6 {
        padding: 5px;
    }

    .box7 {
        padding: 5px;
    }

    .logotrangchu {
        display: none !important;
    }

    .logotrangtrong {
        display: block !important;
    }

}

@media screen and (max-width: 767px) {
    .box18 {
        width: 50%;
    }
    .logoFix{
        height: 260px;
    }
    .logoFooter{
        float: none !important;
        margin: auto;
        width: 30%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 580px) {
    ul#slide-list {
        padding: 6px 0 !important;
    }
    #controls-wrapper{
        margin: 0 auto;
        height: 20px !important;
        width: 100%;
    }
    #slidecounter {
        margin: 0px 10px 0 15px !important;
        line-height: 19px  !important;
    }
    #play-button img{
        width: 38px !important;
    }
}
@media screen and (max-width: 480px) {
    .a0 {
        width: 50%;
    }
    .q1{
        height: 205px;
    }
}