@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff')
    format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')
    format('truetype'), url('../fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'),  url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf')  format('truetype'), url('../fonts/Tahoma.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto_Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.woff') format('woff'), url('Roboto-Bold.ttf')  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto_Regular';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff') format('woff'), url('Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
    margin: 0px;
}

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

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.clearfix-130{
    clear: both;
    height: 130px;
}
.clearfix-100{
    clear: both;
    height: 100px;
}
.clearfix-80{
    clear: both;
    height: 80px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
.clearfix-55{
    clear: both;
    height: 55px;
}
.clearfix-50{
    clear: both;
    height: 50px;
}
.clearfix-45{
    clear: both;
    height: 45px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-35{
    clear: both;
    height: 35px;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-32{
    clear: both;
    height: 32px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-12{
    clear: both;
    height: 12px;
}
.clearfix-10{
    clear: both;
    height: 10px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}

/*header*/
.header--inner img {
    height: 26px;
    margin-top: 9px;
}
.icon--border i{border: 1px solid black;border-radius: 50%;padding: 3px;}
.menu-link  .fa-caret-down {
    color: #979797;
    margin-left: 3px;
}

.header--inner {
    border-bottom: 4px solid #009da0;
    padding: 18px 0;
}
.btn_search i {
    font-size: 18px;
}
@media only screen and (max-width: 992px){
    .search_drop{
    display: none;
    }
}
@media only screen and (max-width: 767px){
    .img_logo_mb{
        margin-top: 15px;
    }
    .nav-menu{
        background: #888888;
    }
    .icon--border i{
        border:none;
    }
    .header--inner{
        padding: 0;
    }
}
/* /end/ header */

/*project*/
.project{
    text-align: center;
    padding: 70px 0;
}
.title__h2 {
    text-align: center;
    margin-bottom: 60px;
    height: 33px;
    overflow: hidden;
}
.title__h2 a{
    
    font-size: 30px;
    color: #008898;
    text-transform: uppercase;
}
.project .item h3 a{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    transition:0.3s
}
.project .item h3 a:hover{
    color:#008898;
}
.project .item img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.detail span{
    font-size: 12px;
    background: #333;
    padding: 4px 12px;
    display: inline-block;
    color: white;
    transition:0.3s
}
 .detail span:hover{
    background:#009da0
}
.detail{
        border: 1px solid #333;
    display: inline-block;
    padding: 4px;
    margin-top: 15px;
       transition:0.3s
}
 .detail:hover{
     border: 1px solid #009da0;
}
.project .fa-angle-right,.project  .fa-angle-left {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #008898;
    vertical-align: middle;
}
.fa-angle-left:before{
      display: block;
  margin-left: -2px;
  
}
.fa-angle-right:before{
      display: block;
    margin-top: -1px;
}
/* /end/ project */

/*slide 2*/
 .slide2 img {border-radius:5px;height: 100%;object-fit: cover;}
        .poster-main{
            position: relative;
            margin:30px auto;
            max-width: 10200px;
        }
        .poster-main .poster-list .poster-item{
            position: absolute;
            left: 0;
            top: 0;
        }
        .poster-main .poster-btn{
            width: 100px !important;
            position: absolute;
            top: 0;
            cursor: pointer;
        }
        .poster-main .poster-prev-btn{
            left:0%;
            background: url("../img/btn-pre.png") no-repeat center center;
        }
        .poster-main .poster-next-btn{
            right:0%;
            background: url("../img/btn-next.png") no-repeat center center;
        }
      .slide2 {
    background: url(../img/slide2-bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
}  

/* end slide 2 */

/*news*/
.news {
    margin: 50px 0;
}
.newsItem img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}
.newsItem h3{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 15px;
    height: 27px;
    overflow: hidden;
    transition:0.3s
}
.newsItem h3 a:hover{
    color:#008898;

}
.news__des p {
    font-size: 12.3px;
    color: #666666;
    word-spacing: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.news__time {
    padding: 8px 0;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.news__time  span {
    font-size: 13px;
    color: #666666;
    font-style: italic;
}
.news__time  span i{
    margin-right: 10px;
}
.newsItem {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
    .newsItem img{
        height: auto;
    }
}
/* /end/ news */

/*footer*/
.qts_footer_top{
    background: #313131;
    padding: 30px 0px;
}
.title_footer{
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
}
.ul_ass> li {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    padding-left: 20px;
    position: relative;

}

.ul_ass> li:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("bf_home_ft.png") no-repeat;
    width: 16px;
    height: 15px;
}
.footer_left_top > p {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    position: relative;
    padding-left: 20px;
}
.bf_phone_ft:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url("bf_phone_ft.png") no-repeat;
    width: 16px;
    height: 15px;
}
.bf_gmail_ft:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    background: url("bf_sms.png") no-repeat;
    width: 16px;
    height: 10px;
}
.bf_web_ft:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("bf_web.png") no-repeat;
    width: 16px;
    height: 14px;
}
.ul_lick_msh> li{
   padding: 5px 0px;
}
.img_msh{
    display: inline-block;
}
.img_msh> img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.text_mxh{
    color: #ffffff !important;
    font-size: 13px;
}
.text_mxh:hover{
    text-decoration: underline;
}
.qts_footer_bot{
    padding: 10px 0px;
    background: #1f1f1f;
}
.left_footer_bot{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    float: left;
}
.left_footer_bot> span{
    color: #47d4ff;
}
.right_footer_bot{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    float: right;
}
.right_footer_bot> span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.right_footer_bot> span:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("bf_footer_bot.png") no-repeat;
    width: 12px;
    height: 13px;
}
.map_ft iframe {
    width: 100%;
    height: 155px;
}
.ul_ass> li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../img/home-icon.png) no-repeat;
    width: 16px;
    height: 15px;
}
.bf_phone_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../img/call-icon.png) no-repeat;
    width: 16px;
    height: 15px;
}
.bf_gmail_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    background: url(../img/mail-icon.png) no-repeat;
    width: 16px;
    height: 10px;
}
.bf_web_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../img/icon-un.png) no-repeat;
    width: 16px;
    height: 14px;
}

.footer_left_top ul,.footer_left_top p{
    margin-bottom: 10px;
}
/* end footer */


/*lien he*/
 .contact__banner{
    font-size: 40px;
    background: url(../img/lienhe-banner.png) no-repeat;
    background-size: cover;
    border-bottom: 4px solid #888888;
}
 .product__banner{
    font-size: 40px;
    background: url(../img/banner-sanpham.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #888888;
} .project__banner{
    font-size: 40px;
    background: url(../img/project.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #888888;
}
.product__banner h1, .contact__banner h1,.project__banner h1{
 font-size: 40px;
    font-family: Roboto_Bold;
    color: #fff;
    padding: 128px 0px;
}

.breadcrum a{
    font-family: 'Tahoma';
    font-size: 14px;
    color: #333;
}
.breadcrum a:first-child{
    color: #333;
}
.breadcrum {
    margin: 13px 0 25px;
}
.breadcrum a:not(:last-child):after{
    content: "|";
    padding:7px;
}
.contact__tittle span {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #009da0;
}
.contact__tittle {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.contact--left p {
    font-size: 13px;
    margin-bottom: 5px;
}
.contact--left iframe {
    height: 290px;
    width: 100%;
    margin-top: 10px;
}
.contact--right input[type="text"],.contact--right textarea {
    display: block;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 15px;
    border: 1px solid #cfcaca;
}
.contact--right input::placeholder,.contact--right textarea::placeholder{
    color: #cfcaca
}
.contact--right  textarea {
    height: 175px;
}
.contactMainContent {
    margin-bottom: 130px;
}
.contact--right button {
    background: #009da0;
    border: none;
    color: white;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
    transition:0.3s;
}
.contact--right button:hover{
    background:gray;
}
@media only screen and (max-width: 767px){
    .breadcrum {
    margin: 13px 0 30px;
    }
    .contactMainContent {
    margin-bottom: 60px;
    }
}
/* end lien he */

/*product*/
.product h3{
    margin-top: 10px;
}
.product h3 span{
    font-size: 24px;
    color: #009da0;
    border-bottom:1px solid currentColor;
}
.product__des{
    font-family: 'Roboto_Regular';
    font-size: 14px;
    margin: 20px 0 35px;
}
.productItem{
    text-align: center;
    margin-bottom: 30px;
}
.productItem h3 a{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}
.productItem h3 a:hover{
    color: #009da0;
}
.productItem h3{
    margin-top: 10px;
    height: 26px;
    overflow: hidden;
}
.productItem__contact{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #ac0101;
    margin-top: 10px;
    display: block;
    transition: 0.3s;
}
.productItem__contact:hover{
    text-decoration: underline;
    color: #ac0101;
}
.productItem img {
    height: 220px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #cacaca;
}
/* /end/  product */

/*sidebar*/
.sidebarCategory{
    position: relative;
    z-index: 1;
}
 .nav-dropdown.is-visible {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_left .has-dropdown {
    position: relative;
    z-index: 1;
}
.prod_dropdown .sub_nav_left {
    position: unset;
    width: 100%;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border: none;
    max-height: 0;
    transition: all 0.5s;
    background: #fff;
}
.nav_left .nav-dropdown.is-visible {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block;
}
.prod_dropdown .sub_nav_left {
    position: unset;
    width: 100%;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border: none;
    max-height: 0;
    transition: all 0.5s;
    background: #fff;
}
.sub_nav_left.nav-dropdown {
    width: 190px;
    left: 100%;
    top: 0px;
    box-shadow: rgb(170, 170, 170) 5px 5px 5px;
}
.nav_left>li>a {
    display: block;
    padding: 11px 24px;
    font-family: 'Roboto_Regular';
    cursor: default;
    font-size: 16px;
    background: #fff;
    color: #000;
    border: 1px solid #cacaca;
    margin: -1px;
}
.nav_left>li>a:hover{
    cursor:pointer;
}
.has-dropdown.is-active > .nav-dropdown {
        display: block !important; 
    }
    .sidebar .has-dropdown .nav-dropdown {
        position: inherit;
        display: none;
        opacity: 1;
        -webkit-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: none;
        visibility: visible;
    }
    
      .sidebar .has-dropdown.is-active:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107" !important;
        color: #fff;
        /* height: 30px; */
        /* line-height: 30px; */
        /* width: 26px; */
        font-size: 30px;
    }

    .sidebar .has-dropdown:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f105" !important;
        color: #333;
        font-size: 30px;
    }
.nav_left {
    border: 1px solid #dae2e6;
    border-top: 0px;
}
.sub_nav_left>li {
    padding: 11px;
    padding-left: 22px;
    font-size: 14px;
    font-family: 'Roboto_Regular';
}
.sidebar h2{
    font-size: 18px;
    font-family: 'Roboto_Regular';
    text-transform: uppercase;
    padding: 11px 25px;
    color: #fff;
    background: #009da0;
    position: relative;
}
.sidebar h2:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 3px;
}
.prod_dropdown.is-active > a {
    background: #3d3d3c !important;
    color: white !important;
}

.item_price:after {
    display: none;
}

.nav_left__icon{
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 6px;
}
/* /end/ sidebar */

/*huong dan*/
.featureItem img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.featureItem h3 {
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden;
}
.featureItem h3 a{
    font-size: 18px;
    font-family: 'Roboto_Bold';
    color: #009da0;
}
.featureItem h3 a:hover{
    text-decoration:underline;
}
.featureItem p{
    font-family: 'Roboto_Regular';
    font-size: 14px;
    height: 103px;
    margin-bottom: 7px;
    overflow: hidden;
}
.featureItem__detail {
    background: #009da0;
    color: white;
    border-radius: 3px;
    padding: 4px 14px;
    border: 1px solid #959595;
    font-style: italic;
    font-size: 14px;
    font-family: 'Roboto_Bold';
    transition: 0.3s;
    display: inline-block;
}
.featureItem__detail:hover{
     cursor: pointer;
     background: white;
     border: 1px solid #009da0;
     color: #009da0;
}
.featureItem span {
    display: block;
    font-size: 14px;
    color: #009da0;
    margin-bottom: 6px;
    font-family: 'Roboto_Regular';
}
.sidebar-icon  .has-dropdown > .menu-link:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
}
.notMargin{
    margin-top: 0 !important
}
.project__des{
    font-family: 'Roboto_Regular';
    font-size: 14px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
}
.notButton {
    background: none !important;
    color: #009da0;
    border-radius: 3px;
    padding: 4px 0;
    border: none !important;
    font-style: normal !important;
    font-size: 14px;
    font-family: 'Roboto_Bold';
    transition: 0.3s;
    display: inline-block;
}
.notButton:after {
    font-family: FontAwesome;
    content: " \f101";
}
.featureItem {
    margin: 20px 0;
}
.paginationPage li {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
}

.paginationPage {
    float: right;
}
.paginationPage li.is-active {
    background: #fb3f40;
    border: 1px solid #fb3f40;
}
.paginationPage li.is-active a{
    color: white;
}
.pagina{
    padding:100px 0;
}
.paginationPage a {
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
    .featureItem img{
        height: auto;
    }
    .featureItem p{
        height: 64px
    }
    .pagina{
        padding: 50px 0;
    }
}
/* /end/ huong dan */
.project_banner {
    background: url(../img/dact4.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 4px solid #888888;
}

.project_banner h1 {
    font-size: 40px;
    font-family: Roboto_Bold;
    color: #fff;
    padding: 128px 0px;
}


.breadcrum a:last-child {
    color: #009da0;
}

.projectdetail {
    font-family: Roboto_Regular;
    padding-bottom: 60px;
}

.projectdetail>h3 {
    border-bottom: 1px solid currentcolor;
    color: #009da0;
    display: inline-block;
}

.projectdetail .content {
    padding-top: 15px;
}

.projectdetail .content h3 {
    color: #009da0;
    font-size: 24px;
    line-height: 36px;
}

.projectdetail .content p {
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.projectdetail .content a {
    display: block;
    padding: 10px 0;
}

.projectdetail .content a img {
    display: block;
    width: 100%;
    height: auto;
}

.projectdetail .cmt_facebook img {
    width: 100%;
}

.projectdetail .projectsame h3 {
    border-bottom: 1px solid currentcolor;
    color: #009da0;
    font-size: 18px;
    font-family: Roboto_Bold;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.projectdetail .projectsame ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.projectdetail .projectsame ul li a::before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #009da0;
    font-size: 18px;
    padding-right: 5px;
}

.introduct_banner {
    border-bottom: 4px solid #888888;
}

.slider_introduct {
    /*slide*/
}

.slider_introduct .owl-nav,.slide .owl-nav {
    top: 50%;
}

.slider_introduct .owl-nav .owl-prev, .slider_introduct .owl-nav .owl-next, .slide .owl-nav .owl-prev{
    left: 50px;
    opacity: 1;
    /* background: #04192470; */
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.project .owl-carousel .owl-nav [class*='owl-']{
    opacity: 1 !important
}
.slider_introduct .owl-nav .owl-prev:hover,
.slider_introduct .owl-nav .owl-next:hover {
    color: #009da0;
    background: #009da02e;
}

.slider_introduct .owl-nav .owl-prev i.icon_slider,
.slider_introduct .owl-nav .owl-next i.icon_slider ,.slide .owl-nav i{
    font-size: 45px;
    font-weight: bold;
}

.slider_introduct .owl-nav .owl-next,.slide .owl-nav .owl-next {
    opacity: 1;
    left: inherit;
    right: 50px;
}

.introduct_breadcrum {
    background: #fff;
}

.introduct_breadcrum .breadcrum {
    padding: 31px 0;
    margin: 0;
}

.introduct_body {
    background: #f1eeee;
    font-family: Roboto_Regular;
  
}

.who h3,
.global h3 {
    border-bottom: 1px solid currentcolor;
    color: #009da0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: Roboto_Bold;
}

.who p {
    font-size: 15px;
    line-height: 22px;
    color: #1a1c1c;
    text-indent: 10px;
    text-align: justify;
}

.who a.tim {
    display: inline-block;
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 10px 5px;
    background: #009da0;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    float: right;
    margin-top: 30px;
}

.who a.tim:hover {
    opacity: 0.7;
}
.VRFtest {
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
}


.VRFtest h6 {
    line-height: 38px;
    padding: 0 20px;
     
    background: rgba(0, 158, 161, .8);
    
}
.VRFtest h6 a{
color: #fff;
    font-size: 13px;
}

.who a.tim::after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    font-size: 16px;
}

.global {
    padding-top: 25px;
}

.global .video iframe {
    width: 100%;
    height: 544px;
    max-height: 544px;
    display: block;
    border: 0;
}

.bannerbottom img {
    display: block;
    width: 100%;
    height: auto;
}
.project .owl-nav {
    width: 60px !important;
    margin: auto !important;
    top: -35px !important;
    left: 50%;
    transform: translateX(-50%) !important;
}
.nav_left .fa-angle-down:before {
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 18px;
}
.product--mt{
    margin-top: 55px;   
}
@media (min-width: 993px) and (max-width: 1199px){
    .header--inner img {
    height: 26px;
    margin-top: 9px;
    width: 100%;
    object-fit: contain;
 }

}
@media (max-width: 991px) {
    .introduct_right {
        padding-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .header--inner{
        padding: 0;
    }
    .img_logo_mb {
    margin-top: 15px;
    }
    .project .owl-nav{
        width: 100% !important
    }
    .product__banner h1, .contact__banner h1, .project__banner h1 {
    font-size: 30px;
    font-family: Roboto_Bold;
    color: #fff;
    padding: 60px 0px;
 }
}
@media only screen and (max-width: 767px){
    .project .owl-nav{
        width: 100% !important
    }
    .menu-link .fa-caret-down{
        display: none;
    }
    .product__banner h1, .contact__banner h1, .project__banner h1 {
    font-size: 25px;
    font-family: Roboto_Bold;
    color: #fff;
    padding: 50px 0px;
}
}
/*=========================================== btn search **=======================================*/
.search_drop {
    position: relative;
    margin-top: 16px;
    /* font-size: 12px; */
    padding-left: 10px !important;
}

.search_drop .form_search {
    display: none;
    position: absolute;
    z-index: 999;
    width: 290px;
    top: 100%;
    right: -15px;
    background: #fff;
    border-top: 2px solid #0098da;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 14px 10px;
    transform: translateY(30px);
    /* opacity: 0; */
    /* visibility: hidden */
}

.search_drop .form_search input.form-control {
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none
}

.search_drop .form_search button.btn-default {
    height: 32px;
    border-radius: 0;
    background: #000;
    color: #fff;
    border: 0;
    text-transform: uppercase
}

.search_drop .form_search:before {
    position: absolute;
    top: -8px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #0098da transparent
}

.search_drop .form_search.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px)
}


.menu_mb .search_drop {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    z-index: 999;
    margin: auto;
    border: 0;
    padding-left: 0 !important;
    cursor: pointer;
}
.menu_mb .search_drop .btn_search{
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  margin: 11px 0;
  font-size: 25px;
}
.menu_mb .search_drop .form_search:before{
  right: 13px;
}

.menu_mb .search_drop .form_search {
    right: 0px;
    width: 0;
    top: 0;
    transform: translateY(0px)
}
.menu_mb .search_drop .form_search.open {
  width: 100vw;
  z-index: 11;
}

/*=========================================== end btn search **=======================================*/
.has-dropdown.icon-toggle:after{
    display: none;
}
.has-dropdown.icon-toggle {
    position: absolute;
    right: 0;
    top: -12px;
}
.search_drop .form_search.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}
/* update 6/12/2018 -----> */
.list_lang{
    float: right;
}
.list_lang li{
    list-style:none;
    float: left;
    padding: 0px 3px; 
} 
.logo_pc{
    margin-top: 30px;
}