
body{

    font-family: 'Roboto',Helvetica,Arial,sans-serif;
}
.row{
    margin-right: 0px;
    margin-left: -15px;
}
a{
    color:#888;
}
a:hover{
    color:#e86709;
    text-decoration: none;
}
header{
    background:#fff;
    border-bottom: 1px solid #dfe3ec;
}
header .top-info {
        background-color: #212326;
        color: #fff;
}
header .top-info .col-lg-4{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
header .top-info .col-lg-4 i, header .top-info .col-lg-4 strong{

    color: #e86709;
}
.logo{
    margin-top:15px;
    display: block;
}
ul{
    list-style: none;
}
nav.main-menu ul{
    display: block;
    position: relative;
    float: left;
    margin: 0;
    height: 80px
}
nav.main-menu ul > li{
    position: relative;
    display: block;
    float: left;
}
nav.main-menu ul > li:hover ul.submenu{
    display:block;
}
.main-menu ul > li >ul.submenu{
    display:none;
    position:absolute;
    width:210px;
    margin:0;
    padding:0;
    z-index:999;

}
#news-page h2 {
    margin: 0px;
    font-size: 22px;
}

.main-menu ul > li >ul.submenu>li {
    padding: 10px;
    background: #fff;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

.main-menu ul > li >ul.submenu>li>a {
   color: #0aada2;
    font-size: 15px;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    line-height: normal;
}
nav.main-menu ul > li a{
    position: relative;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    padding: 31px 12px 36px 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}
nav.main-menu ul > li.active a{

    padding: 31px 12px 37px;
}
nav.main-menu ul > li.active a:hover{
    background-color: #fff;
    padding: 31px 12px 37px;
    color: #337ab7 ;
}
nav.main-menu ul > li a:hover{
    color: #c02428;

    filter: none !important;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
}
nav.main-menu ul > li > ul.sub-menu{
   display: block;
    position: absolute;
    min-width: 200px;
    padding:0;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: #fff;
    z-index: 9999 !important;
    border-top: 2px solid #e86709;
    height: auto;

    display: none;
}
nav.main-menu ul > li:hover > ul.sub-menu{
    display: block;
}
nav.main-menu ul > li > ul.sub-menu > li{
    position: relative;
    display: block;
    float: left;
    min-width: 200px;
    background:#fff;
}

nav.main-menu ul > li > ul.sub-menu > li a{
    color: #687074;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
    line-height: 1.7;
    display: block
}
nav.main-menu ul > li > ul.sub-menu > li a:hover{
    color:#fff;
    padding: 10px 15px;
    line-height: 1.7;
}
.post-news{
    border: 1px solid #ccc;
    padding: 5px 15px;
    display: block;
    margin-top: 20px;
    color:#d97613;
}
.no-padding{
    padding:0px !important;
}
.main-slide{
    width: 100%!important;
    background: #000;
    padding: 20px 0;
}
#flexslider{
    position: relative;
    margin-bottom:20px;
}
.flex-direction-nav{
    position: absolute;
    z-index: 999;
    top: 40%;
    width:100%;
    display: block;
}
.flex-viewport{
    width: 100%;
    max-height: 375px;
}
.flex-prev{
   background: url(../images/icon-left.png) no-repeat 0px 0px;
    height: 88px !important;
    width: 46px !important;
    display: block !important;
    text-indent: -9999px;
    opacity: 100 !important;
    left: 0px !important;
}
.flex-next{
    background: url(../images/icon-right.png) no-repeat 0px 0px;
    height: 88px !important;
    width: 46px !important;
    display: block !important;
    text-indent: -9999px !important;
    opacity: 100 !important;
    right: 0px !important;
    text-align: inherit !important;
}
.slides img{
    width: 100%;
    height: 375px;
}
/*** Style Home Page **/
#main-index-real{
    background:#eee;
    padding:20px 0px;
}
#main-index-real .tab-cate{
    background: #ddd;
    margin-bottom: 20px;
}
#main-index-real .tab-cate ul{
    margin:0px;
    padding:0px;
}
#main-index-real .tab-cate ul li{
        display: inline-block;
}
#main-index-real .tab-cate li a{
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    color:#666;
}
#main-index-real .tab-cate li a:hover{
    border-radius: 0px;
}
#main-index-real .tab-cate li.active{
    background:#fff;
    border-bottom: #c00 1px solid;
}
#main-index-real .tab-cate li.active a{
        color: #c00;
        border:none;

}

#main-index-real .real-more{
        display: block;
    text-align: center;
    color: #d97613;
    text-transform: uppercase;
    font-weight: 500;

}
#main-index-real .real-more:hover{
    color:#666;
}
#main-job-index .main-job-heading{
    position: relative;
    margin-bottom: 20px;
}
#main-job-index .main-job-heading h3{
    text-transform: uppercase;
}
#main-job-index .main-job-heading .line{
   position: absolute;
    border-bottom: 1px solid #ccc;
    width: 75%;
    height: 1px;
    top: 19px;
    left: 160px;
}
#main-job-index .main-job-heading span{
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}
.main-job-content .job-index-list a{
    display: block;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}
.main-job-content .job-index-list span{
    text-transform: uppercase;
    color:#888;
}
.main-job-content .job-index-list hr{
    margin: 10px 0px;
}

.main-job-content .job-index-list i{
        float: left;
    font-size: 6px;
    line-height: 18px;
    margin-right: 5px;
    margin-bottom: 8px;
    color: #d97613;
}
/* style Job Fontend */
#job-news h3, #job-cate h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#job-news a:hover, #job-cate a:hover{
    color:#687074;
}
#job-news span {
    display: block;
    color: #888;
    text-transform: uppercase;
}

#job-news a{
       color: #333;
    display: block;
    font-weight: 500;

}
#job-news hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

#job-cate i{
    float: left;
    font-size: 36px;
    margin-right:10px;
}
#job-cate a{
    color:#333;
    font-weight: 500;
    font-size:16px;
}
#job-cate span{
    color:#777;
    font-size: 11px;
    display: block;
}
.job-more{
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
/** Style show cate **/

#cate-show{

}
.job-item a.title{
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.job-item{
    color:#666;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d7d7d7;
}
.job-item p{
    margin:5px 0px;
}
.job-item span{
    text-transform: uppercase;
}
.cat-sidebar ul{
    padding: 0px 15px;
    margin: 5px 0px;
    list-style-type: circle;
}
.cat-sidebar ul.sub li{
    margin-left: 10px;
    list-style-type: square;
}
.page-title{
    text-transform: capitalize;
}
/** Style detail Job **/

#show-detail{

}

#show-detail h1{
    text-transform: capitalize;

}
.create-info{
    background: #EBEBEB;
    padding: 10px;
    margin-bottom: 10px;
}

#show-detail h4{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    text-transform: capitalize;
}

#show-detail h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.company-info h4{
    font-size: 20px;
    text-transform: uppercase !important;
    margin-bottom: 3px;
    color: #b5631c;
    border: none !important;
}
.hannop{
    color: #b5631c;
    font-weight: 500;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0px;
}

.retail{
    border-bottom: 1px solid #b5631c;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.detail-sidebar ul{
    padding: 0px 15px;
    margin: 5px 0px;
}

.detail-sidebar ul li{

    padding: 5px 0px;
    border-bottom: 1px dotted #ccc;
}
.detail-sidebar ul li a{
    text-transform: capitalize;
    font-weight: 500;
    color:#333;
}
/** style Real Fontend **/
#nha-dat{
    background:#eee;
    padding:20px 0px;
}
#nha-dat .tab-cate{
    background: #ddd;
    margin-bottom: 20px;
}
#nha-dat .tab-cate ul{
    margin:0px;
    padding:0px;
}
#nha-dat .tab-cate ul li{
        display: inline-block;
}
#nha-dat .tab-cate li a{
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    color:#666;
}
#nha-dat .tab-cate li.active{
    background:#fff;
    border-bottom: #c00 1px solid;
}
#nha-dat .tab-cate li.active a{
        color: #c00;

}
.left-col span{
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 10px;
    background: #e5e5e5;
    color: #333;
    display: block;
}
.left-col ul{
    margin: 0px;
    padding:0px;
}
.left-col li a{
    border-left: transparent 2px solid;
    display: block;
    overflow: hidden;
    padding: 10px;
    border-bottom: #e5e5e5 1px solid;
    color: #555;
}
.left-col li.active a{
    color: #c00;
    background: #eee;
}
.main-real-index .col-item .thumb{
    position: relative;
}
.main-real-index .col-item .real-col a{
    color:#333;
    font-weight: 500;
    display: block;
    padding:10px 0px 0px;
}
.col-item{
        margin-bottom: 15px;
    padding: 0px 8px;
}
.real-col{
      background: #fff;
    padding: 0px 10px 5px;
    height: 115px;
    overflow: hidden;
}
.real-col address{
    margin: 0px;
    color: #666;
    height: 40px;
    font-size: 13px;
}
.main-real-index .col-item .real-col a:hover{
    text-decoration: underline;
}
.real-price{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #d97613;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
}
/*** Real Detail ***/
 .real-meta h1{
    margin: 0px;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.real-meta address{
    color:#666;
}
.real-meta .price{
    color:#b5631c;
}
.real-info{
    background:#fff;
}
.real-function .nav-tabs{
    background: #fff;
    margin: 10px 0px;
}
.real-function li.active a,.real-function li.active a:hover{
  border:none;
  color:#b5631c;
}
.real-function li a:hover{
    background:#fff;
    border:none;
}
.contact,.comment{
    background:#FFF;
     padding: 10px !important;
    display: block;
    margin-bottom: 10px;
}
.main-real{
    background: #fff;
    padding: 10px !important;
    display: block;
    margin-bottom: 10px;
}
.main-real h4, .contact h4{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

/** Style footer **/
.panel,.panel-heading{
    border-radius: 0px !important;
}
footer{
       background: #13100e;
    color: #fff;
    text-align: center;
    margin-top:15px;
}

.form-actions button {
    background: #538b32;
    border: 1px solid #538b32;
    border-radius: 0px;
    width: 270px;
    margin-left: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px;
}
.form-group input,.form-group select {
    border-radius: 0px;
}
.panel-heading {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#temnew h3,.temcategories h3,#temcategories h3 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 15px;
    color: #0a9696;
}
.temcategories h3 a{
    color:#0a9696;
}
a#dathang {
    padding: 10px 32px;
    margin-bottom: 10px;
}
.product-info {
    height: 100vh;
    background: #e8e8e8;
    padding: 30px 20px;
}

.product-content {
    padding: 10px 0px;
}

.product-content ul {
    margin: 0;
    padding: 0;
}

.product-content ul li {
    margin: 5px 0px;
    text-align: left;
}

.product-content ul li strong {
    text-align: right;
    float: right;
}

.product-content {
    width: 345px;
    padding: 10px 18px;
}

li.dongia {border-bottom: 1px solid #ccc;padding-bottom: 6px;margin-bottom: 10px !important;display: block;}

li.all {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 15px !important;
}

.content-thanks {
    border: 1px solid #ccc;
    padding: 0px 20px;
    margin: 10px 30px 10px 0px;
}

.content-thanks span {
    display: block;
}

strong.tt {
    margin-top: 19px;
    display: block;
}

.content-thanks small {
    padding: 10px;
    display: block;
}

.content-thanks small p {
    padding: 0px;
    margin: 2px 0px;
}

.head-content span {
    display: block;
}

#thanks a {
    color: #57bd17;
}
.social {
  width: 200px;
  height: 220px;
  position: fixed;
  bottom: 30px;
  left:0px;
  perspective: 1000px;
  padding:0px;
  z-index:9999;
}

.social li a {
  display: block;
  height: 35px;
  width: 40px;
  background: #222;
  border-bottom: 1px solid #333;
  font: normal normal normal
  16px/20px
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child  a:hover { background: #3b5998 }
.social li:nth-child(2) a:hover { background: #00acee }
.social li:nth-child(3) a:hover { background: #ea4c89 }
.social li:nth-child(4) a:hover { background: #dd4b39 }

.social li:first-child a { border-radius: 0 5px 0 0 }
.social li:last-child  a { border-radius: 0 0 5px 0 }

.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border: 10px solid transparent;
  border-right: 10px solid #222;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}
@media only screen and (min-device-width: 576px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .slides img{
        width:100%;
        height:auto;
    }
     #welcome p{
        font-size:15px;
    }
    .form-actions button{
       margin-left:0px;
        margin-bottom:-15px;
        width:100%;
    }
    .showdh-info{
        display:block !important;
    }
}
@media only screen and (max-width: 600px){
    .slides img{
            width:100%;
            height:auto;
        }
    #welcome p{
        font-size:15px;
    }
    .form-actions button{
        margin-left:0px;
        margin-bottom:-15px;
        width:100%;
    }
    .showdh-info{
        display:block !important;
    }
}
@media only screen and (max-width: 500px) {
    .slides img{
        width:100%;
        height:auto;
    }
     #welcome p{
        font-size:15px;
    }
    .form-actions button{
       margin-left:0px;
        margin-bottom:-15px;
        width:100%;
    }
    .showdh-info{
        display:block !important;
    }
}