/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'UTMAvo';
    src: url(../fonts/UTMAvo.ttf);
}

body {
    line-height: 1.5;
    font-family: UTMAvo, Arial, Tahoma, sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
    overflow: inherit;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    outline: 0;
    background: transparent;
}

/*Custom reset margin, padding, border ...*/
.pdleft0 {
    padding-left: 0 !important;
}

.pdright0 {
    padding-right: 0;
}

.format-padding {
    padding: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

/*----------END-----------*/
/*body*/
#wapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
    display: block;
}

.main-menu {
    background: #ffffff url("../images/banner-top.png") repeat-x;
    padding-top: 35px;
    width: 100%;
}

.main-primary {
    background: #296db7;
}

.container-menu {
    position: relative;
}

.main-menu ul {
    list-style: none;
}

.navbar-menu ul li {
    float: left;
    margin-right: 60px;
}

.navbar-menu ul li:last-child {
    margin-right: 15px;
}

.item-menu:last-child {
    border-right: none;
}

.menu-top li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 0;
}

.menu-top li a.home {
    padding-top: 13px;
    padding-bottom: 13px;
}

.menu-top li.active a, .menu-top li a:hover {
    background: url("../images/bg-menu-li.png") repeat-x bottom;
    color: #fff
}

.sub-menu {
    display: none;
    position: absolute;
list-style: none;
    padding: 0;
    float: none;
    z-index: 10;
}

.body-menu .nav li {
    position: initial;
}

.menu-top li ul li a, .menu-top li.active ul li a {
    line-height: 30px;
    color: #fff;
    padding: 5px 20px;
    display: block;
    background: transparent;
}

.menu-top li ul li a:hover {
    background: #5c7395;
    color: #fff;
}

.sub-menu li {
    position: relative !important;
}

ul.sub-child {
    top: 0;
    right: -100%;
    position: absolute;
    border-left: 1px solid #e67817;
}

.navbar-menu ul li ul li {
    float: none;
    padding: 0;
    width: 100%;
    background: #296db7;
    margin-bottom: 1px;
}

/*box-main*/
.box-main {
    margin-bottom: 45px;
}

.row-language {
    display: inline-block;
    margin-right: 0;
    width: 80px;
}

.row-language ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.row-language ul li {
    float: right;
    padding-left: 5px;
    line-height: 17px;
}

.form-div-search {
    position: relative;
    background: #e7e7e7;
    margin-right: 0;
    width: 236px;
}

.form-group-search .form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    color: #657b9b;
    background: transparent;
    padding: 0 40px 0 10px;
}

.btn-submit {
    position: absolute;
    background: url("../images/icon-search.png") no-repeat center;
    width: 35px;
    height: 19px;
    right: 0px;
    top: 2px;
    border: none;
    border-left: 1px solid #cbd0d7;
}

/*end*/
/*style placeholder*/
.form-group-search .form-control::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #296db7;
}

.form-group-search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #296db7;
}

.form-group-search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #296db7;
}

.form-group-search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #296db7;
}

.form-group-search .form-control::-ms-input-placeholder { /* Edge */
    color: #296db7;
}

.form-group-search .form-control:placeholder-shown { /* Standard one last! */
    color: #296db7;
}

/*content home*/
.main-about {
    background: url("../images/bg-about.png") repeat;
    padding: 40px 0 0 0;
}

.title-about-home {
    padding-left: 50px;
    color: #4c4c4c;
    font-size: 34px;
    text-transform: uppercase;

}

.except-about {
    color: #343434;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.read-more {
    background: #296db7 ;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 8px 12px;
}

.col-about-content {
    padding-bottom: 20px;
}

.col-gird-2 {
    width: 20%;
    float: left;
}

.col-gird-4 {
    width: 40%;
    float: left;
}

.main-product {
    background: #ffffff;
    padding: 40px 0;
    border-bottom: 10px solid #dfdcdc;
}

.title-pro-home {
    color: #4c4c4c;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-inner {
    border: 1px solid #aebacb;
    display: inline-block;
    width: 100%;
}

.product-inner ul {
    list-style: none;
    padding: 0 5px;
}

.product-inner ul li {
    border-bottom: 1px solid #aebacb;
    overflow: hidden;
}

.product-inner ul li:last-child {
    border-bottom: none;
}

.product-inner ul li p {
    margin-bottom: 5px;
    text-align: center;
}

.product-inner ul li img {
    margin-top: 10px;
    max-width: 100%;
    height: 131px;
}

.name-product a {
    color: #1c1c1c;
    font-size: 14px;
}

.col-big-product {
    position: relative;
}

.col-big-product img {
    width: 100%;
}

.name-big-pro {
    background: url("../images/bg-title-pro.png") repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    margin: 0;
}

.name-big-pro a {
    font-size: 24px;
    color: #fff;
}

.main-technical {
    background: url("../images/bg-technical.png") repeat;
    padding-top: 40px;
}

.title-technical {
    padding-left: 0;
    color: #fff;
}

.except-technical {
    color: #fff;
}

.main-news {
    border-bottom: 1px solid transparent;
}

.news-action img {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
}

.name-news a {
    color: #e67817;
    font-size: 16px;
}

.excerpt-news {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    color: #000000;
}

.load-more {
    display: inline-block;
    width: 100%;
}

.load-more a {
    background: #cecece;
    padding: 5px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 12px;
}

/*breadcrumb*/
.col-breadcrumb {
    text-align: left;
}

.col-breadcrumb ul, .module-categories ul {
    list-style: none;
    padding-left: 0;
}

.col-breadcrumb ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 11px;
    color: #8c8b8b;
    line-height: 40px;
    background: url("../images/left.png") no-repeat right 19px;
}

.col-breadcrumb ul li:first-child {
    padding-left: 0;
}

.col-breadcrumb ul li:last-child {
    padding-right: 0;
    background: transparent;
}

.col-breadcrumb ul li a {
    color: #8c8b8b;
}

.main-customer {
    border-top: 1px solid #e6e5e5;
    padding: 10px 0;
    height: 70px;
}

.main-customer, .container-cus {
    overflow: hidden;
}

.main-customer img {
    height: 50px;
}

.module-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.item-product-name {
    display: inline-block;
    width: 100%;
    background: #296db7;
    text-transform: uppercase;
}

.item-product-name a {
    display: table;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.item-product-name h1, .item-product-name h2, .item-product-name span {
    margin: 0;
    color: #fff;
    display: table;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding-left: 20px;
}

.module-item ul {
    list-style: none;
    padding-left: 0;
}

.module-item ul ul {
    padding-left: 15px;
}

.module-item ul li {
    background: url("../images/bg-li-left.png") repeat-x bottom;
    line-height: 40px;
}

.module-item ul li:last-child {
    background: none;
}

.module-item ul ul li:first-child {
    border-top: 1px solid #fae4d1;
}

.module-item ul li a {
    color: #4b4b4b;
}

.layer-content {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.item-post-list {
    display: table;
    width: 100%;
}

.row-item-post {
    margin-bottom: 20px;
}

.article-images img {
    width: 100%;
}

.article-info {
    color: #000000;
    font-size: 14px;
}

.col-product-inner {
    border: 1px solid #cfd5de;
    overflow: hidden;
    padding-bottom: 10px;
}

.row-product {
    margin-bottom: 20px;
}

.product-images {
    display: table;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.product-images img {
    max-width: 100%;
    height: 145px;
}

.product-inner ul li img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}

.product-inner ul li:hover img {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.product-name {
    margin-bottom: 20px;
}

.product-name a {
    color: #1c1c1c;
}

.product-more a {
    padding: 8px 22px;
    color: #000;
    font-size: 12px;
    background: #d1d2d4;
}

.row-detail {
    margin-bottom: 30px;
}

.detail-image img {
    width: 100%;
}

.detail-title {
    margin: 0 0 30px 0;
    color: #e77f23;
    font-size: 30px;
}

.btn-intro {
    margin-bottom: 30px;
}

.btn-intro span {
    color: #000000;
    background: #d1d2d4;
    padding: 8px 22px;
}

.information-dt {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.support-title {
    color: #bf0000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.support-content {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #efefef;
    padding: 20px 10px;
}

.support-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-content ul li {
    line-height: 50px;
}

.support-content ul li a {
    margin-right: 30px;
    color: #e72c2d;
    font-size: 24px;
}

.support-content ul li a span {
    color: #e72c2d;
    font-size: 24px;
    margin-left: 10px;
}

.detail-content {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.name-detail {
    color: #e77f23;
    font-size: 24px;
}

/*contact*/
.contact-list-mhx ul {
    padding: 0;
    list-style: none;
}

.contact-list-mhx ul li {
    float: left;
    margin-right: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #4f4f4f;
    text-transform: uppercase;
}

.contact-hotline {
    line-height: 40px;
    font-size: 24px;
    text-transform: uppercase;
}

.contact-hotline span {
    color: #ff0000;
}

.content-contact {
    display: inline-block;
    margin: 40px 0;
    width: 100%;
}

.img-contact img {
    max-width: 100%;
}

.btn-send {
    background: #ed1f24;
    margin-top: 30px;
    color: #fff;
}

.btn-send:hover {
    background: #2b542c;
    color: #fff;
}

.title-more-post {
    color: #e67817;
    font-size: 24px;
    margin-top: 30px;
}

.detail-product {
    margin-top: 40px;
}

.detail-title {
    color: #e77f23;
    font-size: 30px;
}

.mota {
    margin-bottom: 30px;
    margin-top: 40px;
}

.mota span {
    background: #d1d2d4;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
}

.intro-pro-content {
    font-size: 12px;
    color: #000;
}

.detail-fulltext {
    margin-top: 30px;
}

.office-map {
    display: none;
}

.name-address {
    color: #f73936;
    font-size: 14px;
    text-transform: uppercase;
}

.office-detail {
    margin-top: 5px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.content-map {
    margin-top: 30px;
    margin-bottom: 30px;
}

.views-map {
    display: block;
    background: url("../images/icon-map.png") no-repeat;
    width: 95px;
    height: 38px;
    cursor: pointer;
}

.office-map-list {
    margin-top: 20px;
}

.bar-menu {
    display: none;
}

.search-mobile {
    display: none;
}

.tab-content-detail {
    padding-top: 30px;
}

.form-content input, .form-content textarea {
    border-radius: 0;
}

/*css ph�n trang*/
#phantrang ul {
    padding-left: 0;
    list-style: none;
}

#phantrang ul li {
    float: left;

}

#phantrang {
    margin-bottom: 50px;
}

#phantrang ul li a {
    padding: 10px;
    background: #000000;
}

#phantrang ul li a:hover {
    background: #00c1cd;
}

#phantrang ul li.pagination-next {
    border-right: none;
}

#phantrang ul li a {
    color: #fff;
    z-index: 2;
    font-weight: bold;
}

#phantrang ul li a.activepage {
    color: #fff;
    cursor: default;
    background: #eb2629;
}

.pagination {
    margin: 0 auto;
}

#phantrang {
    text-align: center;
    margin-top: 50px;
}

/*end*/
.banner-top img {
    width: 100%;
}

/*footer*/
.main-footer {
    background: #296db7;
    padding: 20px 0;
}

.layer-footer {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.main-slide .slide-prev {
    background: url("../images/arrow-prev.png") no-repeat 10px center;
}

.main-slide .slide-next {
    background: url("../images/arrow-next.png") no-repeat right 10px center;
}

.slide-index {
    position: relative;
}

.container-slide {
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 10%;
}

.title-slide a {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}

.slide-excerpt {
    color: #ffffff;
    font-size: 18px;
}

.col-ads-inner {
    border: 1px solid #d1def2;
    height: 130px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.col-ads-inner img {
    max-width: 100%;
    max-height: 100%;
}

.item-ct {
    padding: 0 30px;
}